2022-12-01T10:00:26.9789486Z Requested labels: linux.2xlarge 2022-12-01T10:00:26.9789567Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/pull/89997/merge 2022-12-01T10:00:26.9789589Z Waiting for a runner to pick up this job... 2022-12-01T10:00:27.4891927Z Job is about to start running on the runner: i-0621aec5e2f963f72 (organization) 2022-12-01T10:00:31.2697105Z Current runner version: '2.299.1' 2022-12-01T10:00:31.2702380Z Runner name: 'i-0621aec5e2f963f72' 2022-12-01T10:00:31.2702808Z Runner group name: 'Default' 2022-12-01T10:00:31.2703351Z Machine name: 'ip-10-0-3-90' 2022-12-01T10:00:31.2705256Z ##[group]GITHUB_TOKEN Permissions 2022-12-01T10:00:31.2705882Z Actions: read 2022-12-01T10:00:31.2706176Z Checks: read 2022-12-01T10:00:31.2706501Z Contents: read 2022-12-01T10:00:31.2706784Z Deployments: read 2022-12-01T10:00:31.2707081Z Discussions: read 2022-12-01T10:00:31.2707364Z Issues: read 2022-12-01T10:00:31.2707614Z Metadata: read 2022-12-01T10:00:31.2707896Z Packages: read 2022-12-01T10:00:31.2708205Z Pages: read 2022-12-01T10:00:31.2708453Z PullRequests: read 2022-12-01T10:00:31.2708785Z RepositoryProjects: read 2022-12-01T10:00:31.2709137Z SecurityEvents: read 2022-12-01T10:00:31.2709397Z Statuses: read 2022-12-01T10:00:31.2709699Z ##[endgroup] 2022-12-01T10:00:31.2712626Z Secret source: None 2022-12-01T10:00:31.2713257Z Prepare workflow directory 2022-12-01T10:00:31.8113693Z Prepare all required actions 2022-12-01T10:00:31.8270996Z Getting action download info 2022-12-01T10:00:32.1333363Z Download action repository 'pytorch/pytorch@master' (SHA:850b53bbee82fb194af85b566aedee94b96def32) 2022-12-01T10:00:34.7238858Z Download action repository 'pytorch/test-infra@main' (SHA:1f415583bdcd967e33ea8fd05be71ed0bdf19880) 2022-12-01T10:00:34.9342855Z Download action repository 'nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767' (SHA:7d4a37704547a311dbb66ebdf5b23ec19374a767) 2022-12-01T10:00:35.1298749Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2022-12-01T10:00:35.3873247Z Getting action download info 2022-12-01T10:00:35.5615367Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-12-01T10:00:35.7378259Z Uses: pytorch/pytorch/.github/workflows/_linux-test.yml 2022-12-01T10:00:35.7379949Z ##[group] Inputs 2022-12-01T10:00:35.7380275Z build-environment: linux-focal-py3.7-gcc7 2022-12-01T10:00:35.7381091Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, { config: "default", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, { config: "distributed", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, { config: "distributed", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, { config: "functorch", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, { config: "docs_test", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, { config: "jit_legacy", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, { config: "backwards_compat", shard: 1, num_shards: 1, runner: "linux.2xlarge" }, ]} 2022-12-01T10:00:35.7382070Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:00:35.7382433Z sync-tag: 2022-12-01T10:00:35.7382640Z ##[endgroup] 2022-12-01T10:00:35.7383153Z Complete job name: linux-focal-py3.7-gcc7 / test (backwards_compat, 1, 1, linux.2xlarge) 2022-12-01T10:00:35.8114404Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-12-01T10:00:35.8114735Z with: 2022-12-01T10:00:35.8114952Z submodules: recursive 2022-12-01T10:00:35.8115158Z fetch-depth: 0 2022-12-01T10:00:35.8115357Z env: 2022-12-01T10:00:35.8115561Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:00:35.8115768Z ##[endgroup] 2022-12-01T10:00:35.8341105Z ##[group]Run retry () { 2022-12-01T10:00:35.8341403Z retry () { 2022-12-01T10:00:35.8341651Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-12-01T10:00:35.8341895Z } 2022-12-01T10:00:35.8342114Z echo "${GITHUB_WORKSPACE}" 2022-12-01T10:00:35.8342360Z if [ -z "${NO_SUDO}" ]; then 2022-12-01T10:00:35.8342638Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-12-01T10:00:35.8342917Z else 2022-12-01T10:00:35.8343135Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-12-01T10:00:35.8343505Z fi 2022-12-01T10:00:35.8343771Z mkdir "${GITHUB_WORKSPACE}" 2022-12-01T10:00:35.8359701Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:00:35.8359970Z env: 2022-12-01T10:00:35.8360186Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:00:35.8360403Z NO_SUDO: 2022-12-01T10:00:35.8360591Z ##[endgroup] 2022-12-01T10:00:35.8533449Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:00:38.0165295Z ##[group]Run malfet/checkout@silent-checkout 2022-12-01T10:00:38.0165552Z with: 2022-12-01T10:00:38.0165753Z ref: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:00:38.0165966Z fetch-depth: 0 2022-12-01T10:00:38.0166135Z submodules: recursive 2022-12-01T10:00:38.0166322Z quiet-checkout: true 2022-12-01T10:00:38.0166522Z repository: pytorch/pytorch 2022-12-01T10:00:38.0166897Z token: *** 2022-12-01T10:00:38.0167070Z ssh-strict: true 2022-12-01T10:00:38.0167269Z persist-credentials: true 2022-12-01T10:00:38.0167459Z clean: true 2022-12-01T10:00:38.0167633Z lfs: false 2022-12-01T10:00:38.0167821Z set-safe-directory: true 2022-12-01T10:00:38.0167987Z env: 2022-12-01T10:00:38.0168159Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:00:38.0168344Z ##[endgroup] 2022-12-01T10:00:38.1309405Z Syncing repository: pytorch/pytorch 2022-12-01T10:00:38.1310763Z ##[group]Getting Git version info 2022-12-01T10:00:38.1311198Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-12-01T10:00:38.1311630Z [command]/usr/bin/git version 2022-12-01T10:00:38.1311847Z git version 2.37.1 2022-12-01T10:00:38.1323557Z ##[endgroup] 2022-12-01T10:00:38.1337059Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/17a7de8c-dbcf-4050-bace-09f78cd9d0aa' before making global git config changes 2022-12-01T10:00:38.1337500Z Adding repository directory to the temporary git global config as a safe directory 2022-12-01T10:00:38.1340112Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:00:38.1377892Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-12-01T10:00:38.1382222Z ##[group]Initializing the repository 2022-12-01T10:00:38.1384551Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:00:38.1546977Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-12-01T10:00:38.1547593Z hint: is subject to change. To configure the initial branch name to use in all 2022-12-01T10:00:38.1548051Z hint: of your new repositories, which will suppress this warning, call: 2022-12-01T10:00:38.1548266Z hint: 2022-12-01T10:00:38.1548544Z hint: git config --global init.defaultBranch 2022-12-01T10:00:38.1548756Z hint: 2022-12-01T10:00:38.1549027Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-12-01T10:00:38.1549400Z hint: 'development'. The just-created branch can be renamed via this command: 2022-12-01T10:00:38.1549689Z hint: 2022-12-01T10:00:38.1550014Z hint: git branch -m 2022-12-01T10:00:38.1550375Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-12-01T10:00:38.1555737Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-12-01T10:00:38.1582823Z ##[endgroup] 2022-12-01T10:00:38.1583179Z ##[group]Disabling automatic garbage collection 2022-12-01T10:00:38.1586033Z [command]/usr/bin/git config --local gc.auto 0 2022-12-01T10:00:38.1611113Z ##[endgroup] 2022-12-01T10:00:38.1611486Z ##[group]Setting up auth 2022-12-01T10:00:38.1617516Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-12-01T10:00:38.1644751Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-12-01T10:00:38.1879669Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-12-01T10:00:38.1904875Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-12-01T10:00:38.2142702Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-12-01T10:00:38.2185606Z ##[endgroup] 2022-12-01T10:00:38.2185976Z ##[group]Fetching the repository 2022-12-01T10:00:38.2191770Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --quiet --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2022-12-01T10:01:30.4994189Z [command]/usr/bin/git rev-parse --verify --quiet c13d400bffe90e16b96520bbc8a41a6f0c9cd584^{object} 2022-12-01T10:01:30.5028664Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules origin c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:01:31.9304777Z ##[endgroup] 2022-12-01T10:01:31.9305299Z ##[group]Determining the checkout info 2022-12-01T10:01:31.9305900Z ##[endgroup] 2022-12-01T10:01:31.9306347Z ##[group]Checking out the ref 2022-12-01T10:01:31.9309712Z [command]/usr/bin/git checkout --quiet --force c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:01:33.1548224Z ##[endgroup] 2022-12-01T10:01:33.1548681Z ##[group]Setting up auth for fetching submodules 2022-12-01T10:01:33.1554337Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-12-01T10:01:33.1604944Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-12-01T10:01:33.1633610Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-12-01T10:01:33.1660607Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-12-01T10:01:33.1685280Z ##[endgroup] 2022-12-01T10:01:33.1685734Z ##[group]Fetching submodules 2022-12-01T10:01:33.1688477Z [command]/usr/bin/git submodule sync --recursive 2022-12-01T10:01:33.1944112Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-12-01T10:01:33.2191321Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-12-01T10:01:33.2192373Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-12-01T10:01:33.2194749Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-12-01T10:01:33.2197201Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-12-01T10:01:33.2200612Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-12-01T10:01:33.2205841Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-12-01T10:01:33.2208221Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-12-01T10:01:33.2211161Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-12-01T10:01:33.2214173Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-12-01T10:01:33.2217333Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-12-01T10:01:33.2220584Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-12-01T10:01:33.2223810Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-12-01T10:01:33.2227204Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-12-01T10:01:33.2231182Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-12-01T10:01:33.2234737Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-12-01T10:01:33.2238347Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-12-01T10:01:33.2242500Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-12-01T10:01:33.2246498Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:01:33.2250410Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-12-01T10:01:33.2254615Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-12-01T10:01:33.2258774Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-12-01T10:01:33.2263338Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-12-01T10:01:33.2267685Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-12-01T10:01:33.2272206Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-12-01T10:01:33.2276766Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-12-01T10:01:33.2281876Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-12-01T10:01:33.2286635Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-12-01T10:01:33.2291468Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-12-01T10:01:33.2296531Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-12-01T10:01:33.2301570Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-12-01T10:01:33.2306783Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-12-01T10:01:33.2312001Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-12-01T10:01:33.2317439Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-12-01T10:01:33.2323607Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-12-01T10:01:33.2328991Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-12-01T10:01:33.2334781Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-12-01T10:01:33.2340480Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-12-01T10:01:33.2346254Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-12-01T10:01:33.2352245Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-12-01T10:01:33.2358474Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-12-01T10:01:33.2364985Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-12-01T10:01:33.2388377Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-12-01T10:01:33.5353640Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-12-01T10:01:33.7561367Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-12-01T10:01:33.9674739Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-12-01T10:01:34.2641378Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-12-01T10:01:34.5676545Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-12-01T10:01:37.0471572Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-12-01T10:01:43.5885745Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-12-01T10:01:43.9950400Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-12-01T10:01:44.5034613Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-12-01T10:01:46.1253509Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-12-01T10:01:47.4832628Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-12-01T10:01:48.9901480Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-12-01T10:01:54.8118787Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-12-01T10:01:55.8939947Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-12-01T10:01:57.1329426Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-12-01T10:01:58.3017993Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-12-01T10:01:58.5724843Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-12-01T10:01:59.0233140Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-12-01T10:01:59.4067279Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-12-01T10:02:00.5514851Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-12-01T10:02:01.1628106Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-12-01T10:02:01.5431212Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-12-01T10:02:02.1983771Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-12-01T10:02:04.3324734Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-12-01T10:02:04.8723808Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-12-01T10:02:05.2805696Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-12-01T10:02:13.0360579Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-12-01T10:02:14.7999072Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-12-01T10:02:15.2666129Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-12-01T10:02:15.5604297Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-12-01T10:02:21.7581305Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-12-01T10:02:21.9848727Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-12-01T10:02:22.2238012Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-12-01T10:02:23.0530628Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-12-01T10:02:23.2877059Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-12-01T10:02:23.6187149Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-12-01T10:02:23.9107730Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-12-01T10:02:24.5173286Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-12-01T10:02:27.3345374Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-12-01T10:02:28.0327883Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-12-01T10:02:30.4151612Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-12-01T10:02:30.4247514Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-12-01T10:02:30.4320525Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-12-01T10:02:30.4526307Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-12-01T10:02:30.4726194Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-12-01T10:02:30.5064665Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-12-01T10:02:31.0545879Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-12-01T10:02:31.0737351Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-12-01T10:02:31.1640520Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-12-01T10:02:31.1949877Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-12-01T10:02:31.4573502Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-12-01T10:02:31.8295027Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-12-01T10:02:32.0508570Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-12-01T10:02:32.0935710Z Submodule path 'third_party/fbgemm': checked out '0d98c261561524cce92e37fe307ea6596664309a' 2022-12-01T10:02:32.0950704Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:02:32.0952692Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:02:32.0955823Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:02:32.0958908Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:02:32.0980961Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-12-01T10:02:33.0837496Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-12-01T10:02:33.5968504Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-12-01T10:02:34.7895083Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-12-01T10:02:35.1563943Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-12-01T10:02:35.2492217Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-12-01T10:02:35.3040927Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-12-01T10:02:35.3137390Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-12-01T10:02:35.3924319Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-12-01T10:02:35.4262846Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-12-01T10:02:35.4348380Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-12-01T10:02:35.4719413Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-12-01T10:02:35.4943102Z Submodule path 'third_party/gloo': checked out '5b143513263133af2b95547e97c07cebeb72bf72' 2022-12-01T10:02:35.5370869Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-12-01T10:02:35.5480864Z Submodule path 'third_party/ideep': checked out '77d662b313a762e82b389d3fd965e0098f12cd99' 2022-12-01T10:02:35.5493770Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-12-01T10:02:35.5514071Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-12-01T10:02:43.4883905Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-12-01T10:02:43.4899979Z Submodule 'third_party/oneDNN' (https://github.com/oneapi-src/oneDNN.git) registered for path 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:02:43.4924224Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-12-01T10:02:52.7432525Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-12-01T10:02:52.7529519Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-12-01T10:02:52.7663486Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-12-01T10:02:52.8535585Z Submodule path 'third_party/kineto': checked out '0703c78999061b8329dfab7ec5046fc5764a5573' 2022-12-01T10:02:52.8550118Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:02:52.8551970Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:02:52.8575567Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-12-01T10:02:54.0747372Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-12-01T10:02:55.1807039Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-12-01T10:02:55.2318169Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-12-01T10:02:55.2512096Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-12-01T10:02:55.2643829Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-12-01T10:02:55.3634056Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-12-01T10:02:55.5877525Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-12-01T10:02:55.5905563Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-12-01T10:02:55.5907200Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-12-01T10:02:55.5932082Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-12-01T10:02:56.0049016Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-12-01T10:02:56.8575405Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-12-01T10:02:56.8866557Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-12-01T10:02:56.9008882Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-12-01T10:02:56.9022137Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:02:56.9043820Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-12-01T10:02:58.7126824Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-12-01T10:02:58.7145708Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:02:58.7147428Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:02:58.7171587Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-12-01T10:02:59.1462672Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-12-01T10:02:59.9323472Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-12-01T10:02:59.9934143Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-12-01T10:02:59.9950047Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:02:59.9972529Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-12-01T10:03:00.2395294Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-12-01T10:03:00.2480786Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-12-01T10:03:00.4844938Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-12-01T10:03:00.4864190Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:03:00.4866349Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-12-01T10:03:00.4890643Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-12-01T10:03:00.9217997Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-12-01T10:03:02.2211998Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-12-01T10:03:02.2852785Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-12-01T10:03:02.2934863Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-12-01T10:03:02.3035528Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-12-01T10:03:02.3344720Z Submodule path 'third_party/pybind11': checked out 'aa304c9c7d725ffb9d10af08a3b34cb372307020' 2022-12-01T10:03:02.3427904Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-12-01T10:03:02.3694354Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-12-01T10:03:02.3784049Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-12-01T10:03:02.4191480Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-12-01T10:03:02.5189330Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-12-01T10:03:02.5431454Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-12-01T10:03:02.5445887Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:03:02.5447559Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:03:02.5449633Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:03:02.5452452Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:03:02.5474581Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-12-01T10:03:04.0319196Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-12-01T10:03:04.3378185Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-12-01T10:03:05.9333465Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-12-01T10:03:07.0499214Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-12-01T10:03:07.0637344Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-12-01T10:03:07.1236633Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-12-01T10:03:07.1495774Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-12-01T10:03:07.1508917Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:03:07.1531194Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-12-01T10:03:07.4347466Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-12-01T10:03:07.5590045Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-12-01T10:03:07.5619371Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-12-01T10:03:07.5890914Z Entering 'android/libs/fbjni' 2022-12-01T10:03:07.5924523Z Entering 'third_party/FP16' 2022-12-01T10:03:07.5961131Z Entering 'third_party/FXdiv' 2022-12-01T10:03:07.5997269Z Entering 'third_party/NNPACK' 2022-12-01T10:03:07.6032846Z Entering 'third_party/QNNPACK' 2022-12-01T10:03:07.6068212Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:03:07.6103263Z Entering 'third_party/XNNPACK' 2022-12-01T10:03:07.6149595Z Entering 'third_party/benchmark' 2022-12-01T10:03:07.6184870Z Entering 'third_party/cpuinfo' 2022-12-01T10:03:07.6220832Z Entering 'third_party/cub' 2022-12-01T10:03:07.6257749Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:03:07.6298877Z Entering 'third_party/cutlass' 2022-12-01T10:03:07.6341426Z Entering 'third_party/eigen' 2022-12-01T10:03:07.6379306Z Entering 'third_party/fbgemm' 2022-12-01T10:03:07.6415321Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:03:07.6450958Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:03:07.6488080Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:03:07.6523400Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:03:07.6560048Z Entering 'third_party/flatbuffers' 2022-12-01T10:03:07.6597032Z Entering 'third_party/fmt' 2022-12-01T10:03:07.6633272Z Entering 'third_party/foxi' 2022-12-01T10:03:07.6668301Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:03:07.6703797Z Entering 'third_party/gloo' 2022-12-01T10:03:07.6740578Z Entering 'third_party/googletest' 2022-12-01T10:03:07.6776954Z Entering 'third_party/ideep' 2022-12-01T10:03:07.6812333Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:03:07.6848302Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:03:07.6889720Z Entering 'third_party/ios-cmake' 2022-12-01T10:03:07.6925272Z Entering 'third_party/ittapi' 2022-12-01T10:03:07.6961764Z Entering 'third_party/kineto' 2022-12-01T10:03:07.6996175Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:03:07.7032201Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:03:07.7067662Z Entering 'third_party/nccl/nccl' 2022-12-01T10:03:07.7102755Z Entering 'third_party/neon2sse' 2022-12-01T10:03:07.7138669Z Entering 'third_party/nlohmann' 2022-12-01T10:03:07.7173608Z Entering 'third_party/onnx' 2022-12-01T10:03:07.7222922Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:03:07.7257873Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:03:07.7295201Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:03:07.7329463Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:03:07.7369981Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:03:07.7405477Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:03:07.7440203Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:03:07.7478805Z Entering 'third_party/pocketfft' 2022-12-01T10:03:07.7514112Z Entering 'third_party/protobuf' 2022-12-01T10:03:07.7553517Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:03:07.7588620Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:03:07.7626449Z Entering 'third_party/psimd' 2022-12-01T10:03:07.7661442Z Entering 'third_party/pthreadpool' 2022-12-01T10:03:07.7697043Z Entering 'third_party/pybind11' 2022-12-01T10:03:07.7733044Z Entering 'third_party/python-enum' 2022-12-01T10:03:07.7769460Z Entering 'third_party/python-peachpy' 2022-12-01T10:03:07.7805284Z Entering 'third_party/python-six' 2022-12-01T10:03:07.7841872Z Entering 'third_party/sleef' 2022-12-01T10:03:07.7877063Z Entering 'third_party/tbb' 2022-12-01T10:03:07.7916948Z Entering 'third_party/tensorpipe' 2022-12-01T10:03:07.7954536Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:03:07.7991203Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:03:07.8027210Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:03:07.8063793Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:03:07.8098491Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:03:07.8134988Z Entering 'third_party/zstd' 2022-12-01T10:03:07.8182760Z ##[endgroup] 2022-12-01T10:03:07.8183189Z ##[group]Persisting credentials for submodules 2022-12-01T10:03:07.8187668Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || : 2022-12-01T10:03:07.8457381Z Entering 'android/libs/fbjni' 2022-12-01T10:03:07.8492785Z Entering 'third_party/FP16' 2022-12-01T10:03:07.8528857Z Entering 'third_party/FXdiv' 2022-12-01T10:03:07.8563027Z Entering 'third_party/NNPACK' 2022-12-01T10:03:07.8597455Z Entering 'third_party/QNNPACK' 2022-12-01T10:03:07.8632729Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:03:07.8669355Z Entering 'third_party/XNNPACK' 2022-12-01T10:03:07.8715985Z Entering 'third_party/benchmark' 2022-12-01T10:03:07.8751283Z Entering 'third_party/cpuinfo' 2022-12-01T10:03:07.8786944Z Entering 'third_party/cub' 2022-12-01T10:03:07.8822487Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:03:07.8862580Z Entering 'third_party/cutlass' 2022-12-01T10:03:07.8904096Z Entering 'third_party/eigen' 2022-12-01T10:03:07.8940966Z Entering 'third_party/fbgemm' 2022-12-01T10:03:07.8975690Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:03:07.9010355Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:03:07.9046400Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:03:07.9083082Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:03:07.9118186Z Entering 'third_party/flatbuffers' 2022-12-01T10:03:07.9155419Z Entering 'third_party/fmt' 2022-12-01T10:03:07.9190886Z Entering 'third_party/foxi' 2022-12-01T10:03:07.9226447Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:03:07.9261735Z Entering 'third_party/gloo' 2022-12-01T10:03:07.9297290Z Entering 'third_party/googletest' 2022-12-01T10:03:07.9332748Z Entering 'third_party/ideep' 2022-12-01T10:03:07.9366593Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:03:07.9402248Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:03:07.9444652Z Entering 'third_party/ios-cmake' 2022-12-01T10:03:07.9479562Z Entering 'third_party/ittapi' 2022-12-01T10:03:07.9514522Z Entering 'third_party/kineto' 2022-12-01T10:03:07.9550236Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:03:07.9585482Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:03:07.9620302Z Entering 'third_party/nccl/nccl' 2022-12-01T10:03:07.9654884Z Entering 'third_party/neon2sse' 2022-12-01T10:03:07.9689537Z Entering 'third_party/nlohmann' 2022-12-01T10:03:07.9725298Z Entering 'third_party/onnx' 2022-12-01T10:03:07.9770490Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:03:07.9805519Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:03:07.9842818Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:03:07.9877039Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:03:07.9915146Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:03:07.9949933Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:03:07.9983309Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:03:08.0024231Z Entering 'third_party/pocketfft' 2022-12-01T10:03:08.0058792Z Entering 'third_party/protobuf' 2022-12-01T10:03:08.0096692Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:03:08.0131115Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:03:08.0168194Z Entering 'third_party/psimd' 2022-12-01T10:03:08.0203610Z Entering 'third_party/pthreadpool' 2022-12-01T10:03:08.0237709Z Entering 'third_party/pybind11' 2022-12-01T10:03:08.0273363Z Entering 'third_party/python-enum' 2022-12-01T10:03:08.0307676Z Entering 'third_party/python-peachpy' 2022-12-01T10:03:08.0341584Z Entering 'third_party/python-six' 2022-12-01T10:03:08.0375055Z Entering 'third_party/sleef' 2022-12-01T10:03:08.0410543Z Entering 'third_party/tbb' 2022-12-01T10:03:08.0448195Z Entering 'third_party/tensorpipe' 2022-12-01T10:03:08.0481767Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:03:08.0515409Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:03:08.0549306Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:03:08.0584578Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:03:08.0621021Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:03:08.0657710Z Entering 'third_party/zstd' 2022-12-01T10:03:08.0705546Z [command]/usr/bin/git submodule foreach --recursive git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url 2022-12-01T10:03:08.0970446Z Entering 'android/libs/fbjni' 2022-12-01T10:03:08.1002810Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-12-01T10:03:08.1017519Z Entering 'third_party/FP16' 2022-12-01T10:03:08.1051217Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-12-01T10:03:08.1066566Z Entering 'third_party/FXdiv' 2022-12-01T10:03:08.1099453Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-12-01T10:03:08.1114564Z Entering 'third_party/NNPACK' 2022-12-01T10:03:08.1147057Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-12-01T10:03:08.1163768Z Entering 'third_party/QNNPACK' 2022-12-01T10:03:08.1196859Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-12-01T10:03:08.1211549Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:03:08.1245610Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-12-01T10:03:08.1260766Z Entering 'third_party/XNNPACK' 2022-12-01T10:03:08.1294890Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-12-01T10:03:08.1322456Z Entering 'third_party/benchmark' 2022-12-01T10:03:08.1354815Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:03:08.1369652Z Entering 'third_party/cpuinfo' 2022-12-01T10:03:08.1401960Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-12-01T10:03:08.1418506Z Entering 'third_party/cub' 2022-12-01T10:03:08.1451185Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-12-01T10:03:08.1466252Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:03:08.1498995Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-12-01T10:03:08.1518714Z Entering 'third_party/cutlass' 2022-12-01T10:03:08.1550440Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-12-01T10:03:08.1573538Z Entering 'third_party/eigen' 2022-12-01T10:03:08.1605547Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-12-01T10:03:08.1622586Z Entering 'third_party/fbgemm' 2022-12-01T10:03:08.1655644Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-12-01T10:03:08.1670793Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:03:08.1702962Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-12-01T10:03:08.1717662Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:03:08.1750405Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-12-01T10:03:08.1766994Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:03:08.1798180Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:03:08.1811746Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:03:08.1845055Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2022-12-01T10:03:08.1860398Z Entering 'third_party/flatbuffers' 2022-12-01T10:03:08.1893684Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-12-01T10:03:08.1910275Z Entering 'third_party/fmt' 2022-12-01T10:03:08.1943675Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-12-01T10:03:08.1958140Z Entering 'third_party/foxi' 2022-12-01T10:03:08.1991029Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-12-01T10:03:08.2006430Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:03:08.2038467Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-12-01T10:03:08.2053764Z Entering 'third_party/gloo' 2022-12-01T10:03:08.2085470Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-12-01T10:03:08.2100093Z Entering 'third_party/googletest' 2022-12-01T10:03:08.2132318Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:03:08.2147201Z Entering 'third_party/ideep' 2022-12-01T10:03:08.2179517Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-12-01T10:03:08.2194055Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:03:08.2225563Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-12-01T10:03:08.2242877Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:03:08.2274639Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/modules/third_party/oneDNN/config remote.origin.url 2022-12-01T10:03:08.2295433Z Entering 'third_party/ios-cmake' 2022-12-01T10:03:08.2328394Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-12-01T10:03:08.2342761Z Entering 'third_party/ittapi' 2022-12-01T10:03:08.2374966Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-12-01T10:03:08.2389785Z Entering 'third_party/kineto' 2022-12-01T10:03:08.2423225Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-12-01T10:03:08.2438093Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:03:08.2470297Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2022-12-01T10:03:08.2485495Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:03:08.2516999Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2022-12-01T10:03:08.2533006Z Entering 'third_party/nccl/nccl' 2022-12-01T10:03:08.2567355Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-12-01T10:03:08.2583077Z Entering 'third_party/neon2sse' 2022-12-01T10:03:08.2616214Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-12-01T10:03:08.2631527Z Entering 'third_party/nlohmann' 2022-12-01T10:03:08.2664593Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-12-01T10:03:08.2680707Z Entering 'third_party/onnx' 2022-12-01T10:03:08.2713302Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-12-01T10:03:08.2739784Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:03:08.2772714Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:03:08.2787149Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:03:08.2819625Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:03:08.2836469Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:03:08.2869098Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-12-01T10:03:08.2884174Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:03:08.2915384Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2022-12-01T10:03:08.2935517Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:03:08.2968880Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:03:08.2983880Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:03:08.3016525Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:03:08.3030788Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:03:08.3063312Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-12-01T10:03:08.3083857Z Entering 'third_party/pocketfft' 2022-12-01T10:03:08.3116840Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-12-01T10:03:08.3132107Z Entering 'third_party/protobuf' 2022-12-01T10:03:08.3166382Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-12-01T10:03:08.3184393Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:03:08.3217113Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:03:08.3231504Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:03:08.3264112Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:03:08.3281266Z Entering 'third_party/psimd' 2022-12-01T10:03:08.3313464Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-12-01T10:03:08.3328123Z Entering 'third_party/pthreadpool' 2022-12-01T10:03:08.3360541Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-12-01T10:03:08.3374926Z Entering 'third_party/pybind11' 2022-12-01T10:03:08.3408372Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:03:08.3422618Z Entering 'third_party/python-enum' 2022-12-01T10:03:08.3456001Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-12-01T10:03:08.3470581Z Entering 'third_party/python-peachpy' 2022-12-01T10:03:08.3503118Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-12-01T10:03:08.3518089Z Entering 'third_party/python-six' 2022-12-01T10:03:08.3550819Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-12-01T10:03:08.3565990Z Entering 'third_party/sleef' 2022-12-01T10:03:08.3597607Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-12-01T10:03:08.3612240Z Entering 'third_party/tbb' 2022-12-01T10:03:08.3644911Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-12-01T10:03:08.3661633Z Entering 'third_party/tensorpipe' 2022-12-01T10:03:08.3694524Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-12-01T10:03:08.3708930Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:03:08.3741234Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:03:08.3755375Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:03:08.3787556Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-12-01T10:03:08.3801788Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:03:08.3834063Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-12-01T10:03:08.3849032Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:03:08.3882302Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:03:08.3895806Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:03:08.3929466Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2022-12-01T10:03:08.3946989Z Entering 'third_party/zstd' 2022-12-01T10:03:08.3980333Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-12-01T10:03:08.8255833Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-12-01T10:03:08.8526270Z Entering 'android/libs/fbjni' 2022-12-01T10:03:08.8562736Z Entering 'third_party/FP16' 2022-12-01T10:03:08.8598330Z Entering 'third_party/FXdiv' 2022-12-01T10:03:08.8634449Z Entering 'third_party/NNPACK' 2022-12-01T10:03:08.8670052Z Entering 'third_party/QNNPACK' 2022-12-01T10:03:08.8706012Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:03:08.8742717Z Entering 'third_party/XNNPACK' 2022-12-01T10:03:08.8789450Z Entering 'third_party/benchmark' 2022-12-01T10:03:08.8826705Z Entering 'third_party/cpuinfo' 2022-12-01T10:03:08.8863241Z Entering 'third_party/cub' 2022-12-01T10:03:08.8899651Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:03:08.8943895Z Entering 'third_party/cutlass' 2022-12-01T10:03:08.8985248Z Entering 'third_party/eigen' 2022-12-01T10:03:08.9023551Z Entering 'third_party/fbgemm' 2022-12-01T10:03:08.9060647Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:03:08.9095448Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:03:08.9131749Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:03:08.9167974Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:03:08.9205271Z Entering 'third_party/flatbuffers' 2022-12-01T10:03:08.9244095Z Entering 'third_party/fmt' 2022-12-01T10:03:08.9280170Z Entering 'third_party/foxi' 2022-12-01T10:03:08.9315221Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:03:08.9351310Z Entering 'third_party/gloo' 2022-12-01T10:03:08.9387075Z Entering 'third_party/googletest' 2022-12-01T10:03:08.9423386Z Entering 'third_party/ideep' 2022-12-01T10:03:08.9459395Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:03:08.9497537Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:03:08.9540498Z Entering 'third_party/ios-cmake' 2022-12-01T10:03:08.9580224Z Entering 'third_party/ittapi' 2022-12-01T10:03:08.9618148Z Entering 'third_party/kineto' 2022-12-01T10:03:08.9656474Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:03:08.9693222Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:03:08.9729652Z Entering 'third_party/nccl/nccl' 2022-12-01T10:03:08.9768046Z Entering 'third_party/neon2sse' 2022-12-01T10:03:08.9804136Z Entering 'third_party/nlohmann' 2022-12-01T10:03:08.9841579Z Entering 'third_party/onnx' 2022-12-01T10:03:08.9890501Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:03:08.9926371Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:03:08.9963302Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:03:08.9999531Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:03:09.0038314Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:03:09.0075331Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:03:09.0111710Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:03:09.0152941Z Entering 'third_party/pocketfft' 2022-12-01T10:03:09.0188382Z Entering 'third_party/protobuf' 2022-12-01T10:03:09.0228053Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:03:09.0263896Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:03:09.0301176Z Entering 'third_party/psimd' 2022-12-01T10:03:09.0337942Z Entering 'third_party/pthreadpool' 2022-12-01T10:03:09.0375658Z Entering 'third_party/pybind11' 2022-12-01T10:03:09.0413362Z Entering 'third_party/python-enum' 2022-12-01T10:03:09.0448867Z Entering 'third_party/python-peachpy' 2022-12-01T10:03:09.0484441Z Entering 'third_party/python-six' 2022-12-01T10:03:09.0519597Z Entering 'third_party/sleef' 2022-12-01T10:03:09.0556229Z Entering 'third_party/tbb' 2022-12-01T10:03:09.0594372Z Entering 'third_party/tensorpipe' 2022-12-01T10:03:09.0631692Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:03:09.0667309Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:03:09.0703428Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:03:09.0739334Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:03:09.0775190Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:03:09.0814323Z Entering 'third_party/zstd' 2022-12-01T10:03:09.0861867Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-12-01T10:03:09.1124483Z Entering 'android/libs/fbjni' 2022-12-01T10:03:09.1159650Z Entering 'third_party/FP16' 2022-12-01T10:03:09.1195583Z Entering 'third_party/FXdiv' 2022-12-01T10:03:09.1270050Z Entering 'third_party/NNPACK' 2022-12-01T10:03:09.1270488Z Entering 'third_party/QNNPACK' 2022-12-01T10:03:09.1304355Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:03:09.1341435Z Entering 'third_party/XNNPACK' 2022-12-01T10:03:09.1388091Z Entering 'third_party/benchmark' 2022-12-01T10:03:09.1423414Z Entering 'third_party/cpuinfo' 2022-12-01T10:03:09.1460121Z Entering 'third_party/cub' 2022-12-01T10:03:09.1496574Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:03:09.1537846Z Entering 'third_party/cutlass' 2022-12-01T10:03:09.1578314Z Entering 'third_party/eigen' 2022-12-01T10:03:09.1614316Z Entering 'third_party/fbgemm' 2022-12-01T10:03:09.1650327Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:03:09.1686987Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:03:09.1723386Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:03:09.1757939Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:03:09.1795084Z Entering 'third_party/flatbuffers' 2022-12-01T10:03:09.1834055Z Entering 'third_party/fmt' 2022-12-01T10:03:09.1872123Z Entering 'third_party/foxi' 2022-12-01T10:03:09.1908127Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:03:09.1945359Z Entering 'third_party/gloo' 2022-12-01T10:03:09.1981192Z Entering 'third_party/googletest' 2022-12-01T10:03:09.2017557Z Entering 'third_party/ideep' 2022-12-01T10:03:09.2053133Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:03:09.2090194Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:03:09.2132895Z Entering 'third_party/ios-cmake' 2022-12-01T10:03:09.2170654Z Entering 'third_party/ittapi' 2022-12-01T10:03:09.2206201Z Entering 'third_party/kineto' 2022-12-01T10:03:09.2242977Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:03:09.2277971Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:03:09.2314892Z Entering 'third_party/nccl/nccl' 2022-12-01T10:03:09.2350525Z Entering 'third_party/neon2sse' 2022-12-01T10:03:09.2385886Z Entering 'third_party/nlohmann' 2022-12-01T10:03:09.2423671Z Entering 'third_party/onnx' 2022-12-01T10:03:09.2471449Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:03:09.2507645Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:03:09.2546045Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:03:09.2581646Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:03:09.2622777Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:03:09.2657951Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:03:09.2691941Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:03:09.2733053Z Entering 'third_party/pocketfft' 2022-12-01T10:03:09.2768276Z Entering 'third_party/protobuf' 2022-12-01T10:03:09.2808022Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:03:09.2842227Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:03:09.2878723Z Entering 'third_party/psimd' 2022-12-01T10:03:09.2914475Z Entering 'third_party/pthreadpool' 2022-12-01T10:03:09.2950207Z Entering 'third_party/pybind11' 2022-12-01T10:03:09.2986787Z Entering 'third_party/python-enum' 2022-12-01T10:03:09.3022776Z Entering 'third_party/python-peachpy' 2022-12-01T10:03:09.3058512Z Entering 'third_party/python-six' 2022-12-01T10:03:09.3092848Z Entering 'third_party/sleef' 2022-12-01T10:03:09.3131091Z Entering 'third_party/tbb' 2022-12-01T10:03:09.3170572Z Entering 'third_party/tensorpipe' 2022-12-01T10:03:09.3206584Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:03:09.3243976Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:03:09.3279088Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:03:09.3315316Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:03:09.3351678Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:03:09.3391819Z Entering 'third_party/zstd' 2022-12-01T10:03:09.3438082Z ##[endgroup] 2022-12-01T10:03:09.3478697Z [command]/usr/bin/git log -1 --format='%H' 2022-12-01T10:03:09.3506970Z 'c13d400bffe90e16b96520bbc8a41a6f0c9cd584' 2022-12-01T10:03:09.3644079Z Prepare all required actions 2022-12-01T10:03:09.3670130Z ##[group]Run ./.github/actions/setup-linux 2022-12-01T10:03:09.3670338Z env: 2022-12-01T10:03:09.3670513Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:03:09.3670686Z ##[endgroup] 2022-12-01T10:03:09.3697861Z ##[group]Run set -euo pipefail 2022-12-01T10:03:09.3698092Z set -euo pipefail 2022-12-01T10:03:09.3698301Z function get_ec2_metadata() { 2022-12-01T10:03:09.3698531Z  # Pulled from instance metadata endpoint for EC2 2022-12-01T10:03:09.3698887Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-12-01T10:03:09.3699185Z  category=$1 2022-12-01T10:03:09.3699413Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-12-01T10:03:09.3699635Z } 2022-12-01T10:03:09.3699936Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-12-01T10:03:09.3700215Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-12-01T10:03:09.3700492Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-12-01T10:03:09.3700726Z echo "system info $(uname -a)" 2022-12-01T10:03:09.3712099Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:03:09.3712314Z env: 2022-12-01T10:03:09.3712475Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:03:09.3712661Z ##[endgroup] 2022-12-01T10:03:09.3798463Z ami-id: ami-096198a0bccc6bad4 2022-12-01T10:03:09.3848981Z instance-id: i-0621aec5e2f963f72 2022-12-01T10:03:09.3900470Z instance-type: c5.2xlarge 2022-12-01T10:03:09.3907520Z system info Linux ip-10-0-3-90.ec2.internal 4.14.252-195.483.amzn2.x86_64 #1 SMP Mon Nov 1 20:58:46 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2022-12-01T10:03:09.3925530Z ##[group]Run if systemctl is-active --quiet docker; then 2022-12-01T10:03:09.3925820Z if systemctl is-active --quiet docker; then 2022-12-01T10:03:09.3926084Z  echo "Docker daemon is running..."; 2022-12-01T10:03:09.3926287Z else 2022-12-01T10:03:09.3926522Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-12-01T10:03:09.3926753Z fi 2022-12-01T10:03:09.3937762Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:03:09.3937982Z env: 2022-12-01T10:03:09.3938159Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:03:09.3938337Z ##[endgroup] 2022-12-01T10:03:09.4077810Z Docker daemon is running... 2022-12-01T10:03:09.4107486Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-12-01T10:03:09.4107843Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-12-01T10:03:09.4108128Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:03:09.4108523Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-12-01T10:03:09.4108872Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-12-01T10:03:09.4120063Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:03:09.4120283Z env: 2022-12-01T10:03:09.4120447Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:03:09.4120718Z AWS_RETRY_MODE: standard 2022-12-01T10:03:09.4120914Z AWS_MAX_ATTEMPTS: 5 2022-12-01T10:03:09.4121099Z AWS_DEFAULT_REGION: us-east-1 2022-12-01T10:03:09.4121292Z ##[endgroup] 2022-12-01T10:03:10.8998519Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-12-01T10:03:10.8998887Z Configure a credential helper to remove this warning. See 2022-12-01T10:03:10.8999523Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-12-01T10:03:10.9000002Z 2022-12-01T10:03:10.9000269Z Login Succeeded 2022-12-01T10:03:10.9034393Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:03:10.9034717Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:03:10.9035072Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:03:10.9046486Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:03:10.9046710Z env: 2022-12-01T10:03:10.9046891Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:03:10.9047073Z ##[endgroup] 2022-12-01T10:03:10.9148079Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2022-12-01T10:03:10.9148507Z with: 2022-12-01T10:03:10.9149050Z github-secret: *** 2022-12-01T10:03:10.9149406Z activate-with-label: false 2022-12-01T10:03:10.9149718Z label: with-ssh 2022-12-01T10:03:10.9150061Z remove-existing-keys: true 2022-12-01T10:03:10.9150390Z env: 2022-12-01T10:03:10.9150667Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:03:10.9150981Z ##[endgroup] 2022-12-01T10:03:11.3262579Z Grabbing public ssh keys from https://github.com/charlie-wt.keys 2022-12-01T10:03:11.4131032Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2022-12-01T10:03:11.4144320Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2022-12-01T10:03:11.4168720Z Login using: ssh ec2-user@ec2-18-215-161-52.compute-1.amazonaws.com 2022-12-01T10:03:11.4233563Z ##[group]Run pytorch/test-infra/.github/actions/pull-docker-image@main 2022-12-01T10:03:11.4233817Z with: 2022-12-01T10:03:11.4234133Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:03:11.4234453Z env: 2022-12-01T10:03:11.4234625Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:03:11.4234796Z ##[endgroup] 2022-12-01T10:03:11.4248306Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:03:11.4248697Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:03:11.4248960Z # ignore output since only exit code is used for conditional 2022-12-01T10:03:11.4249249Z # only pull docker image if it's not available locally 2022-12-01T10:03:11.4249530Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-12-01T10:03:11.4249831Z  retry docker pull "${DOCKER_IMAGE}" 2022-12-01T10:03:11.4250024Z fi 2022-12-01T10:03:11.4261081Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:03:11.4261292Z env: 2022-12-01T10:03:11.4261463Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:03:11.4261802Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:03:11.4262125Z ##[endgroup] 2022-12-01T10:03:11.7061137Z fa72f5a0a230eb632055220542038bd4ceca184b: Pulling from pytorch/pytorch-linux-focal-py3.7-gcc7 2022-12-01T10:03:11.7068836Z 675920708c8b: Pulling fs layer 2022-12-01T10:03:11.7069238Z 3a31ffa0162f: Pulling fs layer 2022-12-01T10:03:11.7069614Z fe9b24415086: Pulling fs layer 2022-12-01T10:03:11.7070852Z 422bea31bd2a: Pulling fs layer 2022-12-01T10:03:11.7071169Z 27ad548906a1: Pulling fs layer 2022-12-01T10:03:11.7071454Z efe762c046e3: Pulling fs layer 2022-12-01T10:03:11.7071722Z a12af00c9224: Pulling fs layer 2022-12-01T10:03:11.7072126Z 49809737e89d: Pulling fs layer 2022-12-01T10:03:11.7072410Z 4bd15b741963: Pulling fs layer 2022-12-01T10:03:11.7072594Z 9fdf20fee962: Pulling fs layer 2022-12-01T10:03:11.7072785Z 85d2fa9daf54: Pulling fs layer 2022-12-01T10:03:11.7077997Z e3608d8edfea: Pulling fs layer 2022-12-01T10:03:11.7078352Z 63ae5eb88541: Pulling fs layer 2022-12-01T10:03:11.7078701Z 2b6269e5f012: Pulling fs layer 2022-12-01T10:03:11.7078995Z 49405b81ba46: Pulling fs layer 2022-12-01T10:03:11.7079416Z f5bd51a8525a: Pulling fs layer 2022-12-01T10:03:11.7079769Z dce0658383e3: Pulling fs layer 2022-12-01T10:03:11.7080071Z fda59f894d4a: Pulling fs layer 2022-12-01T10:03:11.7080433Z c4cd62aabb9c: Pulling fs layer 2022-12-01T10:03:11.7080698Z 422bea31bd2a: Waiting 2022-12-01T10:03:11.7080892Z d84da0b3b529: Pulling fs layer 2022-12-01T10:03:11.7081094Z 81e2ac298c61: Pulling fs layer 2022-12-01T10:03:11.7081265Z 9fdf20fee962: Waiting 2022-12-01T10:03:11.7081437Z 4bd15b741963: Waiting 2022-12-01T10:03:11.7081617Z 38c05cfe4070: Pulling fs layer 2022-12-01T10:03:11.7081803Z af4d19351fdf: Pulling fs layer 2022-12-01T10:03:11.7081996Z d1d5291b2ab5: Pulling fs layer 2022-12-01T10:03:11.7082189Z 17be6d40a7e6: Pulling fs layer 2022-12-01T10:03:11.7082360Z 49809737e89d: Waiting 2022-12-01T10:03:11.7082529Z 27ad548906a1: Waiting 2022-12-01T10:03:11.7082703Z 7334631630ca: Pulling fs layer 2022-12-01T10:03:11.7082869Z efe762c046e3: Waiting 2022-12-01T10:03:11.7083052Z b7010c1141c8: Pulling fs layer 2022-12-01T10:03:11.7083337Z a12af00c9224: Waiting 2022-12-01T10:03:11.7083629Z 1d69ebcc1824: Pulling fs layer 2022-12-01T10:03:11.7083986Z bbd83461fb41: Pulling fs layer 2022-12-01T10:03:11.7084287Z bcd5197bc3b1: Pulling fs layer 2022-12-01T10:03:11.7084465Z b80f27646ab6: Pulling fs layer 2022-12-01T10:03:11.7084655Z 866c2acc4910: Pulling fs layer 2022-12-01T10:03:11.7084986Z e39e0e87bf58: Pulling fs layer 2022-12-01T10:03:11.7085268Z 31e492142d52: Pulling fs layer 2022-12-01T10:03:11.7085453Z 7d95e9c9554c: Pulling fs layer 2022-12-01T10:03:11.7085772Z f405cc5c9c77: Pulling fs layer 2022-12-01T10:03:11.7085965Z a1d89816b283: Pulling fs layer 2022-12-01T10:03:11.7086143Z 38d7b060d3d4: Pulling fs layer 2022-12-01T10:03:11.7086328Z 0b48564513b3: Pulling fs layer 2022-12-01T10:03:11.7086514Z c517839d268c: Pulling fs layer 2022-12-01T10:03:11.7086686Z 9200027c6378: Pulling fs layer 2022-12-01T10:03:11.7086870Z 1a68c742e877: Pulling fs layer 2022-12-01T10:03:11.7087048Z 85d2fa9daf54: Waiting 2022-12-01T10:03:11.7087218Z 085aceb64709: Pulling fs layer 2022-12-01T10:03:11.7087410Z 9fad26f5e1f4: Pulling fs layer 2022-12-01T10:03:11.7087593Z e3608d8edfea: Waiting 2022-12-01T10:03:11.7087763Z 3454ac6b1f68: Pulling fs layer 2022-12-01T10:03:11.7087947Z 38599e0ca649: Pulling fs layer 2022-12-01T10:03:11.7088124Z 63ae5eb88541: Waiting 2022-12-01T10:03:11.7088286Z dce0658383e3: Waiting 2022-12-01T10:03:11.7088465Z a16f0b09d742: Pulling fs layer 2022-12-01T10:03:11.7088640Z 2b6269e5f012: Waiting 2022-12-01T10:03:11.7093388Z 100cd65220ba: Pulling fs layer 2022-12-01T10:03:11.7093770Z d1d5291b2ab5: Waiting 2022-12-01T10:03:11.7094102Z fda59f894d4a: Waiting 2022-12-01T10:03:11.7094393Z 49405b81ba46: Waiting 2022-12-01T10:03:11.7094710Z 9d7685da3dfa: Pulling fs layer 2022-12-01T10:03:11.7095050Z 17be6d40a7e6: Waiting 2022-12-01T10:03:11.7095234Z c4cd62aabb9c: Waiting 2022-12-01T10:03:11.7095403Z e69408c62fb4: Pulling fs layer 2022-12-01T10:03:11.7095583Z 7334631630ca: Waiting 2022-12-01T10:03:11.7095760Z 1530f151c058: Pulling fs layer 2022-12-01T10:03:11.7095927Z b7010c1141c8: Waiting 2022-12-01T10:03:11.7096092Z 38c05cfe4070: Waiting 2022-12-01T10:03:11.7096272Z 3aeaec05c672: Pulling fs layer 2022-12-01T10:03:11.7096444Z d84da0b3b529: Waiting 2022-12-01T10:03:11.7096622Z 99763bc3448a: Pulling fs layer 2022-12-01T10:03:11.7096802Z 1d69ebcc1824: Waiting 2022-12-01T10:03:11.7096966Z f405cc5c9c77: Waiting 2022-12-01T10:03:11.7097135Z bcd5197bc3b1: Waiting 2022-12-01T10:03:11.7097315Z cec809ad8b3c: Pulling fs layer 2022-12-01T10:03:11.7097483Z bbd83461fb41: Waiting 2022-12-01T10:03:11.7097664Z 677fdb68d2c6: Pulling fs layer 2022-12-01T10:03:11.7097842Z a1d89816b283: Waiting 2022-12-01T10:03:11.7097997Z b80f27646ab6: Waiting 2022-12-01T10:03:11.7098163Z 1a68c742e877: Waiting 2022-12-01T10:03:11.7098341Z 92d94c0f43b4: Pulling fs layer 2022-12-01T10:03:11.7098509Z 38d7b060d3d4: Waiting 2022-12-01T10:03:11.7098673Z 31e492142d52: Waiting 2022-12-01T10:03:11.7098837Z 085aceb64709: Waiting 2022-12-01T10:03:11.7099015Z a90bc9ac3f47: Pulling fs layer 2022-12-01T10:03:11.7099194Z 8ef4cf23833b: Pulling fs layer 2022-12-01T10:03:11.7099373Z 866c2acc4910: Waiting 2022-12-01T10:03:11.7099556Z 7d95e9c9554c: Waiting 2022-12-01T10:03:11.7099722Z a16f0b09d742: Waiting 2022-12-01T10:03:11.7099889Z e39e0e87bf58: Waiting 2022-12-01T10:03:11.7100068Z 100cd65220ba: Waiting 2022-12-01T10:03:11.7100229Z 9d7685da3dfa: Waiting 2022-12-01T10:03:11.7100398Z 677fdb68d2c6: Waiting 2022-12-01T10:03:11.7100568Z e69408c62fb4: Waiting 2022-12-01T10:03:11.7100742Z 92d94c0f43b4: Waiting 2022-12-01T10:03:11.7100913Z a90bc9ac3f47: Waiting 2022-12-01T10:03:11.7101081Z 1530f151c058: Waiting 2022-12-01T10:03:11.7101244Z 8ef4cf23833b: Waiting 2022-12-01T10:03:11.7101411Z 3aeaec05c672: Waiting 2022-12-01T10:03:11.7101577Z 99763bc3448a: Waiting 2022-12-01T10:03:11.7101726Z 0b48564513b3: Waiting 2022-12-01T10:03:11.7101889Z c517839d268c: Waiting 2022-12-01T10:03:11.7102054Z cec809ad8b3c: Waiting 2022-12-01T10:03:11.7102206Z 9200027c6378: Waiting 2022-12-01T10:03:11.7102371Z 9fad26f5e1f4: Waiting 2022-12-01T10:03:11.7102539Z 38599e0ca649: Waiting 2022-12-01T10:03:11.7102691Z f5bd51a8525a: Waiting 2022-12-01T10:03:11.7955126Z 3a31ffa0162f: Verifying Checksum 2022-12-01T10:03:11.7955423Z 3a31ffa0162f: Download complete 2022-12-01T10:03:11.8979170Z 422bea31bd2a: Verifying Checksum 2022-12-01T10:03:11.8979792Z 422bea31bd2a: Download complete 2022-12-01T10:03:11.9784329Z 27ad548906a1: Verifying Checksum 2022-12-01T10:03:11.9784665Z 27ad548906a1: Download complete 2022-12-01T10:03:12.0376231Z 675920708c8b: Verifying Checksum 2022-12-01T10:03:12.0376657Z 675920708c8b: Download complete 2022-12-01T10:03:12.0564710Z efe762c046e3: Verifying Checksum 2022-12-01T10:03:12.0564974Z efe762c046e3: Download complete 2022-12-01T10:03:12.1128808Z a12af00c9224: Verifying Checksum 2022-12-01T10:03:12.1129303Z a12af00c9224: Download complete 2022-12-01T10:03:12.1491939Z 49809737e89d: Verifying Checksum 2022-12-01T10:03:12.1492379Z 49809737e89d: Download complete 2022-12-01T10:03:12.2076331Z 4bd15b741963: Verifying Checksum 2022-12-01T10:03:12.2076754Z 4bd15b741963: Download complete 2022-12-01T10:03:12.2245624Z 9fdf20fee962: Verifying Checksum 2022-12-01T10:03:12.2246041Z 9fdf20fee962: Download complete 2022-12-01T10:03:12.3053909Z e3608d8edfea: Verifying Checksum 2022-12-01T10:03:12.3054383Z e3608d8edfea: Download complete 2022-12-01T10:03:12.3910703Z 63ae5eb88541: Download complete 2022-12-01T10:03:12.8009570Z 675920708c8b: Pull complete 2022-12-01T10:03:12.9151056Z 3a31ffa0162f: Pull complete 2022-12-01T10:03:13.0890901Z 85d2fa9daf54: Verifying Checksum 2022-12-01T10:03:13.0891354Z 85d2fa9daf54: Download complete 2022-12-01T10:03:13.1695823Z 49405b81ba46: Download complete 2022-12-01T10:03:13.2539120Z f5bd51a8525a: Verifying Checksum 2022-12-01T10:03:13.2539484Z f5bd51a8525a: Download complete 2022-12-01T10:03:13.7447482Z dce0658383e3: Verifying Checksum 2022-12-01T10:03:13.7447910Z dce0658383e3: Download complete 2022-12-01T10:03:13.8173384Z fda59f894d4a: Download complete 2022-12-01T10:03:13.9100928Z c4cd62aabb9c: Download complete 2022-12-01T10:03:13.9972161Z d84da0b3b529: Verifying Checksum 2022-12-01T10:03:13.9972418Z d84da0b3b529: Download complete 2022-12-01T10:03:14.0665447Z 81e2ac298c61: Verifying Checksum 2022-12-01T10:03:14.0665828Z 81e2ac298c61: Download complete 2022-12-01T10:03:14.1311974Z 38c05cfe4070: Verifying Checksum 2022-12-01T10:03:14.1312424Z 38c05cfe4070: Download complete 2022-12-01T10:03:14.2100080Z af4d19351fdf: Verifying Checksum 2022-12-01T10:03:14.2100470Z af4d19351fdf: Download complete 2022-12-01T10:03:14.8165534Z fe9b24415086: Download complete 2022-12-01T10:03:14.9387666Z 7334631630ca: Verifying Checksum 2022-12-01T10:03:14.9388160Z 7334631630ca: Download complete 2022-12-01T10:03:15.0165986Z b7010c1141c8: Download complete 2022-12-01T10:03:15.1057511Z 1d69ebcc1824: Verifying Checksum 2022-12-01T10:03:15.1057949Z 1d69ebcc1824: Download complete 2022-12-01T10:03:15.1956911Z bbd83461fb41: Download complete 2022-12-01T10:03:15.2287603Z 17be6d40a7e6: Verifying Checksum 2022-12-01T10:03:15.2288084Z 17be6d40a7e6: Download complete 2022-12-01T10:03:15.2819561Z bcd5197bc3b1: Download complete 2022-12-01T10:03:15.3734856Z 866c2acc4910: Download complete 2022-12-01T10:03:15.4562023Z e39e0e87bf58: Download complete 2022-12-01T10:03:15.5378185Z 31e492142d52: Verifying Checksum 2022-12-01T10:03:15.5378439Z 31e492142d52: Download complete 2022-12-01T10:03:15.6078675Z 7d95e9c9554c: Verifying Checksum 2022-12-01T10:03:15.6079095Z 7d95e9c9554c: Download complete 2022-12-01T10:03:15.7604640Z a1d89816b283: Verifying Checksum 2022-12-01T10:03:15.7605155Z a1d89816b283: Download complete 2022-12-01T10:03:15.8469118Z 38d7b060d3d4: Verifying Checksum 2022-12-01T10:03:15.8469596Z 38d7b060d3d4: Download complete 2022-12-01T10:03:15.9478193Z 0b48564513b3: Verifying Checksum 2022-12-01T10:03:15.9478541Z 0b48564513b3: Download complete 2022-12-01T10:03:16.0184296Z c517839d268c: Verifying Checksum 2022-12-01T10:03:16.0184667Z c517839d268c: Download complete 2022-12-01T10:03:16.1047309Z 9200027c6378: Verifying Checksum 2022-12-01T10:03:16.1047691Z 9200027c6378: Download complete 2022-12-01T10:03:16.1882224Z 1a68c742e877: Verifying Checksum 2022-12-01T10:03:16.1882667Z 1a68c742e877: Download complete 2022-12-01T10:03:16.2685826Z 085aceb64709: Download complete 2022-12-01T10:03:16.7316658Z 9fad26f5e1f4: Verifying Checksum 2022-12-01T10:03:16.7317227Z 9fad26f5e1f4: Download complete 2022-12-01T10:03:16.8005419Z 3454ac6b1f68: Verifying Checksum 2022-12-01T10:03:16.8005797Z 3454ac6b1f68: Download complete 2022-12-01T10:03:16.8853635Z 38599e0ca649: Verifying Checksum 2022-12-01T10:03:16.8854192Z 38599e0ca649: Download complete 2022-12-01T10:03:16.9619350Z a16f0b09d742: Verifying Checksum 2022-12-01T10:03:16.9619750Z a16f0b09d742: Download complete 2022-12-01T10:03:17.0536419Z 100cd65220ba: Verifying Checksum 2022-12-01T10:03:17.2986131Z 9d7685da3dfa: Verifying Checksum 2022-12-01T10:03:17.2986595Z 9d7685da3dfa: Download complete 2022-12-01T10:03:17.3964667Z e69408c62fb4: Verifying Checksum 2022-12-01T10:03:17.3965026Z e69408c62fb4: Download complete 2022-12-01T10:03:17.4604423Z 1530f151c058: Verifying Checksum 2022-12-01T10:03:17.4604853Z 1530f151c058: Download complete 2022-12-01T10:03:17.4646363Z b80f27646ab6: Verifying Checksum 2022-12-01T10:03:17.4646751Z b80f27646ab6: Download complete 2022-12-01T10:03:17.5462442Z 99763bc3448a: Verifying Checksum 2022-12-01T10:03:17.5462877Z 99763bc3448a: Download complete 2022-12-01T10:03:17.6286303Z cec809ad8b3c: Verifying Checksum 2022-12-01T10:03:17.6287055Z cec809ad8b3c: Download complete 2022-12-01T10:03:17.7055224Z 677fdb68d2c6: Verifying Checksum 2022-12-01T10:03:17.7055656Z 677fdb68d2c6: Download complete 2022-12-01T10:03:17.7893205Z 92d94c0f43b4: Verifying Checksum 2022-12-01T10:03:17.7893643Z 92d94c0f43b4: Download complete 2022-12-01T10:03:17.8762999Z a90bc9ac3f47: Verifying Checksum 2022-12-01T10:03:17.8763476Z a90bc9ac3f47: Download complete 2022-12-01T10:03:18.4713279Z 8ef4cf23833b: Verifying Checksum 2022-12-01T10:03:18.4713601Z 8ef4cf23833b: Download complete 2022-12-01T10:03:20.6873796Z 3aeaec05c672: Verifying Checksum 2022-12-01T10:03:20.6874065Z 3aeaec05c672: Download complete 2022-12-01T10:03:21.3644700Z fe9b24415086: Pull complete 2022-12-01T10:03:21.5965140Z 422bea31bd2a: Pull complete 2022-12-01T10:03:21.8266633Z 27ad548906a1: Pull complete 2022-12-01T10:03:22.0435088Z efe762c046e3: Pull complete 2022-12-01T10:03:22.2885563Z a12af00c9224: Pull complete 2022-12-01T10:03:22.5031719Z 49809737e89d: Pull complete 2022-12-01T10:03:22.7595973Z 4bd15b741963: Pull complete 2022-12-01T10:03:23.0000886Z 9fdf20fee962: Pull complete 2022-12-01T10:03:24.3436764Z 2b6269e5f012: Verifying Checksum 2022-12-01T10:03:24.3437164Z 2b6269e5f012: Download complete 2022-12-01T10:03:24.8249982Z 85d2fa9daf54: Pull complete 2022-12-01T10:03:25.0594216Z e3608d8edfea: Pull complete 2022-12-01T10:03:25.3253058Z 63ae5eb88541: Pull complete 2022-12-01T10:03:45.4122929Z 2b6269e5f012: Pull complete 2022-12-01T10:03:45.8280234Z 49405b81ba46: Pull complete 2022-12-01T10:03:46.0886686Z f5bd51a8525a: Pull complete 2022-12-01T10:03:46.9391312Z dce0658383e3: Pull complete 2022-12-01T10:03:47.1126098Z fda59f894d4a: Pull complete 2022-12-01T10:03:47.3147308Z c4cd62aabb9c: Pull complete 2022-12-01T10:03:47.3951601Z d84da0b3b529: Pull complete 2022-12-01T10:03:47.4963015Z 81e2ac298c61: Pull complete 2022-12-01T10:03:47.5926124Z 38c05cfe4070: Pull complete 2022-12-01T10:03:47.6948856Z af4d19351fdf: Pull complete 2022-12-01T10:03:47.7890497Z d1d5291b2ab5: Pull complete 2022-12-01T10:03:49.6140868Z 17be6d40a7e6: Pull complete 2022-12-01T10:03:49.7558025Z 7334631630ca: Pull complete 2022-12-01T10:03:49.9413023Z b7010c1141c8: Pull complete 2022-12-01T10:03:50.2190602Z 1d69ebcc1824: Pull complete 2022-12-01T10:03:50.4430294Z bbd83461fb41: Pull complete 2022-12-01T10:03:50.6089048Z bcd5197bc3b1: Pull complete 2022-12-01T10:03:55.0884233Z b80f27646ab6: Pull complete 2022-12-01T10:03:55.2564247Z 866c2acc4910: Pull complete 2022-12-01T10:03:55.4558463Z e39e0e87bf58: Pull complete 2022-12-01T10:03:55.6838221Z 31e492142d52: Pull complete 2022-12-01T10:03:55.8098847Z 7d95e9c9554c: Pull complete 2022-12-01T10:03:55.8957093Z f405cc5c9c77: Pull complete 2022-12-01T10:03:55.9815517Z a1d89816b283: Pull complete 2022-12-01T10:03:56.0716118Z 38d7b060d3d4: Pull complete 2022-12-01T10:03:56.1766599Z 0b48564513b3: Pull complete 2022-12-01T10:03:56.2763107Z c517839d268c: Pull complete 2022-12-01T10:03:56.3710223Z 9200027c6378: Pull complete 2022-12-01T10:03:56.4676533Z 1a68c742e877: Pull complete 2022-12-01T10:03:56.5645316Z 085aceb64709: Pull complete 2022-12-01T10:03:57.7879685Z 9fad26f5e1f4: Pull complete 2022-12-01T10:03:57.9949313Z 3454ac6b1f68: Pull complete 2022-12-01T10:03:58.2101815Z 38599e0ca649: Pull complete 2022-12-01T10:03:58.4377508Z a16f0b09d742: Pull complete 2022-12-01T10:03:58.6839806Z 100cd65220ba: Pull complete 2022-12-01T10:03:59.1488066Z 9d7685da3dfa: Pull complete 2022-12-01T10:03:59.3656288Z e69408c62fb4: Pull complete 2022-12-01T10:03:59.5798871Z 1530f151c058: Pull complete 2022-12-01T10:04:03.4944391Z 3aeaec05c672: Pull complete 2022-12-01T10:04:03.7105421Z 99763bc3448a: Pull complete 2022-12-01T10:04:03.9321733Z cec809ad8b3c: Pull complete 2022-12-01T10:04:04.1654481Z 677fdb68d2c6: Pull complete 2022-12-01T10:04:04.3806774Z 92d94c0f43b4: Pull complete 2022-12-01T10:04:04.6024683Z a90bc9ac3f47: Pull complete 2022-12-01T10:04:06.2184917Z 8ef4cf23833b: Pull complete 2022-12-01T10:04:06.3010018Z Digest: sha256:7d4daa1530ad815417dd92428a12643a4a8b0e93e820e2eb2d4e8818a4e57ba2 2022-12-01T10:04:06.3296124Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:04:06.3448757Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:04:06.3511123Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-12-01T10:04:06.3511426Z python3 -m pip install psutil==5.9.1 2022-12-01T10:04:06.3511731Z python3 -m pip install pynvml==11.4.1 2022-12-01T10:04:06.3512075Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-12-01T10:04:06.3512375Z echo "::set-output name=monitor-script-pid::${!}" 2022-12-01T10:04:06.3523944Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:04:06.3524296Z env: 2022-12-01T10:04:06.3524504Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:06.3524752Z ##[endgroup] 2022-12-01T10:04:06.5745966Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:04:06.5939549Z Requirement already satisfied: psutil==5.9.1 in /home/ec2-user/.local/lib/python3.7/site-packages (5.9.1) 2022-12-01T10:04:07.1218029Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:04:07.1413593Z Requirement already satisfied: pynvml==11.4.1 in /home/ec2-user/.local/lib/python3.7/site-packages (11.4.1) 2022-12-01T10:04:07.4578777Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:04:07.4620554Z Prepare all required actions 2022-12-01T10:04:07.4620815Z Getting action download info 2022-12-01T10:04:07.7500281Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:4a8bfae15cc25cc0785c1603ee87a9da8fd442ea) 2022-12-01T10:04:07.9204291Z Download action repository 'actions/download-artifact@v2' (SHA:f023be2c48cc18debc3bacd34cb396e0295e2869) 2022-12-01T10:04:08.0576657Z ##[group]Run ./.github/actions/download-build-artifacts 2022-12-01T10:04:08.0576882Z with: 2022-12-01T10:04:08.0577066Z name: linux-focal-py3.7-gcc7 2022-12-01T10:04:08.0577237Z env: 2022-12-01T10:04:08.0577404Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:08.0577587Z ##[endgroup] 2022-12-01T10:04:08.0602153Z ##[group]Run seemethere/download-artifact-s3@v4 2022-12-01T10:04:08.0602370Z with: 2022-12-01T10:04:08.0602548Z name: linux-focal-py3.7-gcc7 2022-12-01T10:04:08.0602756Z s3-bucket: gha-artifacts 2022-12-01T10:04:08.0602946Z region: us-east-1 2022-12-01T10:04:08.0603100Z env: 2022-12-01T10:04:08.0603305Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:08.0603478Z ##[endgroup] 2022-12-01T10:04:08.4861849Z Found 1 objects with prefix pytorch/pytorch/3591403534/linux-focal-py3.7-gcc7/ 2022-12-01T10:04:08.4862595Z Starting download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-12-01T10:04:11.5161824Z Finished download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-12-01T10:04:11.5162078Z 2022-12-01T10:04:11.5165278Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:04:11.5166162Z Artifact download has finished successfully 2022-12-01T10:04:11.5276813Z ##[group]Run unzip -o artifacts.zip 2022-12-01T10:04:11.5277042Z unzip -o artifacts.zip 2022-12-01T10:04:11.5288695Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:04:11.5288902Z env: 2022-12-01T10:04:11.5289079Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:11.5289266Z ##[endgroup] 2022-12-01T10:04:11.5350578Z Archive: artifacts.zip 2022-12-01T10:04:11.5352013Z creating: dist/ 2022-12-01T10:04:12.2988370Z inflating: dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl 2022-12-01T10:04:12.2988920Z creating: build/custom_test_artifacts/ 2022-12-01T10:04:12.2989483Z creating: build/custom_test_artifacts/custom-op-build/ 2022-12-01T10:04:12.2990096Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/ 2022-12-01T10:04:12.2991563Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeOutput.log 2022-12-01T10:04:12.2992297Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/ 2022-12-01T10:04:12.2993068Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-12-01T10:04:12.2993827Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-12-01T10:04:12.2994602Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-12-01T10:04:12.2996012Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-12-01T10:04:12.2998090Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-12-01T10:04:12.2998873Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-12-01T10:04:12.2999890Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-12-01T10:04:12.3001467Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-12-01T10:04:12.3003457Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-12-01T10:04:12.3005495Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-12-01T10:04:12.3006014Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-12-01T10:04:12.3007495Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-12-01T10:04:12.3008350Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-12-01T10:04:12.3008767Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ 2022-12-01T10:04:12.3009571Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeError.log 2022-12-01T10:04:12.3010336Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache 2022-12-01T10:04:12.3011117Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ 2022-12-01T10:04:12.3011958Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts 2022-12-01T10:04:12.3012843Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make 2022-12-01T10:04:12.3013769Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make 2022-12-01T10:04:12.3014567Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt 2022-12-01T10:04:12.3015404Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake 2022-12-01T10:04:12.3016233Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make 2022-12-01T10:04:12.3017036Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake 2022-12-01T10:04:12.3017839Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make 2022-12-01T10:04:12.3018630Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make 2022-12-01T10:04:12.3032844Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d 2022-12-01T10:04:12.3121088Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o 2022-12-01T10:04:12.3121911Z creating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ 2022-12-01T10:04:12.3122764Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts 2022-12-01T10:04:12.3123661Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make 2022-12-01T10:04:12.3124506Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make 2022-12-01T10:04:12.3125343Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt 2022-12-01T10:04:12.3126195Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake 2022-12-01T10:04:12.3127043Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make 2022-12-01T10:04:12.3127872Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake 2022-12-01T10:04:12.3128682Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make 2022-12-01T10:04:12.3129491Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make 2022-12-01T10:04:12.3143297Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d 2022-12-01T10:04:12.3206639Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2022-12-01T10:04:12.3207561Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-12-01T10:04:12.3208557Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt 2022-12-01T10:04:12.3209342Z extracting: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks 2022-12-01T10:04:12.3210059Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 2022-12-01T10:04:12.3210779Z inflating: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake 2022-12-01T10:04:12.3211637Z inflating: build/custom_test_artifacts/custom-op-build/CMakeCache.txt 2022-12-01T10:04:12.3212580Z inflating: build/custom_test_artifacts/custom-op-build/Makefile 2022-12-01T10:04:12.3213232Z inflating: build/custom_test_artifacts/custom-op-build/cmake_install.cmake 2022-12-01T10:04:12.3285602Z inflating: build/custom_test_artifacts/custom-op-build/libcustom_ops.so 2022-12-01T10:04:12.3334136Z inflating: build/custom_test_artifacts/custom-op-build/test_custom_ops 2022-12-01T10:04:12.3334775Z creating: build/custom_test_artifacts/jit-hook-build/ 2022-12-01T10:04:12.3335405Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ 2022-12-01T10:04:12.3337810Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeOutput.log 2022-12-01T10:04:12.3338695Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/ 2022-12-01T10:04:12.3339424Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-12-01T10:04:12.3340164Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-12-01T10:04:12.3340899Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-12-01T10:04:12.3341737Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-12-01T10:04:12.3343712Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-12-01T10:04:12.3344471Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-12-01T10:04:12.3345219Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-12-01T10:04:12.3346746Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-12-01T10:04:12.3348879Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-12-01T10:04:12.3350513Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-12-01T10:04:12.3351369Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-12-01T10:04:12.3353354Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-12-01T10:04:12.3354177Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-12-01T10:04:12.3354953Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ 2022-12-01T10:04:12.3355684Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeError.log 2022-12-01T10:04:12.3356438Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache 2022-12-01T10:04:12.3357200Z creating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ 2022-12-01T10:04:12.3358005Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts 2022-12-01T10:04:12.3358869Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make 2022-12-01T10:04:12.3359919Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make 2022-12-01T10:04:12.3360761Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt 2022-12-01T10:04:12.3361613Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake 2022-12-01T10:04:12.3362539Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make 2022-12-01T10:04:12.3363373Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake 2022-12-01T10:04:12.3364161Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make 2022-12-01T10:04:12.3364948Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make 2022-12-01T10:04:12.3378553Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d 2022-12-01T10:04:12.3427628Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2022-12-01T10:04:12.3428508Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-12-01T10:04:12.3429352Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt 2022-12-01T10:04:12.3430141Z extracting: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks 2022-12-01T10:04:12.3430859Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 2022-12-01T10:04:12.3431645Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake 2022-12-01T10:04:12.3432501Z inflating: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt 2022-12-01T10:04:12.3433162Z inflating: build/custom_test_artifacts/jit-hook-build/Makefile 2022-12-01T10:04:12.3434109Z inflating: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake 2022-12-01T10:04:12.3472779Z inflating: build/custom_test_artifacts/jit-hook-build/test_jit_hooks 2022-12-01T10:04:12.3473451Z creating: build/custom_test_artifacts/custom-backend-build/ 2022-12-01T10:04:12.3474091Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ 2022-12-01T10:04:12.3476363Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeOutput.log 2022-12-01T10:04:12.3477092Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/ 2022-12-01T10:04:12.3477867Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeSystem.cmake 2022-12-01T10:04:12.3478667Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/ 2022-12-01T10:04:12.3479601Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/tmp/ 2022-12-01T10:04:12.3480664Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c 2022-12-01T10:04:12.3482607Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdC/a.out 2022-12-01T10:04:12.3483416Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/ 2022-12-01T10:04:12.3484224Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/tmp/ 2022-12-01T10:04:12.3485810Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp 2022-12-01T10:04:12.3487783Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CompilerIdCXX/a.out 2022-12-01T10:04:12.3489472Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_C.bin 2022-12-01T10:04:12.3490368Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCCompiler.cmake 2022-12-01T10:04:12.3492040Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeDetermineCompilerABI_CXX.bin 2022-12-01T10:04:12.3493002Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.22.1/CMakeCXXCompiler.cmake 2022-12-01T10:04:12.3493881Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ 2022-12-01T10:04:12.3494686Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeError.log 2022-12-01T10:04:12.3495134Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache 2022-12-01T10:04:12.3495566Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ 2022-12-01T10:04:12.3496361Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts 2022-12-01T10:04:12.3497300Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make 2022-12-01T10:04:12.3498193Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make 2022-12-01T10:04:12.3499034Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt 2022-12-01T10:04:12.3499898Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake 2022-12-01T10:04:12.3500795Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make 2022-12-01T10:04:12.3501677Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake 2022-12-01T10:04:12.3502664Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make 2022-12-01T10:04:12.3503641Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make 2022-12-01T10:04:12.3504978Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d 2022-12-01T10:04:12.3618701Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2022-12-01T10:04:12.3619182Z creating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ 2022-12-01T10:04:12.3619680Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts 2022-12-01T10:04:12.3620189Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make 2022-12-01T10:04:12.3621241Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make 2022-12-01T10:04:12.3621803Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt 2022-12-01T10:04:12.3622438Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake 2022-12-01T10:04:12.3623490Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make 2022-12-01T10:04:12.3624567Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake 2022-12-01T10:04:12.3625518Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make 2022-12-01T10:04:12.3626416Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make 2022-12-01T10:04:12.3644863Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d 2022-12-01T10:04:12.3694961Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2022-12-01T10:04:12.3695932Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake 2022-12-01T10:04:12.3696770Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt 2022-12-01T10:04:12.3697595Z extracting: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks 2022-12-01T10:04:12.3698358Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 2022-12-01T10:04:12.3699154Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake 2022-12-01T10:04:12.3700606Z inflating: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt 2022-12-01T10:04:12.3701620Z inflating: build/custom_test_artifacts/custom-backend-build/Makefile 2022-12-01T10:04:12.3702581Z inflating: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake 2022-12-01T10:04:12.3798557Z inflating: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so 2022-12-01T10:04:12.3834126Z inflating: build/custom_test_artifacts/custom-backend-build/test_custom_backend 2022-12-01T10:04:12.3834595Z creating: build/lib/ 2022-12-01T10:04:12.3835620Z inflating: build/lib/libclog.a 2022-12-01T10:04:12.3887834Z inflating: build/lib/libgtest.a 2022-12-01T10:04:12.3896015Z inflating: build/lib/libpthreadpool.a 2022-12-01T10:04:12.3968115Z inflating: build/lib/libbenchmark.a 2022-12-01T10:04:12.3975277Z inflating: build/lib/libittnotify.a 2022-12-01T10:04:12.4058257Z inflating: build/lib/libprotobuf-lite.a 2022-12-01T10:04:12.4083422Z inflating: build/lib/libtensorpipe_uv.a 2022-12-01T10:04:12.4174102Z inflating: build/lib/libgloo.a 2022-12-01T10:04:12.4234659Z inflating: build/lib/libasmjit.a 2022-12-01T10:04:12.4650157Z inflating: build/lib/libprotobuf.a 2022-12-01T10:04:12.4664977Z inflating: build/lib/libfmt.a 2022-12-01T10:04:12.4665481Z inflating: build/lib/libfoxi_loader.a 2022-12-01T10:04:12.4725058Z inflating: build/lib/libc10.so 2022-12-01T10:04:12.4726212Z inflating: build/lib/libtorch_global_deps.so 2022-12-01T10:04:12.4733531Z inflating: build/lib/libcpuinfo.a 2022-12-01T10:04:12.4740567Z inflating: build/lib/libcpuinfo_internals.a 2022-12-01T10:04:12.4752739Z inflating: build/lib/libqnnpack.a 2022-12-01T10:04:12.4771540Z inflating: build/lib/libpytorch_qnnpack.a 2022-12-01T10:04:12.4773411Z inflating: build/lib/libnnpack_reference_layers.a 2022-12-01T10:04:12.4787893Z inflating: build/lib/libgmock.a 2022-12-01T10:04:12.5231742Z inflating: build/lib/libprotoc.a 2022-12-01T10:04:12.5232162Z inflating: build/lib/libgtest_main.a 2022-12-01T10:04:12.5232953Z inflating: build/lib/libbenchmark_main.a 2022-12-01T10:04:13.1528246Z inflating: build/lib/libdnnl.a 2022-12-01T10:04:13.1545207Z inflating: build/lib/libnnpack.a 2022-12-01T10:04:13.2060655Z inflating: build/lib/libtensorpipe.a 2022-12-01T10:04:13.3285523Z inflating: build/lib/libfbgemm.a 2022-12-01T10:04:13.4159490Z inflating: build/lib/libdnnl_graph.a 2022-12-01T10:04:13.4159812Z inflating: build/lib/libgmock_main.a 2022-12-01T10:04:13.4350294Z inflating: build/lib/libkineto.a 2022-12-01T10:04:13.4385048Z inflating: build/lib/libcaffe2_protos.a 2022-12-01T10:04:13.4422267Z inflating: build/lib/libonnx_proto.a 2022-12-01T10:04:13.4532674Z inflating: build/lib/libXNNPACK.a 2022-12-01T10:04:13.5060118Z inflating: build/lib/libonnx.a 2022-12-01T10:04:15.3112999Z inflating: build/lib/libtorch_cpu.so 2022-12-01T10:04:15.3113604Z inflating: build/lib/libtorch.so 2022-12-01T10:04:15.3132537Z inflating: build/lib/libjitbackend_test.so 2022-12-01T10:04:15.3179422Z inflating: build/lib/libtorchbind_test.so 2022-12-01T10:04:15.3203597Z inflating: build/lib/libbackend_with_compiler.so 2022-12-01T10:04:15.3207152Z inflating: build/lib/libshm.so 2022-12-01T10:04:15.4510905Z inflating: build/lib/libtorch_python.so 2022-12-01T10:04:15.4541745Z inflating: build/lib/libnnapi_backend.so 2022-12-01T10:04:15.4541982Z creating: build/bin/ 2022-12-01T10:04:15.4583101Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2022-12-01T10:04:15.4626414Z inflating: build/bin/c10_DeviceGuard_test 2022-12-01T10:04:15.4668564Z inflating: build/bin/c10_Device_test 2022-12-01T10:04:15.4717939Z inflating: build/bin/c10_DispatchKeySet_test 2022-12-01T10:04:15.4758020Z inflating: build/bin/c10_StreamGuard_test 2022-12-01T10:04:15.4800602Z inflating: build/bin/c10_SymInt_test 2022-12-01T10:04:15.4847126Z inflating: build/bin/c10_InlineDeviceGuard_test 2022-12-01T10:04:15.4894442Z inflating: build/bin/c10_InlineStreamGuard_test 2022-12-01T10:04:15.4934696Z inflating: build/bin/c10_Array_test 2022-12-01T10:04:15.4982742Z inflating: build/bin/c10_SizesAndStrides_test 2022-12-01T10:04:15.5026962Z inflating: build/bin/c10_Bitset_test 2022-12-01T10:04:15.5067367Z inflating: build/bin/c10_ConstexprCrc_test 2022-12-01T10:04:15.5110236Z inflating: build/bin/c10_C++17_test 2022-12-01T10:04:15.5151335Z inflating: build/bin/c10_DeadlockDetection_test 2022-12-01T10:04:15.5193148Z inflating: build/bin/c10_Half_test 2022-12-01T10:04:15.5240606Z inflating: build/bin/c10_LeftRight_test 2022-12-01T10:04:15.5293152Z inflating: build/bin/c10_Metaprogramming_test 2022-12-01T10:04:15.5335106Z inflating: build/bin/c10_Synchronized_test 2022-12-01T10:04:15.5455812Z inflating: build/bin/c10_SmallVectorTest 2022-12-01T10:04:15.5503603Z inflating: build/bin/c10_ThreadLocal_test 2022-12-01T10:04:15.5545740Z inflating: build/bin/c10_TypeList_test 2022-12-01T10:04:15.5589693Z inflating: build/bin/c10_TypeIndex_test 2022-12-01T10:04:15.5629993Z inflating: build/bin/c10_TypeTraits_test 2022-12-01T10:04:15.5673419Z inflating: build/bin/c10_accumulate_test 2022-12-01T10:04:15.5720109Z inflating: build/bin/c10_bfloat16_test 2022-12-01T10:04:15.5765267Z inflating: build/bin/c10_complex_math_test 2022-12-01T10:04:15.5811946Z inflating: build/bin/c10_complex_test 2022-12-01T10:04:15.5855699Z inflating: build/bin/c10_exception_test 2022-12-01T10:04:15.5947377Z inflating: build/bin/c10_either_test 2022-12-01T10:04:15.5989181Z inflating: build/bin/c10_flags_test 2022-12-01T10:04:15.6130850Z inflating: build/bin/c10_intrusive_ptr_test 2022-12-01T10:04:15.6172784Z inflating: build/bin/c10_irange_test 2022-12-01T10:04:15.6221240Z inflating: build/bin/c10_logging_test 2022-12-01T10:04:15.6284154Z inflating: build/bin/c10_optional_test 2022-12-01T10:04:15.6330060Z inflating: build/bin/c10_registry_test 2022-12-01T10:04:15.6382258Z inflating: build/bin/c10_ordered_preserving_dict_test 2022-12-01T10:04:15.6431426Z inflating: build/bin/c10_string_view_test 2022-12-01T10:04:15.6474743Z inflating: build/bin/c10_tempfile_test 2022-12-01T10:04:15.6522005Z inflating: build/bin/c10_typeid_test 2022-12-01T10:04:15.6569498Z inflating: build/bin/c10_intrusive_ptr_benchmark 2022-12-01T10:04:15.6980240Z inflating: build/bin/protoc-3.13.0.0 2022-12-01T10:04:15.7390282Z inflating: build/bin/protoc 2022-12-01T10:04:15.7636798Z inflating: build/bin/vec_test_all_types_DEFAULT 2022-12-01T10:04:15.7913461Z inflating: build/bin/vec_test_all_types_AVX2 2022-12-01T10:04:15.7958312Z inflating: build/bin/FileStoreTest 2022-12-01T10:04:15.8009249Z inflating: build/bin/TCPStoreTest 2022-12-01T10:04:15.8054130Z inflating: build/bin/HashStoreTest 2022-12-01T10:04:15.8056722Z inflating: build/bin/example_allreduce 2022-12-01T10:04:15.8117933Z inflating: build/bin/Dict_test 2022-12-01T10:04:15.8173057Z inflating: build/bin/ProcessGroupGlooTest 2022-12-01T10:04:15.8217099Z inflating: build/bin/Dimname_test 2022-12-01T10:04:15.8270382Z inflating: build/bin/MaybeOwned_test 2022-12-01T10:04:15.8318516Z inflating: build/bin/NamedTensor_test 2022-12-01T10:04:15.8368314Z inflating: build/bin/apply_utils_test 2022-12-01T10:04:15.8417794Z inflating: build/bin/atest 2022-12-01T10:04:15.8463433Z inflating: build/bin/broadcast_test 2022-12-01T10:04:15.8514895Z inflating: build/bin/basic 2022-12-01T10:04:15.8564282Z inflating: build/bin/cpu_generator_test 2022-12-01T10:04:15.8608177Z inflating: build/bin/cpu_profiling_allocator_test 2022-12-01T10:04:15.8682447Z inflating: build/bin/cpu_rng_test 2022-12-01T10:04:15.8724107Z inflating: build/bin/dispatch_key_set_test 2022-12-01T10:04:15.8765735Z inflating: build/bin/dlconvertor_test 2022-12-01T10:04:15.8814850Z inflating: build/bin/extension_backend_test 2022-12-01T10:04:15.8861797Z inflating: build/bin/half_test 2022-12-01T10:04:15.8941673Z inflating: build/bin/ivalue_test 2022-12-01T10:04:15.8983030Z inflating: build/bin/lazy_tensor_test 2022-12-01T10:04:15.9027940Z inflating: build/bin/math_kernel_test 2022-12-01T10:04:15.9072637Z inflating: build/bin/memory_format_test 2022-12-01T10:04:15.9116850Z inflating: build/bin/memory_overlapping_test 2022-12-01T10:04:15.9159705Z inflating: build/bin/operator_name_test 2022-12-01T10:04:15.9203391Z inflating: build/bin/mobile_memory_cleanup 2022-12-01T10:04:15.9251015Z inflating: build/bin/native_test 2022-12-01T10:04:15.9295149Z inflating: build/bin/packedtensoraccessor_test 2022-12-01T10:04:15.9336927Z inflating: build/bin/operators_test 2022-12-01T10:04:15.9391792Z inflating: build/bin/pow_test 2022-12-01T10:04:15.9440289Z inflating: build/bin/quantized_test 2022-12-01T10:04:15.9481696Z inflating: build/bin/reduce_ops_test 2022-12-01T10:04:15.9524113Z inflating: build/bin/reportMemoryUsage_test 2022-12-01T10:04:15.9571509Z inflating: build/bin/scalar_tensor_test 2022-12-01T10:04:15.9621045Z inflating: build/bin/scalar_test 2022-12-01T10:04:15.9664759Z inflating: build/bin/stride_properties_test 2022-12-01T10:04:15.9730813Z inflating: build/bin/tensor_iterator_test 2022-12-01T10:04:15.9732845Z inflating: build/bin/thread_init_test 2022-12-01T10:04:15.9779759Z inflating: build/bin/type_ptr_test 2022-12-01T10:04:15.9826554Z inflating: build/bin/test_parallel 2022-12-01T10:04:15.9868128Z inflating: build/bin/variant_test 2022-12-01T10:04:15.9911322Z inflating: build/bin/undefined_tensor_test 2022-12-01T10:04:15.9962161Z inflating: build/bin/type_test 2022-12-01T10:04:15.9963485Z inflating: build/bin/verify_api_visibility 2022-12-01T10:04:16.0021960Z inflating: build/bin/vmap_test 2022-12-01T10:04:16.0064525Z inflating: build/bin/wrapdim_test 2022-12-01T10:04:16.0107171Z inflating: build/bin/weakref_test 2022-12-01T10:04:16.0157413Z inflating: build/bin/IListRef_test 2022-12-01T10:04:16.0249282Z inflating: build/bin/List_test 2022-12-01T10:04:16.0290135Z inflating: build/bin/xla_tensor_test 2022-12-01T10:04:16.0392621Z inflating: build/bin/kernel_function_legacy_test 2022-12-01T10:04:16.0473846Z inflating: build/bin/kernel_function_test 2022-12-01T10:04:16.0528778Z inflating: build/bin/KernelFunction_test 2022-12-01T10:04:16.0636941Z inflating: build/bin/kernel_lambda_legacy_test 2022-12-01T10:04:16.0724151Z inflating: build/bin/kernel_lambda_test 2022-12-01T10:04:16.0774403Z inflating: build/bin/kernel_stackbased_test 2022-12-01T10:04:16.0816466Z inflating: build/bin/CppSignature_test 2022-12-01T10:04:16.0897551Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2022-12-01T10:04:16.0937541Z inflating: build/bin/op_allowlist_test 2022-12-01T10:04:16.0981794Z inflating: build/bin/inline_container_test 2022-12-01T10:04:16.1225344Z inflating: build/bin/op_registration_test 2022-12-01T10:04:16.1272356Z inflating: build/bin/backend_fallback_test 2022-12-01T10:04:16.1286259Z inflating: build/bin/tutorial_tensorexpr 2022-12-01T10:04:16.1331554Z inflating: build/bin/test_dist_autograd 2022-12-01T10:04:16.1390703Z inflating: build/bin/test_cpp_rpc 2022-12-01T10:04:16.1392632Z inflating: build/bin/parallel_benchmark 2022-12-01T10:04:16.1451223Z inflating: build/bin/test_mobile_nnc 2022-12-01T10:04:16.1459988Z inflating: build/bin/aot_model_compiler_test 2022-12-01T10:04:16.1464393Z inflating: build/bin/torch_shm_manager 2022-12-01T10:04:16.1762492Z inflating: build/bin/test_lazy 2022-12-01T10:04:16.2456689Z inflating: build/bin/test_tensorexpr 2022-12-01T10:04:16.3469983Z inflating: build/bin/test_api 2022-12-01T10:04:16.3965529Z inflating: build/bin/test_jit 2022-12-01T10:04:16.3966232Z inflating: .pytorch-test-times.json 2022-12-01T10:04:16.3989298Z ##[group]Run df -H 2022-12-01T10:04:16.3989483Z df -H 2022-12-01T10:04:16.4001016Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:04:16.4001223Z env: 2022-12-01T10:04:16.4001397Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:16.4001583Z ##[endgroup] 2022-12-01T10:04:16.4046620Z Filesystem Size Used Avail Use% Mounted on 2022-12-01T10:04:16.4047020Z devtmpfs 8.2G 0 8.2G 0% /dev 2022-12-01T10:04:16.4047337Z tmpfs 8.2G 16M 8.2G 1% /dev/shm 2022-12-01T10:04:16.4047611Z tmpfs 8.2G 431k 8.2G 1% /run 2022-12-01T10:04:16.4047948Z tmpfs 8.2G 0 8.2G 0% /sys/fs/cgroup 2022-12-01T10:04:16.4048285Z /dev/nvme0n1p1 162G 16G 146G 10% / 2022-12-01T10:04:16.4067066Z ##[group]Run .github/scripts/parse_ref.py 2022-12-01T10:04:16.4067294Z .github/scripts/parse_ref.py 2022-12-01T10:04:16.4077734Z shell: /usr/bin/bash -e {0} 2022-12-01T10:04:16.4077914Z env: 2022-12-01T10:04:16.4078074Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:16.4078262Z ##[endgroup] 2022-12-01T10:04:16.4256879Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:04:16.4302945Z ##[group]Run set -x 2022-12-01T10:04:16.4303218Z set -x 2022-12-01T10:04:16.4303443Z  2022-12-01T10:04:16.4303658Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2022-12-01T10:04:16.4303918Z  TEST_COMMAND=.jenkins/pytorch/multigpu-test.sh 2022-12-01T10:04:16.4304177Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2022-12-01T10:04:16.4304402Z  TEST_COMMAND=.jenkins/caffe2/test.sh 2022-12-01T10:04:16.4304600Z else 2022-12-01T10:04:16.4304803Z  TEST_COMMAND=.jenkins/pytorch/test.sh 2022-12-01T10:04:16.4304989Z fi 2022-12-01T10:04:16.4305144Z  2022-12-01T10:04:16.4305378Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-12-01T10:04:16.4305605Z  2022-12-01T10:04:16.4305818Z # sanitize the input commit message and PR body here: 2022-12-01T10:04:16.4306028Z # 2022-12-01T10:04:16.4306293Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-12-01T10:04:16.4306665Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-12-01T10:04:16.4306975Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-12-01T10:04:16.4307205Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-12-01T10:04:16.4307377Z  2022-12-01T10:04:16.4307635Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-12-01T10:04:16.4307908Z # wreak havoc internally 2022-12-01T10:04:16.4308130Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-12-01T10:04:16.4308366Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-12-01T10:04:16.4308561Z  2022-12-01T10:04:16.4308785Z # detached container should get cleaned up by teardown_ec2_linux 2022-12-01T10:04:16.4309065Z # TODO: Stop building test binaries as part of the build phase 2022-12-01T10:04:16.4309337Z # Used for GPU_FLAG since that doesn't play nice 2022-12-01T10:04:16.4309576Z # shellcheck disable=SC2086,SC2090 2022-12-01T10:04:16.4309786Z container_name=$(docker run \ 2022-12-01T10:04:16.4309984Z  ${GPU_FLAG:-} \ 2022-12-01T10:04:16.4310178Z  -e BUILD_ENVIRONMENT \ 2022-12-01T10:04:16.4310363Z  -e PR_NUMBER \ 2022-12-01T10:04:16.4310551Z  -e GITHUB_ACTIONS \ 2022-12-01T10:04:16.4310739Z  -e BASE_SHA \ 2022-12-01T10:04:16.4310916Z  -e BRANCH \ 2022-12-01T10:04:16.4311078Z  -e SHA1 \ 2022-12-01T10:04:16.4311261Z  -e AWS_DEFAULT_REGION \ 2022-12-01T10:04:16.4311454Z  -e IN_WHEEL_TEST \ 2022-12-01T10:04:16.4311630Z  -e SHARD_NUMBER \ 2022-12-01T10:04:16.4311817Z  -e TEST_CONFIG \ 2022-12-01T10:04:16.4312007Z  -e NUM_TEST_SHARDS \ 2022-12-01T10:04:16.4312181Z  -e PR_BODY \ 2022-12-01T10:04:16.4312369Z  -e COMMIT_MESSAGES \ 2022-12-01T10:04:16.4312575Z  -e PYTORCH_RETRY_TEST_CASES \ 2022-12-01T10:04:16.4312788Z  -e PYTORCH_OVERRIDE_FLAKY_SIGNAL \ 2022-12-01T10:04:16.4312993Z  -e PR_LABELS \ 2022-12-01T10:04:16.4313199Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-12-01T10:04:16.4313399Z  -e SCCACHE_BUCKET \ 2022-12-01T10:04:16.4313597Z  -e SCCACHE_S3_KEY_PREFIX \ 2022-12-01T10:04:16.4313789Z  -e XLA_CUDA \ 2022-12-01T10:04:16.4313992Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-12-01T10:04:16.4314225Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-12-01T10:04:16.4314459Z  --ulimit stack=10485760:83886080 \ 2022-12-01T10:04:16.4314778Z  --security-opt seccomp=unconfined \ 2022-12-01T10:04:16.4314988Z  --cap-add=SYS_PTRACE \ 2022-12-01T10:04:16.4315182Z  --ipc=host \ 2022-12-01T10:04:16.4315425Z  --shm-size="${SHM_SIZE}" \ 2022-12-01T10:04:16.4315601Z  --tty \ 2022-12-01T10:04:16.4315774Z  --detach \ 2022-12-01T10:04:16.4315969Z  --name="${container_name}" \ 2022-12-01T10:04:16.4316152Z  --user jenkins \ 2022-12-01T10:04:16.4316387Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-12-01T10:04:16.4316634Z  -w /var/lib/jenkins/workspace \ 2022-12-01T10:04:16.4316838Z  "${DOCKER_IMAGE}" 2022-12-01T10:04:16.4316996Z ) 2022-12-01T10:04:16.4317261Z docker exec -t "${container_name}" sh -c "pip install $(echo dist/*.whl)[opt-einsum] && ${TEST_COMMAND}" 2022-12-01T10:04:16.4328512Z shell: /usr/bin/bash -e {0} 2022-12-01T10:04:16.4328684Z env: 2022-12-01T10:04:16.4328869Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:16.4329100Z BUILD_ENVIRONMENT: linux-focal-py3.7-gcc7 2022-12-01T10:04:16.4329303Z PR_NUMBER: 89997 2022-12-01T10:04:16.4329482Z BRANCH: pull/89997 2022-12-01T10:04:16.4329705Z SHA1: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:04:16.4329936Z BASE_SHA: ae2fe4033cf3b17259b17f351020b988fa893f91 2022-12-01T10:04:16.4330155Z PYTORCH_RETRY_TEST_CASES: 1 2022-12-01T10:04:16.4330363Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-12-01T10:04:16.4330558Z TEST_CONFIG: backwards_compat 2022-12-01T10:04:16.4330746Z SHARD_NUMBER: 1 2022-12-01T10:04:16.4330919Z NUM_TEST_SHARDS: 1 2022-12-01T10:04:16.4331586Z PR_BODY: Link to landed master PR (if applicable): https://github.com/pytorch/pytorch/pull/88993 Criteria category: 1: This prevents a crash, which was introduced [here](https://github.com/pytorch/pytorch/commit/4b7de265569f7fd731dd1cfea83ce804cc22f7c0#diff-45b117ca26b4fc9174fbe0d7a9cd8cb1c43964cd5e2bb20c7778ee00a942ef63), tagged for 1.13 2: Prevents a crash I'm hoping this is a low-risk change, since it's just changing one method for its safer form. 2022-12-01T10:04:16.4332271Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-12-01T10:04:16.4332498Z SCCACHE_S3_KEY_PREFIX: pull 2022-12-01T10:04:16.4332682Z SHM_SIZE: 1g 2022-12-01T10:04:16.4333013Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:04:16.4333318Z XLA_CUDA: 2022-12-01T10:04:16.4333620Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-12-01T10:04:16.4333887Z ##[endgroup] 2022-12-01T10:04:16.4357696Z + [[ backwards_compat == \m\u\l\t\i\g\p\u ]] 2022-12-01T10:04:16.4358340Z + [[ linux-focal-py3.7-gcc7 == *onnx* ]] 2022-12-01T10:04:16.4358632Z + TEST_COMMAND=.jenkins/pytorch/test.sh 2022-12-01T10:04:16.4360871Z ++ git cherry -v origin/master 2022-12-01T10:04:16.8070610Z + COMMIT_MESSAGES='+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290) 2022-12-01T10:04:16.8071538Z - f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385) 2022-12-01T10:04:16.8072466Z + 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484) 2022-12-01T10:04:16.8073143Z - c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377) 2022-12-01T10:04:16.8073687Z - 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689) 2022-12-01T10:04:16.8074164Z - 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725) 2022-12-01T10:04:16.8074696Z - f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844) 2022-12-01T10:04:16.8075240Z - 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851) 2022-12-01T10:04:16.8075972Z - 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784) 2022-12-01T10:04:16.8076332Z + d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333) 2022-12-01T10:04:16.8098601Z + 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693) 2022-12-01T10:04:16.8099196Z - 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895) 2022-12-01T10:04:16.8099547Z + f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904) 2022-12-01T10:04:16.8100025Z - 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903) 2022-12-01T10:04:16.8100526Z - 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726) 2022-12-01T10:04:16.8100909Z + 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902) 2022-12-01T10:04:16.8101407Z - aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921) 2022-12-01T10:04:16.8101855Z - de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933) 2022-12-01T10:04:16.8102198Z + 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803) 2022-12-01T10:04:16.8102487Z + 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934) 2022-12-01T10:04:16.8102968Z - f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516) 2022-12-01T10:04:16.8103462Z - c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201) 2022-12-01T10:04:16.8103826Z + eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140) 2022-12-01T10:04:16.8104178Z + d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132) 2022-12-01T10:04:16.8104612Z - 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925) 2022-12-01T10:04:16.8105054Z - 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924) 2022-12-01T10:04:16.8105487Z - 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509) 2022-12-01T10:04:16.8105840Z + d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672) 2022-12-01T10:04:16.8106310Z - 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923) 2022-12-01T10:04:16.8106774Z - ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122) 2022-12-01T10:04:16.8107211Z - e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144) 2022-12-01T10:04:16.8107608Z + 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261) 2022-12-01T10:04:16.8108077Z - 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337) 2022-12-01T10:04:16.8108527Z - 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307) 2022-12-01T10:04:16.8108941Z - 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376) 2022-12-01T10:04:16.8109419Z - 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379) 2022-12-01T10:04:16.8110066Z - 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380) 2022-12-01T10:04:16.8110482Z - aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381) 2022-12-01T10:04:16.8111051Z - 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386) 2022-12-01T10:04:16.8111505Z + ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079) 2022-12-01T10:04:16.8111988Z - d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384) 2022-12-01T10:04:16.8112427Z - 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427) 2022-12-01T10:04:16.8112841Z - 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408) 2022-12-01T10:04:16.8113257Z - 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434) 2022-12-01T10:04:16.8113592Z + 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392) 2022-12-01T10:04:16.8113967Z - 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406) 2022-12-01T10:04:16.8114301Z + 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443) 2022-12-01T10:04:16.8114644Z + d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455) 2022-12-01T10:04:16.8124814Z - d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454) 2022-12-01T10:04:16.8125273Z - 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456) 2022-12-01T10:04:16.8125751Z - f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463) 2022-12-01T10:04:16.8126269Z - 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457) 2022-12-01T10:04:16.8126644Z + 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475) 2022-12-01T10:04:16.8127084Z - fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612) 2022-12-01T10:04:16.8127519Z - 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613) 2022-12-01T10:04:16.8127903Z - 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628) 2022-12-01T10:04:16.8128303Z - 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618) 2022-12-01T10:04:16.8128748Z - 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925) 2022-12-01T10:04:16.8129073Z + ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923) 2022-12-01T10:04:16.8129476Z - c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack' 2022-12-01T10:04:16.8157221Z + COMMIT_MESSAGES='+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290)- f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385)+ 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484)- c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377)- 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689)- 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725)- f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844)- 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851)- 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784)+ d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333)+ 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693)- 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895)+ f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904)- 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903)- 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726)+ 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902)- aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921)- de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933)+ 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803)+ 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934)- f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516)- c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201)+ eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140)+ d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132)- 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925)- 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924)- 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509)+ d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672)- 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923)- ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122)- e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144)+ 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261)- 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337)- 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307)- 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376)- 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379)- 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380)- aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381)- 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386)+ ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079)- d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384)- 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427)- 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408)- 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434)+ 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392)- 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406)+ 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443)+ d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455)- d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454)- 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456)- f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463)- 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457)+ 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475)- fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612)- 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613)- 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628)- 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618)- 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925)+ ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923)- c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack' 2022-12-01T10:04:16.8164423Z + PR_BODY='Link to landed master PR (if applicable):https://github.com/pytorch/pytorch/pull/88993Criteria category:1: This prevents a crash, which was introduced [here](https://github.com/pytorch/pytorch/commit/4b7de265569f7fd731dd1cfea83ce804cc22f7c0#diff-45b117ca26b4fc9174fbe0d7a9cd8cb1c43964cd5e2bb20c7778ee00a942ef63), tagged for 1.132: Prevents a crashI'\''m hoping this is a low-risk change, since it'\''s just changing one method for its safer form.' 2022-12-01T10:04:16.8177070Z + export 'COMMIT_MESSAGES=+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290)- f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385)+ 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484)- c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377)- 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689)- 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725)- f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844)- 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851)- 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784)+ d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333)+ 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693)- 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895)+ f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904)- 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903)- 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726)+ 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902)- aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921)- de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933)+ 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803)+ 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934)- f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516)- c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201)+ eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140)+ d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132)- 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925)- 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924)- 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509)+ d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672)- 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923)- ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122)- e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144)+ 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261)- 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337)- 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307)- 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376)- 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379)- 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380)- aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381)- 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386)+ ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079)- d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384)- 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427)- 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408)- 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434)+ 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392)- 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406)+ 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443)+ d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455)- d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454)- 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456)- f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463)- 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457)+ 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475)- fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612)- 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613)- 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628)- 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618)- 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925)+ ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923)- c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack' 2022-12-01T10:04:16.8195186Z + COMMIT_MESSAGES='+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290)- f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385)+ 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484)- c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377)- 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689)- 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725)- f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844)- 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851)- 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784)+ d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333)+ 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693)- 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895)+ f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904)- 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903)- 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726)+ 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902)- aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921)- de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933)+ 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803)+ 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934)- f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516)- c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201)+ eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140)+ d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132)- 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925)- 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924)- 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509)+ d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672)- 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923)- ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122)- e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144)+ 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261)- 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337)- 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307)- 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376)- 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379)- 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380)- aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381)- 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386)+ ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079)- d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384)- 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427)- 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408)- 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434)+ 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392)- 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406)+ 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443)+ d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455)- d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454)- 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456)- f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463)- 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457)+ 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475)- fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612)- 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613)- 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628)- 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618)- 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925)+ ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923)- c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack' 2022-12-01T10:04:16.8202174Z + export 'PR_BODY=Link to landed master PR (if applicable):https://github.com/pytorch/pytorch/pull/88993Criteria category:1: This prevents a crash, which was introduced [here](https://github.com/pytorch/pytorch/commit/4b7de265569f7fd731dd1cfea83ce804cc22f7c0#diff-45b117ca26b4fc9174fbe0d7a9cd8cb1c43964cd5e2bb20c7778ee00a942ef63), tagged for 1.132: Prevents a crashIm hoping this is a low-risk change, since its just changing one method for its safer form.' 2022-12-01T10:04:16.8203581Z + PR_BODY='Link to landed master PR (if applicable):https://github.com/pytorch/pytorch/pull/88993Criteria category:1: This prevents a crash, which was introduced [here](https://github.com/pytorch/pytorch/commit/4b7de265569f7fd731dd1cfea83ce804cc22f7c0#diff-45b117ca26b4fc9174fbe0d7a9cd8cb1c43964cd5e2bb20c7778ee00a942ef63), tagged for 1.132: Prevents a crashIm hoping this is a low-risk change, since its just changing one method for its safer form.' 2022-12-01T10:04:16.8204236Z +++ nproc --ignore=2 2022-12-01T10:04:16.8205754Z ++ docker run -e BUILD_ENVIRONMENT -e PR_NUMBER -e GITHUB_ACTIONS -e BASE_SHA -e BRANCH -e SHA1 -e AWS_DEFAULT_REGION -e IN_WHEEL_TEST -e SHARD_NUMBER -e TEST_CONFIG -e NUM_TEST_SHARDS -e PR_BODY -e COMMIT_MESSAGES -e PYTORCH_RETRY_TEST_CASES -e PYTORCH_OVERRIDE_FLAKY_SIGNAL -e PR_LABELS -e MAX_JOBS=6 -e SCCACHE_BUCKET -e SCCACHE_S3_KEY_PREFIX -e XLA_CUDA -e XLA_CLANG_CACHE_S3_BUCKET_NAME --env-file=/tmp/github_env_3591403534 --ulimit stack=10485760:83886080 --security-opt seccomp=unconfined --cap-add=SYS_PTRACE --ipc=host --shm-size=1g --tty --detach --name= --user jenkins -v /home/ec2-user/actions-runner/_work/pytorch/pytorch:/var/lib/jenkins/workspace -w /var/lib/jenkins/workspace 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:04:27.7788130Z + container_name=0c372740cbe8487e7df9c27e1f8bea81c823e1b1e966d5a006f6234a57b844e6 2022-12-01T10:04:27.7791576Z ++ echo dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl 2022-12-01T10:04:27.7793725Z + docker exec -t 0c372740cbe8487e7df9c27e1f8bea81c823e1b1e966d5a006f6234a57b844e6 sh -c 'pip install dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl[opt-einsum] && .jenkins/pytorch/test.sh' 2022-12-01T10:04:28.2025872Z Processing ./dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl 2022-12-01T10:04:28.2793917Z Requirement already satisfied: typing-extensions in /opt/conda/lib/python3.7/site-packages (from torch==1.13.0a0+gitc13d400) (4.3.0) 2022-12-01T10:04:28.2806689Z Requirement already satisfied: opt-einsum>=3.3 in /opt/conda/lib/python3.7/site-packages (from torch==1.13.0a0+gitc13d400) (3.3.0) 2022-12-01T10:04:28.2873664Z Requirement already satisfied: numpy>=1.7 in /opt/conda/lib/python3.7/site-packages (from opt-einsum>=3.3->torch==1.13.0a0+gitc13d400) (1.18.5) 2022-12-01T10:04:29.0761847Z Installing collected packages: torch 2022-12-01T10:04:35.3937637Z Successfully installed torch-1.13.0a0+gitc13d400 2022-12-01T10:04:35.5402977Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2022-12-01T10:04:35.5563567Z + TORCH_INSTALL_DIR=/opt/conda/lib/python3.7/site-packages/torch 2022-12-01T10:04:35.5564290Z + TORCH_BIN_DIR=/opt/conda/lib/python3.7/site-packages/torch/bin 2022-12-01T10:04:35.5564924Z + TORCH_LIB_DIR=/opt/conda/lib/python3.7/site-packages/torch/lib 2022-12-01T10:04:35.5565392Z + TORCH_TEST_DIR=/opt/conda/lib/python3.7/site-packages/torch/test 2022-12-01T10:04:35.5565625Z + BUILD_DIR=build 2022-12-01T10:04:35.5565805Z + BUILD_RENAMED_DIR=build_renamed 2022-12-01T10:04:35.5566054Z + BUILD_BIN_DIR=build/bin 2022-12-01T10:04:35.5566249Z + export VALGRIND=ON 2022-12-01T10:04:35.5566414Z + VALGRIND=ON 2022-12-01T10:04:35.5566676Z + [[ linux-focal-py3.7-gcc7 == *clang9* ]] 2022-12-01T10:04:35.5566972Z + [[ linux-focal-py3.7-gcc7 != *bazel* ]] 2022-12-01T10:04:35.5567359Z ++ realpath build/custom_test_artifacts 2022-12-01T10:04:35.5573762Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/workspace/build/custom_test_artifacts 2022-12-01T10:04:35.5576506Z ++ dirname .jenkins/pytorch/test.sh 2022-12-01T10:04:35.5582702Z + source .jenkins/pytorch/common.sh 2022-12-01T10:04:35.5585987Z +++ dirname .jenkins/pytorch/common.sh 2022-12-01T10:04:35.5591190Z ++ source .jenkins/pytorch/common_utils.sh 2022-12-01T10:04:35.5592743Z +++ declare -f -t trap_add 2022-12-01T10:04:35.5596128Z ++ set -ex 2022-12-01T10:04:35.5596521Z ++ [[ linux-focal-py3.7-gcc7 == *rocm* ]] 2022-12-01T10:04:35.5596776Z ++ BUILD_TEST_LIBTORCH=0 2022-12-01T10:04:35.5597553Z ++ [[ backwards_compat == *xla* ]] 2022-12-01T10:04:35.5598024Z ++ [[ linux-focal-py3.7-gcc7 == *centos* ]] 2022-12-01T10:04:35.5598586Z ++ [[ linux-focal-py3.7-gcc7 == *linux-bionic* ]] 2022-12-01T10:04:35.5598955Z ++ [[ linux-focal-py3.7-gcc7 == *linux-focal* ]] 2022-12-01T10:04:35.5599153Z ++ which conda 2022-12-01T10:04:35.5605179Z /opt/conda/bin/conda 2022-12-01T10:04:35.5605928Z ++ conda install -q -y cmake 2022-12-01T10:04:38.4337456Z Collecting package metadata (current_repodata.json): ...working... done 2022-12-01T10:04:39.3377359Z Solving environment: ...working... done 2022-12-01T10:04:39.4260997Z 2022-12-01T10:04:39.4261283Z ## Package Plan ## 2022-12-01T10:04:39.4261565Z 2022-12-01T10:04:39.4261891Z environment location: /opt/conda 2022-12-01T10:04:39.4262159Z 2022-12-01T10:04:39.4262315Z added / updated specs: 2022-12-01T10:04:39.4262681Z - cmake 2022-12-01T10:04:39.4262798Z 2022-12-01T10:04:39.4262803Z 2022-12-01T10:04:39.4262897Z The following packages will be downloaded: 2022-12-01T10:04:39.4263040Z 2022-12-01T10:04:39.4263133Z package | build 2022-12-01T10:04:39.4263411Z ---------------------------|----------------- 2022-12-01T10:04:39.4263727Z bzip2-1.0.8 | h7b6447c_0 78 KB 2022-12-01T10:04:39.4264008Z c-ares-1.18.1 | h7f8727e_0 114 KB 2022-12-01T10:04:39.4264315Z ca-certificates-2022.10.11 | h06a4308_0 124 KB 2022-12-01T10:04:39.4264629Z certifi-2022.9.24 | py37h06a4308_0 154 KB 2022-12-01T10:04:39.4264906Z cmake-3.22.1 | h1fce559_0 7.3 MB 2022-12-01T10:04:39.4265388Z expat-2.4.9 | h6a678d5_0 156 KB 2022-12-01T10:04:39.4265671Z krb5-1.19.2 | hac12032_0 1.2 MB 2022-12-01T10:04:39.4266007Z libcurl-7.84.0 | h91b91d3_0 337 KB 2022-12-01T10:04:39.4266304Z libedit-3.1.20210910 | h7f8727e_0 166 KB 2022-12-01T10:04:39.4266587Z libev-4.33 | h7f8727e_1 111 KB 2022-12-01T10:04:39.4266869Z libgcc-ng-11.2.0 | h1234567_1 5.3 MB 2022-12-01T10:04:39.4267144Z libgomp-11.2.0 | h1234567_1 474 KB 2022-12-01T10:04:39.4267438Z libnghttp2-1.46.0 | hce63b2e_0 680 KB 2022-12-01T10:04:39.4267734Z libssh2-1.10.0 | h8f2d780_0 274 KB 2022-12-01T10:04:39.4268009Z libstdcxx-ng-11.2.0 | h1234567_1 4.7 MB 2022-12-01T10:04:39.4268294Z libuv-1.40.0 | h7b6447c_0 736 KB 2022-12-01T10:04:39.4268573Z lz4-c-1.9.3 | h295c915_1 185 KB 2022-12-01T10:04:39.4268840Z openssl-1.1.1s | h7f8727e_0 3.6 MB 2022-12-01T10:04:39.4269126Z rhash-1.4.1 | h3c74f83_1 203 KB 2022-12-01T10:04:39.4269404Z zstd-1.5.2 | ha4553b6_0 488 KB 2022-12-01T10:04:39.4269702Z ------------------------------------------------------------ 2022-12-01T10:04:39.4269935Z Total: 26.3 MB 2022-12-01T10:04:39.4270060Z 2022-12-01T10:04:39.4270175Z The following NEW packages will be INSTALLED: 2022-12-01T10:04:39.4270318Z 2022-12-01T10:04:39.4270588Z bzip2 pkgs/main/linux-64::bzip2-1.0.8-h7b6447c_0 None 2022-12-01T10:04:39.4270941Z c-ares pkgs/main/linux-64::c-ares-1.18.1-h7f8727e_0 None 2022-12-01T10:04:39.4271308Z cmake pkgs/main/linux-64::cmake-3.22.1-h1fce559_0 None 2022-12-01T10:04:39.4271674Z expat pkgs/main/linux-64::expat-2.4.9-h6a678d5_0 None 2022-12-01T10:04:39.4272029Z krb5 pkgs/main/linux-64::krb5-1.19.2-hac12032_0 None 2022-12-01T10:04:39.4272378Z libcurl pkgs/main/linux-64::libcurl-7.84.0-h91b91d3_0 None 2022-12-01T10:04:39.4272765Z libedit pkgs/main/linux-64::libedit-3.1.20210910-h7f8727e_0 None 2022-12-01T10:04:39.4273132Z libev pkgs/main/linux-64::libev-4.33-h7f8727e_1 None 2022-12-01T10:04:39.4273508Z libnghttp2 pkgs/main/linux-64::libnghttp2-1.46.0-hce63b2e_0 None 2022-12-01T10:04:39.4273878Z libssh2 pkgs/main/linux-64::libssh2-1.10.0-h8f2d780_0 None 2022-12-01T10:04:39.4274237Z libuv pkgs/main/linux-64::libuv-1.40.0-h7b6447c_0 None 2022-12-01T10:04:39.4274593Z lz4-c pkgs/main/linux-64::lz4-c-1.9.3-h295c915_1 None 2022-12-01T10:04:39.4274929Z rhash pkgs/main/linux-64::rhash-1.4.1-h3c74f83_1 None 2022-12-01T10:04:39.4275284Z zstd pkgs/main/linux-64::zstd-1.5.2-ha4553b6_0 None 2022-12-01T10:04:39.4275438Z 2022-12-01T10:04:39.4275538Z The following packages will be UPDATED: 2022-12-01T10:04:39.4275675Z 2022-12-01T10:04:39.4275885Z ca-certificates 2022.07.19-h06a4308_0 --> 2022.10.11-h06a4308_0 None 2022-12-01T10:04:39.4276234Z certifi 2022.9.14-py37h06a4308_0 --> 2022.9.24-py37h06a4308_0 None 2022-12-01T10:04:39.4276574Z libgcc-ng 9.3.0-h5101ec6_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:04:39.4276909Z libgomp 9.3.0-h5101ec6_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:04:39.4277244Z libstdcxx-ng 9.3.0-hd4cf53a_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:04:39.4277570Z openssl 1.1.1q-h7f8727e_0 --> 1.1.1s-h7f8727e_0 None 2022-12-01T10:04:39.4277717Z 2022-12-01T10:04:39.4277722Z 2022-12-01T10:04:40.6186300Z Preparing transaction: ...working... done 2022-12-01T10:04:41.0616732Z Verifying transaction: ...working... done 2022-12-01T10:04:41.7776724Z Executing transaction: ...working... done 2022-12-01T10:04:41.8556248Z Retrieving notices: ...working... done 2022-12-01T10:04:42.0789376Z ++ [[ linux-focal-py3.7-gcc7 == *centos* ]] 2022-12-01T10:04:42.0789828Z + echo 'Environment variables' 2022-12-01T10:04:42.0790150Z Environment variables 2022-12-01T10:04:42.0790427Z + env 2022-12-01T10:04:42.0795972Z INSTALLED_DB=yes 2022-12-01T10:04:42.0796605Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:04:42.0798243Z BUILD_ENVIRONMENT=linux-focal-py3.7-gcc7 2022-12-01T10:04:42.0798749Z PYTORCH_OVERRIDE_FLAKY_SIGNAL=1 2022-12-01T10:04:42.0799194Z HOSTNAME=0c372740cbe8 2022-12-01T10:04:42.0799882Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_88088b65-a752-4cb8-986e-94de73043a51 2022-12-01T10:04:42.0800185Z GITHUB_ACTION=__self 2022-12-01T10:04:42.0800479Z GITHUB_RUN_NUMBER=69319 2022-12-01T10:04:42.0800689Z TEST_CONFIG=backwards_compat 2022-12-01T10:04:42.0800942Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2022-12-01T10:04:42.0801205Z GITHUB_TRIGGERING_ACTOR=charlie-wt 2022-12-01T10:04:42.0801407Z GITHUB_REF_TYPE=branch 2022-12-01T10:04:42.0801624Z TORCH_CUDA_ARCH_LIST=Maxwell 2022-12-01T10:04:42.0801963Z BASE_SHA=ae2fe4033cf3b17259b17f351020b988fa893f91 2022-12-01T10:04:42.0802237Z XLA_CUDA= 2022-12-01T10:04:42.0802859Z *** 2022-12-01T10:04:42.0803098Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2022-12-01T10:04:42.0803365Z GITHUB_ACTIONS=true 2022-12-01T10:04:42.0803632Z SHA1=c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:04:42.0803920Z GITHUB_SHA=cdc064133ad5e5a46a756ee9218659e8f252e950 2022-12-01T10:04:42.0804129Z UCC_HOME=/usr 2022-12-01T10:04:42.0804355Z GITHUB_REF=refs/pull/89997/merge 2022-12-01T10:04:42.0804589Z SHARD_NUMBER=1 2022-12-01T10:04:42.0804812Z GITHUB_REF_PROTECTED=false 2022-12-01T10:04:42.0805006Z HOME=/var/lib/jenkins 2022-12-01T10:04:42.0805307Z GITHUB_API_URL=https://api.github.com 2022-12-01T10:04:42.0805610Z INSTALLED_THRIFT= 2022-12-01T10:04:42.0805816Z UCX_COMMIT= 2022-12-01T10:04:42.0806039Z SCCACHE_S3_KEY_PREFIX=pull 2022-12-01T10:04:42.0806350Z NUM_TEST_SHARDS=1 2022-12-01T10:04:42.0806586Z UCX_HOME=/usr 2022-12-01T10:04:42.0807132Z GITHUB_STATE=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/save_state_88088b65-a752-4cb8-986e-94de73043a51 2022-12-01T10:04:42.0807434Z PYTORCH_RETRY_TEST_CASES=1 2022-12-01T10:04:42.0807885Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_88088b65-a752-4cb8-986e-94de73043a51 2022-12-01T10:04:42.0808330Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2022-12-01T10:04:42.0808628Z GITHUB_EVENT_NAME=pull_request 2022-12-01T10:04:42.0808827Z GITHUB_RUN_ID=3591403534 2022-12-01T10:04:42.0809292Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_88088b65-a752-4cb8-986e-94de73043a51 2022-12-01T10:04:42.0809613Z GITHUB_ACTOR=charlie-wt 2022-12-01T10:04:42.0809802Z PR_NUMBER=89997 2022-12-01T10:04:42.0810023Z DESIRED_CUDA= 2022-12-01T10:04:42.0810186Z GITHUB_RUN_ATTEMPT=1 2022-12-01T10:04:42.0810360Z VALGRIND=ON 2022-12-01T10:04:42.0810593Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2022-12-01T10:04:42.0810834Z TERM=xterm 2022-12-01T10:04:42.0811006Z INSTALLED_VISION=yes 2022-12-01T10:04:42.0811185Z BRANCH=pull/89997 2022-12-01T10:04:42.0811379Z OPENSSL_ROOT_DIR=/opt/openssl 2022-12-01T10:04:42.0811605Z CUDA_PATH=/usr/local/cuda 2022-12-01T10:04:42.0811974Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2022-12-01T10:04:42.0812311Z GITHUB_SERVER_URL=https://github.com 2022-12-01T10:04:42.0812508Z UCC_COMMIT= 2022-12-01T10:04:42.0812678Z INSTALLED_ANDROID= 2022-12-01T10:04:42.0812836Z SHLVL=1 2022-12-01T10:04:42.0813038Z MAX_JOBS=6 2022-12-01T10:04:42.0826202Z COMMIT_MESSAGES=+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290)- f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385)+ 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484)- c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377)- 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689)- 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725)- f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844)- 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851)- 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784)+ d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333)+ 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693)- 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895)+ f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904)- 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903)- 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726)+ 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902)- aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921)- de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933)+ 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803)+ 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934)- f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516)- c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201)+ eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140)+ d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132)- 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925)- 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924)- 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509)+ d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672)- 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923)- ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122)- e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144)+ 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261)- 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337)- 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307)- 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376)- 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379)- 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380)- aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381)- 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386)+ ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079)- d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384)- 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427)- 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408)- 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434)+ 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392)- 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406)+ 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443)+ d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455)- d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454)- 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456)- f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463)- 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457)+ 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475)- fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612)- 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613)- 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628)- 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618)- 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925)+ ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923)- c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack 2022-12-01T10:04:42.0832400Z GITHUB_REF_NAME=89997/merge 2022-12-01T10:04:42.0832741Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2022-12-01T10:04:42.0833002Z GITHUB_JOB=test 2022-12-01T10:04:42.0833205Z GITHUB_REPOSITORY=pytorch/pytorch 2022-12-01T10:04:42.0833401Z GITHUB_RETENTION_DAYS=90 2022-12-01T10:04:42.0833594Z OPENSSL_DIR=/opt/openssl 2022-12-01T10:04:42.0833787Z GITHUB_ACTION_REPOSITORY= 2022-12-01T10:04:42.0834137Z PATH=/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-12-01T10:04:42.0834440Z GITHUB_BASE_REF=release/1.13 2022-12-01T10:04:42.0834624Z CI=true 2022-12-01T10:04:42.0834800Z GITHUB_REPOSITORY_OWNER=pytorch 2022-12-01T10:04:42.0834987Z INSTALLED_PROTOBUF=yes 2022-12-01T10:04:42.0835238Z GITHUB_HEAD_REF=release/1.13-callstack 2022-12-01T10:04:42.0835437Z GITHUB_ACTION_REF= 2022-12-01T10:04:42.0835702Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2022-12-01T10:04:42.0835938Z GITHUB_WORKFLOW=pull 2022-12-01T10:04:42.0836134Z DEBIAN_FRONTEND=noninteractive 2022-12-01T10:04:42.0836539Z GITHUB_OUTPUT=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_output_88088b65-a752-4cb8-986e-94de73043a51 2022-12-01T10:04:42.0837607Z PR_BODY=Link to landed master PR (if applicable):https://github.com/pytorch/pytorch/pull/88993Criteria category:1: This prevents a crash, which was introduced [here](https://github.com/pytorch/pytorch/commit/4b7de265569f7fd731dd1cfea83ce804cc22f7c0#diff-45b117ca26b4fc9174fbe0d7a9cd8cb1c43964cd5e2bb20c7778ee00a942ef63), tagged for 1.132: Prevents a crashIm hoping this is a low-risk change, since its just changing one method for its safer form. 2022-12-01T10:04:42.0838230Z _=/usr/bin/env 2022-12-01T10:04:42.0838437Z + echo 'Testing pytorch' 2022-12-01T10:04:42.0838606Z Testing pytorch 2022-12-01T10:04:42.0838799Z + export LANG=C.UTF-8 2022-12-01T10:04:42.0838995Z + LANG=C.UTF-8 2022-12-01T10:04:42.0839214Z + PR_NUMBER=89997 2022-12-01T10:04:42.0839667Z + [[ backwards_compat == \d\e\f\a\u\l\t ]] 2022-12-01T10:04:42.0840052Z + [[ backwards_compat == \d\i\s\t\r\i\b\u\t\e\d ]] 2022-12-01T10:04:42.0840438Z + [[ backwards_compat == \s\l\o\w ]] 2022-12-01T10:04:42.0840998Z + [[ linux-focal-py3.7-gcc7 == *slow-gradcheck* ]] 2022-12-01T10:04:42.0841462Z + [[ linux-focal-py3.7-gcc7 == *cuda* ]] 2022-12-01T10:04:42.0841909Z + [[ linux-focal-py3.7-gcc7 == *rocm* ]] 2022-12-01T10:04:42.0842362Z + [[ linux-focal-py3.7-gcc7 == *cuda11* ]] 2022-12-01T10:04:42.0842730Z + [[ backwards_compat == *crossref* ]] 2022-12-01T10:04:42.0843060Z + [[ backwards_compat == *dynamo* ]] 2022-12-01T10:04:42.0843450Z + [[ -n 89997 ]] 2022-12-01T10:04:42.0843794Z + [[ -z '' ]] 2022-12-01T10:04:42.0844148Z + export PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-12-01T10:04:42.0844539Z + PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-12-01T10:04:42.0845033Z + [[ linux-focal-py3.7-gcc7 == *rocm* ]] 2022-12-01T10:04:42.0845547Z + [[ linux-focal-py3.7-gcc7 != *-bazel-* ]] 2022-12-01T10:04:42.0845964Z + pip_install --user ninja 2022-12-01T10:04:42.0846384Z + pip install --progress-bar off --user ninja 2022-12-01T10:04:42.5009309Z Collecting ninja 2022-12-01T10:04:42.5192098Z Downloading ninja-1.11.1-py2.py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (145 kB) 2022-12-01T10:04:43.2575955Z Installing collected packages: ninja 2022-12-01T10:04:43.2674504Z  WARNING: The script ninja is installed in '/var/lib/jenkins/.local/bin' which is not on PATH. 2022-12-01T10:04:43.2675007Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-12-01T10:04:43.2726772Z Successfully installed ninja-1.11.1 2022-12-01T10:04:43.3503235Z + export PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-12-01T10:04:43.3503733Z + PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-12-01T10:04:43.3504914Z + [[ linux-focal-py3.7-gcc7 == *asan* ]] 2022-12-01T10:04:43.3505228Z + [[ backwards_compat == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2022-12-01T10:04:43.3505484Z + [[ backwards_compat == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2022-12-01T10:04:43.3508994Z + [[ linux-focal-py3.7-gcc7 == *tbb* ]] 2022-12-01T10:04:43.3520169Z + [[ linux-focal-py3.7-gcc7 == *libtorch* ]] 2022-12-01T10:04:43.3520574Z + [[ linux-focal-py3.7-gcc7 == *-bazel-* ]] 2022-12-01T10:04:43.3523463Z + cd test 2022-12-01T10:04:43.3523747Z + python -c 'import torch; print(torch.__config__.show())' 2022-12-01T10:04:44.1401102Z PyTorch built with: 2022-12-01T10:04:44.1401526Z - GCC 7.5 2022-12-01T10:04:44.1401756Z - C++ Version: 201402 2022-12-01T10:04:44.1402249Z - Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-12-01T10:04:44.1402878Z - Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-12-01T10:04:44.1403393Z - OpenMP 201511 (a.k.a. OpenMP 4.5) 2022-12-01T10:04:44.1403845Z - LAPACK is enabled (usually provided by MKL) 2022-12-01T10:04:44.1404228Z - NNPACK is enabled 2022-12-01T10:04:44.1404464Z - CPU capability usage: AVX2 2022-12-01T10:04:44.1407494Z - Build settings: BLAS_INFO=mkl, BUILD_TYPE=Release, CXX_COMPILER=/opt/cache/bin/c++, CXX_FLAGS= -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOCUPTI -DUSE_FBGEMM -DUSE_QNNPACK -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -DEDGE_PROFILER_USE_KINETO -O2 -fPIC -Wno-narrowing -Wall -Wextra -Werror=return-type -Werror=non-virtual-dtor -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wunused-local-typedefs -Wno-unused-parameter -Wno-unused-function -Wno-unused-result -Wno-strict-overflow -Wno-strict-aliasing -Wno-error=deprecated-declarations -Wno-stringop-overflow -Wno-psabi -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -fdiagnostics-color=always -faligned-new -Werror -Wno-unused-but-set-variable -Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math -Werror=format -Wno-stringop-overflow, LAPACK_INFO=mkl, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, PERF_WITH_AVX512=1, TORCH_VERSION=1.13.0, USE_CUDA=OFF, USE_CUDNN=OFF, USE_EXCEPTION_PTR=1, USE_GFLAGS=OFF, USE_GLOG=OFF, USE_MKL=ON, USE_MKLDNN=ON, USE_MPI=OFF, USE_NCCL=OFF, USE_NNPACK=ON, USE_OPENMP=ON, USE_ROCM=OFF, 2022-12-01T10:04:44.1409229Z 2022-12-01T10:04:44.2944911Z + cd test 2022-12-01T10:04:44.2945335Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2022-12-01T10:04:45.0628240Z ATen/Parallel: 2022-12-01T10:04:45.0628695Z at::get_num_threads() : 4 2022-12-01T10:04:45.0629039Z at::get_num_interop_threads() : 4 2022-12-01T10:04:45.0629398Z OpenMP 201511 (a.k.a. OpenMP 4.5) 2022-12-01T10:04:45.0629788Z omp_get_max_threads() : 4 2022-12-01T10:04:45.0630424Z Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-12-01T10:04:45.0630715Z mkl_get_max_threads() : 4 2022-12-01T10:04:45.0631058Z Intel(R) MKL-DNN v2.6.0 (Git Hash 52b5f107dd9cf10910aaa19cb47f3abf9b349815) 2022-12-01T10:04:45.0631337Z std::thread::hardware_concurrency() : 8 2022-12-01T10:04:45.0631538Z Environment variables: 2022-12-01T10:04:45.0631736Z OMP_NUM_THREADS : [not set] 2022-12-01T10:04:45.0631936Z MKL_NUM_THREADS : [not set] 2022-12-01T10:04:45.0632123Z ATen parallel backend: OpenMP 2022-12-01T10:04:45.0632251Z 2022-12-01T10:04:45.2220680Z + [[ backwards_compat == *backward* ]] 2022-12-01T10:04:45.2220950Z + test_forward_backward_compatibility 2022-12-01T10:04:45.2221212Z + set -x 2022-12-01T10:04:45.2223129Z ++ pwd 2022-12-01T10:04:45.2224686Z + REPO_DIR=/var/lib/jenkins/workspace 2022-12-01T10:04:45.2225095Z + [[ ae2fe4033cf3b17259b17f351020b988fa893f91 == \c\1\3\d\4\0\0\b\f\f\e\9\0\e\1\6\b\9\6\5\2\0\b\b\c\8\a\4\1\a\6\f\0\c\9\c\d\5\8\4 ]] 2022-12-01T10:04:45.2225565Z + echo 'On pull, we should compare schemas with torch built from the merge base' 2022-12-01T10:04:45.2225874Z On pull, we should compare schemas with torch built from the merge base 2022-12-01T10:04:45.2228546Z ++ git merge-base c13d400bffe90e16b96520bbc8a41a6f0c9cd584 ae2fe4033cf3b17259b17f351020b988fa893f91 2022-12-01T10:04:45.2246363Z + SHA_TO_COMPARE=ae2fe4033cf3b17259b17f351020b988fa893f91 2022-12-01T10:04:45.2246640Z + export SHA_TO_COMPARE 2022-12-01T10:04:45.2246976Z + python test/create_dummy_torchscript_model.py /tmp/model_new.pt 2022-12-01T10:04:46.1783508Z + python -m venv venv 2022-12-01T10:04:48.6432721Z + . venv/bin/activate 2022-12-01T10:04:48.6433150Z ++ deactivate nondestructive 2022-12-01T10:04:48.6433671Z ++ '[' -n '' ']' 2022-12-01T10:04:48.6434018Z ++ '[' -n '' ']' 2022-12-01T10:04:48.6434404Z ++ '[' -n /bin/bash -o -n '' ']' 2022-12-01T10:04:48.6434749Z ++ hash -r 2022-12-01T10:04:48.6435106Z ++ '[' -n '' ']' 2022-12-01T10:04:48.6435425Z ++ unset VIRTUAL_ENV 2022-12-01T10:04:48.6435903Z ++ '[' '!' nondestructive = nondestructive ']' 2022-12-01T10:04:48.6436367Z ++ VIRTUAL_ENV=/var/lib/jenkins/workspace/venv 2022-12-01T10:04:48.6436712Z ++ export VIRTUAL_ENV 2022-12-01T10:04:48.6437315Z ++ _OLD_VIRTUAL_PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-12-01T10:04:48.6438110Z ++ PATH=/var/lib/jenkins/workspace/venv/bin:/var/lib/jenkins/.local/bin:/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-12-01T10:04:48.6438456Z ++ export PATH 2022-12-01T10:04:48.6438652Z ++ '[' -n '' ']' 2022-12-01T10:04:48.6438847Z ++ '[' -z '' ']' 2022-12-01T10:04:48.6439023Z ++ _OLD_VIRTUAL_PS1= 2022-12-01T10:04:48.6439226Z ++ '[' 'x(venv) ' '!=' x ']' 2022-12-01T10:04:48.6439631Z ++ PS1='(venv) ' 2022-12-01T10:04:48.6439803Z ++ export PS1 2022-12-01T10:04:48.6440184Z ++ '[' -n /bin/bash -o -n '' ']' 2022-12-01T10:04:48.6440435Z ++ hash -r 2022-12-01T10:04:48.6440725Z + git reset --hard ae2fe4033cf3b17259b17f351020b988fa893f91 2022-12-01T10:04:48.8076867Z HEAD is now at ae2fe4033c Update masked.rst (#89758) (#89923) 2022-12-01T10:04:48.8094782Z + echo '::group::Installing Torch From Base Commit' 2022-12-01T10:04:48.8095683Z ##[group]Installing Torch From Base Commit 2022-12-01T10:04:48.8095976Z + pip install -r requirements.txt 2022-12-01T10:04:49.2128784Z Collecting astunparse 2022-12-01T10:04:49.2276541Z Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB) 2022-12-01T10:04:49.2469340Z Collecting expecttest 2022-12-01T10:04:49.2505196Z Downloading expecttest-0.1.4-py3-none-any.whl (6.5 kB) 2022-12-01T10:04:49.2715103Z Collecting future 2022-12-01T10:04:49.2883679Z Downloading future-0.18.2.tar.gz (829 kB) 2022-12-01T10:04:49.3056249Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/829.2 KB ? eta -:--:-- 2022-12-01T10:04:49.3056785Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 829.2/829.2 KB 64.7 MB/s eta 0:00:00 2022-12-01T10:04:49.5724412Z [?25h Preparing metadata (setup.py) ... [?25l- done 2022-12-01T10:04:50.1369423Z [?25hCollecting hypothesis 2022-12-01T10:04:50.1429910Z Downloading hypothesis-6.58.2-py3-none-any.whl (396 kB) 2022-12-01T10:04:50.1522570Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/396.8 KB ? eta -:--:-- 2022-12-01T10:04:50.1523341Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 396.8/396.8 KB 70.0 MB/s eta 0:00:00 2022-12-01T10:04:50.4679519Z [?25hCollecting numpy 2022-12-01T10:04:50.4729752Z Downloading numpy-1.21.6-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (15.7 MB) 2022-12-01T10:04:50.5098750Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/15.7 MB ? eta -:--:-- 2022-12-01T10:04:50.5516062Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 8.4/15.7 MB 252.5 MB/s eta 0:00:01 2022-12-01T10:04:50.5982925Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 15.7/15.7 MB 245.6 MB/s eta 0:00:01 2022-12-01T10:04:50.6031086Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 15.7/15.7 MB 245.6 MB/s eta 0:00:01 2022-12-01T10:04:50.6031539Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.7/15.7 MB 97.6 MB/s eta 0:00:00 2022-12-01T10:04:50.7808699Z [?25hCollecting psutil 2022-12-01T10:04:50.8123839Z Downloading psutil-5.9.4-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (280 kB) 2022-12-01T10:04:50.8205861Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/280.2 KB ? eta -:--:-- 2022-12-01T10:04:50.8206326Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 280.2/280.2 KB 56.2 MB/s eta 0:00:00 2022-12-01T10:04:50.8744348Z [?25hCollecting pyyaml 2022-12-01T10:04:50.8786485Z Downloading PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (596 kB) 2022-12-01T10:04:50.8897948Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/596.3 KB ? eta -:--:-- 2022-12-01T10:04:50.8898709Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 596.3/596.3 KB 76.8 MB/s eta 0:00:00 2022-12-01T10:04:50.9393363Z [?25hCollecting requests 2022-12-01T10:04:50.9430873Z Downloading requests-2.28.1-py3-none-any.whl (62 kB) 2022-12-01T10:04:50.9489295Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/62.8 KB ? eta -:--:-- 2022-12-01T10:04:50.9489757Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 KB 20.0 MB/s eta 0:00:00 2022-12-01T10:04:50.9505984Z [?25hRequirement already satisfied: setuptools in ./venv/lib/python3.7/site-packages (from -r requirements.txt (line 10)) (47.1.0) 2022-12-01T10:04:50.9687426Z Collecting six 2022-12-01T10:04:50.9724810Z Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 2022-12-01T10:04:50.9910841Z Collecting types-dataclasses 2022-12-01T10:04:50.9944890Z Downloading types_dataclasses-0.6.6-py3-none-any.whl (2.9 kB) 2022-12-01T10:04:51.0236433Z Collecting typing_extensions 2022-12-01T10:04:51.0273320Z Downloading typing_extensions-4.4.0-py3-none-any.whl (26 kB) 2022-12-01T10:04:51.0623581Z Collecting sympy 2022-12-01T10:04:51.0844152Z Using cached sympy-1.10.1-py3-none-any.whl (6.4 MB) 2022-12-01T10:04:51.1601166Z Collecting wheel<1.0,>=0.23.0 2022-12-01T10:04:51.1637394Z Downloading wheel-0.38.4-py3-none-any.whl (36 kB) 2022-12-01T10:04:51.2543740Z Collecting exceptiongroup>=1.0.0 2022-12-01T10:04:51.2579612Z Downloading exceptiongroup-1.0.4-py3-none-any.whl (14 kB) 2022-12-01T10:04:51.2855493Z Collecting attrs>=19.2.0 2022-12-01T10:04:51.2874101Z Using cached attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2022-12-01T10:04:51.3101912Z Collecting sortedcontainers<3.0.0,>=2.1.0 2022-12-01T10:04:51.3118532Z Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2022-12-01T10:04:51.3496021Z Collecting idna<4,>=2.5 2022-12-01T10:04:51.3532309Z Downloading idna-3.4-py3-none-any.whl (61 kB) 2022-12-01T10:04:51.3604133Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/61.5 KB ? eta -:--:-- 2022-12-01T10:04:51.3604580Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 KB 13.1 MB/s eta 0:00:00 2022-12-01T10:04:51.3880927Z [?25hCollecting certifi>=2017.4.17 2022-12-01T10:04:51.3916927Z Downloading certifi-2022.9.24-py3-none-any.whl (161 kB) 2022-12-01T10:04:51.4003475Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/161.1 KB ? eta -:--:-- 2022-12-01T10:04:51.4003937Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 KB 28.4 MB/s eta 0:00:00 2022-12-01T10:04:51.4761178Z [?25hCollecting charset-normalizer<3,>=2 2022-12-01T10:04:51.4799538Z Downloading charset_normalizer-2.1.1-py3-none-any.whl (39 kB) 2022-12-01T10:04:51.5321587Z Collecting urllib3<1.27,>=1.21.1 2022-12-01T10:04:51.5360430Z Downloading urllib3-1.26.13-py2.py3-none-any.whl (140 kB) 2022-12-01T10:04:51.5447512Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/140.6 KB ? eta -:--:-- 2022-12-01T10:04:51.5447963Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.6/140.6 KB 24.8 MB/s eta 0:00:00 2022-12-01T10:04:51.5708515Z [?25hCollecting mpmath>=0.19 2022-12-01T10:04:51.5740416Z Using cached mpmath-1.2.1-py3-none-any.whl (532 kB) 2022-12-01T10:04:51.6650665Z Using legacy 'setup.py install' for future, since package 'wheel' is not installed. 2022-12-01T10:04:51.7885446Z Installing collected packages: types-dataclasses, sortedcontainers, mpmath, wheel, urllib3, typing_extensions, sympy, six, pyyaml, psutil, numpy, idna, future, expecttest, exceptiongroup, charset-normalizer, certifi, attrs, requests, hypothesis, astunparse 2022-12-01T10:05:01.0234687Z Running setup.py install for future ... [?25l- \ | done 2022-12-01T10:05:01.3347724Z [?25hSuccessfully installed astunparse-1.6.3 attrs-22.1.0 certifi-2022.9.24 charset-normalizer-2.1.1 exceptiongroup-1.0.4 expecttest-0.1.4 future-0.18.2 hypothesis-6.58.2 idna-3.4 mpmath-1.2.1 numpy-1.21.6 psutil-5.9.4 pyyaml-6.0 requests-2.28.1 six-1.16.0 sortedcontainers-2.4.0 sympy-1.10.1 types-dataclasses-0.6.6 typing_extensions-4.4.0 urllib3-1.26.13 wheel-0.38.4 2022-12-01T10:05:01.4035664Z WARNING: You are using pip version 22.0.4; however, version 22.3.1 is available. 2022-12-01T10:05:01.4036181Z You should consider upgrading via the '/var/lib/jenkins/workspace/venv/bin/python -m pip install --upgrade pip' command. 2022-12-01T10:05:01.5396438Z ++ dirname .jenkins/pytorch/test.sh 2022-12-01T10:05:01.5404123Z + source .jenkins/pytorch/common-build.sh 2022-12-01T10:05:01.5406791Z ++ [[ linux-focal-py3.7-gcc7 != *win-* ]] 2022-12-01T10:05:01.5411910Z ++++ dirname .jenkins/pytorch/common-build.sh 2022-12-01T10:05:01.5420100Z +++ cd .jenkins/pytorch 2022-12-01T10:05:01.5420374Z +++ pwd -P 2022-12-01T10:05:01.5422827Z ++ script_dir=/var/lib/jenkins/workspace/.jenkins/pytorch 2022-12-01T10:05:01.5423047Z ++ which sccache 2022-12-01T10:05:01.5431490Z ++ sccache --stop-server 2022-12-01T10:05:01.5456132Z ++ true 2022-12-01T10:05:01.5456454Z ++ rm -f /var/lib/jenkins/sccache_error.log 2022-12-01T10:05:01.5464492Z ++ [[ -n '' ]] 2022-12-01T10:05:01.5464876Z ++ [[ linux-focal-py3.7-gcc7 == *rocm* ]] 2022-12-01T10:05:01.5465355Z ++ SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2022-12-01T10:05:01.5465682Z ++ SCCACHE_IDLE_TIMEOUT=1200 2022-12-01T10:05:01.5465907Z ++ RUST_LOG=sccache::server=error 2022-12-01T10:05:01.5466160Z ++ sccache --start-server 2022-12-01T10:05:01.5484636Z sccache: Starting the server... 2022-12-01T10:05:01.5604237Z ++ sccache --zero-stats 2022-12-01T10:05:01.5623781Z Compile requests 0 2022-12-01T10:05:01.5624138Z Compile requests executed 0 2022-12-01T10:05:01.5624480Z Cache hits 0 2022-12-01T10:05:01.5624830Z Cache misses 0 2022-12-01T10:05:01.5625189Z Cache timeouts 0 2022-12-01T10:05:01.5625529Z Cache read errors 0 2022-12-01T10:05:01.5625865Z Forced recaches 0 2022-12-01T10:05:01.5626187Z Cache write errors 0 2022-12-01T10:05:01.5626518Z Compilation failures 0 2022-12-01T10:05:01.5626881Z Cache errors 0 2022-12-01T10:05:01.5627381Z Non-cacheable compilations 0 2022-12-01T10:05:01.5627856Z Non-cacheable calls 0 2022-12-01T10:05:01.5628317Z Non-compilation calls 0 2022-12-01T10:05:01.5628665Z Unsupported compiler calls 0 2022-12-01T10:05:01.5629011Z Average cache write 0.000 s 2022-12-01T10:05:01.5629364Z Average cache read miss 0.000 s 2022-12-01T10:05:01.5629719Z Average cache read hit 0.000 s 2022-12-01T10:05:01.5630086Z Failed distributed compilations 0 2022-12-01T10:05:01.5631040Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2022-12-01T10:05:01.5631735Z ++ trap_add sccache_epilogue EXIT 2022-12-01T10:05:01.5632050Z ++ trap_add_cmd=sccache_epilogue 2022-12-01T10:05:01.5632313Z ++ shift 2022-12-01T10:05:01.5632600Z ++ for trap_add_name in "$@" 2022-12-01T10:05:01.5635817Z ++++ trap -p EXIT 2022-12-01T10:05:01.5638164Z +++ eval 'extract_trap_cmd ' 2022-12-01T10:05:01.5638468Z ++++ extract_trap_cmd 2022-12-01T10:05:01.5638740Z ++++ printf '%s\n' '' 2022-12-01T10:05:01.5639574Z +++ printf '%s\n' sccache_epilogue 2022-12-01T10:05:01.5641340Z ++ trap -- ' 2022-12-01T10:05:01.5641670Z sccache_epilogue' EXIT 2022-12-01T10:05:01.5641980Z ++ which ccache 2022-12-01T10:05:01.5651767Z + python setup.py bdist_wheel --bdist-dir=base_bdist_tmp --dist-dir=base_dist 2022-12-01T10:05:01.7777084Z Building wheel torch-1.13.0a0+gitae2fe40 2022-12-01T10:05:01.8142209Z -- Building version 1.13.0a0+gitae2fe40 2022-12-01T10:05:01.8271027Z cmake -GNinja -DBUILD_ENVIRONMENT=linux-focal-py3.7-gcc7 -DBUILD_PYTHON=True -DBUILD_TEST=True -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/var/lib/jenkins/workspace/torch -DCMAKE_PREFIX_PATH=/var/lib/jenkins/workspace/venv/lib/python3.7/site-packages -DNUMPY_INCLUDE_DIR=/var/lib/jenkins/workspace/venv/lib/python3.7/site-packages/numpy/core/include -DOPENSSL_ROOT_DIR=/opt/openssl -DPYTHON_EXECUTABLE=/var/lib/jenkins/workspace/venv/bin/python -DPYTHON_INCLUDE_DIR=/opt/conda/include/python3.7m -DPYTHON_LIBRARY=/opt/conda/lib/libpython3.7m.so.1.0 -DTORCH_BUILD_VERSION=1.13.0a0+gitae2fe40 -DUSE_NUMPY=True /var/lib/jenkins/workspace 2022-12-01T10:05:01.9315927Z -- The CXX compiler identification is GNU 7.5.0 2022-12-01T10:05:01.9907197Z -- The C compiler identification is GNU 7.5.0 2022-12-01T10:05:02.0033280Z -- Detecting CXX compiler ABI info 2022-12-01T10:05:02.2607316Z -- Detecting CXX compiler ABI info - done 2022-12-01T10:05:02.2679982Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2022-12-01T10:05:02.2682494Z -- Detecting CXX compile features 2022-12-01T10:05:02.2687277Z -- Detecting CXX compile features - done 2022-12-01T10:05:02.2716103Z -- Detecting C compiler ABI info 2022-12-01T10:05:02.4654691Z -- Detecting C compiler ABI info - done 2022-12-01T10:05:02.4726096Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2022-12-01T10:05:02.4728055Z -- Detecting C compile features 2022-12-01T10:05:02.4732222Z -- Detecting C compile features - done 2022-12-01T10:05:02.4737354Z -- Not forcing any particular BLAS to be found 2022-12-01T10:05:02.4750032Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/CMakeDependentOption.cmake:84 (message): 2022-12-01T10:05:02.4750526Z Policy CMP0127 is not set: cmake_dependent_option() supports full Condition 2022-12-01T10:05:02.4750934Z Syntax. Run "cmake --help-policy CMP0127" for policy details. Use the 2022-12-01T10:05:02.4751238Z cmake_policy command to set the policy and suppress this warning. 2022-12-01T10:05:02.4751480Z Call Stack (most recent call first): 2022-12-01T10:05:02.4751727Z CMakeLists.txt:256 (cmake_dependent_option) 2022-12-01T10:05:02.4752131Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-12-01T10:05:02.4752490Z  2022-12-01T10:05:02.4753235Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/CMakeDependentOption.cmake:84 (message): 2022-12-01T10:05:02.4753654Z Policy CMP0127 is not set: cmake_dependent_option() supports full Condition 2022-12-01T10:05:02.4754039Z Syntax. Run "cmake --help-policy CMP0127" for policy details. Use the 2022-12-01T10:05:02.4754333Z cmake_policy command to set the policy and suppress this warning. 2022-12-01T10:05:02.4754588Z Call Stack (most recent call first): 2022-12-01T10:05:02.4754825Z CMakeLists.txt:287 (cmake_dependent_option) 2022-12-01T10:05:02.4755141Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-12-01T10:05:02.4755383Z  2022-12-01T10:05:02.4766351Z -- Could not find ccache. Consider installing ccache to speed up compilation. 2022-12-01T10:05:02.4797256Z -- Performing Test COMPILER_WORKS 2022-12-01T10:05:02.6894052Z -- Performing Test COMPILER_WORKS - Success 2022-12-01T10:05:02.6896191Z -- Performing Test SUPPORT_GLIBCXX_USE_C99 2022-12-01T10:05:02.9534056Z -- Performing Test SUPPORT_GLIBCXX_USE_C99 - Success 2022-12-01T10:05:02.9535698Z -- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED 2022-12-01T10:05:03.2728462Z -- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED - Success 2022-12-01T10:05:03.2728962Z -- std::exception_ptr is supported. 2022-12-01T10:05:03.2731019Z -- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING 2022-12-01T10:05:03.4198506Z -- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING - Failed 2022-12-01T10:05:03.4199090Z -- Turning off deprecation warning due to glog. 2022-12-01T10:05:03.4206068Z -- Performing Test C_HAS_AVX_1 2022-12-01T10:05:03.7196626Z -- Performing Test C_HAS_AVX_1 - Failed 2022-12-01T10:05:03.7197348Z -- Performing Test C_HAS_AVX_2 2022-12-01T10:05:03.9730715Z -- Performing Test C_HAS_AVX_2 - Success 2022-12-01T10:05:03.9732872Z -- Performing Test C_HAS_AVX2_1 2022-12-01T10:05:04.2800284Z -- Performing Test C_HAS_AVX2_1 - Failed 2022-12-01T10:05:04.2800825Z -- Performing Test C_HAS_AVX2_2 2022-12-01T10:05:04.5307672Z -- Performing Test C_HAS_AVX2_2 - Success 2022-12-01T10:05:04.5311032Z -- Performing Test C_HAS_AVX512_1 2022-12-01T10:05:04.8251388Z -- Performing Test C_HAS_AVX512_1 - Failed 2022-12-01T10:05:04.8252416Z -- Performing Test C_HAS_AVX512_2 2022-12-01T10:05:05.4161341Z -- Performing Test C_HAS_AVX512_2 - Failed 2022-12-01T10:05:05.4162579Z -- Performing Test C_HAS_AVX512_3 2022-12-01T10:05:05.5672171Z -- Performing Test C_HAS_AVX512_3 - Failed 2022-12-01T10:05:05.5673783Z -- Performing Test CXX_HAS_AVX_1 2022-12-01T10:05:05.8891312Z -- Performing Test CXX_HAS_AVX_1 - Failed 2022-12-01T10:05:05.8892170Z -- Performing Test CXX_HAS_AVX_2 2022-12-01T10:05:06.1780453Z -- Performing Test CXX_HAS_AVX_2 - Success 2022-12-01T10:05:06.1782450Z -- Performing Test CXX_HAS_AVX2_1 2022-12-01T10:05:06.4851833Z -- Performing Test CXX_HAS_AVX2_1 - Failed 2022-12-01T10:05:06.4852815Z -- Performing Test CXX_HAS_AVX2_2 2022-12-01T10:05:06.7423107Z -- Performing Test CXX_HAS_AVX2_2 - Success 2022-12-01T10:05:06.7425334Z -- Performing Test CXX_HAS_AVX512_1 2022-12-01T10:05:07.0294221Z -- Performing Test CXX_HAS_AVX512_1 - Failed 2022-12-01T10:05:07.0295303Z -- Performing Test CXX_HAS_AVX512_2 2022-12-01T10:05:07.3060489Z -- Performing Test CXX_HAS_AVX512_2 - Failed 2022-12-01T10:05:07.3061617Z -- Performing Test CXX_HAS_AVX512_3 2022-12-01T10:05:07.4463082Z -- Performing Test CXX_HAS_AVX512_3 - Failed 2022-12-01T10:05:07.4463673Z -- Current compiler supports avx2 extension. Will build perfkernels. 2022-12-01T10:05:07.4466804Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS 2022-12-01T10:05:07.7145790Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS - Success 2022-12-01T10:05:07.7146442Z -- Current compiler supports avx512f extension. Will build fbgemm. 2022-12-01T10:05:07.7152952Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY 2022-12-01T10:05:07.9145417Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Success 2022-12-01T10:05:07.9150941Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY 2022-12-01T10:05:08.1109125Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Success 2022-12-01T10:05:08.1115169Z -- Performing Test COMPILER_SUPPORTS_RDYNAMIC 2022-12-01T10:05:08.3129149Z -- Performing Test COMPILER_SUPPORTS_RDYNAMIC - Success 2022-12-01T10:05:08.3211320Z CUDA_TOOLKIT_ROOT_DIR not found or specified 2022-12-01T10:05:08.3302179Z -- Could NOT find CUDA (missing: CUDA_TOOLKIT_ROOT_DIR CUDA_NVCC_EXECUTABLE CUDA_INCLUDE_DIRS CUDA_CUDART_LIBRARY) 2022-12-01T10:05:08.3308115Z CMake Warning at cmake/public/cuda.cmake:31 (message): 2022-12-01T10:05:08.3308554Z Caffe2: CUDA cannot be found. Depending on whether you are building Caffe2 2022-12-01T10:05:08.3308920Z or a Caffe2 dependent library, the next warning / error will give you more 2022-12-01T10:05:08.3309152Z info. 2022-12-01T10:05:08.3309331Z Call Stack (most recent call first): 2022-12-01T10:05:08.3309544Z cmake/Dependencies.cmake:43 (include) 2022-12-01T10:05:08.3309769Z CMakeLists.txt:722 (include) 2022-12-01T10:05:08.3309894Z 2022-12-01T10:05:08.3309982Z  2022-12-01T10:05:08.3310235Z CMake Warning at cmake/Dependencies.cmake:66 (message): 2022-12-01T10:05:08.3310582Z Not compiling with CUDA. Suppress this warning with -DUSE_CUDA=OFF. 2022-12-01T10:05:08.3311010Z Call Stack (most recent call first): 2022-12-01T10:05:08.3311206Z CMakeLists.txt:722 (include) 2022-12-01T10:05:08.3311332Z 2022-12-01T10:05:08.3311414Z  2022-12-01T10:05:08.3312469Z -- Building using own protobuf under third_party per request. 2022-12-01T10:05:08.3312771Z -- Use custom protobuf build. 2022-12-01T10:05:08.3326642Z -- 2022-12-01T10:05:08.3326885Z -- 3.13.0.0 2022-12-01T10:05:08.3334676Z -- Looking for pthread.h 2022-12-01T10:05:08.5321219Z -- Looking for pthread.h - found 2022-12-01T10:05:08.5322303Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2022-12-01T10:05:08.7242940Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2022-12-01T10:05:08.7243291Z -- Check if compiler accepts -pthread 2022-12-01T10:05:08.9207079Z -- Check if compiler accepts -pthread - yes 2022-12-01T10:05:08.9214890Z -- Found Threads: TRUE 2022-12-01T10:05:08.9219039Z -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS 2022-12-01T10:05:09.1250952Z -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS - Success 2022-12-01T10:05:09.1353854Z -- Caffe2 protobuf include directory: $$ 2022-12-01T10:05:09.1370214Z -- Trying to find preferred BLAS backend of choice: MKL 2022-12-01T10:05:09.1380965Z -- MKL_THREADING = OMP 2022-12-01T10:05:09.1383263Z -- Looking for sys/types.h 2022-12-01T10:05:09.3375627Z -- Looking for sys/types.h - found 2022-12-01T10:05:09.3377241Z -- Looking for stdint.h 2022-12-01T10:05:09.5360382Z -- Looking for stdint.h - found 2022-12-01T10:05:09.5362337Z -- Looking for stddef.h 2022-12-01T10:05:09.7248458Z -- Looking for stddef.h - found 2022-12-01T10:05:09.7248849Z -- Check size of void* 2022-12-01T10:05:09.9186110Z -- Check size of void* - done 2022-12-01T10:05:10.5396943Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-12-01T10:05:10.5397647Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-12-01T10:05:10.5397985Z does not match the name of the calling package (OpenMP). This can lead to 2022-12-01T10:05:10.5398306Z problems in calling code that expects `find_package` result variables 2022-12-01T10:05:10.5398571Z (e.g., `_FOUND`) to follow a certain pattern. 2022-12-01T10:05:10.5398798Z Call Stack (most recent call first): 2022-12-01T10:05:10.5399065Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-12-01T10:05:10.5399499Z cmake/Modules/FindMKL.cmake:233 (FIND_PACKAGE) 2022-12-01T10:05:10.5399758Z cmake/Modules/FindMKL.cmake:328 (CHECK_ALL_LIBRARIES) 2022-12-01T10:05:10.5400012Z cmake/Dependencies.cmake:206 (find_package) 2022-12-01T10:05:10.5400239Z CMakeLists.txt:722 (include) 2022-12-01T10:05:10.5400621Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-12-01T10:05:10.5400875Z  2022-12-01T10:05:10.7488098Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-12-01T10:05:10.7488527Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-12-01T10:05:10.7488847Z does not match the name of the calling package (OpenMP). This can lead to 2022-12-01T10:05:10.7489184Z problems in calling code that expects `find_package` result variables 2022-12-01T10:05:10.7489456Z (e.g., `_FOUND`) to follow a certain pattern. 2022-12-01T10:05:10.7489668Z Call Stack (most recent call first): 2022-12-01T10:05:10.7489938Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-12-01T10:05:10.7490218Z cmake/Modules/FindMKL.cmake:233 (FIND_PACKAGE) 2022-12-01T10:05:10.7490461Z cmake/Modules/FindMKL.cmake:328 (CHECK_ALL_LIBRARIES) 2022-12-01T10:05:10.7490713Z cmake/Dependencies.cmake:206 (find_package) 2022-12-01T10:05:10.7490934Z CMakeLists.txt:722 (include) 2022-12-01T10:05:10.7491246Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-12-01T10:05:10.7491494Z  2022-12-01T10:05:10.7504360Z -- Looking for cblas_sgemm 2022-12-01T10:05:11.1302276Z -- Looking for cblas_sgemm - found 2022-12-01T10:05:11.1350234Z -- MKL libraries: /opt/conda/lib/libmkl_intel_lp64.so;/opt/conda/lib/libmkl_gnu_thread.so;/opt/conda/lib/libmkl_core.so;-fopenmp;/usr/lib/x86_64-linux-gnu/libpthread.so;/usr/lib/x86_64-linux-gnu/libm.so;/usr/lib/x86_64-linux-gnu/libdl.so 2022-12-01T10:05:11.1350749Z -- MKL include directory: /opt/conda/include 2022-12-01T10:05:11.1351009Z -- MKL OpenMP type: GNU 2022-12-01T10:05:11.1351233Z -- MKL OpenMP library: -fopenmp 2022-12-01T10:05:11.1673467Z -- The ASM compiler identification is GNU 2022-12-01T10:05:11.1692718Z -- Found assembler: /opt/cache/bin/cc 2022-12-01T10:05:11.1801145Z -- Brace yourself, we are building NNPACK 2022-12-01T10:05:11.1839014Z -- Performing Test NNPACK_ARCH_IS_X86_32 2022-12-01T10:05:11.3293755Z -- Performing Test NNPACK_ARCH_IS_X86_32 - Failed 2022-12-01T10:05:11.3414305Z -- Found PythonInterp: /var/lib/jenkins/workspace/venv/bin/python (found version "3.7.13") 2022-12-01T10:05:11.3414710Z -- NNPACK backend is x86-64 2022-12-01T10:05:11.5134749Z -- Found Python: /usr/bin/python3.8 (found version "3.8.10") found components: Interpreter 2022-12-01T10:05:11.5199150Z -- Failed to find LLVM FileCheck 2022-12-01T10:05:11.5230279Z -- Found Git: /usr/bin/git (found version "2.25.1") 2022-12-01T10:05:11.5358859Z -- git version: v1.6.1 normalized to 1.6.1 2022-12-01T10:05:11.5359479Z -- Version: 1.6.1 2022-12-01T10:05:11.5366064Z -- Looking for shm_open in rt 2022-12-01T10:05:11.7395448Z -- Looking for shm_open in rt - found 2022-12-01T10:05:11.7403389Z -- Performing Test HAVE_CXX_FLAG_STD_CXX11 2022-12-01T10:05:11.9466883Z -- Performing Test HAVE_CXX_FLAG_STD_CXX11 - Success 2022-12-01T10:05:11.9474248Z -- Performing Test HAVE_CXX_FLAG_WALL 2022-12-01T10:05:12.2116059Z -- Performing Test HAVE_CXX_FLAG_WALL - Success 2022-12-01T10:05:12.2123864Z -- Performing Test HAVE_CXX_FLAG_WEXTRA 2022-12-01T10:05:12.4305199Z -- Performing Test HAVE_CXX_FLAG_WEXTRA - Success 2022-12-01T10:05:12.4311834Z -- Performing Test HAVE_CXX_FLAG_WSHADOW 2022-12-01T10:05:12.6530446Z -- Performing Test HAVE_CXX_FLAG_WSHADOW - Success 2022-12-01T10:05:12.6537862Z -- Performing Test HAVE_CXX_FLAG_WERROR 2022-12-01T10:05:12.8584424Z -- Performing Test HAVE_CXX_FLAG_WERROR - Success 2022-12-01T10:05:12.8595782Z -- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE 2022-12-01T10:05:13.0971587Z -- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success 2022-12-01T10:05:13.0979595Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC 2022-12-01T10:05:13.2967001Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC - Success 2022-12-01T10:05:13.2974580Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS 2022-12-01T10:05:13.4980986Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success 2022-12-01T10:05:13.4988041Z -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 2022-12-01T10:05:13.6479357Z -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Failed 2022-12-01T10:05:13.6487414Z -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING 2022-12-01T10:05:13.8484383Z -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success 2022-12-01T10:05:13.8492327Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS 2022-12-01T10:05:14.0506126Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success 2022-12-01T10:05:14.0514076Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED 2022-12-01T10:05:14.2490580Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success 2022-12-01T10:05:14.2500649Z -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING 2022-12-01T10:05:14.4601334Z -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success 2022-12-01T10:05:14.4608762Z -- Performing Test HAVE_CXX_FLAG_WD654 2022-12-01T10:05:14.6050393Z -- Performing Test HAVE_CXX_FLAG_WD654 - Failed 2022-12-01T10:05:14.6056957Z -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY 2022-12-01T10:05:14.7532254Z -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Failed 2022-12-01T10:05:14.7538903Z -- Performing Test HAVE_CXX_FLAG_COVERAGE 2022-12-01T10:05:14.9576140Z -- Performing Test HAVE_CXX_FLAG_COVERAGE - Success 2022-12-01T10:05:14.9577032Z -- Performing Test HAVE_STD_REGEX 2022-12-01T10:05:14.9577335Z -- Performing Test HAVE_STD_REGEX 2022-12-01T10:05:15.3074032Z -- Performing Test HAVE_STD_REGEX -- success 2022-12-01T10:05:15.3074507Z -- Performing Test HAVE_GNU_POSIX_REGEX 2022-12-01T10:05:15.3074839Z -- Performing Test HAVE_GNU_POSIX_REGEX 2022-12-01T10:05:15.4533772Z -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile 2022-12-01T10:05:15.4534110Z -- Performing Test HAVE_POSIX_REGEX 2022-12-01T10:05:15.4534370Z -- Performing Test HAVE_POSIX_REGEX 2022-12-01T10:05:15.7058744Z -- Performing Test HAVE_POSIX_REGEX -- success 2022-12-01T10:05:15.7059088Z -- Performing Test HAVE_STEADY_CLOCK 2022-12-01T10:05:15.7059339Z -- Performing Test HAVE_STEADY_CLOCK 2022-12-01T10:05:15.9445958Z -- Performing Test HAVE_STEADY_CLOCK -- success 2022-12-01T10:05:15.9658090Z -- Performing Test COMPILER_SUPPORTS_AVX512 2022-12-01T10:05:16.1632024Z -- Performing Test COMPILER_SUPPORTS_AVX512 - Success 2022-12-01T10:05:16.1653401Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-12-01T10:05:16.1654128Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-12-01T10:05:16.1654607Z does not match the name of the calling package (OpenMP). This can lead to 2022-12-01T10:05:16.1654961Z problems in calling code that expects `find_package` result variables 2022-12-01T10:05:16.1655221Z (e.g., `_FOUND`) to follow a certain pattern. 2022-12-01T10:05:16.1655445Z Call Stack (most recent call first): 2022-12-01T10:05:16.1655715Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-12-01T10:05:16.1655985Z third_party/fbgemm/CMakeLists.txt:85 (find_package) 2022-12-01T10:05:16.1656365Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-12-01T10:05:16.1656743Z  2022-12-01T10:05:16.1657074Z -- Found OpenMP_C: -fopenmp (found version "4.5") 2022-12-01T10:05:16.1657783Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-12-01T10:05:16.1658340Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-12-01T10:05:16.1658780Z does not match the name of the calling package (OpenMP). This can lead to 2022-12-01T10:05:16.1659123Z problems in calling code that expects `find_package` result variables 2022-12-01T10:05:16.1659476Z (e.g., `_FOUND`) to follow a certain pattern. 2022-12-01T10:05:16.1659697Z Call Stack (most recent call first): 2022-12-01T10:05:16.1659971Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-12-01T10:05:16.1660239Z third_party/fbgemm/CMakeLists.txt:85 (find_package) 2022-12-01T10:05:16.1660587Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-12-01T10:05:16.1660829Z  2022-12-01T10:05:16.1661068Z -- Found OpenMP_CXX: -fopenmp (found version "4.5") 2022-12-01T10:05:16.1663788Z -- Found OpenMP: TRUE (found version "4.5") 2022-12-01T10:05:16.1664821Z CMake Warning at third_party/fbgemm/CMakeLists.txt:87 (message): 2022-12-01T10:05:16.1665212Z OpenMP found! OpenMP_C_INCLUDE_DIRS = 2022-12-01T10:05:16.1665406Z 2022-12-01T10:05:16.1665535Z  2022-12-01T10:05:16.2325234Z CMake Warning at third_party/fbgemm/CMakeLists.txt:186 (message): 2022-12-01T10:05:16.2325743Z ========== 2022-12-01T10:05:16.2325921Z 2022-12-01T10:05:16.2326100Z  2022-12-01T10:05:16.2326630Z CMake Warning at third_party/fbgemm/CMakeLists.txt:187 (message): 2022-12-01T10:05:16.2327058Z CMAKE_BUILD_TYPE = Release 2022-12-01T10:05:16.2327278Z 2022-12-01T10:05:16.2327416Z  2022-12-01T10:05:16.2327923Z CMake Warning at third_party/fbgemm/CMakeLists.txt:188 (message): 2022-12-01T10:05:16.2328389Z CMAKE_CXX_FLAGS_DEBUG is -g 2022-12-01T10:05:16.2328610Z 2022-12-01T10:05:16.2328736Z  2022-12-01T10:05:16.2329227Z CMake Warning at third_party/fbgemm/CMakeLists.txt:189 (message): 2022-12-01T10:05:16.2330049Z CMAKE_CXX_FLAGS_RELEASE is -O3 -DNDEBUG 2022-12-01T10:05:16.2330288Z 2022-12-01T10:05:16.2330416Z  2022-12-01T10:05:16.2330900Z CMake Warning at third_party/fbgemm/CMakeLists.txt:190 (message): 2022-12-01T10:05:16.2331372Z ========== 2022-12-01T10:05:16.2331513Z 2022-12-01T10:05:16.2331644Z  2022-12-01T10:05:16.2361294Z -- Performing Test __CxxFlag__fno_threadsafe_statics 2022-12-01T10:05:16.4459039Z -- Performing Test __CxxFlag__fno_threadsafe_statics - Success 2022-12-01T10:05:16.4464860Z -- Performing Test __CxxFlag__fno_semantic_interposition 2022-12-01T10:05:16.6493997Z -- Performing Test __CxxFlag__fno_semantic_interposition - Success 2022-12-01T10:05:16.6500370Z -- Performing Test __CxxFlag__fmerge_all_constants 2022-12-01T10:05:16.8597072Z -- Performing Test __CxxFlag__fmerge_all_constants - Success 2022-12-01T10:05:16.8603033Z -- Performing Test __CxxFlag__fno_enforce_eh_specs 2022-12-01T10:05:17.0623125Z -- Performing Test __CxxFlag__fno_enforce_eh_specs - Success 2022-12-01T10:05:17.0640352Z ** AsmJit Summary ** 2022-12-01T10:05:17.0641135Z  ASMJIT_DIR=/var/lib/jenkins/workspace/third_party/fbgemm/third_party/asmjit 2022-12-01T10:05:17.0641652Z  ASMJIT_TEST=FALSE 2022-12-01T10:05:17.0641920Z  ASMJIT_TARGET_TYPE=STATIC 2022-12-01T10:05:17.0642170Z  ASMJIT_DEPS=pthread;rt 2022-12-01T10:05:17.0642428Z  ASMJIT_LIBS=asmjit;pthread;rt 2022-12-01T10:05:17.0642679Z  ASMJIT_CFLAGS=-DASMJIT_STATIC 2022-12-01T10:05:17.0643163Z  ASMJIT_PRIVATE_CFLAGS=-Wall;-Wextra;-Wconversion;-fno-math-errno;-fno-threadsafe-statics;-fno-semantic-interposition;-DASMJIT_STATIC 2022-12-01T10:05:17.0643559Z  ASMJIT_PRIVATE_CFLAGS_DBG= 2022-12-01T10:05:17.0643912Z  ASMJIT_PRIVATE_CFLAGS_REL=-O2;-fmerge-all-constants;-fno-enforce-eh-specs 2022-12-01T10:05:17.0693007Z -- Could NOT find Numa (missing: Numa_INCLUDE_DIR Numa_LIBRARIES) 2022-12-01T10:05:17.0693703Z CMake Warning at cmake/Dependencies.cmake:889 (message): 2022-12-01T10:05:17.0694164Z Not compiling with NUMA. Suppress this warning with -DUSE_NUMA=OFF 2022-12-01T10:05:17.0694407Z Call Stack (most recent call first): 2022-12-01T10:05:17.0694623Z CMakeLists.txt:722 (include) 2022-12-01T10:05:17.0694756Z 2022-12-01T10:05:17.0694839Z  2022-12-01T10:05:17.0712192Z -- Using third party subdirectory Eigen. 2022-12-01T10:05:17.0858901Z -- Found PythonInterp: /var/lib/jenkins/workspace/venv/bin/python (found suitable version "3.7.13", minimum required is "3.0") 2022-12-01T10:05:17.0878823Z -- Found PythonLibs: /opt/conda/lib/libpython3.7m.so.1.0 (found suitable version "3.7.13", minimum required is "3.0") 2022-12-01T10:05:17.0880753Z -- Using third_party/pybind11. 2022-12-01T10:05:17.0881419Z -- pybind11 include dirs: /var/lib/jenkins/workspace/cmake/../third_party/pybind11/include 2022-12-01T10:05:17.2696734Z -- Checking for module 'mpi-c' 2022-12-01T10:05:17.2722118Z -- No package 'mpi-c' found 2022-12-01T10:05:17.4227108Z -- Could NOT find MPI_C (missing: MPI_C_LIB_NAMES MPI_C_HEADER_DIR MPI_C_WORKS) 2022-12-01T10:05:17.5790889Z -- Checking for module 'mpi-cxx' 2022-12-01T10:05:17.5812826Z -- No package 'mpi-cxx' found 2022-12-01T10:05:17.7298457Z -- Could NOT find MPI_CXX (missing: MPI_CXX_LIB_NAMES MPI_CXX_HEADER_DIR MPI_CXX_WORKS) 2022-12-01T10:05:17.7299878Z -- Could NOT find MPI (missing: MPI_C_FOUND MPI_CXX_FOUND) 2022-12-01T10:05:17.7304043Z CMake Warning at cmake/Dependencies.cmake:1163 (message): 2022-12-01T10:05:17.7304513Z Not compiling with MPI. Suppress this warning with -DUSE_MPI=OFF 2022-12-01T10:05:17.7304783Z Call Stack (most recent call first): 2022-12-01T10:05:17.7304999Z CMakeLists.txt:722 (include) 2022-12-01T10:05:17.7305125Z 2022-12-01T10:05:17.7305212Z  2022-12-01T10:05:17.7326503Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-12-01T10:05:17.7327208Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-12-01T10:05:17.7328056Z does not match the name of the calling package (OpenMP). This can lead to 2022-12-01T10:05:17.7328565Z problems in calling code that expects `find_package` result variables 2022-12-01T10:05:17.7328906Z (e.g., `_FOUND`) to follow a certain pattern. 2022-12-01T10:05:17.7329253Z Call Stack (most recent call first): 2022-12-01T10:05:17.7329691Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-12-01T10:05:17.7330140Z cmake/Dependencies.cmake:1218 (find_package) 2022-12-01T10:05:17.7330544Z CMakeLists.txt:722 (include) 2022-12-01T10:05:17.7330945Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-12-01T10:05:17.7331179Z  2022-12-01T10:05:17.7331567Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-12-01T10:05:17.7331941Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-12-01T10:05:17.7332242Z does not match the name of the calling package (OpenMP). This can lead to 2022-12-01T10:05:17.7332551Z problems in calling code that expects `find_package` result variables 2022-12-01T10:05:17.7332820Z (e.g., `_FOUND`) to follow a certain pattern. 2022-12-01T10:05:17.7333049Z Call Stack (most recent call first): 2022-12-01T10:05:17.7333302Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-12-01T10:05:17.7333578Z cmake/Dependencies.cmake:1218 (find_package) 2022-12-01T10:05:17.7333800Z CMakeLists.txt:722 (include) 2022-12-01T10:05:17.7334118Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-12-01T10:05:17.7334458Z  2022-12-01T10:05:17.7334828Z -- Adding OpenMP CXX_FLAGS: -fopenmp 2022-12-01T10:05:17.7335463Z -- Will link against OpenMP libraries: /usr/lib/gcc/x86_64-linux-gnu/7/libgomp.so;/usr/lib/x86_64-linux-gnu/libpthread.so 2022-12-01T10:05:17.7338775Z CMake Warning at cmake/Dependencies.cmake:1358 (message): 2022-12-01T10:05:17.7339314Z Not using CUDA/ROCM, so disabling USE_NCCL. Suppress this warning with 2022-12-01T10:05:17.7339714Z -DUSE_NCCL=OFF. 2022-12-01T10:05:17.7339898Z Call Stack (most recent call first): 2022-12-01T10:05:17.7340107Z CMakeLists.txt:722 (include) 2022-12-01T10:05:17.7340236Z 2022-12-01T10:05:17.7340320Z  2022-12-01T10:05:17.7475866Z -- Performing Test UV_LINT_W4 2022-12-01T10:05:17.8904381Z -- Performing Test UV_LINT_W4 - Failed 2022-12-01T10:05:17.8910520Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER_MSVC 2022-12-01T10:05:18.0309915Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER_MSVC - Failed 2022-12-01T10:05:18.0316438Z -- Performing Test UV_LINT_NO_CONDITIONAL_CONSTANT_MSVC 2022-12-01T10:05:18.1723690Z -- Performing Test UV_LINT_NO_CONDITIONAL_CONSTANT_MSVC - Failed 2022-12-01T10:05:18.1729582Z -- Performing Test UV_LINT_NO_NONSTANDARD_MSVC 2022-12-01T10:05:18.3138883Z -- Performing Test UV_LINT_NO_NONSTANDARD_MSVC - Failed 2022-12-01T10:05:18.3145542Z -- Performing Test UV_LINT_NO_NONSTANDARD_EMPTY_TU_MSVC 2022-12-01T10:05:18.4568147Z -- Performing Test UV_LINT_NO_NONSTANDARD_EMPTY_TU_MSVC - Failed 2022-12-01T10:05:18.4574139Z -- Performing Test UV_LINT_NO_NONSTANDARD_FILE_SCOPE_MSVC 2022-12-01T10:05:18.5974800Z -- Performing Test UV_LINT_NO_NONSTANDARD_FILE_SCOPE_MSVC - Failed 2022-12-01T10:05:18.5980905Z -- Performing Test UV_LINT_NO_NONSTANDARD_NONSTATIC_DLIMPORT_MSVC 2022-12-01T10:05:18.7383021Z -- Performing Test UV_LINT_NO_NONSTANDARD_NONSTATIC_DLIMPORT_MSVC - Failed 2022-12-01T10:05:18.7389119Z -- Performing Test UV_LINT_NO_HIDES_LOCAL 2022-12-01T10:05:18.8793268Z -- Performing Test UV_LINT_NO_HIDES_LOCAL - Failed 2022-12-01T10:05:18.8799506Z -- Performing Test UV_LINT_NO_HIDES_PARAM 2022-12-01T10:05:19.0288294Z -- Performing Test UV_LINT_NO_HIDES_PARAM - Failed 2022-12-01T10:05:19.0295443Z -- Performing Test UV_LINT_NO_HIDES_GLOBAL 2022-12-01T10:05:19.1693950Z -- Performing Test UV_LINT_NO_HIDES_GLOBAL - Failed 2022-12-01T10:05:19.1700879Z -- Performing Test UV_LINT_NO_CONDITIONAL_ASSIGNMENT_MSVC 2022-12-01T10:05:19.3101191Z -- Performing Test UV_LINT_NO_CONDITIONAL_ASSIGNMENT_MSVC - Failed 2022-12-01T10:05:19.3107872Z -- Performing Test UV_LINT_NO_UNSAFE_MSVC 2022-12-01T10:05:19.4511878Z -- Performing Test UV_LINT_NO_UNSAFE_MSVC - Failed 2022-12-01T10:05:19.4518792Z -- Performing Test UV_LINT_WALL 2022-12-01T10:05:19.6445477Z -- Performing Test UV_LINT_WALL - Success 2022-12-01T10:05:19.6451852Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER 2022-12-01T10:05:19.8427976Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER - Success 2022-12-01T10:05:19.8434980Z -- Performing Test UV_LINT_STRICT_PROTOTYPES 2022-12-01T10:05:20.0377628Z -- Performing Test UV_LINT_STRICT_PROTOTYPES - Success 2022-12-01T10:05:20.0384461Z -- Performing Test UV_LINT_EXTRA 2022-12-01T10:05:20.2427897Z -- Performing Test UV_LINT_EXTRA - Success 2022-12-01T10:05:20.2434821Z -- Performing Test UV_LINT_UTF8_MSVC 2022-12-01T10:05:20.3860716Z -- Performing Test UV_LINT_UTF8_MSVC - Failed 2022-12-01T10:05:20.3867727Z -- Performing Test UV_F_STRICT_ALIASING 2022-12-01T10:05:20.5745956Z -- Performing Test UV_F_STRICT_ALIASING - Success 2022-12-01T10:05:20.5757123Z -- summary of build options: 2022-12-01T10:05:20.5757494Z Install prefix: /var/lib/jenkins/workspace/torch 2022-12-01T10:05:20.5757825Z Target system: Linux 2022-12-01T10:05:20.5758014Z Compiler: 2022-12-01T10:05:20.5758192Z C compiler: /opt/cache/bin/cc 2022-12-01T10:05:20.5758488Z CFLAGS: -fopenmp 2022-12-01T10:05:20.5758606Z 2022-12-01T10:05:20.5771291Z -- Found uv: 1.38.1 (found version "1.38.1") 2022-12-01T10:05:20.5795273Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:21 (option): 2022-12-01T10:05:20.5795664Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2022-12-01T10:05:20.5796095Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2022-12-01T10:05:20.5796387Z set the policy and suppress this warning. 2022-12-01T10:05:20.5796525Z 2022-12-01T10:05:20.5796654Z For compatibility with older versions of CMake, option is clearing the 2022-12-01T10:05:20.5796969Z normal variable 'BUILD_BENCHMARK'. 2022-12-01T10:05:20.5797357Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-12-01T10:05:20.5797717Z  2022-12-01T10:05:20.5798121Z -- Enabling sccache for CXX 2022-12-01T10:05:20.5798404Z -- Enabling sccache for C 2022-12-01T10:05:20.5798642Z -- Gloo build as SHARED library 2022-12-01T10:05:20.5840426Z CMake Warning at cmake/Dependencies.cmake:1509 (message): 2022-12-01T10:05:20.5840891Z Metal is only used in ios builds. 2022-12-01T10:05:20.5841158Z Call Stack (most recent call first): 2022-12-01T10:05:20.5841356Z CMakeLists.txt:722 (include) 2022-12-01T10:05:20.5841477Z 2022-12-01T10:05:20.5841557Z  2022-12-01T10:05:20.5984231Z -- Found PythonInterp: /var/lib/jenkins/workspace/venv/bin/python (found version "3.7.13") 2022-12-01T10:05:20.6001155Z -- Found PythonLibs: /opt/conda/lib/libpython3.7m.so.1.0 (found version "3.7.13") 2022-12-01T10:05:20.6004070Z Generated: /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2022-12-01T10:05:20.6006661Z Generated: /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2022-12-01T10:05:20.6008994Z Generated: /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2022-12-01T10:05:20.6838952Z -- 2022-12-01T10:05:20.6839426Z -- ******** Summary ******** 2022-12-01T10:05:20.6839740Z -- CMake version : 3.22.1 2022-12-01T10:05:20.6840077Z -- CMake command : /opt/conda/bin/cmake 2022-12-01T10:05:20.6840640Z -- System : Linux 2022-12-01T10:05:20.6840981Z -- C++ compiler : /opt/cache/bin/c++ 2022-12-01T10:05:20.6841240Z -- C++ compiler version : 7.5.0 2022-12-01T10:05:20.6841667Z -- CXX flags : -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -Wnon-virtual-dtor 2022-12-01T10:05:20.6842190Z -- Build type : Release 2022-12-01T10:05:20.6842521Z -- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;__STDC_FORMAT_MACROS 2022-12-01T10:05:20.6842989Z -- CMAKE_PREFIX_PATH : /var/lib/jenkins/workspace/venv/lib/python3.7/site-packages 2022-12-01T10:05:20.6843339Z -- CMAKE_INSTALL_PREFIX : /var/lib/jenkins/workspace/torch 2022-12-01T10:05:20.6843778Z -- CMAKE_MODULE_PATH : /var/lib/jenkins/workspace/cmake/Modules;/var/lib/jenkins/workspace/cmake/public/../Modules_CUDA_fix 2022-12-01T10:05:20.6844066Z -- 2022-12-01T10:05:20.6844278Z -- ONNX version : 1.12.0 2022-12-01T10:05:20.6844519Z -- ONNX NAMESPACE : onnx_torch 2022-12-01T10:05:20.6844772Z -- ONNX_USE_LITE_PROTO : OFF 2022-12-01T10:05:20.6845017Z -- USE_PROTOBUF_SHARED_LIBS : OFF 2022-12-01T10:05:20.6845254Z -- Protobuf_USE_STATIC_LIBS : ON 2022-12-01T10:05:20.6845506Z -- ONNX_DISABLE_EXCEPTIONS : OFF 2022-12-01T10:05:20.6845744Z -- ONNX_WERROR : OFF 2022-12-01T10:05:20.6845966Z -- ONNX_BUILD_TESTS : OFF 2022-12-01T10:05:20.6846206Z -- ONNX_BUILD_BENCHMARKS : OFF 2022-12-01T10:05:20.6846446Z -- ONNXIFI_DUMMY_BACKEND : OFF 2022-12-01T10:05:20.6846677Z -- ONNXIFI_ENABLE_EXT : OFF 2022-12-01T10:05:20.6846871Z -- 2022-12-01T10:05:20.6847080Z -- Protobuf compiler : 2022-12-01T10:05:20.6847303Z -- Protobuf includes : 2022-12-01T10:05:20.6847538Z -- Protobuf libraries : 2022-12-01T10:05:20.6847774Z -- BUILD_ONNX_PYTHON : OFF 2022-12-01T10:05:20.6861228Z -- 2022-12-01T10:05:20.6861643Z -- ******** Summary ******** 2022-12-01T10:05:20.6862078Z -- CMake version : 3.22.1 2022-12-01T10:05:20.6862601Z -- CMake command : /opt/conda/bin/cmake 2022-12-01T10:05:20.6862981Z -- System : Linux 2022-12-01T10:05:20.6863236Z -- C++ compiler : /opt/cache/bin/c++ 2022-12-01T10:05:20.6863488Z -- C++ compiler version : 7.5.0 2022-12-01T10:05:20.6863918Z -- CXX flags : -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -Wnon-virtual-dtor 2022-12-01T10:05:20.6864271Z -- Build type : Release 2022-12-01T10:05:20.6864566Z -- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1 2022-12-01T10:05:20.6865083Z -- CMAKE_PREFIX_PATH : /var/lib/jenkins/workspace/venv/lib/python3.7/site-packages 2022-12-01T10:05:20.6865523Z -- CMAKE_INSTALL_PREFIX : /var/lib/jenkins/workspace/torch 2022-12-01T10:05:20.6866096Z -- CMAKE_MODULE_PATH : /var/lib/jenkins/workspace/cmake/Modules;/var/lib/jenkins/workspace/cmake/public/../Modules_CUDA_fix 2022-12-01T10:05:20.6866386Z -- 2022-12-01T10:05:20.6866580Z -- ONNX version : 1.4.1 2022-12-01T10:05:20.6866819Z -- ONNX NAMESPACE : onnx_torch 2022-12-01T10:05:20.6867055Z -- ONNX_BUILD_TESTS : OFF 2022-12-01T10:05:20.6867279Z -- ONNX_BUILD_BENCHMARKS : OFF 2022-12-01T10:05:20.6867510Z -- ONNX_USE_LITE_PROTO : OFF 2022-12-01T10:05:20.6867747Z -- ONNXIFI_DUMMY_BACKEND : OFF 2022-12-01T10:05:20.6867928Z -- 2022-12-01T10:05:20.6868130Z -- Protobuf compiler : 2022-12-01T10:05:20.6868359Z -- Protobuf includes : 2022-12-01T10:05:20.6868582Z -- Protobuf libraries : 2022-12-01T10:05:20.6868813Z -- BUILD_ONNX_PYTHON : OFF 2022-12-01T10:05:20.6869148Z -- Could not find CUDA with FP16 support, compiling without torch.CudaHalfTensor 2022-12-01T10:05:20.6869448Z -- Adding -DNDEBUG to compile flags 2022-12-01T10:05:20.6887856Z -- Checking prototype magma_get_sgeqrf_nb for MAGMA_V2 2022-12-01T10:05:20.8365633Z -- Checking prototype magma_get_sgeqrf_nb for MAGMA_V2 - False 2022-12-01T10:05:20.8366366Z CMake Warning at cmake/Dependencies.cmake:1709 (message): 2022-12-01T10:05:20.8366993Z Not compiling with MAGMA. Suppress this warning with -DUSE_MAGMA=OFF. 2022-12-01T10:05:20.8367448Z Call Stack (most recent call first): 2022-12-01T10:05:20.8367757Z CMakeLists.txt:722 (include) 2022-12-01T10:05:20.8368121Z 2022-12-01T10:05:20.8368247Z  2022-12-01T10:05:20.8572507Z -- Could not find hardware support for NEON on this machine. 2022-12-01T10:05:20.8573064Z -- No OMAP3 processor on this machine. 2022-12-01T10:05:20.8573697Z -- No OMAP4 processor on this machine. 2022-12-01T10:05:20.8583639Z -- Found a library with LAPACK API (mkl). 2022-12-01T10:05:20.8584474Z disabling CUDA because NOT USE_CUDA is set 2022-12-01T10:05:20.8585247Z -- USE_CUDNN is set to 0. Compiling without cuDNN support 2022-12-01T10:05:20.8585947Z disabling ROCM because NOT USE_ROCM is set 2022-12-01T10:05:20.8586673Z -- MIOpen not found. Compiling without MIOpen support 2022-12-01T10:05:20.8587906Z -- Will build oneDNN Graph 2022-12-01T10:05:20.8601442Z -- MKLDNN_CPU_RUNTIME = OMP 2022-12-01T10:05:20.8616585Z -- cmake version: 3.22.1 2022-12-01T10:05:20.8617193Z CMake Deprecation Warning at third_party/ideep/mkl-dnn/CMakeLists.txt:36 (cmake_policy): 2022-12-01T10:05:20.8617761Z The OLD behavior for policy CMP0025 will be removed from a future version 2022-12-01T10:05:20.8618187Z of CMake. 2022-12-01T10:05:20.8618371Z 2022-12-01T10:05:20.8618739Z The cmake-policies(7) manual explains that the OLD behaviors of all 2022-12-01T10:05:20.8619279Z policies are deprecated and that a policy should be set to OLD only under 2022-12-01T10:05:20.8619950Z specific short-term circumstances. Projects should be ported to the NEW 2022-12-01T10:05:20.8620440Z behavior and not rely on setting a policy to OLD. 2022-12-01T10:05:20.8620697Z 2022-12-01T10:05:20.8620833Z  2022-12-01T10:05:20.8633758Z -- DNNL_TARGET_ARCH: X64 2022-12-01T10:05:20.8645047Z -- DNNL_LIBRARY_NAME: dnnl 2022-12-01T10:05:20.8693914Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-12-01T10:05:20.8694609Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-12-01T10:05:20.8695145Z does not match the name of the calling package (OpenMP). This can lead to 2022-12-01T10:05:20.8695677Z problems in calling code that expects `find_package` result variables 2022-12-01T10:05:20.8696142Z (e.g., `_FOUND`) to follow a certain pattern. 2022-12-01T10:05:20.8696520Z Call Stack (most recent call first): 2022-12-01T10:05:20.8696980Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-12-01T10:05:20.8697702Z third_party/ideep/mkl-dnn/third_party/oneDNN/cmake/OpenMP.cmake:69 (find_package) 2022-12-01T10:05:20.8698386Z third_party/ideep/mkl-dnn/third_party/oneDNN/CMakeLists.txt:117 (include) 2022-12-01T10:05:20.8699044Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-12-01T10:05:20.8699442Z  2022-12-01T10:05:20.8699850Z -- Found OpenMP_C: -fopenmp (found version "4.5") 2022-12-01T10:05:20.8700968Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-12-01T10:05:20.8701639Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-12-01T10:05:20.8702209Z does not match the name of the calling package (OpenMP). This can lead to 2022-12-01T10:05:20.8702741Z problems in calling code that expects `find_package` result variables 2022-12-01T10:05:20.8703213Z (e.g., `_FOUND`) to follow a certain pattern. 2022-12-01T10:05:20.8703580Z Call Stack (most recent call first): 2022-12-01T10:05:20.8704050Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-12-01T10:05:20.8704759Z third_party/ideep/mkl-dnn/third_party/oneDNN/cmake/OpenMP.cmake:69 (find_package) 2022-12-01T10:05:20.8705434Z third_party/ideep/mkl-dnn/third_party/oneDNN/CMakeLists.txt:117 (include) 2022-12-01T10:05:20.8706089Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-12-01T10:05:20.8706515Z  2022-12-01T10:05:20.8706986Z -- Found OpenMP_CXX: -fopenmp (found version "4.5") 2022-12-01T10:05:20.8747839Z -- Could NOT find Doxyrest (missing: DOXYREST_EXECUTABLE) 2022-12-01T10:05:20.8878283Z -- Found PythonInterp: /var/lib/jenkins/workspace/venv/bin/python (found suitable version "3.7.13", minimum required is "2.7") 2022-12-01T10:05:20.8892814Z -- Could NOT find Sphinx (missing: SPHINX_EXECUTABLE) 2022-12-01T10:05:20.8944499Z -- Enabled workload: TRAINING 2022-12-01T10:05:20.8944914Z -- Enabled primitives: ALL 2022-12-01T10:05:20.8945344Z -- Enabled primitive CPU ISA: ALL 2022-12-01T10:05:20.8945796Z -- Enabled primitive GPU ISA: ALL 2022-12-01T10:05:20.8988992Z -- Primitive cache is enabled 2022-12-01T10:05:20.9138952Z -- Looking for /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.h 2022-12-01T10:05:21.1602430Z -- Looking for /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.h - found 2022-12-01T10:05:21.1604404Z -- Looking for /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph_types.h 2022-12-01T10:05:21.3725171Z -- Looking for /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph_types.h - found 2022-12-01T10:05:21.3729282Z -- Looking for C++ include /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.hpp 2022-12-01T10:05:21.6600054Z -- Looking for C++ include /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/include/oneapi/dnnl/dnnl_graph.hpp - found 2022-12-01T10:05:21.6784869Z -- Found Doxygen: /usr/bin/doxygen (found version "1.8.17") found components: doxygen missing components: dot 2022-12-01T10:05:21.7174961Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-12-01T10:05:21.7175672Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-12-01T10:05:21.7176141Z does not match the name of the calling package (OpenMP). This can lead to 2022-12-01T10:05:21.7176461Z problems in calling code that expects `find_package` result variables 2022-12-01T10:05:21.7176732Z (e.g., `_FOUND`) to follow a certain pattern. 2022-12-01T10:05:21.7176956Z Call Stack (most recent call first): 2022-12-01T10:05:21.7177225Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-12-01T10:05:21.7177588Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:62 (find_package) 2022-12-01T10:05:21.7177922Z third_party/ideep/mkl-dnn/CMakeLists.txt:179 (include) 2022-12-01T10:05:21.7178398Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-12-01T10:05:21.7178650Z  2022-12-01T10:05:21.7179530Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-12-01T10:05:21.7180021Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-12-01T10:05:21.7180327Z does not match the name of the calling package (OpenMP). This can lead to 2022-12-01T10:05:21.7180628Z problems in calling code that expects `find_package` result variables 2022-12-01T10:05:21.7180894Z (e.g., `_FOUND`) to follow a certain pattern. 2022-12-01T10:05:21.7181106Z Call Stack (most recent call first): 2022-12-01T10:05:21.7181376Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-12-01T10:05:21.7181732Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:62 (find_package) 2022-12-01T10:05:21.7182062Z third_party/ideep/mkl-dnn/CMakeLists.txt:179 (include) 2022-12-01T10:05:21.7182389Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-12-01T10:05:21.7182628Z  2022-12-01T10:05:21.7198565Z -- DNNL_GRAPH_BUILD_FOR_CI is set to be OFF 2022-12-01T10:05:21.7219531Z -- Compiling oneDNN Graph with CPU runtime OMP support 2022-12-01T10:05:21.7262442Z -- Graph compiler backend is disabled. 2022-12-01T10:05:21.7268098Z -- Set version definitions to /var/lib/jenkins/workspace/third_party/ideep/mkl-dnn/src/utils/verbose.cpp 2022-12-01T10:05:21.7278775Z -- Compiled partition cache is enabled 2022-12-01T10:05:21.7306415Z -- Found MKL-DNN: TRUE 2022-12-01T10:05:21.7310226Z -- Looking for clock_gettime in rt 2022-12-01T10:05:21.9346741Z -- Looking for clock_gettime in rt - found 2022-12-01T10:05:21.9347215Z -- Looking for mmap 2022-12-01T10:05:22.1363627Z -- Looking for mmap - found 2022-12-01T10:05:22.1363945Z -- Looking for shm_open 2022-12-01T10:05:22.3430168Z -- Looking for shm_open - found 2022-12-01T10:05:22.3430820Z -- Looking for shm_unlink 2022-12-01T10:05:22.5506727Z -- Looking for shm_unlink - found 2022-12-01T10:05:22.5507044Z -- Looking for malloc_usable_size 2022-12-01T10:05:22.7497390Z -- Looking for malloc_usable_size - found 2022-12-01T10:05:22.7499900Z -- Performing Test C_HAS_THREAD 2022-12-01T10:05:22.9529977Z -- Performing Test C_HAS_THREAD - Success 2022-12-01T10:05:22.9566612Z -- Version: 7.0.3 2022-12-01T10:05:22.9566848Z -- Build type: Release 2022-12-01T10:05:22.9569714Z -- CXX_STANDARD: 14 2022-12-01T10:05:22.9575744Z -- Performing Test has_std_14_flag 2022-12-01T10:05:23.1591790Z -- Performing Test has_std_14_flag - Success 2022-12-01T10:05:23.1598043Z -- Performing Test has_std_1y_flag 2022-12-01T10:05:23.3687310Z -- Performing Test has_std_1y_flag - Success 2022-12-01T10:05:23.3689394Z -- Performing Test SUPPORTS_USER_DEFINED_LITERALS 2022-12-01T10:05:23.5791113Z -- Performing Test SUPPORTS_USER_DEFINED_LITERALS - Success 2022-12-01T10:05:23.5791645Z -- Performing Test FMT_HAS_VARIANT 2022-12-01T10:05:23.7972480Z -- Performing Test FMT_HAS_VARIANT - Success 2022-12-01T10:05:23.7974588Z -- Required features: cxx_variadic_templates 2022-12-01T10:05:23.7981172Z -- Looking for strtod_l 2022-12-01T10:05:23.9786010Z -- Looking for strtod_l - not found 2022-12-01T10:05:23.9792227Z -- Using CPU-only version of Kineto 2022-12-01T10:05:23.9792708Z -- Configuring Kineto dependency: 2022-12-01T10:05:23.9793291Z -- KINETO_SOURCE_DIR = /var/lib/jenkins/workspace/third_party/kineto/libkineto 2022-12-01T10:05:23.9793590Z -- KINETO_BUILD_TESTS = OFF 2022-12-01T10:05:23.9793817Z -- KINETO_LIBRARY_TYPE = static 2022-12-01T10:05:23.9948123Z -- Found PythonInterp: /var/lib/jenkins/workspace/venv/bin/python (found version "3.7.13") 2022-12-01T10:05:23.9949527Z INFO CUDA_SOURCE_DIR =  2022-12-01T10:05:23.9950247Z INFO ROCM_SOURCE_DIR =  2022-12-01T10:05:24.0062030Z INFO CUPTI unavailable or disabled - not building GPU profilers 2022-12-01T10:05:24.0284325Z -- Kineto: FMT_SOURCE_DIR = /var/lib/jenkins/workspace/third_party/fmt 2022-12-01T10:05:24.0284770Z -- Kineto: FMT_INCLUDE_DIR = /var/lib/jenkins/workspace/third_party/fmt/include 2022-12-01T10:05:24.0285119Z INFO CUPTI_INCLUDE_DIR = /extras/CUPTI/include 2022-12-01T10:05:24.0285423Z INFO ROCTRACER_INCLUDE_DIR = /include/roctracer 2022-12-01T10:05:24.0288210Z -- Configured Kineto (CPU) 2022-12-01T10:05:24.0295759Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/CMakeDependentOption.cmake:84 (message): 2022-12-01T10:05:24.0296338Z Policy CMP0127 is not set: cmake_dependent_option() supports full Condition 2022-12-01T10:05:24.0297011Z Syntax. Run "cmake --help-policy CMP0127" for policy details. Use the 2022-12-01T10:05:24.0297314Z cmake_policy command to set the policy and suppress this warning. 2022-12-01T10:05:24.0297573Z Call Stack (most recent call first): 2022-12-01T10:05:24.0297792Z CMakeLists.txt:725 (cmake_dependent_option) 2022-12-01T10:05:24.0298230Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-12-01T10:05:24.0298534Z  2022-12-01T10:05:24.0299026Z -- GCC 7.5.0: Adding gcc and gcc_s libs to link line 2022-12-01T10:05:24.0307450Z -- Performing Test HAS_WERROR_RETURN_TYPE 2022-12-01T10:05:24.2552879Z -- Performing Test HAS_WERROR_RETURN_TYPE - Success 2022-12-01T10:05:24.2560673Z -- Performing Test HAS_WERROR_NON_VIRTUAL_DTOR 2022-12-01T10:05:24.5085457Z -- Performing Test HAS_WERROR_NON_VIRTUAL_DTOR - Success 2022-12-01T10:05:24.5092731Z -- Performing Test HAS_WNO_MISSING_FIELD_INITIALIZERS 2022-12-01T10:05:24.7157566Z -- Performing Test HAS_WNO_MISSING_FIELD_INITIALIZERS - Success 2022-12-01T10:05:24.7164813Z -- Performing Test HAS_WNO_TYPE_LIMITS 2022-12-01T10:05:24.9165026Z -- Performing Test HAS_WNO_TYPE_LIMITS - Success 2022-12-01T10:05:24.9171992Z -- Performing Test HAS_WNO_ARRAY_BOUNDS 2022-12-01T10:05:25.1325405Z -- Performing Test HAS_WNO_ARRAY_BOUNDS - Success 2022-12-01T10:05:25.1332627Z -- Performing Test HAS_WNO_UNKNOWN_PRAGMAS 2022-12-01T10:05:25.3335291Z -- Performing Test HAS_WNO_UNKNOWN_PRAGMAS - Success 2022-12-01T10:05:25.3342043Z -- Performing Test HAS_WUNUSED_LOCAL_TYPEDEFS 2022-12-01T10:05:25.5820156Z -- Performing Test HAS_WUNUSED_LOCAL_TYPEDEFS - Success 2022-12-01T10:05:25.5826932Z -- Performing Test HAS_WNO_UNUSED_PARAMETER 2022-12-01T10:05:25.7931272Z -- Performing Test HAS_WNO_UNUSED_PARAMETER - Success 2022-12-01T10:05:25.7938154Z -- Performing Test HAS_WNO_UNUSED_FUNCTION 2022-12-01T10:05:26.0172603Z -- Performing Test HAS_WNO_UNUSED_FUNCTION - Success 2022-12-01T10:05:26.0178995Z -- Performing Test HAS_WNO_UNUSED_RESULT 2022-12-01T10:05:26.2850083Z -- Performing Test HAS_WNO_UNUSED_RESULT - Success 2022-12-01T10:05:26.2856603Z -- Performing Test HAS_WNO_STRICT_OVERFLOW 2022-12-01T10:05:26.4839849Z -- Performing Test HAS_WNO_STRICT_OVERFLOW - Success 2022-12-01T10:05:26.4846692Z -- Performing Test HAS_WNO_STRICT_ALIASING 2022-12-01T10:05:26.7017413Z -- Performing Test HAS_WNO_STRICT_ALIASING - Success 2022-12-01T10:05:26.7024502Z -- Performing Test HAS_WNO_ERROR_DEPRECATED_DECLARATIONS 2022-12-01T10:05:26.9022860Z -- Performing Test HAS_WNO_ERROR_DEPRECATED_DECLARATIONS - Success 2022-12-01T10:05:26.9029325Z -- Performing Test HAS_WVLA_EXTENSION 2022-12-01T10:05:27.0506454Z -- Performing Test HAS_WVLA_EXTENSION - Failed 2022-12-01T10:05:27.0513800Z -- Performing Test HAS_WNO_ERROR_PEDANTIC 2022-12-01T10:05:27.2492105Z -- Performing Test HAS_WNO_ERROR_PEDANTIC - Success 2022-12-01T10:05:27.2498988Z -- Performing Test HAS_WNO_ERROR_REDUNDANT_DECLS 2022-12-01T10:05:27.4759231Z -- Performing Test HAS_WNO_ERROR_REDUNDANT_DECLS - Success 2022-12-01T10:05:27.4766537Z -- Performing Test HAS_WNO_ERROR_OLD_STYLE_CAST 2022-12-01T10:05:27.6794391Z -- Performing Test HAS_WNO_ERROR_OLD_STYLE_CAST - Success 2022-12-01T10:05:27.6801868Z -- Performing Test HAS_FCOLOR_DIAGNOSTICS 2022-12-01T10:05:27.8275256Z -- Performing Test HAS_FCOLOR_DIAGNOSTICS - Failed 2022-12-01T10:05:27.8282338Z -- Performing Test HAS_FDIAGNOSTICS_COLOR_ALWAYS 2022-12-01T10:05:28.0313520Z -- Performing Test HAS_FDIAGNOSTICS_COLOR_ALWAYS - Success 2022-12-01T10:05:28.0321649Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_VARIABLE 2022-12-01T10:05:28.2486684Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_VARIABLE - Success 2022-12-01T10:05:28.2493428Z -- Performing Test HAS_WNO_MAYBE_UNINITIALIZED 2022-12-01T10:05:28.4651259Z -- Performing Test HAS_WNO_MAYBE_UNINITIALIZED - Success 2022-12-01T10:05:28.4657822Z -- Performing Test HAS_FNO_MATH_ERRNO 2022-12-01T10:05:28.6893322Z -- Performing Test HAS_FNO_MATH_ERRNO - Success 2022-12-01T10:05:28.6900240Z -- Performing Test HAS_FNO_TRAPPING_MATH 2022-12-01T10:05:28.9006606Z -- Performing Test HAS_FNO_TRAPPING_MATH - Success 2022-12-01T10:05:28.9013748Z -- Performing Test HAS_WERROR_FORMAT 2022-12-01T10:05:29.1406529Z -- Performing Test HAS_WERROR_FORMAT - Success 2022-12-01T10:05:29.1412998Z -- Performing Test HAS_WERROR_CAST_FUNCTION_TYPE 2022-12-01T10:05:29.2882893Z -- Performing Test HAS_WERROR_CAST_FUNCTION_TYPE - Failed 2022-12-01T10:05:29.2890167Z -- Performing Test HAS_WERROR_SIGN_COMPARE 2022-12-01T10:05:29.4931470Z -- Performing Test HAS_WERROR_SIGN_COMPARE - Success 2022-12-01T10:05:29.4938838Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW 2022-12-01T10:05:29.7228187Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW - Success 2022-12-01T10:05:29.7274008Z -- Looking for backtrace 2022-12-01T10:05:29.9257025Z -- Looking for backtrace - found 2022-12-01T10:05:29.9258832Z -- backtrace facility detected in default set of libraries 2022-12-01T10:05:29.9261724Z -- Found Backtrace: /usr/include 2022-12-01T10:05:29.9263574Z -- don't use NUMA 2022-12-01T10:05:33.1574180Z -- headers outputs: 2022-12-01T10:05:40.3552196Z -- sources outputs: 2022-12-01T10:05:41.6278638Z -- declarations_yaml outputs: 2022-12-01T10:05:41.6332360Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT 2022-12-01T10:05:41.8402344Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT - Success 2022-12-01T10:05:41.8700257Z -- Using ATen parallel backend: OMP 2022-12-01T10:05:41.8713062Z disabling CUDA because USE_CUDA is set false 2022-12-01T10:05:41.9135839Z CMake Deprecation Warning at third_party/sleef/CMakeLists.txt:91 (cmake_policy): 2022-12-01T10:05:41.9136457Z The OLD behavior for policy CMP0066 will be removed from a future version 2022-12-01T10:05:41.9136872Z of CMake. 2022-12-01T10:05:41.9137053Z 2022-12-01T10:05:41.9137429Z The cmake-policies(7) manual explains that the OLD behaviors of all 2022-12-01T10:05:41.9137959Z policies are deprecated and that a policy should be set to OLD only under 2022-12-01T10:05:41.9138624Z specific short-term circumstances. Projects should be ported to the NEW 2022-12-01T10:05:41.9139092Z behavior and not rely on setting a policy to OLD. 2022-12-01T10:05:41.9139377Z 2022-12-01T10:05:41.9139520Z  2022-12-01T10:05:41.9265896Z -- Found OpenSSL: /opt/openssl/lib/libcrypto.so (found version "1.1.1k") 2022-12-01T10:05:41.9290035Z -- Check size of long double 2022-12-01T10:05:42.1241831Z -- Check size of long double - done 2022-12-01T10:05:42.1243075Z -- Performing Test COMPILER_SUPPORTS_LONG_DOUBLE 2022-12-01T10:05:42.3193624Z -- Performing Test COMPILER_SUPPORTS_LONG_DOUBLE - Success 2022-12-01T10:05:42.3194548Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 2022-12-01T10:05:42.5119863Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 - Success 2022-12-01T10:05:42.5120707Z -- Performing Test COMPILER_SUPPORTS_SSE2 2022-12-01T10:05:42.7353472Z -- Performing Test COMPILER_SUPPORTS_SSE2 - Success 2022-12-01T10:05:42.7354225Z -- Performing Test COMPILER_SUPPORTS_SSE4 2022-12-01T10:05:42.9586281Z -- Performing Test COMPILER_SUPPORTS_SSE4 - Success 2022-12-01T10:05:42.9586874Z -- Performing Test COMPILER_SUPPORTS_AVX 2022-12-01T10:05:43.1818417Z -- Performing Test COMPILER_SUPPORTS_AVX - Success 2022-12-01T10:05:43.1819299Z -- Performing Test COMPILER_SUPPORTS_FMA4 2022-12-01T10:05:43.4054223Z -- Performing Test COMPILER_SUPPORTS_FMA4 - Success 2022-12-01T10:05:43.4055167Z -- Performing Test COMPILER_SUPPORTS_AVX2 2022-12-01T10:05:43.6301868Z -- Performing Test COMPILER_SUPPORTS_AVX2 - Success 2022-12-01T10:05:43.6302529Z -- Performing Test COMPILER_SUPPORTS_AVX512F 2022-12-01T10:05:43.8525307Z -- Performing Test COMPILER_SUPPORTS_AVX512F - Success 2022-12-01T10:05:43.8558785Z -- Performing Test COMPILER_SUPPORTS_OPENMP 2022-12-01T10:05:44.0529072Z -- Performing Test COMPILER_SUPPORTS_OPENMP - Success 2022-12-01T10:05:44.0530010Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES 2022-12-01T10:05:44.2471479Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES - Success 2022-12-01T10:05:44.2472141Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH 2022-12-01T10:05:44.4394886Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH - Success 2022-12-01T10:05:44.4395886Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM 2022-12-01T10:05:44.6345017Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM - Success 2022-12-01T10:05:44.6459026Z -- Configuring build for SLEEF-v3.6.0 2022-12-01T10:05:44.6459841Z  Target system: Linux-4.14.252-195.483.amzn2.x86_64 2022-12-01T10:05:44.6460118Z  Target processor: x86_64 2022-12-01T10:05:44.6460416Z  Host system: Linux-4.14.252-195.483.amzn2.x86_64 2022-12-01T10:05:44.6460683Z  Host processor: x86_64 2022-12-01T10:05:44.6460963Z  Detected C compiler: GNU @ /opt/cache/bin/cc 2022-12-01T10:05:44.6461193Z  CMake: 3.22.1 2022-12-01T10:05:44.6461469Z  Make program: /var/lib/jenkins/.local/bin/ninja 2022-12-01T10:05:44.6461979Z -- Using option `-Wall -Wno-unused -Wno-attributes -Wno-unused-result -Wno-psabi -ffp-contract=off -fno-math-errno -fno-trapping-math` to compile libsleef 2022-12-01T10:05:44.6462363Z -- Building shared libs : OFF 2022-12-01T10:05:44.6462605Z -- Building static test bins: OFF 2022-12-01T10:05:44.6462993Z -- MPFR : LIB_MPFR-NOTFOUND 2022-12-01T10:05:44.6463213Z -- GMP : LIBGMP-NOTFOUND 2022-12-01T10:05:44.6463466Z -- RT : /usr/lib/x86_64-linux-gnu/librt.so 2022-12-01T10:05:44.6463786Z -- FFTW3 : LIBFFTW3-NOTFOUND 2022-12-01T10:05:44.6463995Z -- OPENSSL : 1.1.1k 2022-12-01T10:05:44.6464223Z -- SDE : SDE_COMMAND-NOTFOUND 2022-12-01T10:05:44.6464446Z -- RUNNING_ON_TRAVIS : 2022-12-01T10:05:44.6464666Z -- COMPILER_SUPPORTS_OPENMP : 1 2022-12-01T10:05:44.6563599Z AT_INSTALL_INCLUDE_DIR include/ATen/core 2022-12-01T10:05:44.6564323Z core header install: /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h 2022-12-01T10:05:44.6565130Z core header install: /var/lib/jenkins/workspace/build/aten/src/ATen/core/aten_interned_strings.h 2022-12-01T10:05:44.6565886Z core header install: /var/lib/jenkins/workspace/build/aten/src/ATen/core/enum_tag.h 2022-12-01T10:05:44.7995732Z -- Performing Test HAS_WNO_UNUSED_VARIABLE 2022-12-01T10:05:45.0749794Z -- Performing Test HAS_WNO_UNUSED_VARIABLE - Success 2022-12-01T10:05:45.0756748Z -- Performing Test HAS_WNO_MISSING_BRACES 2022-12-01T10:05:45.2986323Z -- Performing Test HAS_WNO_MISSING_BRACES - Success 2022-12-01T10:05:45.2994520Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_PARAMETER 2022-12-01T10:05:45.5632184Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_PARAMETER - Success 2022-12-01T10:05:45.5650726Z -- /opt/cache/bin/c++ /var/lib/jenkins/workspace/torch/abi-check.cpp -o /var/lib/jenkins/workspace/build/abi-check 2022-12-01T10:05:45.7829689Z -- Determined _GLIBCXX_USE_CXX11_ABI=1 2022-12-01T10:05:45.7848202Z CMake Warning (dev) at torch/CMakeLists.txt:386: 2022-12-01T10:05:45.7848656Z Syntax Warning in cmake code at column 107 2022-12-01T10:05:45.7848932Z 2022-12-01T10:05:45.7849155Z Argument not separated from preceding token by whitespace. 2022-12-01T10:05:45.7849527Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-12-01T10:05:45.7849777Z  2022-12-01T10:05:45.7850043Z CMake Warning (dev) at torch/CMakeLists.txt:386: 2022-12-01T10:05:45.7850275Z Syntax Warning in cmake code at column 115 2022-12-01T10:05:45.7850409Z 2022-12-01T10:05:45.7850541Z Argument not separated from preceding token by whitespace. 2022-12-01T10:05:45.7850883Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-12-01T10:05:45.7851109Z  2022-12-01T10:05:45.8213168Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-12-01T10:05:45.8213733Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2022-12-01T10:05:45.8214114Z does not match the name of the calling package (OpenMP). This can lead to 2022-12-01T10:05:45.8214427Z problems in calling code that expects `find_package` result variables 2022-12-01T10:05:45.8214696Z (e.g., `_FOUND`) to follow a certain pattern. 2022-12-01T10:05:45.8214922Z Call Stack (most recent call first): 2022-12-01T10:05:45.8215190Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-12-01T10:05:45.8215508Z caffe2/CMakeLists.txt:1254 (find_package) 2022-12-01T10:05:45.8215912Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-12-01T10:05:45.8216249Z  2022-12-01T10:05:45.8216969Z CMake Warning (dev) at /opt/conda/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2022-12-01T10:05:45.8217401Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2022-12-01T10:05:45.8217707Z does not match the name of the calling package (OpenMP). This can lead to 2022-12-01T10:05:45.8217991Z problems in calling code that expects `find_package` result variables 2022-12-01T10:05:45.8218253Z (e.g., `_FOUND`) to follow a certain pattern. 2022-12-01T10:05:45.8218472Z Call Stack (most recent call first): 2022-12-01T10:05:45.8218723Z cmake/Modules/FindOpenMP.cmake:576 (find_package_handle_standard_args) 2022-12-01T10:05:45.8218986Z caffe2/CMakeLists.txt:1254 (find_package) 2022-12-01T10:05:45.8219554Z This warning is for project developers. Use -Wno-dev to suppress it. 2022-12-01T10:05:45.8219838Z  2022-12-01T10:05:45.8220559Z -- pytorch is compiling with OpenMP. 2022-12-01T10:05:45.8221136Z OpenMP CXX_FLAGS: -fopenmp. 2022-12-01T10:05:45.8221637Z OpenMP libraries: /usr/lib/gcc/x86_64-linux-gnu/7/libgomp.so;/usr/lib/x86_64-linux-gnu/libpthread.so. 2022-12-01T10:05:45.8222802Z -- Caffe2 is compiling with OpenMP. 2022-12-01T10:05:45.8223269Z OpenMP CXX_FLAGS: -fopenmp. 2022-12-01T10:05:45.8223769Z OpenMP libraries: /usr/lib/gcc/x86_64-linux-gnu/7/libgomp.so;/usr/lib/x86_64-linux-gnu/libpthread.so. 2022-12-01T10:05:45.8600483Z -- Using lib/python3.7/site-packages as python relative installation path 2022-12-01T10:05:45.8913099Z CMake Warning at CMakeLists.txt:1090 (message): 2022-12-01T10:05:45.8913551Z Generated cmake files are only fully tested if one builds with system glog, 2022-12-01T10:05:45.8913888Z gflags, and protobuf. Other settings may generate files that are not well 2022-12-01T10:05:45.8914142Z tested. 2022-12-01T10:05:45.8914243Z 2022-12-01T10:05:45.8914315Z  2022-12-01T10:05:45.8919916Z -- 2022-12-01T10:05:45.8920560Z -- ******** Summary ******** 2022-12-01T10:05:45.8921071Z -- General: 2022-12-01T10:05:45.8921485Z -- CMake version : 3.22.1 2022-12-01T10:05:45.8921868Z -- CMake command : /opt/conda/bin/cmake 2022-12-01T10:05:45.8922237Z -- System : Linux 2022-12-01T10:05:45.8922633Z -- C++ compiler : /opt/cache/bin/c++ 2022-12-01T10:05:45.8922979Z -- C++ compiler id : GNU 2022-12-01T10:05:45.8923308Z -- C++ compiler version : 7.5.0 2022-12-01T10:05:45.8923685Z -- Using ccache if found : ON 2022-12-01T10:05:45.8924069Z -- Found ccache : CCACHE_PROGRAM-NOTFOUND 2022-12-01T10:05:45.8926713Z -- CXX flags : -Wno-deprecated -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOCUPTI -DUSE_FBGEMM -DUSE_QNNPACK -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -DEDGE_PROFILER_USE_KINETO -O2 -fPIC -Wno-narrowing -Wall -Wextra -Werror=return-type -Werror=non-virtual-dtor -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wunused-local-typedefs -Wno-unused-parameter -Wno-unused-function -Wno-unused-result -Wno-strict-overflow -Wno-strict-aliasing -Wno-error=deprecated-declarations -Wno-stringop-overflow -Wno-psabi -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -fdiagnostics-color=always -faligned-new -Wno-unused-but-set-variable -Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math -Werror=format -Wno-stringop-overflow 2022-12-01T10:05:45.8928151Z -- Build type : Release 2022-12-01T10:05:45.8928749Z -- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;ONNX_NAMESPACE=onnx_torch;IDEEP_USE_MKL;HAVE_MMAP=1;_FILE_OFFSET_BITS=64;HAVE_SHM_OPEN=1;HAVE_SHM_UNLINK=1;HAVE_MALLOC_USABLE_SIZE=1;USE_EXTERNAL_MZCRC;MINIZ_DISABLE_ZIP_READER_CRC32_CHECKS 2022-12-01T10:05:45.8929290Z -- CMAKE_PREFIX_PATH : /var/lib/jenkins/workspace/venv/lib/python3.7/site-packages 2022-12-01T10:05:45.8929650Z -- CMAKE_INSTALL_PREFIX : /var/lib/jenkins/workspace/torch 2022-12-01T10:05:45.8929930Z -- USE_GOLD_LINKER : OFF 2022-12-01T10:05:45.8930854Z -- 2022-12-01T10:05:45.8931222Z -- TORCH_VERSION : 1.13.0 2022-12-01T10:05:45.8931693Z -- CAFFE2_VERSION : 1.13.0 2022-12-01T10:05:45.8932123Z -- BUILD_CAFFE2 : OFF 2022-12-01T10:05:45.8932531Z -- BUILD_CAFFE2_OPS : OFF 2022-12-01T10:05:45.8932985Z -- BUILD_STATIC_RUNTIME_BENCHMARK: OFF 2022-12-01T10:05:45.8933448Z -- BUILD_TENSOREXPR_BENCHMARK: OFF 2022-12-01T10:05:45.8933696Z -- BUILD_NVFUSER_BENCHMARK: OFF 2022-12-01T10:05:45.8933934Z -- BUILD_BINARY : OFF 2022-12-01T10:05:45.8934167Z -- BUILD_CUSTOM_PROTOBUF : ON 2022-12-01T10:05:45.8934405Z -- Link local protobuf : ON 2022-12-01T10:05:45.8934625Z -- BUILD_DOCS : OFF 2022-12-01T10:05:45.8935007Z -- BUILD_PYTHON : True 2022-12-01T10:05:45.8935248Z -- Python version : 3.7.13 2022-12-01T10:05:45.8935547Z -- Python executable : /var/lib/jenkins/workspace/venv/bin/python 2022-12-01T10:05:45.8935891Z -- Pythonlibs version : 3.7.13 2022-12-01T10:05:45.8936194Z -- Python library : /opt/conda/lib/libpython3.7m.so.1.0 2022-12-01T10:05:45.8936503Z -- Python includes : /opt/conda/include/python3.7m 2022-12-01T10:05:45.8936826Z -- Python site-packages: lib/python3.7/site-packages 2022-12-01T10:05:45.8937098Z -- BUILD_SHARED_LIBS : ON 2022-12-01T10:05:45.8937348Z -- CAFFE2_USE_MSVC_STATIC_RUNTIME : OFF 2022-12-01T10:05:45.8937597Z -- BUILD_TEST : True 2022-12-01T10:05:45.8937829Z -- BUILD_JNI : OFF 2022-12-01T10:05:45.8938050Z -- BUILD_MOBILE_AUTOGRAD : OFF 2022-12-01T10:05:45.8938290Z -- BUILD_LITE_INTERPRETER: OFF 2022-12-01T10:05:45.8938527Z -- INTERN_BUILD_MOBILE : 2022-12-01T10:05:45.8938751Z -- TRACING_BASED : OFF 2022-12-01T10:05:45.8938976Z -- USE_BLAS : 1 2022-12-01T10:05:45.8939197Z -- BLAS : mkl 2022-12-01T10:05:45.8939403Z -- BLAS_HAS_SBGEMM : 2022-12-01T10:05:45.8939632Z -- USE_LAPACK : 1 2022-12-01T10:05:45.8939857Z -- LAPACK : mkl 2022-12-01T10:05:45.8940080Z -- USE_ASAN : OFF 2022-12-01T10:05:45.8940294Z -- USE_CPP_CODE_COVERAGE : OFF 2022-12-01T10:05:45.8940519Z -- USE_CUDA : OFF 2022-12-01T10:05:45.8940740Z -- USE_ROCM : OFF 2022-12-01T10:05:45.8940950Z -- USE_EIGEN_FOR_BLAS : 2022-12-01T10:05:45.8941177Z -- USE_FBGEMM : ON 2022-12-01T10:05:45.8941409Z -- USE_FAKELOWP : OFF 2022-12-01T10:05:45.8941623Z -- USE_KINETO : ON 2022-12-01T10:05:45.8941847Z -- USE_FFMPEG : OFF 2022-12-01T10:05:45.8942071Z -- USE_GFLAGS : OFF 2022-12-01T10:05:45.8942279Z -- USE_GLOG : OFF 2022-12-01T10:05:45.8942505Z -- USE_LEVELDB : OFF 2022-12-01T10:05:45.8942732Z -- USE_LITE_PROTO : OFF 2022-12-01T10:05:45.8942941Z -- USE_LMDB : OFF 2022-12-01T10:05:45.8943161Z -- USE_METAL : OFF 2022-12-01T10:05:45.8943388Z -- USE_PYTORCH_METAL : OFF 2022-12-01T10:05:45.8943622Z -- USE_PYTORCH_METAL_EXPORT : OFF 2022-12-01T10:05:45.8943859Z -- USE_MPS : OFF 2022-12-01T10:05:45.8944079Z -- USE_FFTW : OFF 2022-12-01T10:05:45.8944283Z -- USE_MKL : ON 2022-12-01T10:05:45.8944503Z -- USE_MKLDNN : ON 2022-12-01T10:05:45.8944730Z -- USE_MKLDNN_ACL : OFF 2022-12-01T10:05:45.8944943Z -- USE_MKLDNN_CBLAS : OFF 2022-12-01T10:05:45.8945164Z -- USE_UCC : OFF 2022-12-01T10:05:45.8945383Z -- USE_ITT : ON 2022-12-01T10:05:45.8945590Z -- USE_NCCL : OFF 2022-12-01T10:05:45.8945811Z -- USE_NNPACK : ON 2022-12-01T10:05:45.8946036Z -- USE_NUMPY : ON 2022-12-01T10:05:45.8946261Z -- USE_OBSERVERS : ON 2022-12-01T10:05:45.8946475Z -- USE_OPENCL : OFF 2022-12-01T10:05:45.8946696Z -- USE_OPENCV : OFF 2022-12-01T10:05:45.8946923Z -- USE_OPENMP : ON 2022-12-01T10:05:45.8947130Z -- USE_TBB : OFF 2022-12-01T10:05:45.8947349Z -- USE_VULKAN : OFF 2022-12-01T10:05:45.8947573Z -- USE_PROF : OFF 2022-12-01T10:05:45.8947782Z -- USE_QNNPACK : ON 2022-12-01T10:05:45.8948013Z -- USE_PYTORCH_QNNPACK : ON 2022-12-01T10:05:45.8948244Z -- USE_XNNPACK : ON 2022-12-01T10:05:45.8948452Z -- USE_REDIS : OFF 2022-12-01T10:05:45.8948673Z -- USE_ROCKSDB : OFF 2022-12-01T10:05:45.8948893Z -- USE_ZMQ : OFF 2022-12-01T10:05:45.8949103Z -- USE_DISTRIBUTED : ON 2022-12-01T10:05:45.8949333Z -- USE_MPI : OFF 2022-12-01T10:05:45.8949561Z -- USE_GLOO : ON 2022-12-01T10:05:45.8949822Z -- USE_GLOO_WITH_OPENSSL : OFF 2022-12-01T10:05:45.8950062Z -- USE_TENSORPIPE : ON 2022-12-01T10:05:45.8950468Z -- Public Dependencies : caffe2::Threads;caffe2::mkl 2022-12-01T10:05:45.8951098Z -- Private Dependencies : pthreadpool;cpuinfo;qnnpack;pytorch_qnnpack;nnpack;XNNPACK;fbgemm;ittnotify;fp16;tensorpipe;gloo;foxi_loader;rt;fmt::fmt-header-only;kineto;gcc_s;gcc;dl 2022-12-01T10:05:45.8951508Z -- USE_COREML_DELEGATE : OFF 2022-12-01T10:05:45.8951751Z -- BUILD_LAZY_TS_BACKEND : ON 2022-12-01T10:05:45.9018970Z -- Configuring done 2022-12-01T10:05:46.6492663Z CMake Warning at caffe2/CMakeLists.txt:807 (add_library): 2022-12-01T10:05:46.6493256Z Cannot generate a safe runtime search path for target torch_cpu because 2022-12-01T10:05:46.6493585Z files in some directories may conflict with libraries in implicit 2022-12-01T10:05:46.6493816Z directories: 2022-12-01T10:05:46.6493912Z 2022-12-01T10:05:46.6494161Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.6494425Z /opt/conda/lib 2022-12-01T10:05:46.6494537Z 2022-12-01T10:05:46.6494651Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.6494806Z 2022-12-01T10:05:46.6494873Z  2022-12-01T10:05:46.6582559Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.6583138Z Cannot generate a safe runtime search path for target Dict_test because 2022-12-01T10:05:46.6583561Z files in some directories may conflict with libraries in implicit 2022-12-01T10:05:46.6583776Z directories: 2022-12-01T10:05:46.6583884Z 2022-12-01T10:05:46.6584122Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.6584376Z /opt/conda/lib 2022-12-01T10:05:46.6584484Z 2022-12-01T10:05:46.6584585Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.6584731Z 2022-12-01T10:05:46.6584820Z  2022-12-01T10:05:46.6610910Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.6611275Z Cannot generate a safe runtime search path for target Dimname_test because 2022-12-01T10:05:46.6611586Z files in some directories may conflict with libraries in implicit 2022-12-01T10:05:46.6611813Z directories: 2022-12-01T10:05:46.6611919Z 2022-12-01T10:05:46.6612154Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.6612388Z /opt/conda/lib 2022-12-01T10:05:46.6612496Z 2022-12-01T10:05:46.6612610Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.6612757Z 2022-12-01T10:05:46.6612835Z  2022-12-01T10:05:46.6639685Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.6640029Z Cannot generate a safe runtime search path for target MaybeOwned_test 2022-12-01T10:05:46.6640397Z because files in some directories may conflict with libraries in implicit 2022-12-01T10:05:46.6640639Z directories: 2022-12-01T10:05:46.6640746Z 2022-12-01T10:05:46.6640988Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.6641231Z /opt/conda/lib 2022-12-01T10:05:46.6641338Z 2022-12-01T10:05:46.6641453Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.6641597Z 2022-12-01T10:05:46.6641675Z  2022-12-01T10:05:46.6667560Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.6668093Z Cannot generate a safe runtime search path for target NamedTensor_test 2022-12-01T10:05:46.6668599Z because files in some directories may conflict with libraries in implicit 2022-12-01T10:05:46.6668835Z directories: 2022-12-01T10:05:46.6668926Z 2022-12-01T10:05:46.6669160Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.6669410Z /opt/conda/lib 2022-12-01T10:05:46.6669668Z 2022-12-01T10:05:46.6669783Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.6669928Z 2022-12-01T10:05:46.6669994Z  2022-12-01T10:05:46.6695692Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.6696385Z Cannot generate a safe runtime search path for target apply_utils_test 2022-12-01T10:05:46.6696723Z because files in some directories may conflict with libraries in implicit 2022-12-01T10:05:46.6696947Z directories: 2022-12-01T10:05:46.6697054Z 2022-12-01T10:05:46.6697292Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.6697539Z /opt/conda/lib 2022-12-01T10:05:46.6697646Z 2022-12-01T10:05:46.6697762Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.6697897Z 2022-12-01T10:05:46.6697975Z  2022-12-01T10:05:46.6725157Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.6725716Z Cannot generate a safe runtime search path for target atest because files 2022-12-01T10:05:46.6726085Z in some directories may conflict with libraries in implicit directories: 2022-12-01T10:05:46.6726258Z 2022-12-01T10:05:46.6726495Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.6726748Z /opt/conda/lib 2022-12-01T10:05:46.6726857Z 2022-12-01T10:05:46.6726970Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.6727101Z 2022-12-01T10:05:46.6727179Z  2022-12-01T10:05:46.6765150Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.6765474Z Cannot generate a safe runtime search path for target basic because files 2022-12-01T10:05:46.6765776Z in some directories may conflict with libraries in implicit directories: 2022-12-01T10:05:46.6765946Z 2022-12-01T10:05:46.6766180Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.6766436Z /opt/conda/lib 2022-12-01T10:05:46.6766545Z 2022-12-01T10:05:46.6766658Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.6766804Z 2022-12-01T10:05:46.6766869Z  2022-12-01T10:05:46.6805731Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.6806059Z Cannot generate a safe runtime search path for target broadcast_test 2022-12-01T10:05:46.6806373Z because files in some directories may conflict with libraries in implicit 2022-12-01T10:05:46.6806599Z directories: 2022-12-01T10:05:46.6806708Z 2022-12-01T10:05:46.6806945Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.6807192Z /opt/conda/lib 2022-12-01T10:05:46.6807301Z 2022-12-01T10:05:46.6807401Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.6807545Z 2022-12-01T10:05:46.6807624Z  2022-12-01T10:05:46.6846180Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.6846496Z Cannot generate a safe runtime search path for target cpu_generator_test 2022-12-01T10:05:46.6846803Z because files in some directories may conflict with libraries in implicit 2022-12-01T10:05:46.6847043Z directories: 2022-12-01T10:05:46.6847151Z 2022-12-01T10:05:46.6847387Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.6847621Z /opt/conda/lib 2022-12-01T10:05:46.6847732Z 2022-12-01T10:05:46.6847845Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.6847988Z 2022-12-01T10:05:46.6848066Z  2022-12-01T10:05:46.6885166Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.6885673Z Cannot generate a safe runtime search path for target 2022-12-01T10:05:46.6886103Z cpu_profiling_allocator_test because files in some directories may conflict 2022-12-01T10:05:46.6886376Z with libraries in implicit directories: 2022-12-01T10:05:46.6886636Z 2022-12-01T10:05:46.6886874Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.6887113Z /opt/conda/lib 2022-12-01T10:05:46.6887222Z 2022-12-01T10:05:46.6887400Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.6887546Z 2022-12-01T10:05:46.6887626Z  2022-12-01T10:05:46.6916721Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.6917093Z Cannot generate a safe runtime search path for target cpu_rng_test because 2022-12-01T10:05:46.6917405Z files in some directories may conflict with libraries in implicit 2022-12-01T10:05:46.6917702Z directories: 2022-12-01T10:05:46.6917796Z 2022-12-01T10:05:46.6918031Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.6918334Z /opt/conda/lib 2022-12-01T10:05:46.6918457Z 2022-12-01T10:05:46.6918571Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.6918722Z 2022-12-01T10:05:46.6918789Z  2022-12-01T10:05:46.6944753Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.6945071Z Cannot generate a safe runtime search path for target dispatch_key_set_test 2022-12-01T10:05:46.6945390Z because files in some directories may conflict with libraries in implicit 2022-12-01T10:05:46.6945615Z directories: 2022-12-01T10:05:46.6945723Z 2022-12-01T10:05:46.6945959Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.6946205Z /opt/conda/lib 2022-12-01T10:05:46.6946313Z 2022-12-01T10:05:46.6946413Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.6946557Z 2022-12-01T10:05:46.6946635Z  2022-12-01T10:05:46.6972255Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.6972595Z Cannot generate a safe runtime search path for target dlconvertor_test 2022-12-01T10:05:46.6972898Z because files in some directories may conflict with libraries in implicit 2022-12-01T10:05:46.6973132Z directories: 2022-12-01T10:05:46.6973237Z 2022-12-01T10:05:46.6973474Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.6973719Z /opt/conda/lib 2022-12-01T10:05:46.6973814Z 2022-12-01T10:05:46.6973928Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.6974077Z 2022-12-01T10:05:46.6974155Z  2022-12-01T10:05:46.6999848Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.7000118Z Cannot generate a safe runtime search path for target 2022-12-01T10:05:46.7000476Z extension_backend_test because files in some directories may conflict with 2022-12-01T10:05:46.7000739Z libraries in implicit directories: 2022-12-01T10:05:46.7000871Z 2022-12-01T10:05:46.7001104Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.7001346Z /opt/conda/lib 2022-12-01T10:05:46.7001455Z 2022-12-01T10:05:46.7001570Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.7001713Z 2022-12-01T10:05:46.7001792Z  2022-12-01T10:05:46.7027443Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.7027800Z Cannot generate a safe runtime search path for target half_test because 2022-12-01T10:05:46.7028199Z files in some directories may conflict with libraries in implicit 2022-12-01T10:05:46.7028424Z directories: 2022-12-01T10:05:46.7028517Z 2022-12-01T10:05:46.7028751Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.7029002Z /opt/conda/lib 2022-12-01T10:05:46.7029109Z 2022-12-01T10:05:46.7029224Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.7029369Z 2022-12-01T10:05:46.7029435Z  2022-12-01T10:05:46.7055572Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.7056038Z Cannot generate a safe runtime search path for target ivalue_test because 2022-12-01T10:05:46.7056346Z files in some directories may conflict with libraries in implicit 2022-12-01T10:05:46.7056621Z directories: 2022-12-01T10:05:46.7056733Z 2022-12-01T10:05:46.7056972Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.7057221Z /opt/conda/lib 2022-12-01T10:05:46.7057331Z 2022-12-01T10:05:46.7057444Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.7057575Z 2022-12-01T10:05:46.7057653Z  2022-12-01T10:05:46.7083225Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.7083528Z Cannot generate a safe runtime search path for target lazy_tensor_test 2022-12-01T10:05:46.7083829Z because files in some directories may conflict with libraries in implicit 2022-12-01T10:05:46.7084063Z directories: 2022-12-01T10:05:46.7084168Z 2022-12-01T10:05:46.7084405Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.7084655Z /opt/conda/lib 2022-12-01T10:05:46.7084750Z 2022-12-01T10:05:46.7084867Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.7085011Z 2022-12-01T10:05:46.7085088Z  2022-12-01T10:05:46.7110493Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.7110826Z Cannot generate a safe runtime search path for target math_kernel_test 2022-12-01T10:05:46.7111143Z because files in some directories may conflict with libraries in implicit 2022-12-01T10:05:46.7111375Z directories: 2022-12-01T10:05:46.7111480Z 2022-12-01T10:05:46.7111713Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.7111948Z /opt/conda/lib 2022-12-01T10:05:46.7112056Z 2022-12-01T10:05:46.7112172Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.7112320Z 2022-12-01T10:05:46.7112397Z  2022-12-01T10:05:46.7138767Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.7139119Z Cannot generate a safe runtime search path for target memory_format_test 2022-12-01T10:05:46.7139440Z because files in some directories may conflict with libraries in implicit 2022-12-01T10:05:46.7139676Z directories: 2022-12-01T10:05:46.7139781Z 2022-12-01T10:05:46.7140002Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.7140248Z /opt/conda/lib 2022-12-01T10:05:46.7140356Z 2022-12-01T10:05:46.7140470Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.7140617Z 2022-12-01T10:05:46.7140694Z  2022-12-01T10:05:46.7166392Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.7166883Z Cannot generate a safe runtime search path for target 2022-12-01T10:05:46.7167374Z memory_overlapping_test because files in some directories may conflict with 2022-12-01T10:05:46.7167632Z libraries in implicit directories: 2022-12-01T10:05:46.7167763Z 2022-12-01T10:05:46.7168003Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.7168248Z /opt/conda/lib 2022-12-01T10:05:46.7168355Z 2022-12-01T10:05:46.7168470Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.7168602Z 2022-12-01T10:05:46.7168679Z  2022-12-01T10:05:46.7195044Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.7195584Z Cannot generate a safe runtime search path for target mobile_memory_cleanup 2022-12-01T10:05:46.7196043Z because files in some directories may conflict with libraries in implicit 2022-12-01T10:05:46.7196267Z directories: 2022-12-01T10:05:46.7196375Z 2022-12-01T10:05:46.7196608Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.7196975Z /opt/conda/lib 2022-12-01T10:05:46.7197085Z 2022-12-01T10:05:46.7197186Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.7197331Z 2022-12-01T10:05:46.7197410Z  2022-12-01T10:05:46.7223070Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.7223468Z Cannot generate a safe runtime search path for target native_test because 2022-12-01T10:05:46.7223781Z files in some directories may conflict with libraries in implicit 2022-12-01T10:05:46.7224009Z directories: 2022-12-01T10:05:46.7224114Z 2022-12-01T10:05:46.7224349Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.7224583Z /opt/conda/lib 2022-12-01T10:05:46.7224691Z 2022-12-01T10:05:46.7224805Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.7224950Z 2022-12-01T10:05:46.7225028Z  2022-12-01T10:05:46.7250891Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.7251408Z Cannot generate a safe runtime search path for target operator_name_test 2022-12-01T10:05:46.7251930Z because files in some directories may conflict with libraries in implicit 2022-12-01T10:05:46.7252171Z directories: 2022-12-01T10:05:46.7252276Z 2022-12-01T10:05:46.7252496Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.7252747Z /opt/conda/lib 2022-12-01T10:05:46.7252856Z 2022-12-01T10:05:46.7252971Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.7253115Z 2022-12-01T10:05:46.7253193Z  2022-12-01T10:05:46.7278669Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.7279218Z Cannot generate a safe runtime search path for target operators_test 2022-12-01T10:05:46.7279793Z because files in some directories may conflict with libraries in implicit 2022-12-01T10:05:46.7280019Z directories: 2022-12-01T10:05:46.7280126Z 2022-12-01T10:05:46.7280421Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.7280669Z /opt/conda/lib 2022-12-01T10:05:46.7280781Z 2022-12-01T10:05:46.7280898Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.7281043Z 2022-12-01T10:05:46.7281109Z  2022-12-01T10:05:46.7306261Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.7306605Z Cannot generate a safe runtime search path for target 2022-12-01T10:05:46.7306910Z packedtensoraccessor_test because files in some directories may conflict 2022-12-01T10:05:46.7307171Z with libraries in implicit directories: 2022-12-01T10:05:46.7307306Z 2022-12-01T10:05:46.7307539Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.7307784Z /opt/conda/lib 2022-12-01T10:05:46.7307893Z 2022-12-01T10:05:46.7307994Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.7308141Z 2022-12-01T10:05:46.7308220Z  2022-12-01T10:05:46.7334187Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.7334706Z Cannot generate a safe runtime search path for target pow_test because 2022-12-01T10:05:46.7335231Z files in some directories may conflict with libraries in implicit 2022-12-01T10:05:46.7335476Z directories: 2022-12-01T10:05:46.7335582Z 2022-12-01T10:05:46.7335815Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.7336050Z /opt/conda/lib 2022-12-01T10:05:46.7336163Z 2022-12-01T10:05:46.7336279Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.7336423Z 2022-12-01T10:05:46.7336501Z  2022-12-01T10:05:46.7361520Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.7362035Z Cannot generate a safe runtime search path for target quantized_test 2022-12-01T10:05:46.7362486Z because files in some directories may conflict with libraries in implicit 2022-12-01T10:05:46.7362839Z directories: 2022-12-01T10:05:46.7362944Z 2022-12-01T10:05:46.7363268Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.7363502Z /opt/conda/lib 2022-12-01T10:05:46.7363613Z 2022-12-01T10:05:46.7363729Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.7363874Z 2022-12-01T10:05:46.7363955Z  2022-12-01T10:05:46.7388686Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.7389183Z Cannot generate a safe runtime search path for target reduce_ops_test 2022-12-01T10:05:46.7389719Z because files in some directories may conflict with libraries in implicit 2022-12-01T10:05:46.7389957Z directories: 2022-12-01T10:05:46.7390049Z 2022-12-01T10:05:46.7390283Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.7390534Z /opt/conda/lib 2022-12-01T10:05:46.7390647Z 2022-12-01T10:05:46.7390762Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.7390906Z 2022-12-01T10:05:46.7390971Z  2022-12-01T10:05:46.7416611Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.7417116Z Cannot generate a safe runtime search path for target 2022-12-01T10:05:46.7417556Z reportMemoryUsage_test because files in some directories may conflict with 2022-12-01T10:05:46.7417810Z libraries in implicit directories: 2022-12-01T10:05:46.7417942Z 2022-12-01T10:05:46.7418174Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.7418422Z /opt/conda/lib 2022-12-01T10:05:46.7418528Z 2022-12-01T10:05:46.7418628Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.7418775Z 2022-12-01T10:05:46.7418852Z  2022-12-01T10:05:46.7444818Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.7445221Z Cannot generate a safe runtime search path for target scalar_tensor_test 2022-12-01T10:05:46.7445529Z because files in some directories may conflict with libraries in implicit 2022-12-01T10:05:46.7445767Z directories: 2022-12-01T10:05:46.7445877Z 2022-12-01T10:05:46.7446114Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.7446360Z /opt/conda/lib 2022-12-01T10:05:46.7446457Z 2022-12-01T10:05:46.7446569Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.7446718Z 2022-12-01T10:05:46.7446796Z  2022-12-01T10:05:46.7473566Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.7474009Z Cannot generate a safe runtime search path for target scalar_test because 2022-12-01T10:05:46.7474373Z files in some directories may conflict with libraries in implicit 2022-12-01T10:05:46.7474597Z directories: 2022-12-01T10:05:46.7474702Z 2022-12-01T10:05:46.7474939Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.7475171Z /opt/conda/lib 2022-12-01T10:05:46.7475278Z 2022-12-01T10:05:46.7475393Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.7475538Z 2022-12-01T10:05:46.7475616Z  2022-12-01T10:05:46.7501669Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.7502183Z Cannot generate a safe runtime search path for target 2022-12-01T10:05:46.7502636Z stride_properties_test because files in some directories may conflict with 2022-12-01T10:05:46.7502946Z libraries in implicit directories: 2022-12-01T10:05:46.7503067Z 2022-12-01T10:05:46.7503300Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.7503546Z /opt/conda/lib 2022-12-01T10:05:46.7503653Z 2022-12-01T10:05:46.7503767Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.7504031Z 2022-12-01T10:05:46.7504109Z  2022-12-01T10:05:46.7529405Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.7529961Z Cannot generate a safe runtime search path for target tensor_iterator_test 2022-12-01T10:05:46.7530514Z because files in some directories may conflict with libraries in implicit 2022-12-01T10:05:46.7530741Z directories: 2022-12-01T10:05:46.7530849Z 2022-12-01T10:05:46.7531086Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.7531332Z /opt/conda/lib 2022-12-01T10:05:46.7531442Z 2022-12-01T10:05:46.7531556Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.7531687Z 2022-12-01T10:05:46.7531763Z  2022-12-01T10:05:46.7557424Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.7557988Z Cannot generate a safe runtime search path for target test_parallel because 2022-12-01T10:05:46.7558354Z files in some directories may conflict with libraries in implicit 2022-12-01T10:05:46.7558583Z directories: 2022-12-01T10:05:46.7558688Z 2022-12-01T10:05:46.7558923Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.7559170Z /opt/conda/lib 2022-12-01T10:05:46.7559432Z 2022-12-01T10:05:46.7559547Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.7559693Z 2022-12-01T10:05:46.7559774Z  2022-12-01T10:05:46.7585124Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.7585530Z Cannot generate a safe runtime search path for target thread_init_test 2022-12-01T10:05:46.7585825Z because files in some directories may conflict with libraries in implicit 2022-12-01T10:05:46.7586061Z directories: 2022-12-01T10:05:46.7586166Z 2022-12-01T10:05:46.7586399Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.7586633Z /opt/conda/lib 2022-12-01T10:05:46.7586743Z 2022-12-01T10:05:46.7586857Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.7586998Z 2022-12-01T10:05:46.7587074Z  2022-12-01T10:05:46.7612622Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.7613096Z Cannot generate a safe runtime search path for target type_ptr_test because 2022-12-01T10:05:46.7613419Z files in some directories may conflict with libraries in implicit 2022-12-01T10:05:46.7613643Z directories: 2022-12-01T10:05:46.7613748Z 2022-12-01T10:05:46.7613970Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.7614214Z /opt/conda/lib 2022-12-01T10:05:46.7614320Z 2022-12-01T10:05:46.7614431Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.7614577Z 2022-12-01T10:05:46.7614654Z  2022-12-01T10:05:46.7639788Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.7640388Z Cannot generate a safe runtime search path for target type_test because 2022-12-01T10:05:46.7640782Z files in some directories may conflict with libraries in implicit 2022-12-01T10:05:46.7640993Z directories: 2022-12-01T10:05:46.7641107Z 2022-12-01T10:05:46.7641340Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.7641587Z /opt/conda/lib 2022-12-01T10:05:46.7641693Z 2022-12-01T10:05:46.7641808Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.7641940Z 2022-12-01T10:05:46.7642016Z  2022-12-01T10:05:46.7667344Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.7667885Z Cannot generate a safe runtime search path for target undefined_tensor_test 2022-12-01T10:05:46.7668337Z because files in some directories may conflict with libraries in implicit 2022-12-01T10:05:46.7668570Z directories: 2022-12-01T10:05:46.7668677Z 2022-12-01T10:05:46.7669017Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.7669267Z /opt/conda/lib 2022-12-01T10:05:46.7669362Z 2022-12-01T10:05:46.7669535Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.7669683Z 2022-12-01T10:05:46.7669761Z  2022-12-01T10:05:46.7695503Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.7696050Z Cannot generate a safe runtime search path for target variant_test because 2022-12-01T10:05:46.7696448Z files in some directories may conflict with libraries in implicit 2022-12-01T10:05:46.7696675Z directories: 2022-12-01T10:05:46.7696780Z 2022-12-01T10:05:46.7697015Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.7697252Z /opt/conda/lib 2022-12-01T10:05:46.7697357Z 2022-12-01T10:05:46.7697471Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.7697614Z 2022-12-01T10:05:46.7697694Z  2022-12-01T10:05:46.7722777Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.7723322Z Cannot generate a safe runtime search path for target verify_api_visibility 2022-12-01T10:05:46.7723776Z because files in some directories may conflict with libraries in implicit 2022-12-01T10:05:46.7724011Z directories: 2022-12-01T10:05:46.7724115Z 2022-12-01T10:05:46.7724335Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.7724580Z /opt/conda/lib 2022-12-01T10:05:46.7724686Z 2022-12-01T10:05:46.7724800Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.7724944Z 2022-12-01T10:05:46.7725020Z  2022-12-01T10:05:46.7750999Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.7751548Z Cannot generate a safe runtime search path for target vmap_test because 2022-12-01T10:05:46.7752016Z files in some directories may conflict with libraries in implicit 2022-12-01T10:05:46.7752236Z directories: 2022-12-01T10:05:46.7752345Z 2022-12-01T10:05:46.7752583Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.7752829Z /opt/conda/lib 2022-12-01T10:05:46.7752936Z 2022-12-01T10:05:46.7753050Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.7753193Z 2022-12-01T10:05:46.7753258Z  2022-12-01T10:05:46.7778668Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.7779233Z Cannot generate a safe runtime search path for target weakref_test because 2022-12-01T10:05:46.7779612Z files in some directories may conflict with libraries in implicit 2022-12-01T10:05:46.7779824Z directories: 2022-12-01T10:05:46.7779929Z 2022-12-01T10:05:46.7780163Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.7780411Z /opt/conda/lib 2022-12-01T10:05:46.7780521Z 2022-12-01T10:05:46.7780622Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.7780766Z 2022-12-01T10:05:46.7780844Z  2022-12-01T10:05:46.7806462Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.7807025Z Cannot generate a safe runtime search path for target wrapdim_test because 2022-12-01T10:05:46.7807473Z files in some directories may conflict with libraries in implicit 2022-12-01T10:05:46.7807700Z directories: 2022-12-01T10:05:46.7807807Z 2022-12-01T10:05:46.7808043Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.7808276Z /opt/conda/lib 2022-12-01T10:05:46.7808384Z 2022-12-01T10:05:46.7808498Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.7808643Z 2022-12-01T10:05:46.7808723Z  2022-12-01T10:05:46.7834070Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.7834599Z Cannot generate a safe runtime search path for target xla_tensor_test 2022-12-01T10:05:46.7835086Z because files in some directories may conflict with libraries in implicit 2022-12-01T10:05:46.7835320Z directories: 2022-12-01T10:05:46.7835425Z 2022-12-01T10:05:46.7835703Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.7835952Z /opt/conda/lib 2022-12-01T10:05:46.7836060Z 2022-12-01T10:05:46.7836172Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.7836316Z 2022-12-01T10:05:46.7836394Z  2022-12-01T10:05:46.7861817Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.7862398Z Cannot generate a safe runtime search path for target IListRef_test because 2022-12-01T10:05:46.7862780Z files in some directories may conflict with libraries in implicit 2022-12-01T10:05:46.7863007Z directories: 2022-12-01T10:05:46.7863101Z 2022-12-01T10:05:46.7863335Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.7863586Z /opt/conda/lib 2022-12-01T10:05:46.7863693Z 2022-12-01T10:05:46.7863806Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.7863952Z 2022-12-01T10:05:46.7864019Z  2022-12-01T10:05:46.7890085Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.7890458Z Cannot generate a safe runtime search path for target List_test because 2022-12-01T10:05:46.7890767Z files in some directories may conflict with libraries in implicit 2022-12-01T10:05:46.7890979Z directories: 2022-12-01T10:05:46.7891084Z 2022-12-01T10:05:46.7891317Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.7891565Z /opt/conda/lib 2022-12-01T10:05:46.7891672Z 2022-12-01T10:05:46.7891774Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.7891917Z 2022-12-01T10:05:46.7891997Z  2022-12-01T10:05:46.7917883Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.7918411Z Cannot generate a safe runtime search path for target KernelFunction_test 2022-12-01T10:05:46.7918984Z because files in some directories may conflict with libraries in implicit 2022-12-01T10:05:46.7919553Z directories: 2022-12-01T10:05:46.7919742Z 2022-12-01T10:05:46.7920173Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.7920507Z /opt/conda/lib 2022-12-01T10:05:46.7920617Z 2022-12-01T10:05:46.7920730Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.7920873Z 2022-12-01T10:05:46.7920956Z  2022-12-01T10:05:46.7946042Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.7946365Z Cannot generate a safe runtime search path for target 2022-12-01T10:05:46.7946669Z kernel_function_legacy_test because files in some directories may conflict 2022-12-01T10:05:46.7946944Z with libraries in implicit directories: 2022-12-01T10:05:46.7947080Z 2022-12-01T10:05:46.7947316Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.7947553Z /opt/conda/lib 2022-12-01T10:05:46.7947661Z 2022-12-01T10:05:46.7947774Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.7947916Z 2022-12-01T10:05:46.7947993Z  2022-12-01T10:05:46.7974339Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.7974884Z Cannot generate a safe runtime search path for target kernel_function_test 2022-12-01T10:05:46.7975403Z because files in some directories may conflict with libraries in implicit 2022-12-01T10:05:46.7975637Z directories: 2022-12-01T10:05:46.7975731Z 2022-12-01T10:05:46.7975969Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.7976214Z /opt/conda/lib 2022-12-01T10:05:46.7976434Z 2022-12-01T10:05:46.7976550Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.7976695Z 2022-12-01T10:05:46.7976761Z  2022-12-01T10:05:46.8002565Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.8003224Z Cannot generate a safe runtime search path for target 2022-12-01T10:05:46.8003533Z kernel_lambda_legacy_test because files in some directories may conflict 2022-12-01T10:05:46.8003786Z with libraries in implicit directories: 2022-12-01T10:05:46.8003923Z 2022-12-01T10:05:46.8004161Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.8004412Z /opt/conda/lib 2022-12-01T10:05:46.8004517Z 2022-12-01T10:05:46.8004631Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.8004761Z 2022-12-01T10:05:46.8004837Z  2022-12-01T10:05:46.8030231Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.8030751Z Cannot generate a safe runtime search path for target kernel_lambda_test 2022-12-01T10:05:46.8031288Z because files in some directories may conflict with libraries in implicit 2022-12-01T10:05:46.8031522Z directories: 2022-12-01T10:05:46.8031627Z 2022-12-01T10:05:46.8031867Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.8032115Z /opt/conda/lib 2022-12-01T10:05:46.8032209Z 2022-12-01T10:05:46.8032324Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.8032467Z 2022-12-01T10:05:46.8032544Z  2022-12-01T10:05:46.8058683Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.8059183Z Cannot generate a safe runtime search path for target 2022-12-01T10:05:46.8059533Z kernel_stackbased_test because files in some directories may conflict with 2022-12-01T10:05:46.8059795Z libraries in implicit directories: 2022-12-01T10:05:46.8059928Z 2022-12-01T10:05:46.8060164Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.8060404Z /opt/conda/lib 2022-12-01T10:05:46.8060509Z 2022-12-01T10:05:46.8060623Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.8060768Z 2022-12-01T10:05:46.8060850Z  2022-12-01T10:05:46.8086250Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.8086766Z Cannot generate a safe runtime search path for target 2022-12-01T10:05:46.8087181Z make_boxed_from_unboxed_functor_test because files in some directories may 2022-12-01T10:05:46.8087458Z conflict with libraries in implicit directories: 2022-12-01T10:05:46.8087602Z 2022-12-01T10:05:46.8087824Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.8088069Z /opt/conda/lib 2022-12-01T10:05:46.8088175Z 2022-12-01T10:05:46.8088288Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.8088437Z 2022-12-01T10:05:46.8088514Z  2022-12-01T10:05:46.8113544Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.8114115Z Cannot generate a safe runtime search path for target CppSignature_test 2022-12-01T10:05:46.8114522Z because files in some directories may conflict with libraries in implicit 2022-12-01T10:05:46.8114748Z directories: 2022-12-01T10:05:46.8114853Z 2022-12-01T10:05:46.8115091Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.8115340Z /opt/conda/lib 2022-12-01T10:05:46.8115450Z 2022-12-01T10:05:46.8115564Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.8115695Z 2022-12-01T10:05:46.8115774Z  2022-12-01T10:05:46.8141401Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.8141973Z Cannot generate a safe runtime search path for target backend_fallback_test 2022-12-01T10:05:46.8142355Z because files in some directories may conflict with libraries in implicit 2022-12-01T10:05:46.8142712Z directories: 2022-12-01T10:05:46.8142818Z 2022-12-01T10:05:46.8143111Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.8143358Z /opt/conda/lib 2022-12-01T10:05:46.8143463Z 2022-12-01T10:05:46.8143563Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.8143705Z 2022-12-01T10:05:46.8143784Z  2022-12-01T10:05:46.8169230Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.8169604Z Cannot generate a safe runtime search path for target op_allowlist_test 2022-12-01T10:05:46.8169905Z because files in some directories may conflict with libraries in implicit 2022-12-01T10:05:46.8170142Z directories: 2022-12-01T10:05:46.8170248Z 2022-12-01T10:05:46.8170482Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.8170715Z /opt/conda/lib 2022-12-01T10:05:46.8170829Z 2022-12-01T10:05:46.8170941Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.8171083Z 2022-12-01T10:05:46.8171160Z  2022-12-01T10:05:46.8196847Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.8197403Z Cannot generate a safe runtime search path for target op_registration_test 2022-12-01T10:05:46.8197816Z because files in some directories may conflict with libraries in implicit 2022-12-01T10:05:46.8198049Z directories: 2022-12-01T10:05:46.8198154Z 2022-12-01T10:05:46.8198376Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.8198622Z /opt/conda/lib 2022-12-01T10:05:46.8198729Z 2022-12-01T10:05:46.8198843Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.8198985Z 2022-12-01T10:05:46.8199061Z  2022-12-01T10:05:46.8224307Z CMake Warning at caffe2/CMakeLists.txt:1802 (add_executable): 2022-12-01T10:05:46.8224726Z Cannot generate a safe runtime search path for target inline_container_test 2022-12-01T10:05:46.8225048Z because files in some directories may conflict with libraries in implicit 2022-12-01T10:05:46.8225350Z directories: 2022-12-01T10:05:46.8225446Z 2022-12-01T10:05:46.8225682Z runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: 2022-12-01T10:05:46.8225959Z /opt/conda/lib 2022-12-01T10:05:46.8226100Z 2022-12-01T10:05:46.8226212Z Some of these libraries may not be found correctly. 2022-12-01T10:05:46.8226357Z 2022-12-01T10:05:46.8226423Z  2022-12-01T10:05:47.8532801Z -- Generating done 2022-12-01T10:05:48.0308738Z CMake Warning: 2022-12-01T10:05:48.0309122Z Manually-specified variables were not used by the project: 2022-12-01T10:05:48.0309292Z 2022-12-01T10:05:48.0309371Z BUILD_ENVIRONMENT 2022-12-01T10:05:48.0309487Z 2022-12-01T10:05:48.0309568Z  2022-12-01T10:05:48.0332533Z -- Build files have been written to: /var/lib/jenkins/workspace/build 2022-12-01T10:05:48.1123015Z cmake --build . --target install --config Release -- -j 6 2022-12-01T10:05:48.2696375Z 2022-12-01T10:05:48.2872197Z [0/4] Generating ATen headers 2022-12-01T10:05:48.2875655Z [0/4] Generating ATen sources 2022-12-01T10:05:52.4062566Z [0/4] Generating ATen declarations_yaml 2022-12-01T10:05:55.4692235Z [1/4] Generating ATen declarations_yaml 2022-12-01T10:05:57.1043925Z [2/4] Generating ATen headers 2022-12-01T10:05:57.1046780Z [3/4] Generating ATen sources 2022-12-01T10:05:57.1698947Z 2022-12-01T10:05:57.1701975Z [0/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/any_lite.cc.o 2022-12-01T10:05:57.1703552Z [0/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/arena.cc.o 2022-12-01T10:05:57.1706154Z [0/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/extension_set.cc.o 2022-12-01T10:05:57.1709369Z [0/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_enum_util.cc.o 2022-12-01T10:05:57.1712578Z [0/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o 2022-12-01T10:05:57.2938114Z [0/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_util.cc.o 2022-12-01T10:05:57.2939402Z [1/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/arena.cc.o 2022-12-01T10:05:57.3178582Z [1/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/implicit_weak_message.cc.o 2022-12-01T10:05:57.3179166Z [2/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/any_lite.cc.o 2022-12-01T10:05:57.3217909Z [2/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/coded_stream.cc.o 2022-12-01T10:05:57.3219138Z [3/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_enum_util.cc.o 2022-12-01T10:05:57.3558277Z [3/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/io_win32.cc.o 2022-12-01T10:05:57.3559489Z [4/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/io_win32.cc.o 2022-12-01T10:05:57.3640967Z [4/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/strtod.cc.o 2022-12-01T10:05:57.3641569Z [5/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_util.cc.o 2022-12-01T10:05:57.3675726Z [5/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o 2022-12-01T10:05:57.3676314Z [6/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/extension_set.cc.o 2022-12-01T10:05:57.3957568Z [6/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o 2022-12-01T10:05:57.3958287Z [7/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o 2022-12-01T10:05:57.4134610Z [7/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o 2022-12-01T10:05:57.4135213Z [8/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/implicit_weak_message.cc.o 2022-12-01T10:05:57.4357404Z [8/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/message_lite.cc.o 2022-12-01T10:05:57.4358236Z [9/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/coded_stream.cc.o 2022-12-01T10:05:57.4648006Z [9/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/parse_context.cc.o 2022-12-01T10:05:57.4648588Z [10/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/strtod.cc.o 2022-12-01T10:05:57.4846582Z [10/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/repeated_field.cc.o 2022-12-01T10:05:57.4990503Z [11/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o 2022-12-01T10:05:57.4991581Z [11/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/bytestream.cc.o 2022-12-01T10:05:57.4992868Z [12/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o 2022-12-01T10:05:57.5331147Z [12/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/common.cc.o 2022-12-01T10:05:57.5332190Z [13/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o 2022-12-01T10:05:57.5708522Z [13/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/int128.cc.o 2022-12-01T10:05:57.5709554Z [14/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/message_lite.cc.o 2022-12-01T10:05:57.5710016Z In file included from /usr/include/string.h:495:0, 2022-12-01T10:05:57.5710334Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/port.h:39, 2022-12-01T10:05:57.5710698Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/macros.h:34, 2022-12-01T10:05:57.5713139Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/common.h:46, 2022-12-01T10:05:57.5714002Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.h:45, 2022-12-01T10:05:57.5714895Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:36: 2022-12-01T10:05:57.5715701Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-12-01T10:05:57.5716933Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-12-01T10:05:57.5718528Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-12-01T10:05:57.5720270Z inlined from ‘bool google::protobuf::MessageLite::SerializeToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:403:49: 2022-12-01T10:05:57.5721880Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-12-01T10:05:57.5722706Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-12-01T10:05:57.5753803Z ^ 2022-12-01T10:05:57.5754413Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-12-01T10:05:57.5755153Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-12-01T10:05:57.5756270Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35: 2022-12-01T10:05:57.5757833Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-12-01T10:05:57.5758801Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-12-01T10:05:57.5759205Z ^ 2022-12-01T10:05:57.5760007Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-12-01T10:05:57.5766794Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-12-01T10:05:57.5768503Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-12-01T10:05:57.5769877Z inlined from ‘bool google::protobuf::MessageLite::SerializeToFileDescriptor(int) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:403:49: 2022-12-01T10:05:57.5771296Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-12-01T10:05:57.5772073Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-12-01T10:05:57.5772504Z ^ 2022-12-01T10:05:57.5772978Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-12-01T10:05:57.5774091Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-12-01T10:05:57.5775585Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-12-01T10:05:57.5778371Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToFileDescriptor(int) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:432:42: 2022-12-01T10:05:57.5779860Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-12-01T10:05:57.5780663Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-12-01T10:05:57.5781066Z ^ 2022-12-01T10:05:57.5781569Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-12-01T10:05:57.5782857Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-12-01T10:05:57.5784447Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-12-01T10:05:57.5785795Z inlined from ‘bool google::protobuf::MessageLite::SerializeToOstream(std::ostream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:403:49: 2022-12-01T10:05:57.5787175Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-12-01T10:05:57.5788118Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-12-01T10:05:57.5788565Z ^ 2022-12-01T10:05:57.5789204Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-12-01T10:05:57.5790371Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-12-01T10:05:57.5791859Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-12-01T10:05:57.5793287Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToOstream(std::ostream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:445:60: 2022-12-01T10:05:57.5794773Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-12-01T10:05:57.5795566Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-12-01T10:05:57.5795986Z ^ 2022-12-01T10:05:57.5796206Z 2022-12-01T10:05:57.5859755Z [14/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/status.cc.o 2022-12-01T10:05:57.5861055Z [15/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/repeated_field.cc.o 2022-12-01T10:05:57.5901378Z [15/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/statusor.cc.o 2022-12-01T10:05:57.5901961Z [16/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/parse_context.cc.o 2022-12-01T10:05:57.6124620Z [16/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringpiece.cc.o 2022-12-01T10:05:57.6125282Z [17/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/bytestream.cc.o 2022-12-01T10:05:57.6211871Z [17/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringprintf.cc.o 2022-12-01T10:05:57.6212904Z [18/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/common.cc.o 2022-12-01T10:05:57.6398821Z [18/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o 2022-12-01T10:05:57.6399913Z [19/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/int128.cc.o 2022-12-01T10:05:57.6850735Z [19/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/strutil.cc.o 2022-12-01T10:05:57.6851917Z [20/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/status.cc.o 2022-12-01T10:05:57.7088870Z [20/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/time.cc.o 2022-12-01T10:05:57.7089521Z [21/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringpiece.cc.o 2022-12-01T10:05:57.7215107Z [21/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/wire_format_lite.cc.o 2022-12-01T10:05:57.7215939Z [22/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringprintf.cc.o 2022-12-01T10:05:57.7257446Z [22/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any_lite.cc.o 2022-12-01T10:05:57.7258035Z [23/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o 2022-12-01T10:05:57.7302839Z [23/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/arena.cc.o 2022-12-01T10:05:57.7303549Z [24/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/statusor.cc.o 2022-12-01T10:05:57.7967283Z [24/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set.cc.o 2022-12-01T10:05:57.7968317Z [25/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/time.cc.o 2022-12-01T10:05:57.8008938Z [25/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_enum_util.cc.o 2022-12-01T10:05:57.8009949Z [26/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/strutil.cc.o 2022-12-01T10:05:57.8598541Z [26/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o 2022-12-01T10:05:57.8599127Z [27/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/arena.cc.o 2022-12-01T10:05:57.8645332Z [27/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_util.cc.o 2022-12-01T10:05:57.8646396Z [28/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/wire_format_lite.cc.o 2022-12-01T10:05:57.8675386Z [28/6342] Linking CXX static library lib/libprotobuf-lite.a 2022-12-01T10:05:57.8676242Z [29/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any_lite.cc.o 2022-12-01T10:05:57.8755567Z [29/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/implicit_weak_message.cc.o 2022-12-01T10:05:57.8756584Z [30/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set.cc.o 2022-12-01T10:05:57.8913158Z [30/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/coded_stream.cc.o 2022-12-01T10:05:57.8913966Z [31/6342] Linking CXX static library lib/libprotobuf-lite.a 2022-12-01T10:05:57.9325939Z [31/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/io_win32.cc.o 2022-12-01T10:05:57.9326903Z [32/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/io_win32.cc.o 2022-12-01T10:05:57.9397152Z [32/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/strtod.cc.o 2022-12-01T10:05:57.9397809Z [33/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_enum_util.cc.o 2022-12-01T10:05:57.9410798Z [33/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o 2022-12-01T10:05:57.9411879Z [34/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o 2022-12-01T10:05:58.0126447Z [34/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o 2022-12-01T10:05:58.0127594Z [35/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/coded_stream.cc.o 2022-12-01T10:05:58.0134806Z [35/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o 2022-12-01T10:05:58.0135672Z [36/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/implicit_weak_message.cc.o 2022-12-01T10:05:58.0332875Z [36/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message_lite.cc.o 2022-12-01T10:05:58.0333715Z [37/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_util.cc.o 2022-12-01T10:05:58.0660510Z [37/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/parse_context.cc.o 2022-12-01T10:05:58.0661083Z [38/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/strtod.cc.o 2022-12-01T10:05:58.0799481Z [38/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/repeated_field.cc.o 2022-12-01T10:05:58.0801207Z [39/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o 2022-12-01T10:05:58.0925475Z [39/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/bytestream.cc.o 2022-12-01T10:05:58.0926503Z [40/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o 2022-12-01T10:05:58.1246047Z [40/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/common.cc.o 2022-12-01T10:05:58.1251810Z [41/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o 2022-12-01T10:05:58.1589604Z [41/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/int128.cc.o 2022-12-01T10:05:58.1590962Z [42/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message_lite.cc.o 2022-12-01T10:05:58.1591728Z In file included from /usr/include/string.h:495:0, 2022-12-01T10:05:58.1592483Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/port.h:39, 2022-12-01T10:05:58.1593272Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/macros.h:34, 2022-12-01T10:05:58.1594064Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/common.h:46, 2022-12-01T10:05:58.1594574Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.h:45, 2022-12-01T10:05:58.1594973Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:36: 2022-12-01T10:05:58.1595390Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-12-01T10:05:58.1596087Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-12-01T10:05:58.1596985Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-12-01T10:05:58.1597831Z inlined from ‘bool google::protobuf::MessageLite::SerializeToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:403:49: 2022-12-01T10:05:58.1598859Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-12-01T10:05:58.1599638Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-12-01T10:05:58.1599905Z ^ 2022-12-01T10:05:58.1600271Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-12-01T10:05:58.1600932Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-12-01T10:05:58.1601802Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35: 2022-12-01T10:05:58.1602740Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-12-01T10:05:58.1603195Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-12-01T10:05:58.1603471Z ^ 2022-12-01T10:05:58.1604457Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-12-01T10:05:58.1605147Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-12-01T10:05:58.1606297Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-12-01T10:05:58.1607187Z inlined from ‘bool google::protobuf::MessageLite::SerializeToFileDescriptor(int) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:403:49: 2022-12-01T10:05:58.1608414Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-12-01T10:05:58.1609047Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-12-01T10:05:58.1609415Z ^ 2022-12-01T10:05:58.1609916Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-12-01T10:05:58.1611097Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-12-01T10:05:58.1612480Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-12-01T10:05:58.1613332Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToFileDescriptor(int) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:432:42: 2022-12-01T10:05:58.1614219Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-12-01T10:05:58.1614866Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-12-01T10:05:58.1615172Z ^ 2022-12-01T10:05:58.1615523Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-12-01T10:05:58.1616182Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-12-01T10:05:58.1617124Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-12-01T10:05:58.1617975Z inlined from ‘bool google::protobuf::MessageLite::SerializeToOstream(std::ostream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:403:49: 2022-12-01T10:05:58.1618869Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-12-01T10:05:58.1619322Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-12-01T10:05:58.1619567Z ^ 2022-12-01T10:05:58.1619840Z In function ‘void* memcpy(void*, const void*, size_t)’, 2022-12-01T10:05:58.1620493Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2022-12-01T10:05:58.1621371Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:86:35, 2022-12-01T10:05:58.1622192Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToOstream(std::ostream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:445:60: 2022-12-01T10:05:58.1623032Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:71: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’: specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2022-12-01T10:05:58.1623484Z return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2022-12-01T10:05:58.1623718Z ^ 2022-12-01T10:05:58.1623852Z 2022-12-01T10:05:58.1681135Z [42/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/status.cc.o 2022-12-01T10:05:58.1682126Z [43/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/parse_context.cc.o 2022-12-01T10:05:58.1969264Z [43/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/statusor.cc.o 2022-12-01T10:05:58.1970222Z [44/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/repeated_field.cc.o 2022-12-01T10:05:58.2068355Z [44/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringpiece.cc.o 2022-12-01T10:05:58.2069379Z [45/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/bytestream.cc.o 2022-12-01T10:05:58.2240910Z [45/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringprintf.cc.o 2022-12-01T10:05:58.2242140Z [46/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/common.cc.o 2022-12-01T10:05:58.2426902Z [46/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o 2022-12-01T10:05:58.2428001Z [47/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/int128.cc.o 2022-12-01T10:05:58.2730029Z [47/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/strutil.cc.o 2022-12-01T10:05:58.2731316Z [48/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/status.cc.o 2022-12-01T10:05:58.2894984Z [48/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/time.cc.o 2022-12-01T10:05:58.2896006Z [49/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/statusor.cc.o 2022-12-01T10:05:58.3080770Z [49/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format_lite.cc.o 2022-12-01T10:05:58.3081435Z [50/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringpiece.cc.o 2022-12-01T10:05:58.3193823Z [50/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.cc.o 2022-12-01T10:05:58.3194971Z [51/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringprintf.cc.o 2022-12-01T10:05:58.3581777Z [51/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.pb.cc.o 2022-12-01T10:05:58.3582854Z [52/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o 2022-12-01T10:05:58.3886194Z [52/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/api.pb.cc.o 2022-12-01T10:05:58.3886742Z [53/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/strutil.cc.o 2022-12-01T10:05:58.3997492Z [53/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/importer.cc.o 2022-12-01T10:05:58.3998480Z [54/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/time.cc.o 2022-12-01T10:05:58.4812979Z [54/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/parser.cc.o 2022-12-01T10:05:58.4813540Z [55/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format_lite.cc.o 2022-12-01T10:05:58.4833031Z [55/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.cc.o 2022-12-01T10:05:58.4834259Z [56/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.cc.o 2022-12-01T10:05:58.5019052Z [56/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.pb.cc.o 2022-12-01T10:05:58.5019718Z [57/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.pb.cc.o 2022-12-01T10:05:58.5503840Z [57/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor_database.cc.o 2022-12-01T10:05:58.5504894Z [58/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/api.pb.cc.o 2022-12-01T10:05:58.5967010Z [58/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/duration.pb.cc.o 2022-12-01T10:05:58.5969014Z [59/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/importer.cc.o 2022-12-01T10:05:58.6427516Z [59/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/dynamic_message.cc.o 2022-12-01T10:05:58.6428580Z [60/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/parser.cc.o 2022-12-01T10:05:58.7035801Z [60/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/empty.pb.cc.o 2022-12-01T10:05:58.7036399Z [61/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/duration.pb.cc.o 2022-12-01T10:05:58.7068804Z [61/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set_heavy.cc.o 2022-12-01T10:05:58.7069778Z [62/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.pb.cc.o 2022-12-01T10:05:58.7299173Z [62/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/field_mask.pb.cc.o 2022-12-01T10:05:58.7299742Z [63/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.cc.o 2022-12-01T10:05:58.7447627Z [63/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_reflection.cc.o 2022-12-01T10:05:58.7448592Z [64/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor_database.cc.o 2022-12-01T10:05:58.8133261Z [64/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven.cc.o 2022-12-01T10:05:58.8133929Z [65/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/dynamic_message.cc.o 2022-12-01T10:05:58.8238703Z [65/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/gzip_stream.cc.o 2022-12-01T10:05:58.8244485Z [66/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/empty.pb.cc.o 2022-12-01T10:05:58.8665118Z [66/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/printer.cc.o 2022-12-01T10:05:58.8666130Z [67/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/gzip_stream.cc.o 2022-12-01T10:05:58.8814693Z [67/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/tokenizer.cc.o 2022-12-01T10:05:58.8816031Z [68/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/field_mask.pb.cc.o 2022-12-01T10:05:58.8967380Z [68/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/map_field.cc.o 2022-12-01T10:05:58.8968472Z [69/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven.cc.o 2022-12-01T10:05:58.8993797Z [69/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message.cc.o 2022-12-01T10:05:58.8994411Z [70/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set_heavy.cc.o 2022-12-01T10:05:58.9270170Z [70/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/reflection_ops.cc.o 2022-12-01T10:05:58.9271540Z [71/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_reflection.cc.o 2022-12-01T10:05:58.9483890Z [71/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/service.cc.o 2022-12-01T10:05:58.9485368Z [72/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/printer.cc.o 2022-12-01T10:05:58.9803495Z [72/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/source_context.pb.cc.o 2022-12-01T10:05:58.9804909Z [73/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/tokenizer.cc.o 2022-12-01T10:05:59.0320543Z [73/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/struct.pb.cc.o 2022-12-01T10:05:59.0327259Z [74/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/map_field.cc.o 2022-12-01T10:05:59.0708871Z [74/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/substitute.cc.o 2022-12-01T10:05:59.0709629Z [75/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/service.cc.o 2022-12-01T10:05:59.0728867Z [75/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/text_format.cc.o 2022-12-01T10:05:59.0729691Z [76/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message.cc.o 2022-12-01T10:05:59.0767554Z [76/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/timestamp.pb.cc.o 2022-12-01T10:05:59.0768115Z [77/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/reflection_ops.cc.o 2022-12-01T10:05:59.1244181Z [77/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/type.pb.cc.o 2022-12-01T10:05:59.1244770Z [78/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/source_context.pb.cc.o 2022-12-01T10:05:59.1435078Z [78/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/unknown_field_set.cc.o 2022-12-01T10:05:59.1435875Z [79/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/substitute.cc.o 2022-12-01T10:05:59.1486129Z [79/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/delimited_message_util.cc.o 2022-12-01T10:05:59.1486995Z [80/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/struct.pb.cc.o 2022-12-01T10:05:59.2371283Z [80/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_comparator.cc.o 2022-12-01T10:05:59.2372179Z [81/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/type.pb.cc.o 2022-12-01T10:05:59.2569790Z [81/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_mask_util.cc.o 2022-12-01T10:05:59.2570469Z [82/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/timestamp.pb.cc.o 2022-12-01T10:05:59.2860343Z [82/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/datapiece.cc.o 2022-12-01T10:05:59.2861392Z [83/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/unknown_field_set.cc.o 2022-12-01T10:05:59.3060971Z [83/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/default_value_objectwriter.cc.o 2022-12-01T10:05:59.3062093Z [84/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/delimited_message_util.cc.o 2022-12-01T10:05:59.3088202Z [84/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/error_listener.cc.o 2022-12-01T10:05:59.3088769Z [85/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/text_format.cc.o 2022-12-01T10:05:59.3296442Z [85/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/field_mask_utility.cc.o 2022-12-01T10:05:59.3297164Z [86/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_comparator.cc.o 2022-12-01T10:05:59.4049266Z [86/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_escaping.cc.o 2022-12-01T10:05:59.4050571Z [87/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_mask_util.cc.o 2022-12-01T10:05:59.4118274Z [87/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_objectwriter.cc.o 2022-12-01T10:05:59.4119724Z [88/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/datapiece.cc.o 2022-12-01T10:05:59.4467739Z [88/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_stream_parser.cc.o 2022-12-01T10:05:59.4468840Z [89/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/error_listener.cc.o 2022-12-01T10:05:59.4577177Z [89/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/object_writer.cc.o 2022-12-01T10:05:59.4578201Z [90/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_escaping.cc.o 2022-12-01T10:05:59.4693558Z [90/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/proto_writer.cc.o 2022-12-01T10:05:59.4694594Z [91/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/default_value_objectwriter.cc.o 2022-12-01T10:05:59.4776194Z [91/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectsource.cc.o 2022-12-01T10:05:59.4776823Z [92/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/field_mask_utility.cc.o 2022-12-01T10:05:59.5369370Z [92/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectwriter.cc.o 2022-12-01T10:05:59.5370959Z [93/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_stream_parser.cc.o 2022-12-01T10:05:59.5785562Z [93/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info.cc.o 2022-12-01T10:05:59.5786401Z [94/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_objectwriter.cc.o 2022-12-01T10:05:59.6235895Z [94/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info_test_helper.cc.o 2022-12-01T10:05:59.6236912Z [95/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/object_writer.cc.o 2022-12-01T10:05:59.6442371Z [95/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/utility.cc.o 2022-12-01T10:05:59.6443595Z [96/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/proto_writer.cc.o 2022-12-01T10:05:59.6774875Z [96/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/json_util.cc.o 2022-12-01T10:05:59.6775973Z [97/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectsource.cc.o 2022-12-01T10:05:59.6846145Z [97/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/message_differencer.cc.o 2022-12-01T10:05:59.6847247Z [98/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectwriter.cc.o 2022-12-01T10:05:59.7167256Z [98/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/time_util.cc.o 2022-12-01T10:05:59.7169222Z [99/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info.cc.o 2022-12-01T10:05:59.7449307Z [99/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/type_resolver_util.cc.o 2022-12-01T10:05:59.7450394Z [100/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info_test_helper.cc.o 2022-12-01T10:05:59.7905299Z [100/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format.cc.o 2022-12-01T10:05:59.7906286Z [101/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/json_util.cc.o 2022-12-01T10:05:59.8276440Z [101/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wrappers.pb.cc.o 2022-12-01T10:05:59.8277020Z [102/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/utility.cc.o 2022-12-01T10:05:59.8580352Z [102/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/code_generator.cc.o 2022-12-01T10:05:59.8580911Z [103/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/time_util.cc.o 2022-12-01T10:05:59.9043585Z [103/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/command_line_interface.cc.o 2022-12-01T10:05:59.9044613Z [104/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/message_differencer.cc.o 2022-12-01T10:05:59.9202680Z [104/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum.cc.o 2022-12-01T10:05:59.9203459Z [105/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/type_resolver_util.cc.o 2022-12-01T10:05:59.9466528Z [105/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum_field.cc.o 2022-12-01T10:05:59.9467540Z [106/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format.cc.o 2022-12-01T10:05:59.9840472Z [106/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_extension.cc.o 2022-12-01T10:05:59.9841452Z [107/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wrappers.pb.cc.o 2022-12-01T10:06:00.0361843Z [107/6342] Linking CXX static library lib/libprotobuf.a 2022-12-01T10:06:00.0362745Z [108/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/code_generator.cc.o 2022-12-01T10:06:00.0549207Z [108/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_field.cc.o 2022-12-01T10:06:00.0549976Z [109/6342] Linking CXX static library lib/libprotobuf.a 2022-12-01T10:06:00.0653713Z [109/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_file.cc.o 2022-12-01T10:06:00.0654798Z [110/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum.cc.o 2022-12-01T10:06:00.0842395Z [110/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_generator.cc.o 2022-12-01T10:06:00.0843497Z [111/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/command_line_interface.cc.o 2022-12-01T10:06:00.0998745Z [111/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_helpers.cc.o 2022-12-01T10:06:00.1000354Z [112/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum_field.cc.o 2022-12-01T10:06:00.1208207Z [112/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_map_field.cc.o 2022-12-01T10:06:00.1209253Z [113/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_extension.cc.o 2022-12-01T10:06:00.2283114Z [113/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message.cc.o 2022-12-01T10:06:00.2284050Z [114/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_file.cc.o 2022-12-01T10:06:00.2287689Z [114/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message_field.cc.o 2022-12-01T10:06:00.2288355Z [115/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_field.cc.o 2022-12-01T10:06:00.2464424Z [115/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.cc.o 2022-12-01T10:06:00.2465523Z [116/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_generator.cc.o 2022-12-01T10:06:00.2956248Z [116/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc.o 2022-12-01T10:06:00.2957136Z [117/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_helpers.cc.o 2022-12-01T10:06:00.3033289Z [117/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_service.cc.o 2022-12-01T10:06:00.3034386Z [118/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_map_field.cc.o 2022-12-01T10:06:00.3462411Z [118/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_string_field.cc.o 2022-12-01T10:06:00.3463462Z [119/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message.cc.o 2022-12-01T10:06:00.3878067Z [119/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc.o 2022-12-01T10:06:00.3879137Z [120/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message_field.cc.o 2022-12-01T10:06:00.4252627Z [120/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum.cc.o 2022-12-01T10:06:00.4253948Z [121/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.cc.o 2022-12-01T10:06:00.4523835Z [121/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum_field.cc.o 2022-12-01T10:06:00.4525019Z [122/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc.o 2022-12-01T10:06:00.4842108Z [122/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_field_base.cc.o 2022-12-01T10:06:00.4842760Z [123/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_string_field.cc.o 2022-12-01T10:06:00.4914765Z [123/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_generator.cc.o 2022-12-01T10:06:00.4915817Z [124/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_service.cc.o 2022-12-01T10:06:00.4984705Z [124/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_helpers.cc.o 2022-12-01T10:06:00.4985335Z [125/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc.o 2022-12-01T10:06:00.5671700Z [125/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_map_field.cc.o 2022-12-01T10:06:00.5673036Z [126/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum.cc.o 2022-12-01T10:06:00.6135261Z [126/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message.cc.o 2022-12-01T10:06:00.6136177Z [127/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum_field.cc.o 2022-12-01T10:06:00.6872563Z [127/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message_field.cc.o 2022-12-01T10:06:00.6873752Z [128/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_field_base.cc.o 2022-12-01T10:06:00.6938044Z [128/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc.o 2022-12-01T10:06:00.6938749Z [129/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_generator.cc.o 2022-12-01T10:06:00.6948367Z [129/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc.o 2022-12-01T10:06:00.6949429Z [130/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_map_field.cc.o 2022-12-01T10:06:00.6990416Z [130/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc.o 2022-12-01T10:06:00.6992751Z [131/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_helpers.cc.o 2022-12-01T10:06:00.7741644Z [131/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc.o 2022-12-01T10:06:00.7742748Z [132/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message_field.cc.o 2022-12-01T10:06:00.7939251Z [132/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc.o 2022-12-01T10:06:00.7940439Z [133/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message.cc.o 2022-12-01T10:06:00.8713686Z [133/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc.o 2022-12-01T10:06:00.8714799Z [134/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc.o 2022-12-01T10:06:00.8719688Z [134/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc.o 2022-12-01T10:06:00.8720838Z [135/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc.o 2022-12-01T10:06:00.8770946Z [135/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_context.cc.o 2022-12-01T10:06:00.8772031Z [136/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc.o 2022-12-01T10:06:00.9282806Z [136/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_doc_comment.cc.o 2022-12-01T10:06:00.9283604Z [137/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc.o 2022-12-01T10:06:00.9522119Z [137/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum.cc.o 2022-12-01T10:06:00.9523255Z [138/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc.o 2022-12-01T10:06:00.9775796Z [138/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field.cc.o 2022-12-01T10:06:00.9776901Z [139/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc.o 2022-12-01T10:06:01.0157647Z [139/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field_lite.cc.o 2022-12-01T10:06:01.0158269Z [140/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_doc_comment.cc.o 2022-12-01T10:06:01.0285642Z [140/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_lite.cc.o 2022-12-01T10:06:01.0286273Z [141/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc.o 2022-12-01T10:06:01.0353578Z [141/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension.cc.o 2022-12-01T10:06:01.0354536Z [142/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_context.cc.o 2022-12-01T10:06:01.1140139Z [142/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension_lite.cc.o 2022-12-01T10:06:01.1141218Z [143/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum.cc.o 2022-12-01T10:06:01.1535604Z [143/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_field.cc.o 2022-12-01T10:06:01.1536882Z [144/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field.cc.o 2022-12-01T10:06:01.1650198Z [144/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_file.cc.o 2022-12-01T10:06:01.1651263Z [145/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_lite.cc.o 2022-12-01T10:06:01.1858617Z [145/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator.cc.o 2022-12-01T10:06:01.1859853Z [146/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field_lite.cc.o 2022-12-01T10:06:01.2163176Z [146/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator_factory.cc.o 2022-12-01T10:06:01.2164340Z [147/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension_lite.cc.o 2022-12-01T10:06:01.2299730Z [147/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_helpers.cc.o 2022-12-01T10:06:01.2300810Z [148/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension.cc.o 2022-12-01T10:06:01.2803481Z [148/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field.cc.o 2022-12-01T10:06:01.2804519Z [149/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_field.cc.o 2022-12-01T10:06:01.3618331Z [149/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field_lite.cc.o 2022-12-01T10:06:01.3618953Z [150/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator.cc.o 2022-12-01T10:06:01.3623323Z [150/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message.cc.o 2022-12-01T10:06:01.3623882Z [151/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_file.cc.o 2022-12-01T10:06:01.3850243Z [151/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder.cc.o 2022-12-01T10:06:01.3851046Z [152/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_helpers.cc.o 2022-12-01T10:06:01.4014819Z [152/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder_lite.cc.o 2022-12-01T10:06:01.4017259Z [153/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field.cc.o 2022-12-01T10:06:01.4089022Z [153/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field.cc.o 2022-12-01T10:06:01.4092570Z [154/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator_factory.cc.o 2022-12-01T10:06:01.4601123Z [154/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field_lite.cc.o 2022-12-01T10:06:01.4601908Z [155/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field_lite.cc.o 2022-12-01T10:06:01.5282593Z [155/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_lite.cc.o 2022-12-01T10:06:01.5283741Z [156/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder.cc.o 2022-12-01T10:06:01.5456528Z [156/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_name_resolver.cc.o 2022-12-01T10:06:01.5458758Z [157/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message.cc.o 2022-12-01T10:06:01.5989999Z [157/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field.cc.o 2022-12-01T10:06:01.5990681Z [158/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field.cc.o 2022-12-01T10:06:01.6023467Z [158/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field_lite.cc.o 2022-12-01T10:06:01.6024738Z [159/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder_lite.cc.o 2022-12-01T10:06:01.6251894Z [159/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_service.cc.o 2022-12-01T10:06:01.6253293Z [160/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field_lite.cc.o 2022-12-01T10:06:01.6832015Z [160/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_shared_code_generator.cc.o 2022-12-01T10:06:01.6833101Z [161/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_lite.cc.o 2022-12-01T10:06:01.7179532Z [161/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field.cc.o 2022-12-01T10:06:01.7180670Z [162/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field.cc.o 2022-12-01T10:06:01.7324141Z [162/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field_lite.cc.o 2022-12-01T10:06:01.7324762Z [163/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_name_resolver.cc.o 2022-12-01T10:06:01.7561418Z [163/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/js_generator.cc.o 2022-12-01T10:06:01.7563984Z [164/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_service.cc.o 2022-12-01T10:06:01.7777158Z [164/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/well_known_types_embed.cc.o 2022-12-01T10:06:01.7778194Z [165/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field_lite.cc.o 2022-12-01T10:06:01.8118550Z [165/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum.cc.o 2022-12-01T10:06:01.8119223Z [166/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/well_known_types_embed.cc.o 2022-12-01T10:06:01.8239144Z [166/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc.o 2022-12-01T10:06:01.8239970Z [167/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_shared_code_generator.cc.o 2022-12-01T10:06:01.8901348Z [167/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_extension.cc.o 2022-12-01T10:06:01.8902468Z [168/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field.cc.o 2022-12-01T10:06:01.9178836Z [168/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_field.cc.o 2022-12-01T10:06:01.9180421Z [169/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field_lite.cc.o 2022-12-01T10:06:01.9646451Z [169/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_file.cc.o 2022-12-01T10:06:01.9647805Z [170/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum.cc.o 2022-12-01T10:06:01.9669032Z [170/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_generator.cc.o 2022-12-01T10:06:01.9669745Z [171/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/js_generator.cc.o 2022-12-01T10:06:01.9859049Z [171/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.o 2022-12-01T10:06:01.9859830Z [172/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc.o 2022-12-01T10:06:02.0047174Z [172/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc.o 2022-12-01T10:06:02.0048540Z [173/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_extension.cc.o 2022-12-01T10:06:02.1020699Z [173/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message.cc.o 2022-12-01T10:06:02.1021821Z [174/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_field.cc.o 2022-12-01T10:06:02.1204304Z [174/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc.o 2022-12-01T10:06:02.1206465Z [175/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_file.cc.o 2022-12-01T10:06:02.1664634Z [175/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc.o 2022-12-01T10:06:02.1665811Z [176/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_generator.cc.o 2022-12-01T10:06:02.1831319Z [176/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc.o 2022-12-01T10:06:02.1832417Z [177/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.o 2022-12-01T10:06:02.1859821Z [177/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/php/php_generator.cc.o 2022-12-01T10:06:02.1860849Z [178/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc.o 2022-12-01T10:06:02.2086758Z [178/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.cc.o 2022-12-01T10:06:02.2087657Z [179/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message.cc.o 2022-12-01T10:06:02.2717198Z [179/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.pb.cc.o 2022-12-01T10:06:02.2718661Z [180/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc.o 2022-12-01T10:06:02.2989679Z [180/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/python/python_generator.cc.o 2022-12-01T10:06:02.2991118Z [181/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc.o 2022-12-01T10:06:02.3360428Z [181/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/ruby/ruby_generator.cc.o 2022-12-01T10:06:02.3361568Z [182/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc.o 2022-12-01T10:06:02.3796152Z [182/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/subprocess.cc.o 2022-12-01T10:06:02.3797473Z [183/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/php/php_generator.cc.o 2022-12-01T10:06:02.4408068Z [183/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/zip_writer.cc.o 2022-12-01T10:06:02.4409135Z [184/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.cc.o 2022-12-01T10:06:02.4469915Z [184/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/protoc.dir/__/src/google/protobuf/compiler/main.cc.o 2022-12-01T10:06:02.4470834Z [185/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/python/python_generator.cc.o 2022-12-01T10:06:02.4697691Z [185/6342] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2022-12-01T10:06:02.4698683Z [186/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.pb.cc.o 2022-12-01T10:06:02.4891518Z [186/6342] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2022-12-01T10:06:02.4892103Z [187/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/ruby/ruby_generator.cc.o 2022-12-01T10:06:02.4966639Z [187/6342] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2022-12-01T10:06:02.4967277Z [188/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/subprocess.cc.o 2022-12-01T10:06:02.5037088Z [188/6342] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2022-12-01T10:06:02.5038146Z [189/6342] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2022-12-01T10:06:02.5122314Z [189/6342] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2022-12-01T10:06:02.5122869Z [190/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/zip_writer.cc.o 2022-12-01T10:06:02.5364137Z [190/6342] Linking CXX static library lib/libprotoc.a 2022-12-01T10:06:02.5364957Z [191/6342] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2022-12-01T10:06:02.5594587Z [191/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2022-12-01T10:06:02.5595358Z [192/6342] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2022-12-01T10:06:02.5608327Z [192/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2022-12-01T10:06:02.5609153Z [193/6342] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2022-12-01T10:06:02.5631869Z [193/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2022-12-01T10:06:02.5632348Z [194/6342] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2022-12-01T10:06:02.5739368Z [194/6342] Linking C static library lib/libpthreadpool.a 2022-12-01T10:06:02.5739743Z [195/6342] Linking C static library lib/libpthreadpool.a 2022-12-01T10:06:02.5789796Z [195/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2022-12-01T10:06:02.5790625Z [196/6342] Building CXX object third_party/protobuf/cmake/CMakeFiles/protoc.dir/__/src/google/protobuf/compiler/main.cc.o 2022-12-01T10:06:02.5791463Z [196/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2022-12-01T10:06:02.5792117Z [197/6342] Linking CXX static library lib/libprotoc.a 2022-12-01T10:06:02.5831861Z [197/6342] Linking CXX executable bin/protoc-3.13.0.0 2022-12-01T10:06:02.5832324Z [198/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2022-12-01T10:06:02.6108685Z [198/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2022-12-01T10:06:02.6109380Z [199/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2022-12-01T10:06:02.6121656Z [199/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2022-12-01T10:06:02.6122114Z [200/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2022-12-01T10:06:02.6207554Z [200/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2022-12-01T10:06:02.6208254Z [201/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2022-12-01T10:06:02.6213974Z [201/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2022-12-01T10:06:02.6215084Z [202/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2022-12-01T10:06:02.6521836Z [202/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2022-12-01T10:06:02.6522600Z [203/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2022-12-01T10:06:02.6652698Z [203/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2022-12-01T10:06:02.6653156Z [204/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2022-12-01T10:06:02.6680866Z [204/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2022-12-01T10:06:02.6681626Z [205/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2022-12-01T10:06:02.6712895Z [205/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2022-12-01T10:06:02.6713362Z [206/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2022-12-01T10:06:02.6755951Z [206/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2022-12-01T10:06:02.6756660Z [207/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2022-12-01T10:06:02.7003795Z [207/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2022-12-01T10:06:02.7004648Z [208/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2022-12-01T10:06:02.7142820Z [208/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2022-12-01T10:06:02.7143475Z [209/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2022-12-01T10:06:02.7171076Z [209/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2022-12-01T10:06:02.7171618Z [210/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2022-12-01T10:06:02.7206779Z [210/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2022-12-01T10:06:02.7207274Z [211/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2022-12-01T10:06:02.7329433Z [211/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2022-12-01T10:06:02.7330242Z [212/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2022-12-01T10:06:02.7478269Z [212/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2022-12-01T10:06:02.7479118Z [213/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2022-12-01T10:06:02.7801729Z [213/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2022-12-01T10:06:02.7802268Z [214/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2022-12-01T10:06:02.7839019Z [214/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2022-12-01T10:06:02.7839738Z [215/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2022-12-01T10:06:02.7853281Z [215/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2022-12-01T10:06:02.7854130Z [216/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2022-12-01T10:06:02.7908046Z [216/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2022-12-01T10:06:02.7908792Z [217/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2022-12-01T10:06:02.7986341Z [217/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2022-12-01T10:06:02.7987012Z [218/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2022-12-01T10:06:02.8220472Z [218/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2022-12-01T10:06:02.8220938Z [219/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2022-12-01T10:06:02.8234832Z [219/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2022-12-01T10:06:02.8235227Z [220/6342] Linking CXX executable bin/protoc-3.13.0.0 2022-12-01T10:06:02.8267615Z [220/6342] Creating executable symlink bin/protoc 2022-12-01T10:06:02.8268114Z [221/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2022-12-01T10:06:02.8292042Z [221/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2022-12-01T10:06:02.8292437Z [222/6342] Creating executable symlink bin/protoc 2022-12-01T10:06:02.8387172Z [222/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2022-12-01T10:06:02.8387964Z [223/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2022-12-01T10:06:02.8438348Z [223/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2022-12-01T10:06:02.8439086Z [224/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2022-12-01T10:06:02.8441739Z [224/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2022-12-01T10:06:02.8442450Z [225/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2022-12-01T10:06:02.8792188Z [225/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2022-12-01T10:06:02.8792887Z [226/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2022-12-01T10:06:02.8805344Z [226/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2022-12-01T10:06:02.8805906Z [227/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2022-12-01T10:06:02.8807257Z [227/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2022-12-01T10:06:02.8808046Z [228/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2022-12-01T10:06:02.8845914Z [228/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2022-12-01T10:06:02.8846797Z [229/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2022-12-01T10:06:02.9047517Z [229/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2022-12-01T10:06:02.9048066Z [230/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2022-12-01T10:06:02.9135540Z [230/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2022-12-01T10:06:02.9136122Z [231/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2022-12-01T10:06:02.9325476Z [231/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2022-12-01T10:06:02.9326660Z [232/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2022-12-01T10:06:02.9391028Z [232/6342] Building C object confu-deps/cpuinfo/deps/clog/CMakeFiles/clog.dir/src/clog.c.o 2022-12-01T10:06:02.9391583Z [233/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2022-12-01T10:06:02.9424869Z [233/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/init.c.o 2022-12-01T10:06:02.9425379Z [234/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2022-12-01T10:06:02.9590452Z [234/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/add.c.o 2022-12-01T10:06:02.9590951Z [235/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2022-12-01T10:06:02.9619118Z [235/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/average-pooling.c.o 2022-12-01T10:06:02.9619952Z [236/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2022-12-01T10:06:02.9771000Z [236/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/channel-shuffle.c.o 2022-12-01T10:06:02.9771572Z [237/6342] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2022-12-01T10:06:02.9804013Z [237/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/clamp.c.o 2022-12-01T10:06:02.9804762Z [238/6342] Building C object confu-deps/cpuinfo/deps/clog/CMakeFiles/clog.dir/src/clog.c.o 2022-12-01T10:06:02.9805308Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_fatal’: 2022-12-01T10:06:02.9805885Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c:117:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 2022-12-01T10:06:02.9806370Z write(STDERR_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-12-01T10:06:02.9806637Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-12-01T10:06:02.9807140Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_error’: 2022-12-01T10:06:02.9807823Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c:195:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 2022-12-01T10:06:02.9808227Z write(STDERR_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-12-01T10:06:02.9808502Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-12-01T10:06:02.9808881Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_warning’: 2022-12-01T10:06:02.9809446Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c:273:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 2022-12-01T10:06:02.9809905Z write(STDERR_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-12-01T10:06:02.9810187Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-12-01T10:06:02.9810560Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_info’: 2022-12-01T10:06:02.9811122Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c:351:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 2022-12-01T10:06:02.9811517Z write(STDOUT_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-12-01T10:06:02.9811788Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-12-01T10:06:02.9812152Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c: In function ‘clog_vlog_debug’: 2022-12-01T10:06:02.9812704Z /var/lib/jenkins/workspace/third_party/cpuinfo/deps/clog/src/clog.c:429:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 2022-12-01T10:06:02.9813103Z write(STDOUT_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2022-12-01T10:06:02.9813417Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2022-12-01T10:06:02.9813552Z 2022-12-01T10:06:02.9855918Z [238/6342] Linking C static library lib/libclog.a 2022-12-01T10:06:02.9856621Z [239/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/init.c.o 2022-12-01T10:06:02.9923633Z [239/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/convolution.c.o 2022-12-01T10:06:02.9924026Z [240/6342] Linking C static library lib/libclog.a 2022-12-01T10:06:02.9974841Z [240/6342] Linking C static library lib/libcpuinfo.a 2022-12-01T10:06:02.9975554Z [241/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/add.c.o 2022-12-01T10:06:03.0071870Z [241/6342] Linking C static library lib/libcpuinfo_internals.a 2022-12-01T10:06:03.0072463Z [242/6342] Linking C static library lib/libcpuinfo.a 2022-12-01T10:06:03.0099287Z [242/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/deconvolution.c.o 2022-12-01T10:06:03.0099806Z [243/6342] Linking C static library lib/libcpuinfo_internals.a 2022-12-01T10:06:03.0120358Z [243/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/fully-connected.c.o 2022-12-01T10:06:03.0121200Z [244/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/channel-shuffle.c.o 2022-12-01T10:06:03.0223343Z [244/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/global-average-pooling.c.o 2022-12-01T10:06:03.0224072Z [245/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/average-pooling.c.o 2022-12-01T10:06:03.0427529Z [245/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/leaky-relu.c.o 2022-12-01T10:06:03.0428343Z [246/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/clamp.c.o 2022-12-01T10:06:03.0658717Z [246/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/max-pooling.c.o 2022-12-01T10:06:03.0659477Z [247/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/convolution.c.o 2022-12-01T10:06:03.0746784Z [247/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/sigmoid.c.o 2022-12-01T10:06:03.0747263Z [248/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/leaky-relu.c.o 2022-12-01T10:06:03.0772595Z [248/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/softargmax.c.o 2022-12-01T10:06:03.0773434Z [249/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/global-average-pooling.c.o 2022-12-01T10:06:03.0783100Z [249/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/operator-delete.c.o 2022-12-01T10:06:03.0783567Z [250/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/deconvolution.c.o 2022-12-01T10:06:03.0787862Z [250/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/indirection.c.o 2022-12-01T10:06:03.0788613Z [251/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/fully-connected.c.o 2022-12-01T10:06:03.0971121Z [251/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/operator-run.c.o 2022-12-01T10:06:03.0971951Z [252/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/max-pooling.c.o 2022-12-01T10:06:03.1266481Z [252/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8lut32norm/scalar.c.o 2022-12-01T10:06:03.1267228Z [253/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/sigmoid.c.o 2022-12-01T10:06:03.1298888Z [253/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8lut/scalar.c.o 2022-12-01T10:06:03.1299621Z [254/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/softargmax.c.o 2022-12-01T10:06:03.1314058Z [254/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/sgemm/6x8-psimd.c.o 2022-12-01T10:06:03.1314686Z [255/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/indirection.c.o 2022-12-01T10:06:03.1414802Z [255/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/mp8x9p8q-sse2.c.o 2022-12-01T10:06:03.1415300Z [256/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8lut32norm/scalar.c.o 2022-12-01T10:06:03.1447970Z [256/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/up8x9-sse2.c.o 2022-12-01T10:06:03.1448807Z [257/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/operator-delete.c.o 2022-12-01T10:06:03.1484308Z [257/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/up8xm-sse2.c.o 2022-12-01T10:06:03.1484840Z [258/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/operator-run.c.o 2022-12-01T10:06:03.1658415Z [258/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8conv/4x4c2-sse2.c.o 2022-12-01T10:06:03.1659230Z [259/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8lut/scalar.c.o 2022-12-01T10:06:03.1878881Z [259/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8dwconv/mp8x25-sse2.c.o 2022-12-01T10:06:03.1879551Z [260/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/mp8x9p8q-sse2.c.o 2022-12-01T10:06:03.1903713Z [260/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8dwconv/up8x9-sse2.c.o 2022-12-01T10:06:03.1904315Z [261/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/sgemm/6x8-psimd.c.o 2022-12-01T10:06:03.1926375Z [261/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/mp8x7p7q-sse2.c.o 2022-12-01T10:06:03.1927434Z [262/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/up8x9-sse2.c.o 2022-12-01T10:06:03.1934659Z [262/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/up8x7-sse2.c.o 2022-12-01T10:06:03.1935691Z [263/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/up8xm-sse2.c.o 2022-12-01T10:06:03.2537581Z [263/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/up8xm-sse2.c.o 2022-12-01T10:06:03.2538112Z [264/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/up8x7-sse2.c.o 2022-12-01T10:06:03.2568430Z [264/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gemm/2x4c8-sse2.c.o 2022-12-01T10:06:03.2569250Z [265/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/up8xm-sse2.c.o 2022-12-01T10:06:03.2623778Z [265/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gemm/4x4c2-sse2.c.o 2022-12-01T10:06:03.2624335Z [266/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8conv/4x4c2-sse2.c.o 2022-12-01T10:06:03.2672275Z [266/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8vadd/sse2.c.o 2022-12-01T10:06:03.2672771Z [267/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/mp8x7p7q-sse2.c.o 2022-12-01T10:06:03.2794809Z [267/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8clamp/sse2.c.o 2022-12-01T10:06:03.2795691Z [268/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8dwconv/mp8x25-sse2.c.o 2022-12-01T10:06:03.3088797Z [268/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8maxpool/16x9p8q-sse2.c.o 2022-12-01T10:06:03.3090795Z [269/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8dwconv/up8x9-sse2.c.o 2022-12-01T10:06:03.3270429Z [269/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8maxpool/sub16-sse2.c.o 2022-12-01T10:06:03.3270956Z [270/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8clamp/sse2.c.o 2022-12-01T10:06:03.3352690Z [270/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8rmax/sse2.c.o 2022-12-01T10:06:03.3353496Z [271/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8maxpool/16x9p8q-sse2.c.o 2022-12-01T10:06:03.3459699Z [271/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x2-sse2.c.o 2022-12-01T10:06:03.3460561Z [272/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gemm/2x4c8-sse2.c.o 2022-12-01T10:06:03.3478487Z [272/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x3-sse2.c.o 2022-12-01T10:06:03.3479486Z [273/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gemm/4x4c2-sse2.c.o 2022-12-01T10:06:03.3509155Z [273/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x4-sse2.c.o 2022-12-01T10:06:03.3509961Z [274/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8vadd/sse2.c.o 2022-12-01T10:06:03.3604981Z [274/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/xm-sse2.c.o 2022-12-01T10:06:03.3605503Z [275/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8maxpool/sub16-sse2.c.o 2022-12-01T10:06:03.3732938Z [275/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/init.c.o 2022-12-01T10:06:03.3733917Z [276/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8rmax/sse2.c.o 2022-12-01T10:06:03.3859262Z [276/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/add.c.o 2022-12-01T10:06:03.3859744Z [277/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x2-sse2.c.o 2022-12-01T10:06:03.3972440Z [277/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/average-pooling.c.o 2022-12-01T10:06:03.3972932Z [278/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/xm-sse2.c.o 2022-12-01T10:06:03.4018800Z [278/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/channel-shuffle.c.o 2022-12-01T10:06:03.4019656Z [279/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x3-sse2.c.o 2022-12-01T10:06:03.4067445Z [279/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/clamp.c.o 2022-12-01T10:06:03.4068030Z [280/6342] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x4-sse2.c.o 2022-12-01T10:06:03.4288300Z [280/6342] Linking C static library lib/libqnnpack.a 2022-12-01T10:06:03.4288655Z [281/6342] Linking C static library lib/libqnnpack.a 2022-12-01T10:06:03.4400752Z [281/6342] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/conv-prepack.cc.o 2022-12-01T10:06:03.4401257Z [282/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/init.c.o 2022-12-01T10:06:03.4625168Z [282/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/convolution.c.o 2022-12-01T10:06:03.4625707Z [283/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/channel-shuffle.c.o 2022-12-01T10:06:03.4655639Z [283/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/deconvolution.c.o 2022-12-01T10:06:03.4656475Z [284/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/add.c.o 2022-12-01T10:06:03.4690174Z [284/6342] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-prepack.cc.o 2022-12-01T10:06:03.4690702Z [285/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/average-pooling.c.o 2022-12-01T10:06:03.4745753Z [285/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fully-connected.c.o 2022-12-01T10:06:03.4746656Z [286/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/clamp.c.o 2022-12-01T10:06:03.5299041Z [286/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fully-connected-sparse.c.o 2022-12-01T10:06:03.5299610Z [287/6342] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/conv-prepack.cc.o 2022-12-01T10:06:03.5355245Z [287/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/global-average-pooling.c.o 2022-12-01T10:06:03.5355955Z [288/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/deconvolution.c.o 2022-12-01T10:06:03.5390730Z [288/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/hardsigmoid.c.o 2022-12-01T10:06:03.5391299Z [289/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/convolution.c.o 2022-12-01T10:06:03.5445818Z [289/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/hardswish.c.o 2022-12-01T10:06:03.5446729Z [290/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fully-connected-sparse.c.o 2022-12-01T10:06:03.5452210Z [290/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/leaky-relu.c.o 2022-12-01T10:06:03.5453383Z [291/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fully-connected.c.o 2022-12-01T10:06:03.5831686Z [291/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/max-pooling.c.o 2022-12-01T10:06:03.5832253Z [292/6342] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-prepack.cc.o 2022-12-01T10:06:03.6030287Z [292/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sigmoid.c.o 2022-12-01T10:06:03.6031182Z [293/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/hardsigmoid.c.o 2022-12-01T10:06:03.6078535Z [293/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/softargmax.c.o 2022-12-01T10:06:03.6079212Z [294/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/hardswish.c.o 2022-12-01T10:06:03.6168653Z [294/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/tanh.c.o 2022-12-01T10:06:03.6169175Z [295/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/leaky-relu.c.o 2022-12-01T10:06:03.6335755Z [295/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/operator-delete.c.o 2022-12-01T10:06:03.6336267Z [296/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/max-pooling.c.o 2022-12-01T10:06:03.6574645Z [296/6342] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/conv-run.cc.o 2022-12-01T10:06:03.6575159Z [297/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sigmoid.c.o 2022-12-01T10:06:03.6754641Z [297/6342] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/deconv-run.cc.o 2022-12-01T10:06:03.6755562Z [298/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/softargmax.c.o 2022-12-01T10:06:03.6814337Z [298/6342] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-run.cc.o 2022-12-01T10:06:03.6815224Z [299/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/global-average-pooling.c.o 2022-12-01T10:06:03.6828737Z [299/6342] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-dynamic-run.cc.o 2022-12-01T10:06:03.6829257Z [300/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/operator-delete.c.o 2022-12-01T10:06:03.6981143Z [300/6342] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/pack_block_sparse.cc.o 2022-12-01T10:06:03.6982045Z [301/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/tanh.c.o 2022-12-01T10:06:03.7622699Z [301/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/indirection.c.o 2022-12-01T10:06:03.7623569Z [302/6342] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/deconv-run.cc.o 2022-12-01T10:06:03.7642821Z [302/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/operator-run.c.o 2022-12-01T10:06:03.7644066Z [303/6342] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-run.cc.o 2022-12-01T10:06:03.7689101Z [303/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8lut32norm/scalar.c.o 2022-12-01T10:06:03.7690055Z [304/6342] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-dynamic-run.cc.o 2022-12-01T10:06:03.7762320Z [304/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8lut/scalar.c.o 2022-12-01T10:06:03.7762858Z [305/6342] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/conv-run.cc.o 2022-12-01T10:06:03.7857351Z [305/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sgemm/6x8-psimd.c.o 2022-12-01T10:06:03.7858221Z [306/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/indirection.c.o 2022-12-01T10:06:03.8247529Z [306/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/mp8x9p8q-sse2.c.o 2022-12-01T10:06:03.8248072Z [307/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8lut32norm/scalar.c.o 2022-12-01T10:06:03.8303990Z [307/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/up8x9-sse2.c.o 2022-12-01T10:06:03.8304504Z [308/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8lut/scalar.c.o 2022-12-01T10:06:03.8337014Z [308/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/up8xm-sse2.c.o 2022-12-01T10:06:03.8337669Z [309/6342] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/pack_block_sparse.cc.o 2022-12-01T10:06:03.8364809Z [309/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8conv/4x4c2-sse2.c.o 2022-12-01T10:06:03.8365726Z [310/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/mp8x9p8q-sse2.c.o 2022-12-01T10:06:03.8440248Z [310/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x25-sse2.c.o 2022-12-01T10:06:03.8441151Z [311/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/operator-run.c.o 2022-12-01T10:06:03.8444883Z [311/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x25-sse2-per-channel.c.o 2022-12-01T10:06:03.8445930Z [312/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sgemm/6x8-psimd.c.o 2022-12-01T10:06:03.8901690Z [312/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x27-sse2.c.o 2022-12-01T10:06:03.8902742Z [313/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/up8xm-sse2.c.o 2022-12-01T10:06:03.8909277Z [313/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/up8x9-sse2.c.o 2022-12-01T10:06:03.8910300Z [314/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/up8x9-sse2.c.o 2022-12-01T10:06:03.9211402Z [314/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/up8x9-sse2-per-channel.c.o 2022-12-01T10:06:03.9212397Z [315/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x25-sse2.c.o 2022-12-01T10:06:03.9304415Z [315/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/mp8x7p7q-sse2.c.o 2022-12-01T10:06:03.9305365Z [316/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8conv/4x4c2-sse2.c.o 2022-12-01T10:06:03.9575877Z [316/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/up8x7-sse2.c.o 2022-12-01T10:06:03.9576579Z [317/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x25-sse2-per-channel.c.o 2022-12-01T10:06:03.9624583Z [317/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/up8xm-sse2.c.o 2022-12-01T10:06:03.9625208Z [318/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x27-sse2.c.o 2022-12-01T10:06:03.9829792Z [318/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/2x4c8-sse2.c.o 2022-12-01T10:06:03.9830366Z [319/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/up8x9-sse2-per-channel.c.o 2022-12-01T10:06:03.9924962Z [319/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x4c2-dq-sse2.c.o 2022-12-01T10:06:03.9925883Z [320/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/mp8x7p7q-sse2.c.o 2022-12-01T10:06:03.9928311Z [320/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x4c2-sse2.c.o 2022-12-01T10:06:03.9929192Z [321/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/up8x7-sse2.c.o 2022-12-01T10:06:04.0476065Z [321/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x4c1x4-dq-packedA-sse2.c.o 2022-12-01T10:06:04.0477223Z [322/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/2x4c8-sse2.c.o 2022-12-01T10:06:04.0534380Z [322/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x4-packA-sse2.c.o 2022-12-01T10:06:04.0535061Z [323/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/up8xm-sse2.c.o 2022-12-01T10:06:04.0676502Z [323/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8vadd/sse2.c.o 2022-12-01T10:06:04.0677021Z [324/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/up8x9-sse2.c.o 2022-12-01T10:06:04.0826427Z [324/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8clamp/sse2.c.o 2022-12-01T10:06:04.0827511Z [325/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x4c2-sse2.c.o 2022-12-01T10:06:04.1047082Z [325/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/16x9p8q-sse2.c.o 2022-12-01T10:06:04.1047687Z [326/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x4c2-dq-sse2.c.o 2022-12-01T10:06:04.1050094Z [326/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/sub16-sse2.c.o 2022-12-01T10:06:04.1050779Z [327/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x4c1x4-dq-packedA-sse2.c.o 2022-12-01T10:06:04.1388916Z [327/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8rmax/sse2.c.o 2022-12-01T10:06:04.1389410Z [328/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8clamp/sse2.c.o 2022-12-01T10:06:04.1501734Z [328/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x2-sse2.c.o 2022-12-01T10:06:04.1502630Z [329/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8vadd/sse2.c.o 2022-12-01T10:06:04.1646048Z [329/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x3-sse2.c.o 2022-12-01T10:06:04.1646695Z [330/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/16x9p8q-sse2.c.o 2022-12-01T10:06:04.1647511Z [330/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x4-sse2.c.o 2022-12-01T10:06:04.1648154Z [331/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8rmax/sse2.c.o 2022-12-01T10:06:04.1842449Z [331/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/xm-sse2.c.o 2022-12-01T10:06:04.1843374Z [332/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/sub16-sse2.c.o 2022-12-01T10:06:04.1890518Z [332/6342] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-output.c.o 2022-12-01T10:06:04.1891518Z [333/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x4-packA-sse2.c.o 2022-12-01T10:06:04.1988521Z [333/6342] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-input-gradient.c.o 2022-12-01T10:06:04.1989469Z [334/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x2-sse2.c.o 2022-12-01T10:06:04.2114983Z [334/6342] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-kernel.c.o 2022-12-01T10:06:04.2115541Z [335/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x3-sse2.c.o 2022-12-01T10:06:04.2223921Z [335/6342] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/fully-connected-output.c.o 2022-12-01T10:06:04.2224628Z [336/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/xm-sse2.c.o 2022-12-01T10:06:04.2251734Z [336/6342] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/max-pooling-output.c.o 2022-12-01T10:06:04.2252338Z [337/6342] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-output.c.o 2022-12-01T10:06:04.2334751Z [337/6342] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/softmax-output.c.o 2022-12-01T10:06:04.2335361Z [338/6342] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-input-gradient.c.o 2022-12-01T10:06:04.2428321Z [338/6342] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-output.c.o 2022-12-01T10:06:04.2428874Z [339/6342] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-kernel.c.o 2022-12-01T10:06:04.2518016Z [339/6342] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-input-gradient.c.o 2022-12-01T10:06:04.2518965Z [340/6342] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x4-sse2.c.o 2022-12-01T10:06:04.2685350Z [340/6342] Linking CXX static library lib/libpytorch_qnnpack.a 2022-12-01T10:06:04.2685967Z [341/6342] Linking CXX static library lib/libpytorch_qnnpack.a 2022-12-01T10:06:04.2799693Z [341/6342] Generating src/x86_64-fma/2d-fourier-8x8.py.o 2022-12-01T10:06:04.2800390Z [342/6342] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/softmax-output.c.o 2022-12-01T10:06:04.2886332Z [342/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x1.c.o 2022-12-01T10:06:04.2887243Z [343/6342] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-output.c.o 2022-12-01T10:06:04.2912848Z [343/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x2.c.o 2022-12-01T10:06:04.2913853Z [344/6342] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-input-gradient.c.o 2022-12-01T10:06:04.3076628Z [344/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x3.c.o 2022-12-01T10:06:04.3077801Z [345/6342] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/fully-connected-output.c.o 2022-12-01T10:06:04.3091505Z [345/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x4.c.o 2022-12-01T10:06:04.3267778Z [346/6342] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/max-pooling-output.c.o 2022-12-01T10:06:04.3268597Z [346/6342] Linking C static library lib/libnnpack_reference_layers.a 2022-12-01T10:06:04.3269255Z [347/6342] Linking C static library lib/libnnpack_reference_layers.a 2022-12-01T10:06:04.3363203Z [347/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/4x-scalar-c1.c.o 2022-12-01T10:06:04.3363757Z [348/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x1.c.o 2022-12-01T10:06:04.3488041Z [348/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9p8x-scalar-c1.c.o 2022-12-01T10:06:04.3488894Z [349/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x3.c.o 2022-12-01T10:06:04.3491420Z [349/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9x-scalar-c1.c.o 2022-12-01T10:06:04.3492027Z [350/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x2.c.o 2022-12-01T10:06:04.3714171Z [350/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9p8x-minmax-scalar-c1.c.o 2022-12-01T10:06:04.3715006Z [351/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-scalar-x4.c.o 2022-12-01T10:06:04.3750834Z [351/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9x-minmax-scalar-c1.c.o 2022-12-01T10:06:04.3751469Z [352/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/4x-scalar-c1.c.o 2022-12-01T10:06:04.3868966Z [352/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc/3x3s2p0p1c3x4-scalar-1x1.c.o 2022-12-01T10:06:04.3869512Z [353/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9p8x-scalar-c1.c.o 2022-12-01T10:06:04.4003335Z [353/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc/3x3s2p1c3x4-scalar-1x1.c.o 2022-12-01T10:06:04.4004376Z [354/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9p8x-minmax-scalar-c1.c.o 2022-12-01T10:06:04.4051263Z [354/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-scalar-1x1.c.o 2022-12-01T10:06:04.4051801Z [355/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9x-scalar-c1.c.o 2022-12-01T10:06:04.4230872Z [355/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-minmax-scalar-acc2.c.o 2022-12-01T10:06:04.4231886Z [356/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9x-minmax-scalar-c1.c.o 2022-12-01T10:06:04.4281162Z [356/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-minmax-scalar.c.o 2022-12-01T10:06:04.4282172Z [357/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc/3x3s2p0p1c3x4-scalar-1x1.c.o 2022-12-01T10:06:04.4432397Z [357/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-scalar-acc2.c.o 2022-12-01T10:06:04.4433416Z [358/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc/3x3s2p1c3x4-scalar-1x1.c.o 2022-12-01T10:06:04.4495758Z [358/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-scalar.c.o 2022-12-01T10:06:04.4496407Z [359/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-scalar-1x1.c.o 2022-12-01T10:06:04.4801303Z [359/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-minmax-scalar-acc2.c.o 2022-12-01T10:06:04.4802898Z [360/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-minmax-scalar-acc2.c.o 2022-12-01T10:06:04.4803840Z [360/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-minmax-scalar.c.o 2022-12-01T10:06:04.4804659Z [361/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-minmax-scalar.c.o 2022-12-01T10:06:04.4817218Z [361/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-scalar-acc2.c.o 2022-12-01T10:06:04.4817773Z [362/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-scalar-acc2.c.o 2022-12-01T10:06:04.5088361Z [362/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-scalar.c.o 2022-12-01T10:06:04.5089167Z [363/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x3-scalar.c.o 2022-12-01T10:06:04.5147920Z [363/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-minmax-scalar-acc2.c.o 2022-12-01T10:06:04.5149162Z [364/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-minmax-scalar-acc2.c.o 2022-12-01T10:06:04.5382420Z [364/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-minmax-scalar.c.o 2022-12-01T10:06:04.5383122Z [365/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-scalar-acc2.c.o 2022-12-01T10:06:04.5418309Z [365/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-scalar-acc2.c.o 2022-12-01T10:06:04.5418923Z [366/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-minmax-scalar.c.o 2022-12-01T10:06:04.5509381Z [366/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-scalar.c.o 2022-12-01T10:06:04.5509927Z [367/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x4-scalar.c.o 2022-12-01T10:06:04.5672492Z [367/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-minmax-scalar-acc2.c.o 2022-12-01T10:06:04.5673518Z [368/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-minmax-scalar-acc2.c.o 2022-12-01T10:06:04.5740090Z [368/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-minmax-scalar.c.o 2022-12-01T10:06:04.5741067Z [369/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-minmax-scalar.c.o 2022-12-01T10:06:04.5995876Z [369/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-scalar-acc2.c.o 2022-12-01T10:06:04.5996476Z [370/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-scalar-acc2.c.o 2022-12-01T10:06:04.6130372Z [370/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-scalar.c.o 2022-12-01T10:06:04.6131337Z [371/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x9-scalar.c.o 2022-12-01T10:06:04.6155764Z [371/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-minmax-scalar-acc2.c.o 2022-12-01T10:06:04.6322534Z [372/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-minmax-scalar-acc2.c.o 2022-12-01T10:06:04.6323115Z [372/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-minmax-scalar.c.o 2022-12-01T10:06:04.6323642Z [373/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-scalar-acc2.c.o 2022-12-01T10:06:04.6439693Z [373/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-scalar-acc2.c.o 2022-12-01T10:06:04.6440392Z [374/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-minmax-scalar.c.o 2022-12-01T10:06:04.6657154Z [374/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-scalar.c.o 2022-12-01T10:06:04.6657799Z [375/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-minmax-scalar-acc2.c.o 2022-12-01T10:06:04.6674604Z [375/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-minmax-scalar-acc2.c.o 2022-12-01T10:06:04.6675583Z [376/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-minmax-scalar.c.o 2022-12-01T10:06:04.6700976Z [376/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-minmax-scalar.c.o 2022-12-01T10:06:04.6702098Z [377/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up1x25-scalar.c.o 2022-12-01T10:06:04.6863707Z [377/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-scalar-acc2.c.o 2022-12-01T10:06:04.6864667Z [378/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-scalar-acc2.c.o 2022-12-01T10:06:04.7167348Z [378/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-scalar.c.o 2022-12-01T10:06:04.7168252Z [379/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x3-scalar.c.o 2022-12-01T10:06:04.7191563Z [379/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-minmax-scalar-acc2.c.o 2022-12-01T10:06:04.7192568Z [380/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-minmax-scalar.c.o 2022-12-01T10:06:04.7280009Z [380/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-minmax-scalar.c.o 2022-12-01T10:06:04.7280643Z [381/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-scalar-acc2.c.o 2022-12-01T10:06:04.7364906Z [381/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-scalar-acc2.c.o 2022-12-01T10:06:04.7365802Z [382/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-minmax-scalar-acc2.c.o 2022-12-01T10:06:04.7499836Z [382/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-scalar.c.o 2022-12-01T10:06:04.7500356Z [383/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x4-scalar.c.o 2022-12-01T10:06:04.7698555Z [383/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-minmax-scalar-acc2.c.o 2022-12-01T10:06:04.7699498Z [384/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-minmax-scalar.c.o 2022-12-01T10:06:04.7721178Z [384/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-minmax-scalar.c.o 2022-12-01T10:06:04.7721859Z [385/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-minmax-scalar-acc2.c.o 2022-12-01T10:06:04.7863461Z [385/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-scalar-acc2.c.o 2022-12-01T10:06:04.7864062Z [386/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-scalar.c.o 2022-12-01T10:06:04.7983994Z [386/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-scalar.c.o 2022-12-01T10:06:04.7984559Z [387/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x9-scalar-acc2.c.o 2022-12-01T10:06:04.8114694Z [387/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1-acc2.c.o 2022-12-01T10:06:04.8115332Z [388/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-minmax-scalar-acc2.c.o 2022-12-01T10:06:04.8288728Z [388/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1-acc3.c.o 2022-12-01T10:06:04.8289739Z [389/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-minmax-scalar.c.o 2022-12-01T10:06:04.8345365Z [389/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1-acc4.c.o 2022-12-01T10:06:04.8346342Z [390/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-scalar-acc2.c.o 2022-12-01T10:06:04.8585555Z [390/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1.c.o 2022-12-01T10:06:04.8586655Z [391/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1-acc2.c.o 2022-12-01T10:06:04.8711165Z [391/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-2x1-acc2.c.o 2022-12-01T10:06:04.8711763Z [392/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1-acc3.c.o 2022-12-01T10:06:04.8835572Z [392/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-2x1.c.o 2022-12-01T10:06:04.8836209Z [393/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1-acc4.c.o 2022-12-01T10:06:04.8884664Z [393/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-3x1.c.o 2022-12-01T10:06:04.8885409Z [394/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1.c.o 2022-12-01T10:06:04.8958814Z [394/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-4x1.c.o 2022-12-01T10:06:04.8959850Z [395/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up2x25-scalar.c.o 2022-12-01T10:06:04.9136947Z [395/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-5x1.c.o 2022-12-01T10:06:04.9138053Z [396/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-2x1-acc2.c.o 2022-12-01T10:06:04.9238469Z [396/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-6x1.c.o 2022-12-01T10:06:04.9239121Z [397/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-2x1.c.o 2022-12-01T10:06:04.9449317Z [397/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1-acc2.c.o 2022-12-01T10:06:04.9449955Z [398/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-3x1.c.o 2022-12-01T10:06:04.9626635Z [398/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1-acc3.c.o 2022-12-01T10:06:04.9627986Z [399/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-4x1.c.o 2022-12-01T10:06:04.9732024Z [399/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1-acc4.c.o 2022-12-01T10:06:04.9733076Z [400/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-5x1.c.o 2022-12-01T10:06:04.9855768Z [400/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1.c.o 2022-12-01T10:06:04.9856836Z [401/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1-acc2.c.o 2022-12-01T10:06:04.9916421Z [401/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-2x1-acc2.c.o 2022-12-01T10:06:04.9917553Z [402/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1-acc3.c.o 2022-12-01T10:06:04.9956805Z [402/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-2x1.c.o 2022-12-01T10:06:04.9957986Z [403/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-6x1.c.o 2022-12-01T10:06:05.0118834Z [403/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-3x1.c.o 2022-12-01T10:06:05.0119728Z [404/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1-acc4.c.o 2022-12-01T10:06:05.0294141Z [404/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-4x1.c.o 2022-12-01T10:06:05.0294896Z [405/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1.c.o 2022-12-01T10:06:05.0454050Z [405/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc2.c.o 2022-12-01T10:06:05.0454675Z [406/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-3x1.c.o 2022-12-01T10:06:05.0478004Z [406/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc3.c.o 2022-12-01T10:06:05.0478650Z [407/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-2x1-acc2.c.o 2022-12-01T10:06:05.0572988Z [407/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc4.c.o 2022-12-01T10:06:05.0574323Z [408/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-2x1.c.o 2022-12-01T10:06:05.0695838Z [408/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc5.c.o 2022-12-01T10:06:05.0697278Z [409/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-4x1.c.o 2022-12-01T10:06:05.0932620Z [409/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1.c.o 2022-12-01T10:06:05.0933252Z [410/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc2.c.o 2022-12-01T10:06:05.1041060Z [410/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-2x1-acc2.c.o 2022-12-01T10:06:05.1041672Z [411/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc4.c.o 2022-12-01T10:06:05.1065317Z [411/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-2x1-acc3.c.o 2022-12-01T10:06:05.1065955Z [412/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc3.c.o 2022-12-01T10:06:05.1228969Z [412/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-2x1.c.o 2022-12-01T10:06:05.1229656Z [413/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc5.c.o 2022-12-01T10:06:05.1467263Z [413/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-3x1-acc2.c.o 2022-12-01T10:06:05.1468273Z [414/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1.c.o 2022-12-01T10:06:05.1527246Z [414/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-3x1.c.o 2022-12-01T10:06:05.1528092Z [415/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-2x1-acc2.c.o 2022-12-01T10:06:05.1662892Z [415/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc2.c.o 2022-12-01T10:06:05.1663524Z [416/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-2x1-acc3.c.o 2022-12-01T10:06:05.1715786Z [416/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc3.c.o 2022-12-01T10:06:05.1716833Z [417/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-2x1.c.o 2022-12-01T10:06:05.1874983Z [417/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc4.c.o 2022-12-01T10:06:05.1875639Z [418/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-3x1-acc2.c.o 2022-12-01T10:06:05.2069356Z [418/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc5.c.o 2022-12-01T10:06:05.2070007Z [419/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-3x1.c.o 2022-12-01T10:06:05.2111763Z [419/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1.c.o 2022-12-01T10:06:05.2112494Z [420/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc2.c.o 2022-12-01T10:06:05.2336148Z [420/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-2x1-acc2.c.o 2022-12-01T10:06:05.2337244Z [421/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc3.c.o 2022-12-01T10:06:05.2460107Z [421/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-2x1-acc3.c.o 2022-12-01T10:06:05.2461205Z [422/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc4.c.o 2022-12-01T10:06:05.2493533Z [422/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-2x1.c.o 2022-12-01T10:06:05.2494880Z [423/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc5.c.o 2022-12-01T10:06:05.2637428Z [423/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-3x1-acc2.c.o 2022-12-01T10:06:05.2638565Z [424/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-2x1-acc2.c.o 2022-12-01T10:06:05.2697137Z [424/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-3x1.c.o 2022-12-01T10:06:05.2698133Z [425/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1.c.o 2022-12-01T10:06:05.2784571Z [425/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x1.c.o 2022-12-01T10:06:05.2785186Z [426/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-2x1-acc3.c.o 2022-12-01T10:06:05.3036495Z [426/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x2.c.o 2022-12-01T10:06:05.3037339Z [427/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-3x1-acc2.c.o 2022-12-01T10:06:05.3054110Z [427/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x3.c.o 2022-12-01T10:06:05.3055086Z [428/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-2x1.c.o 2022-12-01T10:06:05.3175387Z [428/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x4.c.o 2022-12-01T10:06:05.3175972Z [429/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-3x1.c.o 2022-12-01T10:06:05.3301589Z [429/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x1.c.o 2022-12-01T10:06:05.3302563Z [430/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x1.c.o 2022-12-01T10:06:05.3446942Z [430/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x2.c.o 2022-12-01T10:06:05.3448204Z [431/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x2.c.o 2022-12-01T10:06:05.3592743Z [431/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x3.c.o 2022-12-01T10:06:05.3593716Z [432/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x3.c.o 2022-12-01T10:06:05.3622084Z [432/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x4.c.o 2022-12-01T10:06:05.3623050Z [433/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-bitcast-x4.c.o 2022-12-01T10:06:05.3905402Z [433/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool-cw/scalar-x1.c.o 2022-12-01T10:06:05.3906295Z [434/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x2.c.o 2022-12-01T10:06:05.4033531Z [434/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7p7x-minmax-scalar-c1.c.o 2022-12-01T10:06:05.4034564Z [435/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x3.c.o 2022-12-01T10:06:05.4150452Z [435/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7x-minmax-scalar-c1.c.o 2022-12-01T10:06:05.4151399Z [436/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool-cw/scalar-x1.c.o 2022-12-01T10:06:05.4170770Z [436/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x4inc-minmax-scalar.c.o 2022-12-01T10:06:05.4171812Z [437/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x4.c.o 2022-12-01T10:06:05.4406385Z [437/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/2x4inc-minmax-scalar.c.o 2022-12-01T10:06:05.4407448Z [438/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7p7x-minmax-scalar-c1.c.o 2022-12-01T10:06:05.4460654Z [438/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x4inc-minmax-scalar.c.o 2022-12-01T10:06:05.4461415Z [439/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-scalar-fabsf-x1.c.o 2022-12-01T10:06:05.4534328Z [439/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x4-minmax-scalar.c.o 2022-12-01T10:06:05.4535495Z [440/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7x-minmax-scalar-c1.c.o 2022-12-01T10:06:05.4771553Z [440/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x4-relu-scalar.c.o 2022-12-01T10:06:05.4772579Z [441/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x4inc-minmax-scalar.c.o 2022-12-01T10:06:05.4945836Z [441/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x4-scalar.c.o 2022-12-01T10:06:05.4946716Z [442/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/2x4inc-minmax-scalar.c.o 2022-12-01T10:06:05.5154520Z [442/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/2x4-minmax-scalar.c.o 2022-12-01T10:06:05.5155554Z [443/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x4inc-minmax-scalar.c.o 2022-12-01T10:06:05.5182756Z [443/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/2x4-relu-scalar.c.o 2022-12-01T10:06:05.5183729Z [444/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x4-minmax-scalar.c.o 2022-12-01T10:06:05.5270794Z [444/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/2x4-scalar.c.o 2022-12-01T10:06:05.5271640Z [445/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x4-relu-scalar.c.o 2022-12-01T10:06:05.5501294Z [445/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2-minmax-scalar.c.o 2022-12-01T10:06:05.5502232Z [446/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x4-scalar.c.o 2022-12-01T10:06:05.5573901Z [446/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2-relu-scalar.c.o 2022-12-01T10:06:05.5574914Z [447/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/2x4-minmax-scalar.c.o 2022-12-01T10:06:05.5938575Z [447/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2-scalar.c.o 2022-12-01T10:06:05.5939529Z [448/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2-minmax-scalar.c.o 2022-12-01T10:06:05.6008451Z [448/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x4-minmax-scalar.c.o 2022-12-01T10:06:05.6009015Z [449/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/2x4-scalar.c.o 2022-12-01T10:06:05.6236367Z [449/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x4-relu-scalar.c.o 2022-12-01T10:06:05.6239418Z [450/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2-scalar.c.o 2022-12-01T10:06:05.6240595Z [450/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x4-scalar.c.o 2022-12-01T10:06:05.6241818Z [451/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2-relu-scalar.c.o 2022-12-01T10:06:05.6297986Z [451/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/scalar-p1.c.o 2022-12-01T10:06:05.6298559Z [452/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/2x4-relu-scalar.c.o 2022-12-01T10:06:05.6617113Z [452/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/scalar-p2.c.o 2022-12-01T10:06:05.6618104Z [453/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x4-relu-scalar.c.o 2022-12-01T10:06:05.6619414Z [453/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/scalar-p4.c.o 2022-12-01T10:06:05.6620452Z [454/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x4-minmax-scalar.c.o 2022-12-01T10:06:05.6720530Z [454/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/scalar-c1.c.o 2022-12-01T10:06:05.6721580Z [455/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/scalar-p1.c.o 2022-12-01T10:06:05.6845506Z [455/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/scalar-c2.c.o 2022-12-01T10:06:05.6846486Z [456/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/scalar-p2.c.o 2022-12-01T10:06:05.6855879Z [456/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/scalar-c4.c.o 2022-12-01T10:06:05.6856858Z [457/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x4-scalar.c.o 2022-12-01T10:06:05.7214869Z [457/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x4-minmax-scalar.c.o 2022-12-01T10:06:05.7215438Z [458/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/scalar-c2.c.o 2022-12-01T10:06:05.7255553Z [458/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x4-relu-scalar.c.o 2022-12-01T10:06:05.7256079Z [459/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/scalar-c1.c.o 2022-12-01T10:06:05.7378683Z [459/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x4-scalar.c.o 2022-12-01T10:06:05.7379661Z [460/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x4-minmax-scalar.c.o 2022-12-01T10:06:05.7510696Z [460/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/2x4-minmax-scalar.c.o 2022-12-01T10:06:05.7511614Z [461/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/scalar-c4.c.o 2022-12-01T10:06:05.7719865Z [461/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/2x4-relu-scalar.c.o 2022-12-01T10:06:05.7720888Z [462/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/scalar-p4.c.o 2022-12-01T10:06:05.7877853Z [462/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/2x4-scalar.c.o 2022-12-01T10:06:05.7878799Z [463/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x4-relu-scalar.c.o 2022-12-01T10:06:05.7930306Z [463/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2-minmax-scalar.c.o 2022-12-01T10:06:05.7931420Z [464/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x4-scalar.c.o 2022-12-01T10:06:05.7983507Z [464/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2-relu-scalar.c.o 2022-12-01T10:06:05.7984104Z [465/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/2x4-minmax-scalar.c.o 2022-12-01T10:06:05.8316530Z [465/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2-scalar.c.o 2022-12-01T10:06:05.8317211Z [466/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/2x4-relu-scalar.c.o 2022-12-01T10:06:05.8414012Z [466/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x4-minmax-scalar.c.o 2022-12-01T10:06:05.8414730Z [467/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/2x4-scalar.c.o 2022-12-01T10:06:05.8555436Z [467/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x4-relu-scalar.c.o 2022-12-01T10:06:05.8555999Z [468/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2-relu-scalar.c.o 2022-12-01T10:06:05.8586651Z [468/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x4-scalar.c.o 2022-12-01T10:06:05.8587302Z [469/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2-minmax-scalar.c.o 2022-12-01T10:06:05.8664193Z [469/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-maxpool/9p8x-minmax-scalar-c1.c.o 2022-12-01T10:06:05.8664769Z [470/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2-scalar.c.o 2022-12-01T10:06:05.9018172Z [470/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9p8x-minmax-scalar-c1.c.o 2022-12-01T10:06:05.9018747Z [471/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x4-minmax-scalar.c.o 2022-12-01T10:06:05.9120666Z [471/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9x-minmax-scalar-c1.c.o 2022-12-01T10:06:05.9121232Z [472/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x4-relu-scalar.c.o 2022-12-01T10:06:05.9171978Z [472/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/2x4-minmax-scalar.c.o 2022-12-01T10:06:05.9172553Z [473/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-maxpool/9p8x-minmax-scalar-c1.c.o 2022-12-01T10:06:05.9231585Z [473/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/3x3-minmax-scalar.c.o 2022-12-01T10:06:05.9232212Z [474/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9p8x-minmax-scalar-c1.c.o 2022-12-01T10:06:05.9284521Z [474/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/4x2-minmax-scalar.c.o 2022-12-01T10:06:05.9285086Z [475/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x4-scalar.c.o 2022-12-01T10:06:05.9434605Z [475/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/4x4-minmax-scalar.c.o 2022-12-01T10:06:05.9435408Z [476/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9x-minmax-scalar-c1.c.o 2022-12-01T10:06:05.9600072Z [476/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/scalar-2x1.c.o 2022-12-01T10:06:05.9601113Z [477/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/2x4-minmax-scalar.c.o 2022-12-01T10:06:05.9667632Z [477/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/scalar-2x4.c.o 2022-12-01T10:06:05.9668182Z [478/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/3x3-minmax-scalar.c.o 2022-12-01T10:06:05.9728865Z [478/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x1.c.o 2022-12-01T10:06:05.9729818Z [479/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/4x2-minmax-scalar.c.o 2022-12-01T10:06:05.9969140Z [479/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x2.c.o 2022-12-01T10:06:05.9969781Z [480/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/4x4-minmax-scalar.c.o 2022-12-01T10:06:05.9987775Z [480/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x3.c.o 2022-12-01T10:06:05.9988549Z [481/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/scalar-2x1.c.o 2022-12-01T10:06:06.0142451Z [481/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x4.c.o 2022-12-01T10:06:06.0143437Z [482/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/scalar-2x4.c.o 2022-12-01T10:06:06.0259566Z [482/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x1.c.o 2022-12-01T10:06:06.0310688Z [483/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x1.c.o 2022-12-01T10:06:06.0311735Z [483/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x2.c.o 2022-12-01T10:06:06.0312383Z [484/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x2.c.o 2022-12-01T10:06:06.0515796Z [484/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x3.c.o 2022-12-01T10:06:06.0516827Z [485/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x3.c.o 2022-12-01T10:06:06.0581588Z [485/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x4.c.o 2022-12-01T10:06:06.0582151Z [486/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-fmagic-x4.c.o 2022-12-01T10:06:06.0763547Z [486/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x1.c.o 2022-12-01T10:06:06.0764593Z [487/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x2.c.o 2022-12-01T10:06:06.0783460Z [487/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x2.c.o 2022-12-01T10:06:06.0784448Z [488/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x1.c.o 2022-12-01T10:06:06.0836070Z [488/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x3.c.o 2022-12-01T10:06:06.0837073Z [489/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x3.c.o 2022-12-01T10:06:06.1178067Z [489/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x4.c.o 2022-12-01T10:06:06.1178669Z [490/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x1.c.o 2022-12-01T10:06:06.1183972Z [490/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x1.c.o 2022-12-01T10:06:06.1184526Z [491/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-imagic-x4.c.o 2022-12-01T10:06:06.1327592Z [491/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x2.c.o 2022-12-01T10:06:06.1328223Z [492/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x3.c.o 2022-12-01T10:06:06.1350806Z [492/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x3.c.o 2022-12-01T10:06:06.1351835Z [493/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x4.c.o 2022-12-01T10:06:06.1493057Z [493/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x4.c.o 2022-12-01T10:06:06.1493849Z [494/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-scalar-lrintf-x2.c.o 2022-12-01T10:06:06.1765833Z [494/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x1.c.o 2022-12-01T10:06:06.1766522Z [495/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x1.c.o 2022-12-01T10:06:06.1867536Z [495/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x2.c.o 2022-12-01T10:06:06.1868554Z [496/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x2.c.o 2022-12-01T10:06:06.1906769Z [496/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x3.c.o 2022-12-01T10:06:06.1907363Z [497/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x3.c.o 2022-12-01T10:06:06.1969553Z [497/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x4.c.o 2022-12-01T10:06:06.1970248Z [498/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-fmagic-x4.c.o 2022-12-01T10:06:06.2200391Z [498/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x1.c.o 2022-12-01T10:06:06.2200980Z [499/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x1.c.o 2022-12-01T10:06:06.2308874Z [499/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x2.c.o 2022-12-01T10:06:06.2309503Z [500/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x2.c.o 2022-12-01T10:06:06.2433478Z [500/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x3.c.o 2022-12-01T10:06:06.2435043Z [501/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x4.c.o 2022-12-01T10:06:06.2485282Z [501/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x4.c.o 2022-12-01T10:06:06.2486278Z [502/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-imagic-x3.c.o 2022-12-01T10:06:06.2536610Z [502/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x1.c.o 2022-12-01T10:06:06.2537674Z [503/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x1.c.o 2022-12-01T10:06:06.2691487Z [503/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x2-acc2.c.o 2022-12-01T10:06:06.2692559Z [504/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x2.c.o 2022-12-01T10:06:06.2912972Z [504/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x2.c.o 2022-12-01T10:06:06.2913637Z [505/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x3.c.o 2022-12-01T10:06:06.2975425Z [505/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x4-acc2.c.o 2022-12-01T10:06:06.2976056Z [506/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x1.c.o 2022-12-01T10:06:06.3022619Z [506/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x4-acc4.c.o 2022-12-01T10:06:06.3023703Z [507/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-scalar-lrintf-x4.c.o 2022-12-01T10:06:06.3106411Z [507/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x4.c.o 2022-12-01T10:06:06.3107575Z [508/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x2-acc2.c.o 2022-12-01T10:06:06.3226795Z [508/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x1.c.o 2022-12-01T10:06:06.3227901Z [509/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x2.c.o 2022-12-01T10:06:06.3416260Z [509/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x2-acc2.c.o 2022-12-01T10:06:06.3416912Z [510/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x4-acc2.c.o 2022-12-01T10:06:06.3512687Z [510/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x2.c.o 2022-12-01T10:06:06.3513294Z [511/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x4.c.o 2022-12-01T10:06:06.3582850Z [511/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x4-acc2.c.o 2022-12-01T10:06:06.3583486Z [512/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-lut64-p2-x4-acc4.c.o 2022-12-01T10:06:06.3614435Z [512/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x4-acc4.c.o 2022-12-01T10:06:06.3615370Z [513/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x1.c.o 2022-12-01T10:06:06.3752582Z [513/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x4.c.o 2022-12-01T10:06:06.3753732Z [514/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x2-acc2.c.o 2022-12-01T10:06:06.3854550Z [514/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/scalar.c.o 2022-12-01T10:06:06.3855183Z [515/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x2.c.o 2022-12-01T10:06:06.4008722Z [515/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/1x1-minmax-scalar-pipelined.c.o 2022-12-01T10:06:06.4009445Z [516/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x4-acc2.c.o 2022-12-01T10:06:06.4020499Z [516/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/1x1-minmax-scalar.c.o 2022-12-01T10:06:06.4021369Z [517/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x4-acc4.c.o 2022-12-01T10:06:06.4186542Z [517/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/2x1-minmax-scalar-pipelined.c.o 2022-12-01T10:06:06.4187187Z [518/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/scalar-rr2-p5-x4.c.o 2022-12-01T10:06:06.4233277Z [518/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/2x1-minmax-scalar.c.o 2022-12-01T10:06:06.4234322Z [519/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/scalar.c.o 2022-12-01T10:06:06.4351455Z [519/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/4x1-minmax-scalar-pipelined.c.o 2022-12-01T10:06:06.4352051Z [520/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/1x1-minmax-scalar-pipelined.c.o 2022-12-01T10:06:06.4551996Z [520/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/4x1-minmax-scalar.c.o 2022-12-01T10:06:06.4552804Z [521/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/2x1-minmax-scalar-pipelined.c.o 2022-12-01T10:06:06.4553759Z [521/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x1-minmax-scalar-pipelined.c.o 2022-12-01T10:06:06.4554555Z [522/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/1x1-minmax-scalar.c.o 2022-12-01T10:06:06.4654697Z [522/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x1-minmax-scalar.c.o 2022-12-01T10:06:06.4655252Z [523/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/2x1-minmax-scalar.c.o 2022-12-01T10:06:06.4766300Z [523/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x2-minmax-scalar.c.o 2022-12-01T10:06:06.4766944Z [524/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/4x1-minmax-scalar-pipelined.c.o 2022-12-01T10:06:06.4880748Z [524/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x4-minmax-scalar.c.o 2022-12-01T10:06:06.4881364Z [525/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/4x1-minmax-scalar.c.o 2022-12-01T10:06:06.5020134Z [525/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x1.c.o 2022-12-01T10:06:06.5020722Z [526/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x1-minmax-scalar-pipelined.c.o 2022-12-01T10:06:06.5057690Z [526/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x2.c.o 2022-12-01T10:06:06.5058344Z [527/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x1-minmax-scalar.c.o 2022-12-01T10:06:06.5238603Z [527/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x4.c.o 2022-12-01T10:06:06.5239173Z [528/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x4-minmax-scalar.c.o 2022-12-01T10:06:06.5274765Z [528/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x8.c.o 2022-12-01T10:06:06.5275411Z [529/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x2-minmax-scalar.c.o 2022-12-01T10:06:06.5419768Z [529/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x1.c.o 2022-12-01T10:06:06.5420796Z [530/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x1.c.o 2022-12-01T10:06:06.5513106Z [530/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x2.c.o 2022-12-01T10:06:06.5514118Z [531/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x4.c.o 2022-12-01T10:06:06.5729571Z [531/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x4.c.o 2022-12-01T10:06:06.5730350Z [532/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x8.c.o 2022-12-01T10:06:06.5844255Z [532/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x8.c.o 2022-12-01T10:06:06.5844871Z [533/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x1.c.o 2022-12-01T10:06:06.5961017Z [533/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x1.c.o 2022-12-01T10:06:06.5961646Z [534/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x2.c.o 2022-12-01T10:06:06.6019249Z [534/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x2.c.o 2022-12-01T10:06:06.6020282Z [535/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x4.c.o 2022-12-01T10:06:06.6141551Z [535/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x4.c.o 2022-12-01T10:06:06.6142207Z [536/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-scalar-x2.c.o 2022-12-01T10:06:06.6336597Z [536/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x8.c.o 2022-12-01T10:06:06.6337184Z [537/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x1.c.o 2022-12-01T10:06:06.6467081Z [537/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x1.c.o 2022-12-01T10:06:06.6467660Z [538/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x2.c.o 2022-12-01T10:06:06.6550273Z [538/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x2.c.o 2022-12-01T10:06:06.6550949Z [539/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-relu-scalar-x8.c.o 2022-12-01T10:06:06.6605932Z [539/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x4.c.o 2022-12-01T10:06:06.6606562Z [540/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x4.c.o 2022-12-01T10:06:06.6734210Z [540/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x8.c.o 2022-12-01T10:06:06.6735202Z [541/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-scalar-x8.c.o 2022-12-01T10:06:06.6874934Z [541/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x1.c.o 2022-12-01T10:06:06.6875983Z [542/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x1.c.o 2022-12-01T10:06:06.6996745Z [542/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x2.c.o 2022-12-01T10:06:06.6997333Z [543/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x2.c.o 2022-12-01T10:06:06.7099866Z [543/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x4.c.o 2022-12-01T10:06:06.7278441Z [544/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x4.c.o 2022-12-01T10:06:06.7279039Z [544/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x8.c.o 2022-12-01T10:06:06.7280190Z [545/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-scalar-x8.c.o 2022-12-01T10:06:06.7333690Z [545/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x1.c.o 2022-12-01T10:06:06.7334753Z [546/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x1.c.o 2022-12-01T10:06:06.7407782Z [546/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x2.c.o 2022-12-01T10:06:06.7408770Z [547/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x2.c.o 2022-12-01T10:06:06.7661627Z [547/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x4.c.o 2022-12-01T10:06:06.7662223Z [548/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x8.c.o 2022-12-01T10:06:06.7686958Z [548/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x8.c.o 2022-12-01T10:06:06.7687746Z [549/6342] Generating src/x86_64-fma/2d-fourier-8x8.py.o 2022-12-01T10:06:06.7707188Z [549/6342] Generating src/x86_64-fma/2d-fourier-16x16.py.o 2022-12-01T10:06:06.7707981Z [550/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-relu-scalar-x4.c.o 2022-12-01T10:06:06.7760613Z [550/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x1.c.o 2022-12-01T10:06:06.7761610Z [551/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x1.c.o 2022-12-01T10:06:06.7910924Z [551/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x2.c.o 2022-12-01T10:06:06.7911966Z [552/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x4.c.o 2022-12-01T10:06:06.8214907Z [552/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x4.c.o 2022-12-01T10:06:06.8215922Z [553/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x1.c.o 2022-12-01T10:06:06.8230907Z [553/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x8.c.o 2022-12-01T10:06:06.8231478Z [554/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x8.c.o 2022-12-01T10:06:06.8271232Z [554/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x1.c.o 2022-12-01T10:06:06.8272244Z [555/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x2.c.o 2022-12-01T10:06:06.8510580Z [555/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x2.c.o 2022-12-01T10:06:06.8511165Z [556/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-scalar-x2.c.o 2022-12-01T10:06:06.8662295Z [556/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x4.c.o 2022-12-01T10:06:06.8663421Z [557/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x4.c.o 2022-12-01T10:06:06.8674440Z [557/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x8.c.o 2022-12-01T10:06:06.8675531Z [558/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-scalar-x8.c.o 2022-12-01T10:06:06.8693359Z [558/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x1.c.o 2022-12-01T10:06:06.8694064Z [559/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x1.c.o 2022-12-01T10:06:06.8858964Z [559/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x2.c.o 2022-12-01T10:06:06.8859980Z [560/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x2.c.o 2022-12-01T10:06:06.9064459Z [560/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x4.c.o 2022-12-01T10:06:06.9065058Z [561/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x4.c.o 2022-12-01T10:06:06.9233717Z [561/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x8.c.o 2022-12-01T10:06:06.9234716Z [562/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x1.c.o 2022-12-01T10:06:06.9279152Z [562/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x1.c.o 2022-12-01T10:06:06.9281406Z [563/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-relu-scalar-x8.c.o 2022-12-01T10:06:06.9367411Z [563/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x2.c.o 2022-12-01T10:06:06.9367969Z [564/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x4.c.o 2022-12-01T10:06:06.9400330Z [564/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x4.c.o 2022-12-01T10:06:06.9401308Z [565/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x2.c.o 2022-12-01T10:06:06.9498524Z [565/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x8.c.o 2022-12-01T10:06:06.9499609Z [566/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-scalar-x8.c.o 2022-12-01T10:06:06.9685991Z [566/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x1.c.o 2022-12-01T10:06:06.9686613Z [567/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x1.c.o 2022-12-01T10:06:06.9759784Z [567/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x2.c.o 2022-12-01T10:06:06.9760795Z [568/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x2.c.o 2022-12-01T10:06:06.9937515Z [568/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x4.c.o 2022-12-01T10:06:06.9938594Z [569/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x4.c.o 2022-12-01T10:06:06.9979938Z [569/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x8.c.o 2022-12-01T10:06:06.9980542Z [570/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-scalar-x8.c.o 2022-12-01T10:06:07.0053724Z [570/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x1.c.o 2022-12-01T10:06:07.0054613Z [571/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x1.c.o 2022-12-01T10:06:07.0221357Z [571/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x2.c.o 2022-12-01T10:06:07.0222127Z [572/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x4.c.o 2022-12-01T10:06:07.0275698Z [572/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x4.c.o 2022-12-01T10:06:07.0276582Z [573/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x2.c.o 2022-12-01T10:06:07.0442610Z [573/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x8.c.o 2022-12-01T10:06:07.0443515Z [574/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-relu-scalar-x8.c.o 2022-12-01T10:06:07.0589304Z [574/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x1.c.o 2022-12-01T10:06:07.0589875Z [575/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x1.c.o 2022-12-01T10:06:07.0627569Z [575/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x2.c.o 2022-12-01T10:06:07.0628530Z [576/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x2.c.o 2022-12-01T10:06:07.0800391Z [576/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x4.c.o 2022-12-01T10:06:07.0801136Z [577/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x4.c.o 2022-12-01T10:06:07.0896793Z [577/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x8.c.o 2022-12-01T10:06:07.0897352Z [578/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-scalar-x8.c.o 2022-12-01T10:06:07.0938800Z [578/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x1.c.o 2022-12-01T10:06:07.0939347Z [579/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x1.c.o 2022-12-01T10:06:07.1113346Z [579/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x2.c.o 2022-12-01T10:06:07.1113922Z [580/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x2.c.o 2022-12-01T10:06:07.1176771Z [580/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x4.c.o 2022-12-01T10:06:07.1177324Z [581/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x4.c.o 2022-12-01T10:06:07.1336841Z [581/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x8.c.o 2022-12-01T10:06:07.1337470Z [582/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-scalar-x8.c.o 2022-12-01T10:06:07.1388105Z [582/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x1.c.o 2022-12-01T10:06:07.1389095Z [583/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x1.c.o 2022-12-01T10:06:07.1593194Z [583/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x2.c.o 2022-12-01T10:06:07.1594141Z [584/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x2.c.o 2022-12-01T10:06:07.1724920Z [584/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x4.c.o 2022-12-01T10:06:07.1726086Z [585/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x4.c.o 2022-12-01T10:06:07.1729759Z [585/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x8.c.o 2022-12-01T10:06:07.1730290Z [586/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-scalar-x8.c.o 2022-12-01T10:06:07.1882720Z [586/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x1.c.o 2022-12-01T10:06:07.1883694Z [587/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x1.c.o 2022-12-01T10:06:07.1895939Z [587/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x2.c.o 2022-12-01T10:06:07.1896827Z [588/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x2.c.o 2022-12-01T10:06:07.2202652Z [588/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x4.c.o 2022-12-01T10:06:07.2203240Z [589/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x4.c.o 2022-12-01T10:06:07.2309801Z [589/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x8.c.o 2022-12-01T10:06:07.2310342Z [590/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-scalar-x8.c.o 2022-12-01T10:06:07.2312590Z [590/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x1.c.o 2022-12-01T10:06:07.2313368Z [591/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x1.c.o 2022-12-01T10:06:07.2425601Z [591/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x2.c.o 2022-12-01T10:06:07.2426598Z [592/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x2.c.o 2022-12-01T10:06:07.2491044Z [592/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x4.c.o 2022-12-01T10:06:07.2492009Z [593/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x4.c.o 2022-12-01T10:06:07.2826623Z [593/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x8.c.o 2022-12-01T10:06:07.2827175Z [594/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-scalar-x8.c.o 2022-12-01T10:06:07.2866925Z [594/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x1.c.o 2022-12-01T10:06:07.2867503Z [595/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x2.c.o 2022-12-01T10:06:07.2975569Z [595/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x2.c.o 2022-12-01T10:06:07.2976150Z [596/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x1.c.o 2022-12-01T10:06:07.3027957Z [596/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x4.c.o 2022-12-01T10:06:07.3029156Z [597/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x4.c.o 2022-12-01T10:06:07.3044572Z [597/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x8.c.o 2022-12-01T10:06:07.3045320Z [598/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-scalar-x8.c.o 2022-12-01T10:06:07.3335216Z [598/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x1.c.o 2022-12-01T10:06:07.3336412Z [599/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x1.c.o 2022-12-01T10:06:07.3531056Z [599/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x2.c.o 2022-12-01T10:06:07.3531607Z [600/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x1.c.o 2022-12-01T10:06:07.3594406Z [600/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x4.c.o 2022-12-01T10:06:07.3594965Z [601/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x2.c.o 2022-12-01T10:06:07.3623077Z [601/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x8.c.o 2022-12-01T10:06:07.3624015Z [602/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x8.c.o 2022-12-01T10:06:07.3686125Z [602/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x1.c.o 2022-12-01T10:06:07.3687788Z [603/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-relu-scalar-x4.c.o 2022-12-01T10:06:07.3819887Z [603/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x2.c.o 2022-12-01T10:06:07.3821138Z [604/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x2.c.o 2022-12-01T10:06:07.4072442Z [604/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x4.c.o 2022-12-01T10:06:07.4073455Z [605/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x4.c.o 2022-12-01T10:06:07.4133914Z [605/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x8.c.o 2022-12-01T10:06:07.4134920Z [606/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-scalar-x8.c.o 2022-12-01T10:06:07.4191145Z [606/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x1.c.o 2022-12-01T10:06:07.4192475Z [607/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x2.c.o 2022-12-01T10:06:07.4323251Z [607/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x2.c.o 2022-12-01T10:06:07.4324292Z [608/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x1.c.o 2022-12-01T10:06:07.4392801Z [608/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x4.c.o 2022-12-01T10:06:07.4393743Z [609/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x4.c.o 2022-12-01T10:06:07.4570230Z [609/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x8.c.o 2022-12-01T10:06:07.4571274Z [610/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-scalar-x8.c.o 2022-12-01T10:06:07.4657663Z [610/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x1.c.o 2022-12-01T10:06:07.4658230Z [611/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x1.c.o 2022-12-01T10:06:07.4705964Z [611/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x2.c.o 2022-12-01T10:06:07.4706700Z [612/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x2.c.o 2022-12-01T10:06:07.4808296Z [612/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x4.c.o 2022-12-01T10:06:07.4809178Z [613/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x4.c.o 2022-12-01T10:06:07.4867488Z [613/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x8.c.o 2022-12-01T10:06:07.4868053Z [614/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-relu-scalar-x8.c.o 2022-12-01T10:06:07.5058889Z [614/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x1.c.o 2022-12-01T10:06:07.5059593Z [615/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x1.c.o 2022-12-01T10:06:07.5203850Z [615/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x2.c.o 2022-12-01T10:06:07.5204664Z [616/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x2.c.o 2022-12-01T10:06:07.5341388Z [616/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x4.c.o 2022-12-01T10:06:07.5341990Z [617/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x8.c.o 2022-12-01T10:06:07.5372884Z [617/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x8.c.o 2022-12-01T10:06:07.5373941Z [618/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x1.c.o 2022-12-01T10:06:07.5387988Z [618/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x1.c.o 2022-12-01T10:06:07.5389267Z [619/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-scalar-x4.c.o 2022-12-01T10:06:07.5572481Z [619/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x2.c.o 2022-12-01T10:06:07.5573079Z [620/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x2.c.o 2022-12-01T10:06:07.5726833Z [620/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x4.c.o 2022-12-01T10:06:07.5727429Z [621/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x4.c.o 2022-12-01T10:06:07.5871579Z [621/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x8.c.o 2022-12-01T10:06:07.5872615Z [622/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x2.c.o 2022-12-01T10:06:07.5874097Z [622/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x1.c.o 2022-12-01T10:06:07.5874690Z [623/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-scalar-x8.c.o 2022-12-01T10:06:07.5905551Z [623/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x2.c.o 2022-12-01T10:06:07.5906482Z [624/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x1.c.o 2022-12-01T10:06:07.6091933Z [624/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x4.c.o 2022-12-01T10:06:07.6093276Z [625/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x4.c.o 2022-12-01T10:06:07.6265589Z [625/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x8.c.o 2022-12-01T10:06:07.6266218Z [626/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-relu-scalar-x8.c.o 2022-12-01T10:06:07.6356402Z [626/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x1.c.o 2022-12-01T10:06:07.6357104Z [627/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x1.c.o 2022-12-01T10:06:07.6404810Z [627/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x2.c.o 2022-12-01T10:06:07.6405390Z [628/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x2.c.o 2022-12-01T10:06:07.6640038Z [628/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x4.c.o 2022-12-01T10:06:07.6640697Z [629/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x8.c.o 2022-12-01T10:06:07.6827692Z [629/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x8.c.o 2022-12-01T10:06:07.6828559Z [630/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x1.c.o 2022-12-01T10:06:07.6878241Z [630/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x1.c.o 2022-12-01T10:06:07.6879062Z [631/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x2.c.o 2022-12-01T10:06:07.6973487Z [631/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x2.c.o 2022-12-01T10:06:07.6974417Z [632/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-scalar-x4.c.o 2022-12-01T10:06:07.7157937Z [632/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x4.c.o 2022-12-01T10:06:07.7158607Z [633/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x8.c.o 2022-12-01T10:06:07.7294714Z [633/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x8.c.o 2022-12-01T10:06:07.7295709Z [634/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x1.c.o 2022-12-01T10:06:07.7489177Z [634/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x1.c.o 2022-12-01T10:06:07.7489756Z [635/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x4.c.o 2022-12-01T10:06:07.7657242Z [635/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x2.c.o 2022-12-01T10:06:07.7657994Z [636/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x8.c.o 2022-12-01T10:06:07.7708544Z [636/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x4.c.o 2022-12-01T10:06:07.7709100Z [637/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-scalar-x4.c.o 2022-12-01T10:06:07.7759191Z [637/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x8.c.o 2022-12-01T10:06:07.7760585Z [638/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x1.c.o 2022-12-01T10:06:07.7857152Z [638/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x1.c.o 2022-12-01T10:06:07.7857723Z [639/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-relu-scalar-x2.c.o 2022-12-01T10:06:07.7898743Z [639/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x2.c.o 2022-12-01T10:06:07.7899489Z [640/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x2.c.o 2022-12-01T10:06:07.8132564Z [640/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x4.c.o 2022-12-01T10:06:07.8133588Z [641/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x4.c.o 2022-12-01T10:06:07.8152092Z [641/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x8.c.o 2022-12-01T10:06:07.8152644Z [642/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-scalar-x8.c.o 2022-12-01T10:06:07.8317100Z [642/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x1.c.o 2022-12-01T10:06:07.8318201Z [643/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x1.c.o 2022-12-01T10:06:07.8409426Z [643/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x2.c.o 2022-12-01T10:06:07.8410541Z [644/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x2.c.o 2022-12-01T10:06:07.8506180Z [644/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x4.c.o 2022-12-01T10:06:07.8507248Z [645/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x4.c.o 2022-12-01T10:06:07.8734555Z [645/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x8.c.o 2022-12-01T10:06:07.8735590Z [646/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x1.c.o 2022-12-01T10:06:07.8844911Z [646/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x1.c.o 2022-12-01T10:06:07.8845947Z [647/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x4.c.o 2022-12-01T10:06:07.8856543Z [647/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x2.c.o 2022-12-01T10:06:07.8857473Z [648/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x2.c.o 2022-12-01T10:06:07.8989765Z [648/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x4.c.o 2022-12-01T10:06:07.8990743Z [649/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-scalar-x8.c.o 2022-12-01T10:06:07.9097013Z [649/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x8.c.o 2022-12-01T10:06:07.9098027Z [650/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-scalar-x8.c.o 2022-12-01T10:06:07.9190035Z [650/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x1.c.o 2022-12-01T10:06:07.9191221Z [651/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x1.c.o 2022-12-01T10:06:07.9310225Z [651/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x2.c.o 2022-12-01T10:06:07.9311130Z [652/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x2.c.o 2022-12-01T10:06:07.9362926Z [652/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x4.c.o 2022-12-01T10:06:07.9363948Z [653/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x4.c.o 2022-12-01T10:06:07.9524540Z [653/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x8.c.o 2022-12-01T10:06:07.9525618Z [654/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-scalar-x8.c.o 2022-12-01T10:06:07.9569413Z [654/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x1.c.o 2022-12-01T10:06:07.9570459Z [655/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x1.c.o 2022-12-01T10:06:07.9704744Z [655/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x2.c.o 2022-12-01T10:06:07.9705630Z [656/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x2.c.o 2022-12-01T10:06:07.9818814Z [656/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x4.c.o 2022-12-01T10:06:07.9819833Z [657/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x4.c.o 2022-12-01T10:06:07.9843700Z [657/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x8.c.o 2022-12-01T10:06:07.9844744Z [658/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-relu-scalar-x8.c.o 2022-12-01T10:06:07.9998315Z [658/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x1.c.o 2022-12-01T10:06:07.9999742Z [659/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x1.c.o 2022-12-01T10:06:08.0119601Z [659/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x2.c.o 2022-12-01T10:06:08.0120230Z [660/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x2.c.o 2022-12-01T10:06:08.0198591Z [660/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x4.c.o 2022-12-01T10:06:08.0199797Z [661/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x4.c.o 2022-12-01T10:06:08.0326495Z [661/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x8.c.o 2022-12-01T10:06:08.0327567Z [662/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x1.c.o 2022-12-01T10:06:08.0328931Z [662/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x1.c.o 2022-12-01T10:06:08.0329903Z [663/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-scalar-x8.c.o 2022-12-01T10:06:08.0469332Z [663/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x2.c.o 2022-12-01T10:06:08.0471432Z [664/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x2.c.o 2022-12-01T10:06:08.0675262Z [664/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x4.c.o 2022-12-01T10:06:08.0675847Z [665/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x4.c.o 2022-12-01T10:06:08.0715953Z [665/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x8.c.o 2022-12-01T10:06:08.0716520Z [666/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-scalar-x8.c.o 2022-12-01T10:06:08.0813355Z [666/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x1.c.o 2022-12-01T10:06:08.0814359Z [667/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x2.c.o 2022-12-01T10:06:08.0829760Z [667/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x2.c.o 2022-12-01T10:06:08.0830764Z [668/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x1.c.o 2022-12-01T10:06:08.0990049Z [668/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x4.c.o 2022-12-01T10:06:08.0990628Z [669/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x4.c.o 2022-12-01T10:06:08.1162209Z [669/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x8.c.o 2022-12-01T10:06:08.1162786Z [670/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-relu-scalar-x8.c.o 2022-12-01T10:06:08.1248490Z [670/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-scalar-x1.c.o 2022-12-01T10:06:08.1249544Z [671/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x1.c.o 2022-12-01T10:06:08.1404032Z [671/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-scalar-x2.c.o 2022-12-01T10:06:08.1445012Z [672/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x2.c.o 2022-12-01T10:06:08.1446108Z [672/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-scalar-x4.c.o 2022-12-01T10:06:08.1446940Z [673/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x4.c.o 2022-12-01T10:06:08.1459928Z [673/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x1.c.o 2022-12-01T10:06:08.1461589Z [674/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-scalar-x8.c.o 2022-12-01T10:06:08.1676755Z [674/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x2.c.o 2022-12-01T10:06:08.1677780Z [675/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-scalar-x1.c.o 2022-12-01T10:06:08.1994445Z [675/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x3.c.o 2022-12-01T10:06:08.1995220Z [676/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x2.c.o 2022-12-01T10:06:08.2005406Z [676/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x4.c.o 2022-12-01T10:06:08.2005992Z [677/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-scalar-x4.c.o 2022-12-01T10:06:08.2009540Z [677/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x5.c.o 2022-12-01T10:06:08.2010945Z [678/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x1.c.o 2022-12-01T10:06:08.2019889Z [678/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x6.c.o 2022-12-01T10:06:08.2020867Z [679/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-scalar-x2.c.o 2022-12-01T10:06:08.2527991Z [679/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x1.c.o 2022-12-01T10:06:08.2528593Z [680/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x5.c.o 2022-12-01T10:06:08.2632170Z [680/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x2.c.o 2022-12-01T10:06:08.2632758Z [681/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x4.c.o 2022-12-01T10:06:08.2674283Z [681/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x3.c.o 2022-12-01T10:06:08.2674875Z [682/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x6.c.o 2022-12-01T10:06:08.2945020Z [682/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x4.c.o 2022-12-01T10:06:08.2946028Z [683/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x1.c.o 2022-12-01T10:06:08.3082852Z [683/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x5.c.o 2022-12-01T10:06:08.3083826Z [684/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x2.c.o 2022-12-01T10:06:08.3196981Z [684/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x6.c.o 2022-12-01T10:06:08.3197998Z [685/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x3.c.o 2022-12-01T10:06:08.3272291Z [685/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-scalar-x1.c.o 2022-12-01T10:06:08.3273297Z [686/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x3.c.o 2022-12-01T10:06:08.3325758Z [686/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-scalar-x2.c.o 2022-12-01T10:06:08.3326407Z [687/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x4.c.o 2022-12-01T10:06:08.3451560Z [687/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-scalar-x4.c.o 2022-12-01T10:06:08.3452947Z [688/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x5.c.o 2022-12-01T10:06:08.3628671Z [688/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-scalar-x1.c.o 2022-12-01T10:06:08.3629262Z [689/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-scalar-rr2-p6-x6.c.o 2022-12-01T10:06:08.3730792Z [689/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-scalar-x2.c.o 2022-12-01T10:06:08.3731753Z [690/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-scalar-x1.c.o 2022-12-01T10:06:08.3768970Z [690/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-scalar-x4.c.o 2022-12-01T10:06:08.3770145Z [691/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-scalar-x2.c.o 2022-12-01T10:06:08.3866774Z [691/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c1-minmax-scalar-2x.c.o 2022-12-01T10:06:08.3867407Z [692/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-scalar-x4.c.o 2022-12-01T10:06:08.3940829Z [692/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c2-minmax-scalar-2x.c.o 2022-12-01T10:06:08.3941460Z [693/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-scalar-x1.c.o 2022-12-01T10:06:08.4090610Z [693/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c4-minmax-scalar-2x.c.o 2022-12-01T10:06:08.4091199Z [694/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-scalar-x2.c.o 2022-12-01T10:06:08.4247963Z [694/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x1.c.o 2022-12-01T10:06:08.4248506Z [695/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-scalar-x4.c.o 2022-12-01T10:06:08.4262075Z [695/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x2.c.o 2022-12-01T10:06:08.4263054Z [696/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c1-minmax-scalar-2x.c.o 2022-12-01T10:06:08.4397694Z [696/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x4.c.o 2022-12-01T10:06:08.4398697Z [697/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c4-minmax-scalar-2x.c.o 2022-12-01T10:06:08.4443498Z [697/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x8.c.o 2022-12-01T10:06:08.4444506Z [698/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c2-minmax-scalar-2x.c.o 2022-12-01T10:06:08.4591449Z [698/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-scalar-libm-x1.c.o 2022-12-01T10:06:08.4592419Z [699/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x1.c.o 2022-12-01T10:06:08.4728757Z [699/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-scalar-libm-x2.c.o 2022-12-01T10:06:08.4729360Z [700/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x2.c.o 2022-12-01T10:06:08.4764418Z [700/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-scalar-libm-x4.c.o 2022-12-01T10:06:08.4765329Z [701/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x4.c.o 2022-12-01T10:06:08.4982965Z [701/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-scalar-libm-x1.c.o 2022-12-01T10:06:08.4983805Z [702/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-scalar-libm-x1.c.o 2022-12-01T10:06:08.4988128Z [702/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-scalar-libm-x2.c.o 2022-12-01T10:06:08.4988805Z [703/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-scalar-x8.c.o 2022-12-01T10:06:08.5177869Z [703/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-scalar-libm-x4.c.o 2022-12-01T10:06:08.5179123Z [704/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-scalar-libm-x2.c.o 2022-12-01T10:06:08.5338529Z [704/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-scalar-libm-x1.c.o 2022-12-01T10:06:08.5339232Z [705/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-scalar-libm-x4.c.o 2022-12-01T10:06:08.5341092Z [705/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-scalar-libm-x2.c.o 2022-12-01T10:06:08.5341638Z [706/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-scalar-libm-x1.c.o 2022-12-01T10:06:08.5528431Z [706/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-scalar-libm-x4.c.o 2022-12-01T10:06:08.5529200Z [707/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-scalar-libm-x2.c.o 2022-12-01T10:06:08.5536964Z [707/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-scalar-libm-x1.c.o 2022-12-01T10:06:08.5537510Z [708/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-scalar-libm-x4.c.o 2022-12-01T10:06:08.5750450Z [708/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-scalar-libm-x2.c.o 2022-12-01T10:06:08.5751446Z [709/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-scalar-libm-x1.c.o 2022-12-01T10:06:08.5925045Z [709/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-scalar-libm-x4.c.o 2022-12-01T10:06:08.5926029Z [710/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-scalar-libm-x2.c.o 2022-12-01T10:06:08.6021603Z [710/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut64-p2-div-x1.c.o 2022-12-01T10:06:08.6022298Z [711/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-scalar-libm-x4.c.o 2022-12-01T10:06:08.6050395Z [711/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut64-p2-div-x2.c.o 2022-12-01T10:06:08.6051491Z [712/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-scalar-libm-x1.c.o 2022-12-01T10:06:08.6174502Z [712/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut64-p2-div-x4.c.o 2022-12-01T10:06:08.6175934Z [713/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-scalar-libm-x2.c.o 2022-12-01T10:06:08.6269281Z [713/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut2048-p1-div-x1.c.o 2022-12-01T10:06:08.6270399Z [714/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-scalar-libm-x4.c.o 2022-12-01T10:06:08.6435767Z [714/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut2048-p1-div-x2.c.o 2022-12-01T10:06:08.6436852Z [715/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut64-p2-div-x1.c.o 2022-12-01T10:06:08.6576317Z [715/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut2048-p1-div-x4.c.o 2022-12-01T10:06:08.6577473Z [716/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut64-p2-div-x4.c.o 2022-12-01T10:06:08.6660068Z [716/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-p5-div-x1.c.o 2022-12-01T10:06:08.6660835Z [717/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut64-p2-div-x2.c.o 2022-12-01T10:06:08.6752037Z [717/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-p5-div-x2.c.o 2022-12-01T10:06:08.6753173Z [718/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut2048-p1-div-x1.c.o 2022-12-01T10:06:08.6840828Z [718/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-p5-div-x4.c.o 2022-12-01T10:06:08.6842028Z [719/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut2048-p1-div-x2.c.o 2022-12-01T10:06:08.6961182Z [719/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/scalar-sqrt-x1.c.o 2022-12-01T10:06:08.6962747Z [720/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-lut2048-p1-div-x4.c.o 2022-12-01T10:06:08.7038089Z [720/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/scalar-sqrt-x2.c.o 2022-12-01T10:06:08.7039184Z [721/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-p5-div-x1.c.o 2022-12-01T10:06:08.7342570Z [721/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/scalar-sqrt-x4.c.o 2022-12-01T10:06:08.7343419Z [722/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/scalar-sqrt-x1.c.o 2022-12-01T10:06:08.7376002Z [722/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-scalar-x1.c.o 2022-12-01T10:06:08.7376825Z [723/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-p5-div-x2.c.o 2022-12-01T10:06:08.7404934Z [723/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-scalar-x2.c.o 2022-12-01T10:06:08.7405523Z [724/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-scalar-rr2-p5-div-x4.c.o 2022-12-01T10:06:08.7666728Z [724/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-scalar-x4.c.o 2022-12-01T10:06:08.7668340Z [725/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/scalar-sqrt-x4.c.o 2022-12-01T10:06:08.7705104Z [725/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-scalar-x1.c.o 2022-12-01T10:06:08.7921447Z [726/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/scalar-sqrt-x2.c.o 2022-12-01T10:06:08.7922347Z [726/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-scalar-x2.c.o 2022-12-01T10:06:08.7922867Z [727/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-scalar-x1.c.o 2022-12-01T10:06:08.7977468Z [727/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-scalar-x4.c.o 2022-12-01T10:06:08.7978033Z [728/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-scalar-x2.c.o 2022-12-01T10:06:08.8136513Z [728/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-scalar-x1.c.o 2022-12-01T10:06:08.8137382Z [729/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-scalar-x4.c.o 2022-12-01T10:06:08.8171154Z [729/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-scalar-x2.c.o 2022-12-01T10:06:08.8171849Z [730/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-scalar-x1.c.o 2022-12-01T10:06:08.8178314Z [730/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-scalar-x4.c.o 2022-12-01T10:06:08.8178861Z [731/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-scalar-x2.c.o 2022-12-01T10:06:08.8412724Z [731/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-scalar-bitcast.c.o 2022-12-01T10:06:08.8413398Z [732/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-scalar-x4.c.o 2022-12-01T10:06:08.8436338Z [732/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-scalar-fabsf.c.o 2022-12-01T10:06:08.8437762Z [733/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-scalar-x1.c.o 2022-12-01T10:06:08.8610724Z [733/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-scalar-rr2-lut64-p2.c.o 2022-12-01T10:06:08.8611765Z [734/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-scalar-x2.c.o 2022-12-01T10:06:08.8706696Z [734/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-scalar-rr2-lut2048-p1.c.o 2022-12-01T10:06:08.8707302Z [735/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-scalar-bitcast.c.o 2022-12-01T10:06:08.8756078Z [735/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-scalar-rr2-p5.c.o 2022-12-01T10:06:08.8756647Z [736/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-scalar-x4.c.o 2022-12-01T10:06:08.8843080Z [736/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut4-p4.c.o 2022-12-01T10:06:08.8843722Z [737/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-scalar-rr2-lut64-p2.c.o 2022-12-01T10:06:08.8877613Z [737/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut8-p3.c.o 2022-12-01T10:06:08.8878249Z [738/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-scalar-fabsf.c.o 2022-12-01T10:06:08.9091105Z [738/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut8-p4.c.o 2022-12-01T10:06:08.9091683Z [739/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-scalar-rr2-p5.c.o 2022-12-01T10:06:08.9185958Z [739/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut16-p3.c.o 2022-12-01T10:06:08.9186587Z [740/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-scalar-rr2-lut2048-p1.c.o 2022-12-01T10:06:08.9247593Z [740/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut16-p4.c.o 2022-12-01T10:06:08.9248429Z [741/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut4-p4.c.o 2022-12-01T10:06:08.9300324Z [741/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-p5.c.o 2022-12-01T10:06:08.9301338Z [742/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut8-p3.c.o 2022-12-01T10:06:08.9472667Z [742/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-p6.c.o 2022-12-01T10:06:08.9473966Z [743/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut8-p4.c.o 2022-12-01T10:06:08.9479030Z [743/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-scalar-addsub.c.o 2022-12-01T10:06:08.9480422Z [744/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut16-p3.c.o 2022-12-01T10:06:08.9659815Z [744/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-scalar-cvt.c.o 2022-12-01T10:06:08.9660406Z [745/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-lut16-p4.c.o 2022-12-01T10:06:08.9719725Z [745/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-scalar-floor.c.o 2022-12-01T10:06:08.9720844Z [746/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-p6.c.o 2022-12-01T10:06:08.9880968Z [746/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-scalar-addsub.c.o 2022-12-01T10:06:08.9881525Z [747/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-scalar-addsub.c.o 2022-12-01T10:06:08.9914851Z [747/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-scalar-nearbyint.c.o 2022-12-01T10:06:08.9915499Z [748/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-scalar-rr2-p5.c.o 2022-12-01T10:06:09.0032576Z [748/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-scalar-rint.c.o 2022-12-01T10:06:09.0033337Z [749/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-scalar-cvt.c.o 2022-12-01T10:06:09.0213683Z [749/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-scalar-addsub.c.o 2022-12-01T10:06:09.0214658Z [750/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-scalar-floor.c.o 2022-12-01T10:06:09.0382052Z [750/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-scalar-ceil.c.o 2022-12-01T10:06:09.0383081Z [751/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-scalar-nearbyint.c.o 2022-12-01T10:06:09.0470650Z [751/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-scalar-cvt.c.o 2022-12-01T10:06:09.0471245Z [752/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-scalar-addsub.c.o 2022-12-01T10:06:09.0486336Z [752/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-scalar-addsub.c.o 2022-12-01T10:06:09.0487299Z [753/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-scalar-addsub.c.o 2022-12-01T10:06:09.0621956Z [753/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-scalar-cvt.c.o 2022-12-01T10:06:09.0622812Z [754/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-scalar-rint.c.o 2022-12-01T10:06:09.0635053Z [754/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-scalar-trunc.c.o 2022-12-01T10:06:09.0635988Z [755/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-scalar-ceil.c.o 2022-12-01T10:06:09.0799678Z [755/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-scalar-rr2-lut64-p2-div.c.o 2022-12-01T10:06:09.0800611Z [756/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-scalar-cvt.c.o 2022-12-01T10:06:09.0948471Z [756/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-scalar-rr2-lut2048-p1-div.c.o 2022-12-01T10:06:09.0949680Z [757/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-scalar-addsub.c.o 2022-12-01T10:06:09.0956959Z [757/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-scalar-rr2-p5-div.c.o 2022-12-01T10:06:09.1004705Z [758/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-scalar-cvt.c.o 2022-12-01T10:06:09.1117230Z [758/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/params-init.c.o 2022-12-01T10:06:09.1117772Z [759/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-scalar-trunc.c.o 2022-12-01T10:06:09.1211552Z [759/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x9-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:09.1212191Z [760/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-scalar-rr2-lut64-p2-div.c.o 2022-12-01T10:06:09.1330713Z [760/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x9-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:09.1331489Z [761/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-scalar-rr2-lut2048-p1-div.c.o 2022-12-01T10:06:09.1467334Z [761/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x9-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:09.1468461Z [762/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-scalar-rr2-p5-div.c.o 2022-12-01T10:06:09.1689857Z [762/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x25-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:09.1690653Z [763/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x9-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:09.1786190Z [763/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x25-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:09.1787178Z [764/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/params-init.c.o 2022-12-01T10:06:09.1919084Z [764/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x25-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:09.1920425Z [765/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x9-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:09.1961495Z [765/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x9-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:09.1962899Z [766/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x9-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:09.2128116Z [766/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x9-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:09.2128771Z [767/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x25-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:09.2363120Z [767/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x9-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:09.2380903Z [768/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x25-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:09.2381605Z [768/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x25-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:09.2382248Z [769/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up1x25-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:09.2527832Z [769/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x25-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:09.2528701Z [770/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x9-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:09.2595476Z [770/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x25-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:09.2596809Z [771/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x9-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:09.2833340Z [771/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x9-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:09.2834021Z [772/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x9-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:09.2899972Z [772/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x9-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:09.2901116Z [773/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x25-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:09.2975636Z [773/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x9-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:09.2977024Z [774/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x25-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:09.3257741Z [774/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x25-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:09.3258507Z [775/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x9-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:09.3327106Z [775/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x25-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:09.3328078Z [776/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up2x25-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:09.3399942Z [776/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x25-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:09.3400699Z [777/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x9-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:09.3556932Z [777/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:09.3559222Z [778/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x9-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:09.3618197Z [778/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:09.3619323Z [779/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x25-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:09.3871377Z [779/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:09.3872570Z [780/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x25-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:09.3901022Z [780/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:09.3901919Z [781/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up4x25-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:09.4283102Z [781/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:09.4284381Z [782/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:09.4425598Z [782/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:09.4432159Z [783/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:09.4433236Z [783/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:09.4434230Z [784/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:09.4601514Z [784/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:09.4602577Z [785/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:09.5019196Z [785/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:09.5019857Z [786/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:09.5061181Z [786/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:09.5062225Z [787/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:09.5188505Z [787/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:09.5189645Z [788/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:09.5196329Z [788/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:09.5197348Z [789/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:09.5247573Z [789/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:09.5248309Z [790/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:09.5691407Z [790/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:09.5692056Z [791/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:09.5749773Z [791/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:09.5750809Z [792/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:09.5880191Z [792/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:09.5881063Z [793/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:09.5913793Z [793/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:09.5914963Z [794/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:09.6061763Z [794/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:09.6063145Z [795/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:09.6390897Z [795/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:09.6391504Z [796/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:09.6414710Z [796/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:09.6415413Z [797/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:09.6584158Z [797/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:09.6585276Z [798/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:09.6621390Z [798/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:09.6622456Z [799/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:09.6758275Z [799/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:09.6758899Z [800/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:09.7137948Z [800/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:09.7139044Z [801/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:09.7140221Z [801/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:09.7141258Z [802/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:09.7265478Z [802/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:09.7266562Z [803/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:09.7485706Z [803/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:09.7486452Z [804/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:09.7491749Z [804/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:09.7494285Z [805/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:09.7794624Z [805/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:09.7795254Z [806/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:09.7873000Z [806/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:09.7874440Z [807/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:09.8074564Z [807/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:09.8075687Z [808/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:09.8102331Z [808/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:09.8103424Z [809/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:09.8242495Z [809/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:09.8243573Z [810/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:09.8494465Z [810/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:09.8495078Z [811/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:09.8692178Z [811/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:09.8693087Z [812/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:09.8697494Z [812/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:09.8698659Z [813/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:09.8726771Z [813/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:09.8728128Z [814/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:09.9043724Z [814/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:09.9045504Z [815/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:09.9285826Z [815/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:09.9286604Z [816/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:09.9461066Z [816/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:09.9461769Z [817/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:09.9486522Z [817/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:09.9487181Z [818/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:09.9581849Z [818/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:09.9582960Z [819/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:09.9733682Z [819/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:09.9734388Z [820/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:10.0028040Z [820/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:10.0178688Z [821/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:10.0179750Z [821/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:10.0180768Z [822/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:10.0223914Z [822/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:10.0224517Z [823/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:10.0386040Z [823/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:10.0387064Z [824/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:10.0665361Z [824/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:10.0666419Z [825/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:10.0888550Z [825/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x9-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:10.0889282Z [826/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:10.0915104Z [826/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x9-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:10.0915829Z [827/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:10.1108197Z [827/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x9-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:10.1109350Z [828/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:10.1233568Z [828/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x25-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:10.1234221Z [829/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x9-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:10.1347193Z [829/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x25-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:10.1348294Z [830/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:10.1408139Z [830/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x25-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:10.1408846Z [831/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x9-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:10.1514740Z [831/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x9-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:10.1515520Z [832/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x9-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:10.1747026Z [832/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x9-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:10.1747902Z [833/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x25-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:10.1848241Z [833/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x9-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:10.1849159Z [834/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x25-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:10.2027288Z [834/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x25-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:10.2028374Z [835/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up1x25-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:10.2115498Z [835/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x25-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:10.2116129Z [836/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x9-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:10.2378845Z [836/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x25-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:10.2379592Z [837/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x9-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:10.2426031Z [837/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x9-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:10.2426687Z [838/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x9-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:10.2511979Z [838/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x9-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:10.2512633Z [839/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x25-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:10.2582274Z [839/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x9-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:10.2583390Z [840/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x25-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:10.2711351Z [840/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x25-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:10.2712344Z [841/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up2x25-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:10.2992163Z [841/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x25-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:10.2992922Z [842/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x9-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:10.3021429Z [842/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x25-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:10.3022051Z [843/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x9-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:10.3194423Z [843/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x1.c.o 2022-12-01T10:06:10.3195716Z [844/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x9-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:10.3245743Z [844/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x2.c.o 2022-12-01T10:06:10.3246474Z [845/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x25-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:10.3383807Z [845/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x3.c.o 2022-12-01T10:06:10.3384469Z [846/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x25-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:10.3562487Z [846/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x4.c.o 2022-12-01T10:06:10.3563067Z [847/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x1.c.o 2022-12-01T10:06:10.3600241Z [847/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-12-01T10:06:10.3600894Z [848/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up4x25-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:10.3771298Z [848/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-12-01T10:06:10.3772354Z [849/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x4.c.o 2022-12-01T10:06:10.3849524Z [849/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-12-01T10:06:10.3850524Z [850/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x3.c.o 2022-12-01T10:06:10.3878402Z [850/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c1.c.o 2022-12-01T10:06:10.3879443Z [851/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-scalar-x2.c.o 2022-12-01T10:06:10.4024744Z [851/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c2.c.o 2022-12-01T10:06:10.4025705Z [852/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-12-01T10:06:10.4126305Z [852/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c4.c.o 2022-12-01T10:06:10.4127448Z [853/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-12-01T10:06:10.4282834Z [853/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-12-01T10:06:10.4283651Z [854/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-12-01T10:06:10.4429837Z [854/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-12-01T10:06:10.4430993Z [855/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c1.c.o 2022-12-01T10:06:10.4543322Z [855/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-12-01T10:06:10.4543954Z [856/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c2.c.o 2022-12-01T10:06:10.4706798Z [856/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-12-01T10:06:10.4707576Z [857/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c4.c.o 2022-12-01T10:06:10.4801285Z [857/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-12-01T10:06:10.4802398Z [858/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-12-01T10:06:10.4870788Z [858/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-12-01T10:06:10.4871870Z [859/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-12-01T10:06:10.4906475Z [859/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c1.c.o 2022-12-01T10:06:10.4907114Z [860/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-12-01T10:06:10.5257222Z [860/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c2.c.o 2022-12-01T10:06:10.5257854Z [861/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-12-01T10:06:10.5292898Z [861/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c4.c.o 2022-12-01T10:06:10.5293627Z [862/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-12-01T10:06:10.5306265Z [862/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-12-01T10:06:10.5307380Z [863/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-12-01T10:06:10.5445478Z [863/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-12-01T10:06:10.5446603Z [864/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c1.c.o 2022-12-01T10:06:10.5507350Z [864/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-12-01T10:06:10.5508652Z [865/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c2.c.o 2022-12-01T10:06:10.5768244Z [865/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:10.5768952Z [866/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-12-01T10:06:10.5860549Z [866/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:10.5861603Z [867/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-12-01T10:06:10.6059733Z [867/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:10.6061182Z [868/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c4.c.o 2022-12-01T10:06:10.6182158Z [868/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:10.6182933Z [869/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-12-01T10:06:10.6205801Z [869/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:10.6206860Z [870/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:10.6395301Z [870/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:10.6396374Z [871/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:10.6667833Z [871/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:10.6668940Z [872/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:10.6810998Z [872/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:10.6811661Z [873/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:10.6934521Z [873/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:10.6935177Z [874/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:10.6968184Z [874/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:10.6969260Z [875/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:10.7173523Z [875/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:10.7174256Z [876/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:10.7426879Z [876/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:10.7427734Z [877/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:10.7565337Z [877/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:10.7565954Z [878/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:10.7726255Z [878/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:10.7727150Z [879/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:10.7743321Z [879/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:10.7743982Z [880/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:10.8094288Z [880/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:10.8095082Z [881/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:10.8321155Z [881/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:10.8321775Z [882/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:10.8482058Z [882/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:10.8483171Z [883/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:10.8562293Z [883/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:10.8563643Z [884/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:10.8793640Z [884/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:10.8794251Z [885/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:10.8964407Z [885/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:10.8965164Z [886/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:10.9123526Z [886/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:10.9124151Z [887/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:10.9405174Z [887/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:10.9406284Z [888/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:10.9407497Z [888/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:10.9408532Z [889/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:10.9600636Z [889/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:10.9601742Z [890/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:10.9663417Z [890/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:10.9664072Z [891/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:10.9920354Z [891/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:10.9920980Z [892/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:11.0100724Z [892/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:11.0101406Z [893/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:11.0122038Z [893/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:11.0122975Z [894/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:11.0330112Z [894/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:11.0330722Z [895/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:11.0668061Z [895/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:11.0668724Z [896/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:11.0750830Z [896/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:11.0751613Z [897/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:11.0867495Z [897/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:11.0868136Z [898/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:11.0957901Z [898/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:11.0959003Z [899/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:11.1126926Z [899/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:11.1128028Z [900/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:11.1416107Z [900/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:11.1416710Z [901/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:11.1431608Z [901/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:11.1432277Z [902/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:11.1533678Z [902/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:11.1534423Z [903/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:11.1672997Z [903/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:11.1673738Z [904/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:11.1997308Z [904/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:11.1997935Z [905/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:11.2207330Z [905/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:11.2208252Z [906/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:11.2222411Z [906/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:11.2223023Z [907/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:11.2385730Z [907/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:11.2386497Z [908/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:11.2490987Z [908/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:11.2491600Z [909/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:11.2713777Z [909/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:11.2719167Z [910/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:11.2978980Z [910/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:11.2979602Z [911/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:11.3012091Z [911/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:11.3013112Z [912/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:11.3145870Z [912/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:11.3146554Z [913/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:11.3197326Z [913/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-scalar-fmagic.c.o 2022-12-01T10:06:11.3198349Z [914/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:11.3486476Z [914/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-scalar-lrintf.c.o 2022-12-01T10:06:11.3487125Z [915/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:11.3697232Z [915/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-scalar.c.o 2022-12-01T10:06:11.3698052Z [916/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:11.3704985Z [916/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-scalar-signed64.c.o 2022-12-01T10:06:11.3705657Z [917/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-scalar-fmagic.c.o 2022-12-01T10:06:11.3739103Z [917/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-scalar-unsigned32.c.o 2022-12-01T10:06:11.3739727Z [918/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:11.3864264Z [918/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-scalar-unsigned64.c.o 2022-12-01T10:06:11.3865479Z [919/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-scalar-lrintf.c.o 2022-12-01T10:06:11.3980749Z [919/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndnu-scalar.c.o 2022-12-01T10:06:11.3981767Z [920/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-scalar.c.o 2022-12-01T10:06:11.4167182Z [920/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-scalar-x1.c.o 2022-12-01T10:06:11.4167898Z [921/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-scalar-unsigned32.c.o 2022-12-01T10:06:11.4317886Z [921/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-scalar-x2.c.o 2022-12-01T10:06:11.4318898Z [922/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndnu-scalar.c.o 2022-12-01T10:06:11.4320233Z [922/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-scalar-x4.c.o 2022-12-01T10:06:11.4321235Z [923/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-scalar-unsigned64.c.o 2022-12-01T10:06:11.4418761Z [923/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-scalar-x1.c.o 2022-12-01T10:06:11.4419300Z [924/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-scalar-x1.c.o 2022-12-01T10:06:11.4589138Z [924/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-scalar-x2.c.o 2022-12-01T10:06:11.4589945Z [925/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-scalar-x2.c.o 2022-12-01T10:06:11.4807695Z [925/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-scalar-x4.c.o 2022-12-01T10:06:11.4808298Z [926/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-scalar-signed64.c.o 2022-12-01T10:06:11.4826943Z [926/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-scalar-x1.c.o 2022-12-01T10:06:11.4827497Z [927/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-scalar-x1.c.o 2022-12-01T10:06:11.4851905Z [927/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-scalar-x2.c.o 2022-12-01T10:06:11.4852476Z [928/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-scalar-x4.c.o 2022-12-01T10:06:11.4966851Z [928/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-scalar-x4.c.o 2022-12-01T10:06:11.4967790Z [929/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-scalar-x2.c.o 2022-12-01T10:06:11.5171283Z [929/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-scalar-x1.c.o 2022-12-01T10:06:11.5171909Z [930/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-scalar-x4.c.o 2022-12-01T10:06:11.5330416Z [930/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-scalar-x2.c.o 2022-12-01T10:06:11.5331426Z [931/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-scalar-x1.c.o 2022-12-01T10:06:11.5415644Z [931/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-scalar-x4.c.o 2022-12-01T10:06:11.5416804Z [932/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-scalar-x2.c.o 2022-12-01T10:06:11.5513706Z [932/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9p8x-minmax-scalar-c1.c.o 2022-12-01T10:06:11.5514745Z [933/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-scalar-x1.c.o 2022-12-01T10:06:11.5601811Z [933/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9x-minmax-scalar-c1.c.o 2022-12-01T10:06:11.5602511Z [934/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-scalar-x4.c.o 2022-12-01T10:06:11.5657089Z [934/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x9-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:11.5657683Z [935/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-scalar-x2.c.o 2022-12-01T10:06:11.5890604Z [935/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x9-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:11.5891666Z [936/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-scalar-x4.c.o 2022-12-01T10:06:11.5925578Z [936/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x9-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:11.5926632Z [937/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9p8x-minmax-scalar-c1.c.o 2022-12-01T10:06:11.6005218Z [937/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x25-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:11.6006274Z [938/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9x-minmax-scalar-c1.c.o 2022-12-01T10:06:11.6144623Z [938/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x25-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:11.6145319Z [939/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x9-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:11.6244812Z [939/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x25-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:11.6245937Z [940/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x9-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:11.6608614Z [940/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x9-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:11.6609413Z [941/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x9-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:11.6669538Z [941/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x9-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:11.6670158Z [942/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x25-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:11.6676250Z [942/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x9-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:11.6676870Z [943/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x25-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:11.6871613Z [943/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x25-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:11.6872699Z [944/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x9-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:11.6899914Z [944/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x25-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:11.6901421Z [945/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up1x25-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:11.7206688Z [945/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x25-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:11.7207983Z [946/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x9-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:11.7228350Z [946/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x9-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:11.7229435Z [947/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x9-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:11.7401661Z [947/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x9-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:11.7402416Z [948/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x25-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:11.7670371Z [948/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x9-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:11.7670984Z [949/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x25-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:11.7791601Z [949/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x25-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:11.7792249Z [950/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x9-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:11.7883458Z [950/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x25-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:11.7885932Z [951/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x9-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:11.8005092Z [951/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x25-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:11.8005722Z [952/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x9-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:11.8251784Z [952/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x1.c.o 2022-12-01T10:06:11.8252778Z [953/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x25-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:11.8417556Z [953/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x2.c.o 2022-12-01T10:06:11.8419110Z [954/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x25-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:11.8430634Z [954/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x3.c.o 2022-12-01T10:06:11.8431243Z [955/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x1.c.o 2022-12-01T10:06:11.8473455Z [955/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x4.c.o 2022-12-01T10:06:11.8474577Z [956/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up4x25-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:11.8777766Z [956/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-12-01T10:06:11.8778561Z [957/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x2.c.o 2022-12-01T10:06:11.8900820Z [957/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-12-01T10:06:11.8901485Z [958/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x3.c.o 2022-12-01T10:06:11.9070760Z [958/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-12-01T10:06:11.9071409Z [959/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-12-01T10:06:11.9157914Z [959/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c1.c.o 2022-12-01T10:06:11.9158985Z [960/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-scalar-x4.c.o 2022-12-01T10:06:11.9301054Z [960/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c2.c.o 2022-12-01T10:06:11.9302164Z [961/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-12-01T10:06:11.9460341Z [961/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c4.c.o 2022-12-01T10:06:11.9461491Z [962/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-12-01T10:06:11.9575340Z [962/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-12-01T10:06:11.9576004Z [963/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c1.c.o 2022-12-01T10:06:11.9696927Z [963/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-12-01T10:06:11.9698051Z [964/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c2.c.o 2022-12-01T10:06:11.9829124Z [964/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-12-01T10:06:11.9829829Z [965/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-imagic-c4.c.o 2022-12-01T10:06:11.9975199Z [965/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-12-01T10:06:11.9975870Z [966/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-12-01T10:06:12.0100058Z [966/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-12-01T10:06:12.0100706Z [967/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-12-01T10:06:12.0362106Z [967/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-12-01T10:06:12.0362747Z [968/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-12-01T10:06:12.0401003Z [968/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c1.c.o 2022-12-01T10:06:12.0401787Z [969/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c1.c.o 2022-12-01T10:06:12.0509132Z [969/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c2.c.o 2022-12-01T10:06:12.0509799Z [970/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c2.c.o 2022-12-01T10:06:12.0600832Z [970/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c4.c.o 2022-12-01T10:06:12.0601969Z [971/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-fmagic-c4.c.o 2022-12-01T10:06:12.0964720Z [971/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-12-01T10:06:12.0965847Z [972/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c1.c.o 2022-12-01T10:06:12.1051570Z [972/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-12-01T10:06:12.1052210Z [973/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c4.c.o 2022-12-01T10:06:12.1156885Z [973/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-12-01T10:06:12.1157520Z [974/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-imagic-c2.c.o 2022-12-01T10:06:12.1415027Z [974/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:12.1415697Z [975/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c1.c.o 2022-12-01T10:06:12.1443862Z [975/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:12.1444587Z [976/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c2.c.o 2022-12-01T10:06:12.1656305Z [976/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:12.1657380Z [977/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-scalar-lrintf-c4.c.o 2022-12-01T10:06:12.1876943Z [977/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:12.1877611Z [978/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:12.2063008Z [978/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:12.2063727Z [979/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:12.2107052Z [979/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:12.2107985Z [980/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:12.2352999Z [980/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:12.2353754Z [981/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:12.2590407Z [981/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:12.2591714Z [982/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:12.2715589Z [982/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:12.2716677Z [983/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:12.2931593Z [983/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:12.2932657Z [984/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:12.3061338Z [984/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:12.3062380Z [985/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:12.3116207Z [985/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:12.3116851Z [986/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up2x25-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:12.3220204Z [986/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:12.3221252Z [987/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:12.3407695Z [987/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:12.3409137Z [988/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:12.3674229Z [988/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:12.3674981Z [989/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:12.3832565Z [989/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:12.3833620Z [990/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:12.3965003Z [990/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:12.3965624Z [991/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:12.4005506Z [991/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:12.4006099Z [992/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:12.4065031Z [992/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:12.4066105Z [993/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:12.4393082Z [993/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:12.4394506Z [994/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:12.4589599Z [994/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:12.4590314Z [995/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:12.4798195Z [995/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:12.4799395Z [996/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:12.4814814Z [996/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:12.4815852Z [997/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:12.4861342Z [997/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:12.4862036Z [998/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:12.5186432Z [998/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:12.5187090Z [999/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:12.5367393Z [999/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:12.5368224Z [1000/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:12.5600085Z [1000/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:12.5601216Z [1001/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:12.5705619Z [1001/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:12.5706677Z [1002/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:12.5770603Z [1002/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:12.5771734Z [1003/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:12.5813757Z [1003/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:12.5814437Z [1004/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:12.6055085Z [1004/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:12.6056167Z [1005/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:12.6345077Z [1005/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:12.6345739Z [1006/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:12.6393423Z [1006/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:12.6394989Z [1007/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:12.6533550Z [1007/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:12.6534618Z [1008/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:12.6589541Z [1008/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:12.6590665Z [1009/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:12.6771812Z [1009/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:12.6772718Z [1010/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:12.7027942Z [1010/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:12.7029026Z [1011/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:12.7214084Z [1011/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:12.7215141Z [1012/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:12.7256434Z [1012/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:12.7257717Z [1013/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:12.7274280Z [1013/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:12.7275332Z [1014/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:12.7509116Z [1014/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:12.7510124Z [1015/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:12.7759583Z [1015/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:12.7761900Z [1016/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:12.7977415Z [1016/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:12.7978092Z [1017/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:12.8046931Z [1017/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:12.8048248Z [1018/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:12.8123005Z [1018/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:12.8124244Z [1019/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:12.8381657Z [1019/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:12.8601755Z [1020/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:12.8602425Z [1020/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:12.8603157Z [1021/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x2-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:12.8759910Z [1021/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:12.8760610Z [1022/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x2-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:12.8866567Z [1022/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/fp32-scalar-fmagic.c.o 2022-12-01T10:06:12.8867169Z [1023/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x2-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:12.8925965Z [1023/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/fp32-scalar-lrintf.c.o 2022-12-01T10:06:12.8927294Z [1024/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4-minmax-fp32-scalar-fmagic.c.o 2022-12-01T10:06:12.9237461Z [1024/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-scalar.c.o 2022-12-01T10:06:12.9238552Z [1025/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4-minmax-fp32-scalar-imagic.c.o 2022-12-01T10:06:12.9377372Z [1025/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-scalar-signed64.c.o 2022-12-01T10:06:12.9377985Z [1026/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/fp32-scalar-fmagic.c.o 2022-12-01T10:06:12.9420836Z [1026/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-scalar-unsigned32.c.o 2022-12-01T10:06:12.9421480Z [1027/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/fp32-scalar-lrintf.c.o 2022-12-01T10:06:12.9470595Z [1027/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-scalar-unsigned64.c.o 2022-12-01T10:06:12.9471258Z [1028/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-scalar.c.o 2022-12-01T10:06:12.9622820Z [1028/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-scalar-x1.c.o 2022-12-01T10:06:12.9623491Z [1029/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4-minmax-fp32-scalar-lrintf.c.o 2022-12-01T10:06:12.9676645Z [1029/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-scalar-x2.c.o 2022-12-01T10:06:12.9677241Z [1030/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-scalar-signed64.c.o 2022-12-01T10:06:12.9910918Z [1030/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-scalar-x4.c.o 2022-12-01T10:06:12.9911935Z [1031/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-scalar-unsigned32.c.o 2022-12-01T10:06:12.9935889Z [1031/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-scalar-x1.c.o 2022-12-01T10:06:12.9937017Z [1032/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-scalar-unsigned64.c.o 2022-12-01T10:06:13.0007613Z [1032/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-scalar-x2.c.o 2022-12-01T10:06:13.0008197Z [1033/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-scalar-x1.c.o 2022-12-01T10:06:13.0139565Z [1033/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-scalar-x4.c.o 2022-12-01T10:06:13.0140558Z [1034/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-scalar-x2.c.o 2022-12-01T10:06:13.0193610Z [1034/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-scalar-x1.c.o 2022-12-01T10:06:13.0194644Z [1035/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-scalar-x4.c.o 2022-12-01T10:06:13.0373931Z [1035/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-scalar-x2.c.o 2022-12-01T10:06:13.0374502Z [1036/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-scalar-x1.c.o 2022-12-01T10:06:13.0499696Z [1036/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-scalar-x4.c.o 2022-12-01T10:06:13.0500251Z [1037/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-scalar-x2.c.o 2022-12-01T10:06:13.0530367Z [1037/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-scalar-x1.c.o 2022-12-01T10:06:13.0530927Z [1038/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-scalar-x4.c.o 2022-12-01T10:06:13.0676406Z [1038/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-scalar-x2.c.o 2022-12-01T10:06:13.0677774Z [1039/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-scalar-x1.c.o 2022-12-01T10:06:13.0723323Z [1039/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-scalar-x4.c.o 2022-12-01T10:06:13.0724355Z [1040/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-scalar-x2.c.o 2022-12-01T10:06:13.0896844Z [1040/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/scalar-c1.c.o 2022-12-01T10:06:13.0897796Z [1041/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-scalar-x4.c.o 2022-12-01T10:06:13.1098907Z [1041/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/scalar-c2.c.o 2022-12-01T10:06:13.1099918Z [1042/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-scalar-x1.c.o 2022-12-01T10:06:13.1111780Z [1042/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/scalar-c4.c.o 2022-12-01T10:06:13.1112757Z [1043/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-scalar-x2.c.o 2022-12-01T10:06:13.1252908Z [1043/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-maxpool/9p8x-minmax-scalar-c1.c.o 2022-12-01T10:06:13.1253909Z [1044/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/scalar-c1.c.o 2022-12-01T10:06:13.1368949Z [1044/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-vclamp/scalar-x4.c.o 2022-12-01T10:06:13.1370125Z [1045/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-scalar-x4.c.o 2022-12-01T10:06:13.1405684Z [1045/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/scalar-c1.c.o 2022-12-01T10:06:13.1406245Z [1046/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/scalar-c2.c.o 2022-12-01T10:06:13.1548349Z [1046/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/scalar-c2.c.o 2022-12-01T10:06:13.1549282Z [1047/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/scalar-c4.c.o 2022-12-01T10:06:13.1611769Z [1047/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/scalar-c4.c.o 2022-12-01T10:06:13.1612746Z [1048/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-maxpool/9p8x-minmax-scalar-c1.c.o 2022-12-01T10:06:13.1809422Z [1048/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-lut32norm/scalar.c.o 2022-12-01T10:06:13.1810028Z [1049/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-vclamp/scalar-x4.c.o 2022-12-01T10:06:13.1839958Z [1049/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-maxpool/9p8x-minmax-scalar-c1.c.o 2022-12-01T10:06:13.1840962Z [1050/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/scalar-c1.c.o 2022-12-01T10:06:13.1997761Z [1050/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-rmax/scalar.c.o 2022-12-01T10:06:13.1998332Z [1051/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/scalar-c2.c.o 2022-12-01T10:06:13.2067148Z [1051/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-vclamp/scalar-x4.c.o 2022-12-01T10:06:13.2067700Z [1052/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-lut32norm/scalar.c.o 2022-12-01T10:06:13.2107320Z [1052/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-copy/memcpy.c.o 2022-12-01T10:06:13.2107934Z [1053/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/scalar-c4.c.o 2022-12-01T10:06:13.2220441Z [1053/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-fill/scalar-x16.c.o 2022-12-01T10:06:13.2221370Z [1054/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-rmax/scalar.c.o 2022-12-01T10:06:13.2249417Z [1054/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-pad/scalar.c.o 2022-12-01T10:06:13.2249965Z [1055/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-maxpool/9p8x-minmax-scalar-c1.c.o 2022-12-01T10:06:13.2517363Z [1055/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x1.c.o 2022-12-01T10:06:13.2517918Z [1056/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-vclamp/scalar-x4.c.o 2022-12-01T10:06:13.2637854Z [1056/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x2.c.o 2022-12-01T10:06:13.2638772Z [1057/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-fill/scalar-x16.c.o 2022-12-01T10:06:13.2708868Z [1057/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x4.c.o 2022-12-01T10:06:13.2709393Z [1058/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-pad/scalar.c.o 2022-12-01T10:06:13.2903818Z [1058/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x8.c.o 2022-12-01T10:06:13.2904511Z [1059/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x1.c.o 2022-12-01T10:06:13.2967840Z [1059/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x16.c.o 2022-12-01T10:06:13.2968379Z [1060/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x2.c.o 2022-12-01T10:06:13.3060520Z [1060/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/1x2-scalar-int.c.o 2022-12-01T10:06:13.3061084Z [1061/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-copy/memcpy.c.o 2022-12-01T10:06:13.3144326Z [1061/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/1x4-scalar-int.c.o 2022-12-01T10:06:13.3145295Z [1062/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x8.c.o 2022-12-01T10:06:13.3152870Z [1062/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/2x1-scalar-int.c.o 2022-12-01T10:06:13.3153760Z [1063/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x4.c.o 2022-12-01T10:06:13.3333802Z [1063/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/2x2-scalar-int.c.o 2022-12-01T10:06:13.3334350Z [1064/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-scalar-x16.c.o 2022-12-01T10:06:13.3468270Z [1064/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/2x4-scalar-int.c.o 2022-12-01T10:06:13.3468816Z [1065/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/1x2-scalar-int.c.o 2022-12-01T10:06:13.3563107Z [1065/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/4x1-scalar-int.c.o 2022-12-01T10:06:13.3563677Z [1066/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/1x4-scalar-int.c.o 2022-12-01T10:06:13.3605956Z [1066/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/4x2-scalar-int.c.o 2022-12-01T10:06:13.3606903Z [1067/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/2x1-scalar-int.c.o 2022-12-01T10:06:13.3651617Z [1067/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/4x4-scalar-int.c.o 2022-12-01T10:06:13.3652188Z [1068/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/2x2-scalar-int.c.o 2022-12-01T10:06:13.3929591Z [1068/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/xm-scalar.c.o 2022-12-01T10:06:13.3930134Z [1069/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/4x1-scalar-int.c.o 2022-12-01T10:06:13.3985777Z [1069/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x2-scalar.c.o 2022-12-01T10:06:13.3986308Z [1070/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/2x4-scalar-int.c.o 2022-12-01T10:06:13.4036328Z [1070/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x3-scalar.c.o 2022-12-01T10:06:13.4037228Z [1071/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/4x2-scalar-int.c.o 2022-12-01T10:06:13.4131421Z [1071/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x4-scalar.c.o 2022-12-01T10:06:13.4172987Z [1072/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/4x4-scalar-int.c.o 2022-12-01T10:06:13.4173996Z [1072/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/1x2-scalar-int.c.o 2022-12-01T10:06:13.4175106Z [1073/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/xm-scalar.c.o 2022-12-01T10:06:13.4348850Z [1073/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/1x4-scalar-int.c.o 2022-12-01T10:06:13.4349414Z [1074/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x2-scalar.c.o 2022-12-01T10:06:13.4466632Z [1074/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/2x1-scalar-int.c.o 2022-12-01T10:06:13.4467549Z [1075/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x3-scalar.c.o 2022-12-01T10:06:13.4480668Z [1075/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/2x2-scalar-int.c.o 2022-12-01T10:06:13.4481197Z [1076/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x4-scalar.c.o 2022-12-01T10:06:13.4601057Z [1076/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/2x4-scalar-int.c.o 2022-12-01T10:06:13.4601681Z [1077/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/1x2-scalar-int.c.o 2022-12-01T10:06:13.4688020Z [1077/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/4x1-scalar-int.c.o 2022-12-01T10:06:13.4688586Z [1078/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/1x4-scalar-int.c.o 2022-12-01T10:06:13.4875980Z [1078/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/4x2-scalar-int.c.o 2022-12-01T10:06:13.4876969Z [1079/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/2x1-scalar-int.c.o 2022-12-01T10:06:13.4930311Z [1079/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/4x4-scalar-int.c.o 2022-12-01T10:06:13.4931305Z [1080/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/2x2-scalar-int.c.o 2022-12-01T10:06:13.4956499Z [1080/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-depthtospace2d-chw2hwc/scalar.c.o 2022-12-01T10:06:13.4957051Z [1081/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/2x4-scalar-int.c.o 2022-12-01T10:06:13.5092039Z [1081/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x2-scalar.c.o 2022-12-01T10:06:13.5093011Z [1082/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/4x1-scalar-int.c.o 2022-12-01T10:06:13.5153174Z [1082/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x3-scalar.c.o 2022-12-01T10:06:13.5153722Z [1083/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/4x2-scalar-int.c.o 2022-12-01T10:06:13.5352846Z [1083/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x4-scalar.c.o 2022-12-01T10:06:13.5353414Z [1084/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-depthtospace2d-chw2hwc/scalar.c.o 2022-12-01T10:06:13.5379358Z [1084/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x2-scalar-float.c.o 2022-12-01T10:06:13.5380023Z [1085/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/4x4-scalar-int.c.o 2022-12-01T10:06:13.5454828Z [1085/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x2-scalar-int.c.o 2022-12-01T10:06:13.5455366Z [1086/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x2-scalar.c.o 2022-12-01T10:06:13.5530432Z [1086/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x4-scalar-float.c.o 2022-12-01T10:06:13.5531201Z [1087/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x3-scalar.c.o 2022-12-01T10:06:13.5589252Z [1087/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x4-scalar-int.c.o 2022-12-01T10:06:13.5590049Z [1088/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x4-scalar.c.o 2022-12-01T10:06:13.5792582Z [1088/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x1-scalar-float.c.o 2022-12-01T10:06:13.5793246Z [1089/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x2-scalar-float.c.o 2022-12-01T10:06:13.5888499Z [1089/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x1-scalar-int.c.o 2022-12-01T10:06:13.5889455Z [1090/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x2-scalar-int.c.o 2022-12-01T10:06:13.5980500Z [1090/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x2-scalar-float.c.o 2022-12-01T10:06:13.5981122Z [1091/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x4-scalar-float.c.o 2022-12-01T10:06:13.6019092Z [1091/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x2-scalar-int.c.o 2022-12-01T10:06:13.6019659Z [1092/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/1x4-scalar-int.c.o 2022-12-01T10:06:13.6045074Z [1092/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x4-scalar-float.c.o 2022-12-01T10:06:13.6046343Z [1093/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x1-scalar-float.c.o 2022-12-01T10:06:13.6241567Z [1093/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x4-scalar-int.c.o 2022-12-01T10:06:13.6242488Z [1094/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x1-scalar-int.c.o 2022-12-01T10:06:13.6364657Z [1094/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x1-scalar-float.c.o 2022-12-01T10:06:13.6365659Z [1095/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x2-scalar-float.c.o 2022-12-01T10:06:13.6512852Z [1095/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x1-scalar-int.c.o 2022-12-01T10:06:13.6513843Z [1096/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x2-scalar-int.c.o 2022-12-01T10:06:13.6549083Z [1096/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x2-scalar-float.c.o 2022-12-01T10:06:13.6550072Z [1097/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x4-scalar-int.c.o 2022-12-01T10:06:13.6567928Z [1097/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x2-scalar-int.c.o 2022-12-01T10:06:13.6568483Z [1098/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/2x4-scalar-float.c.o 2022-12-01T10:06:13.6707819Z [1098/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-scalar-float.c.o 2022-12-01T10:06:13.6708386Z [1099/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x1-scalar-float.c.o 2022-12-01T10:06:13.6828331Z [1099/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-scalar-int.c.o 2022-12-01T10:06:13.6829496Z [1100/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x1-scalar-int.c.o 2022-12-01T10:06:13.6978367Z [1100/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-unpool/scalar.c.o 2022-12-01T10:06:13.6978934Z [1101/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x2-scalar-float.c.o 2022-12-01T10:06:13.7000301Z [1101/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/xm-scalar.c.o 2022-12-01T10:06:13.7001070Z [1102/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x2-scalar-int.c.o 2022-12-01T10:06:13.7047006Z [1102/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x2-scalar.c.o 2022-12-01T10:06:13.7047943Z [1103/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-scalar-float.c.o 2022-12-01T10:06:13.7220244Z [1103/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x3-scalar.c.o 2022-12-01T10:06:13.7221230Z [1104/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-scalar-int.c.o 2022-12-01T10:06:13.7276750Z [1104/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x4-scalar.c.o 2022-12-01T10:06:13.7277295Z [1105/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-unpool/scalar.c.o 2022-12-01T10:06:13.7409770Z [1105/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/1x2-scalar-float.c.o 2022-12-01T10:06:13.7410699Z [1106/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/xm-scalar.c.o 2022-12-01T10:06:13.7424538Z [1106/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/1x2-scalar-int.c.o 2022-12-01T10:06:13.7425484Z [1107/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x2-scalar.c.o 2022-12-01T10:06:13.7550887Z [1107/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x1-scalar-float.c.o 2022-12-01T10:06:13.7551842Z [1108/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x3-scalar.c.o 2022-12-01T10:06:13.7620509Z [1108/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x1-scalar-int.c.o 2022-12-01T10:06:13.7621339Z [1109/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x4-scalar.c.o 2022-12-01T10:06:13.7767606Z [1109/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-scalar-float.c.o 2022-12-01T10:06:13.7768169Z [1110/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/1x2-scalar-float.c.o 2022-12-01T10:06:13.7839199Z [1110/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-scalar-int.c.o 2022-12-01T10:06:13.7840459Z [1111/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x1-scalar-float.c.o 2022-12-01T10:06:13.7897294Z [1111/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x1-scalar-float.c.o 2022-12-01T10:06:13.7897861Z [1112/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/1x2-scalar-int.c.o 2022-12-01T10:06:13.8031378Z [1112/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x1-scalar-int.c.o 2022-12-01T10:06:13.8031930Z [1113/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x1-scalar-int.c.o 2022-12-01T10:06:13.8088554Z [1113/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x2-scalar-float.c.o 2022-12-01T10:06:13.8089677Z [1114/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-scalar-float.c.o 2022-12-01T10:06:13.8259784Z [1114/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x2-scalar-int.c.o 2022-12-01T10:06:13.8260363Z [1115/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x1-scalar-float.c.o 2022-12-01T10:06:13.8354335Z [1115/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9p8x-minmax-sse-c4.c.o 2022-12-01T10:06:13.8354903Z [1116/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x1-scalar-int.c.o 2022-12-01T10:06:13.8490239Z [1116/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9x-minmax-sse-c4.c.o 2022-12-01T10:06:13.8491256Z [1117/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x2-scalar-float.c.o 2022-12-01T10:06:13.8507932Z [1117/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-sse-1x1.c.o 2022-12-01T10:06:13.8508976Z [1118/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/4x2-scalar-int.c.o 2022-12-01T10:06:13.8594605Z [1118/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-sse-2x2.c.o 2022-12-01T10:06:13.8595190Z [1119/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-scalar-int.c.o 2022-12-01T10:06:13.8774197Z [1119/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x3-minmax-sse-acc2.c.o 2022-12-01T10:06:13.8774940Z [1120/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9p8x-minmax-sse-c4.c.o 2022-12-01T10:06:13.8898613Z [1120/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x3-minmax-sse.c.o 2022-12-01T10:06:13.8899202Z [1121/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-avgpool/9x-minmax-sse-c4.c.o 2022-12-01T10:06:13.9078849Z [1121/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x4-minmax-sse-acc2.c.o 2022-12-01T10:06:13.9079914Z [1122/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-sse-2x2.c.o 2022-12-01T10:06:13.9083042Z [1122/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x4-minmax-sse.c.o 2022-12-01T10:06:13.9083730Z [1123/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-sse-1x1.c.o 2022-12-01T10:06:13.9282865Z [1123/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x9-minmax-sse-acc2.c.o 2022-12-01T10:06:13.9283891Z [1124/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x3-minmax-sse-acc2.c.o 2022-12-01T10:06:13.9513260Z [1124/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x9-minmax-sse.c.o 2022-12-01T10:06:13.9514213Z [1125/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x3-minmax-sse.c.o 2022-12-01T10:06:13.9533231Z [1125/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x25-minmax-sse-acc2.c.o 2022-12-01T10:06:13.9533900Z [1126/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x4-minmax-sse-acc2.c.o 2022-12-01T10:06:13.9691511Z [1126/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x25-minmax-sse.c.o 2022-12-01T10:06:13.9692235Z [1127/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x4-minmax-sse.c.o 2022-12-01T10:06:13.9760601Z [1127/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-sse-acc2.c.o 2022-12-01T10:06:13.9761359Z [1128/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x9-minmax-sse-acc2.c.o 2022-12-01T10:06:14.0001205Z [1128/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-sse.c.o 2022-12-01T10:06:14.0001751Z [1129/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x9-minmax-sse.c.o 2022-12-01T10:06:14.0127889Z [1129/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-sse-acc2.c.o 2022-12-01T10:06:14.0128848Z [1130/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x25-minmax-sse-acc2.c.o 2022-12-01T10:06:14.0257871Z [1130/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-sse.c.o 2022-12-01T10:06:14.0258445Z [1131/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up4x25-minmax-sse.c.o 2022-12-01T10:06:14.0385334Z [1131/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-sse-acc2.c.o 2022-12-01T10:06:14.0386272Z [1132/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-sse-acc2.c.o 2022-12-01T10:06:14.0467272Z [1132/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-sse.c.o 2022-12-01T10:06:14.0468233Z [1133/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-sse.c.o 2022-12-01T10:06:14.0755625Z [1133/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-sse-acc2.c.o 2022-12-01T10:06:14.0756699Z [1134/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-sse-acc2.c.o 2022-12-01T10:06:14.0925115Z [1134/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-sse.c.o 2022-12-01T10:06:14.0925688Z [1135/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-sse.c.o 2022-12-01T10:06:14.0964829Z [1135/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4-acc2.c.o 2022-12-01T10:06:14.0965780Z [1136/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-sse-acc2.c.o 2022-12-01T10:06:14.1024387Z [1136/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4-acc3.c.o 2022-12-01T10:06:14.1025309Z [1137/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-sse.c.o 2022-12-01T10:06:14.1037308Z [1137/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4-acc4.c.o 2022-12-01T10:06:14.1038117Z [1138/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-sse-acc2.c.o 2022-12-01T10:06:14.1501973Z [1138/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4.c.o 2022-12-01T10:06:14.1502967Z [1139/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-sse.c.o 2022-12-01T10:06:14.1658416Z [1139/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-2x4-acc2.c.o 2022-12-01T10:06:14.1659763Z [1140/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4-acc2.c.o 2022-12-01T10:06:14.1708678Z [1140/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-2x4.c.o 2022-12-01T10:06:14.1709747Z [1141/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4-acc3.c.o 2022-12-01T10:06:14.1811286Z [1141/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-3x4.c.o 2022-12-01T10:06:14.1812013Z [1142/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4-acc4.c.o 2022-12-01T10:06:14.1845228Z [1142/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-4x4.c.o 2022-12-01T10:06:14.1846195Z [1143/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-1x4.c.o 2022-12-01T10:06:14.2102428Z [1143/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-5x4.c.o 2022-12-01T10:06:14.2103291Z [1144/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-2x4-acc2.c.o 2022-12-01T10:06:14.2389293Z [1144/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-6x4.c.o 2022-12-01T10:06:14.2389931Z [1145/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-2x4.c.o 2022-12-01T10:06:14.2403927Z [1145/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc2.c.o 2022-12-01T10:06:14.2404869Z [1146/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-3x4.c.o 2022-12-01T10:06:14.2604250Z [1146/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc3.c.o 2022-12-01T10:06:14.2604850Z [1147/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-5x4.c.o 2022-12-01T10:06:14.2649199Z [1147/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc4.c.o 2022-12-01T10:06:14.2649870Z [1148/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-4x4.c.o 2022-12-01T10:06:14.2748863Z [1148/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4.c.o 2022-12-01T10:06:14.2749879Z [1149/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-6x4.c.o 2022-12-01T10:06:14.3099196Z [1149/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-2x4-acc2.c.o 2022-12-01T10:06:14.3100008Z [1150/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc2.c.o 2022-12-01T10:06:14.3170014Z [1150/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-2x4.c.o 2022-12-01T10:06:14.3171093Z [1151/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc3.c.o 2022-12-01T10:06:14.3214905Z [1151/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-3x4.c.o 2022-12-01T10:06:14.3215662Z [1152/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc4.c.o 2022-12-01T10:06:14.3269964Z [1152/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-4x4.c.o 2022-12-01T10:06:14.3270950Z [1153/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4.c.o 2022-12-01T10:06:14.3429729Z [1153/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4-acc2.c.o 2022-12-01T10:06:14.3432098Z [1154/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-2x4-acc2.c.o 2022-12-01T10:06:14.3774093Z [1154/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4-acc3.c.o 2022-12-01T10:06:14.3774705Z [1155/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-3x4.c.o 2022-12-01T10:06:14.3787742Z [1155/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4-acc4.c.o 2022-12-01T10:06:14.3788347Z [1156/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-2x4.c.o 2022-12-01T10:06:14.4006618Z [1156/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4-acc5.c.o 2022-12-01T10:06:14.4007706Z [1157/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4-acc2.c.o 2022-12-01T10:06:14.4172454Z [1157/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4.c.o 2022-12-01T10:06:14.4173379Z [1158/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4-acc3.c.o 2022-12-01T10:06:14.4316899Z [1158/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-2x4-acc2.c.o 2022-12-01T10:06:14.4318000Z [1159/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-4x4.c.o 2022-12-01T10:06:14.4354486Z [1159/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-2x4-acc3.c.o 2022-12-01T10:06:14.4355099Z [1160/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4-acc4.c.o 2022-12-01T10:06:14.4466180Z [1160/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-2x4.c.o 2022-12-01T10:06:14.4467208Z [1161/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4-acc5.c.o 2022-12-01T10:06:14.4578005Z [1161/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-3x4-acc2.c.o 2022-12-01T10:06:14.4579354Z [1162/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-1x4.c.o 2022-12-01T10:06:14.4999728Z [1162/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-3x4.c.o 2022-12-01T10:06:14.5000388Z [1163/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-2x4-acc3.c.o 2022-12-01T10:06:14.5090033Z [1163/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-4x4-acc2.c.o 2022-12-01T10:06:14.5090898Z [1164/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-3x4-acc2.c.o 2022-12-01T10:06:14.5124878Z [1164/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-4x4.c.o 2022-12-01T10:06:14.5125765Z [1165/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-2x4-acc2.c.o 2022-12-01T10:06:14.5286710Z [1165/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-5x4.c.o 2022-12-01T10:06:14.5287753Z [1166/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-3x4.c.o 2022-12-01T10:06:14.5500863Z [1166/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4-acc2.c.o 2022-12-01T10:06:14.5501912Z [1167/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-2x4.c.o 2022-12-01T10:06:14.5650974Z [1167/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4-acc3.c.o 2022-12-01T10:06:14.5652115Z [1168/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-4x4-acc2.c.o 2022-12-01T10:06:14.5859623Z [1168/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4-acc4.c.o 2022-12-01T10:06:14.5862226Z [1169/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-4x4.c.o 2022-12-01T10:06:14.5871312Z [1169/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4-acc5.c.o 2022-12-01T10:06:14.5872729Z [1170/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-5x4.c.o 2022-12-01T10:06:14.6038583Z [1170/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4.c.o 2022-12-01T10:06:14.6040431Z [1171/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4-acc2.c.o 2022-12-01T10:06:14.6294191Z [1171/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4-acc2.c.o 2022-12-01T10:06:14.6295155Z [1172/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4-acc3.c.o 2022-12-01T10:06:14.6309640Z [1172/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4-acc3.c.o 2022-12-01T10:06:14.6310515Z [1173/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4-acc4.c.o 2022-12-01T10:06:14.6521034Z [1173/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4.c.o 2022-12-01T10:06:14.6522111Z [1174/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4-acc5.c.o 2022-12-01T10:06:14.6723408Z [1174/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-3x4-acc2.c.o 2022-12-01T10:06:14.6724399Z [1175/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-1x4.c.o 2022-12-01T10:06:14.6745960Z [1175/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-3x4.c.o 2022-12-01T10:06:14.6746674Z [1176/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4-acc2.c.o 2022-12-01T10:06:14.6874931Z [1176/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool-cw/sse-x4.c.o 2022-12-01T10:06:14.6876182Z [1177/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4-acc3.c.o 2022-12-01T10:06:14.6930288Z [1177/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7p7x-minmax-sse-c4.c.o 2022-12-01T10:06:14.6931274Z [1178/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4.c.o 2022-12-01T10:06:14.7149888Z [1178/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7x-minmax-sse-c4.c.o 2022-12-01T10:06:14.7150938Z [1179/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-3x4-acc2.c.o 2022-12-01T10:06:14.7296436Z [1179/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-sse-dup.c.o 2022-12-01T10:06:14.7297447Z [1180/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool-cw/sse-x4.c.o 2022-12-01T10:06:14.7436313Z [1180/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-sse-load1.c.o 2022-12-01T10:06:14.7437767Z [1181/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-3x4.c.o 2022-12-01T10:06:14.7547482Z [1181/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8s4inc-minmax-sse.c.o 2022-12-01T10:06:14.7571541Z [1182/6342] Generating src/x86_64-fma/2d-fourier-16x16.py.o 2022-12-01T10:06:14.7572021Z [1182/6342] Generating src/x86_64-fma/2d-winograd-8x8-3x3.py.o 2022-12-01T10:06:14.7572481Z [1183/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7p7x-minmax-sse-c4.c.o 2022-12-01T10:06:14.7604599Z [1183/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8inc-minmax-sse-dup.c.o 2022-12-01T10:06:14.7605530Z [1184/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gavgpool/7x-minmax-sse-c4.c.o 2022-12-01T10:06:14.7800612Z [1184/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8inc-minmax-sse-load1.c.o 2022-12-01T10:06:14.7801467Z [1185/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-sse-dup.c.o 2022-12-01T10:06:14.7906170Z [1185/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8s4inc-minmax-sse.c.o 2022-12-01T10:06:14.7906745Z [1186/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-sse-load1.c.o 2022-12-01T10:06:14.8203601Z [1186/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-sse-dup.c.o 2022-12-01T10:06:14.8204894Z [1187/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8s4inc-minmax-sse.c.o 2022-12-01T10:06:14.8413744Z [1187/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-sse-load1.c.o 2022-12-01T10:06:14.8414862Z [1188/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8inc-minmax-sse-load1.c.o 2022-12-01T10:06:14.8472258Z [1188/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8s4inc-minmax-sse.c.o 2022-12-01T10:06:14.8473289Z [1189/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8inc-minmax-sse-dup.c.o 2022-12-01T10:06:14.8512338Z [1189/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-sse-dup.c.o 2022-12-01T10:06:14.8513589Z [1190/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8s4inc-minmax-sse.c.o 2022-12-01T10:06:14.8815659Z [1190/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-sse-load1.c.o 2022-12-01T10:06:14.8816264Z [1191/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-sse-dup.c.o 2022-12-01T10:06:14.8968033Z [1191/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8s4inc-minmax-sse.c.o 2022-12-01T10:06:14.8968891Z [1192/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-sse-load1.c.o 2022-12-01T10:06:14.9127711Z [1192/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-sse-dup.c.o 2022-12-01T10:06:14.9128456Z [1193/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8s4inc-minmax-sse.c.o 2022-12-01T10:06:14.9251788Z [1193/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-sse-load1.c.o 2022-12-01T10:06:14.9253112Z [1194/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-sse-dup.c.o 2022-12-01T10:06:14.9267228Z [1194/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8s4-minmax-sse.c.o 2022-12-01T10:06:14.9268249Z [1195/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-sse-load1.c.o 2022-12-01T10:06:14.9549086Z [1195/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8-minmax-sse-dup.c.o 2022-12-01T10:06:14.9549717Z [1196/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8s4inc-minmax-sse.c.o 2022-12-01T10:06:14.9602295Z [1196/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8-minmax-sse-load1.c.o 2022-12-01T10:06:14.9603311Z [1197/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-sse-dup.c.o 2022-12-01T10:06:14.9829559Z [1197/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8s4-minmax-sse.c.o 2022-12-01T10:06:14.9830217Z [1198/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-sse-load1.c.o 2022-12-01T10:06:14.9862511Z [1198/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2c4-minmax-sse.c.o 2022-12-01T10:06:14.9863354Z [1199/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8-minmax-sse-dup.c.o 2022-12-01T10:06:15.0106919Z [1199/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-sse-dup.c.o 2022-12-01T10:06:15.0107867Z [1200/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8s4-minmax-sse.c.o 2022-12-01T10:06:15.0396251Z [1200/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-sse-load1.c.o 2022-12-01T10:06:15.0397256Z [1201/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8s4-minmax-sse.c.o 2022-12-01T10:06:15.0417060Z [1201/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8s4-minmax-sse.c.o 2022-12-01T10:06:15.0418363Z [1202/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8-minmax-sse-load1.c.o 2022-12-01T10:06:15.0590373Z [1202/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-sse-dup.c.o 2022-12-01T10:06:15.0591099Z [1203/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-sse-dup.c.o 2022-12-01T10:06:15.0613537Z [1203/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-sse-load1.c.o 2022-12-01T10:06:15.0614532Z [1204/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x2c4-minmax-sse.c.o 2022-12-01T10:06:15.0790054Z [1204/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8s4-minmax-sse.c.o 2022-12-01T10:06:15.0791908Z [1205/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-sse-load1.c.o 2022-12-01T10:06:15.1101179Z [1205/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/sse-p4.c.o 2022-12-01T10:06:15.1101774Z [1206/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8s4-minmax-sse.c.o 2022-12-01T10:06:15.1147386Z [1206/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/sse-p8.c.o 2022-12-01T10:06:15.1148423Z [1207/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-sse-dup.c.o 2022-12-01T10:06:15.1210449Z [1207/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/sse-c4.c.o 2022-12-01T10:06:15.1211415Z [1208/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-sse-load1.c.o 2022-12-01T10:06:15.1415533Z [1208/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/sse-c8.c.o 2022-12-01T10:06:15.1416490Z [1209/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8s4-minmax-sse.c.o 2022-12-01T10:06:15.2019796Z [1209/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-sse-dup.c.o 2022-12-01T10:06:15.2020587Z [1210/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/sse-p4.c.o 2022-12-01T10:06:15.2029908Z [1210/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-sse-load1.c.o 2022-12-01T10:06:15.2030460Z [1211/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear-chw/gen/sse-p8.c.o 2022-12-01T10:06:15.2049982Z [1211/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8s4-minmax-sse.c.o 2022-12-01T10:06:15.2050651Z [1212/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/sse-c4.c.o 2022-12-01T10:06:15.2195808Z [1212/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8-minmax-sse-dup.c.o 2022-12-01T10:06:15.2196686Z [1213/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-sse-dup.c.o 2022-12-01T10:06:15.2507734Z [1213/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8-minmax-sse-load1.c.o 2022-12-01T10:06:15.2508531Z [1214/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ibilinear/gen/sse-c8.c.o 2022-12-01T10:06:15.2692688Z [1214/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8s4-minmax-sse.c.o 2022-12-01T10:06:15.2693827Z [1215/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-sse-load1.c.o 2022-12-01T10:06:15.2741428Z [1215/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2c4-minmax-sse.c.o 2022-12-01T10:06:15.2741978Z [1216/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8s4-minmax-sse.c.o 2022-12-01T10:06:15.2982298Z [1216/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-sse-dup.c.o 2022-12-01T10:06:15.2983501Z [1217/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8-minmax-sse-load1.c.o 2022-12-01T10:06:15.3130225Z [1217/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-sse-load1.c.o 2022-12-01T10:06:15.3131168Z [1218/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8s4-minmax-sse.c.o 2022-12-01T10:06:15.3302324Z [1218/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8s4-minmax-sse.c.o 2022-12-01T10:06:15.3303277Z [1219/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x2c4-minmax-sse.c.o 2022-12-01T10:06:15.3357772Z [1219/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-sse-dup.c.o 2022-12-01T10:06:15.3358799Z [1220/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-sse-dup.c.o 2022-12-01T10:06:15.3485900Z [1220/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-sse-load1.c.o 2022-12-01T10:06:15.3486929Z [1221/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8-minmax-sse-dup.c.o 2022-12-01T10:06:15.3574007Z [1221/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8s4-minmax-sse.c.o 2022-12-01T10:06:15.3574847Z [1222/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-sse-load1.c.o 2022-12-01T10:06:15.3823251Z [1222/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-maxpool/9p8x-minmax-sse-c4.c.o 2022-12-01T10:06:15.3824212Z [1223/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8s4-minmax-sse.c.o 2022-12-01T10:06:15.4148473Z [1223/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9p8x-minmax-sse-c4.c.o 2022-12-01T10:06:15.4149237Z [1224/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8s4-minmax-sse.c.o 2022-12-01T10:06:15.4150469Z [1224/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9x-minmax-sse-c4.c.o 2022-12-01T10:06:15.4151428Z [1225/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-sse-dup.c.o 2022-12-01T10:06:15.4171072Z [1225/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/4x8-minmax-sse.c.o 2022-12-01T10:06:15.4171642Z [1226/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-sse-load1.c.o 2022-12-01T10:06:15.4284737Z [1226/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse-2x4.c.o 2022-12-01T10:06:15.4285698Z [1227/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-maxpool/9p8x-minmax-sse-c4.c.o 2022-12-01T10:06:15.4411606Z [1227/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse-2x8.c.o 2022-12-01T10:06:15.4412589Z [1228/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9p8x-minmax-sse-c4.c.o 2022-12-01T10:06:15.4703693Z [1228/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/sse.c.o 2022-12-01T10:06:15.4704608Z [1229/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-ppmm/gen/4x8-minmax-sse.c.o 2022-12-01T10:06:15.4755709Z [1229/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/4x1-minmax-sse.c.o 2022-12-01T10:06:15.4756451Z [1230/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-pavgpool/9x-minmax-sse-c4.c.o 2022-12-01T10:06:15.4759693Z [1230/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x1-minmax-sse.c.o 2022-12-01T10:06:15.4760906Z [1231/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse-2x4.c.o 2022-12-01T10:06:15.4891271Z [1231/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/16x1-minmax-sse.c.o 2022-12-01T10:06:15.4891786Z [1232/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/sse.c.o 2022-12-01T10:06:15.4952500Z [1232/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/32x1-minmax-sse.c.o 2022-12-01T10:06:15.4953637Z [1233/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse-2x8.c.o 2022-12-01T10:06:15.5709160Z [1233/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-sse-x4.c.o 2022-12-01T10:06:15.5709765Z [1234/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/4x1-minmax-sse.c.o 2022-12-01T10:06:15.5772618Z [1234/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-sse-x8.c.o 2022-12-01T10:06:15.5773378Z [1235/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/16x1-minmax-sse.c.o 2022-12-01T10:06:15.5777351Z [1235/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-sse-x4.c.o 2022-12-01T10:06:15.5778289Z [1236/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-sse-x4.c.o 2022-12-01T10:06:15.5918123Z [1236/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-sse-x8.c.o 2022-12-01T10:06:15.5918707Z [1237/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/8x1-minmax-sse.c.o 2022-12-01T10:06:15.5966503Z [1237/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-sse-x4.c.o 2022-12-01T10:06:15.5967872Z [1238/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-spmm/gen/32x1-minmax-sse.c.o 2022-12-01T10:06:15.6391782Z [1238/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-sse-x8.c.o 2022-12-01T10:06:15.6392648Z [1239/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-sse-x8.c.o 2022-12-01T10:06:15.6491994Z [1239/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-sse-x4.c.o 2022-12-01T10:06:15.6492567Z [1240/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-sse-x4.c.o 2022-12-01T10:06:15.6509544Z [1240/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-sse-x8.c.o 2022-12-01T10:06:15.6510555Z [1241/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-sse-x4.c.o 2022-12-01T10:06:15.6534013Z [1241/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-sse-x4.c.o 2022-12-01T10:06:15.6534979Z [1242/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-sse-x8.c.o 2022-12-01T10:06:15.6747613Z [1242/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-sse-x8.c.o 2022-12-01T10:06:15.6748656Z [1243/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-sse-x8.c.o 2022-12-01T10:06:15.7145338Z [1243/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-sse-x4.c.o 2022-12-01T10:06:15.7146064Z [1244/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-sse-x8.c.o 2022-12-01T10:06:15.7158838Z [1244/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-sse-x8.c.o 2022-12-01T10:06:15.7159817Z [1245/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-sse-x8.c.o 2022-12-01T10:06:15.7238375Z [1245/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-sse-x4.c.o 2022-12-01T10:06:15.7239564Z [1246/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-sse-x4.c.o 2022-12-01T10:06:15.7252378Z [1246/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-sse-x8.c.o 2022-12-01T10:06:15.7252915Z [1247/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-sse-x4.c.o 2022-12-01T10:06:15.7515872Z [1247/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-sse-x4.c.o 2022-12-01T10:06:15.7516436Z [1248/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-sse-x4.c.o 2022-12-01T10:06:15.7692321Z [1248/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-sse-x8.c.o 2022-12-01T10:06:15.7692916Z [1249/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-sse-x8.c.o 2022-12-01T10:06:15.7802979Z [1249/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-sse-x4.c.o 2022-12-01T10:06:15.7803909Z [1250/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-sse-x8.c.o 2022-12-01T10:06:15.7851094Z [1250/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-sse-x8.c.o 2022-12-01T10:06:15.7852168Z [1251/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-sse-x4.c.o 2022-12-01T10:06:15.7913980Z [1251/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-sse-x4.c.o 2022-12-01T10:06:15.7915279Z [1252/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-sse-x4.c.o 2022-12-01T10:06:15.8142716Z [1252/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-sse-x8.c.o 2022-12-01T10:06:15.8143725Z [1253/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-sse-x8.c.o 2022-12-01T10:06:15.8357378Z [1253/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-sse-x4.c.o 2022-12-01T10:06:15.8358057Z [1254/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-sse-x4.c.o 2022-12-01T10:06:15.8413541Z [1254/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-sse-x8.c.o 2022-12-01T10:06:15.8414177Z [1255/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-sse-x8.c.o 2022-12-01T10:06:15.8533617Z [1255/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-sse-x4.c.o 2022-12-01T10:06:15.8534659Z [1256/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-sse-x4.c.o 2022-12-01T10:06:15.8600687Z [1256/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-sse-x8.c.o 2022-12-01T10:06:15.8602154Z [1257/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-sse-x8.c.o 2022-12-01T10:06:15.8840759Z [1257/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-sse-x4.c.o 2022-12-01T10:06:15.8841547Z [1258/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-sse-x4.c.o 2022-12-01T10:06:15.8842638Z [1258/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-sse-x8.c.o 2022-12-01T10:06:15.8843181Z [1259/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-sse-x8.c.o 2022-12-01T10:06:15.9001039Z [1259/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-sse-x4.c.o 2022-12-01T10:06:15.9002040Z [1260/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-sse-x4.c.o 2022-12-01T10:06:15.9116782Z [1260/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-sse-x8.c.o 2022-12-01T10:06:15.9117847Z [1261/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-sse-x8.c.o 2022-12-01T10:06:15.9396608Z [1261/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-sse-x4.c.o 2022-12-01T10:06:15.9397216Z [1262/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-sse-x4.c.o 2022-12-01T10:06:15.9506280Z [1262/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-sse-x8.c.o 2022-12-01T10:06:15.9507229Z [1263/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-sse-x8.c.o 2022-12-01T10:06:15.9510162Z [1263/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-sse-x4.c.o 2022-12-01T10:06:15.9511174Z [1264/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-sse-x4.c.o 2022-12-01T10:06:15.9681391Z [1264/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-sse-x8.c.o 2022-12-01T10:06:15.9682273Z [1265/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-sse-x4.c.o 2022-12-01T10:06:15.9726075Z [1265/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-sse-x4.c.o 2022-12-01T10:06:15.9727433Z [1266/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-sse-x8.c.o 2022-12-01T10:06:15.9966565Z [1266/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-sse-x8.c.o 2022-12-01T10:06:15.9967159Z [1267/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-sse-x8.c.o 2022-12-01T10:06:16.0120662Z [1267/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-sse-x4.c.o 2022-12-01T10:06:16.0121249Z [1268/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-sse-x4.c.o 2022-12-01T10:06:16.0131905Z [1268/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-sse-x8.c.o 2022-12-01T10:06:16.0132523Z [1269/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-sse-x8.c.o 2022-12-01T10:06:16.0301163Z [1269/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse-x4.c.o 2022-12-01T10:06:16.0345041Z [1270/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-sse-x4.c.o 2022-12-01T10:06:16.0346219Z [1270/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse-x8.c.o 2022-12-01T10:06:16.0347229Z [1271/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-sse-x8.c.o 2022-12-01T10:06:16.0556141Z [1271/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c4-minmax-sse-2x.c.o 2022-12-01T10:06:16.0557018Z [1272/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-sse-x4.c.o 2022-12-01T10:06:16.0653390Z [1272/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c8-minmax-sse-2x.c.o 2022-12-01T10:06:16.0654195Z [1273/6342] Generating src/x86_64-fma/2d-winograd-8x8-3x3.py.o 2022-12-01T10:06:16.0691546Z [1273/6342] Generating src/x86_64-fma/blas/s8gemm.py.o 2022-12-01T10:06:16.0692440Z [1274/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-sse-x8.c.o 2022-12-01T10:06:16.0757737Z [1274/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-sse-x4.c.o 2022-12-01T10:06:16.0758705Z [1275/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse-x4.c.o 2022-12-01T10:06:16.0861154Z [1275/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-sse-x8.c.o 2022-12-01T10:06:16.0862091Z [1276/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse-x8.c.o 2022-12-01T10:06:16.1028725Z [1276/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/sse-sqrt-x4.c.o 2022-12-01T10:06:16.1029702Z [1277/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c4-minmax-sse-2x.c.o 2022-12-01T10:06:16.1225550Z [1277/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/sse-sqrt-x8.c.o 2022-12-01T10:06:16.1226549Z [1278/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vmulcaddc/gen/c8-minmax-sse-2x.c.o 2022-12-01T10:06:16.1332181Z [1278/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-sse-x4.c.o 2022-12-01T10:06:16.1332733Z [1279/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-sse-x4.c.o 2022-12-01T10:06:16.1400669Z [1279/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-sse-x8.c.o 2022-12-01T10:06:16.1401211Z [1280/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-sse-x8.c.o 2022-12-01T10:06:16.1452674Z [1280/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-sse-x4.c.o 2022-12-01T10:06:16.1453583Z [1281/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/sse-sqrt-x4.c.o 2022-12-01T10:06:16.1604427Z [1281/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-sse-x8.c.o 2022-12-01T10:06:16.1608709Z [1282/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/sse-sqrt-x8.c.o 2022-12-01T10:06:16.1918047Z [1282/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-sse-x4.c.o 2022-12-01T10:06:16.1918688Z [1283/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-sse-x4.c.o 2022-12-01T10:06:16.1977751Z [1283/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-sse-x8.c.o 2022-12-01T10:06:16.1978707Z [1284/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-sse-x8.c.o 2022-12-01T10:06:16.2051005Z [1284/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-sse-addsub.c.o 2022-12-01T10:06:16.2052158Z [1285/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-sse-x4.c.o 2022-12-01T10:06:16.2104633Z [1285/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-sse-addsub.c.o 2022-12-01T10:06:16.2105183Z [1286/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-sse-x8.c.o 2022-12-01T10:06:16.2305664Z [1286/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-sse-addsub.c.o 2022-12-01T10:06:16.2306243Z [1287/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-sse-x4.c.o 2022-12-01T10:06:16.2501292Z [1287/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-sse-addsub.c.o 2022-12-01T10:06:16.2502275Z [1288/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-sse-addsub.c.o 2022-12-01T10:06:16.2504533Z [1288/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-sse-hh1mac.c.o 2022-12-01T10:06:16.2505534Z [1289/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-sse-x8.c.o 2022-12-01T10:06:16.2575586Z [1289/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-sse-nr1mac.c.o 2022-12-01T10:06:16.2576549Z [1290/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-sse-addsub.c.o 2022-12-01T10:06:16.2743744Z [1290/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-sse-nr2mac.c.o 2022-12-01T10:06:16.2744647Z [1291/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-sse-addsub.c.o 2022-12-01T10:06:16.2793783Z [1291/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x4-sse.c.o 2022-12-01T10:06:16.2794734Z [1292/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-sse-addsub.c.o 2022-12-01T10:06:16.3012181Z [1292/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/4x4-sse.c.o 2022-12-01T10:06:16.3012776Z [1293/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-sse-hh1mac.c.o 2022-12-01T10:06:16.3055853Z [1293/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x8.c.o 2022-12-01T10:06:16.3056803Z [1294/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-sse-nr1mac.c.o 2022-12-01T10:06:16.3102660Z [1294/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x16.c.o 2022-12-01T10:06:16.3103226Z [1295/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-sse-nr2mac.c.o 2022-12-01T10:06:16.3287521Z [1295/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x24.c.o 2022-12-01T10:06:16.3288470Z [1296/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-packx/x4-sse.c.o 2022-12-01T10:06:16.3401330Z [1296/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x32.c.o 2022-12-01T10:06:16.3402257Z [1297/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/4x4-sse.c.o 2022-12-01T10:06:16.3647241Z [1297/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x8.c.o 2022-12-01T10:06:16.3647933Z [1298/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x16.c.o 2022-12-01T10:06:16.3691351Z [1298/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x16.c.o 2022-12-01T10:06:16.3692331Z [1299/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x8.c.o 2022-12-01T10:06:16.3816342Z [1299/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x24.c.o 2022-12-01T10:06:16.3817342Z [1300/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x24.c.o 2022-12-01T10:06:16.3903056Z [1300/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x32.c.o 2022-12-01T10:06:16.3903659Z [1301/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x32.c.o 2022-12-01T10:06:16.3978596Z [1301/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/4x-sse2-c4.c.o 2022-12-01T10:06:16.3979017Z [1302/6342] Generating src/x86_64-fma/blas/s8gemm.py.o 2022-12-01T10:06:16.4075000Z [1302/6342] Generating src/x86_64-fma/blas/c8gemm.py.o 2022-12-01T10:06:16.4076121Z [1303/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x8.c.o 2022-12-01T10:06:16.4180168Z [1303/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9p8x-sse2-c4.c.o 2022-12-01T10:06:16.4181194Z [1304/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x16.c.o 2022-12-01T10:06:16.4350084Z [1304/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9x-sse2-c4.c.o 2022-12-01T10:06:16.4351214Z [1305/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x24.c.o 2022-12-01T10:06:16.4363554Z [1305/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x8.c.o 2022-12-01T10:06:16.4364508Z [1306/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int32-x32.c.o 2022-12-01T10:06:16.4510329Z [1306/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x16.c.o 2022-12-01T10:06:16.4511264Z [1307/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/4x-sse2-c4.c.o 2022-12-01T10:06:16.4601766Z [1307/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x24.c.o 2022-12-01T10:06:16.4602717Z [1308/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9p8x-sse2-c4.c.o 2022-12-01T10:06:16.4794867Z [1308/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x32.c.o 2022-12-01T10:06:16.4795435Z [1309/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-argmaxpool/9x-sse2-c4.c.o 2022-12-01T10:06:16.4883505Z [1309/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-sse2-dup.c.o 2022-12-01T10:06:16.4884112Z [1310/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x8.c.o 2022-12-01T10:06:16.4935588Z [1310/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8inc-minmax-sse2-dup.c.o 2022-12-01T10:06:16.4936466Z [1311/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x16.c.o 2022-12-01T10:06:16.5300906Z [1311/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-sse2-dup.c.o 2022-12-01T10:06:16.5302152Z [1312/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x24.c.o 2022-12-01T10:06:16.5310956Z [1312/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-sse2-dup.c.o 2022-12-01T10:06:16.5312314Z [1313/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x32.c.o 2022-12-01T10:06:16.5467937Z [1313/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-sse2-dup.c.o 2022-12-01T10:06:16.5468637Z [1314/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-sse2-dup.c.o 2022-12-01T10:06:16.5768082Z [1314/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8-minmax-sse2-dup.c.o 2022-12-01T10:06:16.5769154Z [1315/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x8inc-minmax-sse2-dup.c.o 2022-12-01T10:06:16.5999114Z [1315/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-sse2-dup.c.o 2022-12-01T10:06:16.6000187Z [1316/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-sse2-dup.c.o 2022-12-01T10:06:16.6045111Z [1316/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-sse2-dup.c.o 2022-12-01T10:06:16.6046131Z [1317/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-sse2-dup.c.o 2022-12-01T10:06:16.6092159Z [1317/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-sse2-dup.c.o 2022-12-01T10:06:16.6092734Z [1318/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-sse2-dup.c.o 2022-12-01T10:06:16.6163897Z [1318/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8-minmax-sse2-dup.c.o 2022-12-01T10:06:16.6164750Z [1319/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x8-minmax-sse2-dup.c.o 2022-12-01T10:06:16.6404666Z [1319/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-sse2-dup.c.o 2022-12-01T10:06:16.6406282Z [1320/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-sse2-dup.c.o 2022-12-01T10:06:16.6659298Z [1320/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-sse2-dup.c.o 2022-12-01T10:06:16.6659929Z [1321/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-sse2-dup.c.o 2022-12-01T10:06:16.6706215Z [1321/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse2-2x4.c.o 2022-12-01T10:06:16.6707400Z [1322/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-sse2-dup.c.o 2022-12-01T10:06:16.6882583Z [1322/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse2-2x8.c.o 2022-12-01T10:06:16.6883565Z [1323/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x8-minmax-sse2-dup.c.o 2022-12-01T10:06:16.6886627Z [1323/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x8.c.o 2022-12-01T10:06:16.6887543Z [1324/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-sse2-dup.c.o 2022-12-01T10:06:16.7202546Z [1324/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x16.c.o 2022-12-01T10:06:16.7203091Z [1325/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse2-2x4.c.o 2022-12-01T10:06:16.7220433Z [1325/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x24.c.o 2022-12-01T10:06:16.7221122Z [1326/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-sse2-dup.c.o 2022-12-01T10:06:16.7341858Z [1326/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x32.c.o 2022-12-01T10:06:16.7342398Z [1327/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse2-2x8.c.o 2022-12-01T10:06:16.7404891Z [1327/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x8.c.o 2022-12-01T10:06:16.7441983Z [1328/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x8.c.o 2022-12-01T10:06:16.7493931Z [1328/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x16.c.o 2022-12-01T10:06:16.7495076Z [1329/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x16.c.o 2022-12-01T10:06:16.7867495Z [1329/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x24.c.o 2022-12-01T10:06:16.7868048Z [1330/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x24.c.o 2022-12-01T10:06:16.7887872Z [1330/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x32.c.o 2022-12-01T10:06:16.7888399Z [1331/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x32.c.o 2022-12-01T10:06:16.7995220Z [1331/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x4.c.o 2022-12-01T10:06:16.7995810Z [1332/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x8.c.o 2022-12-01T10:06:16.8038627Z [1332/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x8-acc2.c.o 2022-12-01T10:06:16.8039488Z [1333/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x16.c.o 2022-12-01T10:06:16.8387826Z [1333/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x8.c.o 2022-12-01T10:06:16.8402682Z [1334/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x24.c.o 2022-12-01T10:06:16.8403701Z [1334/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x12-acc2.c.o 2022-12-01T10:06:16.8404648Z [1335/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x32.c.o 2022-12-01T10:06:16.8448982Z [1335/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x12-acc3.c.o 2022-12-01T10:06:16.8449597Z [1336/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x4.c.o 2022-12-01T10:06:16.8641419Z [1336/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x12.c.o 2022-12-01T10:06:16.8642523Z [1337/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x8.c.o 2022-12-01T10:06:16.8662618Z [1337/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x16-acc2.c.o 2022-12-01T10:06:16.8663701Z [1338/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x8-acc2.c.o 2022-12-01T10:06:16.8957043Z [1338/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x16-acc4.c.o 2022-12-01T10:06:16.8958577Z [1339/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x12-acc3.c.o 2022-12-01T10:06:16.9015342Z [1339/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x16.c.o 2022-12-01T10:06:16.9016169Z [1340/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x12.c.o 2022-12-01T10:06:16.9049563Z [1340/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20-acc2.c.o 2022-12-01T10:06:16.9050190Z [1341/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x12-acc2.c.o 2022-12-01T10:06:16.9226078Z [1341/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20-acc5.c.o 2022-12-01T10:06:16.9226798Z [1342/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x16-acc4.c.o 2022-12-01T10:06:16.9264872Z [1342/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20.c.o 2022-12-01T10:06:16.9266149Z [1343/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x16-acc2.c.o 2022-12-01T10:06:16.9508337Z [1343/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x4.c.o 2022-12-01T10:06:16.9509431Z [1344/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x16.c.o 2022-12-01T10:06:16.9554409Z [1344/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x8.c.o 2022-12-01T10:06:16.9555514Z [1345/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20-acc2.c.o 2022-12-01T10:06:16.9708042Z [1345/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x12.c.o 2022-12-01T10:06:16.9709175Z [1346/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20-acc5.c.o 2022-12-01T10:06:16.9819744Z [1346/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x16.c.o 2022-12-01T10:06:16.9820701Z [1347/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20.c.o 2022-12-01T10:06:16.9824928Z [1347/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x20.c.o 2022-12-01T10:06:16.9825595Z [1348/6342] Generating src/x86_64-fma/blas/c8gemm.py.o 2022-12-01T10:06:16.9835447Z [1348/6342] Generating src/x86_64-fma/blas/s4c6gemm.py.o 2022-12-01T10:06:16.9836500Z [1349/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x4.c.o 2022-12-01T10:06:17.0082738Z [1349/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x24.c.o 2022-12-01T10:06:17.0083828Z [1350/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x8.c.o 2022-12-01T10:06:17.0201254Z [1350/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x4.c.o 2022-12-01T10:06:17.0202094Z [1351/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x12.c.o 2022-12-01T10:06:17.0275285Z [1351/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x8.c.o 2022-12-01T10:06:17.0276351Z [1352/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x16.c.o 2022-12-01T10:06:17.0457616Z [1352/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x12.c.o 2022-12-01T10:06:17.0458206Z [1353/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x24.c.o 2022-12-01T10:06:17.0558689Z [1353/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x16.c.o 2022-12-01T10:06:17.0559425Z [1354/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x20.c.o 2022-12-01T10:06:17.0887299Z [1354/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x20.c.o 2022-12-01T10:06:17.0888188Z [1355/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x8.c.o 2022-12-01T10:06:17.0919584Z [1355/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x24.c.o 2022-12-01T10:06:17.0920197Z [1356/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x4.c.o 2022-12-01T10:06:17.0996063Z [1356/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse2-x4.c.o 2022-12-01T10:06:17.0996627Z [1357/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x12.c.o 2022-12-01T10:06:17.1054163Z [1357/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse2-x8.c.o 2022-12-01T10:06:17.1054746Z [1358/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x16.c.o 2022-12-01T10:06:17.1283414Z [1358/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse2-x4.c.o 2022-12-01T10:06:17.1284024Z [1359/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x20.c.o 2022-12-01T10:06:17.1471023Z [1359/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse2-x8.c.o 2022-12-01T10:06:17.1472196Z [1360/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse2-rr2-p6-x24.c.o 2022-12-01T10:06:17.1653221Z [1360/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse2-x4.c.o 2022-12-01T10:06:17.1654217Z [1361/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse2-x4.c.o 2022-12-01T10:06:17.1698749Z [1361/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse2-x8.c.o 2022-12-01T10:06:17.1700015Z [1362/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse2-x8.c.o 2022-12-01T10:06:17.1771236Z [1362/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse2-x4.c.o 2022-12-01T10:06:17.1772456Z [1363/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse2-x4.c.o 2022-12-01T10:06:17.1946608Z [1363/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse2-x8.c.o 2022-12-01T10:06:17.1947154Z [1364/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse2-x8.c.o 2022-12-01T10:06:17.2091890Z [1364/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse2-x4.c.o 2022-12-01T10:06:17.2092694Z [1365/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse2-x4.c.o 2022-12-01T10:06:17.2335231Z [1365/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse2-x8.c.o 2022-12-01T10:06:17.2335816Z [1366/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse2-x8.c.o 2022-12-01T10:06:17.2447563Z [1366/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x4.c.o 2022-12-01T10:06:17.2448140Z [1367/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse2-x4.c.o 2022-12-01T10:06:17.2496478Z [1367/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x8.c.o 2022-12-01T10:06:17.2497574Z [1368/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse2-x8.c.o 2022-12-01T10:06:17.2623347Z [1368/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x12.c.o 2022-12-01T10:06:17.2624681Z [1369/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse2-x8.c.o 2022-12-01T10:06:17.2644185Z [1369/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x16.c.o 2022-12-01T10:06:17.2645268Z [1370/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse2-x4.c.o 2022-12-01T10:06:17.2934865Z [1370/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x20.c.o 2022-12-01T10:06:17.2935948Z [1371/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x4.c.o 2022-12-01T10:06:17.3049337Z [1371/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x24.c.o 2022-12-01T10:06:17.3050078Z [1372/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x8.c.o 2022-12-01T10:06:17.3135794Z [1372/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x4.c.o 2022-12-01T10:06:17.3136963Z [1373/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x12.c.o 2022-12-01T10:06:17.3269648Z [1373/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x8.c.o 2022-12-01T10:06:17.3270821Z [1374/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x20.c.o 2022-12-01T10:06:17.3320613Z [1374/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x12.c.o 2022-12-01T10:06:17.3321869Z [1375/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x16.c.o 2022-12-01T10:06:17.3524832Z [1375/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x16.c.o 2022-12-01T10:06:17.3525460Z [1376/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x24.c.o 2022-12-01T10:06:17.3630731Z [1376/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x20.c.o 2022-12-01T10:06:17.3632023Z [1377/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x4.c.o 2022-12-01T10:06:17.3813823Z [1377/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x24.c.o 2022-12-01T10:06:17.3815416Z [1378/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x8.c.o 2022-12-01T10:06:17.3845798Z [1378/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse2-int16.c.o 2022-12-01T10:06:17.3847281Z [1379/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x12.c.o 2022-12-01T10:06:17.4028459Z [1379/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse2-int32.c.o 2022-12-01T10:06:17.4029512Z [1380/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x16.c.o 2022-12-01T10:06:17.4154809Z [1380/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-sse2.c.o 2022-12-01T10:06:17.4155412Z [1381/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x20.c.o 2022-12-01T10:06:17.4241958Z [1381/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-sse2-rr2-lut64-p2.c.o 2022-12-01T10:06:17.4242694Z [1382/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-p5-div-x24.c.o 2022-12-01T10:06:17.4362742Z [1382/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-sse2-rr2-p5.c.o 2022-12-01T10:06:17.4363287Z [1383/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse2-int16.c.o 2022-12-01T10:06:17.4466014Z [1383/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-sse2-rr2-p5.c.o 2022-12-01T10:06:17.4466761Z [1384/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse2-int32.c.o 2022-12-01T10:06:17.4594576Z [1384/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-sse2-rr2-lut16-p3.c.o 2022-12-01T10:06:17.4595808Z [1385/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-sse2.c.o 2022-12-01T10:06:17.4807675Z [1385/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-sse2-rr2-p6.c.o 2022-12-01T10:06:17.4808248Z [1386/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-sse2-rr2-lut64-p2.c.o 2022-12-01T10:06:17.4919604Z [1386/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-sse2-cvt.c.o 2022-12-01T10:06:17.4920761Z [1387/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-sse2-rr2-p5.c.o 2022-12-01T10:06:17.4925388Z [1387/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-sse2-cvt.c.o 2022-12-01T10:06:17.4926298Z [1388/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-sse2-rr2-p5.c.o 2022-12-01T10:06:17.5066635Z [1388/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-sse2-cvt.c.o 2022-12-01T10:06:17.5067393Z [1389/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-sse2-rr2-lut16-p3.c.o 2022-12-01T10:06:17.5079070Z [1389/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-sse2-cvt.c.o 2022-12-01T10:06:17.5079829Z [1390/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-sse2-rr2-p6.c.o 2022-12-01T10:06:17.5294831Z [1390/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-lut64-p2-div.c.o 2022-12-01T10:06:17.5295612Z [1391/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-sse2-cvt.c.o 2022-12-01T10:06:17.5472671Z [1391/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-lut64-p2-nr1.c.o 2022-12-01T10:06:17.5473326Z [1392/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-sse2-cvt.c.o 2022-12-01T10:06:17.5475953Z [1392/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-lut64-p2-nr2.c.o 2022-12-01T10:06:17.5476770Z [1393/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-sse2-cvt.c.o 2022-12-01T10:06:17.5598059Z [1393/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-p5-div.c.o 2022-12-01T10:06:17.5598669Z [1394/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-lut64-p2-div.c.o 2022-12-01T10:06:17.5768559Z [1394/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-p5-nr1.c.o 2022-12-01T10:06:17.5769146Z [1395/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-sse2-cvt.c.o 2022-12-01T10:06:17.5777675Z [1395/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-p5-nr2.c.o 2022-12-01T10:06:17.5778485Z [1396/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-lut64-p2-nr1.c.o 2022-12-01T10:06:17.5875425Z [1396/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16-add16.c.o 2022-12-01T10:06:17.5876241Z [1397/6342] Generating src/x86_64-fma/blas/s4c6gemm.py.o 2022-12-01T10:06:17.5967465Z [1397/6342] Generating src/x86_64-fma/blas/conv1x1.py.o 2022-12-01T10:06:17.5968009Z [1398/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-p5-div.c.o 2022-12-01T10:06:17.6025614Z [1398/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-12-01T10:06:17.6026667Z [1399/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-lut64-p2-nr2.c.o 2022-12-01T10:06:17.6238611Z [1399/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16-add16.c.o 2022-12-01T10:06:17.6240293Z [1400/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-p5-nr1.c.o 2022-12-01T10:06:17.6406191Z [1400/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-12-01T10:06:17.6408560Z [1401/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16-add16.c.o 2022-12-01T10:06:17.6409299Z [1401/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16-add16.c.o 2022-12-01T10:06:17.6409869Z [1402/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-sse2-rr2-p5-nr2.c.o 2022-12-01T10:06:17.6568223Z [1402/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16.c.o 2022-12-01T10:06:17.6569377Z [1403/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-12-01T10:06:17.6647404Z [1403/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16-add16.c.o 2022-12-01T10:06:17.6648818Z [1404/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16-add16.c.o 2022-12-01T10:06:17.6892016Z [1404/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16.c.o 2022-12-01T10:06:17.6893100Z [1405/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-12-01T10:06:17.6964884Z [1405/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-sse2-mul16.c.o 2022-12-01T10:06:17.6966317Z [1406/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16-add16.c.o 2022-12-01T10:06:17.7096648Z [1406/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-sse2-mul16.c.o 2022-12-01T10:06:17.7097761Z [1407/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16.c.o 2022-12-01T10:06:17.7307644Z [1407/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:17.7308347Z [1408/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16-add16.c.o 2022-12-01T10:06:17.7340218Z [1408/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:17.7340961Z [1409/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16.c.o 2022-12-01T10:06:17.7525160Z [1409/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:17.7526203Z [1410/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-sse2-mul16.c.o 2022-12-01T10:06:17.7589519Z [1410/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:17.7590591Z [1411/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-sse2-mul16.c.o 2022-12-01T10:06:17.7847812Z [1411/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:17.7848433Z [1412/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:17.8046648Z [1412/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:17.8047740Z [1413/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:17.8088900Z [1413/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:17.8089947Z [1414/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:17.8201831Z [1414/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:17.8203212Z [1415/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:17.8368388Z [1415/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:17.8369164Z [1416/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:17.8573217Z [1416/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:17.8573940Z [1417/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:17.8751317Z [1417/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:17.8752378Z [1418/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:17.8811810Z [1418/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:17.8812580Z [1419/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:17.8818735Z [1419/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:17.8819210Z [1420/6342] Generating src/x86_64-fma/blas/conv1x1.py.o 2022-12-01T10:06:17.9135535Z [1420/6342] Generating src/x86_64-fma/blas/sgemm.py.o 2022-12-01T10:06:17.9136363Z [1421/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:17.9229212Z [1421/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:17.9230144Z [1422/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:17.9328945Z [1422/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:17.9330017Z [1423/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:17.9416156Z [1423/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:17.9417246Z [1424/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:17.9625829Z [1424/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:17.9626456Z [1425/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:17.9760017Z [1425/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:17.9760714Z [1426/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:17.9997250Z [1426/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:17.9998343Z [1427/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:18.0066099Z [1427/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:18.0067068Z [1428/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:18.0234473Z [1428/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:18.0235306Z [1429/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:18.0454792Z [1429/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:18.0455556Z [1430/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:18.0515949Z [1430/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:18.0517282Z [1431/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:18.0701155Z [1431/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:18.0701770Z [1432/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:18.0883626Z [1432/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:18.0884271Z [1433/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:18.0966821Z [1433/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:18.0967692Z [1434/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:18.1263895Z [1434/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:18.1264498Z [1435/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:18.1420081Z [1435/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:18.1421081Z [1436/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:18.1514921Z [1436/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:18.1515816Z [1437/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:18.1708828Z [1437/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:18.1710437Z [1438/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:18.1766040Z [1438/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:18.1766649Z [1439/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:18.2009560Z [1439/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:18.2010641Z [1440/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:18.2142278Z [1440/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:18.2143353Z [1441/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:18.2293027Z [1441/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:18.2294242Z [1442/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:18.2455293Z [1442/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:18.2456410Z [1443/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:18.2514146Z [1443/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:18.2515487Z [1444/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:18.2664708Z [1444/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:18.2666070Z [1445/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:18.2781805Z [1445/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:18.2783232Z [1446/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:18.2996605Z [1446/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:18.2997251Z [1447/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:18.3033805Z [1447/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:18.3034578Z [1448/6342] Generating src/x86_64-fma/blas/sgemm.py.o 2022-12-01T10:06:18.3155023Z [1448/6342] Generating src/x86_64-fma/max-pooling.py.o 2022-12-01T10:06:18.3155930Z [1449/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:18.3175681Z [1449/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:18.3176665Z [1450/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:18.3485109Z [1450/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:18.3486154Z [1451/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:18.3505217Z [1451/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:18.3506291Z [1452/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:18.3870848Z [1452/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:18.3872068Z [1453/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:18.4196980Z [1453/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16-add16.c.o 2022-12-01T10:06:18.4197827Z [1454/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:18.4202387Z [1454/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-12-01T10:06:18.4203112Z [1455/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:18.4253300Z [1455/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16-add16.c.o 2022-12-01T10:06:18.4254388Z [1456/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:18.4340710Z [1456/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-12-01T10:06:18.4341349Z [1457/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:18.4542872Z [1457/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16-add16.c.o 2022-12-01T10:06:18.4543861Z [1458/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16-add16.c.o 2022-12-01T10:06:18.4815249Z [1458/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16.c.o 2022-12-01T10:06:18.4815723Z [1459/6342] Generating src/x86_64-fma/max-pooling.py.o 2022-12-01T10:06:18.4853075Z [1459/6342] Generating src/x86_64-fma/relu.py.o 2022-12-01T10:06:18.4853961Z [1460/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-12-01T10:06:18.4893583Z [1460/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16-add16.c.o 2022-12-01T10:06:18.4894684Z [1461/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-12-01T10:06:18.4911645Z [1461/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16.c.o 2022-12-01T10:06:18.4913051Z [1462/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16-add16.c.o 2022-12-01T10:06:18.5194190Z [1462/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-sse2-mul16.c.o 2022-12-01T10:06:18.5195309Z [1463/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16.c.o 2022-12-01T10:06:18.5261919Z [1463/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-sse2-mul16.c.o 2022-12-01T10:06:18.5263033Z [1464/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16-add16.c.o 2022-12-01T10:06:18.5497334Z [1464/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x8.c.o 2022-12-01T10:06:18.5498415Z [1465/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16-add16.c.o 2022-12-01T10:06:18.5606407Z [1465/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x16.c.o 2022-12-01T10:06:18.5607369Z [1466/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16.c.o 2022-12-01T10:06:18.5741065Z [1466/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x24.c.o 2022-12-01T10:06:18.5742105Z [1467/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-sse2-mul16.c.o 2022-12-01T10:06:18.5918283Z [1467/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-12-01T10:06:18.5919483Z [1468/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x8.c.o 2022-12-01T10:06:18.6015925Z [1468/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-12-01T10:06:18.6016901Z [1469/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-sse2-mul16.c.o 2022-12-01T10:06:18.6093569Z [1469/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c16.c.o 2022-12-01T10:06:18.6094566Z [1470/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x16.c.o 2022-12-01T10:06:18.6164964Z [1470/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c24.c.o 2022-12-01T10:06:18.6165999Z [1471/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x24.c.o 2022-12-01T10:06:18.6250991Z [1471/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-12-01T10:06:18.6251878Z [1472/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-12-01T10:06:18.6405687Z [1472/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c16.c.o 2022-12-01T10:06:18.6406435Z [1473/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-12-01T10:06:18.6575549Z [1473/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c24.c.o 2022-12-01T10:06:18.6576036Z [1474/6342] Generating src/x86_64-fma/relu.py.o 2022-12-01T10:06:18.6685156Z [1474/6342] Generating src/x86_64-fma/softmax.py.o 2022-12-01T10:06:18.6685770Z [1475/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c16.c.o 2022-12-01T10:06:18.6762917Z [1475/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:18.6763860Z [1476/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c24.c.o 2022-12-01T10:06:18.6852727Z [1476/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:18.6853774Z [1477/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c16.c.o 2022-12-01T10:06:18.6869996Z [1477/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-sse2.c.o 2022-12-01T10:06:18.6870599Z [1478/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-12-01T10:06:18.7120862Z [1478/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:18.7121605Z [1479/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c24.c.o 2022-12-01T10:06:18.7474035Z [1479/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:18.7475045Z [1480/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:18.7579815Z [1480/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-sse2.c.o 2022-12-01T10:06:18.7581008Z [1481/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-sse2.c.o 2022-12-01T10:06:18.7669437Z [1481/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:18.7670381Z [1482/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:18.7672988Z [1482/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:18.7673905Z [1483/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:18.7883759Z [1483/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-sse2.c.o 2022-12-01T10:06:18.7884785Z [1484/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:18.8205795Z [1484/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:18.8206880Z [1485/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-sse2.c.o 2022-12-01T10:06:18.8421988Z [1485/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:18.8423003Z [1486/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:18.8431750Z [1486/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-sse2.c.o 2022-12-01T10:06:18.8433053Z [1487/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-sse2.c.o 2022-12-01T10:06:18.8537862Z [1487/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:18.8538868Z [1488/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:18.8713934Z [1488/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:18.8714971Z [1489/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:18.9059662Z [1489/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-sse2.c.o 2022-12-01T10:06:18.9060740Z [1490/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-sse2.c.o 2022-12-01T10:06:18.9076425Z [1490/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:18.9077600Z [1491/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:18.9105491Z [1491/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:18.9106307Z [1492/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:18.9222812Z [1492/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-sse2.c.o 2022-12-01T10:06:18.9223417Z [1493/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:18.9378204Z [1493/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:18.9379541Z [1494/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-sse2.c.o 2022-12-01T10:06:18.9777064Z [1494/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:18.9777665Z [1495/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:18.9830341Z [1495/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-sse2.c.o 2022-12-01T10:06:18.9830934Z [1496/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:18.9881266Z [1496/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:18.9882220Z [1497/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-sse2.c.o 2022-12-01T10:06:19.0034682Z [1497/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:19.0037578Z [1498/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:19.0140018Z [1498/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-sse2.c.o 2022-12-01T10:06:19.0141094Z [1499/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:19.0425379Z [1499/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:19.0426400Z [1500/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-sse2.c.o 2022-12-01T10:06:19.0541102Z [1500/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:19.0541704Z [1501/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:19.0611536Z [1501/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-sse2.c.o 2022-12-01T10:06:19.0612649Z [1502/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:19.0730321Z [1502/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:19.0732033Z [1503/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-sse2.c.o 2022-12-01T10:06:19.0764605Z [1503/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:19.0765953Z [1504/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:19.1064753Z [1504/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-sse2.c.o 2022-12-01T10:06:19.1065789Z [1505/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:19.1235851Z [1505/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:19.1236645Z [1506/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:19.1290576Z [1506/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:19.1291249Z [1507/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-sse2.c.o 2022-12-01T10:06:19.1472568Z [1507/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-sse2.c.o 2022-12-01T10:06:19.1473268Z [1508/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:19.1590731Z [1508/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:19.1592270Z [1509/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-sse2.c.o 2022-12-01T10:06:19.1745259Z [1509/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:19.1746308Z [1510/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:19.1957535Z [1510/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:19.1989170Z [1511/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-sse2.c.o 2022-12-01T10:06:19.1989802Z [1511/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:19.1990385Z [1512/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:19.2192099Z [1512/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:19.2193530Z [1513/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:19.2207525Z [1513/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:19.2208934Z [1514/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:19.2393271Z [1514/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:19.2394246Z [1515/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:19.2749362Z [1515/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:19.2750023Z [1516/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:19.2864245Z [1516/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:19.2864961Z [1517/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:19.3029308Z [1517/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:19.3030422Z [1518/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:19.3253640Z [1518/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:19.3254433Z [1519/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:19.3341740Z [1519/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:19.3342744Z [1520/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:19.3505520Z [1520/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:19.3506215Z [1521/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:19.3533037Z [1521/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:19.3533680Z [1522/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:19.3800032Z [1522/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:19.3801263Z [1523/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:19.3934678Z [1523/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:19.3935745Z [1524/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:19.4075754Z [1524/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:19.4076780Z [1525/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:19.4252546Z [1525/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:19.4253851Z [1526/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:19.4298080Z [1526/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:19.4299066Z [1527/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:19.4505526Z [1527/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:19.4506186Z [1528/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:19.4550660Z [1528/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:19.4551399Z [1529/6342] Generating src/x86_64-fma/softmax.py.o 2022-12-01T10:06:19.4655814Z [1529/6342] Generating src/x86_64-fma/blas/sdotxf.py.o 2022-12-01T10:06:19.4657019Z [1530/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:19.4714098Z [1530/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:19.4715150Z [1531/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:19.4933367Z [1531/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-sse2.c.o 2022-12-01T10:06:19.4934107Z [1532/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:19.4974284Z [1532/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-sse2.c.o 2022-12-01T10:06:19.4974938Z [1533/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:19.5153003Z [1533/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-sse2.c.o 2022-12-01T10:06:19.5153790Z [1534/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:19.5330569Z [1534/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-12-01T10:06:19.5331137Z [1535/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-sse2.c.o 2022-12-01T10:06:19.5336056Z [1535/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-12-01T10:06:19.5336647Z [1536/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:19.5556371Z [1536/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x24.c.o 2022-12-01T10:06:19.5557344Z [1537/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-sse2.c.o 2022-12-01T10:06:19.5665069Z [1537/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x32.c.o 2022-12-01T10:06:19.5665681Z [1538/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-12-01T10:06:19.5854373Z [1538/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-12-01T10:06:19.5854997Z [1539/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-12-01T10:06:19.5867338Z [1539/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-12-01T10:06:19.6069987Z [1540/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x24.c.o 2022-12-01T10:06:19.6070658Z [1540/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x24.c.o 2022-12-01T10:06:19.6071216Z [1541/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x32.c.o 2022-12-01T10:06:19.6242733Z [1541/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x32.c.o 2022-12-01T10:06:19.6243779Z [1542/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-12-01T10:06:19.6338003Z [1542/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-12-01T10:06:19.6338567Z [1543/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-sse2.c.o 2022-12-01T10:06:19.6482256Z [1543/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x16.c.o 2022-12-01T10:06:19.6483539Z [1544/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x24.c.o 2022-12-01T10:06:19.6525784Z [1544/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-12-01T10:06:19.6526878Z [1545/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-12-01T10:06:19.6670965Z [1545/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x16.c.o 2022-12-01T10:06:19.6672006Z [1546/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x32.c.o 2022-12-01T10:06:19.6757752Z [1546/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9p8x-minmax-sse2-c8.c.o 2022-12-01T10:06:19.6759611Z [1547/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-12-01T10:06:19.6926917Z [1547/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9x-minmax-sse2-c8.c.o 2022-12-01T10:06:19.6928039Z [1548/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x16.c.o 2022-12-01T10:06:19.7112895Z [1548/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-12-01T10:06:19.7113511Z [1549/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-12-01T10:06:19.7180291Z [1549/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-12-01T10:06:19.7181319Z [1550/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x16.c.o 2022-12-01T10:06:19.7283069Z [1550/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16.c.o 2022-12-01T10:06:19.7284113Z [1551/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9p8x-minmax-sse2-c8.c.o 2022-12-01T10:06:19.7342724Z [1551/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16.c.o 2022-12-01T10:06:19.7344054Z [1552/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-avgpool/9x-minmax-sse2-c8.c.o 2022-12-01T10:06:19.7567068Z [1552/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x8.c.o 2022-12-01T10:06:19.7568406Z [1553/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-12-01T10:06:19.7743956Z [1553/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x16.c.o 2022-12-01T10:06:19.7744991Z [1554/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-12-01T10:06:19.7842098Z [1554/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x24.c.o 2022-12-01T10:06:19.7843144Z [1555/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-sse2-mul16.c.o 2022-12-01T10:06:19.7877965Z [1555/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-12-01T10:06:19.7878864Z [1556/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x8.c.o 2022-12-01T10:06:19.7884754Z [1556/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-12-01T10:06:19.7887473Z [1557/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-sse2-mul16.c.o 2022-12-01T10:06:19.8186881Z [1557/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c16.c.o 2022-12-01T10:06:19.8187975Z [1558/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x16.c.o 2022-12-01T10:06:19.8328976Z [1558/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c24.c.o 2022-12-01T10:06:19.8329606Z [1559/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x24.c.o 2022-12-01T10:06:19.8470506Z [1559/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-12-01T10:06:19.8471145Z [1560/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-12-01T10:06:19.8490426Z [1560/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c16.c.o 2022-12-01T10:06:19.8491082Z [1561/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-12-01T10:06:19.8524822Z [1561/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c24.c.o 2022-12-01T10:06:19.8525653Z [1562/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c16.c.o 2022-12-01T10:06:19.8857813Z [1562/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:19.8859192Z [1563/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c24.c.o 2022-12-01T10:06:19.9038532Z [1563/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:19.9039159Z [1564/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-12-01T10:06:19.9067726Z [1564/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:19.9068732Z [1565/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c24.c.o 2022-12-01T10:06:19.9142930Z [1565/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:19.9144297Z [1566/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:19.9205164Z [1566/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:19.9206229Z [1567/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c16.c.o 2022-12-01T10:06:19.9529846Z [1567/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:19.9530510Z [1568/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:19.9735136Z [1568/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:19.9735787Z [1569/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:19.9875062Z [1569/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:19.9875824Z [1570/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:19.9885729Z [1570/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:19.9888290Z [1571/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:19.9965880Z [1571/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:19.9966787Z [1572/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:20.0094493Z [1572/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:20.0095195Z [1573/6342] Generating src/x86_64-fma/blas/sdotxf.py.o 2022-12-01T10:06:20.0286035Z [1573/6342] Generating src/x86_64-fma/blas/shdotxf.py.o 2022-12-01T10:06:20.0286929Z [1574/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:20.0423955Z [1574/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:20.0424548Z [1575/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:20.0567898Z [1575/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:20.0568958Z [1576/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:20.0587992Z [1576/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:20.0589056Z [1577/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:20.0633286Z [1577/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:20.0634017Z [1578/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:20.1083886Z [1578/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:20.1084972Z [1579/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:20.1171566Z [1579/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:20.1172173Z [1580/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:20.1316073Z [1580/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:20.1317124Z [1581/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:20.1350760Z [1581/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:20.1351852Z [1582/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:20.1411819Z [1582/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:20.1413022Z [1583/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:20.1892560Z [1583/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:20.1893555Z [1584/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:20.2069271Z [1584/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:20.2070396Z [1585/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:20.2168654Z [1585/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:20.2169636Z [1586/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:20.2212617Z [1586/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:20.2213675Z [1587/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:20.2340681Z [1587/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:20.2341405Z [1588/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:20.2576522Z [1588/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:20.2577749Z [1589/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:20.2687533Z [1589/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:20.2688139Z [1590/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:20.2856686Z [1590/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:20.2858016Z [1591/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:20.2926739Z [1591/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:20.2927360Z [1592/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:20.3180843Z [1592/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:20.3181468Z [1593/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:20.3215349Z [1593/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:20.3216956Z [1594/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:20.3385110Z [1594/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:20.3386304Z [1595/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:20.3607621Z [1595/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:20.3608627Z [1596/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:20.3614018Z [1596/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:20.3614632Z [1597/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:20.3861151Z [1597/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:20.3861868Z [1598/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:20.3907000Z [1598/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:20.3908057Z [1599/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:20.4149900Z [1599/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:20.4150950Z [1600/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:20.4246319Z [1600/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:20.4247062Z [1601/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:20.4343515Z [1601/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:20.4344140Z [1602/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:20.4632286Z [1602/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:20.4633827Z [1603/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:20.4682679Z [1603/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:20.4683300Z [1604/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:20.4899487Z [1604/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:20.4901032Z [1605/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:20.4945644Z [1605/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:20.4946607Z [1606/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:20.5130799Z [1606/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:20.5131584Z [1607/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:20.5304620Z [1607/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/fp32-sse2.c.o 2022-12-01T10:06:20.5305844Z [1608/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:20.5429704Z [1608/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-sse2.c.o 2022-12-01T10:06:20.5430305Z [1609/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:20.5544224Z [1609/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-sse2.c.o 2022-12-01T10:06:20.5544806Z [1610/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:20.5779069Z [1610/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-12-01T10:06:20.5779679Z [1611/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/fp32-sse2.c.o 2022-12-01T10:06:20.5785215Z [1611/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-12-01T10:06:20.5786242Z [1612/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse2-ld128.c.o 2022-12-01T10:06:20.5897016Z [1612/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-12-01T10:06:20.5898022Z [1613/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-sse2.c.o 2022-12-01T10:06:20.6078654Z [1613/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-12-01T10:06:20.6081040Z [1614/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-sse2.c.o 2022-12-01T10:06:20.6126039Z [1614/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-12-01T10:06:20.6127122Z [1615/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-12-01T10:06:20.6313455Z [1615/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x16.c.o 2022-12-01T10:06:20.6314050Z [1616/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-12-01T10:06:20.6490119Z [1616/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-12-01T10:06:20.6490786Z [1617/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse2-mul16-ld64-x16.c.o 2022-12-01T10:06:20.6531724Z [1617/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x16.c.o 2022-12-01T10:06:20.6532314Z [1618/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-12-01T10:06:20.6749688Z [1618/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse2-c8.c.o 2022-12-01T10:06:20.6750728Z [1619/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-12-01T10:06:20.6794435Z [1619/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse2-c16.c.o 2022-12-01T10:06:20.6795479Z [1620/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x16.c.o 2022-12-01T10:06:20.6938417Z [1620/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-12-01T10:06:20.6939590Z [1621/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-12-01T10:06:20.7077531Z [1621/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-vclamp/sse2-x64.c.o 2022-12-01T10:06:20.7078163Z [1622/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x16.c.o 2022-12-01T10:06:20.7086552Z [1622/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse2-c8.c.o 2022-12-01T10:06:20.7087394Z [1623/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse2-c8.c.o 2022-12-01T10:06:20.7299464Z [1623/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse2-c16.c.o 2022-12-01T10:06:20.7300406Z [1624/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse2-c16.c.o 2022-12-01T10:06:20.7338872Z [1624/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-12-01T10:06:20.7339875Z [1625/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-12-01T10:06:20.7616554Z [1625/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-rmax/sse2.c.o 2022-12-01T10:06:20.7617445Z [1626/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-vclamp/sse2-x64.c.o 2022-12-01T10:06:20.7644217Z [1626/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-vclamp/sse2-x64.c.o 2022-12-01T10:06:20.7645483Z [1627/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse2-c8.c.o 2022-12-01T10:06:20.7647274Z [1627/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-fill/sse2-x64.c.o 2022-12-01T10:06:20.7648142Z [1628/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse2-c16.c.o 2022-12-01T10:06:20.7840953Z [1628/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-pad/sse2.c.o 2022-12-01T10:06:20.7841676Z [1629/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-12-01T10:06:20.7874285Z [1629/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/16x16-reuse-mov-sse2.c.o 2022-12-01T10:06:20.7875160Z [1630/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-rmax/sse2.c.o 2022-12-01T10:06:20.8181565Z [1630/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/16x16-reuse-switch-sse2.c.o 2022-12-01T10:06:20.8182571Z [1631/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-fill/sse2-x64.c.o 2022-12-01T10:06:20.8268905Z [1631/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/xm-sse2.c.o 2022-12-01T10:06:20.8270855Z [1632/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/xx-pad/sse2.c.o 2022-12-01T10:06:20.8533821Z [1632/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x2-sse2.c.o 2022-12-01T10:06:20.8534326Z [1633/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-vclamp/sse2-x64.c.o 2022-12-01T10:06:20.8834848Z [1633/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x3-sse2.c.o 2022-12-01T10:06:20.8835435Z [1634/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/xm-sse2.c.o 2022-12-01T10:06:20.8875695Z [1634/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x4-sse2.c.o 2022-12-01T10:06:20.8876417Z [1635/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/16x16-reuse-mov-sse2.c.o 2022-12-01T10:06:20.8928974Z [1635/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-multi-mov-sse2.c.o 2022-12-01T10:06:20.8929943Z [1636/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-transpose/gen/16x16-reuse-switch-sse2.c.o 2022-12-01T10:06:20.8931778Z [1636/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-multi-switch-sse2.c.o 2022-12-01T10:06:20.8932680Z [1637/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x2-sse2.c.o 2022-12-01T10:06:20.9104685Z [1637/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-reuse-mov-sse2.c.o 2022-12-01T10:06:20.9105347Z [1638/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x3-sse2.c.o 2022-12-01T10:06:20.9354043Z [1638/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-reuse-multi-sse2.c.o 2022-12-01T10:06:20.9354674Z [1639/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-zip/x4-sse2.c.o 2022-12-01T10:06:20.9880629Z [1639/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-reuse-switch-sse2.c.o 2022-12-01T10:06:20.9881717Z [1640/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-multi-mov-sse2.c.o 2022-12-01T10:06:21.0107947Z [1640/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/4x8-sse2.c.o 2022-12-01T10:06:21.0108796Z [1641/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-reuse-mov-sse2.c.o 2022-12-01T10:06:21.0117991Z [1641/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-multi-mov-sse2.c.o 2022-12-01T10:06:21.0118950Z [1642/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-multi-switch-sse2.c.o 2022-12-01T10:06:21.0292820Z [1642/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-multi-multi-sse2.c.o 2022-12-01T10:06:21.0293821Z [1643/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-reuse-multi-sse2.c.o 2022-12-01T10:06:21.0434943Z [1643/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-multi-switch-sse2.c.o 2022-12-01T10:06:21.0435991Z [1644/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/gen/8x8-reuse-switch-sse2.c.o 2022-12-01T10:06:21.0963059Z [1644/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-reuse-mov-sse2.c.o 2022-12-01T10:06:21.0963691Z [1645/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x16-transpose/4x8-sse2.c.o 2022-12-01T10:06:21.0982893Z [1645/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-reuse-multi-sse2.c.o 2022-12-01T10:06:21.0983898Z [1646/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-multi-mov-sse2.c.o 2022-12-01T10:06:21.1091515Z [1646/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-reuse-switch-sse2.c.o 2022-12-01T10:06:21.1092515Z [1647/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-multi-multi-sse2.c.o 2022-12-01T10:06:21.1271294Z [1647/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-unpool/sse2.c.o 2022-12-01T10:06:21.1272721Z [1648/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-multi-switch-sse2.c.o 2022-12-01T10:06:21.1462203Z [1648/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/xm-sse2.c.o 2022-12-01T10:06:21.1463518Z [1649/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-reuse-mov-sse2.c.o 2022-12-01T10:06:21.1766606Z [1649/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x2-sse2.c.o 2022-12-01T10:06:21.1767126Z [1650/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-unpool/sse2.c.o 2022-12-01T10:06:21.1859389Z [1650/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x3-sse2.c.o 2022-12-01T10:06:21.1859991Z [1651/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-reuse-switch-sse2.c.o 2022-12-01T10:06:21.1891420Z [1651/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x4-sse2.c.o 2022-12-01T10:06:21.1893095Z [1652/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-transpose/gen/4x4-reuse-multi-sse2.c.o 2022-12-01T10:06:21.1952838Z [1652/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-multi-mov-sse2.c.o 2022-12-01T10:06:21.1954526Z [1653/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/xm-sse2.c.o 2022-12-01T10:06:21.2193558Z [1653/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-multi-multi-sse2.c.o 2022-12-01T10:06:21.2194186Z [1654/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x2-sse2.c.o 2022-12-01T10:06:21.2230085Z [1654/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-multi-switch-sse2.c.o 2022-12-01T10:06:21.2231392Z [1655/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x3-sse2.c.o 2022-12-01T10:06:21.2363518Z [1655/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-reuse-mov-sse2.c.o 2022-12-01T10:06:21.2365742Z [1656/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x32-zip/x4-sse2.c.o 2022-12-01T10:06:21.2943088Z [1656/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-reuse-multi-sse2.c.o 2022-12-01T10:06:21.2943866Z [1657/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-multi-multi-sse2.c.o 2022-12-01T10:06:21.3006569Z [1657/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-reuse-switch-sse2.c.o 2022-12-01T10:06:21.3007611Z [1658/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-multi-mov-sse2.c.o 2022-12-01T10:06:21.3179200Z [1658/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-1x4-acc2.c.o 2022-12-01T10:06:21.3179839Z [1659/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-reuse-mov-sse2.c.o 2022-12-01T10:06:21.3191748Z [1659/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-1x4-acc3.c.o 2022-12-01T10:06:21.3193009Z [1660/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-multi-switch-sse2.c.o 2022-12-01T10:06:21.3467183Z [1660/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-1x4-acc4.c.o 2022-12-01T10:06:21.3468593Z [1661/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-reuse-multi-sse2.c.o 2022-12-01T10:06:21.3774164Z [1661/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-1x4.c.o 2022-12-01T10:06:21.3774800Z [1662/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-1x4-acc3.c.o 2022-12-01T10:06:21.3797183Z [1662/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-2x4-acc2.c.o 2022-12-01T10:06:21.3798244Z [1663/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-1x4-acc2.c.o 2022-12-01T10:06:21.3938903Z [1663/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-2x4.c.o 2022-12-01T10:06:21.3939980Z [1664/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-1x4-acc4.c.o 2022-12-01T10:06:21.4000768Z [1664/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-3x4.c.o 2022-12-01T10:06:21.4001347Z [1665/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x64-transpose/gen/2x2-reuse-switch-sse2.c.o 2022-12-01T10:06:21.4167601Z [1665/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-4x4.c.o 2022-12-01T10:06:21.4168208Z [1666/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-1x4.c.o 2022-12-01T10:06:21.4378825Z [1666/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-5x4.c.o 2022-12-01T10:06:21.4379924Z [1667/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-2x4-acc2.c.o 2022-12-01T10:06:21.4611705Z [1667/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-6x4.c.o 2022-12-01T10:06:21.4612328Z [1668/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-2x4.c.o 2022-12-01T10:06:21.4615746Z [1668/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-ssse3-ld64.c.o 2022-12-01T10:06:21.4616790Z [1669/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-3x4.c.o 2022-12-01T10:06:21.4781667Z [1669/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-ssse3-ld128.c.o 2022-12-01T10:06:21.4782769Z [1670/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-4x4.c.o 2022-12-01T10:06:21.5014352Z [1670/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-ssse3.c.o 2022-12-01T10:06:21.5015053Z [1671/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-6x4.c.o 2022-12-01T10:06:21.5154009Z [1671/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-ssse3-ld64.c.o 2022-12-01T10:06:21.5154640Z [1672/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-5x4.c.o 2022-12-01T10:06:21.5263111Z [1672/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-ssse3-ld128.c.o 2022-12-01T10:06:21.5264184Z [1673/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-ssse3-ld128.c.o 2022-12-01T10:06:21.5388876Z [1673/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-ssse3.c.o 2022-12-01T10:06:21.5389624Z [1674/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-ssse3-ld64.c.o 2022-12-01T10:06:21.5563907Z [1674/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-ssse3-ld64.c.o 2022-12-01T10:06:21.5564912Z [1675/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-ssse3.c.o 2022-12-01T10:06:21.5644977Z [1675/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-ssse3-ld128.c.o 2022-12-01T10:06:21.5646056Z [1676/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-ssse3-ld64.c.o 2022-12-01T10:06:21.5825561Z [1676/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-ssse3.c.o 2022-12-01T10:06:21.5826619Z [1677/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-ssse3-ld128.c.o 2022-12-01T10:06:21.6042949Z [1677/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-ssse3-ld64.c.o 2022-12-01T10:06:21.6044017Z [1678/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-ssse3-ld64.c.o 2022-12-01T10:06:21.6114421Z [1678/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-ssse3-ld128.c.o 2022-12-01T10:06:21.6115526Z [1679/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-ssse3.c.o 2022-12-01T10:06:21.6403844Z [1679/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-ssse3-ld64.c.o 2022-12-01T10:06:21.6404469Z [1680/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-ssse3-ld64.c.o 2022-12-01T10:06:21.6472887Z [1680/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-ssse3-ld128.c.o 2022-12-01T10:06:21.6473883Z [1681/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-ssse3.c.o 2022-12-01T10:06:21.6852763Z [1681/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-ssse3-ld64.c.o 2022-12-01T10:06:21.6853380Z [1682/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-ssse3-ld128.c.o 2022-12-01T10:06:21.6939258Z [1682/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-ssse3-ld128.c.o 2022-12-01T10:06:21.6939873Z [1683/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-ssse3-ld64.c.o 2022-12-01T10:06:21.7082139Z [1683/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-ssse3.c.o 2022-12-01T10:06:21.7082818Z [1684/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-ssse3-ld128.c.o 2022-12-01T10:06:21.7136334Z [1684/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-ssse3.c.o 2022-12-01T10:06:21.7137372Z [1685/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-ssse3-ld128.c.o 2022-12-01T10:06:21.7269984Z [1685/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-ssse3.c.o 2022-12-01T10:06:21.7270760Z [1686/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-ssse3-ld64.c.o 2022-12-01T10:06:21.7629092Z [1686/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-ssse3.c.o 2022-12-01T10:06:21.7629684Z [1687/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-ssse3.c.o 2022-12-01T10:06:21.7691025Z [1687/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-ssse3-x16.c.o 2022-12-01T10:06:21.7691808Z [1688/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-ssse3.c.o 2022-12-01T10:06:21.7828961Z [1688/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-ssse3-x32.c.o 2022-12-01T10:06:21.7829968Z [1689/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-ssse3-ld128.c.o 2022-12-01T10:06:21.7858868Z [1689/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x8.c.o 2022-12-01T10:06:21.7859422Z [1690/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-ssse3.c.o 2022-12-01T10:06:21.8206355Z [1690/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x16.c.o 2022-12-01T10:06:21.8207033Z [1691/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-ssse3-x16.c.o 2022-12-01T10:06:21.8426647Z [1691/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x24.c.o 2022-12-01T10:06:21.8427208Z [1692/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x8.c.o 2022-12-01T10:06:21.8469908Z [1692/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x32.c.o 2022-12-01T10:06:21.8470490Z [1693/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-ssse3.c.o 2022-12-01T10:06:21.8484564Z [1693/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x8.c.o 2022-12-01T10:06:21.8485144Z [1694/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x16.c.o 2022-12-01T10:06:21.8696893Z [1694/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x16.c.o 2022-12-01T10:06:21.8697857Z [1695/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-ssse3-x32.c.o 2022-12-01T10:06:21.8924933Z [1695/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x24.c.o 2022-12-01T10:06:21.8925933Z [1696/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x24.c.o 2022-12-01T10:06:21.9088460Z [1696/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x32.c.o 2022-12-01T10:06:21.9089455Z [1697/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x32.c.o 2022-12-01T10:06:21.9102972Z [1697/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x8.c.o 2022-12-01T10:06:21.9103942Z [1698/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x8.c.o 2022-12-01T10:06:21.9142795Z [1698/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x16.c.o 2022-12-01T10:06:21.9143761Z [1699/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x16.c.o 2022-12-01T10:06:21.9318667Z [1699/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x24.c.o 2022-12-01T10:06:21.9319787Z [1700/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x24.c.o 2022-12-01T10:06:21.9561624Z [1700/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x32.c.o 2022-12-01T10:06:21.9562235Z [1701/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int32-x32.c.o 2022-12-01T10:06:21.9713857Z [1701/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse41-2x4.c.o 2022-12-01T10:06:21.9714428Z [1702/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x24.c.o 2022-12-01T10:06:21.9753439Z [1702/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse41-2x8.c.o 2022-12-01T10:06:21.9754011Z [1703/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x8.c.o 2022-12-01T10:06:21.9873503Z [1703/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x8.c.o 2022-12-01T10:06:21.9874100Z [1704/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x16.c.o 2022-12-01T10:06:21.9964620Z [1704/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x16.c.o 2022-12-01T10:06:21.9965581Z [1705/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x32.c.o 2022-12-01T10:06:22.0129385Z [1705/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x24.c.o 2022-12-01T10:06:22.0130711Z [1706/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse41-2x4.c.o 2022-12-01T10:06:22.0374565Z [1706/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x32.c.o 2022-12-01T10:06:22.0375492Z [1707/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/sse41-2x8.c.o 2022-12-01T10:06:22.0392796Z [1707/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x4.c.o 2022-12-01T10:06:22.0393799Z [1708/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x8.c.o 2022-12-01T10:06:22.0543083Z [1708/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x8.c.o 2022-12-01T10:06:22.0543646Z [1709/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x24.c.o 2022-12-01T10:06:22.0654942Z [1709/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x12.c.o 2022-12-01T10:06:22.0655606Z [1710/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x16.c.o 2022-12-01T10:06:22.0782161Z [1710/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x16.c.o 2022-12-01T10:06:22.0783172Z [1711/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x32.c.o 2022-12-01T10:06:22.1038355Z [1711/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x20.c.o 2022-12-01T10:06:22.1038998Z [1712/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x8.c.o 2022-12-01T10:06:22.1063069Z [1712/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x24.c.o 2022-12-01T10:06:22.1064333Z [1713/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x4.c.o 2022-12-01T10:06:22.1178401Z [1713/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x4.c.o 2022-12-01T10:06:22.1179379Z [1714/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x16.c.o 2022-12-01T10:06:22.1188513Z [1714/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x8.c.o 2022-12-01T10:06:22.1189855Z [1715/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x12.c.o 2022-12-01T10:06:22.1474684Z [1715/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x12.c.o 2022-12-01T10:06:22.1475744Z [1716/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x20.c.o 2022-12-01T10:06:22.1635669Z [1716/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x16.c.o 2022-12-01T10:06:22.1636631Z [1717/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x4.c.o 2022-12-01T10:06:22.1682051Z [1717/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x20.c.o 2022-12-01T10:06:22.1682631Z [1718/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-lut16-p3-x24.c.o 2022-12-01T10:06:22.1847509Z [1718/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x24.c.o 2022-12-01T10:06:22.1848359Z [1719/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x8.c.o 2022-12-01T10:06:22.2048361Z [1719/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse41-x4.c.o 2022-12-01T10:06:22.2049300Z [1720/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x16.c.o 2022-12-01T10:06:22.2232491Z [1720/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse41-x8.c.o 2022-12-01T10:06:22.2233155Z [1721/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x20.c.o 2022-12-01T10:06:22.2244803Z [1721/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse41-x4.c.o 2022-12-01T10:06:22.2245361Z [1722/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x24.c.o 2022-12-01T10:06:22.2408901Z [1722/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse41-x8.c.o 2022-12-01T10:06:22.2409468Z [1723/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse41-x4.c.o 2022-12-01T10:06:22.2601053Z [1723/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse41-x4.c.o 2022-12-01T10:06:22.2601876Z [1724/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-sse41-x8.c.o 2022-12-01T10:06:22.2837705Z [1724/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse41-x8.c.o 2022-12-01T10:06:22.2838694Z [1725/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse41-x4.c.o 2022-12-01T10:06:22.3012464Z [1725/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse41-x4.c.o 2022-12-01T10:06:22.3013152Z [1726/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-sse41-x8.c.o 2022-12-01T10:06:22.3018748Z [1726/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse41-x8.c.o 2022-12-01T10:06:22.3019778Z [1727/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse41-x4.c.o 2022-12-01T10:06:22.3247234Z [1727/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse41-x4.c.o 2022-12-01T10:06:22.3247894Z [1728/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-sse41-rr2-p6-x12.c.o 2022-12-01T10:06:22.3355604Z [1728/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse41-x8.c.o 2022-12-01T10:06:22.3356164Z [1729/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-sse41-x8.c.o 2022-12-01T10:06:22.3446186Z [1729/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x4.c.o 2022-12-01T10:06:22.3447181Z [1730/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse41-x4.c.o 2022-12-01T10:06:22.3636619Z [1730/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x8.c.o 2022-12-01T10:06:22.3637371Z [1731/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-sse41-x8.c.o 2022-12-01T10:06:22.3643780Z [1731/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x12.c.o 2022-12-01T10:06:22.3644341Z [1732/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse41-x4.c.o 2022-12-01T10:06:22.3815421Z [1732/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x16.c.o 2022-12-01T10:06:22.3816062Z [1733/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-sse41-x8.c.o 2022-12-01T10:06:22.4128101Z [1733/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x20.c.o 2022-12-01T10:06:22.4128768Z [1734/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x8.c.o 2022-12-01T10:06:22.4231753Z [1734/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x24.c.o 2022-12-01T10:06:22.4232405Z [1735/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x16.c.o 2022-12-01T10:06:22.4278195Z [1735/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x4.c.o 2022-12-01T10:06:22.4278979Z [1736/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x12.c.o 2022-12-01T10:06:22.4327547Z [1736/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x8.c.o 2022-12-01T10:06:22.4328177Z [1737/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x4.c.o 2022-12-01T10:06:22.4525970Z [1737/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x12.c.o 2022-12-01T10:06:22.4527170Z [1738/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x20.c.o 2022-12-01T10:06:22.4727661Z [1738/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x16.c.o 2022-12-01T10:06:22.4728883Z [1739/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x24.c.o 2022-12-01T10:06:22.4824849Z [1739/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x20.c.o 2022-12-01T10:06:22.4825622Z [1740/6342] Generating src/x86_64-fma/blas/shdotxf.py.o 2022-12-01T10:06:22.4860002Z [1740/6342] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/init.c.o 2022-12-01T10:06:22.4861000Z [1741/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x4.c.o 2022-12-01T10:06:22.5012313Z [1741/6342] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-inference.c.o 2022-12-01T10:06:22.5012964Z [1742/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x8.c.o 2022-12-01T10:06:22.5046129Z [1742/6342] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-inference.c.o 2022-12-01T10:06:22.5046916Z [1743/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x12.c.o 2022-12-01T10:06:22.5118487Z [1743/6342] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/pooling-output.c.o 2022-12-01T10:06:22.5119637Z [1744/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x16.c.o 2022-12-01T10:06:22.5261898Z [1744/6342] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-output.c.o 2022-12-01T10:06:22.5262667Z [1745/6342] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/init.c.o 2022-12-01T10:06:22.5299390Z [1745/6342] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/softmax-output.c.o 2022-12-01T10:06:22.5300076Z [1746/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x20.c.o 2022-12-01T10:06:22.5501828Z [1746/6342] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-output.c.o 2022-12-01T10:06:22.5502354Z [1747/6342] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-inference.c.o 2022-12-01T10:06:22.5512476Z [1747/6342] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-input-gradient.c.o 2022-12-01T10:06:22.5513019Z [1748/6342] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-inference.c.o 2022-12-01T10:06:22.5639792Z [1748/6342] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-input-gradient.c.o 2022-12-01T10:06:22.5640349Z [1749/6342] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-output.c.o 2022-12-01T10:06:22.5667893Z [1749/6342] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-kernel-gradient.c.o 2022-12-01T10:06:22.5668501Z [1750/6342] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/pooling-output.c.o 2022-12-01T10:06:22.5691319Z [1750/6342] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-output.c.o 2022-12-01T10:06:22.5692186Z [1751/6342] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/softmax-output.c.o 2022-12-01T10:06:22.5827760Z [1751/6342] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/x86_64-fma/softmax.c.o 2022-12-01T10:06:22.5828256Z [1752/6342] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-output.c.o 2022-12-01T10:06:22.6010772Z [1752/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x24.c.o 2022-12-01T10:06:22.6011481Z [1753/6342] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-input-gradient.c.o 2022-12-01T10:06:22.6155522Z [1753/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse41-int16.c.o 2022-12-01T10:06:22.6156084Z [1754/6342] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-kernel-gradient.c.o 2022-12-01T10:06:22.6199046Z [1754/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse41-int32.c.o 2022-12-01T10:06:22.6199998Z [1755/6342] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-input-gradient.c.o 2022-12-01T10:06:22.6299468Z [1755/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-sse41.c.o 2022-12-01T10:06:22.6299976Z [1756/6342] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/x86_64-fma/softmax.c.o 2022-12-01T10:06:22.6305044Z [1756/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-sse41.c.o 2022-12-01T10:06:22.6305556Z [1757/6342] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-output.c.o 2022-12-01T10:06:22.6426411Z [1757/6342] Linking C static library lib/libnnpack.a 2022-12-01T10:06:22.6426956Z [1758/6342] Linking C static library lib/libnnpack.a 2022-12-01T10:06:22.6484650Z [1758/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-sse41.c.o 2022-12-01T10:06:22.6485581Z [1759/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse41-int16.c.o 2022-12-01T10:06:22.6504393Z [1759/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-sse41.c.o 2022-12-01T10:06:22.6505066Z [1760/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-p5-div-x24.c.o 2022-12-01T10:06:22.6647292Z [1760/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-sse41.c.o 2022-12-01T10:06:22.6648003Z [1761/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-sse41-int32.c.o 2022-12-01T10:06:22.6781645Z [1761/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16-add16.c.o 2022-12-01T10:06:22.6782287Z [1762/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundd-sse41.c.o 2022-12-01T10:06:22.6808736Z [1762/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:06:22.6809291Z [1763/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-sse41.c.o 2022-12-01T10:06:22.6890878Z [1763/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul32.c.o 2022-12-01T10:06:22.6891860Z [1764/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundne-sse41.c.o 2022-12-01T10:06:22.6951472Z [1764/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16-add16.c.o 2022-12-01T10:06:22.6952049Z [1765/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundu-sse41.c.o 2022-12-01T10:06:22.7033338Z [1765/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:06:22.7033869Z [1766/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/roundz-sse41.c.o 2022-12-01T10:06:22.7290128Z [1766/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul32.c.o 2022-12-01T10:06:22.7291307Z [1767/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16-add16.c.o 2022-12-01T10:06:22.7343869Z [1767/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16-add16.c.o 2022-12-01T10:06:22.7345165Z [1768/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:06:22.7527886Z [1768/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:06:22.7529003Z [1769/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16-add16.c.o 2022-12-01T10:06:22.7721554Z [1769/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse41-mul32.c.o 2022-12-01T10:06:22.7722261Z [1770/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:06:22.7825966Z [1770/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16-add16.c.o 2022-12-01T10:06:22.7826582Z [1771/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul32.c.o 2022-12-01T10:06:22.7958084Z [1771/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:06:22.7958839Z [1772/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:06:22.7980503Z [1772/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse41-mul32.c.o 2022-12-01T10:06:22.7981131Z [1773/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16-add16.c.o 2022-12-01T10:06:22.8131738Z [1773/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:06:22.8382852Z [1774/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul32.c.o 2022-12-01T10:06:22.8383733Z [1774/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-sse41-mul32.c.o 2022-12-01T10:06:22.8384479Z [1775/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16-add16.c.o 2022-12-01T10:06:22.8549886Z [1775/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:06:22.8550549Z [1776/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:06:22.8597872Z [1776/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-sse41-mul32.c.o 2022-12-01T10:06:22.8598589Z [1777/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-sse41-mul32.c.o 2022-12-01T10:06:22.8699284Z [1777/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:22.8700689Z [1778/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:06:22.9035898Z [1778/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:22.9036885Z [1779/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-sse41-mul32.c.o 2022-12-01T10:06:22.9081456Z [1779/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:22.9082435Z [1780/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:06:22.9301901Z [1780/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:22.9302557Z [1781/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:22.9363875Z [1781/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:22.9364495Z [1782/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-sse41-mul32.c.o 2022-12-01T10:06:22.9500703Z [1782/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:22.9501624Z [1783/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:22.9758866Z [1783/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:22.9760241Z [1784/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:22.9809029Z [1784/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:22.9809777Z [1785/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-sse41-mul32.c.o 2022-12-01T10:06:22.9845102Z [1785/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:22.9845696Z [1786/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:22.9967642Z [1786/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:22.9968244Z [1787/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:23.0146815Z [1787/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:23.0147863Z [1788/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:23.0290526Z [1788/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:23.0291595Z [1789/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:23.0492710Z [1789/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:23.0493781Z [1790/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:23.0509437Z [1790/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:23.0510106Z [1791/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:23.0688413Z [1791/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:23.0689244Z [1792/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:23.0727350Z [1792/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:23.0728235Z [1793/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:23.0952219Z [1793/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:23.0953066Z [1794/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:23.1011075Z [1794/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:23.1011831Z [1795/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:23.1240607Z [1795/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:23.1241235Z [1796/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:23.1276689Z [1796/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:23.1277279Z [1797/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:23.1387680Z [1797/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:23.1389020Z [1798/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:23.1465658Z [1798/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:23.1466263Z [1799/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:23.1652225Z [1799/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:23.1653260Z [1800/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:23.1929853Z [1800/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:23.1930454Z [1801/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:23.2019691Z [1801/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:23.2020701Z [1802/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:23.2026660Z [1802/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:23.2027605Z [1803/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:23.2038916Z [1803/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:23.2039789Z [1804/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:23.2184745Z [1804/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:23.2185932Z [1805/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:23.2356924Z [1805/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:23.2357576Z [1806/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:23.2492390Z [1806/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:23.2493000Z [1807/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:23.2701533Z [1807/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:23.2703259Z [1808/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:23.2704642Z [1808/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:23.2705651Z [1809/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:23.2750713Z [1809/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:23.2751811Z [1810/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:23.2933075Z [1810/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:23.2934139Z [1811/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:23.3043927Z [1811/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:23.3044650Z [1812/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:23.3229330Z [1812/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:23.3229990Z [1813/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:23.3446123Z [1813/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:23.3447477Z [1814/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:23.3464424Z [1814/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:23.3465527Z [1815/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:23.3676258Z [1815/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:23.3676965Z [1816/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:23.3828047Z [1816/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:23.3829303Z [1817/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:23.3855619Z [1817/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:23.3856274Z [1818/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:23.3979835Z [1818/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:23.3980859Z [1819/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:23.4040910Z [1819/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:23.4042013Z [1820/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:23.4183075Z [1820/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:23.4184042Z [1821/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:23.4430536Z [1821/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16-add16.c.o 2022-12-01T10:06:23.4431434Z [1822/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:23.4501800Z [1822/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:06:23.4502894Z [1823/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:23.4532700Z [1823/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul32.c.o 2022-12-01T10:06:23.4533772Z [1824/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:23.4693392Z [1824/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16-add16.c.o 2022-12-01T10:06:23.4694180Z [1825/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:23.4764568Z [1825/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:06:23.4765195Z [1826/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:23.4997314Z [1826/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul32.c.o 2022-12-01T10:06:23.4998434Z [1827/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:06:23.5151729Z [1827/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16-add16.c.o 2022-12-01T10:06:23.5152492Z [1828/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16-add16.c.o 2022-12-01T10:06:23.5208949Z [1828/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:06:23.5210156Z [1829/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16-add16.c.o 2022-12-01T10:06:23.5401361Z [1829/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse41-mul32.c.o 2022-12-01T10:06:23.5402457Z [1830/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:06:23.5631379Z [1830/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16-add16.c.o 2022-12-01T10:06:23.5632481Z [1831/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul32.c.o 2022-12-01T10:06:23.5727632Z [1831/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:06:23.5728780Z [1832/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16-add16.c.o 2022-12-01T10:06:23.5826731Z [1832/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse41-mul32.c.o 2022-12-01T10:06:23.5827345Z [1833/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:06:23.5885397Z [1833/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:06:23.5886454Z [1834/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul32.c.o 2022-12-01T10:06:23.6137850Z [1834/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-sse41-mul32.c.o 2022-12-01T10:06:23.6138564Z [1835/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16-add16.c.o 2022-12-01T10:06:23.6198674Z [1835/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:06:23.6199705Z [1836/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-sse41-mul32.c.o 2022-12-01T10:06:23.6301471Z [1836/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-sse41-mul32.c.o 2022-12-01T10:06:23.6302607Z [1837/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:06:23.6588281Z [1837/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x8.c.o 2022-12-01T10:06:23.6588862Z [1838/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:06:23.6783482Z [1838/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-12-01T10:06:23.6784637Z [1839/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-sse41-mul32.c.o 2022-12-01T10:06:23.6996859Z [1839/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x24.c.o 2022-12-01T10:06:23.6997936Z [1840/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-sse41-mul32.c.o 2022-12-01T10:06:23.7024805Z [1840/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x32.c.o 2022-12-01T10:06:23.7025820Z [1841/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:06:23.7310888Z [1841/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-12-01T10:06:23.7312146Z [1842/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-sse41-mul32.c.o 2022-12-01T10:06:23.7337991Z [1842/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c16.c.o 2022-12-01T10:06:23.7338669Z [1843/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x8.c.o 2022-12-01T10:06:23.7472656Z [1843/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c24.c.o 2022-12-01T10:06:23.7474083Z [1844/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-12-01T10:06:23.7705594Z [1844/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-12-01T10:06:23.7706225Z [1845/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-12-01T10:06:23.7831770Z [1845/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c16.c.o 2022-12-01T10:06:23.7832807Z [1846/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x24.c.o 2022-12-01T10:06:23.7840734Z [1846/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c24.c.o 2022-12-01T10:06:23.7841391Z [1847/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c16.c.o 2022-12-01T10:06:23.7991838Z [1847/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:23.7992863Z [1848/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x32.c.o 2022-12-01T10:06:23.8089923Z [1848/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:23.8091912Z [1849/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c24.c.o 2022-12-01T10:06:23.8099055Z [1849/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-sse41.c.o 2022-12-01T10:06:23.8099992Z [1850/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-12-01T10:06:23.8239755Z [1850/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:23.8241144Z [1851/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c16.c.o 2022-12-01T10:06:23.8333320Z [1851/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:23.8334393Z [1852/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c24.c.o 2022-12-01T10:06:23.8578005Z [1852/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-sse41.c.o 2022-12-01T10:06:23.8578689Z [1853/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:23.8809800Z [1853/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:23.8810767Z [1854/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:23.8811843Z [1854/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:23.8812698Z [1855/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:23.8819740Z [1855/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-sse41.c.o 2022-12-01T10:06:23.8820737Z [1856/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-sse41.c.o 2022-12-01T10:06:23.8962024Z [1856/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:23.8962741Z [1857/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:23.9160200Z [1857/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:23.9161235Z [1858/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:23.9250362Z [1858/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-sse41.c.o 2022-12-01T10:06:23.9252115Z [1859/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-sse41.c.o 2022-12-01T10:06:23.9526347Z [1859/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:23.9527434Z [1860/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:23.9562354Z [1860/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:23.9563756Z [1861/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-sse41.c.o 2022-12-01T10:06:23.9676558Z [1861/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-sse41.c.o 2022-12-01T10:06:23.9677589Z [1862/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:23.9715782Z [1862/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:23.9716907Z [1863/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:23.9787062Z [1863/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:23.9787743Z [1864/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-sse41.c.o 2022-12-01T10:06:23.9989542Z [1864/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-sse41.c.o 2022-12-01T10:06:23.9990613Z [1865/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:24.0261948Z [1865/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:24.0262604Z [1866/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-sse41.c.o 2022-12-01T10:06:24.0368198Z [1866/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:24.0369022Z [1867/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:24.0424027Z [1867/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-sse41.c.o 2022-12-01T10:06:24.0424702Z [1868/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:24.0439819Z [1868/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:24.0441281Z [1869/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:24.0599022Z [1869/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:24.0599924Z [1870/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:24.0653542Z [1870/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-sse41.c.o 2022-12-01T10:06:24.0655407Z [1871/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-sse41.c.o 2022-12-01T10:06:24.0945509Z [1871/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:24.0946224Z [1872/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:24.1110332Z [1872/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:24.1111029Z [1873/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:24.1332892Z [1873/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-sse41.c.o 2022-12-01T10:06:24.1333847Z [1874/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-sse41.c.o 2022-12-01T10:06:24.1342411Z [1874/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:24.1342990Z [1875/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:24.1357185Z [1875/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:24.1358238Z [1876/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-sse41.c.o 2022-12-01T10:06:24.1483174Z [1876/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-sse41.c.o 2022-12-01T10:06:24.1484274Z [1877/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:24.1504173Z [1877/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:24.1505213Z [1878/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:24.1828134Z [1878/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:24.1829369Z [1879/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-sse41.c.o 2022-12-01T10:06:24.2001205Z [1879/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-sse41.c.o 2022-12-01T10:06:24.2002230Z [1880/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:24.2011449Z [1880/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:24.2012481Z [1881/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-sse41.c.o 2022-12-01T10:06:24.2340408Z [1881/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:24.2341293Z [1882/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:24.2345566Z [1882/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:24.2346449Z [1883/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:24.2349541Z [1883/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:24.2350728Z [1884/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:24.2478199Z [1884/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:24.2479201Z [1885/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-sse41.c.o 2022-12-01T10:06:24.2550426Z [1885/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:24.2551827Z [1886/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:24.2842188Z [1886/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:24.2843231Z [1887/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:24.2933622Z [1887/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:24.2934242Z [1888/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:24.3090516Z [1888/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:24.3091633Z [1889/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:24.3126438Z [1889/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:24.3127353Z [1890/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:24.3302636Z [1890/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:24.3303778Z [1891/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:24.3416787Z [1891/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:24.3418027Z [1892/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:24.3419494Z [1892/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:24.3421187Z [1893/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:24.3655544Z [1893/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:24.3656604Z [1894/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:24.3866555Z [1894/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:24.3867531Z [1895/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:24.3932752Z [1895/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:24.3933719Z [1896/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:24.4032381Z [1896/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:24.4033645Z [1897/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:24.4100470Z [1897/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:24.4101553Z [1898/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:24.4126658Z [1898/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:24.4127665Z [1899/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:24.4257090Z [1899/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:24.4258077Z [1900/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:24.4520036Z [1900/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:24.4521239Z [1901/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:24.4684219Z [1901/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:24.4684827Z [1902/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:24.4847485Z [1902/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-sse4.c.o 2022-12-01T10:06:24.4848227Z [1903/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:24.4859139Z [1903/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-sse4.c.o 2022-12-01T10:06:24.4860358Z [1904/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:24.4868708Z [1904/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-sse4.c.o 2022-12-01T10:06:24.4870140Z [1905/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:24.5101549Z [1905/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndnu-sse4-sra.c.o 2022-12-01T10:06:24.5102448Z [1906/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:24.5165023Z [1906/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndnu-sse4-srl.c.o 2022-12-01T10:06:24.5166049Z [1907/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:24.5236168Z [1907/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-12-01T10:06:24.5236732Z [1908/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/fp32-sse4.c.o 2022-12-01T10:06:24.5402352Z [1908/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-12-01T10:06:24.5402920Z [1909/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndna-sse4.c.o 2022-12-01T10:06:24.5504665Z [1909/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x24.c.o 2022-12-01T10:06:24.5505670Z [1910/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/gemmlowp-sse4.c.o 2022-12-01T10:06:24.5628119Z [1910/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x32.c.o 2022-12-01T10:06:24.5628772Z [1911/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndnu-sse4-sra.c.o 2022-12-01T10:06:24.5769499Z [1911/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-12-01T10:06:24.5770580Z [1912/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-requantization/rndnu-sse4-srl.c.o 2022-12-01T10:06:24.5780737Z [1912/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-12-01T10:06:24.5781426Z [1913/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-12-01T10:06:24.5808152Z [1913/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x24.c.o 2022-12-01T10:06:24.5809209Z [1914/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-12-01T10:06:24.5960232Z [1914/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x32.c.o 2022-12-01T10:06:24.5960892Z [1915/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x24.c.o 2022-12-01T10:06:24.6101096Z [1915/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-12-01T10:06:24.6102070Z [1916/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x32.c.o 2022-12-01T10:06:24.6549096Z [1916/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-12-01T10:06:24.6549922Z [1917/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-12-01T10:06:24.6652752Z [1917/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x24.c.o 2022-12-01T10:06:24.6653772Z [1918/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-12-01T10:06:24.6655875Z [1918/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x32.c.o 2022-12-01T10:06:24.6656855Z [1919/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x24.c.o 2022-12-01T10:06:24.6720526Z [1919/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-12-01T10:06:24.6721199Z [1920/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x32.c.o 2022-12-01T10:06:24.6774855Z [1920/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-12-01T10:06:24.6775681Z [1921/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-12-01T10:06:24.6805139Z [1921/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x24.c.o 2022-12-01T10:06:24.6805870Z [1922/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-12-01T10:06:24.7079168Z [1922/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x32.c.o 2022-12-01T10:06:24.7080381Z [1923/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x24.c.o 2022-12-01T10:06:24.7313078Z [1923/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x8.c.o 2022-12-01T10:06:24.7314765Z [1924/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x32.c.o 2022-12-01T10:06:24.7554644Z [1924/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-12-01T10:06:24.7555395Z [1925/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-12-01T10:06:24.7737101Z [1925/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x8.c.o 2022-12-01T10:06:24.7737752Z [1926/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x24.c.o 2022-12-01T10:06:24.7741200Z [1926/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-12-01T10:06:24.7741877Z [1927/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x8.c.o 2022-12-01T10:06:24.7755513Z [1927/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:06:24.7756099Z [1928/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-12-01T10:06:24.7914449Z [1928/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse41-mul32.c.o 2022-12-01T10:06:24.7915839Z [1929/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-sse41-mul32-ld32-x32.c.o 2022-12-01T10:06:24.7977123Z [1929/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:06:24.7978839Z [1930/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-12-01T10:06:24.8112941Z [1930/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse41-mul32.c.o 2022-12-01T10:06:24.8114237Z [1931/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x8.c.o 2022-12-01T10:06:24.8300571Z [1931/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:06:24.8301667Z [1932/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-12-01T10:06:24.8360990Z [1932/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-sse41-mul32.c.o 2022-12-01T10:06:24.8361624Z [1933/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:06:24.8663167Z [1933/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:06:24.8663811Z [1934/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:06:24.8694136Z [1934/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-sse41-mul32.c.o 2022-12-01T10:06:24.8695159Z [1935/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:06:24.8848501Z [1935/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x8.c.o 2022-12-01T10:06:24.8849577Z [1936/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse41-mul32.c.o 2022-12-01T10:06:24.9178793Z [1936/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-12-01T10:06:24.9179641Z [1937/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:06:24.9205276Z [1937/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x24.c.o 2022-12-01T10:06:24.9206614Z [1938/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse41-mul32.c.o 2022-12-01T10:06:24.9371385Z [1938/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x32.c.o 2022-12-01T10:06:24.9372988Z [1939/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-sse41-mul32.c.o 2022-12-01T10:06:24.9774902Z [1939/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-12-01T10:06:24.9775831Z [1940/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-sse41-mul32.c.o 2022-12-01T10:06:24.9787028Z [1940/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c16.c.o 2022-12-01T10:06:24.9787733Z [1941/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x8.c.o 2022-12-01T10:06:24.9932114Z [1941/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c24.c.o 2022-12-01T10:06:24.9933253Z [1942/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-12-01T10:06:25.0130949Z [1942/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-12-01T10:06:25.0131596Z [1943/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-12-01T10:06:25.0164830Z [1943/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c16.c.o 2022-12-01T10:06:25.0165809Z [1944/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x24.c.o 2022-12-01T10:06:25.0241406Z [1944/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c24.c.o 2022-12-01T10:06:25.0242512Z [1945/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x32.c.o 2022-12-01T10:06:25.0324662Z [1945/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:25.0325333Z [1946/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c24.c.o 2022-12-01T10:06:25.0435276Z [1946/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:25.0436333Z [1947/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c16.c.o 2022-12-01T10:06:25.0501672Z [1947/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:25.0502377Z [1948/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-12-01T10:06:25.0739365Z [1948/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:25.0740184Z [1949/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c16.c.o 2022-12-01T10:06:25.0749615Z [1949/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:25.0750263Z [1950/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c24.c.o 2022-12-01T10:06:25.0936740Z [1950/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:25.0938345Z [1951/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:25.1005889Z [1951/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:25.1006908Z [1952/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:25.1135905Z [1952/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:25.1136973Z [1953/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:25.1288989Z [1953/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:25.1289592Z [1954/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:25.1389476Z [1954/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:25.1390893Z [1955/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:25.1393687Z [1955/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:25.1394813Z [1956/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:25.1800620Z [1956/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:25.1801295Z [1957/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:25.1833704Z [1957/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:25.1834310Z [1958/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:25.1860136Z [1958/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:25.1861191Z [1959/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:25.1962796Z [1959/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:25.1963401Z [1960/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:25.2019818Z [1960/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:25.2020883Z [1961/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:25.2134188Z [1961/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:25.2135529Z [1962/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:25.2484397Z [1962/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:25.2485044Z [1963/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:25.2527298Z [1963/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:25.2527920Z [1964/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:25.2594256Z [1964/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:25.2595305Z [1965/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:25.2686704Z [1965/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:25.2687774Z [1966/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:25.2746241Z [1966/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:25.2747383Z [1967/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:25.2862799Z [1967/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:25.2863890Z [1968/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:25.3135076Z [1968/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:25.3136157Z [1969/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:25.3173680Z [1969/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:25.3174748Z [1970/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:25.3299688Z [1970/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:25.3300427Z [1971/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:25.3327318Z [1971/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:25.3328471Z [1972/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:25.3427787Z [1972/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:25.3428836Z [1973/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:25.3598917Z [1973/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:25.3599708Z [1974/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:25.3832551Z [1974/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:25.3833360Z [1975/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:25.3923753Z [1975/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:25.3924434Z [1976/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:25.4105057Z [1976/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:25.4105672Z [1977/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:25.4240456Z [1977/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:25.4241451Z [1978/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:25.4263904Z [1978/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:25.4264970Z [1979/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:25.4340008Z [1979/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:25.4340748Z [1980/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:25.4414959Z [1980/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:25.4415678Z [1981/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:25.4509284Z [1981/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:25.4510232Z [1982/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:25.4781448Z [1982/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:25.4782074Z [1983/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:25.4928792Z [1983/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:25.4929408Z [1984/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:25.4961929Z [1984/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:25.4963732Z [1985/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:25.4985052Z [1985/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:25.4986107Z [1986/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:25.5151506Z [1986/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:25.5152163Z [1987/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:25.5435408Z [1987/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:25.5436164Z [1988/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:25.5571361Z [1988/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:25.5572406Z [1989/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:25.5612273Z [1989/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-sse4.c.o 2022-12-01T10:06:25.5613403Z [1990/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:25.5641745Z [1990/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-sse4.c.o 2022-12-01T10:06:25.5642820Z [1991/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:25.5680600Z [1991/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-12-01T10:06:25.5681827Z [1992/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:25.6035090Z [1992/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-12-01T10:06:25.6035847Z [1993/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:25.6083418Z [1993/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-12-01T10:06:25.6084238Z [1994/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/gemmlowp-sse4.c.o 2022-12-01T10:06:25.6170717Z [1994/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-12-01T10:06:25.6171800Z [1995/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-12-01T10:06:25.6237140Z [1995/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-12-01T10:06:25.6237879Z [1996/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-requantization/rndna-sse4.c.o 2022-12-01T10:06:25.6283333Z [1996/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-12-01T10:06:25.6284351Z [1997/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-sse41-ld128.c.o 2022-12-01T10:06:25.6315538Z [1997/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-12-01T10:06:25.6316647Z [1998/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-12-01T10:06:25.6739265Z [1998/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-12-01T10:06:25.6739868Z [1999/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-12-01T10:06:25.6851820Z [1999/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x8.c.o 2022-12-01T10:06:25.6852429Z [2000/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul16-ld64-x16.c.o 2022-12-01T10:06:25.7039493Z [2000/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-12-01T10:06:25.7040240Z [2001/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-12-01T10:06:25.7169735Z [2001/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x8.c.o 2022-12-01T10:06:25.7170806Z [2002/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-12-01T10:06:25.7220135Z [2002/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-12-01T10:06:25.7221250Z [2003/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul32-ld32-x8.c.o 2022-12-01T10:06:25.7342839Z [2003/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse41-c8.c.o 2022-12-01T10:06:25.7343420Z [2004/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-sse41-mul32-ld32-x16.c.o 2022-12-01T10:06:25.7405575Z [2004/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse41-c16.c.o 2022-12-01T10:06:25.7406725Z [2005/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-12-01T10:06:25.7477062Z [2005/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-maxpool/9p8x-minmax-sse41-c16.c.o 2022-12-01T10:06:25.7477692Z [2006/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x8.c.o 2022-12-01T10:06:25.7503283Z [2006/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-vclamp/sse41-x64.c.o 2022-12-01T10:06:25.7504329Z [2007/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x8.c.o 2022-12-01T10:06:25.7647729Z [2007/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse41-c8.c.o 2022-12-01T10:06:25.7649037Z [2008/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-12-01T10:06:25.7788139Z [2008/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse41-c16.c.o 2022-12-01T10:06:25.7789019Z [2009/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse41-c8.c.o 2022-12-01T10:06:25.7916216Z [2009/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x8.c.o 2022-12-01T10:06:25.7916804Z [2010/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-ibilinear/gen/sse41-c16.c.o 2022-12-01T10:06:25.7948057Z [2010/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x16.c.o 2022-12-01T10:06:25.7948887Z [2011/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-maxpool/9p8x-minmax-sse41-c16.c.o 2022-12-01T10:06:25.8077512Z [2011/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x24.c.o 2022-12-01T10:06:25.8078159Z [2012/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse41-c8.c.o 2022-12-01T10:06:25.8085948Z [2012/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x32.c.o 2022-12-01T10:06:25.8086609Z [2013/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/s8-vclamp/sse41-x64.c.o 2022-12-01T10:06:25.8191586Z [2013/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x8.c.o 2022-12-01T10:06:25.8192872Z [2014/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/u8-ibilinear/gen/sse41-c16.c.o 2022-12-01T10:06:25.8366001Z [2014/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x16.c.o 2022-12-01T10:06:25.8367053Z [2015/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x8.c.o 2022-12-01T10:06:25.8466595Z [2015/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x24.c.o 2022-12-01T10:06:25.8467160Z [2016/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x16.c.o 2022-12-01T10:06:25.8573414Z [2016/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x32.c.o 2022-12-01T10:06:25.8574100Z [2017/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x24.c.o 2022-12-01T10:06:25.8699323Z [2017/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-avx-acc2.c.o 2022-12-01T10:06:25.8700090Z [2018/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x8.c.o 2022-12-01T10:06:25.8736927Z [2018/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-avx.c.o 2022-12-01T10:06:25.8737882Z [2019/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x32.c.o 2022-12-01T10:06:25.8776888Z [2019/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-avx-acc2.c.o 2022-12-01T10:06:25.8779353Z [2020/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x16.c.o 2022-12-01T10:06:25.8948842Z [2020/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-avx.c.o 2022-12-01T10:06:25.8949491Z [2021/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x24.c.o 2022-12-01T10:06:25.9147001Z [2021/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-avx-acc2.c.o 2022-12-01T10:06:25.9147945Z [2022/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx-int32-x32.c.o 2022-12-01T10:06:25.9792405Z [2022/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-avx.c.o 2022-12-01T10:06:25.9793425Z [2023/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-avx-acc2.c.o 2022-12-01T10:06:25.9795486Z [2023/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-avx-acc2.c.o 2022-12-01T10:06:25.9796443Z [2024/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-avx.c.o 2022-12-01T10:06:25.9829682Z [2024/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-avx.c.o 2022-12-01T10:06:25.9830334Z [2025/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-avx.c.o 2022-12-01T10:06:25.9848742Z [2025/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx-acc2.c.o 2022-12-01T10:06:25.9850071Z [2026/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-avx-acc2.c.o 2022-12-01T10:06:26.0014170Z [2026/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx.c.o 2022-12-01T10:06:26.0015173Z [2027/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-avx-acc2.c.o 2022-12-01T10:06:26.0266364Z [2027/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx-acc2.c.o 2022-12-01T10:06:26.0267416Z [2028/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-avx.c.o 2022-12-01T10:06:26.0687284Z [2028/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx.c.o 2022-12-01T10:06:26.0688372Z [2029/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-avx-acc2.c.o 2022-12-01T10:06:26.0868882Z [2029/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx-acc2.c.o 2022-12-01T10:06:26.0869454Z [2030/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-avx.c.o 2022-12-01T10:06:26.0912433Z [2030/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx.c.o 2022-12-01T10:06:26.0913673Z [2031/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx-acc2.c.o 2022-12-01T10:06:26.1005955Z [2031/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx-acc2.c.o 2022-12-01T10:06:26.1006983Z [2032/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx.c.o 2022-12-01T10:06:26.1123488Z [2032/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx.c.o 2022-12-01T10:06:26.1124482Z [2033/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx-acc2.c.o 2022-12-01T10:06:26.1525493Z [2033/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x8.c.o 2022-12-01T10:06:26.1526505Z [2034/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx.c.o 2022-12-01T10:06:26.1805841Z [2034/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x16.c.o 2022-12-01T10:06:26.1806471Z [2035/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx.c.o 2022-12-01T10:06:26.1843518Z [2035/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x24.c.o 2022-12-01T10:06:26.1844116Z [2036/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx-acc2.c.o 2022-12-01T10:06:26.2060346Z [2036/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x32.c.o 2022-12-01T10:06:26.2060991Z [2037/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x8.c.o 2022-12-01T10:06:26.2087689Z [2037/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.2088410Z [2038/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x16.c.o 2022-12-01T10:06:26.2199056Z [2038/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16inc-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.2200145Z [2039/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx.c.o 2022-12-01T10:06:26.2221555Z [2039/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x16inc-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.2222910Z [2040/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx-acc2.c.o 2022-12-01T10:06:26.2378939Z [2040/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.2379710Z [2041/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x32.c.o 2022-12-01T10:06:26.2437631Z [2041/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16inc-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.2438635Z [2042/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx-x24.c.o 2022-12-01T10:06:26.3102777Z [2042/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.3104204Z [2043/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16inc-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.3234900Z [2043/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16inc-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.3236140Z [2044/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.3317257Z [2044/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/6x8inc-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.3319089Z [2045/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.3479029Z [2045/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/7x8inc-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.3479822Z [2046/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x16inc-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.3513043Z [2046/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.3514435Z [2047/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.3700236Z [2047/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.3701656Z [2048/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16inc-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.4154374Z [2048/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x16-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.4155468Z [2049/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16inc-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.4382477Z [2049/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.4383548Z [2050/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/6x8inc-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.4523085Z [2050/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.4523716Z [2051/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/7x8inc-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.4567420Z [2051/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.4568495Z [2052/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.4712257Z [2052/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.4712873Z [2053/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.4748395Z [2053/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/6x8-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.4749029Z [2054/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x16-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.5457216Z [2054/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/7x8-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.5458266Z [2055/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.5608728Z [2055/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.5609724Z [2056/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.5610811Z [2056/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.5611828Z [2057/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.5791889Z [2057/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x16-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.5793260Z [2058/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/6x8-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.5814528Z [2058/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.5816698Z [2059/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.6089214Z [2059/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.6090318Z [2060/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/7x8-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.6631391Z [2060/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.6632021Z [2061/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.6696502Z [2061/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.6697169Z [2062/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x16-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.6742394Z [2062/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/6x8-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.6743450Z [2063/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.6862492Z [2063/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/7x8-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.6863908Z [2064/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.7180568Z [2064/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx-2x8.c.o 2022-12-01T10:06:26.7181461Z [2065/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.7321137Z [2065/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx-2x16.c.o 2022-12-01T10:06:26.7322358Z [2066/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.7660580Z [2066/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x8.c.o 2022-12-01T10:06:26.7661901Z [2067/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.7750901Z [2067/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x16.c.o 2022-12-01T10:06:26.7751509Z [2068/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/6x8-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.7949244Z [2068/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x24.c.o 2022-12-01T10:06:26.7950295Z [2069/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/7x8-minmax-avx-broadcast.c.o 2022-12-01T10:06:26.8045559Z [2069/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x32.c.o 2022-12-01T10:06:26.8046274Z [2070/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx-2x8.c.o 2022-12-01T10:06:26.8309811Z [2070/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x8.c.o 2022-12-01T10:06:26.8310708Z [2071/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx-2x16.c.o 2022-12-01T10:06:26.8489271Z [2071/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x16.c.o 2022-12-01T10:06:26.8489823Z [2072/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x8.c.o 2022-12-01T10:06:26.8640889Z [2072/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x24.c.o 2022-12-01T10:06:26.8642131Z [2073/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x16.c.o 2022-12-01T10:06:26.8971554Z [2073/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x32.c.o 2022-12-01T10:06:26.8972535Z [2074/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x24.c.o 2022-12-01T10:06:26.9023592Z [2074/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/avx.c.o 2022-12-01T10:06:26.9024481Z [2075/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x32.c.o 2022-12-01T10:06:26.9133076Z [2075/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx-x8.c.o 2022-12-01T10:06:26.9133846Z [2076/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x8.c.o 2022-12-01T10:06:26.9256557Z [2076/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx-x16.c.o 2022-12-01T10:06:26.9258179Z [2077/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x16.c.o 2022-12-01T10:06:26.9464555Z [2077/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx-x8.c.o 2022-12-01T10:06:26.9465864Z [2078/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x24.c.o 2022-12-01T10:06:26.9617131Z [2078/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx-x16.c.o 2022-12-01T10:06:26.9618313Z [2079/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x32.c.o 2022-12-01T10:06:26.9961952Z [2079/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx-x8.c.o 2022-12-01T10:06:26.9963185Z [2080/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/avx.c.o 2022-12-01T10:06:27.0056555Z [2080/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx-x16.c.o 2022-12-01T10:06:27.0057508Z [2081/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx-x8.c.o 2022-12-01T10:06:27.0248307Z [2081/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx-x8.c.o 2022-12-01T10:06:27.0248959Z [2082/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx-x16.c.o 2022-12-01T10:06:27.0296376Z [2082/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx-x16.c.o 2022-12-01T10:06:27.0297529Z [2083/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx-x8.c.o 2022-12-01T10:06:27.0511307Z [2083/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx-x8.c.o 2022-12-01T10:06:27.0512470Z [2084/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx-x16.c.o 2022-12-01T10:06:27.0609153Z [2084/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx-x16.c.o 2022-12-01T10:06:27.0610556Z [2085/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx-x8.c.o 2022-12-01T10:06:27.1018957Z [2085/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx-x8.c.o 2022-12-01T10:06:27.1019958Z [2086/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx-x16.c.o 2022-12-01T10:06:27.1159553Z [2086/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx-x16.c.o 2022-12-01T10:06:27.1160205Z [2087/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx-x8.c.o 2022-12-01T10:06:27.1299997Z [2087/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx-x8.c.o 2022-12-01T10:06:27.1300881Z [2088/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx-x8.c.o 2022-12-01T10:06:27.1343011Z [2088/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx-x16.c.o 2022-12-01T10:06:27.1344174Z [2089/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx-x16.c.o 2022-12-01T10:06:27.1515089Z [2089/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx-x8.c.o 2022-12-01T10:06:27.1516315Z [2090/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx-x16.c.o 2022-12-01T10:06:27.1616132Z [2090/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx-x16.c.o 2022-12-01T10:06:27.1617342Z [2091/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx-x8.c.o 2022-12-01T10:06:27.1917517Z [2091/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx-x8.c.o 2022-12-01T10:06:27.1918515Z [2092/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx-x16.c.o 2022-12-01T10:06:27.2239704Z [2092/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx-x16.c.o 2022-12-01T10:06:27.2240437Z [2093/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx-x8.c.o 2022-12-01T10:06:27.2440218Z [2093/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx-x8.c.o 2022-12-01T10:06:27.2440855Z [2094/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx-x16.c.o 2022-12-01T10:06:27.2499489Z [2094/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx-x16.c.o 2022-12-01T10:06:27.2500035Z [2095/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx-x16.c.o 2022-12-01T10:06:27.2578148Z [2095/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx-x8.c.o 2022-12-01T10:06:27.2578718Z [2096/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx-x8.c.o 2022-12-01T10:06:27.2680216Z [2096/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx-x16.c.o 2022-12-01T10:06:27.2681321Z [2097/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx-x8.c.o 2022-12-01T10:06:27.3063025Z [2097/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx-x8.c.o 2022-12-01T10:06:27.3063835Z [2098/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx-x16.c.o 2022-12-01T10:06:27.3246537Z [2098/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx-x16.c.o 2022-12-01T10:06:27.3247183Z [2099/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx-x8.c.o 2022-12-01T10:06:27.3472548Z [2099/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx-x8.c.o 2022-12-01T10:06:27.3473237Z [2100/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx-x16.c.o 2022-12-01T10:06:27.3585152Z [2100/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx-x16.c.o 2022-12-01T10:06:27.3586438Z [2101/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx-x8.c.o 2022-12-01T10:06:27.3659269Z [2101/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx-x8.c.o 2022-12-01T10:06:27.3661083Z [2102/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx-x8.c.o 2022-12-01T10:06:27.3751105Z [2102/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx-x16.c.o 2022-12-01T10:06:27.3751686Z [2103/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx-x16.c.o 2022-12-01T10:06:27.4081470Z [2103/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx-x8.c.o 2022-12-01T10:06:27.4082887Z [2104/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx-x16.c.o 2022-12-01T10:06:27.4341548Z [2104/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx-x16.c.o 2022-12-01T10:06:27.4342539Z [2105/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx-x8.c.o 2022-12-01T10:06:27.4597005Z [2105/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx-x8.c.o 2022-12-01T10:06:27.4597669Z [2106/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx-x16.c.o 2022-12-01T10:06:27.4638963Z [2106/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx-x16.c.o 2022-12-01T10:06:27.4639894Z [2107/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx-x8.c.o 2022-12-01T10:06:27.4649819Z [2107/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx-x8.c.o 2022-12-01T10:06:27.4650389Z [2108/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx-x16.c.o 2022-12-01T10:06:27.4839407Z [2108/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx-x16.c.o 2022-12-01T10:06:27.4840312Z [2109/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx-x8.c.o 2022-12-01T10:06:27.5045867Z [2109/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x8.c.o 2022-12-01T10:06:27.5047403Z [2110/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx-x16.c.o 2022-12-01T10:06:27.5251000Z [2110/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x16.c.o 2022-12-01T10:06:27.5252093Z [2111/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx-x8.c.o 2022-12-01T10:06:27.5609938Z [2111/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x24.c.o 2022-12-01T10:06:27.5610747Z [2112/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx-x16.c.o 2022-12-01T10:06:27.5613457Z [2112/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x32.c.o 2022-12-01T10:06:27.5614378Z [2113/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx-x8.c.o 2022-12-01T10:06:27.5755182Z [2113/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x40.c.o 2022-12-01T10:06:27.5756019Z [2114/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx-x16.c.o 2022-12-01T10:06:27.5828566Z [2114/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x48.c.o 2022-12-01T10:06:27.5829186Z [2115/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x8.c.o 2022-12-01T10:06:27.6154817Z [2115/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x8.c.o 2022-12-01T10:06:27.6155914Z [2116/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x16.c.o 2022-12-01T10:06:27.6210364Z [2116/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x16.c.o 2022-12-01T10:06:27.6212318Z [2117/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x24.c.o 2022-12-01T10:06:27.6702193Z [2117/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x24.c.o 2022-12-01T10:06:27.6702869Z [2118/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x32.c.o 2022-12-01T10:06:27.6776279Z [2118/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x32.c.o 2022-12-01T10:06:27.6777007Z [2119/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x40.c.o 2022-12-01T10:06:27.6805964Z [2119/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x40.c.o 2022-12-01T10:06:27.6807011Z [2120/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x8.c.o 2022-12-01T10:06:27.6926477Z [2120/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x48.c.o 2022-12-01T10:06:27.6928267Z [2121/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x48.c.o 2022-12-01T10:06:27.7351795Z [2121/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x8.c.o 2022-12-01T10:06:27.7352826Z [2122/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x24.c.o 2022-12-01T10:06:27.7431810Z [2122/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x16.c.o 2022-12-01T10:06:27.7433010Z [2123/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x16.c.o 2022-12-01T10:06:27.7695526Z [2123/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x24.c.o 2022-12-01T10:06:27.7696559Z [2124/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x40.c.o 2022-12-01T10:06:27.7993188Z [2124/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x32.c.o 2022-12-01T10:06:27.8000269Z [2125/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x48.c.o 2022-12-01T10:06:27.8168454Z [2125/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x40.c.o 2022-12-01T10:06:27.8169490Z [2126/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x8.c.o 2022-12-01T10:06:27.8200416Z [2126/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x48.c.o 2022-12-01T10:06:27.8201085Z [2127/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-lut16-p3-x32.c.o 2022-12-01T10:06:27.8299792Z [2127/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx-x8.c.o 2022-12-01T10:06:27.8300368Z [2128/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x16.c.o 2022-12-01T10:06:27.8496316Z [2128/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx-x16.c.o 2022-12-01T10:06:27.8497366Z [2129/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x24.c.o 2022-12-01T10:06:27.8895707Z [2129/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx-x8.c.o 2022-12-01T10:06:27.8896345Z [2130/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x32.c.o 2022-12-01T10:06:27.9095114Z [2130/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx-x16.c.o 2022-12-01T10:06:27.9096160Z [2131/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x40.c.o 2022-12-01T10:06:27.9196842Z [2131/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx-x8.c.o 2022-12-01T10:06:27.9198251Z [2132/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx-rr2-p6-x48.c.o 2022-12-01T10:06:27.9247192Z [2132/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx-x16.c.o 2022-12-01T10:06:27.9248177Z [2133/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx-x16.c.o 2022-12-01T10:06:27.9292142Z [2133/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx-x8.c.o 2022-12-01T10:06:27.9293324Z [2134/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx-x8.c.o 2022-12-01T10:06:27.9575635Z [2134/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx-x16.c.o 2022-12-01T10:06:27.9576592Z [2135/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx-x8.c.o 2022-12-01T10:06:28.0046469Z [2135/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx-x8.c.o 2022-12-01T10:06:28.0047447Z [2136/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx-x16.c.o 2022-12-01T10:06:28.0282431Z [2136/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx-x16.c.o 2022-12-01T10:06:28.0283402Z [2137/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx-x16.c.o 2022-12-01T10:06:28.0444242Z [2137/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx-x8.c.o 2022-12-01T10:06:28.0445165Z [2138/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx-x8.c.o 2022-12-01T10:06:28.0553378Z [2138/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx-x16.c.o 2022-12-01T10:06:28.0554293Z [2139/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx-x8.c.o 2022-12-01T10:06:28.0634722Z [2139/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x8.c.o 2022-12-01T10:06:28.0636015Z [2140/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx-x8.c.o 2022-12-01T10:06:28.0670409Z [2140/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x16.c.o 2022-12-01T10:06:28.0671439Z [2141/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx-x16.c.o 2022-12-01T10:06:28.1054350Z [2141/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x24.c.o 2022-12-01T10:06:28.1055845Z [2142/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx-x16.c.o 2022-12-01T10:06:28.1288484Z [2142/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x32.c.o 2022-12-01T10:06:28.1289753Z [2143/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx-x8.c.o 2022-12-01T10:06:28.1445081Z [2143/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x40.c.o 2022-12-01T10:06:28.1446266Z [2144/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x8.c.o 2022-12-01T10:06:28.1701471Z [2144/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x48.c.o 2022-12-01T10:06:28.1702469Z [2145/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx-x16.c.o 2022-12-01T10:06:28.1763873Z [2145/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x56.c.o 2022-12-01T10:06:28.1765006Z [2146/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x16.c.o 2022-12-01T10:06:28.1777112Z [2146/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x64.c.o 2022-12-01T10:06:28.1778109Z [2147/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x24.c.o 2022-12-01T10:06:28.2237441Z [2147/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x72.c.o 2022-12-01T10:06:28.2238560Z [2148/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x40.c.o 2022-12-01T10:06:28.2438636Z [2148/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x80.c.o 2022-12-01T10:06:28.2439917Z [2149/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x32.c.o 2022-12-01T10:06:28.2589966Z [2149/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x8.c.o 2022-12-01T10:06:28.2591049Z [2150/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x48.c.o 2022-12-01T10:06:28.2664105Z [2150/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x16.c.o 2022-12-01T10:06:28.2664783Z [2151/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x64.c.o 2022-12-01T10:06:28.2762431Z [2151/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x24.c.o 2022-12-01T10:06:28.2763588Z [2152/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x56.c.o 2022-12-01T10:06:28.2852760Z [2152/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x32.c.o 2022-12-01T10:06:28.2853974Z [2153/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x72.c.o 2022-12-01T10:06:28.3292014Z [2153/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x40.c.o 2022-12-01T10:06:28.3293451Z [2154/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-div-x80.c.o 2022-12-01T10:06:28.3603090Z [2154/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x48.c.o 2022-12-01T10:06:28.3604183Z [2155/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x8.c.o 2022-12-01T10:06:28.3668427Z [2155/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x56.c.o 2022-12-01T10:06:28.3669572Z [2156/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x16.c.o 2022-12-01T10:06:28.3735458Z [2156/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x64.c.o 2022-12-01T10:06:28.3736553Z [2157/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x32.c.o 2022-12-01T10:06:28.3769116Z [2157/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x72.c.o 2022-12-01T10:06:28.3769740Z [2158/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x24.c.o 2022-12-01T10:06:28.3915081Z [2158/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x80.c.o 2022-12-01T10:06:28.3916270Z [2159/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x40.c.o 2022-12-01T10:06:28.4161419Z [2159/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx-sqrt-x8.c.o 2022-12-01T10:06:28.4162609Z [2160/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x48.c.o 2022-12-01T10:06:28.4649060Z [2160/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx-sqrt-x16.c.o 2022-12-01T10:06:28.4650360Z [2161/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x80.c.o 2022-12-01T10:06:28.4690820Z [2161/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx-x8.c.o 2022-12-01T10:06:28.4691853Z [2162/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x56.c.o 2022-12-01T10:06:28.4893639Z [2162/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx-x16.c.o 2022-12-01T10:06:28.4894701Z [2163/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x72.c.o 2022-12-01T10:06:28.4903573Z [2163/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx-x8.c.o 2022-12-01T10:06:28.4904570Z [2164/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x64.c.o 2022-12-01T10:06:28.4964339Z [2164/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx-x16.c.o 2022-12-01T10:06:28.4964900Z [2165/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx-sqrt-x8.c.o 2022-12-01T10:06:28.5265006Z [2165/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx-x8.c.o 2022-12-01T10:06:28.5265966Z [2166/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx-sqrt-x16.c.o 2022-12-01T10:06:28.5586583Z [2166/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx-x16.c.o 2022-12-01T10:06:28.5587982Z [2167/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx-x8.c.o 2022-12-01T10:06:28.5812240Z [2167/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx-rr2-p5.c.o 2022-12-01T10:06:28.5813200Z [2168/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx-x8.c.o 2022-12-01T10:06:28.5928162Z [2168/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx-rr2-lut4-p4-perm.c.o 2022-12-01T10:06:28.5928749Z [2169/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx-x8.c.o 2022-12-01T10:06:28.6007240Z [2169/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx-rr2-lut16-p3.c.o 2022-12-01T10:06:28.6008205Z [2170/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx-x16.c.o 2022-12-01T10:06:28.6094161Z [2170/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx-rr2-p6.c.o 2022-12-01T10:06:28.6095106Z [2171/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx-x16.c.o 2022-12-01T10:06:28.6304041Z [2171/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-lut64-p2-div.c.o 2022-12-01T10:06:28.6305154Z [2172/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx-x16.c.o 2022-12-01T10:06:28.6572697Z [2172/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-p5-div.c.o 2022-12-01T10:06:28.6574025Z [2173/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx-rr2-p5.c.o 2022-12-01T10:06:28.6776401Z [2173/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-p5-nr1.c.o 2022-12-01T10:06:28.6777003Z [2174/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx-rr2-lut4-p4-perm.c.o 2022-12-01T10:06:28.6977181Z [2174/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-p5-nr2.c.o 2022-12-01T10:06:28.6977904Z [2175/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx-rr2-p6.c.o 2022-12-01T10:06:28.6983780Z [2175/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx-mul16-add16.c.o 2022-12-01T10:06:28.6984478Z [2176/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx-rr2-lut16-p3.c.o 2022-12-01T10:06:28.7023196Z [2176/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx-mul16.c.o 2022-12-01T10:06:28.7024920Z [2177/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-lut64-p2-div.c.o 2022-12-01T10:06:28.7256714Z [2177/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx-mul32.c.o 2022-12-01T10:06:28.7257808Z [2178/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-p5-div.c.o 2022-12-01T10:06:28.7517269Z [2178/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx-mul16-add16.c.o 2022-12-01T10:06:28.7518272Z [2179/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-p5-nr1.c.o 2022-12-01T10:06:28.7658190Z [2179/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx-mul16.c.o 2022-12-01T10:06:28.7659212Z [2180/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx-mul16.c.o 2022-12-01T10:06:28.7769222Z [2180/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx-mul32.c.o 2022-12-01T10:06:28.7770237Z [2181/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx-rr2-p5-nr2.c.o 2022-12-01T10:06:28.7943093Z [2181/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-12-01T10:06:28.7944219Z [2182/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx-mul16-add16.c.o 2022-12-01T10:06:28.8094227Z [2182/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-12-01T10:06:28.8095016Z [2183/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx-mul16.c.o 2022-12-01T10:06:28.8158004Z [2183/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul32.c.o 2022-12-01T10:06:28.8158857Z [2184/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx-mul32.c.o 2022-12-01T10:06:28.8248747Z [2184/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-12-01T10:06:28.8249622Z [2185/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx-mul16-add16.c.o 2022-12-01T10:06:28.8414601Z [2185/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-12-01T10:06:28.8415309Z [2186/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-12-01T10:06:28.8652293Z [2186/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul32.c.o 2022-12-01T10:06:28.8653588Z [2187/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx-mul32.c.o 2022-12-01T10:06:28.8687555Z [2187/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-avx-mul16.c.o 2022-12-01T10:06:28.8688622Z [2188/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-12-01T10:06:28.9074485Z [2188/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-avx-mul32.c.o 2022-12-01T10:06:28.9075495Z [2189/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-12-01T10:06:28.9179583Z [2189/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-avx-mul16.c.o 2022-12-01T10:06:28.9180672Z [2190/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul32.c.o 2022-12-01T10:06:28.9327548Z [2190/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-avx-mul32.c.o 2022-12-01T10:06:28.9328218Z [2191/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-12-01T10:06:28.9367637Z [2191/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:28.9368747Z [2192/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul32.c.o 2022-12-01T10:06:28.9406027Z [2192/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:28.9407136Z [2193/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-avx-mul16.c.o 2022-12-01T10:06:28.9887897Z [2193/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:28.9888546Z [2194/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-avx-mul16.c.o 2022-12-01T10:06:29.0058444Z [2194/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:29.0059134Z [2195/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-avx-mul32.c.o 2022-12-01T10:06:29.0082133Z [2195/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:29.0082742Z [2196/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:29.0106963Z [2196/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:29.0107616Z [2197/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:29.0111384Z [2197/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:29.0112427Z [2198/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:29.0486558Z [2198/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:29.0487618Z [2199/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-avx-mul32.c.o 2022-12-01T10:06:29.0594797Z [2199/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:29.0595548Z [2200/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:29.0703635Z [2200/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:29.0704710Z [2201/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:29.0810420Z [2201/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:29.0811825Z [2202/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:29.0813349Z [2202/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:29.0813976Z [2203/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:29.0884897Z [2203/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:29.0885527Z [2204/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:29.1208999Z [2204/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:29.1209605Z [2205/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:29.1263791Z [2205/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:29.1264827Z [2206/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:29.1324966Z [2206/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:29.1325870Z [2207/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:29.1509724Z [2207/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:29.1510383Z [2208/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:29.1632043Z [2208/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:29.1632731Z [2209/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:29.1708103Z [2209/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:29.1708687Z [2210/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:29.1966547Z [2210/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:29.1967664Z [2211/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:29.2059674Z [2211/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:29.2246513Z [2212/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:29.2247333Z [2212/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:29.2247936Z [2213/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:29.2272720Z [2213/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:29.2273791Z [2214/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:29.2355334Z [2214/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:29.2356396Z [2215/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:29.2362245Z [2215/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:29.2362993Z [2216/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:29.2689080Z [2216/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:29.2689970Z [2217/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:29.2729244Z [2217/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:29.2730217Z [2218/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:29.2916846Z [2218/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:29.2917492Z [2219/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:29.3051723Z [2219/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:29.3052331Z [2220/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:29.3067912Z [2220/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:29.3069336Z [2221/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:29.3077858Z [2221/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:29.3079555Z [2222/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:29.3361507Z [2222/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:29.3362573Z [2223/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:29.3435521Z [2223/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:29.3436909Z [2224/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:29.3656635Z [2224/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:29.3658028Z [2225/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:29.3770169Z [2225/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:29.3771063Z [2226/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:29.3777306Z [2226/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:29.3778189Z [2227/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:29.3819894Z [2227/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:29.3820979Z [2228/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:29.4000994Z [2228/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:29.4002061Z [2229/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:29.4090698Z [2229/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:29.4091761Z [2230/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:29.4410550Z [2230/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:29.4411165Z [2231/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:29.4528821Z [2231/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:29.4529446Z [2232/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:29.4534905Z [2232/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:29.4536107Z [2233/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:29.4660160Z [2233/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:29.4660782Z [2234/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:29.4763914Z [2234/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:29.4765026Z [2235/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:29.4829002Z [2235/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx-mul16-add16.c.o 2022-12-01T10:06:29.4830647Z [2236/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:29.5076526Z [2236/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx-mul16.c.o 2022-12-01T10:06:29.5077198Z [2237/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:29.5216426Z [2237/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx-mul32.c.o 2022-12-01T10:06:29.5217604Z [2238/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:29.5235579Z [2238/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx-mul16-add16.c.o 2022-12-01T10:06:29.5236700Z [2239/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:29.5328609Z [2239/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx-mul16.c.o 2022-12-01T10:06:29.5329844Z [2240/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:29.5386068Z [2240/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx-mul32.c.o 2022-12-01T10:06:29.5387374Z [2241/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx-mul16-add16.c.o 2022-12-01T10:06:29.5483825Z [2241/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-12-01T10:06:29.5484923Z [2242/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx-mul16.c.o 2022-12-01T10:06:29.5951046Z [2242/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-12-01T10:06:29.5952557Z [2243/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx-mul16-add16.c.o 2022-12-01T10:06:29.6049564Z [2243/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul32.c.o 2022-12-01T10:06:29.6050195Z [2244/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx-mul32.c.o 2022-12-01T10:06:29.6147156Z [2244/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-12-01T10:06:29.6148213Z [2245/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx-mul16.c.o 2022-12-01T10:06:29.6199748Z [2245/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-12-01T10:06:29.6201025Z [2246/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-12-01T10:06:29.6261790Z [2246/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul32.c.o 2022-12-01T10:06:29.6262689Z [2247/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-12-01T10:06:29.6331865Z [2247/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-avx-mul16.c.o 2022-12-01T10:06:29.6332597Z [2248/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx-mul32.c.o 2022-12-01T10:06:29.6662197Z [2248/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-avx-mul32.c.o 2022-12-01T10:06:29.6663275Z [2249/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-12-01T10:06:29.6753573Z [2249/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-avx-mul16.c.o 2022-12-01T10:06:29.6755100Z [2250/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-12-01T10:06:29.6962285Z [2250/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-avx-mul32.c.o 2022-12-01T10:06:29.6963844Z [2251/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-avx-mul16.c.o 2022-12-01T10:06:29.7009601Z [2251/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x8.c.o 2022-12-01T10:06:29.7011395Z [2252/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul32.c.o 2022-12-01T10:06:29.7374285Z [2252/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x16.c.o 2022-12-01T10:06:29.7375204Z [2253/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-avx-mul16.c.o 2022-12-01T10:06:29.7541556Z [2253/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x24.c.o 2022-12-01T10:06:29.7542417Z [2254/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-avx-mul32.c.o 2022-12-01T10:06:29.7784277Z [2254/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-12-01T10:06:29.7784884Z [2255/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-avx-mul32.c.o 2022-12-01T10:06:29.7885943Z [2255/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:29.7886558Z [2256/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul32.c.o 2022-12-01T10:06:29.7926515Z [2256/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:29.7927077Z [2257/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x8.c.o 2022-12-01T10:06:29.7960032Z [2257/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-avx.c.o 2022-12-01T10:06:29.7960794Z [2258/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x16.c.o 2022-12-01T10:06:29.8562747Z [2258/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:29.8563763Z [2259/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-12-01T10:06:29.8600353Z [2259/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:29.8601014Z [2260/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:29.8659170Z [2260/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-avx.c.o 2022-12-01T10:06:29.8659796Z [2261/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x24.c.o 2022-12-01T10:06:29.8812157Z [2261/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:29.8813199Z [2262/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:29.8833487Z [2262/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:29.8834557Z [2263/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:29.9072481Z [2263/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-avx.c.o 2022-12-01T10:06:29.9073536Z [2264/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-avx.c.o 2022-12-01T10:06:29.9291324Z [2264/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:29.9292359Z [2265/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-avx.c.o 2022-12-01T10:06:29.9329524Z [2265/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:29.9330362Z [2266/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:29.9420869Z [2266/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-avx.c.o 2022-12-01T10:06:29.9421462Z [2267/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:29.9477047Z [2267/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:29.9477674Z [2268/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-avx.c.o 2022-12-01T10:06:29.9517957Z [2268/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:29.9518658Z [2269/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:29.9705837Z [2269/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-avx.c.o 2022-12-01T10:06:29.9706882Z [2270/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:30.0066849Z [2270/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:30.0067697Z [2271/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-avx.c.o 2022-12-01T10:06:30.0082526Z [2271/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:30.0083492Z [2272/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:30.0093152Z [2272/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-avx.c.o 2022-12-01T10:06:30.0094238Z [2273/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:30.0179822Z [2273/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:30.0180821Z [2274/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:30.0218651Z [2274/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:30.0219489Z [2275/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-avx.c.o 2022-12-01T10:06:30.0354338Z [2275/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-avx.c.o 2022-12-01T10:06:30.0355067Z [2276/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:30.0819974Z [2276/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:30.0820870Z [2277/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:30.0822964Z [2277/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:30.0823533Z [2278/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-avx.c.o 2022-12-01T10:06:30.0900107Z [2278/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-avx.c.o 2022-12-01T10:06:30.0901094Z [2279/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-avx.c.o 2022-12-01T10:06:30.0968897Z [2279/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:30.0969973Z [2280/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:30.1013375Z [2280/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:30.1013972Z [2281/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:30.1180494Z [2281/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-avx.c.o 2022-12-01T10:06:30.1181147Z [2282/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:30.1467003Z [2282/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:30.1467621Z [2283/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-avx.c.o 2022-12-01T10:06:30.1496971Z [2283/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:30.1497904Z [2284/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:30.1660042Z [2284/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-avx.c.o 2022-12-01T10:06:30.1661548Z [2285/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:30.1767681Z [2285/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:30.1768750Z [2286/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:30.1824141Z [2286/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:30.1825500Z [2287/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-avx.c.o 2022-12-01T10:06:30.1933622Z [2287/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-avx.c.o 2022-12-01T10:06:30.1934997Z [2288/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:30.2090373Z [2288/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:30.2091430Z [2289/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:30.2221828Z [2289/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:30.2223350Z [2290/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-avx.c.o 2022-12-01T10:06:30.2297168Z [2290/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:30.2297845Z [2291/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:30.2494434Z [2291/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:30.2495047Z [2292/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:30.2520557Z [2292/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:30.2521580Z [2293/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-avx.c.o 2022-12-01T10:06:30.2695148Z [2293/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:30.2696220Z [2294/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:30.2862767Z [2294/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:30.2863769Z [2295/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:30.2959614Z [2295/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:30.2960951Z [2296/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:30.2978602Z [2296/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:30.2979656Z [2297/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:30.3137892Z [2297/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:30.3139038Z [2298/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:30.3211090Z [2298/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:30.3212138Z [2299/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:30.3387629Z [2299/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:30.3388300Z [2300/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:30.3499522Z [2300/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:30.3500312Z [2301/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:30.3708035Z [2301/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:30.3708633Z [2302/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:30.3725215Z [2302/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:30.3726292Z [2303/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:30.3821351Z [2303/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:30.3822431Z [2304/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:30.3882416Z [2304/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:30.3883393Z [2305/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:30.4175636Z [2305/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:30.4176369Z [2306/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:30.4222889Z [2306/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:30.4223957Z [2307/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:30.4315990Z [2307/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:30.4316591Z [2308/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:30.4439477Z [2308/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:30.4440772Z [2309/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:30.4539109Z [2309/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:30.4540037Z [2310/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:30.4756655Z [2310/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x8.c.o 2022-12-01T10:06:30.4757266Z [2311/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:30.4847600Z [2311/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x16.c.o 2022-12-01T10:06:30.4848608Z [2312/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:30.4915760Z [2312/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x24.c.o 2022-12-01T10:06:30.4916582Z [2313/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:30.5099134Z [2313/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x32.c.o 2022-12-01T10:06:30.5100259Z [2314/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:30.5125131Z [2314/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-12-01T10:06:30.5126175Z [2315/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:30.5155875Z [2315/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x16.c.o 2022-12-01T10:06:30.5156838Z [2316/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x8.c.o 2022-12-01T10:06:30.5345208Z [2316/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x24.c.o 2022-12-01T10:06:30.5346235Z [2317/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x16.c.o 2022-12-01T10:06:30.5460236Z [2317/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x32.c.o 2022-12-01T10:06:30.5461293Z [2318/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x24.c.o 2022-12-01T10:06:30.5486289Z [2318/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x8.c.o 2022-12-01T10:06:30.5487290Z [2319/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul16-ld64-x32.c.o 2022-12-01T10:06:30.6048140Z [2319/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x16.c.o 2022-12-01T10:06:30.6048754Z [2320/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-12-01T10:06:30.6084776Z [2320/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x24.c.o 2022-12-01T10:06:30.6085729Z [2321/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x24.c.o 2022-12-01T10:06:30.6141351Z [2321/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x32.c.o 2022-12-01T10:06:30.6142348Z [2322/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x8.c.o 2022-12-01T10:06:30.6179428Z [2322/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-12-01T10:06:30.6180933Z [2323/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x16.c.o 2022-12-01T10:06:30.6301032Z [2323/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x16.c.o 2022-12-01T10:06:30.6302406Z [2324/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x32.c.o 2022-12-01T10:06:30.6556898Z [2324/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x24.c.o 2022-12-01T10:06:30.6558094Z [2325/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x24.c.o 2022-12-01T10:06:30.6625025Z [2325/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x32.c.o 2022-12-01T10:06:30.6626252Z [2326/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x32.c.o 2022-12-01T10:06:30.6786984Z [2326/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-avx-mul16-ld64-x8.c.o 2022-12-01T10:06:30.6788245Z [2327/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul16-ld64-x16.c.o 2022-12-01T10:06:30.7125376Z [2327/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-12-01T10:06:30.7126063Z [2328/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-12-01T10:06:30.7129842Z [2328/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x8.c.o 2022-12-01T10:06:30.7131741Z [2329/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x16.c.o 2022-12-01T10:06:30.7257036Z [2329/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-12-01T10:06:30.7258150Z [2330/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-avx-mul16-ld64-x8.c.o 2022-12-01T10:06:30.7262959Z [2330/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-avx-mul16.c.o 2022-12-01T10:06:30.7264036Z [2331/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x24.c.o 2022-12-01T10:06:30.7432428Z [2331/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-avx-mul32.c.o 2022-12-01T10:06:30.7433538Z [2332/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-12-01T10:06:30.7587165Z [2332/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-avx-mul16.c.o 2022-12-01T10:06:30.7587767Z [2333/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x32.c.o 2022-12-01T10:06:30.7690733Z [2333/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-avx-mul32.c.o 2022-12-01T10:06:30.7691819Z [2334/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x8.c.o 2022-12-01T10:06:30.7754201Z [2334/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-12-01T10:06:30.7755340Z [2335/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-12-01T10:06:30.7942075Z [2335/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx-mul32.c.o 2022-12-01T10:06:30.7943491Z [2336/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-avx-mul16.c.o 2022-12-01T10:06:30.8101622Z [2336/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-12-01T10:06:30.8103042Z [2337/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-avx-mul16.c.o 2022-12-01T10:06:30.8371089Z [2337/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx-mul32.c.o 2022-12-01T10:06:30.8372157Z [2338/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-avx-mul32.c.o 2022-12-01T10:06:30.8377519Z [2338/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x8.c.o 2022-12-01T10:06:30.8378769Z [2339/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-12-01T10:06:30.8674108Z [2339/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x16.c.o 2022-12-01T10:06:30.8675603Z [2340/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-12-01T10:06:30.8796683Z [2340/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x24.c.o 2022-12-01T10:06:30.8797989Z [2341/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-avx-mul32.c.o 2022-12-01T10:06:30.9009593Z [2341/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-12-01T10:06:30.9010221Z [2342/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx-mul32.c.o 2022-12-01T10:06:30.9130973Z [2342/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:30.9132028Z [2343/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx-mul32.c.o 2022-12-01T10:06:30.9272826Z [2343/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:30.9273754Z [2344/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x8.c.o 2022-12-01T10:06:30.9540776Z [2344/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:30.9541856Z [2345/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x16.c.o 2022-12-01T10:06:30.9699474Z [2345/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:30.9700070Z [2346/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:30.9703342Z [2346/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:30.9703928Z [2347/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x24.c.o 2022-12-01T10:06:30.9821843Z [2347/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:30.9822865Z [2348/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-12-01T10:06:30.9927961Z [2348/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:30.9929000Z [2349/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:30.9946586Z [2349/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:30.9947625Z [2350/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:31.0176198Z [2350/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:31.0177161Z [2351/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:31.0335974Z [2351/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:31.0336647Z [2352/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:31.0440895Z [2352/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:31.0441509Z [2353/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:31.0615342Z [2353/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:31.0615995Z [2354/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:31.0643120Z [2354/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:31.0644488Z [2355/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:31.0845033Z [2355/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:31.0845671Z [2356/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:31.0921981Z [2356/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:31.0922904Z [2357/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:31.0945589Z [2357/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:31.0946269Z [2358/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:31.1101405Z [2358/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:31.1102453Z [2359/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:31.1311329Z [2359/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:31.1312379Z [2360/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:31.1468228Z [2360/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:31.1469493Z [2361/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:31.1582761Z [2361/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:31.1583491Z [2362/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:31.1615357Z [2362/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:31.1616271Z [2363/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:31.1682408Z [2363/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:31.1683939Z [2364/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:31.1756038Z [2364/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:31.1756761Z [2365/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:31.1947497Z [2365/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:31.1948167Z [2366/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:31.2143320Z [2366/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:31.2144403Z [2367/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:31.2313562Z [2367/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:31.2314599Z [2368/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:31.2384284Z [2368/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:31.2385341Z [2369/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:31.2498004Z [2369/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:31.2498874Z [2370/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:31.2697339Z [2370/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:31.2697955Z [2371/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:31.2769131Z [2371/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:31.2769713Z [2372/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:31.2843502Z [2372/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:31.2844569Z [2373/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:31.3016635Z [2373/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:31.3017689Z [2374/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:31.3087293Z [2374/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:31.3087936Z [2375/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:31.3242032Z [2375/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:31.3242618Z [2376/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:31.3363512Z [2376/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:31.3364114Z [2377/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:31.3594297Z [2377/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:31.3594982Z [2378/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:31.3727431Z [2378/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:31.3728441Z [2379/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:31.3815360Z [2379/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:31.3816101Z [2380/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:31.3886260Z [2380/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:31.3886854Z [2381/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:31.3992560Z [2381/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:31.3993151Z [2382/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:31.4040004Z [2382/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:31.4041088Z [2383/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:31.4220486Z [2383/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:31.4222056Z [2384/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:31.4375447Z [2384/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:31.4376154Z [2385/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:31.4490312Z [2385/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:31.4490908Z [2386/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:31.4571684Z [2386/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul16-ld64-x8.c.o 2022-12-01T10:06:31.4572270Z [2387/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:31.4608582Z [2387/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul16-ld64-x16.c.o 2022-12-01T10:06:31.4609353Z [2388/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:31.4713213Z [2388/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-12-01T10:06:31.4714477Z [2389/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:31.5075489Z [2389/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul32-ld32-x16.c.o 2022-12-01T10:06:31.5076609Z [2390/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:31.5166184Z [2390/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul16-ld64-x8.c.o 2022-12-01T10:06:31.5166782Z [2391/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul16-ld64-x16.c.o 2022-12-01T10:06:31.5225708Z [2391/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul16-ld64-x16.c.o 2022-12-01T10:06:31.5226406Z [2392/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul16-ld64-x8.c.o 2022-12-01T10:06:31.5244626Z [2392/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-12-01T10:06:31.5245652Z [2393/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-avx-ld64.c.o 2022-12-01T10:06:31.5610345Z [2393/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul32-ld32-x16.c.o 2022-12-01T10:06:31.5611026Z [2394/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-12-01T10:06:31.5636723Z [2394/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-avx-mul16-ld64-x8.c.o 2022-12-01T10:06:31.5637791Z [2395/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx-mul32-ld32-x16.c.o 2022-12-01T10:06:31.5706284Z [2395/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-12-01T10:06:31.5706902Z [2396/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul16-ld64-x8.c.o 2022-12-01T10:06:31.5857255Z [2396/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x8.c.o 2022-12-01T10:06:31.5858689Z [2397/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul16-ld64-x16.c.o 2022-12-01T10:06:31.6263972Z [2397/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-12-01T10:06:31.6264996Z [2398/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-12-01T10:06:31.6292621Z [2398/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x16.c.o 2022-12-01T10:06:31.6293199Z [2399/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-12-01T10:06:31.6365689Z [2399/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x32.c.o 2022-12-01T10:06:31.6366317Z [2400/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmul/gen/minmax-fp32-avx-mul16-ld64-x8.c.o 2022-12-01T10:06:31.6398794Z [2400/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x48.c.o 2022-12-01T10:06:31.6399913Z [2401/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx-mul32-ld32-x16.c.o 2022-12-01T10:06:31.6621913Z [2401/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x64.c.o 2022-12-01T10:06:31.6623121Z [2402/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x8.c.o 2022-12-01T10:06:31.6712343Z [2402/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-f16c-x8.c.o 2022-12-01T10:06:31.6713404Z [2403/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-12-01T10:06:31.7114392Z [2403/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-f16c-x16.c.o 2022-12-01T10:06:31.7115369Z [2404/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x16.c.o 2022-12-01T10:06:31.7198258Z [2404/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c8.c.o 2022-12-01T10:06:31.7199231Z [2405/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x32.c.o 2022-12-01T10:06:31.7342200Z [2405/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c16.c.o 2022-12-01T10:06:31.7343173Z [2406/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x48.c.o 2022-12-01T10:06:31.7542784Z [2406/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c24.c.o 2022-12-01T10:06:31.7543614Z [2407/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx-x64.c.o 2022-12-01T10:06:31.7705025Z [2407/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c32.c.o 2022-12-01T10:06:31.7705876Z [2408/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-f16c-x16.c.o 2022-12-01T10:06:31.7770117Z [2408/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c8.c.o 2022-12-01T10:06:31.7770931Z [2409/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-f16c-x8.c.o 2022-12-01T10:06:31.8018681Z [2409/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c16.c.o 2022-12-01T10:06:31.8019710Z [2410/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c8.c.o 2022-12-01T10:06:31.8349961Z [2410/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c24.c.o 2022-12-01T10:06:31.8350692Z [2411/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c16.c.o 2022-12-01T10:06:31.8430178Z [2411/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c32.c.o 2022-12-01T10:06:31.8431264Z [2412/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c24.c.o 2022-12-01T10:06:31.8541770Z [2412/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-maxpool/9p8x-minmax-f16c-c8.c.o 2022-12-01T10:06:31.8542663Z [2413/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c32.c.o 2022-12-01T10:06:31.8547395Z [2413/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-prelu/gen/f16c-2x8.c.o 2022-12-01T10:06:31.8548740Z [2414/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c8.c.o 2022-12-01T10:06:31.8930170Z [2414/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-prelu/gen/f16c-2x16.c.o 2022-12-01T10:06:31.8931384Z [2415/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c24.c.o 2022-12-01T10:06:31.8977063Z [2415/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vadd-minmax-f16c-x8.c.o 2022-12-01T10:06:31.8978089Z [2416/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c16.c.o 2022-12-01T10:06:31.9317986Z [2416/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vadd-minmax-f16c-x16.c.o 2022-12-01T10:06:31.9318635Z [2417/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c32.c.o 2022-12-01T10:06:31.9345961Z [2417/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vaddc-minmax-f16c-x8.c.o 2022-12-01T10:06:31.9346893Z [2418/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-maxpool/9p8x-minmax-f16c-c8.c.o 2022-12-01T10:06:31.9531203Z [2418/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vaddc-minmax-f16c-x16.c.o 2022-12-01T10:06:31.9532228Z [2419/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-prelu/gen/f16c-2x8.c.o 2022-12-01T10:06:31.9661435Z [2419/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdiv-minmax-f16c-x8.c.o 2022-12-01T10:06:31.9662470Z [2420/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-prelu/gen/f16c-2x16.c.o 2022-12-01T10:06:31.9964640Z [2420/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdiv-minmax-f16c-x16.c.o 2022-12-01T10:06:31.9965566Z [2421/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vadd-minmax-f16c-x8.c.o 2022-12-01T10:06:32.0111673Z [2421/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdivc-minmax-f16c-x8.c.o 2022-12-01T10:06:32.0112696Z [2422/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vadd-minmax-f16c-x16.c.o 2022-12-01T10:06:32.0539810Z [2422/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdivc-minmax-f16c-x16.c.o 2022-12-01T10:06:32.0540633Z [2423/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vaddc-minmax-f16c-x16.c.o 2022-12-01T10:06:32.0566410Z [2423/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmax-f16c-x8.c.o 2022-12-01T10:06:32.0567336Z [2424/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdiv-minmax-f16c-x8.c.o 2022-12-01T10:06:32.0579807Z [2424/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmax-f16c-x16.c.o 2022-12-01T10:06:32.0580832Z [2425/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vaddc-minmax-f16c-x8.c.o 2022-12-01T10:06:32.0886331Z [2425/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmaxc-f16c-x8.c.o 2022-12-01T10:06:32.0887382Z [2426/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdiv-minmax-f16c-x16.c.o 2022-12-01T10:06:32.1050749Z [2426/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmaxc-f16c-x16.c.o 2022-12-01T10:06:32.1051762Z [2427/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdivc-minmax-f16c-x8.c.o 2022-12-01T10:06:32.1176610Z [2427/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmin-f16c-x8.c.o 2022-12-01T10:06:32.1177813Z [2428/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vdivc-minmax-f16c-x16.c.o 2022-12-01T10:06:32.1655559Z [2428/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmin-f16c-x16.c.o 2022-12-01T10:06:32.1656503Z [2429/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmax-f16c-x8.c.o 2022-12-01T10:06:32.1905584Z [2429/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vminc-f16c-x8.c.o 2022-12-01T10:06:32.1906830Z [2430/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmaxc-f16c-x16.c.o 2022-12-01T10:06:32.2016019Z [2430/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vminc-f16c-x16.c.o 2022-12-01T10:06:32.2017037Z [2431/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmin-f16c-x8.c.o 2022-12-01T10:06:32.2072744Z [2431/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmul-minmax-f16c-x8.c.o 2022-12-01T10:06:32.2073379Z [2432/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmax-f16c-x16.c.o 2022-12-01T10:06:32.2270842Z [2432/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmul-minmax-f16c-x16.c.o 2022-12-01T10:06:32.2271448Z [2433/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmaxc-f16c-x8.c.o 2022-12-01T10:06:32.2377162Z [2433/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmulc-minmax-f16c-x8.c.o 2022-12-01T10:06:32.2377868Z [2434/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmin-f16c-x16.c.o 2022-12-01T10:06:32.2581736Z [2434/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmulc-minmax-f16c-x16.c.o 2022-12-01T10:06:32.2584439Z [2435/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vminc-f16c-x8.c.o 2022-12-01T10:06:32.2981397Z [2435/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrdivc-minmax-f16c-x8.c.o 2022-12-01T10:06:32.2982344Z [2436/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmul-minmax-f16c-x8.c.o 2022-12-01T10:06:32.3149621Z [2436/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrdivc-minmax-f16c-x16.c.o 2022-12-01T10:06:32.3150650Z [2437/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmul-minmax-f16c-x16.c.o 2022-12-01T10:06:32.3303047Z [2437/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrsubc-minmax-f16c-x8.c.o 2022-12-01T10:06:32.3303707Z [2438/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vminc-f16c-x16.c.o 2022-12-01T10:06:32.3411771Z [2438/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrsubc-minmax-f16c-x16.c.o 2022-12-01T10:06:32.3412860Z [2439/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmulc-minmax-f16c-x8.c.o 2022-12-01T10:06:32.3449469Z [2439/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsub-minmax-f16c-x8.c.o 2022-12-01T10:06:32.3450382Z [2440/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vmulc-minmax-f16c-x16.c.o 2022-12-01T10:06:32.3588483Z [2440/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsub-minmax-f16c-x16.c.o 2022-12-01T10:06:32.3589489Z [2441/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrdivc-minmax-f16c-x8.c.o 2022-12-01T10:06:32.3943871Z [2441/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsubc-minmax-f16c-x8.c.o 2022-12-01T10:06:32.3944622Z [2442/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrdivc-minmax-f16c-x16.c.o 2022-12-01T10:06:32.4152328Z [2442/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsubc-minmax-f16c-x16.c.o 2022-12-01T10:06:32.4153369Z [2443/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrsubc-minmax-f16c-x8.c.o 2022-12-01T10:06:32.4438314Z [2443/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vclamp/gen/vclamp-f16c-x8.c.o 2022-12-01T10:06:32.4439493Z [2444/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vrsubc-minmax-f16c-x16.c.o 2022-12-01T10:06:32.4440658Z [2444/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vclamp/gen/vclamp-f16c-x16.c.o 2022-12-01T10:06:32.4441638Z [2445/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsub-minmax-f16c-x8.c.o 2022-12-01T10:06:32.4466058Z [2445/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vhswish/gen/vhswish-f16c-x8.c.o 2022-12-01T10:06:32.4466630Z [2446/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsub-minmax-f16c-x16.c.o 2022-12-01T10:06:32.4806673Z [2446/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vhswish/gen/vhswish-f16c-x16.c.o 2022-12-01T10:06:32.4807684Z [2447/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsubc-minmax-f16c-x8.c.o 2022-12-01T10:06:32.5093994Z [2447/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vlrelu/gen/vlrelu-f16c-x8.c.o 2022-12-01T10:06:32.5095043Z [2448/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vbinary/gen/vsubc-minmax-f16c-x16.c.o 2022-12-01T10:06:32.5426294Z [2448/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vlrelu/gen/vlrelu-f16c-x16.c.o 2022-12-01T10:06:32.5427273Z [2449/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vclamp/gen/vclamp-f16c-x16.c.o 2022-12-01T10:06:32.5539548Z [2449/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-f16c-x8.c.o 2022-12-01T10:06:32.5540454Z [2450/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vhswish/gen/vhswish-f16c-x8.c.o 2022-12-01T10:06:32.5683463Z [2450/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-f16c-x16.c.o 2022-12-01T10:06:32.5684439Z [2451/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vhswish/gen/vhswish-f16c-x16.c.o 2022-12-01T10:06:32.5851933Z [2451/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-f16c.c.o 2022-12-01T10:06:32.5852901Z [2452/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vlrelu/gen/vlrelu-f16c-x8.c.o 2022-12-01T10:06:32.5923446Z [2452/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-f16c.c.o 2022-12-01T10:06:32.5924413Z [2453/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vclamp/gen/vclamp-f16c-x8.c.o 2022-12-01T10:06:32.6209708Z [2453/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-xop-mul16-add16.c.o 2022-12-01T10:06:32.6210421Z [2454/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vlrelu/gen/vlrelu-f16c-x16.c.o 2022-12-01T10:06:32.6347552Z [2454/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-xop-mul32.c.o 2022-12-01T10:06:32.6348410Z [2455/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-f16c-x8.c.o 2022-12-01T10:06:32.6555753Z [2455/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-xop-mul16-add16.c.o 2022-12-01T10:06:32.6556845Z [2456/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-f16c-x16.c.o 2022-12-01T10:06:32.6733600Z [2456/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-xop-mul32.c.o 2022-12-01T10:06:32.6734261Z [2457/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f16-f32-f16c.c.o 2022-12-01T10:06:32.6930766Z [2457/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-12-01T10:06:32.6931355Z [2458/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/cvt-f32-f16-f16c.c.o 2022-12-01T10:06:32.7099703Z [2458/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-12-01T10:06:32.7100822Z [2459/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-xop-mul16-add16.c.o 2022-12-01T10:06:32.7369524Z [2459/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-12-01T10:06:32.7370916Z [2460/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-xop-mul32.c.o 2022-12-01T10:06:32.7598784Z [2460/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-12-01T10:06:32.7600120Z [2461/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-xop-mul16-add16.c.o 2022-12-01T10:06:32.7883263Z [2461/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-xop-mul32.c.o 2022-12-01T10:06:32.7884393Z [2462/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-12-01T10:06:32.7926635Z [2462/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-xop-mul32.c.o 2022-12-01T10:06:32.7927557Z [2463/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-xop-mul32.c.o 2022-12-01T10:06:32.8315119Z [2463/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:32.8315867Z [2464/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-12-01T10:06:32.8438833Z [2464/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:32.8439684Z [2465/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-12-01T10:06:32.8910301Z [2465/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:32.8911376Z [2466/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-xop-mul32.c.o 2022-12-01T10:06:32.8938678Z [2466/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:32.8939533Z [2467/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:32.9263882Z [2467/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:32.9264725Z [2468/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-xop-mul32.c.o 2022-12-01T10:06:32.9612672Z [2468/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:32.9613730Z [2469/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:32.9823364Z [2469/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:32.9823985Z [2470/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:33.0011293Z [2470/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:33.0012376Z [2471/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:33.0080272Z [2471/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:33.0081342Z [2472/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:33.0128105Z [2472/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:33.0129181Z [2473/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-12-01T10:06:33.0477451Z [2473/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:33.0478518Z [2474/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:33.0707006Z [2474/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:33.0708056Z [2475/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:33.0931677Z [2475/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:33.0932339Z [2476/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:33.1181356Z [2476/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:33.1182463Z [2477/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:33.1262615Z [2477/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:33.1263677Z [2478/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:33.1389868Z [2478/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:33.1390477Z [2479/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:33.1748511Z [2479/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:33.1749529Z [2480/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:33.1882431Z [2480/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:33.1883032Z [2481/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:33.2234833Z [2481/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:33.2235538Z [2482/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:33.2263938Z [2482/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:33.2265018Z [2483/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:33.2530307Z [2483/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:33.2531347Z [2484/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:33.2683770Z [2484/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:33.2684809Z [2485/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:33.2850168Z [2485/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:33.2850853Z [2486/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:33.3269412Z [2486/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:33.3270435Z [2487/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:33.3476335Z [2487/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:33.3477099Z [2488/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:33.3525377Z [2488/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:33.3526644Z [2489/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:33.3792252Z [2489/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:33.3792867Z [2490/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:33.3973645Z [2490/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:33.3974332Z [2491/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:33.4112298Z [2491/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:33.4113302Z [2492/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:33.4491254Z [2492/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:33.4492851Z [2493/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:33.4675568Z [2493/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:33.4676885Z [2494/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:33.4777178Z [2494/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:33.4778237Z [2495/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:33.5177544Z [2495/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:33.5178643Z [2496/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:33.5318599Z [2496/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:33.5319904Z [2497/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:33.5409185Z [2497/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:33.5410543Z [2498/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:33.5633082Z [2498/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:33.5634181Z [2499/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:33.6066382Z [2499/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:33.6067767Z [2500/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:33.6169868Z [2500/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:33.6170907Z [2501/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:33.6493957Z [2501/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:33.6494992Z [2502/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:33.6497848Z [2502/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:33.6498471Z [2503/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:33.6678228Z [2503/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:33.6679796Z [2504/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:33.6918113Z [2504/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:33.6919854Z [2505/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:33.7328906Z [2505/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:33.7330089Z [2506/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:33.7375402Z [2506/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:33.7376466Z [2507/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:33.7559164Z [2507/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-xop-mul16-add16.c.o 2022-12-01T10:06:33.7560205Z [2508/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:33.7723831Z [2508/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-xop-mul32.c.o 2022-12-01T10:06:33.7724443Z [2509/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:33.7841130Z [2509/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-xop-mul16-add16.c.o 2022-12-01T10:06:33.7841877Z [2510/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:33.8200468Z [2510/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-xop-mul32.c.o 2022-12-01T10:06:33.8201576Z [2511/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:33.8571993Z [2511/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-12-01T10:06:33.8572711Z [2512/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-xop-mul16-add16.c.o 2022-12-01T10:06:33.8629689Z [2512/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-12-01T10:06:33.8630308Z [2513/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:33.8755187Z [2513/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-12-01T10:06:33.8756255Z [2514/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-xop-mul16-add16.c.o 2022-12-01T10:06:33.8866955Z [2514/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-12-01T10:06:33.8867687Z [2515/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-xop-mul32.c.o 2022-12-01T10:06:33.9053003Z [2515/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-xop-mul32.c.o 2022-12-01T10:06:33.9054204Z [2516/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-xop-mul32.c.o 2022-12-01T10:06:33.9590998Z [2516/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-xop-mul32.c.o 2022-12-01T10:06:33.9592129Z [2517/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-12-01T10:06:33.9636546Z [2517/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:33.9637619Z [2518/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-12-01T10:06:33.9810931Z [2518/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:33.9811544Z [2519/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-12-01T10:06:34.0006026Z [2519/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-xop.c.o 2022-12-01T10:06:34.0007039Z [2520/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-xop-mul32.c.o 2022-12-01T10:06:34.0137799Z [2520/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:34.0138918Z [2521/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-12-01T10:06:34.0203303Z [2521/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:34.0204559Z [2522/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-xop-mul32.c.o 2022-12-01T10:06:34.0741832Z [2522/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-xop.c.o 2022-12-01T10:06:34.0742466Z [2523/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:34.0851517Z [2523/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:34.0852480Z [2524/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:34.1049230Z [2524/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:34.1050762Z [2525/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2-xw-minmax-fp32-xop.c.o 2022-12-01T10:06:34.1214437Z [2525/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-xop.c.o 2022-12-01T10:06:34.1215643Z [2526/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:34.1519540Z [2526/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:34.1520554Z [2527/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:34.1582669Z [2527/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:34.1584398Z [2528/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c2s4-xw-minmax-fp32-xop.c.o 2022-12-01T10:06:34.2051209Z [2528/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-xop.c.o 2022-12-01T10:06:34.2051902Z [2529/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:34.2103069Z [2529/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:34.2104367Z [2530/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:34.2233297Z [2530/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:34.2234305Z [2531/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x4c8-xw-minmax-fp32-xop.c.o 2022-12-01T10:06:34.2393877Z [2531/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-xop.c.o 2022-12-01T10:06:34.2394946Z [2532/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:34.2629317Z [2532/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:34.2630646Z [2533/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:34.2747260Z [2533/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:34.2748370Z [2534/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2-xw-minmax-fp32-xop.c.o 2022-12-01T10:06:34.3207411Z [2534/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-xop.c.o 2022-12-01T10:06:34.3208488Z [2535/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:34.3254095Z [2535/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:34.3255162Z [2536/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:34.3383562Z [2536/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:34.3384634Z [2537/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c2s4-xw-minmax-fp32-xop.c.o 2022-12-01T10:06:34.3773896Z [2537/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-xop.c.o 2022-12-01T10:06:34.3774708Z [2538/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:34.3966440Z [2538/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:34.3967497Z [2539/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:34.4006761Z [2539/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:34.4007366Z [2540/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x4c8-xw-minmax-fp32-xop.c.o 2022-12-01T10:06:34.4336252Z [2540/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-xop.c.o 2022-12-01T10:06:34.4336843Z [2541/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:34.4465292Z [2541/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:34.4466370Z [2542/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:34.4523836Z [2542/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:34.4525054Z [2543/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2-xw-minmax-fp32-xop.c.o 2022-12-01T10:06:34.5116991Z [2543/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-xop.c.o 2022-12-01T10:06:34.5118045Z [2544/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:34.5288230Z [2544/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:34.5288828Z [2545/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:34.5527125Z [2545/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:34.5528423Z [2546/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-xw-minmax-fp32-xop.c.o 2022-12-01T10:06:34.5531473Z [2546/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-xop.c.o 2022-12-01T10:06:34.5532499Z [2547/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c2s4-xw-minmax-fp32-xop.c.o 2022-12-01T10:06:34.5760731Z [2547/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:34.5761706Z [2548/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:34.5814562Z [2548/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:34.5815245Z [2549/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:34.6176029Z [2549/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-xop.c.o 2022-12-01T10:06:34.6176735Z [2550/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:34.6614631Z [2550/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:34.6615245Z [2551/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:34.6849750Z [2551/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:34.6850828Z [2552/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:34.6858120Z [2552/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:34.6859203Z [2553/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:34.6867508Z [2553/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:34.6868179Z [2554/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2-xw-minmax-fp32-xop.c.o 2022-12-01T10:06:34.7096926Z [2554/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:34.7098201Z [2555/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x4c2s4-xw-minmax-fp32-xop.c.o 2022-12-01T10:06:34.7334949Z [2555/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:34.7336213Z [2556/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:34.7704563Z [2556/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:34.7705492Z [2557/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:34.8070597Z [2557/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:34.8071576Z [2558/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:34.8087023Z [2558/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:34.8089977Z [2559/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:34.8217059Z [2559/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:34.8217800Z [2560/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:34.8527542Z [2560/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:34.8528380Z [2561/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:34.8610366Z [2561/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:34.8611047Z [2562/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:34.8756773Z [2562/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:34.8757787Z [2563/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:34.9349982Z [2563/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:34.9350998Z [2564/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:34.9459298Z [2564/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:34.9460020Z [2565/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:34.9485301Z [2565/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:34.9485889Z [2566/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:34.9791565Z [2566/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:34.9792643Z [2567/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:35.0027631Z [2567/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:35.0028992Z [2568/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:35.0119061Z [2568/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:35.0120302Z [2569/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:35.0548955Z [2569/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:35.0624740Z [2570/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:35.0625668Z [2570/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:35.0626613Z [2571/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:35.0668419Z [2571/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:35.0669480Z [2572/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:35.0967486Z [2572/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-12-01T10:06:35.0968089Z [2573/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:35.1417340Z [2573/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x16.c.o 2022-12-01T10:06:35.1418396Z [2574/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:35.1471748Z [2574/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x24.c.o 2022-12-01T10:06:35.1472681Z [2575/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:35.1893801Z [2575/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x32.c.o 2022-12-01T10:06:35.1894558Z [2576/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:35.1958577Z [2576/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-12-01T10:06:35.1959811Z [2577/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:35.2177477Z [2577/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x16.c.o 2022-12-01T10:06:35.2178242Z [2578/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-12-01T10:06:35.2243575Z [2578/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x24.c.o 2022-12-01T10:06:35.2244218Z [2579/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x16.c.o 2022-12-01T10:06:35.2481161Z [2579/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x32.c.o 2022-12-01T10:06:35.2482213Z [2580/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x24.c.o 2022-12-01T10:06:35.2527641Z [2580/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-xop-mul32.c.o 2022-12-01T10:06:35.2528864Z [2581/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x32.c.o 2022-12-01T10:06:35.2855697Z [2581/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-xop-mul32.c.o 2022-12-01T10:06:35.2856797Z [2582/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-12-01T10:06:35.3018059Z [2582/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-12-01T10:06:35.3018664Z [2583/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x16.c.o 2022-12-01T10:06:35.3158303Z [2583/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-12-01T10:06:35.3159179Z [2584/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x24.c.o 2022-12-01T10:06:35.3214610Z [2584/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:35.3217706Z [2585/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x32.c.o 2022-12-01T10:06:35.3602148Z [2585/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:35.3603223Z [2586/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-xop-mul32.c.o 2022-12-01T10:06:35.3731326Z [2586/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:35.3732417Z [2587/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-xop-mul32.c.o 2022-12-01T10:06:35.4047482Z [2587/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:35.4048874Z [2588/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-12-01T10:06:35.4128330Z [2588/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:35.4129392Z [2589/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-12-01T10:06:35.4327744Z [2589/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:35.4328848Z [2590/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:35.4382636Z [2590/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:35.4383695Z [2591/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:35.4768008Z [2591/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:35.4769027Z [2592/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:35.4846968Z [2592/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:35.4848216Z [2593/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:35.5214828Z [2593/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:35.5215955Z [2594/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:35.5247256Z [2594/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:35.5248323Z [2595/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:35.5630543Z [2595/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:35.5631591Z [2596/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:35.5636769Z [2596/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:35.5637475Z [2597/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:35.5906473Z [2597/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:35.5907541Z [2598/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:35.5967644Z [2598/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:35.5968697Z [2599/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:35.6563812Z [2599/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:35.6564901Z [2600/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:35.6568122Z [2600/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:35.6569084Z [2601/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:35.6717263Z [2601/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:35.6718344Z [2602/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:35.6791773Z [2602/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:35.6792852Z [2603/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:35.7005015Z [2603/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:35.7006070Z [2604/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:35.7221285Z [2604/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:35.7221929Z [2605/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:35.7619767Z [2605/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:35.7620968Z [2606/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:35.7776132Z [2606/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:35.7777212Z [2607/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:35.7984800Z [2607/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:35.7985517Z [2608/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:35.8072756Z [2608/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:35.8073850Z [2609/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:35.8189214Z [2609/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:35.8190282Z [2610/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:35.8410134Z [2610/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:35.8411206Z [2611/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:35.8943951Z [2611/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:35.8945028Z [2612/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:35.9068100Z [2612/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:35.9069111Z [2613/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:35.9096644Z [2613/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:35.9097675Z [2614/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:35.9210677Z [2614/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:35.9212238Z [2615/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:35.9458939Z [2615/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:35.9460000Z [2616/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:35.9646899Z [2616/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:35.9647970Z [2617/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:36.0128961Z [2617/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:36.0130264Z [2618/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:36.0355893Z [2618/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:36.0356660Z [2619/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:36.0365474Z [2619/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:36.0366118Z [2620/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:36.0454154Z [2620/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:36.0455003Z [2621/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:36.0655146Z [2621/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:36.0656220Z [2622/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:36.0738364Z [2622/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:36.0740364Z [2623/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:36.1449751Z [2623/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:36.1450380Z [2624/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:36.1597343Z [2624/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:36.1598466Z [2625/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:36.1660302Z [2625/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:36.1661327Z [2626/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:36.1868116Z [2626/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:36.1869185Z [2627/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:36.1920672Z [2627/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:36.1921259Z [2628/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:36.2585926Z [2628/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-12-01T10:06:36.2586525Z [2629/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:36.2695341Z [2629/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-xop-mul32-ld32-x16.c.o 2022-12-01T10:06:36.2695933Z [2630/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:36.2802994Z [2630/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-12-01T10:06:36.2804064Z [2631/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:36.2890867Z [2631/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-xop-mul32-ld32-x16.c.o 2022-12-01T10:06:36.2891636Z [2632/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-12-01T10:06:36.3089199Z [2632/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x3-minmax-fma3-acc2.c.o 2022-12-01T10:06:36.3090311Z [2633/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x4c2s4-minmax-fp32-xop-ld128.c.o 2022-12-01T10:06:36.3527390Z [2633/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x3-minmax-fma3.c.o 2022-12-01T10:06:36.3528382Z [2634/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-xop-mul32-ld32-x16.c.o 2022-12-01T10:06:36.3587046Z [2634/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x4-minmax-fma3-acc2.c.o 2022-12-01T10:06:36.3588032Z [2635/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-12-01T10:06:36.3827253Z [2635/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x4-minmax-fma3.c.o 2022-12-01T10:06:36.3827957Z [2636/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-xop-mul32-ld32-x16.c.o 2022-12-01T10:06:36.4007083Z [2636/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x9-minmax-fma3-acc2.c.o 2022-12-01T10:06:36.4008135Z [2637/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x3-minmax-fma3-acc2.c.o 2022-12-01T10:06:36.4291878Z [2637/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x9-minmax-fma3.c.o 2022-12-01T10:06:36.4292561Z [2638/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x3-minmax-fma3.c.o 2022-12-01T10:06:36.4479661Z [2638/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x25-minmax-fma3-acc2.c.o 2022-12-01T10:06:36.4480535Z [2639/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x4-minmax-fma3.c.o 2022-12-01T10:06:36.4628580Z [2639/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x25-minmax-fma3.c.o 2022-12-01T10:06:36.4629587Z [2640/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x4-minmax-fma3-acc2.c.o 2022-12-01T10:06:36.4807213Z [2640/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x3-minmax-fma3-acc2.c.o 2022-12-01T10:06:36.4808308Z [2641/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x9-minmax-fma3-acc2.c.o 2022-12-01T10:06:36.5062075Z [2641/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x3-minmax-fma3.c.o 2022-12-01T10:06:36.5063088Z [2642/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x9-minmax-fma3.c.o 2022-12-01T10:06:36.5246834Z [2642/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x4-minmax-fma3-acc2.c.o 2022-12-01T10:06:36.5247878Z [2643/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x25-minmax-fma3-acc2.c.o 2022-12-01T10:06:36.5385699Z [2643/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x4-minmax-fma3.c.o 2022-12-01T10:06:36.5386432Z [2644/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x4c2-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:36.5474938Z [2644/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x9-minmax-fma3-acc2.c.o 2022-12-01T10:06:36.5475943Z [2645/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up8x25-minmax-fma3.c.o 2022-12-01T10:06:36.5707371Z [2645/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x9-minmax-fma3.c.o 2022-12-01T10:06:36.5708117Z [2646/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x3-minmax-fma3-acc2.c.o 2022-12-01T10:06:36.5828609Z [2646/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x25-minmax-fma3-acc2.c.o 2022-12-01T10:06:36.5829692Z [2647/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x3-minmax-fma3.c.o 2022-12-01T10:06:36.6004127Z [2647/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x25-minmax-fma3.c.o 2022-12-01T10:06:36.6004735Z [2648/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x4-minmax-fma3-acc2.c.o 2022-12-01T10:06:36.6186242Z [2648/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x3-minmax-fma3-acc2.c.o 2022-12-01T10:06:36.6190989Z [2649/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x4-minmax-fma3.c.o 2022-12-01T10:06:36.6612861Z [2649/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x3-minmax-fma3.c.o 2022-12-01T10:06:36.6613473Z [2650/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x9-minmax-fma3.c.o 2022-12-01T10:06:36.6793539Z [2650/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x4-minmax-fma3-acc2.c.o 2022-12-01T10:06:36.6794202Z [2651/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x9-minmax-fma3-acc2.c.o 2022-12-01T10:06:36.7034309Z [2651/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x4-minmax-fma3.c.o 2022-12-01T10:06:36.7034934Z [2652/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x25-minmax-fma3-acc2.c.o 2022-12-01T10:06:36.7054396Z [2652/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x9-minmax-fma3-acc2.c.o 2022-12-01T10:06:36.7055068Z [2653/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up16x25-minmax-fma3.c.o 2022-12-01T10:06:36.7105223Z [2653/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x9-minmax-fma3.c.o 2022-12-01T10:06:36.7105868Z [2654/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x3-minmax-fma3-acc2.c.o 2022-12-01T10:06:36.7309487Z [2654/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x25-minmax-fma3-acc2.c.o 2022-12-01T10:06:36.7310114Z [2655/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x3-minmax-fma3.c.o 2022-12-01T10:06:36.7598568Z [2655/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x25-minmax-fma3.c.o 2022-12-01T10:06:36.7599896Z [2656/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x4-minmax-fma3-acc2.c.o 2022-12-01T10:06:36.7852070Z [2656/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-ibilinear/gen/fma3-c8.c.o 2022-12-01T10:06:36.7853272Z [2657/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x4-minmax-fma3.c.o 2022-12-01T10:06:36.8160043Z [2657/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-ibilinear/gen/fma3-c16.c.o 2022-12-01T10:06:36.8160904Z [2658/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x25-minmax-fma3-acc2.c.o 2022-12-01T10:06:36.8381870Z [2658/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vmulcaddc/gen/c8-minmax-fma3-2x.c.o 2022-12-01T10:06:36.8382466Z [2659/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x9-minmax-fma3-acc2.c.o 2022-12-01T10:06:36.8447123Z [2659/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vmulcaddc/gen/c16-minmax-fma3-2x.c.o 2022-12-01T10:06:36.8448191Z [2660/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x9-minmax-fma3.c.o 2022-12-01T10:06:36.8534577Z [2660/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-fma3-acc2.c.o 2022-12-01T10:06:36.8535578Z [2661/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-ibilinear/gen/fma3-c8.c.o 2022-12-01T10:06:36.8574756Z [2661/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-fma3.c.o 2022-12-01T10:06:36.8575604Z [2662/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-dwconv/gen/up32x25-minmax-fma3.c.o 2022-12-01T10:06:36.9086133Z [2662/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-fma3-acc2.c.o 2022-12-01T10:06:36.9087017Z [2663/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vmulcaddc/gen/c8-minmax-fma3-2x.c.o 2022-12-01T10:06:36.9317003Z [2663/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-fma3.c.o 2022-12-01T10:06:36.9317749Z [2664/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-ibilinear/gen/fma3-c16.c.o 2022-12-01T10:06:36.9327479Z [2664/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-fma3-acc2.c.o 2022-12-01T10:06:36.9328493Z [2665/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-fma3-acc2.c.o 2022-12-01T10:06:36.9479584Z [2665/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-fma3.c.o 2022-12-01T10:06:36.9480723Z [2666/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-vmulcaddc/gen/c16-minmax-fma3-2x.c.o 2022-12-01T10:06:36.9576169Z [2666/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-fma3-acc2.c.o 2022-12-01T10:06:36.9577203Z [2667/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x3-minmax-fma3.c.o 2022-12-01T10:06:36.9824178Z [2667/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-fma3.c.o 2022-12-01T10:06:36.9825199Z [2668/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-fma3-acc2.c.o 2022-12-01T10:06:36.9981905Z [2668/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-fma3-acc2.c.o 2022-12-01T10:06:36.9982936Z [2669/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x4-minmax-fma3.c.o 2022-12-01T10:06:37.0404858Z [2669/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-fma3.c.o 2022-12-01T10:06:37.0406179Z [2670/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-fma3-acc2.c.o 2022-12-01T10:06:37.0412183Z [2670/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-fma3-acc2.c.o 2022-12-01T10:06:37.0413142Z [2671/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x9-minmax-fma3.c.o 2022-12-01T10:06:37.0535596Z [2671/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-fma3.c.o 2022-12-01T10:06:37.0536583Z [2672/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-fma3.c.o 2022-12-01T10:06:37.0565019Z [2672/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-fma3-acc2.c.o 2022-12-01T10:06:37.0566022Z [2673/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up8x25-minmax-fma3-acc2.c.o 2022-12-01T10:06:37.1075986Z [2673/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-fma3.c.o 2022-12-01T10:06:37.1077722Z [2674/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-fma3-acc2.c.o 2022-12-01T10:06:37.1314813Z [2674/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-fma3-acc2.c.o 2022-12-01T10:06:37.1315858Z [2675/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-fma3.c.o 2022-12-01T10:06:37.1622921Z [2675/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-fma3.c.o 2022-12-01T10:06:37.1623503Z [2676/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-fma3-acc2.c.o 2022-12-01T10:06:37.1754795Z [2676/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.1755820Z [2677/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-fma3.c.o 2022-12-01T10:06:37.1759693Z [2677/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16inc-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.1760789Z [2678/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-fma3-acc2.c.o 2022-12-01T10:06:37.1999137Z [2678/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16s4inc-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.2000394Z [2679/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-fma3.c.o 2022-12-01T10:06:37.2181622Z [2679/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x16inc-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.2182531Z [2680/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-fma3-acc2.c.o 2022-12-01T10:06:37.2491303Z [2680/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x16s4inc-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.2491973Z [2681/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-fma3.c.o 2022-12-01T10:06:37.2791894Z [2681/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.2792668Z [2682/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16s4inc-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.2872775Z [2682/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16inc-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.2873561Z [2683/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16inc-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.2958625Z [2683/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16s4inc-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.2959520Z [2684/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x8inc-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.3097451Z [2684/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.3101510Z [2685/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x16inc-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.3526955Z [2685/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16inc-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.3534998Z [2686/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/3x16s4inc-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.3679864Z [2686/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16s4inc-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.3681214Z [2687/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x8inc-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.3895663Z [2687/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/6x8inc-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.3896422Z [2688/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16inc-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.4058038Z [2688/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/7x8inc-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.4058751Z [2689/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16s4inc-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.4153488Z [2689/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/8x8inc-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.4154544Z [2690/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x8inc-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.4307595Z [2690/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.4308735Z [2691/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16inc-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.4689432Z [2691/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.4691298Z [2692/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16s4inc-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.4865596Z [2692/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.4866284Z [2693/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/6x8inc-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.4984284Z [2693/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x16-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.4985789Z [2694/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/7x8inc-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.5162403Z [2694/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x16s4-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.5164050Z [2695/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/8x8inc-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.5390267Z [2695/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.5391204Z [2696/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x8-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.5763522Z [2696/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.5764576Z [2697/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.5889597Z [2697/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.5890259Z [2698/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.5989906Z [2698/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.5991325Z [2699/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x16s4-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.6004635Z [2699/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.6006072Z [2700/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/3x16-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.6404678Z [2700/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16s4-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.6405333Z [2701/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x8-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.6514739Z [2701/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/6x8-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.6518356Z [2702/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.7060688Z [2702/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/7x8-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.7061326Z [2703/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.7081876Z [2703/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/8x8-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.7082800Z [2704/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x8-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.7225956Z [2704/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.7227037Z [2705/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16s4-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.7253919Z [2705/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.7254559Z [2706/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.7528413Z [2706/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.7531042Z [2707/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/7x8-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.7655753Z [2707/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x16-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.7657002Z [2708/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/6x8-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.8186318Z [2708/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x16s4-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.8187393Z [2709/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/8x8-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.8326553Z [2709/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.8327230Z [2710/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.8404873Z [2710/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.8406010Z [2711/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.8419017Z [2711/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.8419921Z [2712/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x8-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.8845810Z [2712/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.8847221Z [2713/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x16s4-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.8885871Z [2713/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.8888406Z [2714/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/3x16-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.9547889Z [2714/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16s4-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.9548759Z [2715/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x8-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.9614412Z [2715/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/6x8-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.9615068Z [2716/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x8-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.9618621Z [2716/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/7x8-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.9619596Z [2717/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.9664814Z [2717/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/8x8-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.9665861Z [2718/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16-minmax-fma3-broadcast.c.o 2022-12-01T10:06:37.9943651Z [2718/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-fma3-x8.c.o 2022-12-01T10:06:37.9944712Z [2719/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-12-01T10:06:38.0114828Z [2719/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-fma3-x16.c.o 2022-12-01T10:06:38.0116379Z [2720/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16s4-minmax-fma3-broadcast.c.o 2022-12-01T10:06:38.0638349Z [2720/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x8.c.o 2022-12-01T10:06:38.0639227Z [2721/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/7x8-minmax-fma3-broadcast.c.o 2022-12-01T10:06:38.0687667Z [2721/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x16.c.o 2022-12-01T10:06:38.0688276Z [2722/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/8x8-minmax-fma3-broadcast.c.o 2022-12-01T10:06:38.0706573Z [2722/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x24.c.o 2022-12-01T10:06:38.0707137Z [2723/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/6x8-minmax-fma3-broadcast.c.o 2022-12-01T10:06:38.0941616Z [2723/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x32.c.o 2022-12-01T10:06:38.0942695Z [2724/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-fma3-x8.c.o 2022-12-01T10:06:38.1123738Z [2724/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x40.c.o 2022-12-01T10:06:38.1124315Z [2725/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-fma3-x16.c.o 2022-12-01T10:06:38.1258395Z [2725/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x48.c.o 2022-12-01T10:06:38.1259512Z [2726/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x8.c.o 2022-12-01T10:06:38.1535905Z [2726/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x56.c.o 2022-12-01T10:06:38.1536985Z [2727/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x16.c.o 2022-12-01T10:06:38.1753046Z [2727/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x64.c.o 2022-12-01T10:06:38.1754072Z [2728/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x32.c.o 2022-12-01T10:06:38.1766338Z [2728/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-fma3-nr1fma.c.o 2022-12-01T10:06:38.1767086Z [2729/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x24.c.o 2022-12-01T10:06:38.2095085Z [2729/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-fma3-nr1fma1adj.c.o 2022-12-01T10:06:38.2096127Z [2730/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x40.c.o 2022-12-01T10:06:38.2274975Z [2730/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-fma3-nr2fma.c.o 2022-12-01T10:06:38.2276033Z [2731/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x56.c.o 2022-12-01T10:06:38.2336415Z [2731/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/1x8-minmax-avx2-broadcast.c.o 2022-12-01T10:06:38.2337687Z [2732/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x48.c.o 2022-12-01T10:06:38.2570270Z [2732/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-12-01T10:06:38.2571289Z [2733/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/fma3-nr1fma1adj-x64.c.o 2022-12-01T10:06:38.2744596Z [2733/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/3x16-minmax-avx2-broadcast.c.o 2022-12-01T10:06:38.2745637Z [2734/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-fma3-nr1fma.c.o 2022-12-01T10:06:38.2747183Z [2734/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/4x8-minmax-avx2-broadcast.c.o 2022-12-01T10:06:38.2748162Z [2735/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-fma3-nr1fma1adj.c.o 2022-12-01T10:06:38.2996520Z [2735/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-12-01T10:06:38.2998022Z [2736/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-fma3-nr2fma.c.o 2022-12-01T10:06:38.3485199Z [2736/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/5x8-minmax-avx2-broadcast.c.o 2022-12-01T10:06:38.3485886Z [2737/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/1x8-minmax-avx2-broadcast.c.o 2022-12-01T10:06:38.3615189Z [2737/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/5x16-minmax-avx2-broadcast.c.o 2022-12-01T10:06:38.3615850Z [2738/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-12-01T10:06:38.3917968Z [2738/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/6x8-minmax-avx2-broadcast.c.o 2022-12-01T10:06:38.3918568Z [2739/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-12-01T10:06:38.3934064Z [2739/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/7x8-minmax-avx2-broadcast.c.o 2022-12-01T10:06:38.3934759Z [2740/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/4x8-minmax-avx2-broadcast.c.o 2022-12-01T10:06:38.3982882Z [2740/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/1x8-minmax-avx2-broadcast.c.o 2022-12-01T10:06:38.3984819Z [2741/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/3x16-minmax-avx2-broadcast.c.o 2022-12-01T10:06:38.4067720Z [2741/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-12-01T10:06:38.4069906Z [2742/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/5x8-minmax-avx2-broadcast.c.o 2022-12-01T10:06:38.4538263Z [2742/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/3x16-minmax-avx2-broadcast.c.o 2022-12-01T10:06:38.4539340Z [2743/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/5x16-minmax-avx2-broadcast.c.o 2022-12-01T10:06:38.4758451Z [2743/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/4x8-minmax-avx2-broadcast.c.o 2022-12-01T10:06:38.4759058Z [2744/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/6x8-minmax-avx2-broadcast.c.o 2022-12-01T10:06:38.5081984Z [2744/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-12-01T10:06:38.5082913Z [2745/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/1x8-minmax-avx2-broadcast.c.o 2022-12-01T10:06:38.5094407Z [2745/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/5x8-minmax-avx2-broadcast.c.o 2022-12-01T10:06:38.5096143Z [2746/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/3x16-minmax-avx2-broadcast.c.o 2022-12-01T10:06:38.5222468Z [2746/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/5x16-minmax-avx2-broadcast.c.o 2022-12-01T10:06:38.5223830Z [2747/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-12-01T10:06:38.5326847Z [2747/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/6x8-minmax-avx2-broadcast.c.o 2022-12-01T10:06:38.5328148Z [2748/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-gemm/gen/7x8-minmax-avx2-broadcast.c.o 2022-12-01T10:06:38.5638852Z [2748/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/7x8-minmax-avx2-broadcast.c.o 2022-12-01T10:06:38.5640596Z [2749/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/4x8-minmax-avx2-broadcast.c.o 2022-12-01T10:06:38.5791653Z [2749/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x16.c.o 2022-12-01T10:06:38.5793993Z [2750/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-12-01T10:06:38.6330940Z [2750/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x32.c.o 2022-12-01T10:06:38.6336420Z [2751/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/5x8-minmax-avx2-broadcast.c.o 2022-12-01T10:06:38.6337432Z [2751/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x48.c.o 2022-12-01T10:06:38.6338413Z [2752/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/5x16-minmax-avx2-broadcast.c.o 2022-12-01T10:06:38.6514114Z [2752/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x64.c.o 2022-12-01T10:06:38.6515134Z [2753/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/6x8-minmax-avx2-broadcast.c.o 2022-12-01T10:06:38.6516522Z [2753/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x16.c.o 2022-12-01T10:06:38.6517572Z [2754/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-igemm/gen/7x8-minmax-avx2-broadcast.c.o 2022-12-01T10:06:38.6714944Z [2754/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x32.c.o 2022-12-01T10:06:38.6715905Z [2755/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x32.c.o 2022-12-01T10:06:38.7014149Z [2755/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x48.c.o 2022-12-01T10:06:38.7015149Z [2756/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x16.c.o 2022-12-01T10:06:38.7198454Z [2756/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x64.c.o 2022-12-01T10:06:38.7202216Z [2757/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x64.c.o 2022-12-01T10:06:38.7434000Z [2757/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x64-acc2.c.o 2022-12-01T10:06:38.7435006Z [2758/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x48.c.o 2022-12-01T10:06:38.7562312Z [2758/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x64-acc4.c.o 2022-12-01T10:06:38.7563774Z [2759/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x32.c.o 2022-12-01T10:06:38.7575346Z [2759/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x64.c.o 2022-12-01T10:06:38.7576569Z [2760/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x16.c.o 2022-12-01T10:06:38.7756983Z [2760/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x72-acc3.c.o 2022-12-01T10:06:38.7759199Z [2761/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x48.c.o 2022-12-01T10:06:38.7890443Z [2761/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x72.c.o 2022-12-01T10:06:38.7890984Z [2762/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x64.c.o 2022-12-01T10:06:38.8075306Z [2762/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x80-acc2.c.o 2022-12-01T10:06:38.8077181Z [2763/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x64-acc2.c.o 2022-12-01T10:06:38.8510184Z [2763/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x80-acc5.c.o 2022-12-01T10:06:38.8511092Z [2764/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x64-acc4.c.o 2022-12-01T10:06:38.8536216Z [2764/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x80.c.o 2022-12-01T10:06:38.8536811Z [2765/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x64.c.o 2022-12-01T10:06:38.8616085Z [2765/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96-acc2.c.o 2022-12-01T10:06:38.8617099Z [2766/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x72-acc3.c.o 2022-12-01T10:06:38.8721151Z [2766/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96-acc3.c.o 2022-12-01T10:06:38.8721807Z [2767/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x72.c.o 2022-12-01T10:06:38.8927202Z [2767/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96-acc6.c.o 2022-12-01T10:06:38.8927898Z [2768/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x80-acc2.c.o 2022-12-01T10:06:38.8981613Z [2768/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96.c.o 2022-12-01T10:06:38.8982679Z [2769/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x80-acc5.c.o 2022-12-01T10:06:38.9307678Z [2769/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x64-acc2.c.o 2022-12-01T10:06:38.9308980Z [2770/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x80.c.o 2022-12-01T10:06:38.9682980Z [2770/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x64-acc4.c.o 2022-12-01T10:06:38.9683575Z [2771/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96-acc2.c.o 2022-12-01T10:06:38.9713952Z [2771/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x64.c.o 2022-12-01T10:06:38.9714615Z [2772/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96-acc3.c.o 2022-12-01T10:06:38.9891613Z [2772/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x72-acc3.c.o 2022-12-01T10:06:38.9892788Z [2773/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96-acc6.c.o 2022-12-01T10:06:38.9986934Z [2773/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x72.c.o 2022-12-01T10:06:38.9987936Z [2774/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx2-p5-x96.c.o 2022-12-01T10:06:39.0198103Z [2774/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x80-acc2.c.o 2022-12-01T10:06:39.0199928Z [2775/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x64-acc2.c.o 2022-12-01T10:06:39.0505099Z [2775/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x80-acc5.c.o 2022-12-01T10:06:39.0506158Z [2776/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x64-acc4.c.o 2022-12-01T10:06:39.0720552Z [2776/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x80.c.o 2022-12-01T10:06:39.0722613Z [2777/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x72-acc3.c.o 2022-12-01T10:06:39.0859872Z [2777/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96-acc2.c.o 2022-12-01T10:06:39.0860429Z [2778/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x64.c.o 2022-12-01T10:06:39.1014834Z [2778/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96-acc3.c.o 2022-12-01T10:06:39.1016656Z [2779/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x80-acc2.c.o 2022-12-01T10:06:39.1093899Z [2779/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96-acc6.c.o 2022-12-01T10:06:39.1094789Z [2780/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x72.c.o 2022-12-01T10:06:39.1473069Z [2780/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96.c.o 2022-12-01T10:06:39.1474764Z [2781/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x80-acc5.c.o 2022-12-01T10:06:39.1540795Z [2781/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x64-acc2.c.o 2022-12-01T10:06:39.1541459Z [2782/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x80.c.o 2022-12-01T10:06:39.1833260Z [2782/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x64-acc4.c.o 2022-12-01T10:06:39.1833902Z [2783/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96-acc2.c.o 2022-12-01T10:06:39.2071447Z [2783/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x64.c.o 2022-12-01T10:06:39.2074962Z [2784/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96-acc6.c.o 2022-12-01T10:06:39.2103534Z [2784/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x72-acc3.c.o 2022-12-01T10:06:39.2108839Z [2785/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96-acc3.c.o 2022-12-01T10:06:39.2338303Z [2785/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x72.c.o 2022-12-01T10:06:39.2342588Z [2786/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx2-p5-x96.c.o 2022-12-01T10:06:39.2572099Z [2786/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x80-acc2.c.o 2022-12-01T10:06:39.2572821Z [2787/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x64-acc4.c.o 2022-12-01T10:06:39.2820499Z [2787/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x80-acc5.c.o 2022-12-01T10:06:39.2821211Z [2788/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x64.c.o 2022-12-01T10:06:39.3234960Z [2788/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x80.c.o 2022-12-01T10:06:39.3237156Z [2789/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x72-acc3.c.o 2022-12-01T10:06:39.3292232Z [2789/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96-acc2.c.o 2022-12-01T10:06:39.3292867Z [2790/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x72.c.o 2022-12-01T10:06:39.3455042Z [2790/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96-acc3.c.o 2022-12-01T10:06:39.3456137Z [2791/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x64-acc2.c.o 2022-12-01T10:06:39.3583843Z [2791/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96-acc6.c.o 2022-12-01T10:06:39.3586090Z [2792/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x80-acc5.c.o 2022-12-01T10:06:39.3588354Z [2792/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96.c.o 2022-12-01T10:06:39.3589431Z [2793/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x80-acc2.c.o 2022-12-01T10:06:39.3856891Z [2793/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x8.c.o 2022-12-01T10:06:39.3858124Z [2794/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x80.c.o 2022-12-01T10:06:39.4197579Z [2794/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x16.c.o 2022-12-01T10:06:39.4198416Z [2795/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96-acc3.c.o 2022-12-01T10:06:39.4334939Z [2795/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x24.c.o 2022-12-01T10:06:39.4335923Z [2796/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96-acc2.c.o 2022-12-01T10:06:39.4348026Z [2796/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x32.c.o 2022-12-01T10:06:39.4348855Z [2797/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96-acc6.c.o 2022-12-01T10:06:39.4660098Z [2797/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x40.c.o 2022-12-01T10:06:39.4661403Z [2798/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx2-rr1-p5-x96.c.o 2022-12-01T10:06:39.4775585Z [2798/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x48.c.o 2022-12-01T10:06:39.4777183Z [2799/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x8.c.o 2022-12-01T10:06:39.4927524Z [2799/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x56.c.o 2022-12-01T10:06:39.4928423Z [2800/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x16.c.o 2022-12-01T10:06:39.5105319Z [2800/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x64.c.o 2022-12-01T10:06:39.5107239Z [2801/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x24.c.o 2022-12-01T10:06:39.5451226Z [2801/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x72.c.o 2022-12-01T10:06:39.5456003Z [2802/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x40.c.o 2022-12-01T10:06:39.5565097Z [2802/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x80.c.o 2022-12-01T10:06:39.5566051Z [2803/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x32.c.o 2022-12-01T10:06:39.5637935Z [2803/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x8.c.o 2022-12-01T10:06:39.5639503Z [2804/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x48.c.o 2022-12-01T10:06:39.5850222Z [2804/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x16.c.o 2022-12-01T10:06:39.5851314Z [2805/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x56.c.o 2022-12-01T10:06:39.6187839Z [2805/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x24.c.o 2022-12-01T10:06:39.6189287Z [2806/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x72.c.o 2022-12-01T10:06:39.6388141Z [2806/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x32.c.o 2022-12-01T10:06:39.6389319Z [2807/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x64.c.o 2022-12-01T10:06:39.6556165Z [2807/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x40.c.o 2022-12-01T10:06:39.6556840Z [2808/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x80.c.o 2022-12-01T10:06:39.6680613Z [2808/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x48.c.o 2022-12-01T10:06:39.6681712Z [2809/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x8.c.o 2022-12-01T10:06:39.6747950Z [2809/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x56.c.o 2022-12-01T10:06:39.6749470Z [2810/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x16.c.o 2022-12-01T10:06:39.6898277Z [2810/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x64.c.o 2022-12-01T10:06:39.6902999Z [2811/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x24.c.o 2022-12-01T10:06:39.7261162Z [2811/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x72.c.o 2022-12-01T10:06:39.7263030Z [2812/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x32.c.o 2022-12-01T10:06:39.7430041Z [2812/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x80.c.o 2022-12-01T10:06:39.7431172Z [2813/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x40.c.o 2022-12-01T10:06:39.7633235Z [2813/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x8.c.o 2022-12-01T10:06:39.7633944Z [2814/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x48.c.o 2022-12-01T10:06:39.7724737Z [2814/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x16.c.o 2022-12-01T10:06:39.7725625Z [2815/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x56.c.o 2022-12-01T10:06:39.7912173Z [2815/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x24.c.o 2022-12-01T10:06:39.7914396Z [2816/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x64.c.o 2022-12-01T10:06:39.7971343Z [2816/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x32.c.o 2022-12-01T10:06:39.7972468Z [2817/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x72.c.o 2022-12-01T10:06:39.8354319Z [2817/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x40.c.o 2022-12-01T10:06:39.8360253Z [2818/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut8-p4-perm-x80.c.o 2022-12-01T10:06:39.8389121Z [2818/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x48.c.o 2022-12-01T10:06:39.8391790Z [2819/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x8.c.o 2022-12-01T10:06:39.8650856Z [2819/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x56.c.o 2022-12-01T10:06:39.8651501Z [2820/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x24.c.o 2022-12-01T10:06:39.8830598Z [2820/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x64.c.o 2022-12-01T10:06:39.8831424Z [2821/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x16.c.o 2022-12-01T10:06:39.9106668Z [2821/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x72.c.o 2022-12-01T10:06:39.9108199Z [2822/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x32.c.o 2022-12-01T10:06:39.9325125Z [2822/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x80.c.o 2022-12-01T10:06:39.9326587Z [2823/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x40.c.o 2022-12-01T10:06:39.9392177Z [2823/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x8.c.o 2022-12-01T10:06:39.9393694Z [2824/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x56.c.o 2022-12-01T10:06:39.9467151Z [2824/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x16.c.o 2022-12-01T10:06:39.9468246Z [2825/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x48.c.o 2022-12-01T10:06:39.9591362Z [2825/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x24.c.o 2022-12-01T10:06:39.9592419Z [2826/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x64.c.o 2022-12-01T10:06:40.0009879Z [2826/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x32.c.o 2022-12-01T10:06:40.0010656Z [2827/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x72.c.o 2022-12-01T10:06:40.0247984Z [2827/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x40.c.o 2022-12-01T10:06:40.0248984Z [2828/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x8.c.o 2022-12-01T10:06:40.0359503Z [2828/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x48.c.o 2022-12-01T10:06:40.0360625Z [2829/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x16.c.o 2022-12-01T10:06:40.0390520Z [2829/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x56.c.o 2022-12-01T10:06:40.0391601Z [2830/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-lut16-p3-gather-x80.c.o 2022-12-01T10:06:40.0666022Z [2830/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x64.c.o 2022-12-01T10:06:40.0668438Z [2831/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x24.c.o 2022-12-01T10:06:40.0891935Z [2831/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x72.c.o 2022-12-01T10:06:40.0893284Z [2832/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x32.c.o 2022-12-01T10:06:40.0957639Z [2832/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x80.c.o 2022-12-01T10:06:40.0958618Z [2833/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x40.c.o 2022-12-01T10:06:40.1208026Z [2833/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx-x8.c.o 2022-12-01T10:06:40.1208587Z [2834/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x48.c.o 2022-12-01T10:06:40.1351807Z [2834/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx-x16.c.o 2022-12-01T10:06:40.1353003Z [2835/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x64.c.o 2022-12-01T10:06:40.1414085Z [2835/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x8.c.o 2022-12-01T10:06:40.1415121Z [2836/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x56.c.o 2022-12-01T10:06:40.1811630Z [2836/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x16.c.o 2022-12-01T10:06:40.1813270Z [2837/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x72.c.o 2022-12-01T10:06:40.1904415Z [2837/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x24.c.o 2022-12-01T10:06:40.1905422Z [2838/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx2-rr1-p6-x80.c.o 2022-12-01T10:06:40.2114285Z [2838/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x32.c.o 2022-12-01T10:06:40.2114867Z [2839/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx-x8.c.o 2022-12-01T10:06:40.2301421Z [2839/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x40.c.o 2022-12-01T10:06:40.2302471Z [2840/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx-x16.c.o 2022-12-01T10:06:40.2342173Z [2840/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x48.c.o 2022-12-01T10:06:40.2343349Z [2841/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x8.c.o 2022-12-01T10:06:40.2672913Z [2841/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x56.c.o 2022-12-01T10:06:40.2673808Z [2842/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x16.c.o 2022-12-01T10:06:40.2858124Z [2842/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x64.c.o 2022-12-01T10:06:40.2859207Z [2843/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x32.c.o 2022-12-01T10:06:40.2898141Z [2843/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x72.c.o 2022-12-01T10:06:40.2899170Z [2844/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x24.c.o 2022-12-01T10:06:40.3035005Z [2844/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x80.c.o 2022-12-01T10:06:40.3035610Z [2845/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x40.c.o 2022-12-01T10:06:40.3467918Z [2845/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x88.c.o 2022-12-01T10:06:40.3468986Z [2846/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x48.c.o 2022-12-01T10:06:40.3620816Z [2846/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x96.c.o 2022-12-01T10:06:40.3621932Z [2847/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x56.c.o 2022-12-01T10:06:40.3766267Z [2847/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x8.c.o 2022-12-01T10:06:40.3767445Z [2848/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x64.c.o 2022-12-01T10:06:40.3896908Z [2848/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x16.c.o 2022-12-01T10:06:40.3897941Z [2849/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x72.c.o 2022-12-01T10:06:40.3904653Z [2849/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x24.c.o 2022-12-01T10:06:40.3905384Z [2850/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x80.c.o 2022-12-01T10:06:40.4049506Z [2850/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x32.c.o 2022-12-01T10:06:40.4050217Z [2851/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x88.c.o 2022-12-01T10:06:40.4357472Z [2851/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x40.c.o 2022-12-01T10:06:40.4358515Z [2852/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx2-p5-x96.c.o 2022-12-01T10:06:40.4656291Z [2852/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x48.c.o 2022-12-01T10:06:40.4658642Z [2853/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x8.c.o 2022-12-01T10:06:40.4797972Z [2853/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x56.c.o 2022-12-01T10:06:40.4798984Z [2854/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x16.c.o 2022-12-01T10:06:40.4945642Z [2854/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x64.c.o 2022-12-01T10:06:40.4946275Z [2855/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x24.c.o 2022-12-01T10:06:40.5071765Z [2855/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x72.c.o 2022-12-01T10:06:40.5072605Z [2856/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x32.c.o 2022-12-01T10:06:40.5130933Z [2856/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x80.c.o 2022-12-01T10:06:40.5131504Z [2857/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x40.c.o 2022-12-01T10:06:40.5321309Z [2857/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x88.c.o 2022-12-01T10:06:40.5326617Z [2858/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x48.c.o 2022-12-01T10:06:40.5594694Z [2858/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x96.c.o 2022-12-01T10:06:40.5596087Z [2859/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x56.c.o 2022-12-01T10:06:40.5954677Z [2859/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x8.c.o 2022-12-01T10:06:40.5955733Z [2860/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x64.c.o 2022-12-01T10:06:40.6016585Z [2860/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x16.c.o 2022-12-01T10:06:40.6017252Z [2861/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x72.c.o 2022-12-01T10:06:40.6160914Z [2861/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x24.c.o 2022-12-01T10:06:40.6162002Z [2862/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x88.c.o 2022-12-01T10:06:40.6181140Z [2862/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x32.c.o 2022-12-01T10:06:40.6182167Z [2863/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x80.c.o 2022-12-01T10:06:40.6471880Z [2863/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x40.c.o 2022-12-01T10:06:40.6472859Z [2864/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx2-p5-x96.c.o 2022-12-01T10:06:40.6587134Z [2864/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x48.c.o 2022-12-01T10:06:40.6588256Z [2865/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x8.c.o 2022-12-01T10:06:40.6990690Z [2865/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x56.c.o 2022-12-01T10:06:40.6991408Z [2866/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x16.c.o 2022-12-01T10:06:40.7159910Z [2866/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x64.c.o 2022-12-01T10:06:40.7161075Z [2867/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x24.c.o 2022-12-01T10:06:40.7179270Z [2867/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x72.c.o 2022-12-01T10:06:40.7180035Z [2868/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x32.c.o 2022-12-01T10:06:40.7252280Z [2868/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x80.c.o 2022-12-01T10:06:40.7253395Z [2869/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x40.c.o 2022-12-01T10:06:40.7716794Z [2869/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x8.c.o 2022-12-01T10:06:40.7717568Z [2870/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x48.c.o 2022-12-01T10:06:40.7737311Z [2870/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x16.c.o 2022-12-01T10:06:40.7738412Z [2871/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x56.c.o 2022-12-01T10:06:40.7991231Z [2871/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x24.c.o 2022-12-01T10:06:40.7992360Z [2872/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x64.c.o 2022-12-01T10:06:40.8194012Z [2872/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x32.c.o 2022-12-01T10:06:40.8195116Z [2873/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x72.c.o 2022-12-01T10:06:40.8338415Z [2873/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x40.c.o 2022-12-01T10:06:40.8339316Z [2874/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x80.c.o 2022-12-01T10:06:40.8515922Z [2874/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x48.c.o 2022-12-01T10:06:40.8516628Z [2875/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x8.c.o 2022-12-01T10:06:40.8616108Z [2875/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x56.c.o 2022-12-01T10:06:40.8617148Z [2876/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x24.c.o 2022-12-01T10:06:40.8805799Z [2876/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x64.c.o 2022-12-01T10:06:40.8806956Z [2877/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x16.c.o 2022-12-01T10:06:40.9019456Z [2877/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x72.c.o 2022-12-01T10:06:40.9020679Z [2878/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x32.c.o 2022-12-01T10:06:40.9243622Z [2878/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x80.c.o 2022-12-01T10:06:40.9244783Z [2879/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x40.c.o 2022-12-01T10:06:40.9298412Z [2879/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x8.c.o 2022-12-01T10:06:40.9299926Z [2880/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x48.c.o 2022-12-01T10:06:40.9565330Z [2880/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x16.c.o 2022-12-01T10:06:40.9566393Z [2881/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x56.c.o 2022-12-01T10:06:40.9706214Z [2881/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x24.c.o 2022-12-01T10:06:40.9707077Z [2882/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x64.c.o 2022-12-01T10:06:41.0061366Z [2882/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x32.c.o 2022-12-01T10:06:41.0062581Z [2883/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x80.c.o 2022-12-01T10:06:41.0103541Z [2883/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x40.c.o 2022-12-01T10:06:41.0104479Z [2884/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr1fma-x72.c.o 2022-12-01T10:06:41.0392053Z [2884/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x48.c.o 2022-12-01T10:06:41.0392680Z [2885/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x16.c.o 2022-12-01T10:06:41.0487930Z [2885/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x56.c.o 2022-12-01T10:06:41.0488840Z [2886/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x8.c.o 2022-12-01T10:06:41.0652752Z [2886/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x64.c.o 2022-12-01T10:06:41.0653371Z [2887/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x24.c.o 2022-12-01T10:06:41.0699733Z [2887/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x72.c.o 2022-12-01T10:06:41.0700473Z [2888/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x32.c.o 2022-12-01T10:06:41.1228220Z [2888/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x80.c.o 2022-12-01T10:06:41.1228874Z [2889/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x40.c.o 2022-12-01T10:06:41.1325869Z [2889/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx2-rr2-lut8-p3-perm.c.o 2022-12-01T10:06:41.1326964Z [2890/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x48.c.o 2022-12-01T10:06:41.1399590Z [2890/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx2-rr2-lut8-p4-perm.c.o 2022-12-01T10:06:41.1400341Z [2891/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x56.c.o 2022-12-01T10:06:41.1736046Z [2891/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx2-rr2-p5.c.o 2022-12-01T10:06:41.1737083Z [2892/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x64.c.o 2022-12-01T10:06:41.2010231Z [2892/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-avx2-rr1-p5.c.o 2022-12-01T10:06:41.2011306Z [2893/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x72.c.o 2022-12-01T10:06:41.2056719Z [2893/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-avx2-rr2-p5.c.o 2022-12-01T10:06:41.2057787Z [2894/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-nr2fma-x80.c.o 2022-12-01T10:06:41.2198271Z [2894/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-lut4-p4-perm.c.o 2022-12-01T10:06:41.2199538Z [2895/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx2-rr2-lut8-p4-perm.c.o 2022-12-01T10:06:41.2255222Z [2895/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-lut8-p4-perm.c.o 2022-12-01T10:06:41.2256155Z [2896/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx2-rr2-lut8-p3-perm.c.o 2022-12-01T10:06:41.2649326Z [2896/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-lut16-p3-gather.c.o 2022-12-01T10:06:41.2650390Z [2897/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx2-rr2-p5.c.o 2022-12-01T10:06:41.2870268Z [2897/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-p6.c.o 2022-12-01T10:06:41.2871229Z [2898/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-avx2-rr1-p5.c.o 2022-12-01T10:06:41.2891268Z [2898/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/extexp-avx2-p5.c.o 2022-12-01T10:06:41.2892461Z [2899/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-lut4-p4-perm.c.o 2022-12-01T10:06:41.3021763Z [2899/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-lut64-p2-gather-div.c.o 2022-12-01T10:06:41.3022897Z [2900/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expminus-f32-avx2-rr2-p5.c.o 2022-12-01T10:06:41.3175954Z [2900/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-lut64-p2-gather-nr1fma.c.o 2022-12-01T10:06:41.3177380Z [2901/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-lut8-p4-perm.c.o 2022-12-01T10:06:41.3249107Z [2901/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-lut64-p2-gather-nr2fma.c.o 2022-12-01T10:06:41.3250123Z [2902/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-lut16-p3-gather.c.o 2022-12-01T10:06:41.3579033Z [2902/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-lut64-p2-gather-nr2fma1adj.c.o 2022-12-01T10:06:41.3580098Z [2903/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx2-rr1-p6.c.o 2022-12-01T10:06:41.3740778Z [2903/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-p5-div.c.o 2022-12-01T10:06:41.3741763Z [2904/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/extexp-avx2-p5.c.o 2022-12-01T10:06:41.3905617Z [2904/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-p5-nr1fma.c.o 2022-12-01T10:06:41.3906274Z [2905/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-lut64-p2-gather-div.c.o 2022-12-01T10:06:41.4065627Z [2905/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-p5-nr2fma.c.o 2022-12-01T10:06:41.4066671Z [2906/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-lut64-p2-gather-nr1fma.c.o 2022-12-01T10:06:41.4168971Z [2906/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-lut64-p2-gather-div.c.o 2022-12-01T10:06:41.4169888Z [2907/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-lut64-p2-gather-nr2fma.c.o 2022-12-01T10:06:41.4354267Z [2907/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-lut64-p2-gather-nr1fma.c.o 2022-12-01T10:06:41.4355416Z [2908/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-lut64-p2-gather-nr2fma1adj.c.o 2022-12-01T10:06:41.4453757Z [2908/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-lut64-p2-gather-nr2fma.c.o 2022-12-01T10:06:41.4454910Z [2909/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-p5-div.c.o 2022-12-01T10:06:41.4771462Z [2909/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-lut64-p2-gather-nr2fma1adj.c.o 2022-12-01T10:06:41.4772613Z [2910/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-p5-nr2fma.c.o 2022-12-01T10:06:41.4828240Z [2910/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-p5-div.c.o 2022-12-01T10:06:41.4829828Z [2911/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr1-p5-nr1fma.c.o 2022-12-01T10:06:41.5022268Z [2911/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-p5-nr1fma.c.o 2022-12-01T10:06:41.5023873Z [2912/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-lut64-p2-gather-div.c.o 2022-12-01T10:06:41.5144777Z [2912/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-p5-nr2fma.c.o 2022-12-01T10:06:41.5145769Z [2913/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-lut64-p2-gather-nr1fma.c.o 2022-12-01T10:06:41.5272301Z [2913/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:41.5273014Z [2914/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-lut64-p2-gather-nr2fma.c.o 2022-12-01T10:06:41.5397137Z [2914/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:41.5398265Z [2915/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-lut64-p2-gather-nr2fma1adj.c.o 2022-12-01T10:06:41.5777664Z [2915/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-12-01T10:06:41.5786879Z [2916/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-p5-nr1fma.c.o 2022-12-01T10:06:41.5889162Z [2916/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-12-01T10:06:41.5890497Z [2917/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-p5-div.c.o 2022-12-01T10:06:41.6115310Z [2917/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-12-01T10:06:41.6116218Z [2918/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx2-rr2-p5-nr2fma.c.o 2022-12-01T10:06:41.6398185Z [2918/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:41.6399445Z [2919/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:41.6538647Z [2919/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-12-01T10:06:41.6541668Z [2920/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-12-01T10:06:41.6595584Z [2920/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-12-01T10:06:41.6596229Z [2921/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:41.6846088Z [2921/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-12-01T10:06:41.6847452Z [2922/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-12-01T10:06:41.6917004Z [2922/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:41.6918313Z [2923/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-12-01T10:06:41.7166700Z [2923/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:41.7167978Z [2924/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:41.7426681Z [2924/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:41.7428136Z [2925/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-12-01T10:06:41.7622507Z [2925/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-12-01T10:06:41.7624085Z [2926/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-12-01T10:06:41.7791567Z [2926/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-12-01T10:06:41.7792837Z [2927/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-12-01T10:06:41.7951205Z [2927/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-12-01T10:06:41.7952325Z [2928/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x9-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:41.8099497Z [2928/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:41.8101219Z [2929/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:41.8285282Z [2929/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-12-01T10:06:41.8285907Z [2930/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up24x25-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:41.8481206Z [2930/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-12-01T10:06:41.8482687Z [2931/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-12-01T10:06:41.8600196Z [2931/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-12-01T10:06:41.8601382Z [2932/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-12-01T10:06:41.8924993Z [2932/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:41.8926136Z [2933/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-12-01T10:06:41.9199752Z [2933/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:41.9200960Z [2934/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-12-01T10:06:41.9330123Z [2934/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x8c8-xw-minmax-fp32-avx2.c.o 2022-12-01T10:06:41.9331724Z [2935/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-12-01T10:06:41.9488061Z [2935/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:41.9489149Z [2936/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:41.9741905Z [2936/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x8c8-xw-minmax-fp32-avx2.c.o 2022-12-01T10:06:41.9743174Z [2937/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-12-01T10:06:41.9813725Z [2937/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:41.9816120Z [2938/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:42.0174239Z [2938/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x8c8-xw-minmax-fp32-avx2.c.o 2022-12-01T10:06:42.0174868Z [2939/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x8c8-xw-minmax-fp32-avx2.c.o 2022-12-01T10:06:42.0203293Z [2939/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:42.0204631Z [2940/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:42.0650758Z [2940/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:42.0652248Z [2941/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:42.0691401Z [2941/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:42.0692259Z [2942/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x8c8-xw-minmax-fp32-avx2.c.o 2022-12-01T10:06:42.1001489Z [2942/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:42.1002140Z [2943/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:42.1061921Z [2943/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:42.1062617Z [2944/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x8c8-xw-minmax-fp32-avx2.c.o 2022-12-01T10:06:42.1436168Z [2944/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-12-01T10:06:42.1437336Z [2945/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:42.1791339Z [2945/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-12-01T10:06:42.1792253Z [2946/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:42.1794286Z [2946/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-12-01T10:06:42.1795304Z [2947/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:42.1932322Z [2947/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:42.1933705Z [2948/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:42.2005448Z [2948/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-12-01T10:06:42.2006660Z [2949/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-12-01T10:06:42.2490221Z [2949/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-12-01T10:06:42.2491830Z [2950/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-12-01T10:06:42.2643332Z [2950/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-12-01T10:06:42.2644907Z [2951/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:42.2883169Z [2951/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:42.2883887Z [2952/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:42.2927353Z [2952/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:42.2928687Z [2953/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-12-01T10:06:42.3116167Z [2953/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:42.3118376Z [2954/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-12-01T10:06:42.3186355Z [2954/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-12-01T10:06:42.3187541Z [2955/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-12-01T10:06:42.3616156Z [2955/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-12-01T10:06:42.3616877Z [2956/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-12-01T10:06:42.3697255Z [2956/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-12-01T10:06:42.3697903Z [2957/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:42.3821054Z [2957/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:42.3822624Z [2958/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x9-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:42.4124810Z [2958/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-12-01T10:06:42.4125579Z [2959/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up24x25-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:42.4305873Z [2959/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-12-01T10:06:42.4306838Z [2960/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-12-01T10:06:42.4367225Z [2960/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-12-01T10:06:42.4368320Z [2961/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-12-01T10:06:42.4653370Z [2961/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:42.4654026Z [2962/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:42.4783252Z [2962/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x8.c.o 2022-12-01T10:06:42.4785024Z [2963/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-12-01T10:06:42.5072635Z [2963/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-12-01T10:06:42.5073359Z [2964/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-vpmovsx.c.o 2022-12-01T10:06:42.5137515Z [2964/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x24.c.o 2022-12-01T10:06:42.5138221Z [2965/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2022-12-01T10:06:42.5446631Z [2965/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x32.c.o 2022-12-01T10:06:42.5447299Z [2966/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:42.5535528Z [2966/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:42.5536149Z [2967/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx2-mul16-vpunpck.c.o 2022-12-01T10:06:42.5757573Z [2967/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x8c8-xw-minmax-fp32-avx2.c.o 2022-12-01T10:06:42.5758404Z [2968/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x8.c.o 2022-12-01T10:06:42.5823678Z [2968/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:42.5824562Z [2969/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-12-01T10:06:42.6094656Z [2969/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x8c8-xw-minmax-fp32-avx2.c.o 2022-12-01T10:06:42.6095228Z [2970/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x24.c.o 2022-12-01T10:06:42.6165203Z [2970/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:42.6166539Z [2971/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x32.c.o 2022-12-01T10:06:42.6628942Z [2971/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x8c8-xw-minmax-fp32-avx2.c.o 2022-12-01T10:06:42.6629733Z [2972/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:42.6842234Z [2972/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:42.6843267Z [2973/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x8c8-xw-minmax-fp32-avx2.c.o 2022-12-01T10:06:42.6869837Z [2973/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:42.6870620Z [2974/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:42.7074038Z [2974/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:42.7074781Z [2975/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x8c8-xw-minmax-fp32-avx2.c.o 2022-12-01T10:06:42.7299589Z [2975/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-12-01T10:06:42.7300507Z [2976/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:42.7462749Z [2976/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-12-01T10:06:42.7464506Z [2977/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x8c8-xw-minmax-fp32-avx2.c.o 2022-12-01T10:06:42.7903135Z [2977/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x24.c.o 2022-12-01T10:06:42.7903805Z [2978/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:42.8095979Z [2978/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x32.c.o 2022-12-01T10:06:42.8097017Z [2979/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:42.8123558Z [2979/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-12-01T10:06:42.8124592Z [2980/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:42.8335989Z [2980/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-12-01T10:06:42.8336788Z [2981/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x24.c.o 2022-12-01T10:06:42.8418831Z [2981/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x24.c.o 2022-12-01T10:06:42.8420232Z [2982/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-12-01T10:06:42.8777325Z [2982/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x32.c.o 2022-12-01T10:06:42.8778679Z [2983/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-12-01T10:06:42.8783361Z [2983/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:42.8784701Z [2984/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x32.c.o 2022-12-01T10:06:42.8964320Z [2984/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:42.8965620Z [2985/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-12-01T10:06:42.9023693Z [2985/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:42.9026379Z [2986/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-12-01T10:06:42.9349850Z [2986/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:42.9350939Z [2987/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x24.c.o 2022-12-01T10:06:42.9526362Z [2987/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x9-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:42.9527565Z [2988/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x32.c.o 2022-12-01T10:06:42.9720446Z [2988/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x25-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:42.9721880Z [2989/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:42.9994774Z [2989/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x8.c.o 2022-12-01T10:06:42.9995810Z [2990/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:43.0074050Z [2990/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-12-01T10:06:43.0075766Z [2991/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:43.0212118Z [2991/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x24.c.o 2022-12-01T10:06:43.0212712Z [2992/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:43.0420743Z [2992/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x32.c.o 2022-12-01T10:06:43.0422233Z [2993/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x9-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:43.0496842Z [2993/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:43.0498065Z [2994/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x25-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:43.0818352Z [2994/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:43.0819992Z [2995/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x8.c.o 2022-12-01T10:06:43.1090538Z [2995/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:43.1091266Z [2996/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x24.c.o 2022-12-01T10:06:43.1172477Z [2996/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:43.1173506Z [2997/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-12-01T10:06:43.1201298Z [2997/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:43.1202788Z [2998/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x32.c.o 2022-12-01T10:06:43.1600396Z [2998/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:43.1601827Z [2999/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:43.1742077Z [2999/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-12-01T10:06:43.1743248Z [3000/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:43.1911378Z [3000/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-12-01T10:06:43.1912004Z [3001/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:43.2346466Z [3001/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-12-01T10:06:43.2347043Z [3002/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:43.2466168Z [3002/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-12-01T10:06:43.2466813Z [3003/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:43.2685415Z [3003/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x32.c.o 2022-12-01T10:06:43.2686164Z [3004/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-12-01T10:06:43.2793382Z [3004/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x64.c.o 2022-12-01T10:06:43.2794397Z [3005/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:43.2848677Z [3005/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x96.c.o 2022-12-01T10:06:43.2850242Z [3006/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx2-mul32-ld64-x8.c.o 2022-12-01T10:06:43.2962381Z [3006/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x128.c.o 2022-12-01T10:06:43.2965110Z [3007/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-12-01T10:06:43.3360629Z [3007/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx512f-acc2.c.o 2022-12-01T10:06:43.3361745Z [3008/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-12-01T10:06:43.3509345Z [3008/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx512f.c.o 2022-12-01T10:06:43.3510315Z [3009/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x32.c.o 2022-12-01T10:06:43.3577640Z [3009/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx512f-acc2.c.o 2022-12-01T10:06:43.3578551Z [3010/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x64.c.o 2022-12-01T10:06:43.3822392Z [3010/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx512f.c.o 2022-12-01T10:06:43.3823155Z [3011/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x96.c.o 2022-12-01T10:06:43.4159897Z [3011/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx512f-acc2.c.o 2022-12-01T10:06:43.4160568Z [3012/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx2-x128.c.o 2022-12-01T10:06:43.4179957Z [3012/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx512f.c.o 2022-12-01T10:06:43.4180900Z [3013/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx512f-acc2.c.o 2022-12-01T10:06:43.4417343Z [3013/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx512f-acc2.c.o 2022-12-01T10:06:43.4418728Z [3014/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x3-minmax-avx512f.c.o 2022-12-01T10:06:43.4611471Z [3014/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx512f.c.o 2022-12-01T10:06:43.4612043Z [3015/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx512f-acc2.c.o 2022-12-01T10:06:43.4751493Z [3015/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x3-minmax-avx512f-acc2.c.o 2022-12-01T10:06:43.4752864Z [3016/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x4-minmax-avx512f.c.o 2022-12-01T10:06:43.5064962Z [3016/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x3-minmax-avx512f.c.o 2022-12-01T10:06:43.5065702Z [3017/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx512f-acc2.c.o 2022-12-01T10:06:43.5246042Z [3017/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x4-minmax-avx512f-acc2.c.o 2022-12-01T10:06:43.5247245Z [3018/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx512f-acc2.c.o 2022-12-01T10:06:43.5428724Z [3018/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x4-minmax-avx512f.c.o 2022-12-01T10:06:43.5429909Z [3019/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x25-minmax-avx512f.c.o 2022-12-01T10:06:43.5516886Z [3019/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x9-minmax-avx512f-acc2.c.o 2022-12-01T10:06:43.5517939Z [3020/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up16x9-minmax-avx512f.c.o 2022-12-01T10:06:43.5754845Z [3020/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x9-minmax-avx512f.c.o 2022-12-01T10:06:43.5755881Z [3021/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x3-minmax-avx512f.c.o 2022-12-01T10:06:43.5952769Z [3021/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x25-minmax-avx512f-acc2.c.o 2022-12-01T10:06:43.5953942Z [3022/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x3-minmax-avx512f-acc2.c.o 2022-12-01T10:06:43.6078039Z [3022/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x25-minmax-avx512f.c.o 2022-12-01T10:06:43.6078773Z [3023/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x4-minmax-avx512f-acc2.c.o 2022-12-01T10:06:43.6224350Z [3023/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16inc-minmax-avx512f-broadcast.c.o 2022-12-01T10:06:43.6225939Z [3024/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x4-minmax-avx512f.c.o 2022-12-01T10:06:43.6421459Z [3024/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16inc-minmax-avx512f-broadcast.c.o 2022-12-01T10:06:43.6422894Z [3025/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x9-minmax-avx512f-acc2.c.o 2022-12-01T10:06:43.6784438Z [3025/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16inc-minmax-avx512f-broadcast.c.o 2022-12-01T10:06:43.6785508Z [3026/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x9-minmax-avx512f.c.o 2022-12-01T10:06:43.6915369Z [3026/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/6x16inc-minmax-avx512f-broadcast.c.o 2022-12-01T10:06:43.6916471Z [3027/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x25-minmax-avx512f-acc2.c.o 2022-12-01T10:06:43.7008994Z [3027/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/7x16inc-minmax-avx512f-broadcast.c.o 2022-12-01T10:06:43.7010526Z [3028/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-dwconv/gen/up32x25-minmax-avx512f.c.o 2022-12-01T10:06:43.7286890Z [3028/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/8x16inc-minmax-avx512f-broadcast.c.o 2022-12-01T10:06:43.7288466Z [3029/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/4x16inc-minmax-avx512f-broadcast.c.o 2022-12-01T10:06:43.7518882Z [3029/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-12-01T10:06:43.7520761Z [3030/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/1x16inc-minmax-avx512f-broadcast.c.o 2022-12-01T10:06:43.7843122Z [3030/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16-minmax-avx512f-broadcast.c.o 2022-12-01T10:06:43.7844225Z [3031/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/5x16inc-minmax-avx512f-broadcast.c.o 2022-12-01T10:06:43.7953409Z [3031/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16-minmax-avx512f-broadcast.c.o 2022-12-01T10:06:43.7954507Z [3032/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/7x16inc-minmax-avx512f-broadcast.c.o 2022-12-01T10:06:43.8043389Z [3032/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/6x16-minmax-avx512f-broadcast.c.o 2022-12-01T10:06:43.8044520Z [3033/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/6x16inc-minmax-avx512f-broadcast.c.o 2022-12-01T10:06:43.8106816Z [3033/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-12-01T10:06:43.8108893Z [3034/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen-inc/8x16inc-minmax-avx512f-broadcast.c.o 2022-12-01T10:06:43.8502722Z [3034/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/8x16-minmax-avx512f-broadcast.c.o 2022-12-01T10:06:43.8503805Z [3035/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-12-01T10:06:43.8767102Z [3035/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-12-01T10:06:43.8768298Z [3036/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/4x16-minmax-avx512f-broadcast.c.o 2022-12-01T10:06:43.9065901Z [3036/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16-minmax-avx512f-broadcast.c.o 2022-12-01T10:06:43.9066589Z [3037/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/5x16-minmax-avx512f-broadcast.c.o 2022-12-01T10:06:43.9165319Z [3037/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16-minmax-avx512f-broadcast.c.o 2022-12-01T10:06:43.9165962Z [3038/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/6x16-minmax-avx512f-broadcast.c.o 2022-12-01T10:06:43.9171778Z [3038/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/6x16-minmax-avx512f-broadcast.c.o 2022-12-01T10:06:43.9172423Z [3039/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-12-01T10:06:43.9277910Z [3039/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-12-01T10:06:43.9279151Z [3040/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-gemm/gen/8x16-minmax-avx512f-broadcast.c.o 2022-12-01T10:06:43.9806054Z [3040/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/8x16-minmax-avx512f-broadcast.c.o 2022-12-01T10:06:43.9806910Z [3041/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-12-01T10:06:44.0049169Z [3041/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx512f-2x16.c.o 2022-12-01T10:06:44.0050084Z [3042/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/4x16-minmax-avx512f-broadcast.c.o 2022-12-01T10:06:44.0258594Z [3042/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx512f-2x32.c.o 2022-12-01T10:06:44.0259484Z [3043/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/5x16-minmax-avx512f-broadcast.c.o 2022-12-01T10:06:44.0264669Z [3043/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x128-acc2.c.o 2022-12-01T10:06:44.0265640Z [3044/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/6x16-minmax-avx512f-broadcast.c.o 2022-12-01T10:06:44.0398008Z [3044/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x128-acc4.c.o 2022-12-01T10:06:44.0399104Z [3045/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-12-01T10:06:44.0476856Z [3045/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x128.c.o 2022-12-01T10:06:44.0477846Z [3046/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-igemm/gen/8x16-minmax-avx512f-broadcast.c.o 2022-12-01T10:06:44.0775909Z [3046/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x144-acc3.c.o 2022-12-01T10:06:44.0777239Z [3047/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx512f-2x16.c.o 2022-12-01T10:06:44.1049828Z [3047/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x144.c.o 2022-12-01T10:06:44.1050837Z [3048/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-prelu/gen/avx512f-2x32.c.o 2022-12-01T10:06:44.1219970Z [3048/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x160-acc2.c.o 2022-12-01T10:06:44.1220886Z [3049/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x128-acc2.c.o 2022-12-01T10:06:44.1423639Z [3049/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x160-acc5.c.o 2022-12-01T10:06:44.1424946Z [3050/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x128.c.o 2022-12-01T10:06:44.1671695Z [3050/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x160.c.o 2022-12-01T10:06:44.1672569Z [3051/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x144-acc3.c.o 2022-12-01T10:06:44.1723582Z [3051/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192-acc2.c.o 2022-12-01T10:06:44.1724619Z [3052/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x144.c.o 2022-12-01T10:06:44.1952109Z [3052/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192-acc3.c.o 2022-12-01T10:06:44.1953242Z [3053/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x160-acc2.c.o 2022-12-01T10:06:44.2007262Z [3053/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192-acc6.c.o 2022-12-01T10:06:44.2008410Z [3054/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x128-acc4.c.o 2022-12-01T10:06:44.2079070Z [3054/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192.c.o 2022-12-01T10:06:44.2080334Z [3055/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x160-acc5.c.o 2022-12-01T10:06:44.2400526Z [3055/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x128-acc2.c.o 2022-12-01T10:06:44.2402010Z [3056/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x160.c.o 2022-12-01T10:06:44.2579754Z [3056/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x128-acc4.c.o 2022-12-01T10:06:44.2580874Z [3057/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192-acc2.c.o 2022-12-01T10:06:44.2728144Z [3057/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x128.c.o 2022-12-01T10:06:44.2729278Z [3058/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192-acc3.c.o 2022-12-01T10:06:44.2841906Z [3058/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x144-acc3.c.o 2022-12-01T10:06:44.2843726Z [3059/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192-acc6.c.o 2022-12-01T10:06:44.2939639Z [3059/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x144.c.o 2022-12-01T10:06:44.2940760Z [3060/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddexpminusmax/gen/avx512f-p5-scalef-x192.c.o 2022-12-01T10:06:44.3166820Z [3060/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x160-acc2.c.o 2022-12-01T10:06:44.3168109Z [3061/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x128-acc2.c.o 2022-12-01T10:06:44.3399686Z [3061/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x160-acc5.c.o 2022-12-01T10:06:44.3401508Z [3062/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x128-acc4.c.o 2022-12-01T10:06:44.3688095Z [3062/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x160.c.o 2022-12-01T10:06:44.3688828Z [3063/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x128.c.o 2022-12-01T10:06:44.3834095Z [3063/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192-acc2.c.o 2022-12-01T10:06:44.3835213Z [3064/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x144-acc3.c.o 2022-12-01T10:06:44.3991135Z [3064/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192-acc3.c.o 2022-12-01T10:06:44.3992218Z [3065/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x144.c.o 2022-12-01T10:06:44.4190398Z [3065/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192-acc6.c.o 2022-12-01T10:06:44.4191083Z [3066/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x160-acc2.c.o 2022-12-01T10:06:44.4362308Z [3066/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192.c.o 2022-12-01T10:06:44.4363318Z [3067/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x160.c.o 2022-12-01T10:06:44.4445217Z [3067/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x128-acc2.c.o 2022-12-01T10:06:44.4446112Z [3068/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x160-acc5.c.o 2022-12-01T10:06:44.4820848Z [3068/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x128-acc4.c.o 2022-12-01T10:06:44.4821496Z [3069/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192-acc2.c.o 2022-12-01T10:06:44.4949833Z [3069/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x128.c.o 2022-12-01T10:06:44.4950994Z [3070/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192-acc3.c.o 2022-12-01T10:06:44.5246314Z [3070/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x144-acc3.c.o 2022-12-01T10:06:44.5247438Z [3071/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192.c.o 2022-12-01T10:06:44.5507405Z [3071/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x144.c.o 2022-12-01T10:06:44.5508595Z [3072/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x128-acc4.c.o 2022-12-01T10:06:44.5616560Z [3072/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x160-acc2.c.o 2022-12-01T10:06:44.5618241Z [3073/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x128-acc2.c.o 2022-12-01T10:06:44.5771800Z [3073/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x160-acc5.c.o 2022-12-01T10:06:44.5772457Z [3074/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x128.c.o 2022-12-01T10:06:44.5879046Z [3074/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x160.c.o 2022-12-01T10:06:44.5880881Z [3075/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x144-acc3.c.o 2022-12-01T10:06:44.5925841Z [3075/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x192-acc2.c.o 2022-12-01T10:06:44.5926625Z [3076/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddextexp/gen/avx512f-p5-scalef-x192-acc6.c.o 2022-12-01T10:06:44.6171166Z [3076/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x192-acc3.c.o 2022-12-01T10:06:44.6173457Z [3077/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x144.c.o 2022-12-01T10:06:44.6551817Z [3077/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x192-acc6.c.o 2022-12-01T10:06:44.6552966Z [3078/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x160-acc5.c.o 2022-12-01T10:06:44.6674891Z [3078/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x192.c.o 2022-12-01T10:06:44.6675564Z [3079/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x160-acc2.c.o 2022-12-01T10:06:44.6682623Z [3079/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/avx512f.c.o 2022-12-01T10:06:44.6683316Z [3080/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x160.c.o 2022-12-01T10:06:44.6884247Z [3080/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx512f-x16.c.o 2022-12-01T10:06:44.6885268Z [3081/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x192-acc2.c.o 2022-12-01T10:06:44.7077826Z [3081/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx512f-x32.c.o 2022-12-01T10:06:44.7078675Z [3082/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x192-acc3.c.o 2022-12-01T10:06:44.7280435Z [3082/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx512f-x16.c.o 2022-12-01T10:06:44.7281474Z [3083/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x192-acc6.c.o 2022-12-01T10:06:44.7494336Z [3083/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx512f-x32.c.o 2022-12-01T10:06:44.7495254Z [3084/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-raddstoreexpminusmax/gen/avx512f-rr1-p5-scalef-x192.c.o 2022-12-01T10:06:44.7828328Z [3084/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx512f-x16.c.o 2022-12-01T10:06:44.7828996Z [3085/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-rmax/avx512f.c.o 2022-12-01T10:06:44.7935626Z [3085/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx512f-x32.c.o 2022-12-01T10:06:44.7936333Z [3086/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx512f-x16.c.o 2022-12-01T10:06:44.7949632Z [3086/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx512f-x16.c.o 2022-12-01T10:06:44.7950576Z [3087/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vadd-minmax-avx512f-x32.c.o 2022-12-01T10:06:44.8187930Z [3087/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx512f-x32.c.o 2022-12-01T10:06:44.8188959Z [3088/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx512f-x16.c.o 2022-12-01T10:06:44.8449389Z [3088/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx512f-x16.c.o 2022-12-01T10:06:44.8450161Z [3089/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vaddc-minmax-avx512f-x32.c.o 2022-12-01T10:06:44.8555437Z [3089/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx512f-x32.c.o 2022-12-01T10:06:44.8556012Z [3090/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx512f-x16.c.o 2022-12-01T10:06:44.8948428Z [3090/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx512f-x16.c.o 2022-12-01T10:06:44.8949458Z [3091/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdiv-minmax-avx512f-x32.c.o 2022-12-01T10:06:44.8999938Z [3091/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx512f-x32.c.o 2022-12-01T10:06:44.9001014Z [3092/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx512f-x16.c.o 2022-12-01T10:06:44.9382987Z [3092/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx512f-x16.c.o 2022-12-01T10:06:44.9384307Z [3093/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vdivc-minmax-avx512f-x32.c.o 2022-12-01T10:06:44.9390725Z [3093/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx512f-x32.c.o 2022-12-01T10:06:44.9391727Z [3094/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx512f-x32.c.o 2022-12-01T10:06:44.9429003Z [3094/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx512f-x16.c.o 2022-12-01T10:06:44.9429992Z [3095/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmax-avx512f-x16.c.o 2022-12-01T10:06:44.9589474Z [3095/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx512f-x32.c.o 2022-12-01T10:06:44.9590476Z [3096/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx512f-x16.c.o 2022-12-01T10:06:44.9907743Z [3096/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx512f-x16.c.o 2022-12-01T10:06:44.9908787Z [3097/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmaxc-avx512f-x32.c.o 2022-12-01T10:06:45.0122409Z [3097/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx512f-x32.c.o 2022-12-01T10:06:45.0123525Z [3098/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx512f-x16.c.o 2022-12-01T10:06:45.0332511Z [3098/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx512f-x16.c.o 2022-12-01T10:06:45.0333138Z [3099/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmin-avx512f-x32.c.o 2022-12-01T10:06:45.0438141Z [3099/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx512f-x32.c.o 2022-12-01T10:06:45.0438720Z [3100/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx512f-x16.c.o 2022-12-01T10:06:45.0468227Z [3100/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx512f-x16.c.o 2022-12-01T10:06:45.0469456Z [3101/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vminc-avx512f-x32.c.o 2022-12-01T10:06:45.0640935Z [3101/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx512f-x32.c.o 2022-12-01T10:06:45.0642012Z [3102/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx512f-x16.c.o 2022-12-01T10:06:45.1019030Z [3102/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx512f-x16.c.o 2022-12-01T10:06:45.1020092Z [3103/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmul-minmax-avx512f-x32.c.o 2022-12-01T10:06:45.1209884Z [3103/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx512f-x32.c.o 2022-12-01T10:06:45.1211346Z [3104/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx512f-x16.c.o 2022-12-01T10:06:45.1456639Z [3104/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx512f-x16.c.o 2022-12-01T10:06:45.1457406Z [3105/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx512f-x16.c.o 2022-12-01T10:06:45.1561990Z [3105/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx512f-x32.c.o 2022-12-01T10:06:45.1562584Z [3106/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrdivc-minmax-avx512f-x32.c.o 2022-12-01T10:06:45.1660695Z [3106/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx512f-x16.c.o 2022-12-01T10:06:45.1661757Z [3107/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vmulc-minmax-avx512f-x32.c.o 2022-12-01T10:06:45.1716491Z [3107/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx512f-x32.c.o 2022-12-01T10:06:45.1717519Z [3108/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx512f-x16.c.o 2022-12-01T10:06:45.2207569Z [3108/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx512f-x16.c.o 2022-12-01T10:06:45.2208562Z [3109/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vrsubc-minmax-avx512f-x32.c.o 2022-12-01T10:06:45.2366435Z [3109/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx512f-x32.c.o 2022-12-01T10:06:45.2367336Z [3110/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx512f-x16.c.o 2022-12-01T10:06:45.2494573Z [3110/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx512f-x16.c.o 2022-12-01T10:06:45.2495548Z [3111/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiff-avx512f-x32.c.o 2022-12-01T10:06:45.2665252Z [3111/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx512f-x32.c.o 2022-12-01T10:06:45.2666289Z [3112/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx512f-x32.c.o 2022-12-01T10:06:45.2741684Z [3112/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx512f-x16.c.o 2022-12-01T10:06:45.2742694Z [3113/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsqrdiffc-avx512f-x16.c.o 2022-12-01T10:06:45.2882846Z [3113/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx512f-x32.c.o 2022-12-01T10:06:45.2883574Z [3114/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx512f-x16.c.o 2022-12-01T10:06:45.3107039Z [3114/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x16.c.o 2022-12-01T10:06:45.3108119Z [3115/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsub-minmax-avx512f-x32.c.o 2022-12-01T10:06:45.3305919Z [3115/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x32.c.o 2022-12-01T10:06:45.3306928Z [3116/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx512f-x16.c.o 2022-12-01T10:06:45.3615114Z [3116/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x48.c.o 2022-12-01T10:06:45.3616274Z [3117/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vbinary/gen/vsubc-minmax-avx512f-x32.c.o 2022-12-01T10:06:45.3673321Z [3117/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x64.c.o 2022-12-01T10:06:45.3674262Z [3118/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx512f-x32.c.o 2022-12-01T10:06:45.3802997Z [3118/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x80.c.o 2022-12-01T10:06:45.3803588Z [3119/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vclamp/gen/vclamp-avx512f-x16.c.o 2022-12-01T10:06:45.3986436Z [3119/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x96.c.o 2022-12-01T10:06:45.3987713Z [3120/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x16.c.o 2022-12-01T10:06:45.4210042Z [3120/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x112.c.o 2022-12-01T10:06:45.4210718Z [3121/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x32.c.o 2022-12-01T10:06:45.4464724Z [3121/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x128.c.o 2022-12-01T10:06:45.4465841Z [3122/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x48.c.o 2022-12-01T10:06:45.4692881Z [3122/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x16.c.o 2022-12-01T10:06:45.4693719Z [3123/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x80.c.o 2022-12-01T10:06:45.4754219Z [3123/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x32.c.o 2022-12-01T10:06:45.4755301Z [3124/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x64.c.o 2022-12-01T10:06:45.4988249Z [3124/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x48.c.o 2022-12-01T10:06:45.4989275Z [3125/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x96.c.o 2022-12-01T10:06:45.4992730Z [3125/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x64.c.o 2022-12-01T10:06:45.4993696Z [3126/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x112.c.o 2022-12-01T10:06:45.5263052Z [3126/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x80.c.o 2022-12-01T10:06:45.5263718Z [3127/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x128.c.o 2022-12-01T10:06:45.5391933Z [3127/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x96.c.o 2022-12-01T10:06:45.5392584Z [3128/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x16.c.o 2022-12-01T10:06:45.5611157Z [3128/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x112.c.o 2022-12-01T10:06:45.5612142Z [3129/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x32.c.o 2022-12-01T10:06:45.5840488Z [3129/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x128.c.o 2022-12-01T10:06:45.5841417Z [3130/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x48.c.o 2022-12-01T10:06:45.6082545Z [3130/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx512f-x16.c.o 2022-12-01T10:06:45.6083146Z [3131/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x64.c.o 2022-12-01T10:06:45.6392569Z [3131/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx512f-x32.c.o 2022-12-01T10:06:45.6393585Z [3132/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x112.c.o 2022-12-01T10:06:45.6406593Z [3132/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx512f-x16.c.o 2022-12-01T10:06:45.6407359Z [3133/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x96.c.o 2022-12-01T10:06:45.6422737Z [3133/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx512f-x32.c.o 2022-12-01T10:06:45.6423350Z [3134/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x80.c.o 2022-12-01T10:06:45.6796671Z [3134/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx512f-x16.c.o 2022-12-01T10:06:45.6797689Z [3135/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-velu/gen/velu-avx512f-rr1-p6-x128.c.o 2022-12-01T10:06:45.6887194Z [3135/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx512f-x32.c.o 2022-12-01T10:06:45.6888361Z [3136/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx512f-x16.c.o 2022-12-01T10:06:45.7195787Z [3136/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx512f-x16.c.o 2022-12-01T10:06:45.7197064Z [3137/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vhswish/gen/vhswish-avx512f-x32.c.o 2022-12-01T10:06:45.7386841Z [3137/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx512f-x32.c.o 2022-12-01T10:06:45.7387471Z [3138/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx512f-x16.c.o 2022-12-01T10:06:45.7540836Z [3138/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx512f-x16.c.o 2022-12-01T10:06:45.7541715Z [3139/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vlrelu/gen/vlrelu-avx512f-x32.c.o 2022-12-01T10:06:45.7773278Z [3139/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx512f-x32.c.o 2022-12-01T10:06:45.7773941Z [3140/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx512f-x16.c.o 2022-12-01T10:06:45.7922621Z [3140/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx512f-x16.c.o 2022-12-01T10:06:45.7923600Z [3141/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrelu/gen/vrelu-avx512f-x32.c.o 2022-12-01T10:06:45.8107681Z [3141/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx512f-x32.c.o 2022-12-01T10:06:45.8108698Z [3142/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx512f-x16.c.o 2022-12-01T10:06:45.8515175Z [3142/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx512f-x16.c.o 2022-12-01T10:06:45.8516181Z [3143/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx512f-x16.c.o 2022-12-01T10:06:45.8631561Z [3143/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx512f-x32.c.o 2022-12-01T10:06:45.8632557Z [3144/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndne-avx512f-x32.c.o 2022-12-01T10:06:45.8665007Z [3144/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x16.c.o 2022-12-01T10:06:45.8666023Z [3145/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndd-avx512f-x32.c.o 2022-12-01T10:06:45.8744410Z [3145/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x32.c.o 2022-12-01T10:06:45.8745377Z [3146/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx512f-x16.c.o 2022-12-01T10:06:45.8904419Z [3146/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x48.c.o 2022-12-01T10:06:45.8905144Z [3147/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndu-avx512f-x32.c.o 2022-12-01T10:06:45.9136404Z [3147/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x64.c.o 2022-12-01T10:06:45.9137451Z [3148/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx512f-x16.c.o 2022-12-01T10:06:45.9554484Z [3148/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x80.c.o 2022-12-01T10:06:45.9556125Z [3149/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vrnd/gen/vrndz-avx512f-x32.c.o 2022-12-01T10:06:45.9566064Z [3149/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x96.c.o 2022-12-01T10:06:45.9567056Z [3150/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x16.c.o 2022-12-01T10:06:45.9820649Z [3150/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x112.c.o 2022-12-01T10:06:45.9821471Z [3151/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x32.c.o 2022-12-01T10:06:45.9837767Z [3151/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x128.c.o 2022-12-01T10:06:45.9842189Z [3152/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x48.c.o 2022-12-01T10:06:45.9921567Z [3152/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x144.c.o 2022-12-01T10:06:45.9922847Z [3153/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x64.c.o 2022-12-01T10:06:46.0232182Z [3153/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x160.c.o 2022-12-01T10:06:46.0233261Z [3154/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x80.c.o 2022-12-01T10:06:46.0437971Z [3154/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x176.c.o 2022-12-01T10:06:46.0439100Z [3155/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x112.c.o 2022-12-01T10:06:46.0563189Z [3155/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x192.c.o 2022-12-01T10:06:46.0564296Z [3156/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x96.c.o 2022-12-01T10:06:46.0900707Z [3156/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x16.c.o 2022-12-01T10:06:46.0901530Z [3157/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x128.c.o 2022-12-01T10:06:46.0978990Z [3157/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x32.c.o 2022-12-01T10:06:46.0980046Z [3158/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x144.c.o 2022-12-01T10:06:46.1099951Z [3158/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x48.c.o 2022-12-01T10:06:46.1101299Z [3159/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x160.c.o 2022-12-01T10:06:46.1165792Z [3159/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x64.c.o 2022-12-01T10:06:46.1166494Z [3160/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x176.c.o 2022-12-01T10:06:46.1430820Z [3160/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x80.c.o 2022-12-01T10:06:46.1431670Z [3161/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleexpminusmax/gen/avx512f-p5-scalef-x192.c.o 2022-12-01T10:06:46.1676430Z [3161/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x96.c.o 2022-12-01T10:06:46.1677546Z [3162/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x16.c.o 2022-12-01T10:06:46.1915589Z [3162/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x112.c.o 2022-12-01T10:06:46.1916689Z [3163/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x32.c.o 2022-12-01T10:06:46.2007060Z [3163/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x128.c.o 2022-12-01T10:06:46.2007805Z [3164/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x48.c.o 2022-12-01T10:06:46.2137215Z [3164/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x144.c.o 2022-12-01T10:06:46.2138307Z [3165/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x80.c.o 2022-12-01T10:06:46.2180368Z [3165/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x160.c.o 2022-12-01T10:06:46.2181418Z [3166/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x64.c.o 2022-12-01T10:06:46.2393804Z [3166/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x176.c.o 2022-12-01T10:06:46.2394915Z [3167/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x96.c.o 2022-12-01T10:06:46.2661118Z [3167/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x192.c.o 2022-12-01T10:06:46.2662123Z [3168/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x112.c.o 2022-12-01T10:06:46.3068285Z [3168/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x16.c.o 2022-12-01T10:06:46.3069480Z [3169/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x128.c.o 2022-12-01T10:06:46.3075255Z [3169/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x32.c.o 2022-12-01T10:06:46.3076443Z [3170/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x144.c.o 2022-12-01T10:06:46.3320688Z [3170/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x48.c.o 2022-12-01T10:06:46.3321441Z [3171/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x176.c.o 2022-12-01T10:06:46.3395956Z [3171/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x64.c.o 2022-12-01T10:06:46.3396612Z [3172/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x192.c.o 2022-12-01T10:06:46.3627187Z [3172/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x80.c.o 2022-12-01T10:06:46.3628629Z [3173/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vscaleextexp/gen/avx512f-p5-scalef-x160.c.o 2022-12-01T10:06:46.3812232Z [3173/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x96.c.o 2022-12-01T10:06:46.3813178Z [3174/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x16.c.o 2022-12-01T10:06:46.4057852Z [3174/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x112.c.o 2022-12-01T10:06:46.4059062Z [3175/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x48.c.o 2022-12-01T10:06:46.4232053Z [3175/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x128.c.o 2022-12-01T10:06:46.4233342Z [3176/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x32.c.o 2022-12-01T10:06:46.4411992Z [3176/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x16.c.o 2022-12-01T10:06:46.4412886Z [3177/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x64.c.o 2022-12-01T10:06:46.4517569Z [3177/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x32.c.o 2022-12-01T10:06:46.4518459Z [3178/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x80.c.o 2022-12-01T10:06:46.4676434Z [3178/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x48.c.o 2022-12-01T10:06:46.4677268Z [3179/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x96.c.o 2022-12-01T10:06:46.5056771Z [3179/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x64.c.o 2022-12-01T10:06:46.5057641Z [3180/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x112.c.o 2022-12-01T10:06:46.5191929Z [3180/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x80.c.o 2022-12-01T10:06:46.5193191Z [3181/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-x128.c.o 2022-12-01T10:06:46.5271335Z [3181/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x96.c.o 2022-12-01T10:06:46.5272072Z [3182/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x16.c.o 2022-12-01T10:06:46.5531523Z [3182/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x112.c.o 2022-12-01T10:06:46.5533115Z [3183/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x32.c.o 2022-12-01T10:06:46.5606867Z [3183/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x128.c.o 2022-12-01T10:06:46.5607834Z [3184/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x48.c.o 2022-12-01T10:06:46.6086601Z [3184/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x16.c.o 2022-12-01T10:06:46.6087357Z [3185/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x80.c.o 2022-12-01T10:06:46.6181993Z [3185/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x32.c.o 2022-12-01T10:06:46.6182716Z [3186/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x96.c.o 2022-12-01T10:06:46.6333755Z [3186/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x48.c.o 2022-12-01T10:06:46.6334479Z [3187/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x64.c.o 2022-12-01T10:06:46.6390597Z [3187/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x64.c.o 2022-12-01T10:06:46.6391405Z [3188/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x112.c.o 2022-12-01T10:06:46.6528470Z [3188/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x80.c.o 2022-12-01T10:06:46.6529899Z [3189/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x16.c.o 2022-12-01T10:06:46.7061450Z [3189/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x96.c.o 2022-12-01T10:06:46.7062739Z [3190/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-x128.c.o 2022-12-01T10:06:46.7127121Z [3190/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x112.c.o 2022-12-01T10:06:46.7128166Z [3191/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x32.c.o 2022-12-01T10:06:46.7195876Z [3191/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x128.c.o 2022-12-01T10:06:46.7197396Z [3192/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x48.c.o 2022-12-01T10:06:46.7462200Z [3192/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x16.c.o 2022-12-01T10:06:46.7463325Z [3193/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x64.c.o 2022-12-01T10:06:46.7600539Z [3193/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x32.c.o 2022-12-01T10:06:46.7601693Z [3194/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x80.c.o 2022-12-01T10:06:46.7722144Z [3194/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x48.c.o 2022-12-01T10:06:46.7723185Z [3195/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x96.c.o 2022-12-01T10:06:46.8238811Z [3195/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x64.c.o 2022-12-01T10:06:46.8240302Z [3196/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x16.c.o 2022-12-01T10:06:46.8241605Z [3196/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x80.c.o 2022-12-01T10:06:46.8243183Z [3197/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x112.c.o 2022-12-01T10:06:46.8400339Z [3197/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x96.c.o 2022-12-01T10:06:46.8401546Z [3198/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-div-x128.c.o 2022-12-01T10:06:46.8635401Z [3198/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x112.c.o 2022-12-01T10:06:46.8636610Z [3199/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x48.c.o 2022-12-01T10:06:46.8705611Z [3199/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x128.c.o 2022-12-01T10:06:46.8706327Z [3200/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x32.c.o 2022-12-01T10:06:46.8930815Z [3200/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x16.c.o 2022-12-01T10:06:46.8931948Z [3201/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x64.c.o 2022-12-01T10:06:46.9335069Z [3201/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x32.c.o 2022-12-01T10:06:46.9336189Z [3202/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x96.c.o 2022-12-01T10:06:46.9339052Z [3202/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x48.c.o 2022-12-01T10:06:46.9340268Z [3203/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x80.c.o 2022-12-01T10:06:46.9510030Z [3203/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x64.c.o 2022-12-01T10:06:46.9510802Z [3204/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x112.c.o 2022-12-01T10:06:46.9719526Z [3204/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x80.c.o 2022-12-01T10:06:46.9720576Z [3205/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x16.c.o 2022-12-01T10:06:46.9765430Z [3205/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x96.c.o 2022-12-01T10:06:46.9767910Z [3206/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr1-p5-scalef-nr1fma-x128.c.o 2022-12-01T10:06:47.0021455Z [3206/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x112.c.o 2022-12-01T10:06:47.0024131Z [3207/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x32.c.o 2022-12-01T10:06:47.0328425Z [3207/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x128.c.o 2022-12-01T10:06:47.0329768Z [3208/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x48.c.o 2022-12-01T10:06:47.0377606Z [3208/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x16.c.o 2022-12-01T10:06:47.0378355Z [3209/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x64.c.o 2022-12-01T10:06:47.0578341Z [3209/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x32.c.o 2022-12-01T10:06:47.0579624Z [3210/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x80.c.o 2022-12-01T10:06:47.0873733Z [3210/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x48.c.o 2022-12-01T10:06:47.1045114Z [3211/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x96.c.o 2022-12-01T10:06:47.1045889Z [3211/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x64.c.o 2022-12-01T10:06:47.1046583Z [3212/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x128.c.o 2022-12-01T10:06:47.1050913Z [3212/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x80.c.o 2022-12-01T10:06:47.1052041Z [3213/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x112.c.o 2022-12-01T10:06:47.1305783Z [3213/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x96.c.o 2022-12-01T10:06:47.1306530Z [3214/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x16.c.o 2022-12-01T10:06:47.1417730Z [3214/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x112.c.o 2022-12-01T10:06:47.1419103Z [3215/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x32.c.o 2022-12-01T10:06:47.1721649Z [3215/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x128.c.o 2022-12-01T10:06:47.1723311Z [3216/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x48.c.o 2022-12-01T10:06:47.1883482Z [3216/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x16.c.o 2022-12-01T10:06:47.1884955Z [3217/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x64.c.o 2022-12-01T10:06:47.2115029Z [3217/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x32.c.o 2022-12-01T10:06:47.2116256Z [3218/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x96.c.o 2022-12-01T10:06:47.2128258Z [3218/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x48.c.o 2022-12-01T10:06:47.2129468Z [3219/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x80.c.o 2022-12-01T10:06:47.2327250Z [3219/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x64.c.o 2022-12-01T10:06:47.2328237Z [3220/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x112.c.o 2022-12-01T10:06:47.2773346Z [3220/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x80.c.o 2022-12-01T10:06:47.2774052Z [3221/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x16.c.o 2022-12-01T10:06:47.2906317Z [3221/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x96.c.o 2022-12-01T10:06:47.2907322Z [3222/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x32.c.o 2022-12-01T10:06:47.3030410Z [3222/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x112.c.o 2022-12-01T10:06:47.3031156Z [3223/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x48.c.o 2022-12-01T10:06:47.3174652Z [3223/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x128.c.o 2022-12-01T10:06:47.3175233Z [3224/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x64.c.o 2022-12-01T10:06:47.3429157Z [3224/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx512f-x16.c.o 2022-12-01T10:06:47.3430018Z [3225/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x80.c.o 2022-12-01T10:06:47.3716674Z [3225/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx512f-x32.c.o 2022-12-01T10:06:47.3717346Z [3226/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-x128.c.o 2022-12-01T10:06:47.3855075Z [3226/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx512f-x16.c.o 2022-12-01T10:06:47.3855725Z [3227/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x96.c.o 2022-12-01T10:06:47.3880427Z [3227/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx512f-x32.c.o 2022-12-01T10:06:47.3881144Z [3228/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x128.c.o 2022-12-01T10:06:47.4020072Z [3228/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx512f-x16.c.o 2022-12-01T10:06:47.4021283Z [3229/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vsqrt/gen/avx512f-nr1fma1adj-x112.c.o 2022-12-01T10:06:47.4085238Z [3229/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx512f-x32.c.o 2022-12-01T10:06:47.4086401Z [3230/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx512f-x16.c.o 2022-12-01T10:06:47.4577860Z [3230/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-lut16-p3-perm-scalef.c.o 2022-12-01T10:06:47.4578925Z [3231/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vabs-avx512f-x32.c.o 2022-12-01T10:06:47.4849171Z [3231/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-lut16-p3-perm.c.o 2022-12-01T10:06:47.4849732Z [3232/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx512f-x16.c.o 2022-12-01T10:06:47.4959230Z [3232/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-lut32-p2-perm2-scalef.c.o 2022-12-01T10:06:47.4960503Z [3233/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx512f-x32.c.o 2022-12-01T10:06:47.5085508Z [3233/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-lut32-p2-perm2.c.o 2022-12-01T10:06:47.5086559Z [3234/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-lut16-p3-perm-scalef.c.o 2022-12-01T10:06:47.5126345Z [3234/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-p5-scalef.c.o 2022-12-01T10:06:47.5127317Z [3235/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vsqr-avx512f-x32.c.o 2022-12-01T10:06:47.5312924Z [3235/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-p5.c.o 2022-12-01T10:06:47.5313899Z [3236/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-vunary/gen/vneg-avx512f-x16.c.o 2022-12-01T10:06:47.5538725Z [3236/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx512f-rr1-lut16-p3-perm.c.o 2022-12-01T10:06:47.5540370Z [3237/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-lut16-p3-perm.c.o 2022-12-01T10:06:47.5812850Z [3237/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx512f-rr1-p6.c.o 2022-12-01T10:06:47.5813519Z [3238/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-lut32-p2-perm2-scalef.c.o 2022-12-01T10:06:47.5915756Z [3238/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/extexp-avx512f-p5.c.o 2022-12-01T10:06:47.5916558Z [3239/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-lut32-p2-perm2.c.o 2022-12-01T10:06:47.6145067Z [3239/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut16-p3-perm-scalef-div.c.o 2022-12-01T10:06:47.6145988Z [3240/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-p5.c.o 2022-12-01T10:06:47.6256122Z [3240/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut16-p3-perm-scalef-nr1fma.c.o 2022-12-01T10:06:47.6257311Z [3241/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx512f-rr1-lut16-p3-perm.c.o 2022-12-01T10:06:47.6430740Z [3241/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut16-p3-perm-scalef-nr1fma1adj.c.o 2022-12-01T10:06:47.6431892Z [3242/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/exp-f32-avx512f-rr2-p5-scalef.c.o 2022-12-01T10:06:47.6447279Z [3242/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut32-p2-perm2-scalef-div.c.o 2022-12-01T10:06:47.6448881Z [3243/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/expm1minus-f32-avx512f-rr1-p6.c.o 2022-12-01T10:06:47.6690465Z [3243/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut32-p2-perm2-scalef-nr1fma.c.o 2022-12-01T10:06:47.6691085Z [3244/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/extexp-avx512f-p5.c.o 2022-12-01T10:06:47.6904929Z [3244/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut32-p2-perm2-scalef-nr1fma1adj.c.o 2022-12-01T10:06:47.6905640Z [3245/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut16-p3-perm-scalef-div.c.o 2022-12-01T10:06:47.7124985Z [3245/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut64-p2-gather-scalef-div.c.o 2022-12-01T10:06:47.7126257Z [3246/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut16-p3-perm-scalef-nr1fma.c.o 2022-12-01T10:06:47.7302708Z [3246/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut64-p2-gather-scalef-nr1fma.c.o 2022-12-01T10:06:47.7303472Z [3247/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut16-p3-perm-scalef-nr1fma1adj.c.o 2022-12-01T10:06:47.7460949Z [3247/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut64-p2-gather-scalef-nr1fma1adj.c.o 2022-12-01T10:06:47.7461660Z [3248/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut32-p2-perm2-scalef-nr1fma.c.o 2022-12-01T10:06:47.7492378Z [3248/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-p5-scalef-div.c.o 2022-12-01T10:06:47.7493162Z [3249/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut32-p2-perm2-scalef-div.c.o 2022-12-01T10:06:47.7630009Z [3249/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-p5-scalef-nr1fma.c.o 2022-12-01T10:06:47.7630722Z [3250/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut32-p2-perm2-scalef-nr1fma1adj.c.o 2022-12-01T10:06:47.7858489Z [3250/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-p5-scalef-nr1fma1adj.c.o 2022-12-01T10:06:47.7859746Z [3251/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut64-p2-gather-scalef-div.c.o 2022-12-01T10:06:47.8020323Z [3251/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut16-p3-perm-scalef-div.c.o 2022-12-01T10:06:47.8021596Z [3252/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut64-p2-gather-scalef-nr1fma.c.o 2022-12-01T10:06:47.8356409Z [3252/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut16-p3-perm-scalef-nr1fma.c.o 2022-12-01T10:06:47.8357260Z [3253/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-lut64-p2-gather-scalef-nr1fma1adj.c.o 2022-12-01T10:06:47.8400904Z [3253/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut16-p3-perm-scalef-nr1fma1adj.c.o 2022-12-01T10:06:47.8402322Z [3254/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-p5-scalef-div.c.o 2022-12-01T10:06:47.8534470Z [3254/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut32-p2-perm2-scalef-div.c.o 2022-12-01T10:06:47.8535664Z [3255/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-p5-scalef-nr1fma.c.o 2022-12-01T10:06:47.8577213Z [3255/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma.c.o 2022-12-01T10:06:47.8578711Z [3256/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr1-p5-scalef-nr1fma1adj.c.o 2022-12-01T10:06:47.8869309Z [3256/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma1adj.c.o 2022-12-01T10:06:47.8870600Z [3257/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut16-p3-perm-scalef-div.c.o 2022-12-01T10:06:47.9032674Z [3257/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut64-p2-gather-scalef-div.c.o 2022-12-01T10:06:47.9033825Z [3258/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut16-p3-perm-scalef-nr1fma.c.o 2022-12-01T10:06:47.9365196Z [3258/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut64-p2-gather-scalef-nr1fma.c.o 2022-12-01T10:06:47.9366608Z [3259/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut32-p2-perm2-scalef-div.c.o 2022-12-01T10:06:47.9594935Z [3259/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut64-p2-gather-scalef-nr1fma1adj.c.o 2022-12-01T10:06:47.9595748Z [3260/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut16-p3-perm-scalef-nr1fma1adj.c.o 2022-12-01T10:06:47.9717691Z [3260/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-p5-scalef-div.c.o 2022-12-01T10:06:47.9718908Z [3261/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma.c.o 2022-12-01T10:06:47.9720268Z [3261/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-p5-scalef-nr1fma.c.o 2022-12-01T10:06:47.9721472Z [3262/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma1adj.c.o 2022-12-01T10:06:47.9985051Z [3262/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-p5-scalef-nr1fma1adj.c.o 2022-12-01T10:06:47.9986107Z [3263/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut64-p2-gather-scalef-nr1fma.c.o 2022-12-01T10:06:48.0105475Z [3263/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-avx512f-nr1fma.c.o 2022-12-01T10:06:48.0106458Z [3264/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut64-p2-gather-scalef-div.c.o 2022-12-01T10:06:48.0186460Z [3264/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-avx512f-nr1fma1adj.c.o 2022-12-01T10:06:48.0187139Z [3265/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-lut64-p2-gather-scalef-nr1fma1adj.c.o 2022-12-01T10:06:48.0456631Z [3265/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-avx512f-nr2fma.c.o 2022-12-01T10:06:48.0457878Z [3266/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-p5-scalef-div.c.o 2022-12-01T10:06:48.0710937Z [3266/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-12-01T10:06:48.0711643Z [3267/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-p5-scalef-nr1fma.c.o 2022-12-01T10:06:48.0849536Z [3267/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-12-01T10:06:48.0850672Z [3268/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sigmoid-f32-avx512f-rr2-p5-scalef-nr1fma1adj.c.o 2022-12-01T10:06:48.1000657Z [3268/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-12-01T10:06:48.1001761Z [3269/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-avx512f-nr1fma1adj.c.o 2022-12-01T10:06:48.1156010Z [3269/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-12-01T10:06:48.1156634Z [3270/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-avx512f-nr1fma.c.o 2022-12-01T10:06:48.1433040Z [3270/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-12-01T10:06:48.1434043Z [3271/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-12-01T10:06:48.1548735Z [3271/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-12-01T10:06:48.1549725Z [3272/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/math/sqrt-avx512f-nr2fma.c.o 2022-12-01T10:06:48.1726970Z [3272/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x96.c.o 2022-12-01T10:06:48.1727587Z [3273/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f16-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-12-01T10:06:48.1771097Z [3273/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-12-01T10:06:48.1771760Z [3274/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-12-01T10:06:48.1936050Z [3274/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-12-01T10:06:48.1936616Z [3275/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-f16-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-12-01T10:06:48.2177910Z [3275/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-12-01T10:06:48.2178874Z [3276/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-12-01T10:06:48.2644333Z [3276/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x96.c.o 2022-12-01T10:06:48.2644951Z [3277/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-12-01T10:06:48.2750459Z [3277/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-12-01T10:06:48.2751507Z [3278/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x96.c.o 2022-12-01T10:06:48.2857306Z [3278/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T10:06:48.2858264Z [3279/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-12-01T10:06:48.2870083Z [3279/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T10:06:48.2871007Z [3280/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-12-01T10:06:48.2907267Z [3280/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T10:06:48.2908280Z [3281/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-12-01T10:06:48.3107552Z [3281/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T10:06:48.3108626Z [3282/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x96.c.o 2022-12-01T10:06:48.3661060Z [3282/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:48.3662092Z [3283/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-12-01T10:06:48.3880182Z [3283/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:48.3881352Z [3284/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T10:06:48.3892902Z [3284/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:48.3893529Z [3285/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T10:06:48.4061374Z [3285/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:48.4062368Z [3286/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T10:06:48.4320190Z [3286/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:48.4321082Z [3287/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T10:06:48.4587083Z [3287/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:48.4588134Z [3288/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:48.4871381Z [3288/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:48.4872025Z [3289/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:48.4887056Z [3289/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:48.4887865Z [3290/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:48.4954006Z [3290/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T10:06:48.4955038Z [3291/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-gemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:48.5271180Z [3291/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T10:06:48.5272947Z [3292/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:48.5747320Z [3292/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T10:06:48.5747939Z [3293/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:48.5800661Z [3293/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T10:06:48.5801279Z [3294/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:48.6058860Z [3294/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-12-01T10:06:48.6059582Z [3295/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T10:06:48.6085867Z [3295/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-12-01T10:06:48.6086615Z [3296/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qc8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:48.6204232Z [3296/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x48.c.o 2022-12-01T10:06:48.6205309Z [3297/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T10:06:48.6403145Z [3297/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-12-01T10:06:48.6404516Z [3298/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T10:06:48.6710594Z [3298/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:48.6711810Z [3299/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-12-01T10:06:48.6840527Z [3299/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:48.6841513Z [3300/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T10:06:48.7026709Z [3300/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:48.7028394Z [3301/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x48.c.o 2022-12-01T10:06:48.7122832Z [3301/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:48.7124051Z [3302/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-12-01T10:06:48.7297199Z [3302/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:48.7298217Z [3303/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-12-01T10:06:48.7559227Z [3303/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:48.7561692Z [3304/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:48.7937155Z [3304/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:48.7937767Z [3305/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:48.8060607Z [3305/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:48.8062368Z [3306/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:48.8173009Z [3306/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-12-01T10:06:48.8174108Z [3307/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:48.8211378Z [3307/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-12-01T10:06:48.8212487Z [3308/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:48.8464618Z [3308/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-12-01T10:06:48.8465307Z [3309/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:48.8677959Z [3309/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-12-01T10:06:48.8679129Z [3310/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:48.9083497Z [3310/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T10:06:48.9084549Z [3311/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-12-01T10:06:48.9104459Z [3311/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T10:06:48.9105812Z [3312/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:48.9347353Z [3312/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T10:06:48.9348193Z [3313/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vadd/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-12-01T10:06:48.9422613Z [3313/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T10:06:48.9423687Z [3314/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-12-01T10:06:48.9486395Z [3314/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-12-01T10:06:48.9487282Z [3315/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qs8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-12-01T10:06:48.9979100Z [3315/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-12-01T10:06:48.9979875Z [3316/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T10:06:49.0117769Z [3316/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x48.c.o 2022-12-01T10:06:49.0118482Z [3317/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T10:06:49.0209129Z [3317/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-12-01T10:06:49.0212405Z [3318/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T10:06:49.0570111Z [3318/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:49.0571158Z [3319/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-12-01T10:06:49.0688942Z [3319/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:49.0690041Z [3320/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T10:06:49.0712743Z [3320/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:49.0713774Z [3321/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-12-01T10:06:49.1138962Z [3321/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:49.1139968Z [3322/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x48.c.o 2022-12-01T10:06:49.1320367Z [3322/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:49.1321404Z [3323/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x64.c.o 2022-12-01T10:06:49.1487278Z [3323/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:49.1488022Z [3324/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:49.1641677Z [3324/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:49.1642623Z [3325/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:49.1746621Z [3325/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:49.1747701Z [3326/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:49.1849093Z [3326/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-12-01T10:06:49.1851338Z [3327/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:49.2272354Z [3327/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-12-01T10:06:49.2273944Z [3328/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:49.2506815Z [3328/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-12-01T10:06:49.2508704Z [3329/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/2x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:49.2662722Z [3329/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-12-01T10:06:49.2663826Z [3330/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/3x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:49.2875015Z [3330/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x64.c.o 2022-12-01T10:06:49.2875677Z [3331/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-12-01T10:06:49.2885769Z [3331/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x128.c.o 2022-12-01T10:06:49.2886479Z [3332/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-12-01T10:06:49.2946354Z [3332/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x192.c.o 2022-12-01T10:06:49.2947018Z [3333/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:49.3500990Z [3333/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x256.c.o 2022-12-01T10:06:49.3501803Z [3334/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx512skx-mul32-ld128-x32.c.o 2022-12-01T10:06:49.3633827Z [3334/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2-k-over-64.c.o 2022-12-01T10:06:49.3634841Z [3335/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x64.c.o 2022-12-01T10:06:49.3665264Z [3335/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2-k-over-2048.c.o 2022-12-01T10:06:49.3665923Z [3336/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/qu8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-12-01T10:06:49.3875117Z [3336/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-4.c.o 2022-12-01T10:06:49.3875697Z [3337/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x256.c.o 2022-12-01T10:06:49.3898913Z [3337/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-8.c.o 2022-12-01T10:06:49.3899849Z [3338/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x128.c.o 2022-12-01T10:06:49.4047856Z [3338/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-16.c.o 2022-12-01T10:06:49.4048522Z [3339/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2-k-over-64.c.o 2022-12-01T10:06:49.4223910Z [3339/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-64.c.o 2022-12-01T10:06:49.4224810Z [3340/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-8.c.o 2022-12-01T10:06:49.4308250Z [3340/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-2048.c.o 2022-12-01T10:06:49.4308792Z [3341/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-16.c.o 2022-12-01T10:06:49.4322347Z [3341/6342] Building C object confu-deps/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2022-12-01T10:06:49.4323264Z [3342/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x192.c.o 2022-12-01T10:06:49.4363587Z [3342/6342] Building C object confu-deps/XNNPACK/CMakeFiles/packing.dir/src/packing.c.o 2022-12-01T10:06:49.4364149Z [3343/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2-k-over-2048.c.o 2022-12-01T10:06:49.4458159Z [3343/6342] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch32-assembler.cc.o 2022-12-01T10:06:49.4459559Z [3344/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-64.c.o 2022-12-01T10:06:49.4528800Z [3344/6342] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch64-assembler.cc.o 2022-12-01T10:06:49.4530635Z [3345/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-4.c.o 2022-12-01T10:06:49.4570746Z [3345/6342] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/assembler.cc.o 2022-12-01T10:06:49.4571670Z [3346/6342] Building C object confu-deps/XNNPACK/CMakeFiles/all_microkernels.dir/src/tables/exp2minus-k-over-2048.c.o 2022-12-01T10:06:49.4923483Z [3346/6342] Building C object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/memory.c.o 2022-12-01T10:06:49.4924244Z [3347/6342] Building C object confu-deps/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2022-12-01T10:06:49.4994410Z [3347/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/argmax-pooling-nhwc.c.o 2022-12-01T10:06:49.4995266Z [3348/6342] Building C object confu-deps/XNNPACK/CMakeFiles/packing.dir/src/packing.c.o 2022-12-01T10:06:49.5314624Z [3348/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/average-pooling-nhwc.c.o 2022-12-01T10:06:49.5315503Z [3349/6342] Building C object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/memory.c.o 2022-12-01T10:06:49.5363165Z [3349/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/binary-elementwise-nd.c.o 2022-12-01T10:06:49.5364086Z [3350/6342] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch32-assembler.cc.o 2022-12-01T10:06:49.5556918Z [3350/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/channel-shuffle-nc.c.o 2022-12-01T10:06:49.5557748Z [3351/6342] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/assembler.cc.o 2022-12-01T10:06:49.5681953Z [3351/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/constant-pad-nd.c.o 2022-12-01T10:06:49.5682536Z [3352/6342] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch64-assembler.cc.o 2022-12-01T10:06:49.5684895Z [3352/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/convolution-nchw.c.o 2022-12-01T10:06:49.5685636Z [3353/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/average-pooling-nhwc.c.o 2022-12-01T10:06:49.5724466Z [3353/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/convolution-nhwc.c.o 2022-12-01T10:06:49.5725594Z [3354/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/argmax-pooling-nhwc.c.o 2022-12-01T10:06:49.5948386Z [3354/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/deconvolution-nhwc.c.o 2022-12-01T10:06:49.5948943Z [3355/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/binary-elementwise-nd.c.o 2022-12-01T10:06:49.6000684Z [3355/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/depth-to-space-nchw2nhwc.c.o 2022-12-01T10:06:49.6001682Z [3356/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/channel-shuffle-nc.c.o 2022-12-01T10:06:49.6166949Z [3356/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/depth-to-space-nhwc.c.o 2022-12-01T10:06:49.6167697Z [3357/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/constant-pad-nd.c.o 2022-12-01T10:06:49.6411740Z [3357/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/fully-connected-nc.c.o 2022-12-01T10:06:49.6412291Z [3358/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/convolution-nchw.c.o 2022-12-01T10:06:49.6504956Z [3358/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/global-average-pooling-ncw.c.o 2022-12-01T10:06:49.6505884Z [3359/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/convolution-nhwc.c.o 2022-12-01T10:06:49.6508425Z [3359/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/global-average-pooling-nwc.c.o 2022-12-01T10:06:49.6508944Z [3360/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/deconvolution-nhwc.c.o 2022-12-01T10:06:49.6513175Z [3360/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/lut-elementwise-nc.c.o 2022-12-01T10:06:49.6514101Z [3361/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/depth-to-space-nchw2nhwc.c.o 2022-12-01T10:06:49.6643972Z [3361/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/max-pooling-nhwc.c.o 2022-12-01T10:06:49.6644518Z [3362/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/depth-to-space-nhwc.c.o 2022-12-01T10:06:49.6819187Z [3362/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/prelu-nc.c.o 2022-12-01T10:06:49.6819705Z [3363/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/fully-connected-nc.c.o 2022-12-01T10:06:49.7077284Z [3363/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/resize-bilinear-nchw.c.o 2022-12-01T10:06:49.7077910Z [3364/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/global-average-pooling-ncw.c.o 2022-12-01T10:06:49.7095277Z [3364/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/resize-bilinear-nhwc.c.o 2022-12-01T10:06:49.7095842Z [3365/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/global-average-pooling-nwc.c.o 2022-12-01T10:06:49.7272553Z [3365/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/softmax-nc.c.o 2022-12-01T10:06:49.7273095Z [3366/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/max-pooling-nhwc.c.o 2022-12-01T10:06:49.7445418Z [3366/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/unary-elementwise-nc.c.o 2022-12-01T10:06:49.7445943Z [3367/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/prelu-nc.c.o 2022-12-01T10:06:49.7480203Z [3367/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/unpooling-nhwc.c.o 2022-12-01T10:06:49.7481073Z [3368/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/resize-bilinear-nchw.c.o 2022-12-01T10:06:49.7677679Z [3368/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/abs.c.o 2022-12-01T10:06:49.7678583Z [3369/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/lut-elementwise-nc.c.o 2022-12-01T10:06:49.7697369Z [3369/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/add2.c.o 2022-12-01T10:06:49.7698147Z [3370/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/resize-bilinear-nhwc.c.o 2022-12-01T10:06:49.7834406Z [3370/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/argmax-pooling-2d.c.o 2022-12-01T10:06:49.7835080Z [3371/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/softmax-nc.c.o 2022-12-01T10:06:49.7963025Z [3371/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/average-pooling-2d.c.o 2022-12-01T10:06:49.7963740Z [3372/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/unary-elementwise-nc.c.o 2022-12-01T10:06:49.8100270Z [3372/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/bankers-rounding.c.o 2022-12-01T10:06:49.8100794Z [3373/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operators/unpooling-nhwc.c.o 2022-12-01T10:06:49.8154775Z [3373/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/ceiling.c.o 2022-12-01T10:06:49.8155312Z [3374/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/abs.c.o 2022-12-01T10:06:49.8243247Z [3374/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/clamp.c.o 2022-12-01T10:06:49.8243773Z [3375/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/argmax-pooling-2d.c.o 2022-12-01T10:06:49.8276210Z [3375/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/convert.c.o 2022-12-01T10:06:49.8276742Z [3376/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/add2.c.o 2022-12-01T10:06:49.8455170Z [3376/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/convolution-2d.c.o 2022-12-01T10:06:49.8456103Z [3377/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/average-pooling-2d.c.o 2022-12-01T10:06:49.8645997Z [3377/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/deconvolution-2d.c.o 2022-12-01T10:06:49.8646969Z [3378/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/bankers-rounding.c.o 2022-12-01T10:06:49.8744652Z [3378/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/depth-to-space.c.o 2022-12-01T10:06:49.8745193Z [3379/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/clamp.c.o 2022-12-01T10:06:49.8778540Z [3379/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/depthwise-convolution-2d.c.o 2022-12-01T10:06:49.8779378Z [3380/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/ceiling.c.o 2022-12-01T10:06:49.8946621Z [3380/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/divide.c.o 2022-12-01T10:06:49.8947174Z [3381/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/convolution-2d.c.o 2022-12-01T10:06:49.8976271Z [3381/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/elu.c.o 2022-12-01T10:06:49.8977122Z [3382/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/convert.c.o 2022-12-01T10:06:49.9113124Z [3382/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/floor.c.o 2022-12-01T10:06:49.9114028Z [3383/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/deconvolution-2d.c.o 2022-12-01T10:06:49.9234107Z [3383/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/fully-connected.c.o 2022-12-01T10:06:49.9234695Z [3384/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/depth-to-space.c.o 2022-12-01T10:06:49.9366116Z [3384/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/global-average-pooling-2d.c.o 2022-12-01T10:06:49.9366727Z [3385/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/depthwise-convolution-2d.c.o 2022-12-01T10:06:49.9418592Z [3385/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/hardswish.c.o 2022-12-01T10:06:49.9419459Z [3386/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/divide.c.o 2022-12-01T10:06:49.9657709Z [3386/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/leaky-relu.c.o 2022-12-01T10:06:49.9658251Z [3387/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/elu.c.o 2022-12-01T10:06:49.9696555Z [3387/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/max-pooling-2d.c.o 2022-12-01T10:06:49.9697081Z [3388/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/floor.c.o 2022-12-01T10:06:49.9771204Z [3388/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/maximum2.c.o 2022-12-01T10:06:49.9772139Z [3389/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/fully-connected.c.o 2022-12-01T10:06:49.9918298Z [3389/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/minimum2.c.o 2022-12-01T10:06:49.9919221Z [3390/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/global-average-pooling-2d.c.o 2022-12-01T10:06:49.9972119Z [3390/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/multiply2.c.o 2022-12-01T10:06:49.9972969Z [3391/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/hardswish.c.o 2022-12-01T10:06:49.9986654Z [3391/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/negate.c.o 2022-12-01T10:06:49.9987477Z [3392/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/leaky-relu.c.o 2022-12-01T10:06:50.0236886Z [3392/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/prelu.c.o 2022-12-01T10:06:50.0237779Z [3393/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/max-pooling-2d.c.o 2022-12-01T10:06:50.0342401Z [3393/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/sigmoid.c.o 2022-12-01T10:06:50.0392351Z [3394/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/maximum2.c.o 2022-12-01T10:06:50.0393232Z [3394/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/softmax.c.o 2022-12-01T10:06:50.0394021Z [3395/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/minimum2.c.o 2022-12-01T10:06:50.0542806Z [3395/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/square-root.c.o 2022-12-01T10:06:50.0581087Z [3396/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/multiply2.c.o 2022-12-01T10:06:50.0581572Z [3396/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/square.c.o 2022-12-01T10:06:50.0582091Z [3397/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/negate.c.o 2022-12-01T10:06:50.0636273Z [3397/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/squared-difference.c.o 2022-12-01T10:06:50.0636925Z [3398/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/prelu.c.o 2022-12-01T10:06:50.0868812Z [3398/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/static-constant-pad.c.o 2022-12-01T10:06:50.0869392Z [3399/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/sigmoid.c.o 2022-12-01T10:06:50.0930638Z [3399/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/static-reshape.c.o 2022-12-01T10:06:50.0931410Z [3400/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/softmax.c.o 2022-12-01T10:06:50.0994537Z [3400/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/static-resize-bilinear-2d.c.o 2022-12-01T10:06:50.0995055Z [3401/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/square-root.c.o 2022-12-01T10:06:50.1237048Z [3401/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/subtract.c.o 2022-12-01T10:06:50.1238061Z [3402/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/square.c.o 2022-12-01T10:06:50.1251171Z [3402/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/unpooling-2d.c.o 2022-12-01T10:06:50.1252107Z [3403/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/squared-difference.c.o 2022-12-01T10:06:50.1301182Z [3403/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/datatype-strings.c.o 2022-12-01T10:06:50.1301736Z [3404/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/static-constant-pad.c.o 2022-12-01T10:06:50.1523657Z [3404/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operator-strings.c.o 2022-12-01T10:06:50.1524503Z [3405/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/static-reshape.c.o 2022-12-01T10:06:50.1562457Z [3405/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph-strings.c.o 2022-12-01T10:06:50.1563331Z [3406/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/subtract.c.o 2022-12-01T10:06:50.1610739Z [3406/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/allocator.c.o 2022-12-01T10:06:50.1611679Z [3407/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/static-resize-bilinear-2d.c.o 2022-12-01T10:06:50.1812718Z [3407/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2022-12-01T10:06:50.1813568Z [3408/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/datatype-strings.c.o 2022-12-01T10:06:50.1907002Z [3408/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/memory-planner.c.o 2022-12-01T10:06:50.1907881Z [3409/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph/unpooling-2d.c.o 2022-12-01T10:06:50.2049553Z [3409/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operator-delete.c.o 2022-12-01T10:06:50.2050053Z [3410/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operator-strings.c.o 2022-12-01T10:06:50.2142856Z [3410/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/runtime.c.o 2022-12-01T10:06:50.2143326Z [3411/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/allocator.c.o 2022-12-01T10:06:50.2157208Z [3411/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph.c.o 2022-12-01T10:06:50.2157673Z [3412/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph-strings.c.o 2022-12-01T10:06:50.2340708Z [3412/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tensor.c.o 2022-12-01T10:06:50.2341317Z [3413/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/memory-planner.c.o 2022-12-01T10:06:50.2669118Z [3413/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/indirection.c.o 2022-12-01T10:06:50.2669669Z [3414/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operator-delete.c.o 2022-12-01T10:06:50.2703501Z [3414/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operator-run.c.o 2022-12-01T10:06:50.2704014Z [3415/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2022-12-01T10:06:50.2775331Z [3415/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/packing.c.o 2022-12-01T10:06:50.2775772Z [3416/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/runtime.c.o 2022-12-01T10:06:50.2869912Z [3416/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2-k-over-64.c.o 2022-12-01T10:06:50.2870709Z [3417/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/subgraph.c.o 2022-12-01T10:06:50.2875569Z [3417/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2-k-over-2048.c.o 2022-12-01T10:06:50.2876240Z [3418/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tensor.c.o 2022-12-01T10:06:50.2968108Z [3418/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-4.c.o 2022-12-01T10:06:50.2969200Z [3419/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/indirection.c.o 2022-12-01T10:06:50.3132765Z [3419/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-8.c.o 2022-12-01T10:06:50.3133270Z [3420/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2-k-over-64.c.o 2022-12-01T10:06:50.3214314Z [3420/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-16.c.o 2022-12-01T10:06:50.3214883Z [3421/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/operator-run.c.o 2022-12-01T10:06:50.3295860Z [3421/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-64.c.o 2022-12-01T10:06:50.3296739Z [3422/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-4.c.o 2022-12-01T10:06:50.3336863Z [3422/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-2048.c.o 2022-12-01T10:06:50.3337467Z [3423/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2-k-over-2048.c.o 2022-12-01T10:06:50.3457573Z [3423/6342] Building CXX object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/aarch32-assembler.cc.o 2022-12-01T10:06:50.3458499Z [3424/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-16.c.o 2022-12-01T10:06:50.3604960Z [3424/6342] Building CXX object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/aarch64-assembler.cc.o 2022-12-01T10:06:50.3605889Z [3425/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-64.c.o 2022-12-01T10:06:50.3627299Z [3425/6342] Building CXX object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/assembler.cc.o 2022-12-01T10:06:50.3628171Z [3426/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-2048.c.o 2022-12-01T10:06:50.4047678Z [3426/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/memory.c.o 2022-12-01T10:06:50.4048516Z [3427/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/packing.c.o 2022-12-01T10:06:50.4268993Z [3427/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/params-init.c.o 2022-12-01T10:06:50.4269902Z [3428/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/tables/exp2minus-k-over-8.c.o 2022-12-01T10:06:50.4284041Z [3428/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-lut32norm/scalar.c.o 2022-12-01T10:06:50.4284794Z [3429/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/memory.c.o 2022-12-01T10:06:50.4401879Z [3429/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/xx-copy/memcpy.c.o 2022-12-01T10:06:50.4402424Z [3430/6342] Building CXX object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/assembler.cc.o 2022-12-01T10:06:50.4587484Z [3430/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-scalar-x4.c.o 2022-12-01T10:06:50.4588048Z [3431/6342] Building CXX object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/aarch32-assembler.cc.o 2022-12-01T10:06:50.4689962Z [3431/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-depthtospace2d-chw2hwc/scalar.c.o 2022-12-01T10:06:50.4690480Z [3432/6342] Building CXX object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/jit/aarch64-assembler.cc.o 2022-12-01T10:06:50.4695356Z [3432/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-avgpool/9p8x-minmax-sse-c4.c.o 2022-12-01T10:06:50.4696180Z [3433/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/params-init.c.o 2022-12-01T10:06:50.4714631Z [3433/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-avgpool/9x-minmax-sse-c4.c.o 2022-12-01T10:06:50.4715275Z [3434/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-lut32norm/scalar.c.o 2022-12-01T10:06:50.4799817Z [3434/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-sse-2x2.c.o 2022-12-01T10:06:50.4800735Z [3435/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/xx-copy/memcpy.c.o 2022-12-01T10:06:50.4836662Z [3435/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x3-minmax-sse.c.o 2022-12-01T10:06:50.4837486Z [3436/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-scalar-x4.c.o 2022-12-01T10:06:50.5028019Z [3436/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x4-minmax-sse.c.o 2022-12-01T10:06:50.5029022Z [3437/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-depthtospace2d-chw2hwc/scalar.c.o 2022-12-01T10:06:50.5282997Z [3437/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x9-minmax-sse.c.o 2022-12-01T10:06:50.5283601Z [3438/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-conv-hwc2chw/3x3s2p1c3x4-sse-2x2.c.o 2022-12-01T10:06:50.5310121Z [3438/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x25-minmax-sse.c.o 2022-12-01T10:06:50.5311381Z [3439/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-avgpool/9x-minmax-sse-c4.c.o 2022-12-01T10:06:50.5341776Z [3439/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-2x4-acc2.c.o 2022-12-01T10:06:50.5342343Z [3440/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-avgpool/9p8x-minmax-sse-c4.c.o 2022-12-01T10:06:50.5457723Z [3440/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc3.c.o 2022-12-01T10:06:50.5458282Z [3441/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x3-minmax-sse.c.o 2022-12-01T10:06:50.5486390Z [3441/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-4x4.c.o 2022-12-01T10:06:50.5487184Z [3442/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x4-minmax-sse.c.o 2022-12-01T10:06:50.5712985Z [3442/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4.c.o 2022-12-01T10:06:50.5714386Z [3443/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x9-minmax-sse.c.o 2022-12-01T10:06:50.5942787Z [3443/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gavgpool-cw/sse-x4.c.o 2022-12-01T10:06:50.5943378Z [3444/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x25-minmax-sse.c.o 2022-12-01T10:06:50.5985166Z [3444/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gavgpool/7p7x-minmax-sse-c4.c.o 2022-12-01T10:06:50.5985739Z [3445/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-2x4-acc2.c.o 2022-12-01T10:06:50.6036617Z [3445/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gavgpool/7x-minmax-sse-c4.c.o 2022-12-01T10:06:50.6037560Z [3446/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-sse-1x4-acc3.c.o 2022-12-01T10:06:50.6100160Z [3446/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x8-minmax-sse-load1.c.o 2022-12-01T10:06:50.6100716Z [3447/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/5x5p2-minmax-sse-4x4.c.o 2022-12-01T10:06:50.6204673Z [3447/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/4x2c4-minmax-sse.c.o 2022-12-01T10:06:50.6205481Z [3448/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-sse-2x4.c.o 2022-12-01T10:06:50.6321921Z [3448/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/4x8-minmax-sse-load1.c.o 2022-12-01T10:06:50.6323139Z [3449/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gavgpool-cw/sse-x4.c.o 2022-12-01T10:06:50.6565769Z [3449/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-ibilinear-chw/gen/sse-p8.c.o 2022-12-01T10:06:50.6566373Z [3450/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gavgpool/7p7x-minmax-sse-c4.c.o 2022-12-01T10:06:50.6567898Z [3450/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-ibilinear/gen/sse-c8.c.o 2022-12-01T10:06:50.6568683Z [3451/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gavgpool/7x-minmax-sse-c4.c.o 2022-12-01T10:06:50.6813700Z [3451/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x8-minmax-sse-load1.c.o 2022-12-01T10:06:50.6814669Z [3452/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x8-minmax-sse-load1.c.o 2022-12-01T10:06:50.6832570Z [3452/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/4x2c4-minmax-sse.c.o 2022-12-01T10:06:50.6833524Z [3453/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/4x8-minmax-sse-load1.c.o 2022-12-01T10:06:50.6863767Z [3453/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/4x8-minmax-sse-load1.c.o 2022-12-01T10:06:50.6864704Z [3454/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/4x2c4-minmax-sse.c.o 2022-12-01T10:06:50.7208785Z [3454/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-maxpool/9p8x-minmax-sse-c4.c.o 2022-12-01T10:06:50.7209726Z [3455/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x8-minmax-sse-load1.c.o 2022-12-01T10:06:50.7442713Z [3455/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-pavgpool/9p8x-minmax-sse-c4.c.o 2022-12-01T10:06:50.7443325Z [3456/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/4x2c4-minmax-sse.c.o 2022-12-01T10:06:50.7461283Z [3456/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-pavgpool/9x-minmax-sse-c4.c.o 2022-12-01T10:06:50.7461870Z [3457/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-maxpool/9p8x-minmax-sse-c4.c.o 2022-12-01T10:06:50.7557311Z [3457/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-rmax/sse.c.o 2022-12-01T10:06:50.7557844Z [3458/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-ibilinear-chw/gen/sse-p8.c.o 2022-12-01T10:06:50.7646006Z [3458/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-spmm/gen/32x1-minmax-sse.c.o 2022-12-01T10:06:50.7646646Z [3459/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-ibilinear/gen/sse-c8.c.o 2022-12-01T10:06:50.7725657Z [3459/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-sse-x8.c.o 2022-12-01T10:06:50.7726554Z [3460/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/4x8-minmax-sse-load1.c.o 2022-12-01T10:06:50.7741451Z [3460/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vaddc-minmax-sse-x8.c.o 2022-12-01T10:06:50.7742386Z [3461/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-pavgpool/9p8x-minmax-sse-c4.c.o 2022-12-01T10:06:50.7972275Z [3461/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdiv-minmax-sse-x8.c.o 2022-12-01T10:06:50.7973311Z [3462/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-pavgpool/9x-minmax-sse-c4.c.o 2022-12-01T10:06:50.8156456Z [3462/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdivc-minmax-sse-x8.c.o 2022-12-01T10:06:50.8157361Z [3463/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-rmax/sse.c.o 2022-12-01T10:06:50.8309146Z [3463/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmax-sse-x8.c.o 2022-12-01T10:06:50.8309753Z [3464/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vaddc-minmax-sse-x8.c.o 2022-12-01T10:06:50.8398144Z [3464/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmaxc-sse-x8.c.o 2022-12-01T10:06:50.8398805Z [3465/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdiv-minmax-sse-x8.c.o 2022-12-01T10:06:50.8414475Z [3465/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmin-sse-x8.c.o 2022-12-01T10:06:50.8415399Z [3466/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-sse-x8.c.o 2022-12-01T10:06:50.8564093Z [3466/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vminc-sse-x8.c.o 2022-12-01T10:06:50.8565344Z [3467/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-spmm/gen/32x1-minmax-sse.c.o 2022-12-01T10:06:50.8735150Z [3467/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmul-minmax-sse-x8.c.o 2022-12-01T10:06:50.8735688Z [3468/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdivc-minmax-sse-x8.c.o 2022-12-01T10:06:50.8846140Z [3468/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmulc-minmax-sse-x8.c.o 2022-12-01T10:06:50.8846680Z [3469/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmax-sse-x8.c.o 2022-12-01T10:06:50.8849035Z [3469/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrdivc-minmax-sse-x8.c.o 2022-12-01T10:06:50.8849554Z [3470/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmaxc-sse-x8.c.o 2022-12-01T10:06:50.9069734Z [3470/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrsubc-minmax-sse-x8.c.o 2022-12-01T10:06:50.9070721Z [3471/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vminc-sse-x8.c.o 2022-12-01T10:06:50.9173325Z [3471/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiff-sse-x8.c.o 2022-12-01T10:06:50.9173848Z [3472/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmin-sse-x8.c.o 2022-12-01T10:06:50.9213747Z [3472/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiffc-sse-x8.c.o 2022-12-01T10:06:50.9214650Z [3473/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmul-minmax-sse-x8.c.o 2022-12-01T10:06:50.9305017Z [3473/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsub-minmax-sse-x8.c.o 2022-12-01T10:06:50.9306258Z [3474/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmulc-minmax-sse-x8.c.o 2022-12-01T10:06:50.9400608Z [3474/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsubc-minmax-sse-x8.c.o 2022-12-01T10:06:50.9401775Z [3475/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrsubc-minmax-sse-x8.c.o 2022-12-01T10:06:50.9459618Z [3475/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vclamp/gen/vclamp-sse-x8.c.o 2022-12-01T10:06:50.9460819Z [3476/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrdivc-minmax-sse-x8.c.o 2022-12-01T10:06:50.9642355Z [3476/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-sse-x8.c.o 2022-12-01T10:06:50.9642896Z [3477/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiff-sse-x8.c.o 2022-12-01T10:06:50.9755392Z [3477/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-sse-x8.c.o 2022-12-01T10:06:50.9756351Z [3478/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiffc-sse-x8.c.o 2022-12-01T10:06:50.9787955Z [3478/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vmulcaddc/gen/c4-minmax-sse-2x.c.o 2022-12-01T10:06:50.9788871Z [3479/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsub-minmax-sse-x8.c.o 2022-12-01T10:06:50.9964808Z [3479/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsqrt/gen/sse-sqrt-x4.c.o 2022-12-01T10:06:50.9965368Z [3480/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsubc-minmax-sse-x8.c.o 2022-12-01T10:06:51.0027711Z [3480/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vabs-sse-x8.c.o 2022-12-01T10:06:51.0028470Z [3481/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vclamp/gen/vclamp-sse-x8.c.o 2022-12-01T10:06:51.0132619Z [3481/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vneg-sse-x8.c.o 2022-12-01T10:06:51.0133159Z [3482/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-sse-x8.c.o 2022-12-01T10:06:51.0148430Z [3482/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vsqr-sse-x8.c.o 2022-12-01T10:06:51.0149304Z [3483/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-sse-x8.c.o 2022-12-01T10:06:51.0350954Z [3483/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-packx/x4-sse.c.o 2022-12-01T10:06:51.0352295Z [3484/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vmulcaddc/gen/c4-minmax-sse-2x.c.o 2022-12-01T10:06:51.0497799Z [3484/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x32.c.o 2022-12-01T10:06:51.0498392Z [3485/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vabs-sse-x8.c.o 2022-12-01T10:06:51.0614777Z [3485/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-argmaxpool/4x-sse2-c4.c.o 2022-12-01T10:06:51.0615293Z [3486/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vneg-sse-x8.c.o 2022-12-01T10:06:51.0646952Z [3486/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-argmaxpool/9p8x-sse2-c4.c.o 2022-12-01T10:06:51.0647857Z [3487/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsqrt/gen/sse-sqrt-x4.c.o 2022-12-01T10:06:51.0764944Z [3487/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-argmaxpool/9x-sse2-c4.c.o 2022-12-01T10:06:51.0765693Z [3488/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-packx/x4-sse.c.o 2022-12-01T10:06:51.0807924Z [3488/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x16.c.o 2022-12-01T10:06:51.0808489Z [3489/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vsqr-sse-x8.c.o 2022-12-01T10:06:51.0888901Z [3489/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/sse2-2x8.c.o 2022-12-01T10:06:51.0889797Z [3490/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-sse2-int16-x32.c.o 2022-12-01T10:06:51.1010890Z [3490/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x32.c.o 2022-12-01T10:06:51.1011568Z [3491/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-argmaxpool/4x-sse2-c4.c.o 2022-12-01T10:06:51.1145374Z [3491/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x32.c.o 2022-12-01T10:06:51.1146271Z [3492/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-argmaxpool/9p8x-sse2-c4.c.o 2022-12-01T10:06:51.1371653Z [3492/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20-acc2.c.o 2022-12-01T10:06:51.1372697Z [3493/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-sse2-x16.c.o 2022-12-01T10:06:51.1383016Z [3493/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x12.c.o 2022-12-01T10:06:51.1383961Z [3494/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-argmaxpool/9x-sse2-c4.c.o 2022-12-01T10:06:51.1407977Z [3494/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-sse2-x8.c.o 2022-12-01T10:06:51.1408825Z [3495/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/sse2-2x8.c.o 2022-12-01T10:06:51.1454990Z [3495/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-sse2-x8.c.o 2022-12-01T10:06:51.1455849Z [3496/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-sse2-x32.c.o 2022-12-01T10:06:51.1598601Z [3496/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-sse2-x8.c.o 2022-12-01T10:06:51.1599805Z [3497/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-sse2-x32.c.o 2022-12-01T10:06:51.1689066Z [3497/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-sse2-x8.c.o 2022-12-01T10:06:51.1690693Z [3498/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-raddstoreexpminusmax/gen/sse2-rr2-p5-x20-acc2.c.o 2022-12-01T10:06:51.1988777Z [3498/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-sse2-x8.c.o 2022-12-01T10:06:51.1989329Z [3499/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-sse2-x8.c.o 2022-12-01T10:06:51.2031875Z [3499/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x8.c.o 2022-12-01T10:06:51.2032844Z [3500/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-sse2-x8.c.o 2022-12-01T10:06:51.2033919Z [3500/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-12-01T10:06:51.2034901Z [3501/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-sse2-rr2-lut16-p3-x12.c.o 2022-12-01T10:06:51.2148862Z [3501/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-12-01T10:06:51.2149836Z [3502/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-sse2-x8.c.o 2022-12-01T10:06:51.2196958Z [3502/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:51.2197905Z [3503/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-sse2-x8.c.o 2022-12-01T10:06:51.2336123Z [3503/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:51.2337064Z [3504/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-sse2-x8.c.o 2022-12-01T10:06:51.2628431Z [3504/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:51.2629186Z [3505/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-sse2-rr2-lut64-p2-div-x8.c.o 2022-12-01T10:06:51.2766905Z [3505/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:51.2767479Z [3506/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-12-01T10:06:51.2769605Z [3506/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16-add16.c.o 2022-12-01T10:06:51.2770339Z [3507/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-12-01T10:06:51.2858381Z [3507/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16-add16.c.o 2022-12-01T10:06:51.2859107Z [3508/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:51.2888207Z [3508/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-12-01T10:06:51.2888757Z [3509/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:51.3051077Z [3509/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-12-01T10:06:51.3052104Z [3510/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:51.3369368Z [3510/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-12-01T10:06:51.3370588Z [3511/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:51.3431369Z [3511/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:51.3431978Z [3512/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16-add16.c.o 2022-12-01T10:06:51.3534257Z [3512/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:51.3535325Z [3513/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16-add16.c.o 2022-12-01T10:06:51.3536587Z [3513/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:51.3537512Z [3514/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-12-01T10:06:51.3542504Z [3514/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:51.3543472Z [3515/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-12-01T10:06:51.3715819Z [3515/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-12-01T10:06:51.3716739Z [3516/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-12-01T10:06:51.4096188Z [3516/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-12-01T10:06:51.4096807Z [3517/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:51.4122647Z [3517/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-12-01T10:06:51.4123368Z [3518/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:51.4160274Z [3518/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-12-01T10:06:51.4329829Z [3519/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-12-01T10:06:51.4330398Z [3519/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-avgpool/9p8x-minmax-sse2-c8.c.o 2022-12-01T10:06:51.4330918Z [3520/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-12-01T10:06:51.4345171Z [3520/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-avgpool/9x-minmax-sse2-c8.c.o 2022-12-01T10:06:51.4346126Z [3521/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:51.4391627Z [3521/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-12-01T10:06:51.4392644Z [3522/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:51.4673430Z [3522/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-12-01T10:06:51.4674484Z [3523/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-12-01T10:06:51.4676589Z [3523/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-12-01T10:06:51.4677488Z [3524/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-12-01T10:06:51.4811927Z [3524/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-12-01T10:06:51.4812667Z [3525/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-avgpool/9p8x-minmax-sse2-c8.c.o 2022-12-01T10:06:51.4960720Z [3525/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-12-01T10:06:51.4961724Z [3526/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-avgpool/9x-minmax-sse2-c8.c.o 2022-12-01T10:06:51.5130075Z [3526/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:51.5130692Z [3527/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse2-mul16.c.o 2022-12-01T10:06:51.5136579Z [3527/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:51.5137470Z [3528/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse2-mul16.c.o 2022-12-01T10:06:51.5243050Z [3528/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:51.5243604Z [3529/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse2-c8.c.o 2022-12-01T10:06:51.5369801Z [3529/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:51.5370764Z [3530/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-sse2-x32.c.o 2022-12-01T10:06:51.5433353Z [3530/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-12-01T10:06:51.5434350Z [3531/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse2-c8.c.o 2022-12-01T10:06:51.5622138Z [3531/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-12-01T10:06:51.5623154Z [3532/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:51.5801398Z [3532/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-12-01T10:06:51.5801991Z [3533/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:51.5888951Z [3533/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-12-01T10:06:51.5889894Z [3534/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:51.5945110Z [3534/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-ibilinear/gen/sse2-c8.c.o 2022-12-01T10:06:51.5945676Z [3535/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse2-ld64.c.o 2022-12-01T10:06:51.6009981Z [3535/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-12-01T10:06:51.6010554Z [3536/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-12-01T10:06:51.6038777Z [3536/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-vclamp/sse2-x64.c.o 2022-12-01T10:06:51.6039776Z [3537/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-sse2-mul16-ld64-x8.c.o 2022-12-01T10:06:51.6134218Z [3537/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-ibilinear/gen/sse2-c8.c.o 2022-12-01T10:06:51.6135221Z [3538/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmul/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-12-01T10:06:51.6376783Z [3538/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-12-01T10:06:51.6377530Z [3539/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmulc/gen/minmax-fp32-sse2-mul16-ld64-x8.c.o 2022-12-01T10:06:51.6496359Z [3539/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-rmax/sse2.c.o 2022-12-01T10:06:51.6496843Z [3540/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-ibilinear/gen/sse2-c8.c.o 2022-12-01T10:06:51.6586859Z [3540/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-vclamp/sse2-x64.c.o 2022-12-01T10:06:51.6587380Z [3541/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-12-01T10:06:51.6672128Z [3541/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/xx-fill/sse2-x64.c.o 2022-12-01T10:06:51.6672928Z [3542/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-ibilinear/gen/sse2-c8.c.o 2022-12-01T10:06:51.6693393Z [3542/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/xx-pad/sse2.c.o 2022-12-01T10:06:51.6694189Z [3543/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-vclamp/sse2-x64.c.o 2022-12-01T10:06:51.6724062Z [3543/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/xm-sse2.c.o 2022-12-01T10:06:51.6724927Z [3544/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-maxpool/9p8x-minmax-sse2-c16.c.o 2022-12-01T10:06:51.6895113Z [3544/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/x2-sse2.c.o 2022-12-01T10:06:51.6895957Z [3545/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-rmax/sse2.c.o 2022-12-01T10:06:51.6990199Z [3545/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/x3-sse2.c.o 2022-12-01T10:06:51.6991179Z [3546/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-vclamp/sse2-x64.c.o 2022-12-01T10:06:51.7156726Z [3546/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/x4-sse2.c.o 2022-12-01T10:06:51.7157585Z [3547/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/xx-fill/sse2-x64.c.o 2022-12-01T10:06:51.7282840Z [3547/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-unpool/sse2.c.o 2022-12-01T10:06:51.7283625Z [3548/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/xx-pad/sse2.c.o 2022-12-01T10:06:51.7330336Z [3548/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/xm-sse2.c.o 2022-12-01T10:06:51.7330837Z [3549/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/x2-sse2.c.o 2022-12-01T10:06:51.7603703Z [3549/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/x2-sse2.c.o 2022-12-01T10:06:51.7604557Z [3550/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/xm-sse2.c.o 2022-12-01T10:06:51.7605743Z [3550/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/x3-sse2.c.o 2022-12-01T10:06:51.7606236Z [3551/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/x3-sse2.c.o 2022-12-01T10:06:51.7731158Z [3551/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/x4-sse2.c.o 2022-12-01T10:06:51.7731635Z [3552/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-zip/x4-sse2.c.o 2022-12-01T10:06:51.7810236Z [3552/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-2x4-acc2.c.o 2022-12-01T10:06:51.7811132Z [3553/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-unpool/sse2.c.o 2022-12-01T10:06:51.7835521Z [3553/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x16.c.o 2022-12-01T10:06:51.7836405Z [3554/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/xm-sse2.c.o 2022-12-01T10:06:51.7896802Z [3554/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x8.c.o 2022-12-01T10:06:51.7897616Z [3555/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/x2-sse2.c.o 2022-12-01T10:06:51.8121082Z [3555/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/sse41-2x8.c.o 2022-12-01T10:06:51.8122122Z [3556/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/x3-sse2.c.o 2022-12-01T10:06:51.8145233Z [3556/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x32.c.o 2022-12-01T10:06:51.8146213Z [3557/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x32-zip/x4-sse2.c.o 2022-12-01T10:06:51.8371243Z [3557/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-sse41-x8.c.o 2022-12-01T10:06:51.8371831Z [3558/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv2d-chw/gen/3x3p1-minmax-ssse3-2x4-acc2.c.o 2022-12-01T10:06:51.8501815Z [3558/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-sse41-x8.c.o 2022-12-01T10:06:51.8502332Z [3559/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/sse41-2x8.c.o 2022-12-01T10:06:51.8570190Z [3559/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-sse41-x8.c.o 2022-12-01T10:06:51.8570933Z [3560/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-sse41-x8.c.o 2022-12-01T10:06:51.8802686Z [3560/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-sse41-x8.c.o 2022-12-01T10:06:51.8803405Z [3561/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-sse41-x8.c.o 2022-12-01T10:06:51.8827099Z [3561/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-sse41-x8.c.o 2022-12-01T10:06:51.8827937Z [3562/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-sse41-x32.c.o 2022-12-01T10:06:51.8861736Z [3562/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x8.c.o 2022-12-01T10:06:51.8862324Z [3563/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-sse41-int16-x16.c.o 2022-12-01T10:06:51.9005959Z [3563/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:06:51.9006518Z [3564/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-sse41-x8.c.o 2022-12-01T10:06:51.9142426Z [3564/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:06:51.9143396Z [3565/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-sse41-x8.c.o 2022-12-01T10:06:51.9390378Z [3565/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:51.9391299Z [3566/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-sse41-x8.c.o 2022-12-01T10:06:51.9523423Z [3566/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:51.9524055Z [3567/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-sse41-x8.c.o 2022-12-01T10:06:51.9558832Z [3567/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:51.9560289Z [3568/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-sse41-rr2-lut64-p2-div-x8.c.o 2022-12-01T10:06:51.9571232Z [3568/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:51.9572280Z [3569/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:06:51.9599851Z [3569/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16-add16.c.o 2022-12-01T10:06:51.9600957Z [3570/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:06:52.0149758Z [3570/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16-add16.c.o 2022-12-01T10:06:52.0150787Z [3571/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:52.0236835Z [3571/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-12-01T10:06:52.0237409Z [3572/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16-add16.c.o 2022-12-01T10:06:52.0343667Z [3572/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-12-01T10:06:52.0344666Z [3573/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16-add16.c.o 2022-12-01T10:06:52.0347115Z [3573/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-12-01T10:06:52.0348041Z [3574/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:52.0350778Z [3574/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:52.0352011Z [3575/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:52.0611133Z [3575/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:52.0612453Z [3576/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:52.0898402Z [3576/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:52.0899426Z [3577/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-12-01T10:06:52.1028241Z [3577/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:52.1029222Z [3578/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-12-01T10:06:52.1061371Z [3578/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-12-01T10:06:52.1062297Z [3579/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:52.1125975Z [3579/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-12-01T10:06:52.1126749Z [3580/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:52.1149492Z [3580/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-12-01T10:06:52.1150357Z [3581/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-12-01T10:06:52.1301477Z [3581/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-12-01T10:06:52.1302276Z [3582/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:52.1582653Z [3582/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:06:52.1583301Z [3583/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-12-01T10:06:52.1627079Z [3583/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:06:52.1628014Z [3584/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:52.1629605Z [3584/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-12-01T10:06:52.1630582Z [3585/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-12-01T10:06:52.1769263Z [3585/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-12-01T10:06:52.1769860Z [3586/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-12-01T10:06:52.1924457Z [3586/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-12-01T10:06:52.1925109Z [3587/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x9-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:06:52.1966162Z [3587/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:52.1967510Z [3588/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-12-01T10:06:52.2222614Z [3588/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:52.2223198Z [3589/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7p7x-minmax-fp32-sse41-c8.c.o 2022-12-01T10:06:52.2276520Z [3589/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:52.2277102Z [3590/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up8x25-minmax-fp32-sse41-mul16.c.o 2022-12-01T10:06:52.2376349Z [3590/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:52.2377640Z [3591/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gavgpool/gen/7x-minmax-fp32-sse41-c8.c.o 2022-12-01T10:06:52.2736948Z [3591/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-12-01T10:06:52.2738023Z [3592/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:52.2771196Z [3592/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-12-01T10:06:52.2771902Z [3593/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:52.2853916Z [3593/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-12-01T10:06:52.2854489Z [3594/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-sse41-x16.c.o 2022-12-01T10:06:52.2951893Z [3594/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-12-01T10:06:52.2952556Z [3595/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-12-01T10:06:52.3013526Z [3595/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-ibilinear/gen/sse41-c16.c.o 2022-12-01T10:06:52.3014066Z [3596/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/3x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:52.3180503Z [3596/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-maxpool/9p8x-minmax-sse41-c16.c.o 2022-12-01T10:06:52.3181082Z [3597/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-sse41-ld64.c.o 2022-12-01T10:06:52.3244845Z [3597/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-vclamp/sse41-x64.c.o 2022-12-01T10:06:52.3245540Z [3598/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-sse41-mul16-ld64-x8.c.o 2022-12-01T10:06:52.3514118Z [3598/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-ibilinear/gen/sse41-c16.c.o 2022-12-01T10:06:52.3514638Z [3599/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-ibilinear/gen/sse41-c16.c.o 2022-12-01T10:06:52.3608918Z [3599/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x16.c.o 2022-12-01T10:06:52.3609477Z [3600/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmulc/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-12-01T10:06:52.3624733Z [3600/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x25-minmax-avx.c.o 2022-12-01T10:06:52.3625276Z [3601/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-maxpool/9p8x-minmax-sse41-c16.c.o 2022-12-01T10:06:52.3761475Z [3601/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x3-minmax-avx.c.o 2022-12-01T10:06:52.3762562Z [3602/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/u8-ibilinear/gen/sse41-c16.c.o 2022-12-01T10:06:52.3800689Z [3602/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x4-minmax-avx.c.o 2022-12-01T10:06:52.3801309Z [3603/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmul/gen/minmax-fp32-sse41-mul16-ld64-x16.c.o 2022-12-01T10:06:52.3898793Z [3603/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x9-minmax-avx.c.o 2022-12-01T10:06:52.3899330Z [3604/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/s8-vclamp/sse41-x64.c.o 2022-12-01T10:06:52.4064535Z [3604/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-avx-x24.c.o 2022-12-01T10:06:52.4066034Z [3605/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-avx-int16-x16.c.o 2022-12-01T10:06:52.4634427Z [3605/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16-minmax-avx-broadcast.c.o 2022-12-01T10:06:52.4635150Z [3606/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-avx-x24.c.o 2022-12-01T10:06:52.4663975Z [3606/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/5x16-minmax-avx-broadcast.c.o 2022-12-01T10:06:52.4664962Z [3607/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x3-minmax-avx.c.o 2022-12-01T10:06:52.4792742Z [3607/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16-minmax-avx-broadcast.c.o 2022-12-01T10:06:52.4793310Z [3608/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x25-minmax-avx.c.o 2022-12-01T10:06:52.4976941Z [3608/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/5x16-minmax-avx-broadcast.c.o 2022-12-01T10:06:52.4977605Z [3609/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x9-minmax-avx.c.o 2022-12-01T10:06:52.5029152Z [3609/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/avx-2x16.c.o 2022-12-01T10:06:52.5030065Z [3610/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x4-minmax-avx.c.o 2022-12-01T10:06:52.5271598Z [3610/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x32.c.o 2022-12-01T10:06:52.5272564Z [3611/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16-minmax-avx-broadcast.c.o 2022-12-01T10:06:52.5729878Z [3611/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x32.c.o 2022-12-01T10:06:52.5730873Z [3612/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16-minmax-avx-broadcast.c.o 2022-12-01T10:06:52.5848266Z [3612/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-avx-x16.c.o 2022-12-01T10:06:52.5848865Z [3613/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/5x16-minmax-avx-broadcast.c.o 2022-12-01T10:06:52.5883826Z [3613/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vaddc-minmax-avx-x16.c.o 2022-12-01T10:06:52.5884828Z [3614/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/5x16-minmax-avx-broadcast.c.o 2022-12-01T10:06:52.6030366Z [3614/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdiv-minmax-avx-x16.c.o 2022-12-01T10:06:52.6031285Z [3615/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-avx-x32.c.o 2022-12-01T10:06:52.6298522Z [3615/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdivc-minmax-avx-x16.c.o 2022-12-01T10:06:52.6299962Z [3616/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/avx-2x16.c.o 2022-12-01T10:06:52.6706604Z [3616/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmax-avx-x16.c.o 2022-12-01T10:06:52.6707581Z [3617/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-avx-x16.c.o 2022-12-01T10:06:52.6817755Z [3617/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmaxc-avx-x16.c.o 2022-12-01T10:06:52.6818709Z [3618/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vaddc-minmax-avx-x16.c.o 2022-12-01T10:06:52.6925281Z [3618/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmin-avx-x16.c.o 2022-12-01T10:06:52.6925845Z [3619/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdiv-minmax-avx-x16.c.o 2022-12-01T10:06:52.7089875Z [3619/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vminc-avx-x16.c.o 2022-12-01T10:06:52.7091015Z [3620/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdivc-minmax-avx-x16.c.o 2022-12-01T10:06:52.7206076Z [3620/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmul-minmax-avx-x16.c.o 2022-12-01T10:06:52.7207284Z [3621/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-avx-x32.c.o 2022-12-01T10:06:52.7299524Z [3621/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmulc-minmax-avx-x16.c.o 2022-12-01T10:06:52.7300492Z [3622/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmax-avx-x16.c.o 2022-12-01T10:06:52.7605518Z [3622/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrdivc-minmax-avx-x16.c.o 2022-12-01T10:06:52.7606486Z [3623/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmaxc-avx-x16.c.o 2022-12-01T10:06:52.7774458Z [3623/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrsubc-minmax-avx-x16.c.o 2022-12-01T10:06:52.7775466Z [3624/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmin-avx-x16.c.o 2022-12-01T10:06:52.8211072Z [3624/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiff-avx-x16.c.o 2022-12-01T10:06:52.8211883Z [3625/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmul-minmax-avx-x16.c.o 2022-12-01T10:06:52.8214380Z [3625/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiffc-avx-x16.c.o 2022-12-01T10:06:52.8214941Z [3626/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vminc-avx-x16.c.o 2022-12-01T10:06:52.8441219Z [3626/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsub-minmax-avx-x16.c.o 2022-12-01T10:06:52.8442184Z [3627/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmulc-minmax-avx-x16.c.o 2022-12-01T10:06:52.8605245Z [3627/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsubc-minmax-avx-x16.c.o 2022-12-01T10:06:52.8606201Z [3628/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrdivc-minmax-avx-x16.c.o 2022-12-01T10:06:52.8630988Z [3628/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vclamp/gen/vclamp-avx-x16.c.o 2022-12-01T10:06:52.8633528Z [3629/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrsubc-minmax-avx-x16.c.o 2022-12-01T10:06:52.8860425Z [3629/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x32.c.o 2022-12-01T10:06:52.8863281Z [3630/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiff-avx-x16.c.o 2022-12-01T10:06:52.9390900Z [3630/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-avx-x16.c.o 2022-12-01T10:06:52.9391433Z [3631/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiffc-avx-x16.c.o 2022-12-01T10:06:52.9489576Z [3631/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-avx-x16.c.o 2022-12-01T10:06:52.9490105Z [3632/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsub-minmax-avx-x16.c.o 2022-12-01T10:06:52.9640839Z [3632/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-avx-x16.c.o 2022-12-01T10:06:52.9641532Z [3633/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsubc-minmax-avx-x16.c.o 2022-12-01T10:06:52.9670782Z [3633/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-avx-x16.c.o 2022-12-01T10:06:52.9671379Z [3634/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-avx-rr2-lut4-p4-perm-x32.c.o 2022-12-01T10:06:52.9745444Z [3634/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-avx-x16.c.o 2022-12-01T10:06:52.9746873Z [3635/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vclamp/gen/vclamp-avx-x16.c.o 2022-12-01T10:06:52.9990170Z [3635/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-avx-x16.c.o 2022-12-01T10:06:52.9992770Z [3636/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-avx-x16.c.o 2022-12-01T10:06:53.0443713Z [3636/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x40.c.o 2022-12-01T10:06:53.0445042Z [3637/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-avx-x16.c.o 2022-12-01T10:06:53.0626996Z [3637/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsqrt/gen/avx-sqrt-x8.c.o 2022-12-01T10:06:53.0627897Z [3638/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-avx-x16.c.o 2022-12-01T10:06:53.0754663Z [3638/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vabs-avx-x16.c.o 2022-12-01T10:06:53.0755219Z [3639/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-avx-x16.c.o 2022-12-01T10:06:53.0825829Z [3639/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vneg-avx-x16.c.o 2022-12-01T10:06:53.0826731Z [3640/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-avx-x16.c.o 2022-12-01T10:06:53.1129005Z [3640/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vsqr-avx-x16.c.o 2022-12-01T10:06:53.1129653Z [3641/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-avx-rr2-p5-nr2-x40.c.o 2022-12-01T10:06:53.1361004Z [3641/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-12-01T10:06:53.1362351Z [3642/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsqrt/gen/avx-sqrt-x8.c.o 2022-12-01T10:06:53.1714451Z [3642/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-12-01T10:06:53.1714995Z [3643/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-avx-x16.c.o 2022-12-01T10:06:53.1749194Z [3643/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:53.1749968Z [3644/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-12-01T10:06:53.1811495Z [3644/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:53.1812321Z [3645/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vneg-avx-x16.c.o 2022-12-01T10:06:53.1851397Z [3645/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:53.1851940Z [3646/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vabs-avx-x16.c.o 2022-12-01T10:06:53.1914556Z [3646/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:53.1916710Z [3647/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vsqr-avx-x16.c.o 2022-12-01T10:06:53.2048508Z [3647/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-12-01T10:06:53.2050334Z [3648/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-12-01T10:06:53.2440839Z [3648/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-12-01T10:06:53.2441878Z [3649/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:53.2445231Z [3649/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-12-01T10:06:53.2445787Z [3650/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:53.2456067Z [3650/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:53.2457518Z [3651/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:53.2598376Z [3651/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:53.2600167Z [3652/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:53.2601394Z [3652/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:53.2602310Z [3653/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx-mul16-add16.c.o 2022-12-01T10:06:53.2857212Z [3653/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:53.2858687Z [3654/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx-mul16-add16.c.o 2022-12-01T10:06:53.3156884Z [3654/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-12-01T10:06:53.3157478Z [3655/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:53.3330253Z [3655/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-12-01T10:06:53.3331266Z [3656/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:53.3455410Z [3656/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-12-01T10:06:53.3456702Z [3657/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:53.3457881Z [3657/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-12-01T10:06:53.3458787Z [3658/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-12-01T10:06:53.3505373Z [3658/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-12-01T10:06:53.3506743Z [3659/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:53.3846522Z [3659/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-12-01T10:06:53.3847533Z [3660/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-12-01T10:06:53.4006774Z [3660/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-12-01T10:06:53.4007363Z [3661/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-12-01T10:06:53.4097459Z [3661/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:53.4098457Z [3662/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx-mul16.c.o 2022-12-01T10:06:53.4171389Z [3662/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:53.4172013Z [3663/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-12-01T10:06:53.4285783Z [3663/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:53.4286814Z [3664/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-12-01T10:06:53.4633384Z [3664/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:53.4634002Z [3665/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:53.4670170Z [3665/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-12-01T10:06:53.4671264Z [3666/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-avx-x32.c.o 2022-12-01T10:06:53.5008953Z [3666/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-12-01T10:06:53.5010010Z [3667/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx-mul16.c.o 2022-12-01T10:06:53.5025431Z [3667/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-12-01T10:06:53.5026354Z [3668/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:53.5085559Z [3668/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-12-01T10:06:53.5086131Z [3669/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:53.5149755Z [3669/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-avx-x64.c.o 2022-12-01T10:06:53.5150283Z [3670/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-avx-ld128.c.o 2022-12-01T10:06:53.5545932Z [3670/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-f16c-x16.c.o 2022-12-01T10:06:53.5547087Z [3671/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-avx-mul32-ld32-x8.c.o 2022-12-01T10:06:53.5584950Z [3671/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c8.c.o 2022-12-01T10:06:53.5585853Z [3672/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-avx-mul32-ld32-x8.c.o 2022-12-01T10:06:53.5668933Z [3672/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c8.c.o 2022-12-01T10:06:53.5670388Z [3673/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmul/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-12-01T10:06:53.5688030Z [3673/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-maxpool/9p8x-minmax-f16c-c8.c.o 2022-12-01T10:06:53.5689219Z [3674/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vmulc/gen/minmax-fp32-avx-mul16-ld64-x16.c.o 2022-12-01T10:06:53.6082588Z [3674/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-prelu/gen/f16c-2x16.c.o 2022-12-01T10:06:53.6083110Z [3675/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-f16c-x16.c.o 2022-12-01T10:06:53.6151431Z [3675/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vadd-minmax-f16c-x16.c.o 2022-12-01T10:06:53.6152002Z [3676/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-avx-x64.c.o 2022-12-01T10:06:53.6746637Z [3676/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vaddc-minmax-f16c-x16.c.o 2022-12-01T10:06:53.6747654Z [3677/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-prelu/gen/f16c-2x16.c.o 2022-12-01T10:06:53.6754208Z [3677/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vmul-minmax-f16c-x16.c.o 2022-12-01T10:06:53.6755405Z [3678/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-maxpool/9p8x-minmax-f16c-c8.c.o 2022-12-01T10:06:53.6764084Z [3678/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vmulc-minmax-f16c-x16.c.o 2022-12-01T10:06:53.6764872Z [3679/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gavgpool/gen/7p7x-minmax-f16c-c8.c.o 2022-12-01T10:06:53.6829979Z [3679/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vclamp/gen/vclamp-f16c-x16.c.o 2022-12-01T10:06:53.6830605Z [3680/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gavgpool/gen/7x-minmax-f16c-c8.c.o 2022-12-01T10:06:53.7211188Z [3680/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vhswish/gen/vhswish-f16c-x16.c.o 2022-12-01T10:06:53.7212552Z [3681/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vaddc-minmax-f16c-x16.c.o 2022-12-01T10:06:53.7412078Z [3681/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vlrelu/gen/vlrelu-f16c-x16.c.o 2022-12-01T10:06:53.7413583Z [3682/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vadd-minmax-f16c-x16.c.o 2022-12-01T10:06:53.7764052Z [3682/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-f16c-x16.c.o 2022-12-01T10:06:53.7764889Z [3683/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vmulc-minmax-f16c-x16.c.o 2022-12-01T10:06:53.7806990Z [3683/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-12-01T10:06:53.7807981Z [3684/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vclamp/gen/vclamp-f16c-x16.c.o 2022-12-01T10:06:53.7860778Z [3684/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-12-01T10:06:53.7861354Z [3685/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vbinary/gen/vmul-minmax-f16c-x16.c.o 2022-12-01T10:06:53.8063749Z [3685/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:53.8064379Z [3686/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vhswish/gen/vhswish-f16c-x16.c.o 2022-12-01T10:06:53.8177894Z [3686/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:53.8178861Z [3687/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vlrelu/gen/vlrelu-f16c-x16.c.o 2022-12-01T10:06:53.8569534Z [3687/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:53.8570780Z [3688/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-f16c-x16.c.o 2022-12-01T10:06:53.8800479Z [3688/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:53.8801357Z [3689/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-12-01T10:06:53.8869760Z [3689/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-12-01T10:06:53.8870798Z [3690/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-12-01T10:06:53.9100562Z [3690/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-12-01T10:06:53.9103183Z [3691/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:53.9377121Z [3691/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:53.9379613Z [3692/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:53.9672468Z [3692/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:53.9673893Z [3693/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:53.9744594Z [3693/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:53.9745515Z [3694/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:53.9887455Z [3694/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:53.9888505Z [3695/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-xop-mul16-add16.c.o 2022-12-01T10:06:53.9996579Z [3695/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-12-01T10:06:53.9997678Z [3696/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-xop-mul16-add16.c.o 2022-12-01T10:06:54.0158759Z [3696/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-12-01T10:06:54.0161164Z [3697/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:54.0523659Z [3697/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-12-01T10:06:54.0525144Z [3698/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:54.0730614Z [3698/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-12-01T10:06:54.0731750Z [3699/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:54.1015665Z [3699/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:54.1016302Z [3700/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-12-01T10:06:54.1045885Z [3700/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:54.1047083Z [3701/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:54.1234994Z [3701/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:54.1235958Z [3702/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-12-01T10:06:54.1529232Z [3702/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:54.1530277Z [3703/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-xop-mul32.c.o 2022-12-01T10:06:54.1773452Z [3703/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-12-01T10:06:54.1774824Z [3704/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-xop-mul32.c.o 2022-12-01T10:06:54.1872127Z [3704/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-12-01T10:06:54.1873041Z [3705/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:54.2332416Z [3705/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up8x25-minmax-fma3-acc2.c.o 2022-12-01T10:06:54.2333353Z [3706/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:54.2392220Z [3706/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up16x3-minmax-fma3.c.o 2022-12-01T10:06:54.2392801Z [3707/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/2x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:54.2461796Z [3707/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up16x4-minmax-fma3.c.o 2022-12-01T10:06:54.2462778Z [3708/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x4c8-minmax-fp32-xop-ld64.c.o 2022-12-01T10:06:54.2624283Z [3708/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up16x9-minmax-fma3.c.o 2022-12-01T10:06:54.2625578Z [3709/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-xop-mul32-ld32-x8.c.o 2022-12-01T10:06:54.2929879Z [3709/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-ibilinear/gen/fma3-c8.c.o 2022-12-01T10:06:54.2930825Z [3710/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-xop-mul32-ld32-x8.c.o 2022-12-01T10:06:54.3092402Z [3710/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vmulcaddc/gen/c8-minmax-fma3-2x.c.o 2022-12-01T10:06:54.3093757Z [3711/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up8x25-minmax-fma3-acc2.c.o 2022-12-01T10:06:54.3458185Z [3711/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x25-minmax-fma3.c.o 2022-12-01T10:06:54.3459127Z [3712/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up16x4-minmax-fma3.c.o 2022-12-01T10:06:54.3480779Z [3712/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x3-minmax-fma3.c.o 2022-12-01T10:06:54.3482901Z [3713/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up16x3-minmax-fma3.c.o 2022-12-01T10:06:54.3762655Z [3713/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x4-minmax-fma3.c.o 2022-12-01T10:06:54.3763898Z [3714/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-dwconv/gen/up16x9-minmax-fma3.c.o 2022-12-01T10:06:54.3796908Z [3714/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x9-minmax-fma3.c.o 2022-12-01T10:06:54.3798293Z [3715/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-ibilinear/gen/fma3-c8.c.o 2022-12-01T10:06:54.3980865Z [3715/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-12-01T10:06:54.3981860Z [3716/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-vmulcaddc/gen/c8-minmax-fma3-2x.c.o 2022-12-01T10:06:54.4143468Z [3716/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-12-01T10:06:54.4144186Z [3717/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up8x25-minmax-fma3.c.o 2022-12-01T10:06:54.4479133Z [3717/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-12-01T10:06:54.4479936Z [3718/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x3-minmax-fma3.c.o 2022-12-01T10:06:54.4573034Z [3718/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-12-01T10:06:54.4574013Z [3719/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x4-minmax-fma3.c.o 2022-12-01T10:06:54.5005638Z [3719/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-12-01T10:06:54.5006591Z [3720/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x9-minmax-fma3.c.o 2022-12-01T10:06:54.5082292Z [3720/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-12-01T10:06:54.5082871Z [3721/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-12-01T10:06:54.5135566Z [3721/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-12-01T10:06:54.5136209Z [3722/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-12-01T10:06:54.5312105Z [3722/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-12-01T10:06:54.5314116Z [3723/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-12-01T10:06:54.5822348Z [3723/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-fma3-x16.c.o 2022-12-01T10:06:54.5823278Z [3724/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16-minmax-fma3-broadcast.c.o 2022-12-01T10:06:54.5836226Z [3724/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-12-01T10:06:54.5837078Z [3725/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-12-01T10:06:54.6011662Z [3725/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-12-01T10:06:54.6012547Z [3726/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16s4-minmax-fma3-broadcast.c.o 2022-12-01T10:06:54.6172402Z [3726/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-igemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-12-01T10:06:54.6174076Z [3727/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/4x16s4-minmax-fma3-broadcast.c.o 2022-12-01T10:06:54.6389031Z [3727/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-igemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-12-01T10:06:54.6389771Z [3728/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/5x16-minmax-fma3-broadcast.c.o 2022-12-01T10:06:54.6613816Z [3728/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x64.c.o 2022-12-01T10:06:54.6614630Z [3729/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-fma3-x16.c.o 2022-12-01T10:06:54.6970753Z [3729/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x64.c.o 2022-12-01T10:06:54.6971604Z [3730/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-12-01T10:06:54.7122789Z [3730/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x56.c.o 2022-12-01T10:06:54.7123803Z [3731/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-gemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-12-01T10:06:54.7263888Z [3731/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x40.c.o 2022-12-01T10:06:54.7264939Z [3732/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-igemm/gen/1x16-minmax-avx2-broadcast.c.o 2022-12-01T10:06:54.7311161Z [3732/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:54.7311940Z [3733/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-avx2-x64.c.o 2022-12-01T10:06:54.7437173Z [3733/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:54.7437772Z [3734/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-igemm/gen/4x16-minmax-avx2-broadcast.c.o 2022-12-01T10:06:54.8020146Z [3734/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:54.8021122Z [3735/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-avx2-x64.c.o 2022-12-01T10:06:54.8028701Z [3735/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:54.8029763Z [3736/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-avx2-rr1-lut4-p4-perm-x56.c.o 2022-12-01T10:06:54.8231716Z [3736/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:54.8232702Z [3737/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-avx2-rr1-p5-div-x40.c.o 2022-12-01T10:06:54.8330379Z [3737/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:54.8331035Z [3738/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:54.8487572Z [3738/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:54.8488837Z [3739/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:54.8927186Z [3739/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:54.8928204Z [3740/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:54.9150059Z [3740/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-12-01T10:06:54.9150675Z [3741/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:54.9206110Z [3741/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:54.9207075Z [3742/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:54.9251118Z [3742/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:54.9251705Z [3743/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:54.9370588Z [3743/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:54.9371134Z [3744/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:54.9704169Z [3744/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:54.9705248Z [3745/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:54.9868158Z [3745/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-12-01T10:06:54.9869112Z [3746/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-12-01T10:06:55.0228581Z [3746/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-12-01T10:06:55.0229558Z [3747/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:55.0378965Z [3747/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:55.0379981Z [3748/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:55.0509543Z [3748/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:55.0510466Z [3749/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:55.0753179Z [3749/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-12-01T10:06:55.0753723Z [3750/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:55.0761405Z [3750/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:55.0762367Z [3751/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-12-01T10:06:55.0910342Z [3751/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:55.0911510Z [3752/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-12-01T10:06:55.1216373Z [3752/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:55.1217389Z [3753/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x9-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:55.1447409Z [3753/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:55.1448658Z [3754/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up16x25-minmax-fp32-avx2-mul32.c.o 2022-12-01T10:06:55.1537816Z [3754/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-12-01T10:06:55.1538848Z [3755/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-avx2-x16.c.o 2022-12-01T10:06:55.1809646Z [3755/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-12-01T10:06:55.1811697Z [3756/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:55.2063129Z [3756/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-avx2-x128.c.o 2022-12-01T10:06:55.2063721Z [3757/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:55.2239798Z [3757/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x3-minmax-avx512f.c.o 2022-12-01T10:06:55.2240510Z [3758/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:55.2466934Z [3758/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x4-minmax-avx512f.c.o 2022-12-01T10:06:55.2467503Z [3759/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/3x8c8-minmax-fp32-avx2.c.o 2022-12-01T10:06:55.2492119Z [3759/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x9-minmax-avx512f.c.o 2022-12-01T10:06:55.2492703Z [3760/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-12-01T10:06:55.2691206Z [3760/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x25-minmax-avx512f.c.o 2022-12-01T10:06:55.2692204Z [3761/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-avx2-mul32-ld64-x16.c.o 2022-12-01T10:06:55.2913236Z [3761/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-12-01T10:06:55.2914039Z [3762/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-avx2-x128.c.o 2022-12-01T10:06:55.3089293Z [3762/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-12-01T10:06:55.3090261Z [3763/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x3-minmax-avx512f.c.o 2022-12-01T10:06:55.3252926Z [3763/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-12-01T10:06:55.3254127Z [3764/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x4-minmax-avx512f.c.o 2022-12-01T10:06:55.3740506Z [3764/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-12-01T10:06:55.3741064Z [3765/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x25-minmax-avx512f.c.o 2022-12-01T10:06:55.3755162Z [3765/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/avx512f-2x16.c.o 2022-12-01T10:06:55.3756471Z [3766/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-dwconv/gen/up16x9-minmax-avx512f.c.o 2022-12-01T10:06:55.3821200Z [3766/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-avx512f-x32.c.o 2022-12-01T10:06:55.3821763Z [3767/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-12-01T10:06:55.3950558Z [3767/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vaddc-minmax-avx512f-x32.c.o 2022-12-01T10:06:55.3951282Z [3768/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-gemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-12-01T10:06:55.4335631Z [3768/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdiv-minmax-avx512f-x32.c.o 2022-12-01T10:06:55.4336599Z [3769/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/7x16-minmax-avx512f-broadcast.c.o 2022-12-01T10:06:55.4337552Z [3769/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdivc-minmax-avx512f-x32.c.o 2022-12-01T10:06:55.4338239Z [3770/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-igemm/gen/1x16-minmax-avx512f-broadcast.c.o 2022-12-01T10:06:55.4757072Z [3770/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmax-avx512f-x32.c.o 2022-12-01T10:06:55.4757690Z [3771/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vadd-minmax-avx512f-x32.c.o 2022-12-01T10:06:55.4893048Z [3771/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmaxc-avx512f-x32.c.o 2022-12-01T10:06:55.4893566Z [3772/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-prelu/gen/avx512f-2x16.c.o 2022-12-01T10:06:55.4940471Z [3772/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmin-avx512f-x32.c.o 2022-12-01T10:06:55.4941528Z [3773/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vaddc-minmax-avx512f-x32.c.o 2022-12-01T10:06:55.5265305Z [3773/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vminc-avx512f-x32.c.o 2022-12-01T10:06:55.5265876Z [3774/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdiv-minmax-avx512f-x32.c.o 2022-12-01T10:06:55.5489758Z [3774/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmul-minmax-avx512f-x32.c.o 2022-12-01T10:06:55.5490744Z [3775/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmax-avx512f-x32.c.o 2022-12-01T10:06:55.5571507Z [3775/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmulc-minmax-avx512f-x32.c.o 2022-12-01T10:06:55.5572500Z [3776/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vdivc-minmax-avx512f-x32.c.o 2022-12-01T10:06:55.5751697Z [3776/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrdivc-minmax-avx512f-x32.c.o 2022-12-01T10:06:55.5753129Z [3777/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmaxc-avx512f-x32.c.o 2022-12-01T10:06:55.6053050Z [3777/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrsubc-minmax-avx512f-x32.c.o 2022-12-01T10:06:55.6054023Z [3778/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmin-avx512f-x32.c.o 2022-12-01T10:06:55.6149216Z [3778/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiff-avx512f-x32.c.o 2022-12-01T10:06:55.6149844Z [3779/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vminc-avx512f-x32.c.o 2022-12-01T10:06:55.6335755Z [3779/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiffc-avx512f-x32.c.o 2022-12-01T10:06:55.6336578Z [3780/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmul-minmax-avx512f-x32.c.o 2022-12-01T10:06:55.6643878Z [3780/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsub-minmax-avx512f-x32.c.o 2022-12-01T10:06:55.6645322Z [3781/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vmulc-minmax-avx512f-x32.c.o 2022-12-01T10:06:55.6802112Z [3781/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsubc-minmax-avx512f-x32.c.o 2022-12-01T10:06:55.6802695Z [3782/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrdivc-minmax-avx512f-x32.c.o 2022-12-01T10:06:55.6861926Z [3782/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vclamp/gen/vclamp-avx512f-x16.c.o 2022-12-01T10:06:55.6862713Z [3783/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vrsubc-minmax-avx512f-x32.c.o 2022-12-01T10:06:55.7238977Z [3783/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x64.c.o 2022-12-01T10:06:55.7240238Z [3784/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiffc-avx512f-x32.c.o 2022-12-01T10:06:55.7501435Z [3784/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-avx512f-x16.c.o 2022-12-01T10:06:55.7501980Z [3785/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsub-minmax-avx512f-x32.c.o 2022-12-01T10:06:55.7603799Z [3785/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-avx512f-x16.c.o 2022-12-01T10:06:55.7604749Z [3786/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsqrdiff-avx512f-x32.c.o 2022-12-01T10:06:55.7659323Z [3786/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-avx512f-x16.c.o 2022-12-01T10:06:55.7871555Z [3787/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vbinary/gen/vsubc-minmax-avx512f-x32.c.o 2022-12-01T10:06:55.7872497Z [3787/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-avx512f-x16.c.o 2022-12-01T10:06:55.7873907Z [3788/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-velu/gen/velu-avx512f-rr1-lut16-p3-perm-x64.c.o 2022-12-01T10:06:55.7944693Z [3788/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-avx512f-x16.c.o 2022-12-01T10:06:55.7945654Z [3789/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vclamp/gen/vclamp-avx512f-x16.c.o 2022-12-01T10:06:55.8261591Z [3789/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-avx512f-x16.c.o 2022-12-01T10:06:55.8262577Z [3790/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vhswish/gen/vhswish-avx512f-x16.c.o 2022-12-01T10:06:55.8542790Z [3790/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x64.c.o 2022-12-01T10:06:55.8544345Z [3791/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vlrelu/gen/vlrelu-avx512f-x16.c.o 2022-12-01T10:06:55.8597820Z [3791/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vabs-avx512f-x16.c.o 2022-12-01T10:06:55.8598772Z [3792/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndne-avx512f-x16.c.o 2022-12-01T10:06:55.8787873Z [3792/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vneg-avx512f-x16.c.o 2022-12-01T10:06:55.8788962Z [3793/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndd-avx512f-x16.c.o 2022-12-01T10:06:55.8942024Z [3793/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vsqr-avx512f-x16.c.o 2022-12-01T10:06:55.8942945Z [3794/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndu-avx512f-x16.c.o 2022-12-01T10:06:55.9014267Z [3794/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-12-01T10:06:55.9015193Z [3795/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vrnd/gen/vrndz-avx512f-x16.c.o 2022-12-01T10:06:55.9519433Z [3795/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-12-01T10:06:55.9520364Z [3796/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vsigmoid/gen/vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-x64.c.o 2022-12-01T10:06:55.9658999Z [3796/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-12-01T10:06:55.9659561Z [3797/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vabs-avx512f-x16.c.o 2022-12-01T10:06:55.9694149Z [3797/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-12-01T10:06:55.9694683Z [3798/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vneg-avx512f-x16.c.o 2022-12-01T10:06:55.9837601Z [3798/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T10:06:55.9838606Z [3799/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-vunary/gen/vsqr-avx512f-x16.c.o 2022-12-01T10:06:56.0117112Z [3799/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T10:06:56.0118284Z [3800/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f16-f32-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-12-01T10:06:56.0433522Z [3800/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:56.0435186Z [3801/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-f16-vcvt/gen/vcvt-avx512skx-x16.c.o 2022-12-01T10:06:56.0550343Z [3801/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:56.0550901Z [3802/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qs8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-12-01T10:06:56.0766607Z [3802/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:56.0767225Z [3803/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T10:06:56.0786495Z [3803/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:56.0787048Z [3804/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/f32-qu8-vcvt/gen/vcvt-avx512skx-x128.c.o 2022-12-01T10:06:56.0911612Z [3804/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T10:06:56.0912441Z [3805/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T10:06:56.1250576Z [3805/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T10:06:56.1251598Z [3806/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:56.1677703Z [3806/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-12-01T10:06:56.1678842Z [3807/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:56.1823590Z [3807/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:56.1824618Z [3808/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:56.1956031Z [3808/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:56.1956886Z [3809/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T10:06:56.1971326Z [3809/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:56.1971911Z [3810/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qc8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:56.2136388Z [3810/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:56.2137151Z [3811/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T10:06:56.2260551Z [3811/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-12-01T10:06:56.2261113Z [3812/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-12-01T10:06:56.2769292Z [3812/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-12-01T10:06:56.2771664Z [3813/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:56.3153034Z [3813/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T10:06:56.3153648Z [3814/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-12-01T10:06:56.3198774Z [3814/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T10:06:56.3200096Z [3815/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:56.3304869Z [3815/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-12-01T10:06:56.3305901Z [3816/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:56.3637859Z [3816/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:56.3638650Z [3817/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-12-01T10:06:56.3671882Z [3817/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:56.3672872Z [3818/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qs8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:56.3772625Z [3818/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:56.3773524Z [3819/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up32x9-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T10:06:56.4202312Z [3819/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:56.4204281Z [3820/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-f32-vcvt/gen/vcvt-avx512skx-x32.c.o 2022-12-01T10:06:56.4308795Z [3820/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-12-01T10:06:56.4309881Z [3821/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-dwconv/gen/up32x25-minmax-fp32-avx512skx-mul32.c.o 2022-12-01T10:06:56.4552119Z [3821/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-12-01T10:06:56.4552731Z [3822/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:56.4690043Z [3822/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x64.c.o 2022-12-01T10:06:56.4691094Z [3823/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/1x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:56.4741762Z [3823/6342] Building CXX object third_party/googletest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o 2022-12-01T10:06:56.4742694Z [3824/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-gemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:56.4922269Z [3824/6342] Building CXX object third_party/googletest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o 2022-12-01T10:06:56.4923251Z [3825/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-igemm/gen/4x16c8-minmax-fp32-avx512skx.c.o 2022-12-01T10:06:56.5328943Z [3825/6342] Building CXX object third_party/googletest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o 2022-12-01T10:06:56.5329973Z [3826/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vaddc/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-12-01T10:06:56.5352240Z [3826/6342] Building CXX object third_party/googletest/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o 2022-12-01T10:06:56.5353505Z [3827/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/qu8-vadd/gen/minmax-avx512skx-mul32-ld128-x16.c.o 2022-12-01T10:06:56.5460628Z [3827/6342] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark.cc.o 2022-12-01T10:06:56.5461188Z [3828/6342] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/x8-lut/gen/lut-avx512skx-vpshufb-x64.c.o 2022-12-01T10:06:56.6634568Z [3828/6342] Linking CXX static library lib/libXNNPACK.a 2022-12-01T10:06:56.6635429Z [3829/6342] Linking CXX static library lib/libXNNPACK.a 2022-12-01T10:06:56.6694303Z [3829/6342] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o 2022-12-01T10:06:56.6695193Z [3830/6342] Building CXX object third_party/googletest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o 2022-12-01T10:06:56.6755249Z [3830/6342] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o 2022-12-01T10:06:56.6755945Z [3831/6342] Building CXX object third_party/googletest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o 2022-12-01T10:06:56.6917671Z [3831/6342] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o 2022-12-01T10:06:56.6920012Z [3832/6342] Building CXX object third_party/googletest/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o 2022-12-01T10:06:56.7444742Z [3832/6342] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o 2022-12-01T10:06:56.7445581Z [3833/6342] Building CXX object third_party/googletest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o 2022-12-01T10:06:56.7645391Z [3833/6342] Linking CXX static library lib/libgtest.a 2022-12-01T10:06:56.7646297Z [3834/6342] Linking CXX static library lib/libgtest.a 2022-12-01T10:06:56.7770880Z [3834/6342] Linking CXX static library lib/libgmock.a 2022-12-01T10:06:56.7771677Z [3835/6342] Linking CXX static library lib/libgmock.a 2022-12-01T10:06:56.7864086Z [3835/6342] Linking CXX static library lib/libgmock_main.a 2022-12-01T10:06:56.7864716Z [3836/6342] Linking CXX static library lib/libgmock_main.a 2022-12-01T10:06:56.7911939Z [3836/6342] Linking CXX static library lib/libgtest_main.a 2022-12-01T10:06:56.7912405Z [3837/6342] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o 2022-12-01T10:06:56.7917480Z [3837/6342] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/colorprint.cc.o 2022-12-01T10:06:56.7918974Z [3838/6342] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark.cc.o 2022-12-01T10:06:56.7988194Z [3838/6342] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o 2022-12-01T10:06:56.7988659Z [3839/6342] Linking CXX static library lib/libgtest_main.a 2022-12-01T10:06:56.8117735Z [3839/6342] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/complexity.cc.o 2022-12-01T10:06:56.8118554Z [3840/6342] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o 2022-12-01T10:06:56.8824969Z [3840/6342] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/console_reporter.cc.o 2022-12-01T10:06:56.8826123Z [3841/6342] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o 2022-12-01T10:06:56.8862716Z [3841/6342] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/counter.cc.o 2022-12-01T10:06:56.8863724Z [3842/6342] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o 2022-12-01T10:06:56.9434774Z [3842/6342] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o 2022-12-01T10:06:56.9435302Z [3843/6342] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/complexity.cc.o 2022-12-01T10:06:56.9652568Z [3843/6342] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/json_reporter.cc.o 2022-12-01T10:06:56.9653408Z [3844/6342] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/colorprint.cc.o 2022-12-01T10:06:56.9694452Z [3844/6342] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/perf_counters.cc.o 2022-12-01T10:06:56.9695321Z [3845/6342] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o 2022-12-01T10:06:57.0015032Z [3845/6342] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/reporter.cc.o 2022-12-01T10:06:57.0018504Z [3846/6342] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/counter.cc.o 2022-12-01T10:06:57.0088197Z [3846/6342] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/sleep.cc.o 2022-12-01T10:06:57.0091526Z [3847/6342] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/console_reporter.cc.o 2022-12-01T10:06:57.0395645Z [3847/6342] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/statistics.cc.o 2022-12-01T10:06:57.0399865Z [3848/6342] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o 2022-12-01T10:06:57.1066775Z [3848/6342] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/string_util.cc.o 2022-12-01T10:06:57.1067916Z [3849/6342] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/json_reporter.cc.o 2022-12-01T10:06:57.1374093Z [3849/6342] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/sysinfo.cc.o 2022-12-01T10:06:57.1374581Z [3850/6342] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/sleep.cc.o 2022-12-01T10:06:57.1405904Z [3850/6342] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/timers.cc.o 2022-12-01T10:06:57.1406977Z [3851/6342] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/perf_counters.cc.o 2022-12-01T10:06:57.1594757Z [3851/6342] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o 2022-12-01T10:06:57.1595277Z [3852/6342] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/statistics.cc.o 2022-12-01T10:06:57.1901904Z [3852/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/EmbeddingSpMDM.cc.o 2022-12-01T10:06:57.1902787Z [3853/6342] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/reporter.cc.o 2022-12-01T10:06:57.2222672Z [3853/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/EmbeddingSpMDMNBit.cc.o 2022-12-01T10:06:57.2223786Z [3854/6342] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/string_util.cc.o 2022-12-01T10:06:57.2752376Z [3854/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/ExecuteKernel.cc.o 2022-12-01T10:06:57.2752904Z [3855/6342] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o 2022-12-01T10:06:57.2784176Z [3855/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/ExecuteKernelU8S8.cc.o 2022-12-01T10:06:57.2786352Z [3856/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/ExecuteKernel.cc.o 2022-12-01T10:06:57.2985639Z [3856/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/Fbgemm.cc.o 2022-12-01T10:06:57.2986097Z [3857/6342] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/timers.cc.o 2022-12-01T10:06:57.3288332Z [3857/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmBfloat16Convert.cc.o 2022-12-01T10:06:57.3289183Z [3858/6342] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/sysinfo.cc.o 2022-12-01T10:06:57.3585513Z [3858/6342] Linking CXX static library lib/libbenchmark.a 2022-12-01T10:06:57.3586381Z [3859/6342] Linking CXX static library lib/libbenchmark.a 2022-12-01T10:06:57.3757164Z [3859/6342] Linking CXX static library lib/libbenchmark_main.a 2022-12-01T10:06:57.3757964Z [3860/6342] Linking CXX static library lib/libbenchmark_main.a 2022-12-01T10:06:57.4405822Z [3860/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmConv.cc.o 2022-12-01T10:06:57.4408455Z [3861/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/EmbeddingSpMDM.cc.o 2022-12-01T10:06:57.4647926Z [3861/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFPCommon.cc.o 2022-12-01T10:06:57.4649190Z [3862/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmBfloat16Convert.cc.o 2022-12-01T10:06:57.4794940Z [3862/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFP16.cc.o 2022-12-01T10:06:57.4796114Z [3863/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/EmbeddingSpMDMNBit.cc.o 2022-12-01T10:06:57.5172260Z [3863/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFloat16Convert.cc.o 2022-12-01T10:06:57.5175807Z [3864/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/Fbgemm.cc.o 2022-12-01T10:06:57.5176919Z [3864/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmI64.cc.o 2022-12-01T10:06:57.5177923Z [3865/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmConv.cc.o 2022-12-01T10:06:57.5425785Z [3865/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmSparseDense.cc.o 2022-12-01T10:06:57.5426712Z [3866/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/ExecuteKernelU8S8.cc.o 2022-12-01T10:06:57.6492330Z [3866/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmI8Spmdm.cc.o 2022-12-01T10:06:57.6493854Z [3867/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFloat16Convert.cc.o 2022-12-01T10:06:57.6856805Z [3867/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelDirectConvU8S8S32ACC32.cc.o 2022-12-01T10:06:57.6857444Z [3868/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFPCommon.cc.o 2022-12-01T10:06:57.7091886Z [3868/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernel.cc.o 2022-12-01T10:06:57.7092466Z [3869/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmSparseDense.cc.o 2022-12-01T10:06:57.7095785Z [3869/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16.cc.o 2022-12-01T10:06:57.7096544Z [3870/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmI8Spmdm.cc.o 2022-12-01T10:06:57.7299263Z [3870/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16Avx512.cc.o 2022-12-01T10:06:57.7300197Z [3871/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFP16.cc.o 2022-12-01T10:06:57.8600874Z [3871/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16Avx512VNNI.cc.o 2022-12-01T10:06:57.8603019Z [3872/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmI64.cc.o 2022-12-01T10:06:57.9083388Z [3872/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC32.cc.o 2022-12-01T10:06:57.9084462Z [3873/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelDirectConvU8S8S32ACC32.cc.o 2022-12-01T10:06:57.9361570Z [3873/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC32Avx512VNNI.cc.o 2022-12-01T10:06:57.9362668Z [3874/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16.cc.o 2022-12-01T10:06:57.9745956Z [3874/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConv.cc.o 2022-12-01T10:06:57.9746933Z [3875/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16Avx512.cc.o 2022-12-01T10:06:57.9865180Z [3875/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConvAcc32Avx2.cc.o 2022-12-01T10:06:57.9865857Z [3876/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16Avx512VNNI.cc.o 2022-12-01T10:06:58.0786177Z [3876/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConvAcc32Avx512.cc.o 2022-12-01T10:06:58.0787154Z [3877/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC32.cc.o 2022-12-01T10:06:58.1534681Z [3877/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAMatrix.cc.o 2022-12-01T10:06:58.1535572Z [3878/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConv.cc.o 2022-12-01T10:06:58.1581769Z [3878/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithIm2Col.cc.o 2022-12-01T10:06:58.1582736Z [3879/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC32Avx512VNNI.cc.o 2022-12-01T10:06:58.2101319Z [3879/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithQuantRowOffset.cc.o 2022-12-01T10:06:58.2101905Z [3880/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConvAcc32Avx2.cc.o 2022-12-01T10:06:58.2148814Z [3880/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithRowOffset.cc.o 2022-12-01T10:06:58.2149538Z [3881/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConvAcc32Avx512.cc.o 2022-12-01T10:06:58.2292552Z [3881/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackBMatrix.cc.o 2022-12-01T10:06:58.2293342Z [3882/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAMatrix.cc.o 2022-12-01T10:06:58.2349977Z [3882/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackMatrix.cc.o 2022-12-01T10:06:58.2350850Z [3883/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernel.cc.o 2022-12-01T10:06:58.3411634Z [3883/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightMatrixForGConv.cc.o 2022-12-01T10:06:58.3412485Z [3884/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithIm2Col.cc.o 2022-12-01T10:06:58.3582021Z [3884/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightsForConv.cc.o 2022-12-01T10:06:58.3582563Z [3885/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithQuantRowOffset.cc.o 2022-12-01T10:06:58.3838988Z [3885/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightsForDirectConv.cc.o 2022-12-01T10:06:58.3840185Z [3886/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithRowOffset.cc.o 2022-12-01T10:06:58.4057180Z [3886/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/QuantUtils.cc.o 2022-12-01T10:06:58.4057950Z [3887/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackBMatrix.cc.o 2022-12-01T10:06:58.4232201Z [3887/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/RowWiseSparseAdagradFused.cc.o 2022-12-01T10:06:58.4233168Z [3888/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackMatrix.cc.o 2022-12-01T10:06:58.4880907Z [3888/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/SparseAdagrad.cc.o 2022-12-01T10:06:58.4881831Z [3889/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightMatrixForGConv.cc.o 2022-12-01T10:06:58.4919443Z [3889/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/spmmUtils.cc.o 2022-12-01T10:06:58.4920375Z [3890/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightsForConv.cc.o 2022-12-01T10:06:58.5717409Z [3890/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/TransposeUtils.cc.o 2022-12-01T10:06:58.5718322Z [3891/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/QuantUtils.cc.o 2022-12-01T10:06:58.6389287Z [3891/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateI8Depthwise.cc.o 2022-12-01T10:06:58.6390205Z [3892/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/TransposeUtils.cc.o 2022-12-01T10:06:58.6554583Z [3892/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/RefImplementations.cc.o 2022-12-01T10:06:58.6555856Z [3893/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightsForDirectConv.cc.o 2022-12-01T10:06:58.6571915Z [3893/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/Utils.cc.o 2022-12-01T10:06:58.6573103Z [3894/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/RowWiseSparseAdagradFused.cc.o 2022-12-01T10:06:58.7168233Z [3894/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/EmbeddingSpMDMAvx2.cc.o 2022-12-01T10:06:58.7169061Z [3895/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/spmmUtils.cc.o 2022-12-01T10:06:58.7209055Z [3895/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmBfloat16ConvertAvx2.cc.o 2022-12-01T10:06:58.7209965Z [3896/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/SparseAdagrad.cc.o 2022-12-01T10:06:58.7774271Z [3896/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmFloat16ConvertAvx2.cc.o 2022-12-01T10:06:58.7774921Z [3897/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/EmbeddingSpMDMAvx2.cc.o 2022-12-01T10:06:58.8085331Z [3897/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8Depthwise3DAvx2.cc.o 2022-12-01T10:06:58.8085875Z [3898/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateI8Depthwise.cc.o 2022-12-01T10:06:58.8314812Z [3898/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8DepthwiseAvx2.cc.o 2022-12-01T10:06:58.8315353Z [3899/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/Utils.cc.o 2022-12-01T10:06:58.8327565Z [3899/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8DepthwisePerChannelQuantAvx2.cc.o 2022-12-01T10:06:58.8328110Z [3900/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/RefImplementations.cc.o 2022-12-01T10:06:58.9243740Z [3900/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmSparseDenseAvx2.cc.o 2022-12-01T10:06:58.9245007Z [3901/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmBfloat16ConvertAvx2.cc.o 2022-12-01T10:06:58.9411470Z [3901/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmSparseDenseInt8Avx2.cc.o 2022-12-01T10:06:58.9412310Z [3902/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmFloat16ConvertAvx2.cc.o 2022-12-01T10:06:58.9912207Z [3902/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/OptimizedKernelsAvx2.cc.o 2022-12-01T10:06:58.9913688Z [3903/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8Depthwise3DAvx2.cc.o 2022-12-01T10:06:59.0147968Z [3903/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/PackDepthwiseConvMatrixAvx2.cc.o 2022-12-01T10:06:59.0148901Z [3904/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmSparseDenseAvx2.cc.o 2022-12-01T10:06:59.0343793Z [3904/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/QuantUtilsAvx2.cc.o 2022-12-01T10:06:59.0344722Z [3905/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8DepthwiseAvx2.cc.o 2022-12-01T10:06:59.0535119Z [3905/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/spmmUtilsAvx2.cc.o 2022-12-01T10:06:59.0536074Z [3906/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/OptimizedKernelsAvx2.cc.o 2022-12-01T10:06:59.0610146Z [3906/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/UtilsAvx2.cc.o 2022-12-01T10:06:59.0611145Z [3907/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8DepthwisePerChannelQuantAvx2.cc.o 2022-12-01T10:06:59.1233409Z [3907/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmFP16UKernelsAvx2.cc.o 2022-12-01T10:06:59.1234369Z [3908/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmSparseDenseInt8Avx2.cc.o 2022-12-01T10:06:59.1410086Z [3908/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmBfloat16ConvertAvx512.cc.o 2022-12-01T10:06:59.1411067Z [3909/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/PackDepthwiseConvMatrixAvx2.cc.o 2022-12-01T10:06:59.1704271Z [3909/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/EmbeddingSpMDMAvx512.cc.o 2022-12-01T10:06:59.1705329Z [3910/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/spmmUtilsAvx2.cc.o 2022-12-01T10:06:59.1836592Z [3910/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFloat16ConvertAvx512.cc.o 2022-12-01T10:06:59.1837114Z [3911/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/UtilsAvx2.cc.o 2022-12-01T10:06:59.2152297Z [3911/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseAvx512.cc.o 2022-12-01T10:06:59.2152923Z [3912/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/QuantUtilsAvx2.cc.o 2022-12-01T10:06:59.3021414Z [3912/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseInt8Avx512.cc.o 2022-12-01T10:06:59.3022379Z [3913/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/EmbeddingSpMDMAvx512.cc.o 2022-12-01T10:06:59.3305219Z [3913/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseVectorInt8Avx512.cc.o 2022-12-01T10:06:59.3305938Z [3914/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmBfloat16ConvertAvx512.cc.o 2022-12-01T10:06:59.3343623Z [3914/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/QuantUtilsAvx512.cc.o 2022-12-01T10:06:59.3344585Z [3915/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFloat16ConvertAvx512.cc.o 2022-12-01T10:06:59.3553697Z [3915/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/UtilsAvx512.cc.o 2022-12-01T10:06:59.3554452Z [3916/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseAvx512.cc.o 2022-12-01T10:06:59.4339558Z [3916/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFP16UKernelsAvx512.cc.o 2022-12-01T10:06:59.4340590Z [3917/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseInt8Avx512.cc.o 2022-12-01T10:06:59.4572111Z [3917/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFP16UKernelsAvx512_256.cc.o 2022-12-01T10:06:59.4573045Z [3918/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/UtilsAvx512.cc.o 2022-12-01T10:06:59.4928597Z [3918/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/archtraits.cpp.o 2022-12-01T10:06:59.4929290Z [3919/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseVectorInt8Avx512.cc.o 2022-12-01T10:06:59.5104081Z [3919/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/assembler.cpp.o 2022-12-01T10:06:59.5104799Z [3920/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/QuantUtilsAvx512.cc.o 2022-12-01T10:06:59.5190198Z [3920/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/builder.cpp.o 2022-12-01T10:06:59.5190725Z [3921/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmFP16UKernelsAvx2.cc.o 2022-12-01T10:06:59.5661400Z [3921/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/codeholder.cpp.o 2022-12-01T10:06:59.5662365Z [3922/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFP16UKernelsAvx512.cc.o 2022-12-01T10:06:59.5971034Z [3922/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/codewriter.cpp.o 2022-12-01T10:06:59.5971937Z [3923/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/archtraits.cpp.o 2022-12-01T10:06:59.6494454Z [3923/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/compiler.cpp.o 2022-12-01T10:06:59.6495303Z [3924/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/builder.cpp.o 2022-12-01T10:06:59.6550137Z [3924/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/constpool.cpp.o 2022-12-01T10:06:59.6550713Z [3925/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/codeholder.cpp.o 2022-12-01T10:06:59.6574565Z [3925/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/cpuinfo.cpp.o 2022-12-01T10:06:59.6575437Z [3926/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/assembler.cpp.o 2022-12-01T10:06:59.6969308Z [3926/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emithelper.cpp.o 2022-12-01T10:06:59.6969902Z [3927/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/codewriter.cpp.o 2022-12-01T10:06:59.7459833Z [3927/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emitter.cpp.o 2022-12-01T10:06:59.7460379Z [3928/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/compiler.cpp.o 2022-12-01T10:06:59.7488241Z [3928/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emitterutils.cpp.o 2022-12-01T10:06:59.7489208Z [3929/6342] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFP16UKernelsAvx512_256.cc.o 2022-12-01T10:06:59.7674285Z [3929/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/environment.cpp.o 2022-12-01T10:06:59.7675222Z [3930/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/constpool.cpp.o 2022-12-01T10:06:59.8123313Z [3930/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/errorhandler.cpp.o 2022-12-01T10:06:59.8124216Z [3931/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/cpuinfo.cpp.o 2022-12-01T10:06:59.8149075Z [3931/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/formatter.cpp.o 2022-12-01T10:06:59.8149682Z [3932/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emithelper.cpp.o 2022-12-01T10:06:59.8421017Z [3932/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/func.cpp.o 2022-12-01T10:06:59.8421911Z [3933/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emitter.cpp.o 2022-12-01T10:06:59.8682461Z [3933/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/funcargscontext.cpp.o 2022-12-01T10:06:59.8683454Z [3934/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/environment.cpp.o 2022-12-01T10:06:59.8877837Z [3934/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/globals.cpp.o 2022-12-01T10:06:59.8879053Z [3935/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/errorhandler.cpp.o 2022-12-01T10:06:59.8957909Z [3935/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/inst.cpp.o 2022-12-01T10:06:59.8958860Z [3936/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emitterutils.cpp.o 2022-12-01T10:06:59.9676240Z [3936/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/jitallocator.cpp.o 2022-12-01T10:06:59.9677240Z [3937/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/func.cpp.o 2022-12-01T10:06:59.9746853Z [3937/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/jitruntime.cpp.o 2022-12-01T10:06:59.9747969Z [3938/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/formatter.cpp.o 2022-12-01T10:06:59.9881988Z [3938/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/logger.cpp.o 2022-12-01T10:06:59.9882916Z [3939/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/globals.cpp.o 2022-12-01T10:06:59.9906763Z [3939/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/operand.cpp.o 2022-12-01T10:06:59.9907713Z [3940/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/funcargscontext.cpp.o 2022-12-01T10:07:00.0180206Z [3940/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/osutils.cpp.o 2022-12-01T10:07:00.0181027Z [3941/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/inst.cpp.o 2022-12-01T10:07:00.0267934Z [3941/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/ralocal.cpp.o 2022-12-01T10:07:00.0268831Z [3942/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/jitallocator.cpp.o 2022-12-01T10:07:00.0949866Z [3942/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/rapass.cpp.o 2022-12-01T10:07:00.0950745Z [3943/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/jitruntime.cpp.o 2022-12-01T10:07:00.0974740Z [3943/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/rastack.cpp.o 2022-12-01T10:07:00.0975645Z [3944/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/logger.cpp.o 2022-12-01T10:07:00.1174867Z [3944/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/string.cpp.o 2022-12-01T10:07:00.1175783Z [3945/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/osutils.cpp.o 2022-12-01T10:07:00.1719188Z [3945/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/support.cpp.o 2022-12-01T10:07:00.1720150Z [3946/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/operand.cpp.o 2022-12-01T10:07:00.1745377Z [3946/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/target.cpp.o 2022-12-01T10:07:00.1746607Z [3947/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/ralocal.cpp.o 2022-12-01T10:07:00.1757322Z [3947/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/type.cpp.o 2022-12-01T10:07:00.1758162Z [3948/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/rapass.cpp.o 2022-12-01T10:07:00.2207662Z [3948/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/virtmem.cpp.o 2022-12-01T10:07:00.2208300Z [3949/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/string.cpp.o 2022-12-01T10:07:00.2459155Z [3949/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zone.cpp.o 2022-12-01T10:07:00.2459796Z [3950/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/support.cpp.o 2022-12-01T10:07:00.2579606Z [3950/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonehash.cpp.o 2022-12-01T10:07:00.2580515Z [3951/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/rastack.cpp.o 2022-12-01T10:07:00.2803213Z [3951/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonelist.cpp.o 2022-12-01T10:07:00.2803711Z [3952/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/target.cpp.o 2022-12-01T10:07:00.3015324Z [3952/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonestack.cpp.o 2022-12-01T10:07:00.3016395Z [3953/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/type.cpp.o 2022-12-01T10:07:00.3288098Z [3953/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonetree.cpp.o 2022-12-01T10:07:00.3288983Z [3954/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zone.cpp.o 2022-12-01T10:07:00.3453020Z [3954/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonevector.cpp.o 2022-12-01T10:07:00.3453595Z [3955/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/virtmem.cpp.o 2022-12-01T10:07:00.3545439Z [3955/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/armformatter.cpp.o 2022-12-01T10:07:00.3546396Z [3956/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonehash.cpp.o 2022-12-01T10:07:00.4060790Z [3956/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64assembler.cpp.o 2022-12-01T10:07:00.4061387Z [3957/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonelist.cpp.o 2022-12-01T10:07:00.4122192Z [3957/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64builder.cpp.o 2022-12-01T10:07:00.4123082Z [3958/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonestack.cpp.o 2022-12-01T10:07:00.4168596Z [3958/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64compiler.cpp.o 2022-12-01T10:07:00.4169505Z [3959/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonetree.cpp.o 2022-12-01T10:07:00.4318928Z [3959/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64emithelper.cpp.o 2022-12-01T10:07:00.4320175Z [3960/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonevector.cpp.o 2022-12-01T10:07:00.5118510Z [3960/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64formatter.cpp.o 2022-12-01T10:07:00.5119810Z [3961/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/armformatter.cpp.o 2022-12-01T10:07:00.5470926Z [3961/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64func.cpp.o 2022-12-01T10:07:00.5471846Z [3962/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64assembler.cpp.o 2022-12-01T10:07:00.5487499Z [3962/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64instapi.cpp.o 2022-12-01T10:07:00.5488457Z [3963/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64builder.cpp.o 2022-12-01T10:07:00.5732892Z [3963/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64instdb.cpp.o 2022-12-01T10:07:00.5733818Z [3964/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64compiler.cpp.o 2022-12-01T10:07:00.5995491Z [3964/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64operand.cpp.o 2022-12-01T10:07:00.5996429Z [3965/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64emithelper.cpp.o 2022-12-01T10:07:00.6149764Z [3965/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64rapass.cpp.o 2022-12-01T10:07:00.6150284Z [3966/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64formatter.cpp.o 2022-12-01T10:07:00.6340873Z [3966/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86assembler.cpp.o 2022-12-01T10:07:00.6341979Z [3967/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64func.cpp.o 2022-12-01T10:07:00.6768181Z [3967/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86builder.cpp.o 2022-12-01T10:07:00.6768761Z [3968/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64instapi.cpp.o 2022-12-01T10:07:00.6785576Z [3968/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86compiler.cpp.o 2022-12-01T10:07:00.6786088Z [3969/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64instdb.cpp.o 2022-12-01T10:07:00.7096003Z [3969/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86emithelper.cpp.o 2022-12-01T10:07:00.7096878Z [3970/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64operand.cpp.o 2022-12-01T10:07:00.7881815Z [3970/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86formatter.cpp.o 2022-12-01T10:07:00.7882744Z [3971/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64rapass.cpp.o 2022-12-01T10:07:00.8041942Z [3971/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86func.cpp.o 2022-12-01T10:07:00.8042861Z [3972/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86builder.cpp.o 2022-12-01T10:07:00.8049276Z [3972/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86instdb.cpp.o 2022-12-01T10:07:00.8050313Z [3973/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86assembler.cpp.o 2022-12-01T10:07:00.8450932Z [3973/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86instapi.cpp.o 2022-12-01T10:07:00.8451472Z [3974/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86compiler.cpp.o 2022-12-01T10:07:00.8578794Z [3974/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86operand.cpp.o 2022-12-01T10:07:00.8579661Z [3975/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86emithelper.cpp.o 2022-12-01T10:07:00.8609805Z [3975/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86rapass.cpp.o 2022-12-01T10:07:00.8610325Z [3976/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86formatter.cpp.o 2022-12-01T10:07:00.9667541Z [3976/6342] Building C object third_party/ittapi/CMakeFiles/ittnotify.dir/src/ittnotify/ittnotify_static.c.o 2022-12-01T10:07:00.9668278Z [3977/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86func.cpp.o 2022-12-01T10:07:00.9698148Z [3977/6342] Building C object third_party/ittapi/CMakeFiles/ittnotify.dir/src/ittnotify/jitprofiling.c.o 2022-12-01T10:07:00.9698950Z [3978/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86instapi.cpp.o 2022-12-01T10:07:00.9794648Z [3978/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/fs-poll.c.o 2022-12-01T10:07:00.9795181Z [3979/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86operand.cpp.o 2022-12-01T10:07:00.9992488Z [3979/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/idna.c.o 2022-12-01T10:07:00.9993313Z [3980/6342] Building C object third_party/ittapi/CMakeFiles/ittnotify.dir/src/ittnotify/ittnotify_static.c.o 2022-12-01T10:07:01.0254198Z [3980/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/inet.c.o 2022-12-01T10:07:01.0255373Z [3981/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86instdb.cpp.o 2022-12-01T10:07:01.0336922Z [3981/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/random.c.o 2022-12-01T10:07:01.0337792Z [3982/6342] Building C object third_party/ittapi/CMakeFiles/ittnotify.dir/src/ittnotify/jitprofiling.c.o 2022-12-01T10:07:01.0548483Z [3982/6342] Linking C static library lib/libittnotify.a 2022-12-01T10:07:01.0548951Z [3983/6342] Linking C static library lib/libittnotify.a 2022-12-01T10:07:01.0658546Z [3983/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/strscpy.c.o 2022-12-01T10:07:01.0659155Z [3984/6342] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86rapass.cpp.o 2022-12-01T10:07:01.0799448Z [3984/6342] Linking CXX static library lib/libasmjit.a 2022-12-01T10:07:01.0800424Z [3985/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/fs-poll.c.o 2022-12-01T10:07:01.0872128Z [3985/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/threadpool.c.o 2022-12-01T10:07:01.0872631Z [3986/6342] Linking CXX static library lib/libasmjit.a 2022-12-01T10:07:01.1051120Z [3986/6342] Linking CXX static library lib/libfbgemm.a 2022-12-01T10:07:01.1052089Z [3987/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/idna.c.o 2022-12-01T10:07:01.1330030Z [3987/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/timer.c.o 2022-12-01T10:07:01.1331000Z [3988/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/inet.c.o 2022-12-01T10:07:01.1386756Z [3988/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/uv-common.c.o 2022-12-01T10:07:01.1387355Z [3989/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/random.c.o 2022-12-01T10:07:01.1540470Z [3989/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/uv-data-getter-setters.c.o 2022-12-01T10:07:01.1541446Z [3990/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/strscpy.c.o 2022-12-01T10:07:01.1921505Z [3990/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/version.c.o 2022-12-01T10:07:01.1922440Z [3991/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/threadpool.c.o 2022-12-01T10:07:01.2075162Z [3991/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/async.c.o 2022-12-01T10:07:01.2076073Z [3992/6342] Linking CXX static library lib/libfbgemm.a 2022-12-01T10:07:01.2080912Z [3992/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/core.c.o 2022-12-01T10:07:01.2081916Z [3993/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/timer.c.o 2022-12-01T10:07:01.2441373Z [3993/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/dl.c.o 2022-12-01T10:07:01.2442298Z [3994/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/uv-common.c.o 2022-12-01T10:07:01.2579713Z [3994/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/fs.c.o 2022-12-01T10:07:01.2585326Z [3995/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/version.c.o 2022-12-01T10:07:01.2829523Z [3995/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/getaddrinfo.c.o 2022-12-01T10:07:01.2830509Z [3996/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/uv-data-getter-setters.c.o 2022-12-01T10:07:01.3189229Z [3996/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/getnameinfo.c.o 2022-12-01T10:07:01.3190218Z [3997/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/dl.c.o 2022-12-01T10:07:01.3194566Z [3997/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/loop-watcher.c.o 2022-12-01T10:07:01.3195815Z [3998/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/core.c.o 2022-12-01T10:07:01.3214985Z [3998/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/loop.c.o 2022-12-01T10:07:01.3215971Z [3999/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/async.c.o 2022-12-01T10:07:01.3731929Z [3999/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/pipe.c.o 2022-12-01T10:07:01.3732542Z [4000/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/getaddrinfo.c.o 2022-12-01T10:07:01.3746118Z [4000/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/poll.c.o 2022-12-01T10:07:01.3747016Z [4001/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/fs.c.o 2022-12-01T10:07:01.3959172Z [4001/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/process.c.o 2022-12-01T10:07:01.3961262Z [4002/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/getnameinfo.c.o 2022-12-01T10:07:01.4415279Z [4002/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-devurandom.c.o 2022-12-01T10:07:01.4416232Z [4003/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/loop-watcher.c.o 2022-12-01T10:07:01.4537678Z [4003/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/signal.c.o 2022-12-01T10:07:01.4538676Z [4004/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/pipe.c.o 2022-12-01T10:07:01.4545458Z [4004/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/stream.c.o 2022-12-01T10:07:01.4546486Z [4005/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/loop.c.o 2022-12-01T10:07:01.4952593Z [4005/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/tcp.c.o 2022-12-01T10:07:01.4953595Z [4006/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/process.c.o 2022-12-01T10:07:01.5006561Z [4006/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/thread.c.o 2022-12-01T10:07:01.5007293Z [4007/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/poll.c.o 2022-12-01T10:07:01.5058336Z [4007/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/tty.c.o 2022-12-01T10:07:01.5058954Z [4008/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-devurandom.c.o 2022-12-01T10:07:01.5584145Z [4008/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/udp.c.o 2022-12-01T10:07:01.5585227Z [4009/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/signal.c.o 2022-12-01T10:07:01.5813337Z [4009/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/proctitle.c.o 2022-12-01T10:07:01.5814283Z [4010/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/tcp.c.o 2022-12-01T10:07:01.5986106Z [4010/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-core.c.o 2022-12-01T10:07:01.5986726Z [4011/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/stream.c.o 2022-12-01T10:07:01.6152592Z [4011/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-inotify.c.o 2022-12-01T10:07:01.6153180Z [4012/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/udp.c.o 2022-12-01T10:07:01.6216284Z [4012/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-syscalls.c.o 2022-12-01T10:07:01.6217221Z [4013/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/tty.c.o 2022-12-01T10:07:01.6371251Z [4013/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/procfs-exepath.c.o 2022-12-01T10:07:01.6372225Z [4014/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/thread.c.o 2022-12-01T10:07:01.6879998Z [4014/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-getrandom.c.o 2022-12-01T10:07:01.6881091Z [4015/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/proctitle.c.o 2022-12-01T10:07:01.7068324Z [4015/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-sysctl-linux.c.o 2022-12-01T10:07:01.7069331Z [4016/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-core.c.o 2022-12-01T10:07:01.7189233Z [4016/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/error.cc.o 2022-12-01T10:07:01.7190315Z [4017/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-inotify.c.o 2022-12-01T10:07:01.7369622Z [4017/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/helpers.cc.o 2022-12-01T10:07:01.7370261Z [4018/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-syscalls.c.o 2022-12-01T10:07:01.7490623Z [4018/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/address.cc.o 2022-12-01T10:07:01.7491703Z [4019/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-getrandom.c.o 2022-12-01T10:07:01.7526269Z [4019/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/allocator.cc.o 2022-12-01T10:07:01.7527501Z [4020/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/procfs-exepath.c.o 2022-12-01T10:07:01.8010766Z [4020/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/error.cc.o 2022-12-01T10:07:01.8012534Z [4021/6342] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-sysctl-linux.c.o 2022-12-01T10:07:01.8343945Z [4021/6342] Linking C static library lib/libtensorpipe_uv.a 2022-12-01T10:07:01.8345311Z [4022/6342] Linking C static library lib/libtensorpipe_uv.a 2022-12-01T10:07:01.8604506Z [4022/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/fd.cc.o 2022-12-01T10:07:01.8605573Z [4023/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/error.cc.o 2022-12-01T10:07:01.8846438Z [4023/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/socket.cc.o 2022-12-01T10:07:01.8847305Z [4024/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/address.cc.o 2022-12-01T10:07:01.8983012Z [4024/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/system.cc.o 2022-12-01T10:07:01.8983913Z [4025/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/helpers.cc.o 2022-12-01T10:07:01.9331721Z [4025/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/context.cc.o 2022-12-01T10:07:01.9332249Z [4026/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/error.cc.o 2022-12-01T10:07:01.9405405Z [4026/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/context_impl.cc.o 2022-12-01T10:07:01.9406031Z [4027/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/allocator.cc.o 2022-12-01T10:07:02.0043582Z [4027/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/error.cc.o 2022-12-01T10:07:02.0044518Z [4028/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/fd.cc.o 2022-12-01T10:07:02.0517704Z [4028/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/listener.cc.o 2022-12-01T10:07:02.0518569Z [4029/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/socket.cc.o 2022-12-01T10:07:02.0786998Z [4029/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/listener_impl.cc.o 2022-12-01T10:07:02.0788188Z [4030/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/system.cc.o 2022-12-01T10:07:02.0958510Z [4030/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/pipe.cc.o 2022-12-01T10:07:02.0959652Z [4031/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/error.cc.o 2022-12-01T10:07:02.1158564Z [4031/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/pipe_impl.cc.o 2022-12-01T10:07:02.1159570Z [4032/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/context.cc.o 2022-12-01T10:07:02.2461837Z [4032/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/error.cc.o 2022-12-01T10:07:02.2462778Z [4033/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/error.cc.o 2022-12-01T10:07:02.2714945Z [4033/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/channel_impl.cc.o 2022-12-01T10:07:02.2715664Z [4034/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/context_impl.cc.o 2022-12-01T10:07:02.3180758Z [4034/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/context_impl.cc.o 2022-12-01T10:07:02.3182000Z [4035/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/listener_impl.cc.o 2022-12-01T10:07:02.3193221Z [4035/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/factory.cc.o 2022-12-01T10:07:02.3193796Z [4036/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/listener.cc.o 2022-12-01T10:07:02.3851398Z [4036/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/channel_impl.cc.o 2022-12-01T10:07:02.3852284Z [4037/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/pipe.cc.o 2022-12-01T10:07:02.4512248Z [4037/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/context_impl.cc.o 2022-12-01T10:07:02.4513154Z [4038/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/pipe_impl.cc.o 2022-12-01T10:07:02.4658375Z [4038/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/factory.cc.o 2022-12-01T10:07:02.4658993Z [4039/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/channel_impl.cc.o 2022-12-01T10:07:02.4852750Z [4039/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/channel_impl.cc.o 2022-12-01T10:07:02.4855304Z [4040/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/context_impl.cc.o 2022-12-01T10:07:02.5092016Z [4040/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/context_impl.cc.o 2022-12-01T10:07:02.5093121Z [4041/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/factory.cc.o 2022-12-01T10:07:02.5464931Z [4041/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/factory.cc.o 2022-12-01T10:07:02.5465827Z [4042/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/channel_impl.cc.o 2022-12-01T10:07:02.6008910Z [4042/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/channel_impl.cc.o 2022-12-01T10:07:02.6010165Z [4043/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/context_impl.cc.o 2022-12-01T10:07:02.6381308Z [4043/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/context_impl.cc.o 2022-12-01T10:07:02.6382278Z [4044/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/factory.cc.o 2022-12-01T10:07:02.6769773Z [4044/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/factory.cc.o 2022-12-01T10:07:02.6770492Z [4045/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/channel_impl.cc.o 2022-12-01T10:07:02.7037535Z [4045/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/connection_impl.cc.o 2022-12-01T10:07:02.7038479Z [4046/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/context_impl.cc.o 2022-12-01T10:07:02.7049928Z [4046/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/context_impl.cc.o 2022-12-01T10:07:02.7050795Z [4047/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/factory.cc.o 2022-12-01T10:07:02.7868806Z [4047/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/error.cc.o 2022-12-01T10:07:02.7872342Z [4048/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/channel_impl.cc.o 2022-12-01T10:07:02.8344162Z [4048/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/factory.cc.o 2022-12-01T10:07:02.8345147Z [4049/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/context_impl.cc.o 2022-12-01T10:07:02.8799964Z [4049/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/listener_impl.cc.o 2022-12-01T10:07:02.8801008Z [4050/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/factory.cc.o 2022-12-01T10:07:02.9192262Z [4050/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/loop.cc.o 2022-12-01T10:07:02.9193158Z [4051/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/error.cc.o 2022-12-01T10:07:02.9263890Z [4051/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/sockaddr.cc.o 2022-12-01T10:07:02.9264820Z [4052/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/connection_impl.cc.o 2022-12-01T10:07:02.9910363Z [4052/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/utility.cc.o 2022-12-01T10:07:02.9911357Z [4053/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/context_impl.cc.o 2022-12-01T10:07:03.0505876Z [4053/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/epoll_loop.cc.o 2022-12-01T10:07:03.0506747Z [4054/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/factory.cc.o 2022-12-01T10:07:03.1081689Z [4054/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/shm_segment.cc.o 2022-12-01T10:07:03.1082254Z [4055/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/listener_impl.cc.o 2022-12-01T10:07:03.1293279Z [4055/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/connection_impl.cc.o 2022-12-01T10:07:03.1294417Z [4056/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/loop.cc.o 2022-12-01T10:07:03.1713420Z [4056/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/context_impl.cc.o 2022-12-01T10:07:03.1714408Z [4057/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/sockaddr.cc.o 2022-12-01T10:07:03.1837399Z [4057/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/factory.cc.o 2022-12-01T10:07:03.1838318Z [4058/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/utility.cc.o 2022-12-01T10:07:03.1844126Z [4058/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/listener_impl.cc.o 2022-12-01T10:07:03.1845256Z [4059/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/epoll_loop.cc.o 2022-12-01T10:07:03.2444210Z [4059/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/reactor.cc.o 2022-12-01T10:07:03.2451181Z [4060/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/shm_segment.cc.o 2022-12-01T10:07:03.3161613Z [4060/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/sockaddr.cc.o 2022-12-01T10:07:03.3162706Z [4061/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/connection_impl.cc.o 2022-12-01T10:07:03.3452616Z [4061/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/ibv.cc.o 2022-12-01T10:07:03.3453719Z [4062/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/context_impl.cc.o 2022-12-01T10:07:03.4025806Z [4062/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/connection_impl.cc.o 2022-12-01T10:07:03.4026795Z [4063/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/reactor.cc.o 2022-12-01T10:07:03.4107748Z [4063/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/context_impl.cc.o 2022-12-01T10:07:03.4108792Z [4064/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/sockaddr.cc.o 2022-12-01T10:07:03.4285705Z [4064/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/error.cc.o 2022-12-01T10:07:03.4286664Z [4065/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/factory.cc.o 2022-12-01T10:07:03.4439052Z [4065/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/factory.cc.o 2022-12-01T10:07:03.4440238Z [4066/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/listener_impl.cc.o 2022-12-01T10:07:03.4865751Z [4066/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/listener_impl.cc.o 2022-12-01T10:07:03.4866639Z [4067/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/ibv.cc.o 2022-12-01T10:07:03.5839588Z [4067/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/reactor.cc.o 2022-12-01T10:07:03.5840762Z [4068/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/connection_impl.cc.o 2022-12-01T10:07:03.6021054Z [4068/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/sockaddr.cc.o 2022-12-01T10:07:03.6027518Z [4069/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/error.cc.o 2022-12-01T10:07:03.6534031Z [4069/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/utility.cc.o 2022-12-01T10:07:03.6535004Z [4070/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/context_impl.cc.o 2022-12-01T10:07:03.6830416Z [4070/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/algorithm.cc.o 2022-12-01T10:07:03.6831314Z [4071/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/listener_impl.cc.o 2022-12-01T10:07:03.6990492Z [4071/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allgather.cc.o 2022-12-01T10:07:03.6991385Z [4072/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/factory.cc.o 2022-12-01T10:07:03.7205212Z [4072/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allgatherv.cc.o 2022-12-01T10:07:03.7206043Z [4073/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/reactor.cc.o 2022-12-01T10:07:03.7510066Z [4073/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allreduce.cc.o 2022-12-01T10:07:03.7510967Z [4074/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/sockaddr.cc.o 2022-12-01T10:07:03.7955600Z [4074/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allreduce_local.cc.o 2022-12-01T10:07:03.7956600Z [4075/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/algorithm.cc.o 2022-12-01T10:07:03.8031577Z [4075/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/alltoall.cc.o 2022-12-01T10:07:03.8032617Z [4076/6342] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/utility.cc.o 2022-12-01T10:07:03.8503457Z [4076/6342] Linking CXX static library lib/libtensorpipe.a 2022-12-01T10:07:03.8503951Z [4077/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allgather.cc.o 2022-12-01T10:07:03.8575944Z [4077/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/alltoallv.cc.o 2022-12-01T10:07:03.8576745Z [4078/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allgatherv.cc.o 2022-12-01T10:07:03.9061328Z [4078/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/barrier.cc.o 2022-12-01T10:07:03.9062035Z [4079/6342] Linking CXX static library lib/libtensorpipe.a 2022-12-01T10:07:03.9082760Z [4079/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/broadcast.cc.o 2022-12-01T10:07:03.9083230Z [4080/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allreduce.cc.o 2022-12-01T10:07:03.9231917Z [4080/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/context.cc.o 2022-12-01T10:07:03.9232739Z [4081/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allreduce_local.cc.o 2022-12-01T10:07:03.9895288Z [4081/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/gather.cc.o 2022-12-01T10:07:03.9896055Z [4082/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/alltoall.cc.o 2022-12-01T10:07:04.0107607Z [4082/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/gatherv.cc.o 2022-12-01T10:07:04.0108429Z [4083/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/barrier.cc.o 2022-12-01T10:07:04.0196136Z [4083/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/reduce.cc.o 2022-12-01T10:07:04.0196890Z [4084/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/alltoallv.cc.o 2022-12-01T10:07:04.0721876Z [4084/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/scatter.cc.o 2022-12-01T10:07:04.0722370Z [4085/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/gather.cc.o 2022-12-01T10:07:04.0753002Z [4085/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/types.cc.o 2022-12-01T10:07:04.0753789Z [4086/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/broadcast.cc.o 2022-12-01T10:07:04.0856121Z [4086/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/common/logging.cc.o 2022-12-01T10:07:04.0856912Z [4087/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/context.cc.o 2022-12-01T10:07:04.1364423Z [4087/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/common/linux.cc.o 2022-12-01T10:07:04.1365174Z [4088/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/gatherv.cc.o 2022-12-01T10:07:04.1660703Z [4088/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/context.cc.o 2022-12-01T10:07:04.1661935Z [4089/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/reduce.cc.o 2022-12-01T10:07:04.2143732Z [4089/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/file_store.cc.o 2022-12-01T10:07:04.2144592Z [4090/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/common/logging.cc.o 2022-12-01T10:07:04.2146718Z [4090/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/hash_store.cc.o 2022-12-01T10:07:04.2147555Z [4091/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/scatter.cc.o 2022-12-01T10:07:04.2851360Z [4091/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/prefix_store.cc.o 2022-12-01T10:07:04.2852408Z [4092/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/common/linux.cc.o 2022-12-01T10:07:04.2926992Z [4092/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/store.cc.o 2022-12-01T10:07:04.2927739Z [4093/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/types.cc.o 2022-12-01T10:07:04.2938891Z [4093/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/address.cc.o 2022-12-01T10:07:04.2939648Z [4094/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/context.cc.o 2022-12-01T10:07:04.3360756Z [4094/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/buffer.cc.o 2022-12-01T10:07:04.3361542Z [4095/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/buffer.cc.o 2022-12-01T10:07:04.3381253Z [4095/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/context.cc.o 2022-12-01T10:07:04.3382046Z [4096/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/file_store.cc.o 2022-12-01T10:07:04.3503176Z [4096/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/device.cc.o 2022-12-01T10:07:04.3504811Z [4097/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/prefix_store.cc.o 2022-12-01T10:07:04.3874193Z [4097/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/pair.cc.o 2022-12-01T10:07:04.3874983Z [4098/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/hash_store.cc.o 2022-12-01T10:07:04.4055007Z [4098/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/unbound_buffer.cc.o 2022-12-01T10:07:04.4055495Z [4099/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/address.cc.o 2022-12-01T10:07:04.4101010Z [4099/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/address.cc.o 2022-12-01T10:07:04.4101485Z [4100/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/store.cc.o 2022-12-01T10:07:04.4652995Z [4100/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/buffer.cc.o 2022-12-01T10:07:04.4654504Z [4101/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/unbound_buffer.cc.o 2022-12-01T10:07:04.4867011Z [4101/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/context.cc.o 2022-12-01T10:07:04.4867824Z [4102/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/context.cc.o 2022-12-01T10:07:04.5058021Z [4102/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/device.cc.o 2022-12-01T10:07:04.5058770Z [4103/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/device.cc.o 2022-12-01T10:07:04.5086739Z [4103/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/loop.cc.o 2022-12-01T10:07:04.5087557Z [4104/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/pair.cc.o 2022-12-01T10:07:04.5701486Z [4104/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/pair.cc.o 2022-12-01T10:07:04.5703157Z [4105/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/address.cc.o 2022-12-01T10:07:04.6164634Z [4105/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/unbound_buffer.cc.o 2022-12-01T10:07:04.6165422Z [4106/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/buffer.cc.o 2022-12-01T10:07:04.6671957Z [4106/6342] Running gen_proto.py on onnx/onnx.in.proto 2022-12-01T10:07:04.6672458Z [4107/6342] Running gen_proto.py on onnx/onnx.in.proto 2022-12-01T10:07:04.6672857Z Processing /var/lib/jenkins/workspace/third_party/onnx/onnx/onnx.in.proto 2022-12-01T10:07:04.6673591Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2022-12-01T10:07:04.6674150Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto3 2022-12-01T10:07:04.6674604Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-ml.pb.h 2022-12-01T10:07:04.6674916Z generating /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_pb.py 2022-12-01T10:07:04.6675178Z 2022-12-01T10:07:04.6721444Z [4107/6342] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2022-12-01T10:07:04.6722065Z [4108/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/loop.cc.o 2022-12-01T10:07:04.6799502Z [4108/6342] Building C object third_party/foxi/CMakeFiles/foxi_loader.dir/foxi/onnxifi_loader.c.o 2022-12-01T10:07:04.6800013Z [4109/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/context.cc.o 2022-12-01T10:07:04.7101329Z [4109/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/batch_normalization.cpp.o 2022-12-01T10:07:04.7102296Z [4110/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/device.cc.o 2022-12-01T10:07:04.7294289Z [4110/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/bfloat16.cpp.o 2022-12-01T10:07:04.7295351Z [4111/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/pair.cc.o 2022-12-01T10:07:04.7528983Z [4111/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/binary.cpp.o 2022-12-01T10:07:04.7529894Z [4112/6342] Building C object third_party/foxi/CMakeFiles/foxi_loader.dir/foxi/onnxifi_loader.c.o 2022-12-01T10:07:04.7575863Z [4112/6342] Linking C static library lib/libfoxi_loader.a 2022-12-01T10:07:04.7577613Z [4113/6342] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/unbound_buffer.cc.o 2022-12-01T10:07:04.7698829Z [4113/6342] Linking CXX static library lib/libgloo.a 2022-12-01T10:07:04.7699393Z [4114/6342] Linking C static library lib/libfoxi_loader.a 2022-12-01T10:07:04.7895293Z [4114/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/broadcast_strategy.cpp.o 2022-12-01T10:07:04.7896026Z [4115/6342] Linking CXX static library lib/libgloo.a 2022-12-01T10:07:04.8369715Z [4115/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/cache_blob_id.cpp.o 2022-12-01T10:07:04.8370698Z [4116/6342] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2022-12-01T10:07:04.8710577Z [4116/6342] Running gen_proto.py on onnx/onnx-operators.in.proto 2022-12-01T10:07:04.8711256Z [4117/6342] Running gen_proto.py on onnx/onnx-operators.in.proto 2022-12-01T10:07:04.8712238Z Processing /var/lib/jenkins/workspace/third_party/onnx/onnx/onnx-operators.in.proto 2022-12-01T10:07:04.8713021Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2022-12-01T10:07:04.8713810Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto3 2022-12-01T10:07:04.8714569Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators-ml.pb.h 2022-12-01T10:07:04.8715095Z generating /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_operators_pb.py 2022-12-01T10:07:04.8715309Z 2022-12-01T10:07:04.9061665Z [4117/6342] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2022-12-01T10:07:04.9062359Z [4118/6342] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2022-12-01T10:07:04.9249618Z [4118/6342] Running gen_proto.py on onnx/onnx-data.in.proto 2022-12-01T10:07:04.9250685Z [4119/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/bfloat16.cpp.o 2022-12-01T10:07:04.9358981Z [4119/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/concat.cpp.o 2022-12-01T10:07:04.9360297Z [4120/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/batch_normalization.cpp.o 2022-12-01T10:07:04.9420978Z [4120/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/convolution.cpp.o 2022-12-01T10:07:04.9422097Z [4121/6342] Running gen_proto.py on onnx/onnx-data.in.proto 2022-12-01T10:07:04.9422937Z Processing /var/lib/jenkins/workspace/third_party/onnx/onnx/onnx-data.in.proto 2022-12-01T10:07:04.9423910Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2022-12-01T10:07:04.9424871Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto3 2022-12-01T10:07:04.9425914Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data.pb.h 2022-12-01T10:07:04.9426655Z generating /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_data_pb.py 2022-12-01T10:07:04.9427015Z 2022-12-01T10:07:04.9621579Z [4121/6342] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2022-12-01T10:07:04.9622564Z [4122/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/binary.cpp.o 2022-12-01T10:07:04.9895292Z [4122/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/convolution_pd.cpp.o 2022-12-01T10:07:04.9896227Z [4123/6342] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2022-12-01T10:07:04.9986738Z [4123/6342] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx_onnx_torch-ml.pb.cc.o 2022-12-01T10:07:04.9987687Z [4124/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/broadcast_strategy.cpp.o 2022-12-01T10:07:05.0436127Z [4124/6342] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-operators_onnx_torch-ml.pb.cc.o 2022-12-01T10:07:05.0437094Z [4125/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/cache_blob_id.cpp.o 2022-12-01T10:07:05.1116194Z [4125/6342] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-data_onnx_torch.pb.cc.o 2022-12-01T10:07:05.1117176Z [4126/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/convolution.cpp.o 2022-12-01T10:07:05.1535385Z [4126/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/__/__/caffe2/onnx/torch_ops/defs.cc.o 2022-12-01T10:07:05.1535993Z [4127/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/concat.cpp.o 2022-12-01T10:07:05.1945078Z [4127/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/__/__/caffe2/onnx/torch_ops/schema.cc.o 2022-12-01T10:07:05.1946272Z [4128/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/convolution_pd.cpp.o 2022-12-01T10:07:05.3064597Z [4128/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/checker.cc.o 2022-12-01T10:07:05.3065161Z [4129/6342] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-data_onnx_torch.pb.cc.o 2022-12-01T10:07:05.3153989Z [4129/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/assertions.cc.o 2022-12-01T10:07:05.3236665Z [4130/6342] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx_onnx_torch-ml.pb.cc.o 2022-12-01T10:07:05.3237472Z [4130/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/interned_strings.cc.o 2022-12-01T10:07:05.3238459Z [4131/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/__/__/caffe2/onnx/torch_ops/defs.cc.o 2022-12-01T10:07:05.3485009Z [4131/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/ir_pb_converter.cc.o 2022-12-01T10:07:05.3486047Z [4132/6342] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-operators_onnx_torch-ml.pb.cc.o 2022-12-01T10:07:05.3768286Z [4132/6342] Linking CXX static library lib/libonnx_proto.a 2022-12-01T10:07:05.3768835Z [4133/6342] Linking CXX static library lib/libonnx_proto.a 2022-12-01T10:07:05.4209926Z [4133/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/model_helpers.cc.o 2022-12-01T10:07:05.4210452Z [4134/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/assertions.cc.o 2022-12-01T10:07:05.4344295Z [4134/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/path.cc.o 2022-12-01T10:07:05.4345083Z [4135/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/__/__/caffe2/onnx/torch_ops/schema.cc.o 2022-12-01T10:07:05.4698722Z [4135/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/status.cc.o 2022-12-01T10:07:05.4699266Z [4136/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/interned_strings.cc.o 2022-12-01T10:07:05.5000952Z [4136/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/attr_proto_util.cc.o 2022-12-01T10:07:05.5001665Z [4137/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/checker.cc.o 2022-12-01T10:07:05.5314352Z [4137/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/defs.cc.o 2022-12-01T10:07:05.5315207Z [4138/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/path.cc.o 2022-12-01T10:07:05.5739492Z [4138/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/old.cc.o 2022-12-01T10:07:05.5740025Z [4139/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/status.cc.o 2022-12-01T10:07:05.6424746Z [4139/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/data_type_utils.cc.o 2022-12-01T10:07:05.6425325Z [4140/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/ir_pb_converter.cc.o 2022-12-01T10:07:05.6709847Z [4140/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/function.cc.o 2022-12-01T10:07:05.6710688Z [4141/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/model_helpers.cc.o 2022-12-01T10:07:05.7263968Z [4141/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/defs.cc.o 2022-12-01T10:07:05.7264782Z [4142/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/attr_proto_util.cc.o 2022-12-01T10:07:05.7721825Z [4142/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/old.cc.o 2022-12-01T10:07:05.7723202Z [4143/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/defs.cc.o 2022-12-01T10:07:05.8328988Z [4143/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/defs.cc.o 2022-12-01T10:07:05.8329754Z [4144/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/old.cc.o 2022-12-01T10:07:05.8439937Z [4144/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/old.cc.o 2022-12-01T10:07:05.8440862Z [4145/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/data_type_utils.cc.o 2022-12-01T10:07:05.9320673Z [4145/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/defs.cc.o 2022-12-01T10:07:05.9321690Z [4146/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/defs.cc.o 2022-12-01T10:07:05.9327052Z [4146/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/old.cc.o 2022-12-01T10:07:05.9327823Z [4147/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/function.cc.o 2022-12-01T10:07:06.0029768Z [4147/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/defs.cc.o 2022-12-01T10:07:06.0030930Z [4148/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/old.cc.o 2022-12-01T10:07:06.0481177Z [4148/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/old.cc.o 2022-12-01T10:07:06.0486559Z [4149/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/defs.cc.o 2022-12-01T10:07:06.1087887Z [4149/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/defs.cc.o 2022-12-01T10:07:06.1088911Z [4150/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/old.cc.o 2022-12-01T10:07:06.1958260Z [4150/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/old.cc.o 2022-12-01T10:07:06.1958758Z [4151/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/defs.cc.o 2022-12-01T10:07:06.2420602Z [4151/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/optional/defs.cc.o 2022-12-01T10:07:06.2421534Z [4152/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/old.cc.o 2022-12-01T10:07:06.2542724Z [4152/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/parser.cc.o 2022-12-01T10:07:06.2545540Z [4153/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/defs.cc.o 2022-12-01T10:07:06.3140928Z [4153/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/printer.cc.o 2022-12-01T10:07:06.3152205Z [4154/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/old.cc.o 2022-12-01T10:07:06.3266544Z [4154/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/defs.cc.o 2022-12-01T10:07:06.3267635Z [4155/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/defs.cc.o 2022-12-01T10:07:06.3873958Z [4155/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/old.cc.o 2022-12-01T10:07:06.3877875Z [4156/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/old.cc.o 2022-12-01T10:07:06.4478201Z [4156/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/defs.cc.o 2022-12-01T10:07:06.4479028Z [4157/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/optional/defs.cc.o 2022-12-01T10:07:06.5116550Z [4157/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/old.cc.o 2022-12-01T10:07:06.5117390Z [4158/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/parser.cc.o 2022-12-01T10:07:06.5445800Z [4158/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/defs.cc.o 2022-12-01T10:07:06.5446854Z [4159/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/printer.cc.o 2022-12-01T10:07:06.5695112Z [4159/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/old.cc.o 2022-12-01T10:07:06.5695939Z [4160/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/defs.cc.o 2022-12-01T10:07:06.6472114Z [4160/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/schema.cc.o 2022-12-01T10:07:06.6472895Z [4161/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/old.cc.o 2022-12-01T10:07:06.6590909Z [4161/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/sequence/defs.cc.o 2022-12-01T10:07:06.6591930Z [4162/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/defs.cc.o 2022-12-01T10:07:06.7178874Z [4162/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/shape_inference.cc.o 2022-12-01T10:07:06.7179766Z [4163/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/old.cc.o 2022-12-01T10:07:06.7414908Z [4163/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/defs.cc.o 2022-12-01T10:07:06.7415721Z [4164/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/defs.cc.o 2022-12-01T10:07:06.7978577Z [4164/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/old.cc.o 2022-12-01T10:07:06.7979184Z [4165/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/old.cc.o 2022-12-01T10:07:06.9067711Z [4165/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/utils.cc.o 2022-12-01T10:07:06.9071536Z [4166/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/schema.cc.o 2022-12-01T10:07:06.9203272Z [4166/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_proto_util.cc.o 2022-12-01T10:07:06.9204493Z [4167/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/shape_inference.cc.o 2022-12-01T10:07:06.9464042Z [4167/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_util.cc.o 2022-12-01T10:07:06.9464909Z [4168/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/sequence/defs.cc.o 2022-12-01T10:07:07.0597576Z [4168/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/defs.cc.o 2022-12-01T10:07:07.0598412Z [4169/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/old.cc.o 2022-12-01T10:07:07.0739015Z [4169/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/old.cc.o 2022-12-01T10:07:07.0740732Z [4170/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/defs.cc.o 2022-12-01T10:07:07.1150744Z [4170/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/training/defs.cc.o 2022-12-01T10:07:07.1151859Z [4171/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/utils.cc.o 2022-12-01T10:07:07.1886558Z [4171/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/onnxifi_utils.cc.o 2022-12-01T10:07:07.1887381Z [4172/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_proto_util.cc.o 2022-12-01T10:07:07.2122917Z [4172/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/shape_inference/implementation.cc.o 2022-12-01T10:07:07.2123745Z [4173/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/defs.cc.o 2022-12-01T10:07:07.2550062Z [4173/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/convert.cc.o 2022-12-01T10:07:07.2550853Z [4174/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_util.cc.o 2022-12-01T10:07:07.3238911Z [4174/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/helper.cc.o 2022-12-01T10:07:07.3239817Z [4175/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/old.cc.o 2022-12-01T10:07:07.3924159Z [4175/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/deconvolution.cpp.o 2022-12-01T10:07:07.3925007Z [4176/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/onnxifi_utils.cc.o 2022-12-01T10:07:07.4062725Z [4176/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/dnnl_debug.cpp.o 2022-12-01T10:07:07.4063600Z [4177/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/training/defs.cc.o 2022-12-01T10:07:07.4772720Z [4177/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/dnnl_debug_autogenerated.cpp.o 2022-12-01T10:07:07.4774538Z [4178/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/dnnl_debug_autogenerated.cpp.o 2022-12-01T10:07:07.5069025Z [4178/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/dnnl_thread.cpp.o 2022-12-01T10:07:07.5069558Z [4179/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/shape_inference/implementation.cc.o 2022-12-01T10:07:07.5175002Z [4179/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/eltwise.cpp.o 2022-12-01T10:07:07.5175554Z [4180/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/convert.cc.o 2022-12-01T10:07:07.5449222Z [4180/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/engine.cpp.o 2022-12-01T10:07:07.5450235Z [4181/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/deconvolution.cpp.o 2022-12-01T10:07:07.5576335Z [4181/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/experimental.cpp.o 2022-12-01T10:07:07.5577214Z [4182/6342] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/helper.cc.o 2022-12-01T10:07:07.6361524Z [4182/6342] Linking CXX static library lib/libonnx.a 2022-12-01T10:07:07.6362133Z [4183/6342] Linking CXX static library lib/libonnx.a 2022-12-01T10:07:07.6649905Z [4183/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/fpmath_mode.cpp.o 2022-12-01T10:07:07.6650495Z [4184/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/dnnl_debug.cpp.o 2022-12-01T10:07:07.7203325Z [4184/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/gemm.cpp.o 2022-12-01T10:07:07.7203924Z [4185/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/eltwise.cpp.o 2022-12-01T10:07:07.7215204Z [4185/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/inner_product.cpp.o 2022-12-01T10:07:07.7216255Z [4186/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/dnnl_thread.cpp.o 2022-12-01T10:07:07.7350860Z [4186/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify.cpp.o 2022-12-01T10:07:07.7351908Z [4187/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/experimental.cpp.o 2022-12-01T10:07:07.7922984Z [4187/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/layer_normalization.cpp.o 2022-12-01T10:07:07.7923575Z [4188/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/engine.cpp.o 2022-12-01T10:07:07.8330823Z [4188/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/lrn.cpp.o 2022-12-01T10:07:07.8331848Z [4189/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/fpmath_mode.cpp.o 2022-12-01T10:07:07.9275049Z [4189/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/matmul.cpp.o 2022-12-01T10:07:07.9275640Z [4190/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/inner_product.cpp.o 2022-12-01T10:07:07.9511517Z [4190/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory.cpp.o 2022-12-01T10:07:07.9512274Z [4191/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify.cpp.o 2022-12-01T10:07:07.9681822Z [4191/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_debug.cpp.o 2022-12-01T10:07:07.9682796Z [4192/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/gemm.cpp.o 2022-12-01T10:07:07.9791240Z [4192/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_desc_wrapper.cpp.o 2022-12-01T10:07:07.9791830Z [4193/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/layer_normalization.cpp.o 2022-12-01T10:07:08.0530352Z [4193/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_storage.cpp.o 2022-12-01T10:07:08.0531090Z [4194/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/matmul.cpp.o 2022-12-01T10:07:08.1614721Z [4194/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_tracking.cpp.o 2022-12-01T10:07:08.1615311Z [4195/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_debug.cpp.o 2022-12-01T10:07:08.1697404Z [4195/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_zero_pad.cpp.o 2022-12-01T10:07:08.1697993Z [4196/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_storage.cpp.o 2022-12-01T10:07:08.2008466Z [4196/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/pooling.cpp.o 2022-12-01T10:07:08.2009488Z [4197/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_desc_wrapper.cpp.o 2022-12-01T10:07:08.2517926Z [4197/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/prelu.cpp.o 2022-12-01T10:07:08.2518986Z [4198/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_tracking.cpp.o 2022-12-01T10:07:08.2835436Z [4198/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive.cpp.o 2022-12-01T10:07:08.2836672Z [4199/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory.cpp.o 2022-12-01T10:07:08.2989367Z [4199/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_attr.cpp.o 2022-12-01T10:07:08.2990406Z [4200/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/lrn.cpp.o 2022-12-01T10:07:08.4137098Z [4200/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_cache.cpp.o 2022-12-01T10:07:08.4138209Z [4201/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/memory_zero_pad.cpp.o 2022-12-01T10:07:08.4229815Z [4201/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_desc.cpp.o 2022-12-01T10:07:08.4230829Z [4202/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/pooling.cpp.o 2022-12-01T10:07:08.4294209Z [4202/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_exec_types.cpp.o 2022-12-01T10:07:08.4295452Z [4203/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/prelu.cpp.o 2022-12-01T10:07:08.4678685Z [4203/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_hashing.cpp.o 2022-12-01T10:07:08.4679896Z [4204/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive.cpp.o 2022-12-01T10:07:08.4693448Z [4204/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_iterator.cpp.o 2022-12-01T10:07:08.4694519Z [4205/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_attr.cpp.o 2022-12-01T10:07:08.5030708Z [4205/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/query.cpp.o 2022-12-01T10:07:08.5031841Z [4206/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_cache.cpp.o 2022-12-01T10:07:08.6490511Z [4206/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/reduction.cpp.o 2022-12-01T10:07:08.6491254Z [4207/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_hashing.cpp.o 2022-12-01T10:07:08.6581695Z [4207/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/reorder.cpp.o 2022-12-01T10:07:08.6582581Z [4208/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_exec_types.cpp.o 2022-12-01T10:07:08.6588058Z [4208/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/resampling.cpp.o 2022-12-01T10:07:08.6589061Z [4209/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_desc.cpp.o 2022-12-01T10:07:08.7086814Z [4209/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/rnn.cpp.o 2022-12-01T10:07:08.7087813Z [4210/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/reduction.cpp.o 2022-12-01T10:07:08.7115414Z [4210/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/rw_mutex.cpp.o 2022-12-01T10:07:08.7116451Z [4211/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/primitive_iterator.cpp.o 2022-12-01T10:07:08.7440217Z [4211/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/scratchpad.cpp.o 2022-12-01T10:07:08.7441235Z [4212/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/query.cpp.o 2022-12-01T10:07:08.8628964Z [4212/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/scratchpad_debug.cpp.o 2022-12-01T10:07:08.8629632Z [4213/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/reorder.cpp.o 2022-12-01T10:07:08.8750280Z [4213/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/serialization.cpp.o 2022-12-01T10:07:08.8751327Z [4214/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/resampling.cpp.o 2022-12-01T10:07:08.9250655Z [4214/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/shuffle.cpp.o 2022-12-01T10:07:08.9251258Z [4215/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/rnn.cpp.o 2022-12-01T10:07:08.9356825Z [4215/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/softmax.cpp.o 2022-12-01T10:07:08.9357998Z [4216/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/rw_mutex.cpp.o 2022-12-01T10:07:08.9433895Z [4216/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/stream.cpp.o 2022-12-01T10:07:08.9435061Z [4217/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/scratchpad.cpp.o 2022-12-01T10:07:08.9714718Z [4217/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/sum.cpp.o 2022-12-01T10:07:08.9715669Z [4218/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/scratchpad_debug.cpp.o 2022-12-01T10:07:09.0362083Z [4218/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/utils.cpp.o 2022-12-01T10:07:09.0363496Z [4219/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/serialization.cpp.o 2022-12-01T10:07:09.0909519Z [4219/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/verbose.cpp.o 2022-12-01T10:07:09.0910315Z [4220/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/shuffle.cpp.o 2022-12-01T10:07:09.1568488Z [4220/6342] Building C object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify/ittnotify_static.c.o 2022-12-01T10:07:09.1569540Z [4221/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/softmax.cpp.o 2022-12-01T10:07:09.1651633Z [4221/6342] Building C object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify/jitprofiling.c.o 2022-12-01T10:07:09.1652658Z [4222/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/sum.cpp.o 2022-12-01T10:07:09.1782316Z [4222/6342] Building ASM object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify/ittptmark64.S.o 2022-12-01T10:07:09.1783320Z [4223/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/stream.cpp.o 2022-12-01T10:07:09.1928561Z [4223/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/bfloat16.cpp.o 2022-12-01T10:07:09.1929137Z [4224/6342] Building ASM object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify/ittptmark64.S.o 2022-12-01T10:07:09.2346122Z [4224/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/binary_injector_utils.cpp.o 2022-12-01T10:07:09.2346865Z [4225/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/utils.cpp.o 2022-12-01T10:07:09.2509536Z [4225/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_batch_normalization_list.cpp.o 2022-12-01T10:07:09.2510185Z [4226/6342] Building C object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify/ittnotify_static.c.o 2022-12-01T10:07:09.2526631Z [4226/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_batch_normalization_utils.cpp.o 2022-12-01T10:07:09.2527311Z [4227/6342] Building C object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/ittnotify/jitprofiling.c.o 2022-12-01T10:07:09.3050146Z [4227/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_binary_list.cpp.o 2022-12-01T10:07:09.3051471Z [4228/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/common/CMakeFiles/dnnl_common.dir/verbose.cpp.o 2022-12-01T10:07:09.4007303Z [4228/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_concat.cpp.o 2022-12-01T10:07:09.4010696Z [4229/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/bfloat16.cpp.o 2022-12-01T10:07:09.4130991Z [4229/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_convolution_list.cpp.o 2022-12-01T10:07:09.4131993Z [4230/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/binary_injector_utils.cpp.o 2022-12-01T10:07:09.5183686Z [4230/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_deconvolution_list.cpp.o 2022-12-01T10:07:09.5184437Z [4231/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_batch_normalization_utils.cpp.o 2022-12-01T10:07:09.5280762Z [4231/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_eltwise_list.cpp.o 2022-12-01T10:07:09.5281778Z [4232/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_concat.cpp.o 2022-12-01T10:07:09.5298626Z [4232/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_engine.cpp.o 2022-12-01T10:07:09.5299662Z [4233/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_binary_list.cpp.o 2022-12-01T10:07:09.5346626Z [4233/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_inner_product_list.cpp.o 2022-12-01T10:07:09.5347737Z [4234/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_batch_normalization_list.cpp.o 2022-12-01T10:07:09.7200550Z [4234/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_layer_normalization_list.cpp.o 2022-12-01T10:07:09.7201611Z [4235/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_convolution_list.cpp.o 2022-12-01T10:07:09.7279208Z [4235/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_lrn_list.cpp.o 2022-12-01T10:07:09.7280462Z [4236/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_deconvolution_list.cpp.o 2022-12-01T10:07:09.7974003Z [4236/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_pooling_list.cpp.o 2022-12-01T10:07:09.7974652Z [4237/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_engine.cpp.o 2022-12-01T10:07:09.8156630Z [4237/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_prelu_list.cpp.o 2022-12-01T10:07:09.8157620Z [4238/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_layer_normalization_list.cpp.o 2022-12-01T10:07:09.8498761Z [4238/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_reduction_list.cpp.o 2022-12-01T10:07:09.8499682Z [4239/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_eltwise_list.cpp.o 2022-12-01T10:07:09.8551106Z [4239/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_resampling_list.cpp.o 2022-12-01T10:07:09.8552295Z [4240/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_inner_product_list.cpp.o 2022-12-01T10:07:09.9779207Z [4240/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_rnn_list.cpp.o 2022-12-01T10:07:09.9780508Z [4241/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_lrn_list.cpp.o 2022-12-01T10:07:10.0632718Z [4241/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_shuffle_list.cpp.o 2022-12-01T10:07:10.0633730Z [4242/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_pooling_list.cpp.o 2022-12-01T10:07:10.0670835Z [4242/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_softmax_list.cpp.o 2022-12-01T10:07:10.0671493Z [4243/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_prelu_list.cpp.o 2022-12-01T10:07:10.0858501Z [4243/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_sum.cpp.o 2022-12-01T10:07:10.0863614Z [4244/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_reduction_list.cpp.o 2022-12-01T10:07:10.1868288Z [4244/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_convolution.cpp.o 2022-12-01T10:07:10.1868871Z [4245/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_shuffle_list.cpp.o 2022-12-01T10:07:10.1970933Z [4245/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_convolution_utils.cpp.o 2022-12-01T10:07:10.1971590Z [4246/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_resampling_list.cpp.o 2022-12-01T10:07:10.2583858Z [4246/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_inner_product.cpp.o 2022-12-01T10:07:10.2584575Z [4247/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_rnn_list.cpp.o 2022-12-01T10:07:10.3066438Z [4247/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_inner_product_utils.cpp.o 2022-12-01T10:07:10.3067039Z [4248/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_softmax_list.cpp.o 2022-12-01T10:07:10.3562414Z [4248/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_conv_zp_src_pad_comp.cpp.o 2022-12-01T10:07:10.3563400Z [4249/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_convolution.cpp.o 2022-12-01T10:07:10.3584769Z [4249/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_convolution.cpp.o 2022-12-01T10:07:10.3585766Z [4250/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_sum.cpp.o 2022-12-01T10:07:10.4624552Z [4250/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_convolution_utils.cpp.o 2022-12-01T10:07:10.4625612Z [4251/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_inner_product.cpp.o 2022-12-01T10:07:10.4637675Z [4251/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_inner_product.cpp.o 2022-12-01T10:07:10.4638770Z [4252/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_convolution_utils.cpp.o 2022-12-01T10:07:10.5335625Z [4252/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/nchw_pooling.cpp.o 2022-12-01T10:07:10.5337162Z [4253/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_inner_product_utils.cpp.o 2022-12-01T10:07:10.5837197Z [4253/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ncsp_batch_normalization.cpp.o 2022-12-01T10:07:10.5838278Z [4254/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_conv_zp_src_pad_comp.cpp.o 2022-12-01T10:07:10.6212826Z [4254/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/nhwc_pooling.cpp.o 2022-12-01T10:07:10.6213851Z [4255/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_convolution.cpp.o 2022-12-01T10:07:10.6417489Z [4255/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/nspc_batch_normalization.cpp.o 2022-12-01T10:07:10.6418576Z [4256/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_convolution_utils.cpp.o 2022-12-01T10:07:10.7261308Z [4256/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/platform.cpp.o 2022-12-01T10:07:10.7261972Z [4257/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/nchw_pooling.cpp.o 2022-12-01T10:07:10.7613193Z [4257/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/primitive_attr_postops.cpp.o 2022-12-01T10:07:10.7614295Z [4258/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_inner_product.cpp.o 2022-12-01T10:07:10.7624117Z [4258/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_batch_normalization.cpp.o 2022-12-01T10:07:10.7625092Z [4259/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ncsp_batch_normalization.cpp.o 2022-12-01T10:07:10.8093230Z [4259/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_binary.cpp.o 2022-12-01T10:07:10.8094526Z [4260/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/nhwc_pooling.cpp.o 2022-12-01T10:07:10.8811455Z [4260/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_convolution.cpp.o 2022-12-01T10:07:10.8812460Z [4261/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/nspc_batch_normalization.cpp.o 2022-12-01T10:07:10.9301404Z [4261/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_convolution_int8.cpp.o 2022-12-01T10:07:10.9302394Z [4262/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/platform.cpp.o 2022-12-01T10:07:10.9392427Z [4262/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_deconvolution.cpp.o 2022-12-01T10:07:10.9393106Z [4263/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/primitive_attr_postops.cpp.o 2022-12-01T10:07:10.9844146Z [4263/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_eltwise.cpp.o 2022-12-01T10:07:10.9844856Z [4264/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_binary.cpp.o 2022-12-01T10:07:11.0116970Z [4264/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_inner_product.cpp.o 2022-12-01T10:07:11.0118445Z [4265/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_batch_normalization.cpp.o 2022-12-01T10:07:11.0314046Z [4265/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_inner_product_int8.cpp.o 2022-12-01T10:07:11.0314765Z [4266/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_convolution.cpp.o 2022-12-01T10:07:11.1092676Z [4266/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_layer_normalization.cpp.o 2022-12-01T10:07:11.1093338Z [4267/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_convolution_int8.cpp.o 2022-12-01T10:07:11.1605663Z [4267/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_lrn.cpp.o 2022-12-01T10:07:11.1606791Z [4268/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_deconvolution.cpp.o 2022-12-01T10:07:11.2197462Z [4268/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_pooling.cpp.o 2022-12-01T10:07:11.2198461Z [4269/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_eltwise.cpp.o 2022-12-01T10:07:11.2299709Z [4269/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_prelu.cpp.o 2022-12-01T10:07:11.2300778Z [4270/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_inner_product.cpp.o 2022-12-01T10:07:11.2578041Z [4270/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_reduction.cpp.o 2022-12-01T10:07:11.2578978Z [4271/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_inner_product_int8.cpp.o 2022-12-01T10:07:11.2939545Z [4271/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_resampling.cpp.o 2022-12-01T10:07:11.2940519Z [4272/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_layer_normalization.cpp.o 2022-12-01T10:07:11.3253739Z [4272/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_shuffle.cpp.o 2022-12-01T10:07:11.3254981Z [4273/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_lrn.cpp.o 2022-12-01T10:07:11.3873925Z [4273/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_softmax.cpp.o 2022-12-01T10:07:11.3875317Z [4274/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_pooling.cpp.o 2022-12-01T10:07:11.4365066Z [4274/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_concat.cpp.o 2022-12-01T10:07:11.4366068Z [4275/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_prelu.cpp.o 2022-12-01T10:07:11.4579766Z [4275/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_layer_normalization.cpp.o 2022-12-01T10:07:11.4580351Z [4276/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_reduction.cpp.o 2022-12-01T10:07:11.5063432Z [4276/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_layer_normalization_kernels.cpp.o 2022-12-01T10:07:11.5064454Z [4277/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_resampling.cpp.o 2022-12-01T10:07:11.5259292Z [4277/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_resampling.cpp.o 2022-12-01T10:07:11.5260271Z [4278/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_shuffle.cpp.o 2022-12-01T10:07:11.5567781Z [4278/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_sum.cpp.o 2022-12-01T10:07:11.5570250Z [4279/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_softmax.cpp.o 2022-12-01T10:07:11.6931433Z [4279/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/zero_point_utils.cpp.o 2022-12-01T10:07:11.6932102Z [4280/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_layer_normalization_kernels.cpp.o 2022-12-01T10:07:11.7059780Z [4280/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/f32/gemm_utils_f32.cpp.o 2022-12-01T10:07:11.7060476Z [4281/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_concat.cpp.o 2022-12-01T10:07:11.7179139Z [4281/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/f32/ref_gemm_f32.cpp.o 2022-12-01T10:07:11.7179729Z [4282/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_layer_normalization.cpp.o 2022-12-01T10:07:11.7314158Z [4282/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/gemm.cpp.o 2022-12-01T10:07:11.7314731Z [4283/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_sum.cpp.o 2022-12-01T10:07:11.7599425Z [4283/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/gemm_pack.cpp.o 2022-12-01T10:07:11.7600444Z [4284/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_resampling.cpp.o 2022-12-01T10:07:11.8122455Z [4284/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/s8x8s32/ref_gemm_s8x8s32.cpp.o 2022-12-01T10:07:11.8123479Z [4285/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/zero_point_utils.cpp.o 2022-12-01T10:07:11.8884608Z [4285/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/s8x8s32/simple_gemm_s8s8s32.cpp.o 2022-12-01T10:07:11.8885171Z [4286/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/gemm_pack.cpp.o 2022-12-01T10:07:11.9201996Z [4286/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/cpu_matmul_list.cpp.o 2022-12-01T10:07:11.9202586Z [4287/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/f32/gemm_utils_f32.cpp.o 2022-12-01T10:07:11.9361802Z [4287/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/gemm_bf16_matmul.cpp.o 2022-12-01T10:07:11.9362385Z [4288/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/f32/ref_gemm_f32.cpp.o 2022-12-01T10:07:11.9614488Z [4288/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/gemm_f32_matmul.cpp.o 2022-12-01T10:07:11.9615920Z [4289/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/s8x8s32/ref_gemm_s8x8s32.cpp.o 2022-12-01T10:07:11.9809507Z [4289/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/gemm_x8s8s32x_matmul.cpp.o 2022-12-01T10:07:11.9810635Z [4290/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/gemm.cpp.o 2022-12-01T10:07:12.0773971Z [4290/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/ref_matmul.cpp.o 2022-12-01T10:07:12.0775406Z [4291/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/s8x8s32/simple_gemm_s8s8s32.cpp.o 2022-12-01T10:07:12.1493354Z [4291/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/ref_matmul_int8.cpp.o 2022-12-01T10:07:12.1494316Z [4292/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/gemm_bf16_matmul.cpp.o 2022-12-01T10:07:12.1679195Z [4292/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder.cpp.o 2022-12-01T10:07:12.1680382Z [4293/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/cpu_matmul_list.cpp.o 2022-12-01T10:07:12.2344615Z [4293/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_comp_bf16_s8.cpp.o 2022-12-01T10:07:12.2345627Z [4294/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/gemm_f32_matmul.cpp.o 2022-12-01T10:07:12.2580909Z [4294/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_comp_f32_s8.cpp.o 2022-12-01T10:07:12.2581978Z [4295/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/gemm_x8s8s32x_matmul.cpp.o 2022-12-01T10:07:12.2912573Z [4295/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_comp_s8_s8.cpp.o 2022-12-01T10:07:12.2913692Z [4296/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/ref_matmul_int8.cpp.o 2022-12-01T10:07:12.2948690Z [4296/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_bf16.cpp.o 2022-12-01T10:07:12.2949892Z [4297/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/ref_matmul.cpp.o 2022-12-01T10:07:12.3901705Z [4297/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f16.cpp.o 2022-12-01T10:07:12.3902742Z [4298/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder.cpp.o 2022-12-01T10:07:12.4077380Z [4298/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_bf16.cpp.o 2022-12-01T10:07:12.4078493Z [4299/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_comp_bf16_s8.cpp.o 2022-12-01T10:07:12.4808773Z [4299/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_f16.cpp.o 2022-12-01T10:07:12.4809501Z [4300/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_comp_s8_s8.cpp.o 2022-12-01T10:07:12.5071435Z [4300/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_f32.cpp.o 2022-12-01T10:07:12.5072714Z [4301/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_comp_f32_s8.cpp.o 2022-12-01T10:07:12.5528565Z [4301/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_s32.cpp.o 2022-12-01T10:07:12.5530178Z [4302/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_bf16.cpp.o 2022-12-01T10:07:12.5548621Z [4302/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_s8.cpp.o 2022-12-01T10:07:12.5549983Z [4303/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f16.cpp.o 2022-12-01T10:07:12.7025901Z [4303/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_u8.cpp.o 2022-12-01T10:07:12.7026963Z [4304/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_f16.cpp.o 2022-12-01T10:07:12.7124975Z [4304/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_s32.cpp.o 2022-12-01T10:07:12.7125596Z [4305/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_bf16.cpp.o 2022-12-01T10:07:12.7170767Z [4305/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_s8.cpp.o 2022-12-01T10:07:12.7171466Z [4306/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_f32.cpp.o 2022-12-01T10:07:12.7689448Z [4306/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_u8.cpp.o 2022-12-01T10:07:12.7690071Z [4307/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_s32.cpp.o 2022-12-01T10:07:12.7835020Z [4307/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/brgemm_cell_common.cpp.o 2022-12-01T10:07:12.7836011Z [4308/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_s8.cpp.o 2022-12-01T10:07:12.8423990Z [4308/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/cell_common.cpp.o 2022-12-01T10:07:12.8425416Z [4309/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_u8.cpp.o 2022-12-01T10:07:12.9111696Z [4309/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/cell_gru.cpp.o 2022-12-01T10:07:12.9112771Z [4310/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_s32.cpp.o 2022-12-01T10:07:12.9602617Z [4310/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/cell_gru_lbr.cpp.o 2022-12-01T10:07:12.9603274Z [4311/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_s8.cpp.o 2022-12-01T10:07:12.9816613Z [4311/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_gru.cpp.o 2022-12-01T10:07:12.9817652Z [4312/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_u8.cpp.o 2022-12-01T10:07:13.0402530Z [4312/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_gru_lbr.cpp.o 2022-12-01T10:07:13.0403807Z [4313/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/cell_common.cpp.o 2022-12-01T10:07:13.0687931Z [4313/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_lstm.cpp.o 2022-12-01T10:07:13.0688975Z [4314/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/brgemm_cell_common.cpp.o 2022-12-01T10:07:13.1680946Z [4314/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_lstm_projection.cpp.o 2022-12-01T10:07:13.1682063Z [4315/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/cell_gru.cpp.o 2022-12-01T10:07:13.1881053Z [4315/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_rnn.cpp.o 2022-12-01T10:07:13.1882217Z [4316/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/cell_gru_lbr.cpp.o 2022-12-01T10:07:13.2379687Z [4316/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_rnn.cpp.o 2022-12-01T10:07:13.2380898Z [4317/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_gru.cpp.o 2022-12-01T10:07:13.2926247Z [4317/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/rnn_utils.cpp.o 2022-12-01T10:07:13.2926933Z [4318/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_gru_lbr.cpp.o 2022-12-01T10:07:13.3129170Z [4318/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/jit_utils/jit_utils.cpp.o 2022-12-01T10:07:13.3129788Z [4319/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_lstm_projection.cpp.o 2022-12-01T10:07:13.3801836Z [4319/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/jit_utils/linux_perf/linux_perf.cpp.o 2022-12-01T10:07:13.3802845Z [4320/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_lstm.cpp.o 2022-12-01T10:07:13.4486426Z [4320/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/amx_tile_configure.cpp.o 2022-12-01T10:07:13.4487426Z [4321/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_rnn.cpp.o 2022-12-01T10:07:13.5196239Z [4321/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/brgemm.cpp.o 2022-12-01T10:07:13.5197312Z [4322/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/jit_utils/linux_perf/linux_perf.cpp.o 2022-12-01T10:07:13.5214120Z [4322/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/jit_brdgmm_kernel.cpp.o 2022-12-01T10:07:13.5214766Z [4323/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_rnn.cpp.o 2022-12-01T10:07:13.5584087Z [4323/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/jit_brgemm_amx_uker.cpp.o 2022-12-01T10:07:13.5585034Z [4324/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/jit_utils/jit_utils.cpp.o 2022-12-01T10:07:13.5983500Z [4324/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/jit_brgemm_kernel.cpp.o 2022-12-01T10:07:13.5984829Z [4325/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/rnn_utils.cpp.o 2022-12-01T10:07:13.6026289Z [4325/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/cpu_barrier.cpp.o 2022-12-01T10:07:13.6027336Z [4326/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/amx_tile_configure.cpp.o 2022-12-01T10:07:13.6950153Z [4326/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/cpu_isa_traits.cpp.o 2022-12-01T10:07:13.6951192Z [4327/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/brgemm.cpp.o 2022-12-01T10:07:13.7656959Z [4327/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/cpu_reducer.cpp.o 2022-12-01T10:07:13.7658049Z [4328/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/jit_brgemm_amx_uker.cpp.o 2022-12-01T10:07:13.8110762Z [4328/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/amx/jit_avx512_core_amx_copy_kern.cpp.o 2022-12-01T10:07:13.8111371Z [4329/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/jit_brdgmm_kernel.cpp.o 2022-12-01T10:07:13.8505145Z [4329/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/amx/jit_avx512_core_amx_gemm_kern.cpp.o 2022-12-01T10:07:13.8506243Z [4330/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/jit_brgemm_kernel.cpp.o 2022-12-01T10:07:13.8538753Z [4330/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_gemm_bf16bf16f32_kern.cpp.o 2022-12-01T10:07:13.8539655Z [4331/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/cpu_barrier.cpp.o 2022-12-01T10:07:13.8623150Z [4331/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_gemv_bf16bf16f32_kern.cpp.o 2022-12-01T10:07:13.8624148Z [4332/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/cpu_isa_traits.cpp.o 2022-12-01T10:07:13.9918761Z [4332/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_24x8_copy_an_kern_autogen.cpp.o 2022-12-01T10:07:13.9919940Z [4333/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/cpu_reducer.cpp.o 2022-12-01T10:07:14.0117594Z [4333/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_24x8_copy_at_kern_autogen.cpp.o 2022-12-01T10:07:14.0119590Z [4334/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/amx/jit_avx512_core_amx_copy_kern.cpp.o 2022-12-01T10:07:14.0382906Z [4334/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_24x8_copy_bn_kern_autogen.cpp.o 2022-12-01T10:07:14.0383727Z [4335/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/amx/jit_avx512_core_amx_gemm_kern.cpp.o 2022-12-01T10:07:14.1131836Z [4335/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_24x8_copy_bt_kern_autogen.cpp.o 2022-12-01T10:07:14.1133273Z [4336/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_24x8_copy_an_kern_autogen.cpp.o 2022-12-01T10:07:14.1246734Z [4336/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_48x8_copy_an_kern_autogen.cpp.o 2022-12-01T10:07:14.1247845Z [4337/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_gemm_bf16bf16f32_kern.cpp.o 2022-12-01T10:07:14.1627014Z [4337/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_48x8_copy_at_kern_autogen.cpp.o 2022-12-01T10:07:14.1634104Z [4338/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_gemv_bf16bf16f32_kern.cpp.o 2022-12-01T10:07:14.2415299Z [4338/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_48x8_copy_bn_kern_autogen.cpp.o 2022-12-01T10:07:14.2415998Z [4339/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_24x8_copy_at_kern_autogen.cpp.o 2022-12-01T10:07:14.2794231Z [4339/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_48x8_copy_bt_kern_autogen.cpp.o 2022-12-01T10:07:14.2795362Z [4340/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_24x8_copy_bn_kern_autogen.cpp.o 2022-12-01T10:07:14.2923011Z [4340/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_f32_copy_an_kern_autogen.cpp.o 2022-12-01T10:07:14.2923689Z [4341/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_24x8_copy_bt_kern_autogen.cpp.o 2022-12-01T10:07:14.3799535Z [4341/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_f32_copy_at_kern_autogen.cpp.o 2022-12-01T10:07:14.3800343Z [4342/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_48x8_copy_at_kern_autogen.cpp.o 2022-12-01T10:07:14.3887593Z [4342/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_f32_copy_bn_kern_autogen.cpp.o 2022-12-01T10:07:14.3888767Z [4343/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_48x8_copy_an_kern_autogen.cpp.o 2022-12-01T10:07:14.4371022Z [4343/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_f32_copy_bt_kern_autogen.cpp.o 2022-12-01T10:07:14.4372264Z [4344/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_48x8_copy_bn_kern_autogen.cpp.o 2022-12-01T10:07:14.5349302Z [4344/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_kernel_sgemm_kern.cpp.o 2022-12-01T10:07:14.5350454Z [4345/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_f32_copy_an_kern_autogen.cpp.o 2022-12-01T10:07:14.5832968Z [4345/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_common_gemm_f32.cpp.o 2022-12-01T10:07:14.5834403Z [4346/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_f32_copy_at_kern_autogen.cpp.o 2022-12-01T10:07:14.5943969Z [4346/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_an_kern_autogen.cpp.o 2022-12-01T10:07:14.5945117Z [4347/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_f32_copy_bn_kern_autogen.cpp.o 2022-12-01T10:07:14.6150690Z [4347/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_at_kern_part1_autogen.cpp.o 2022-12-01T10:07:14.6151838Z [4348/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_f32_copy_bt_kern_autogen.cpp.o 2022-12-01T10:07:14.7702377Z [4348/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_at_kern_part2_autogen.cpp.o 2022-12-01T10:07:14.7703444Z [4349/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_kernel_sgemm_kern.cpp.o 2022-12-01T10:07:14.8321567Z [4349/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_bn_kern_autogen.cpp.o 2022-12-01T10:07:14.8322391Z [4350/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_common_gemm_f32.cpp.o 2022-12-01T10:07:14.8358454Z [4350/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_bt_kern_autogen.cpp.o 2022-12-01T10:07:14.8359182Z [4351/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_an_kern_autogen.cpp.o 2022-12-01T10:07:14.8431751Z [4351/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_gemm_smalln_tn_f32_kern.cpp.o 2022-12-01T10:07:14.8432866Z [4352/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_at_kern_part2_autogen.cpp.o 2022-12-01T10:07:14.9112479Z [4352/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_an_kern_autogen.cpp.o 2022-12-01T10:07:14.9113650Z [4353/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_at_kern_part1_autogen.cpp.o 2022-12-01T10:07:14.9784128Z [4353/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_at_kern_autogen.cpp.o 2022-12-01T10:07:14.9785288Z [4354/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_bn_kern_autogen.cpp.o 2022-12-01T10:07:15.0520392Z [4354/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_bn_kern_autogen.cpp.o 2022-12-01T10:07:15.0521453Z [4355/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_an_kern_autogen.cpp.o 2022-12-01T10:07:15.0819681Z [4355/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_bt_kern_autogen.cpp.o 2022-12-01T10:07:15.0820990Z [4356/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_bt_kern_autogen.cpp.o 2022-12-01T10:07:15.1069200Z [4356/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_gemm_f32.cpp.o 2022-12-01T10:07:15.1070713Z [4357/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_gemm_smalln_tn_f32_kern.cpp.o 2022-12-01T10:07:15.1378383Z [4357/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_gemv_t_f32_kern.cpp.o 2022-12-01T10:07:15.1379468Z [4358/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_at_kern_autogen.cpp.o 2022-12-01T10:07:15.2013771Z [4358/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_b0_sgemm_kern_part1_autogen.cpp.o 2022-12-01T10:07:15.2015266Z [4359/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_bn_kern_autogen.cpp.o 2022-12-01T10:07:15.3095477Z [4359/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_b0_sgemm_kern_part2_autogen.cpp.o 2022-12-01T10:07:15.3097020Z [4360/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_bt_kern_autogen.cpp.o 2022-12-01T10:07:15.3610112Z [4360/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_sgemm_kern_part1_autogen.cpp.o 2022-12-01T10:07:15.3611187Z [4361/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_gemv_t_f32_kern.cpp.o 2022-12-01T10:07:15.3836663Z [4361/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_sgemm_kern_part2_autogen.cpp.o 2022-12-01T10:07:15.3837944Z [4362/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_48x8_copy_bt_kern_autogen.cpp.o 2022-12-01T10:07:15.3846126Z [4362/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_an_kern_autogen.cpp.o 2022-12-01T10:07:15.3847095Z [4363/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_b0_sgemm_kern_part1_autogen.cpp.o 2022-12-01T10:07:15.4147284Z [4363/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_at_kern_autogen.cpp.o 2022-12-01T10:07:15.4148640Z [4364/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_b0_sgemm_kern_part2_autogen.cpp.o 2022-12-01T10:07:15.4249704Z [4364/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_bn_kern_autogen.cpp.o 2022-12-01T10:07:15.4251215Z [4365/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_gemm_f32.cpp.o 2022-12-01T10:07:15.5596345Z [4365/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_bt_kern_autogen.cpp.o 2022-12-01T10:07:15.5598158Z [4366/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_sgemm_kern_part1_autogen.cpp.o 2022-12-01T10:07:15.6007780Z [4366/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_gemv_n_f32_kern.cpp.o 2022-12-01T10:07:15.6009411Z [4367/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_sgemm_kern_part2_autogen.cpp.o 2022-12-01T10:07:15.6558687Z [4367/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_gemv_t_f32_kern.cpp.o 2022-12-01T10:07:15.6559652Z [4368/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_an_kern_autogen.cpp.o 2022-12-01T10:07:15.6725457Z [4368/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_kernel_b0_sgemm_kern_autogen.cpp.o 2022-12-01T10:07:15.6726659Z [4369/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_bn_kern_autogen.cpp.o 2022-12-01T10:07:15.6809536Z [4369/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_kernel_sgemm_kern_autogen.cpp.o 2022-12-01T10:07:15.6810290Z [4370/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_at_kern_autogen.cpp.o 2022-12-01T10:07:15.7051391Z [4370/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemm_driver.cpp.o 2022-12-01T10:07:15.7052351Z [4371/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_bt_kern_autogen.cpp.o 2022-12-01T10:07:15.8441238Z [4371/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemm_info.cpp.o 2022-12-01T10:07:15.8441883Z [4372/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_gemv_t_f32_kern.cpp.o 2022-12-01T10:07:15.8522395Z [4372/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemm_pack.cpp.o 2022-12-01T10:07:15.8523521Z [4373/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_gemv_n_f32_kern.cpp.o 2022-12-01T10:07:15.9636451Z [4373/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemv_driver.cpp.o 2022-12-01T10:07:15.9637172Z [4374/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_kernel_sgemm_kern_autogen.cpp.o 2022-12-01T10:07:15.9745981Z [4374/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_gemm_s8u8s32_kern.cpp.o 2022-12-01T10:07:15.9747137Z [4375/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_kernel_b0_sgemm_kern_autogen.cpp.o 2022-12-01T10:07:15.9756938Z [4375/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_an_kern_autogen.cpp.o 2022-12-01T10:07:15.9758235Z [4376/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemm_driver.cpp.o 2022-12-01T10:07:15.9925280Z [4376/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_at_kern_autogen.cpp.o 2022-12-01T10:07:15.9926438Z [4377/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemm_info.cpp.o 2022-12-01T10:07:16.0739423Z [4377/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_bn_kern_autogen.cpp.o 2022-12-01T10:07:16.0740386Z [4378/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemm_pack.cpp.o 2022-12-01T10:07:16.1042722Z [4378/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_bt_kern_autogen.cpp.o 2022-12-01T10:07:16.1043745Z [4379/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemv_driver.cpp.o 2022-12-01T10:07:16.2079625Z [4379/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_an_kern_autogen.cpp.o 2022-12-01T10:07:16.2080569Z [4380/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_an_kern_autogen.cpp.o 2022-12-01T10:07:16.2287467Z [4380/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_at_kern_autogen.cpp.o 2022-12-01T10:07:16.2288186Z [4381/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_at_kern_autogen.cpp.o 2022-12-01T10:07:16.2297574Z [4381/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_bn_kern_autogen.cpp.o 2022-12-01T10:07:16.2298316Z [4382/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_gemm_s8u8s32_kern.cpp.o 2022-12-01T10:07:16.2571120Z [4382/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_bt_kern_autogen.cpp.o 2022-12-01T10:07:16.2571777Z [4383/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_bn_kern_autogen.cpp.o 2022-12-01T10:07:16.3525965Z [4383/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_an_kern_autogen.cpp.o 2022-12-01T10:07:16.3527146Z [4384/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_bt_kern_autogen.cpp.o 2022-12-01T10:07:16.3733627Z [4384/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_at_kern_autogen.cpp.o 2022-12-01T10:07:16.3734778Z [4385/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_an_kern_autogen.cpp.o 2022-12-01T10:07:16.4541494Z [4385/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_bn_kern_autogen.cpp.o 2022-12-01T10:07:16.4542134Z [4386/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_at_kern_autogen.cpp.o 2022-12-01T10:07:16.4695457Z [4386/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_bt_kern_autogen.cpp.o 2022-12-01T10:07:16.4696309Z [4387/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_bn_kern_autogen.cpp.o 2022-12-01T10:07:16.4875377Z [4387/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_sum_an_kern_autogen.cpp.o 2022-12-01T10:07:16.4876450Z [4388/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_bt_kern_autogen.cpp.o 2022-12-01T10:07:16.5742537Z [4388/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_sum_at_kern_autogen.cpp.o 2022-12-01T10:07:16.5743741Z [4389/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_an_kern_autogen.cpp.o 2022-12-01T10:07:16.6121345Z [4389/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_sum_bn_kern_autogen.cpp.o 2022-12-01T10:07:16.6122502Z [4390/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_bn_kern_autogen.cpp.o 2022-12-01T10:07:16.6746536Z [4390/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_sum_bt_kern_autogen.cpp.o 2022-12-01T10:07:16.6747729Z [4391/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_at_kern_autogen.cpp.o 2022-12-01T10:07:16.6778144Z [4391/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_gemm_s8u8s32_kern.cpp.o 2022-12-01T10:07:16.6779290Z [4392/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_bt_kern_autogen.cpp.o 2022-12-01T10:07:16.7294652Z [4392/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_gemv_s8x8s32.cpp.o 2022-12-01T10:07:16.7295455Z [4393/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_sum_an_kern_autogen.cpp.o 2022-12-01T10:07:16.7646599Z [4393/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_kernel_gemv_s8x8s32_kern.cpp.o 2022-12-01T10:07:16.7647912Z [4394/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_sum_at_kern_autogen.cpp.o 2022-12-01T10:07:16.8006587Z [4394/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_an_kern_autogen.cpp.o 2022-12-01T10:07:16.8007742Z [4395/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_sum_bn_kern_autogen.cpp.o 2022-12-01T10:07:16.8878711Z [4395/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_at_kern_autogen.cpp.o 2022-12-01T10:07:16.8879963Z [4396/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_sum_bt_kern_autogen.cpp.o 2022-12-01T10:07:16.9402068Z [4396/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_bn_kern_autogen.cpp.o 2022-12-01T10:07:16.9402793Z [4397/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_gemv_s8x8s32.cpp.o 2022-12-01T10:07:16.9521547Z [4397/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_bt_kern_autogen.cpp.o 2022-12-01T10:07:16.9522721Z [4398/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_kernel_gemv_s8x8s32_kern.cpp.o 2022-12-01T10:07:16.9638855Z [4398/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_an_kern_autogen.cpp.o 2022-12-01T10:07:16.9639721Z [4399/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_gemm_s8u8s32_kern.cpp.o 2022-12-01T10:07:16.9974677Z [4399/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_at_kern_autogen.cpp.o 2022-12-01T10:07:16.9975421Z [4400/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_an_kern_autogen.cpp.o 2022-12-01T10:07:17.1370650Z [4400/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_bn_kern_autogen.cpp.o 2022-12-01T10:07:17.1371863Z [4401/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_bn_kern_autogen.cpp.o 2022-12-01T10:07:17.1445454Z [4401/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_bt_kern_autogen.cpp.o 2022-12-01T10:07:17.1446603Z [4402/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_at_kern_autogen.cpp.o 2022-12-01T10:07:17.2088895Z [4402/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_b_gemm_s8u8s32_kern_autogen.cpp.o 2022-12-01T10:07:17.2089905Z [4403/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_an_kern_autogen.cpp.o 2022-12-01T10:07:17.2683934Z [4403/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_c_gemm_s8u8s32_kern_autogen.cpp.o 2022-12-01T10:07:17.2684671Z [4404/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_bn_kern_autogen.cpp.o 2022-12-01T10:07:17.2793844Z [4404/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_gemm_s8u8s32_kern_autogen.cpp.o 2022-12-01T10:07:17.2795036Z [4405/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_bt_kern_autogen.cpp.o 2022-12-01T10:07:17.3100842Z [4405/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_r_gemm_s8u8s32_kern_autogen.cpp.o 2022-12-01T10:07:17.3102064Z [4406/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_at_kern_autogen.cpp.o 2022-12-01T10:07:17.3572109Z [4406/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b_gemm_s8u8s32_kern_autogen.cpp.o 2022-12-01T10:07:17.3573567Z [4407/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_bt_kern_autogen.cpp.o 2022-12-01T10:07:17.4139180Z [4407/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_c_gemm_s8u8s32_kern_autogen.cpp.o 2022-12-01T10:07:17.4140247Z [4408/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_b_gemm_s8u8s32_kern_autogen.cpp.o 2022-12-01T10:07:17.4719446Z [4408/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_gemm_s8u8s32_kern_autogen.cpp.o 2022-12-01T10:07:17.4720430Z [4409/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_c_gemm_s8u8s32_kern_autogen.cpp.o 2022-12-01T10:07:17.4910098Z [4409/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_r_gemm_s8u8s32_kern_autogen.cpp.o 2022-12-01T10:07:17.4910860Z [4410/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_r_gemm_s8u8s32_kern_autogen.cpp.o 2022-12-01T10:07:17.5086706Z [4410/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_an_kern_autogen.cpp.o 2022-12-01T10:07:17.5087539Z [4411/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_gemm_s8u8s32_kern_autogen.cpp.o 2022-12-01T10:07:17.5915166Z [4411/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_at_kern_autogen.cpp.o 2022-12-01T10:07:17.5916608Z [4412/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b_gemm_s8u8s32_kern_autogen.cpp.o 2022-12-01T10:07:17.6022088Z [4412/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_bn_kern_autogen.cpp.o 2022-12-01T10:07:17.6023286Z [4413/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_c_gemm_s8u8s32_kern_autogen.cpp.o 2022-12-01T10:07:17.6620544Z [4413/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_bt_kern_autogen.cpp.o 2022-12-01T10:07:17.6621721Z [4414/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_gemm_s8u8s32_kern_autogen.cpp.o 2022-12-01T10:07:17.7335641Z [4414/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_an_kern_autogen.cpp.o 2022-12-01T10:07:17.7336294Z [4415/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_an_kern_autogen.cpp.o 2022-12-01T10:07:17.7468894Z [4415/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_at_kern_autogen.cpp.o 2022-12-01T10:07:17.7469988Z [4416/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_at_kern_autogen.cpp.o 2022-12-01T10:07:17.7621790Z [4416/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_bn_kern_autogen.cpp.o 2022-12-01T10:07:17.7623176Z [4417/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_r_gemm_s8u8s32_kern_autogen.cpp.o 2022-12-01T10:07:17.8636594Z [4417/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_bt_kern_autogen.cpp.o 2022-12-01T10:07:17.8637942Z [4418/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_bt_kern_autogen.cpp.o 2022-12-01T10:07:17.9040531Z [4418/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_b_gemm_s8u8s32_kern_autogen.cpp.o 2022-12-01T10:07:17.9041729Z [4419/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_an_kern_autogen.cpp.o 2022-12-01T10:07:17.9158595Z [4419/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_c_gemm_s8u8s32_kern_autogen.cpp.o 2022-12-01T10:07:17.9159944Z [4420/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_bn_kern_autogen.cpp.o 2022-12-01T10:07:18.0018852Z [4420/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_gemm_s8u8s32_kern_autogen.cpp.o 2022-12-01T10:07:18.0020043Z [4421/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_bt_kern_autogen.cpp.o 2022-12-01T10:07:18.0121702Z [4421/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_r_gemm_s8u8s32_kern_autogen.cpp.o 2022-12-01T10:07:18.0122374Z [4422/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_at_kern_autogen.cpp.o 2022-12-01T10:07:18.0182511Z [4422/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b_gemm_s8u8s32_kern_autogen.cpp.o 2022-12-01T10:07:18.0183557Z [4423/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_bn_kern_autogen.cpp.o 2022-12-01T10:07:18.0928551Z [4423/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_c_gemm_s8u8s32_kern_autogen.cpp.o 2022-12-01T10:07:18.0930052Z [4424/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_b_gemm_s8u8s32_kern_autogen.cpp.o 2022-12-01T10:07:18.1597069Z [4424/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_gemm_s8u8s32_kern_autogen.cpp.o 2022-12-01T10:07:18.1598289Z [4425/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_c_gemm_s8u8s32_kern_autogen.cpp.o 2022-12-01T10:07:18.1749331Z [4425/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_r_gemm_s8u8s32_kern_autogen.cpp.o 2022-12-01T10:07:18.1750798Z [4426/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_gemm_s8u8s32_kern_autogen.cpp.o 2022-12-01T10:07:18.2770616Z [4426/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_an_kern_autogen.cpp.o 2022-12-01T10:07:18.2771891Z [4427/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_r_gemm_s8u8s32_kern_autogen.cpp.o 2022-12-01T10:07:18.2778841Z [4427/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_at_kern_autogen.cpp.o 2022-12-01T10:07:18.2779987Z [4428/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b_gemm_s8u8s32_kern_autogen.cpp.o 2022-12-01T10:07:18.2940579Z [4428/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_bn_kern_autogen.cpp.o 2022-12-01T10:07:18.2942067Z [4429/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_c_gemm_s8u8s32_kern_autogen.cpp.o 2022-12-01T10:07:18.3571070Z [4429/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_bt_kern_autogen.cpp.o 2022-12-01T10:07:18.3572198Z [4430/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_gemm_s8u8s32_kern_autogen.cpp.o 2022-12-01T10:07:18.3888745Z [4430/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_an_kern_autogen.cpp.o 2022-12-01T10:07:18.3889888Z [4431/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_r_gemm_s8u8s32_kern_autogen.cpp.o 2022-12-01T10:07:18.4388414Z [4431/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_at_kern_autogen.cpp.o 2022-12-01T10:07:18.4389455Z [4432/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_an_kern_autogen.cpp.o 2022-12-01T10:07:18.5542331Z [4432/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_bn_kern_autogen.cpp.o 2022-12-01T10:07:18.5542987Z [4433/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_bt_kern_autogen.cpp.o 2022-12-01T10:07:18.5641081Z [4433/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_bt_kern_autogen.cpp.o 2022-12-01T10:07:18.5642199Z [4434/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_bn_kern_autogen.cpp.o 2022-12-01T10:07:18.5745231Z [4434/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm_bf16_convolution.cpp.o 2022-12-01T10:07:18.5745954Z [4435/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_at_kern_autogen.cpp.o 2022-12-01T10:07:18.6013353Z [4435/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm_bf16_inner_product.cpp.o 2022-12-01T10:07:18.6014045Z [4436/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_an_kern_autogen.cpp.o 2022-12-01T10:07:18.6489683Z [4436/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/injector_utils.cpp.o 2022-12-01T10:07:18.6490906Z [4437/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_at_kern_autogen.cpp.o 2022-12-01T10:07:18.6806341Z [4437/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/jit_uni_binary_injector.cpp.o 2022-12-01T10:07:18.6807364Z [4438/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_bn_kern_autogen.cpp.o 2022-12-01T10:07:18.8385535Z [4438/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/jit_uni_eltwise_injector.cpp.o 2022-12-01T10:07:18.8386703Z [4439/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_bt_kern_autogen.cpp.o 2022-12-01T10:07:18.8687385Z [4439/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/jit_uni_postops_injector.cpp.o 2022-12-01T10:07:18.8688311Z [4440/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm_bf16_inner_product.cpp.o 2022-12-01T10:07:18.8760087Z [4440/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/ip_convolution.cpp.o 2022-12-01T10:07:18.8760680Z [4441/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm_bf16_convolution.cpp.o 2022-12-01T10:07:18.9153061Z [4441/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_1x1_conv_kernel_f32.cpp.o 2022-12-01T10:07:18.9154125Z [4442/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/injector_utils.cpp.o 2022-12-01T10:07:18.9415358Z [4442/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_1x1_convolution.cpp.o 2022-12-01T10:07:18.9416405Z [4443/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/jit_uni_binary_injector.cpp.o 2022-12-01T10:07:18.9618875Z [4443/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_conv_kernel_f32.cpp.o 2022-12-01T10:07:18.9619987Z [4444/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/jit_uni_eltwise_injector.cpp.o 2022-12-01T10:07:19.1118722Z [4444/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_convolution.cpp.o 2022-12-01T10:07:19.1119976Z [4445/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/jit_uni_postops_injector.cpp.o 2022-12-01T10:07:19.1216295Z [4445/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_1x1_conv_kernel.cpp.o 2022-12-01T10:07:19.1217171Z [4446/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/ip_convolution.cpp.o 2022-12-01T10:07:19.1964630Z [4446/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_1x1_convolution.cpp.o 2022-12-01T10:07:19.1965745Z [4447/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_1x1_conv_kernel_f32.cpp.o 2022-12-01T10:07:19.2052683Z [4447/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_conv_kernel.cpp.o 2022-12-01T10:07:19.2053995Z [4448/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_1x1_convolution.cpp.o 2022-12-01T10:07:19.2330204Z [4448/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_convolution.cpp.o 2022-12-01T10:07:19.2331300Z [4449/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_convolution.cpp.o 2022-12-01T10:07:19.2772209Z [4449/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_resampling.cpp.o 2022-12-01T10:07:19.2772873Z [4450/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_conv_kernel_f32.cpp.o 2022-12-01T10:07:19.3489316Z [4450/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_1x1_conv_kernel.cpp.o 2022-12-01T10:07:19.3490460Z [4451/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_1x1_conv_kernel.cpp.o 2022-12-01T10:07:19.4466609Z [4451/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_1x1_convolution.cpp.o 2022-12-01T10:07:19.4467723Z [4452/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_1x1_convolution.cpp.o 2022-12-01T10:07:19.5283674Z [4452/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_conv_kernel.cpp.o 2022-12-01T10:07:19.5284342Z [4453/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_conv_kernel.cpp.o 2022-12-01T10:07:19.5453943Z [4453/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_convolution.cpp.o 2022-12-01T10:07:19.5454560Z [4454/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_convolution.cpp.o 2022-12-01T10:07:19.5639699Z [4454/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_deconvolution.cpp.o 2022-12-01T10:07:19.5640876Z [4455/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_1x1_conv_kernel.cpp.o 2022-12-01T10:07:19.5652258Z [4455/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_1x1_conv_kernel.cpp.o 2022-12-01T10:07:19.5653333Z [4456/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_resampling.cpp.o 2022-12-01T10:07:19.6416296Z [4456/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_1x1_convolution.cpp.o 2022-12-01T10:07:19.6417339Z [4457/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_1x1_convolution.cpp.o 2022-12-01T10:07:19.8044104Z [4457/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_conv_kernel.cpp.o 2022-12-01T10:07:19.8044719Z [4458/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_conv_kernel.cpp.o 2022-12-01T10:07:19.8258476Z [4458/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_convolution.cpp.o 2022-12-01T10:07:19.8259218Z [4459/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_deconvolution.cpp.o 2022-12-01T10:07:19.8369630Z [4459/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_dw_conv_kernel.cpp.o 2022-12-01T10:07:19.8370743Z [4460/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_convolution.cpp.o 2022-12-01T10:07:19.8534079Z [4460/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_sum.cpp.o 2022-12-01T10:07:19.8534781Z [4461/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_1x1_conv_kernel.cpp.o 2022-12-01T10:07:19.9047147Z [4461/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16cvt.cpp.o 2022-12-01T10:07:19.9048200Z [4462/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_1x1_convolution.cpp.o 2022-12-01T10:07:19.9710595Z [4462/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_f32_wino_conv_2x3.cpp.o 2022-12-01T10:07:19.9712406Z [4463/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_conv_kernel.cpp.o 2022-12-01T10:07:20.0964693Z [4463/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_f32_wino_conv_4x3.cpp.o 2022-12-01T10:07:20.0965343Z [4464/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_convolution.cpp.o 2022-12-01T10:07:20.1136913Z [4464/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_f32_wino_conv_4x3_kernel.cpp.o 2022-12-01T10:07:20.1137541Z [4465/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16cvt.cpp.o 2022-12-01T10:07:20.1297869Z [4465/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_u8s8s32x_wino_convolution.cpp.o 2022-12-01T10:07:20.1298924Z [4466/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_dw_conv_kernel.cpp.o 2022-12-01T10:07:20.1860530Z [4466/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_1x1_conv_kernel.cpp.o 2022-12-01T10:07:20.1861195Z [4467/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_sum.cpp.o 2022-12-01T10:07:20.2015997Z [4467/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_1x1_convolution.cpp.o 2022-12-01T10:07:20.2016854Z [4468/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_f32_wino_conv_2x3.cpp.o 2022-12-01T10:07:20.2149823Z [4468/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_conv_kernel.cpp.o 2022-12-01T10:07:20.2150930Z [4469/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_f32_wino_conv_4x3.cpp.o 2022-12-01T10:07:20.3819816Z [4469/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_convolution.cpp.o 2022-12-01T10:07:20.3820725Z [4470/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_f32_wino_conv_4x3_kernel.cpp.o 2022-12-01T10:07:20.4218087Z [4470/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_deconvolution.cpp.o 2022-12-01T10:07:20.4218756Z [4471/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_u8s8s32x_wino_convolution.cpp.o 2022-12-01T10:07:20.4368276Z [4471/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brdgmm_dw_conv.cpp.o 2022-12-01T10:07:20.4369044Z [4472/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_1x1_conv_kernel.cpp.o 2022-12-01T10:07:20.4485522Z [4472/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_1x1_conv.cpp.o 2022-12-01T10:07:20.4486515Z [4473/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_1x1_convolution.cpp.o 2022-12-01T10:07:20.4837730Z [4473/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv.cpp.o 2022-12-01T10:07:20.4838987Z [4474/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_conv_kernel.cpp.o 2022-12-01T10:07:20.5409383Z [4474/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_comp_pad_kernel.cpp.o 2022-12-01T10:07:20.5410034Z [4475/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_convolution.cpp.o 2022-12-01T10:07:20.6873775Z [4475/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_trans_kernel.cpp.o 2022-12-01T10:07:20.6874904Z [4476/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_deconvolution.cpp.o 2022-12-01T10:07:20.7007763Z [4476/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_utils.cpp.o 2022-12-01T10:07:20.7008820Z [4477/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brdgmm_dw_conv.cpp.o 2022-12-01T10:07:20.7614948Z [4477/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_inner_product.cpp.o 2022-12-01T10:07:20.7615583Z [4478/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_comp_pad_kernel.cpp.o 2022-12-01T10:07:20.7885704Z [4478/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_inner_product_utils.cpp.o 2022-12-01T10:07:20.7886723Z [4479/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_1x1_conv.cpp.o 2022-12-01T10:07:20.8228374Z [4479/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_transpose_utils.cpp.o 2022-12-01T10:07:20.8229585Z [4480/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_trans_kernel.cpp.o 2022-12-01T10:07:20.8312129Z [4480/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_gemm_inner_product_utils.cpp.o 2022-12-01T10:07:20.8313352Z [4481/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv.cpp.o 2022-12-01T10:07:20.9187034Z [4481/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_gemm_x8s8s32x_conv_zp_src_pad_comp.cpp.o 2022-12-01T10:07:20.9188817Z [4482/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_utils.cpp.o 2022-12-01T10:07:21.0145221Z [4482/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_gemm_x8s8s32x_convolution_utils.cpp.o 2022-12-01T10:07:21.0146697Z [4483/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_inner_product.cpp.o 2022-12-01T10:07:21.0698701Z [4483/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_1x1_conv_kernel_f32.cpp.o 2022-12-01T10:07:21.0699505Z [4484/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_inner_product_utils.cpp.o 2022-12-01T10:07:21.0771842Z [4484/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_1x1_convolution.cpp.o 2022-12-01T10:07:21.0772474Z [4485/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_transpose_utils.cpp.o 2022-12-01T10:07:21.1470531Z [4485/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_conv_kernel_f32.cpp.o 2022-12-01T10:07:21.1474390Z [4486/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_gemm_x8s8s32x_convolution_utils.cpp.o 2022-12-01T10:07:21.1648160Z [4486/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_convolution.cpp.o 2022-12-01T10:07:21.1649688Z [4487/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_gemm_x8s8s32x_conv_zp_src_pad_comp.cpp.o 2022-12-01T10:07:21.2279531Z [4487/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_transpose_utils.cpp.o 2022-12-01T10:07:21.2280767Z [4488/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_gemm_inner_product_utils.cpp.o 2022-12-01T10:07:21.2693801Z [4488/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_batch_normalization.cpp.o 2022-12-01T10:07:21.2694958Z [4489/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_1x1_conv_kernel_f32.cpp.o 2022-12-01T10:07:21.3475852Z [4489/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_batch_normalization_s8.cpp.o 2022-12-01T10:07:21.3479498Z [4490/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_1x1_convolution.cpp.o 2022-12-01T10:07:21.3955473Z [4490/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_binary.cpp.o 2022-12-01T10:07:21.3956470Z [4491/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_conv_kernel_f32.cpp.o 2022-12-01T10:07:21.4025639Z [4491/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_binary_kernel.cpp.o 2022-12-01T10:07:21.4026791Z [4492/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_transpose_utils.cpp.o 2022-12-01T10:07:21.4168168Z [4492/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_deconv_zp_pad_str_kernel.cpp.o 2022-12-01T10:07:21.4168951Z [4493/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_convolution.cpp.o 2022-12-01T10:07:21.5298801Z [4493/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_dw_conv_kernel_f32.cpp.o 2022-12-01T10:07:21.5299937Z [4494/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_batch_normalization.cpp.o 2022-12-01T10:07:21.5758467Z [4494/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_dw_conv_kernel_utils.cpp.o 2022-12-01T10:07:21.5759948Z [4495/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_batch_normalization_s8.cpp.o 2022-12-01T10:07:21.6216980Z [4495/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_dw_convolution.cpp.o 2022-12-01T10:07:21.6217938Z [4496/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_binary.cpp.o 2022-12-01T10:07:21.6719018Z [4496/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_eltwise.cpp.o 2022-12-01T10:07:21.6719802Z [4497/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_deconv_zp_pad_str_kernel.cpp.o 2022-12-01T10:07:21.7348645Z [4497/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_eltwise_int.cpp.o 2022-12-01T10:07:21.7349312Z [4498/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_binary_kernel.cpp.o 2022-12-01T10:07:21.7526074Z [4498/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_i8i8_pooling.cpp.o 2022-12-01T10:07:21.7527030Z [4499/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_dw_conv_kernel_utils.cpp.o 2022-12-01T10:07:21.7606492Z [4499/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_layer_normalization_kernels.cpp.o 2022-12-01T10:07:21.7607731Z [4500/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_dw_conv_kernel_f32.cpp.o 2022-12-01T10:07:21.9187506Z [4500/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_pool_kernel.cpp.o 2022-12-01T10:07:21.9188209Z [4501/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_eltwise.cpp.o 2022-12-01T10:07:21.9212110Z [4501/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_pooling.cpp.o 2022-12-01T10:07:21.9213092Z [4502/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_dw_convolution.cpp.o 2022-12-01T10:07:21.9773422Z [4502/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reduction.cpp.o 2022-12-01T10:07:21.9774194Z [4503/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_eltwise_int.cpp.o 2022-12-01T10:07:22.0527136Z [4503/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reduction_kernel.cpp.o 2022-12-01T10:07:22.0528248Z [4504/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_layer_normalization_kernels.cpp.o 2022-12-01T10:07:22.0563859Z [4504/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reorder.cpp.o 2022-12-01T10:07:22.0565197Z [4505/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_i8i8_pooling.cpp.o 2022-12-01T10:07:22.1364509Z [4505/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reorder_utils.cpp.o 2022-12-01T10:07:22.1365926Z [4506/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_pool_kernel.cpp.o 2022-12-01T10:07:22.1720270Z [4506/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_resampling.cpp.o 2022-12-01T10:07:22.1720994Z [4507/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reduction.cpp.o 2022-12-01T10:07:22.2431196Z [4507/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_resampling_kernel.cpp.o 2022-12-01T10:07:22.2432251Z [4508/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_pooling.cpp.o 2022-12-01T10:07:22.2623443Z [4508/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_softmax.cpp.o 2022-12-01T10:07:22.2624539Z [4509/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reorder_utils.cpp.o 2022-12-01T10:07:22.2934738Z [4509/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_tbb_batch_normalization.cpp.o 2022-12-01T10:07:22.2935809Z [4510/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reduction_kernel.cpp.o 2022-12-01T10:07:22.3794429Z [4510/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_1x1_conv_kernel.cpp.o 2022-12-01T10:07:22.3795479Z [4511/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reorder.cpp.o 2022-12-01T10:07:22.3876260Z [4511/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_1x1_convolution.cpp.o 2022-12-01T10:07:22.3877373Z [4512/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_resampling.cpp.o 2022-12-01T10:07:22.4418056Z [4512/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_conv_kernel.cpp.o 2022-12-01T10:07:22.4419150Z [4513/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_resampling_kernel.cpp.o 2022-12-01T10:07:22.5134184Z [4513/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_convolution.cpp.o 2022-12-01T10:07:22.5134864Z [4514/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_softmax.cpp.o 2022-12-01T10:07:22.5888698Z [4514/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_deconvolution.cpp.o 2022-12-01T10:07:22.5890438Z [4515/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_tbb_batch_normalization.cpp.o 2022-12-01T10:07:22.7052001Z [4515/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn.cpp.o 2022-12-01T10:07:22.7052654Z [4516/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_convolution.cpp.o 2022-12-01T10:07:22.7088975Z [4516/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_bwd_base.cpp.o 2022-12-01T10:07:22.7089847Z [4517/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_1x1_convolution.cpp.o 2022-12-01T10:07:22.7160725Z [4517/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_bwd_blocked.cpp.o 2022-12-01T10:07:22.7162077Z [4518/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_conv_kernel.cpp.o 2022-12-01T10:07:22.7182289Z [4518/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_bwd_nhwc.cpp.o 2022-12-01T10:07:22.7183716Z [4519/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_1x1_conv_kernel.cpp.o 2022-12-01T10:07:22.7891906Z [4519/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_fwd_base.cpp.o 2022-12-01T10:07:22.7892954Z [4520/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_deconvolution.cpp.o 2022-12-01T10:07:22.8361953Z [4520/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_fwd_blocked.cpp.o 2022-12-01T10:07:22.8362582Z [4521/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn.cpp.o 2022-12-01T10:07:22.9687690Z [4521/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_fwd_nhwc.cpp.o 2022-12-01T10:07:22.9688416Z [4522/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_bwd_base.cpp.o 2022-12-01T10:07:22.9714129Z [4522/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_uni_lrn.cpp.o 2022-12-01T10:07:22.9715240Z [4523/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_bwd_blocked.cpp.o 2022-12-01T10:07:22.9908695Z [4523/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_uni_lrn_kernel.cpp.o 2022-12-01T10:07:22.9909798Z [4524/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_bwd_nhwc.cpp.o 2022-12-01T10:07:23.0063735Z [4524/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/matmul/brgemm_matmul.cpp.o 2022-12-01T10:07:23.0064835Z [4525/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_fwd_base.cpp.o 2022-12-01T10:07:23.0535786Z [4525/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/matmul/brgemm_matmul_copy_utils.cpp.o 2022-12-01T10:07:23.0536744Z [4526/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_fwd_blocked.cpp.o 2022-12-01T10:07:23.0892513Z [4526/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/matmul/brgemm_matmul_utils.cpp.o 2022-12-01T10:07:23.0895117Z [4527/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_fwd_nhwc.cpp.o 2022-12-01T10:07:23.2816023Z [4527/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_backward.cpp.o 2022-12-01T10:07:23.2817110Z [4528/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_uni_lrn.cpp.o 2022-12-01T10:07:23.3080935Z [4528/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_base_kernel.cpp.o 2022-12-01T10:07:23.3081998Z [4529/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_uni_lrn_kernel.cpp.o 2022-12-01T10:07:23.3280563Z [4529/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_forward.cpp.o 2022-12-01T10:07:23.3281645Z [4530/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/matmul/brgemm_matmul_utils.cpp.o 2022-12-01T10:07:23.3470312Z [4530/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_reduction_kernel.cpp.o 2022-12-01T10:07:23.3470925Z [4531/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_backward.cpp.o 2022-12-01T10:07:23.3588371Z [4531/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_utils.cpp.o 2022-12-01T10:07:23.3588987Z [4532/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/matmul/brgemm_matmul.cpp.o 2022-12-01T10:07:23.3985674Z [4532/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_uni_prelu_backward_kernel.cpp.o 2022-12-01T10:07:23.3987799Z [4533/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/matmul/brgemm_matmul_copy_utils.cpp.o 2022-12-01T10:07:23.5804663Z [4533/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_uni_prelu_forward_kernel.cpp.o 2022-12-01T10:07:23.6292704Z [4534/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_forward.cpp.o 2022-12-01T10:07:23.6293375Z [4534/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_bwd.cpp.o 2022-12-01T10:07:23.6293945Z [4535/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_base_kernel.cpp.o 2022-12-01T10:07:23.6297913Z [4535/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_fwd.cpp.o 2022-12-01T10:07:23.6298959Z [4536/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_reduction_kernel.cpp.o 2022-12-01T10:07:23.6310703Z [4536/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_reorders.cpp.o 2022-12-01T10:07:23.6312468Z [4537/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_utils.cpp.o 2022-12-01T10:07:23.6443859Z [4537/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_utils.cpp.o 2022-12-01T10:07:23.6444692Z [4538/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_uni_prelu_backward_kernel.cpp.o 2022-12-01T10:07:23.6491954Z [4538/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/jit_brgemm_transpose_single_row.cpp.o 2022-12-01T10:07:23.6492589Z [4539/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_uni_prelu_forward_kernel.cpp.o 2022-12-01T10:07:23.8689388Z [4539/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/jit_diff_weights_peephole.cpp.o 2022-12-01T10:07:23.8690022Z [4540/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_utils.cpp.o 2022-12-01T10:07:23.8879403Z [4540/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/jit_gates_reduction.cpp.o 2022-12-01T10:07:23.8880039Z [4541/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_bwd.cpp.o 2022-12-01T10:07:23.9054495Z [4541/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/rnn_brgemm_utils.cpp.o 2022-12-01T10:07:23.9055169Z [4542/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_reorders.cpp.o 2022-12-01T10:07:23.9259316Z [4542/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/shuffle/jit_uni_shuffle.cpp.o 2022-12-01T10:07:23.9260400Z [4543/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/jit_diff_weights_peephole.cpp.o 2022-12-01T10:07:23.9280351Z [4543/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/shuffle/jit_uni_shuffle_kernel.cpp.o 2022-12-01T10:07:23.9281438Z [4544/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_fwd.cpp.o 2022-12-01T10:07:23.9461156Z [4544/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/utils/jit_io_helper.cpp.o 2022-12-01T10:07:23.9463550Z [4545/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/jit_brgemm_transpose_single_row.cpp.o 2022-12-01T10:07:24.1372363Z [4545/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/common.cpp.o 2022-12-01T10:07:24.1373412Z [4546/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/jit_gates_reduction.cpp.o 2022-12-01T10:07:24.1653806Z [4546/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/constant_cache.cpp.o 2022-12-01T10:07:24.1654838Z [4547/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/rnn_brgemm_utils.cpp.o 2022-12-01T10:07:24.1895424Z [4547/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/dnnl_backend.cpp.o 2022-12-01T10:07:24.1896166Z [4548/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/shuffle/jit_uni_shuffle.cpp.o 2022-12-01T10:07:24.2048911Z [4548/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/dnnl_shape_infer.cpp.o 2022-12-01T10:07:24.2049550Z [4549/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/shuffle/jit_uni_shuffle_kernel.cpp.o 2022-12-01T10:07:24.2639487Z [4549/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/compile_ops.cpp.o 2022-12-01T10:07:24.2640518Z [4550/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/common.cpp.o 2022-12-01T10:07:24.2945143Z [4550/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/infer_type.cpp.o 2022-12-01T10:07:24.2946483Z [4551/6342] Building CXX object third_party/ideep/mkl-dnn/third_party/oneDNN/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/utils/jit_io_helper.cpp.o 2022-12-01T10:07:24.3286408Z [4551/6342] Linking CXX static library lib/libdnnl.a 2022-12-01T10:07:24.3287006Z [4552/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/constant_cache.cpp.o 2022-12-01T10:07:24.4704714Z [4552/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/insert_ops.cpp.o 2022-12-01T10:07:24.4705776Z [4553/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/compile_ops.cpp.o 2022-12-01T10:07:24.5060679Z [4553/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/layout_propagation.cpp.o 2022-12-01T10:07:24.5061648Z [4554/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/dnnl_backend.cpp.o 2022-12-01T10:07:24.5065042Z [4554/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/lower_down.cpp.o 2022-12-01T10:07:24.5066023Z [4555/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/dnnl_shape_infer.cpp.o 2022-12-01T10:07:24.5732358Z [4555/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/memory_planning.cpp.o 2022-12-01T10:07:24.5733075Z [4556/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/infer_type.cpp.o 2022-12-01T10:07:24.5852659Z [4556/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/utils.cpp.o 2022-12-01T10:07:24.5853279Z [4557/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/insert_ops.cpp.o 2022-12-01T10:07:24.7426403Z [4557/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/binary_fusion.cpp.o 2022-12-01T10:07:24.7427031Z [4558/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/layout_propagation.cpp.o 2022-12-01T10:07:24.7705379Z [4558/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/bn_fusion.cpp.o 2022-12-01T10:07:24.7706358Z [4559/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/lower_down.cpp.o 2022-12-01T10:07:24.7854842Z [4559/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/concat_fusion.cpp.o 2022-12-01T10:07:24.7856337Z [4560/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/memory_planning.cpp.o 2022-12-01T10:07:24.8879742Z [4560/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/conv_fusion.cpp.o 2022-12-01T10:07:24.8881509Z [4561/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/binary_fusion.cpp.o 2022-12-01T10:07:24.9083646Z [4561/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/convtranspose_fusion.cpp.o 2022-12-01T10:07:24.9085176Z [4562/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/utils.cpp.o 2022-12-01T10:07:25.0184698Z [4562/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/eltwise_fusion.cpp.o 2022-12-01T10:07:25.0185784Z [4563/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/bn_fusion.cpp.o 2022-12-01T10:07:25.0623788Z [4563/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/gelu_fusion.cpp.o 2022-12-01T10:07:25.0625030Z [4564/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/concat_fusion.cpp.o 2022-12-01T10:07:25.0651160Z [4564/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/interpolate_fusion.cpp.o 2022-12-01T10:07:25.0651889Z [4565/6342] Linking CXX static library lib/libdnnl.a 2022-12-01T10:07:25.1117201Z [4565/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/matmul_fusion.cpp.o 2022-12-01T10:07:25.1118276Z [4566/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/conv_fusion.cpp.o 2022-12-01T10:07:25.1935318Z [4566/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/pool_fusion.cpp.o 2022-12-01T10:07:25.1936780Z [4567/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/convtranspose_fusion.cpp.o 2022-12-01T10:07:25.2194854Z [4567/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/quantize_fusion.cpp.o 2022-12-01T10:07:25.2196252Z [4568/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/eltwise_fusion.cpp.o 2022-12-01T10:07:25.2730264Z [4568/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/reduction_fusion.cpp.o 2022-12-01T10:07:25.2731350Z [4569/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/gelu_fusion.cpp.o 2022-12-01T10:07:25.3312064Z [4569/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/reorder_fusion.cpp.o 2022-12-01T10:07:25.3312784Z [4570/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/interpolate_fusion.cpp.o 2022-12-01T10:07:25.3999699Z [4570/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/shuffle_fusion.cpp.o 2022-12-01T10:07:25.4001123Z [4571/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/pool_fusion.cpp.o 2022-12-01T10:07:25.4173891Z [4571/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/single_op_pattern.cpp.o 2022-12-01T10:07:25.4174715Z [4572/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/matmul_fusion.cpp.o 2022-12-01T10:07:25.4940380Z [4572/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/sum_fusion.cpp.o 2022-12-01T10:07:25.4941442Z [4573/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/quantize_fusion.cpp.o 2022-12-01T10:07:25.5056154Z [4573/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/fake/CMakeFiles/dnnl_graph_backend_fake.dir/fake_backend.cpp.o 2022-12-01T10:07:25.5057227Z [4574/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/reduction_fusion.cpp.o 2022-12-01T10:07:25.5588561Z [4574/6342] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/debug.cpp.o 2022-12-01T10:07:25.5589457Z [4575/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/reorder_fusion.cpp.o 2022-12-01T10:07:25.6229615Z [4575/6342] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/id.cpp.o 2022-12-01T10:07:25.6230143Z [4576/6342] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/id.cpp.o 2022-12-01T10:07:25.6336836Z [4576/6342] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/pm/nested_matcher.cpp.o 2022-12-01T10:07:25.6337802Z [4577/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/shuffle_fusion.cpp.o 2022-12-01T10:07:25.6570490Z [4577/6342] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/pm/pass_manager.cpp.o 2022-12-01T10:07:25.6814508Z [4578/6342] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/debug.cpp.o 2022-12-01T10:07:25.6815454Z [4578/6342] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/pm/pbuilder.cpp.o 2022-12-01T10:07:25.6816445Z [4579/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/single_op_pattern.cpp.o 2022-12-01T10:07:25.6993182Z [4579/6342] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/rw_mutex.cpp.o 2022-12-01T10:07:25.6994088Z [4580/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/sum_fusion.cpp.o 2022-12-01T10:07:25.7007211Z [4580/6342] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/utils.cpp.o 2022-12-01T10:07:25.7008146Z [4581/6342] Building CXX object third_party/ideep/mkl-dnn/src/backend/fake/CMakeFiles/dnnl_graph_backend_fake.dir/fake_backend.cpp.o 2022-12-01T10:07:25.8300718Z [4581/6342] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/verbose.cpp.o 2022-12-01T10:07:25.8301646Z [4582/6342] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/rw_mutex.cpp.o 2022-12-01T10:07:25.8605746Z [4582/6342] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/allocator.cpp.o 2022-12-01T10:07:25.8606659Z [4583/6342] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/pm/nested_matcher.cpp.o 2022-12-01T10:07:25.8702471Z [4583/6342] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/backend.cpp.o 2022-12-01T10:07:25.8703415Z [4584/6342] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/pm/pass_manager.cpp.o 2022-12-01T10:07:25.9093085Z [4584/6342] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/engine.cpp.o 2022-12-01T10:07:25.9093772Z [4585/6342] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/utils.cpp.o 2022-12-01T10:07:25.9205249Z [4585/6342] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/graph.cpp.o 2022-12-01T10:07:25.9205897Z [4586/6342] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/verbose.cpp.o 2022-12-01T10:07:25.9243713Z [4586/6342] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/logical_tensor.cpp.o 2022-12-01T10:07:25.9244486Z [4587/6342] Building CXX object third_party/ideep/mkl-dnn/src/utils/CMakeFiles/dnnl_graph_utils.dir/pm/pbuilder.cpp.o 2022-12-01T10:07:26.0246618Z [4587/6342] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/op.cpp.o 2022-12-01T10:07:26.0247556Z [4588/6342] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/allocator.cpp.o 2022-12-01T10:07:26.0708065Z [4588/6342] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/op_schema.cpp.o 2022-12-01T10:07:26.0709037Z [4589/6342] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/engine.cpp.o 2022-12-01T10:07:26.0947390Z [4589/6342] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition.cpp.o 2022-12-01T10:07:26.0948307Z [4590/6342] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/backend.cpp.o 2022-12-01T10:07:26.1326957Z [4590/6342] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition_cache.cpp.o 2022-12-01T10:07:26.1327955Z [4591/6342] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/logical_tensor.cpp.o 2022-12-01T10:07:26.1401493Z [4591/6342] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition_hashing.cpp.o 2022-12-01T10:07:26.1402492Z [4592/6342] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/graph.cpp.o 2022-12-01T10:07:26.1499483Z [4592/6342] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition_impl.cpp.o 2022-12-01T10:07:26.1500363Z [4593/6342] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/op.cpp.o 2022-12-01T10:07:26.2794291Z [4593/6342] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/shape_infer.cpp.o 2022-12-01T10:07:26.2795286Z [4594/6342] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition.cpp.o 2022-12-01T10:07:26.3256829Z [4594/6342] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/stream.cpp.o 2022-12-01T10:07:26.3257826Z [4595/6342] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition_cache.cpp.o 2022-12-01T10:07:26.3556406Z [4595/6342] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/tensor.cpp.o 2022-12-01T10:07:26.3557050Z [4596/6342] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition_impl.cpp.o 2022-12-01T10:07:26.3588592Z [4596/6342] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/type_constraint.cpp.o 2022-12-01T10:07:26.3589159Z [4597/6342] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/op_schema.cpp.o 2022-12-01T10:07:26.3712058Z [4597/6342] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/value.cpp.o 2022-12-01T10:07:26.3712602Z [4598/6342] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/shape_infer.cpp.o 2022-12-01T10:07:26.4177358Z [4598/6342] Building CXX object third_party/fmt/CMakeFiles/fmt.dir/src/format.cc.o 2022-12-01T10:07:26.4178499Z [4599/6342] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/partition_hashing.cpp.o 2022-12-01T10:07:26.4508808Z [4599/6342] Building CXX object third_party/fmt/CMakeFiles/fmt.dir/src/os.cc.o 2022-12-01T10:07:26.4509728Z [4600/6342] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/stream.cpp.o 2022-12-01T10:07:26.5555230Z [4600/6342] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_api.dir/src/ThreadUtil.cpp.o 2022-12-01T10:07:26.5556086Z [4601/6342] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/tensor.cpp.o 2022-12-01T10:07:26.6012465Z [4601/6342] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_api.dir/src/libkineto_api.cpp.o 2022-12-01T10:07:26.6013460Z [4602/6342] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/type_constraint.cpp.o 2022-12-01T10:07:26.6047939Z [4602/6342] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/AbstractConfig.cpp.o 2022-12-01T10:07:26.6048668Z [4603/6342] Building CXX object third_party/ideep/mkl-dnn/src/interface/CMakeFiles/dnnl_graph_common.dir/value.cpp.o 2022-12-01T10:07:26.6388291Z [4603/6342] Linking CXX static library lib/libdnnl_graph.a 2022-12-01T10:07:26.6388941Z [4604/6342] Building CXX object third_party/fmt/CMakeFiles/fmt.dir/src/os.cc.o 2022-12-01T10:07:26.6477629Z [4604/6342] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityProfiler.cpp.o 2022-12-01T10:07:26.6478105Z [4605/6342] Building CXX object third_party/fmt/CMakeFiles/fmt.dir/src/format.cc.o 2022-12-01T10:07:26.6721767Z [4605/6342] Linking CXX static library lib/libfmt.a 2022-12-01T10:07:26.6722328Z [4606/6342] Linking CXX static library lib/libfmt.a 2022-12-01T10:07:26.6995976Z [4606/6342] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityProfilerController.cpp.o 2022-12-01T10:07:26.6996664Z [4607/6342] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_api.dir/src/ThreadUtil.cpp.o 2022-12-01T10:07:26.7415042Z [4607/6342] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityProfilerProxy.cpp.o 2022-12-01T10:07:26.7416035Z [4608/6342] Linking CXX static library lib/libdnnl_graph.a 2022-12-01T10:07:26.8481169Z [4608/6342] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityType.cpp.o 2022-12-01T10:07:26.8482091Z [4609/6342] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_api.dir/src/libkineto_api.cpp.o 2022-12-01T10:07:26.9328326Z [4609/6342] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Config.cpp.o 2022-12-01T10:07:26.9328851Z [4610/6342] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/AbstractConfig.cpp.o 2022-12-01T10:07:26.9703404Z [4610/6342] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ConfigLoader.cpp.o 2022-12-01T10:07:26.9703978Z [4611/6342] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityProfilerProxy.cpp.o 2022-12-01T10:07:26.9966339Z [4611/6342] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityApi.cpp.o 2022-12-01T10:07:26.9967216Z [4612/6342] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityType.cpp.o 2022-12-01T10:07:27.0217134Z [4612/6342] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Demangle.cpp.o 2022-12-01T10:07:27.0218128Z [4613/6342] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityProfilerController.cpp.o 2022-12-01T10:07:27.0418257Z [4613/6342] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/GenericTraceActivity.cpp.o 2022-12-01T10:07:27.0419380Z [4614/6342] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityProfiler.cpp.o 2022-12-01T10:07:27.1123587Z [4614/6342] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ILoggerObserver.cpp.o 2022-12-01T10:07:27.1124543Z [4615/6342] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Config.cpp.o 2022-12-01T10:07:27.1673725Z [4615/6342] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Logger.cpp.o 2022-12-01T10:07:27.1676163Z [4616/6342] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Demangle.cpp.o 2022-12-01T10:07:27.2288914Z [4616/6342] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/init.cpp.o 2022-12-01T10:07:27.2289768Z [4617/6342] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityApi.cpp.o 2022-12-01T10:07:27.2672850Z [4617/6342] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/output_csv.cpp.o 2022-12-01T10:07:27.2673783Z [4618/6342] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ConfigLoader.cpp.o 2022-12-01T10:07:27.2979267Z [4618/6342] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/output_json.cpp.o 2022-12-01T10:07:27.2980549Z [4619/6342] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ILoggerObserver.cpp.o 2022-12-01T10:07:27.3247332Z [4619/6342] Building CXX object c10/CMakeFiles/c10.dir/core/Allocator.cpp.o 2022-12-01T10:07:27.3248229Z [4620/6342] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/GenericTraceActivity.cpp.o 2022-12-01T10:07:27.4041515Z [4620/6342] Building CXX object c10/CMakeFiles/c10.dir/core/AutogradState.cpp.o 2022-12-01T10:07:27.4042342Z [4621/6342] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Logger.cpp.o 2022-12-01T10:07:27.4043373Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/src/Logger.cpp:28:32: warning: unknown option after ‘#pragma GCC diagnostic’ kind [-Wpragmas] 2022-12-01T10:07:27.4044123Z #pragma GCC diagnostic ignored "-Wglobal-constructors" 2022-12-01T10:07:27.4044543Z ^~~~~~~~~~~~~~~~~~~~~~~ 2022-12-01T10:07:27.4044736Z 2022-12-01T10:07:27.4238135Z [4621/6342] Building CXX object c10/CMakeFiles/c10.dir/core/CPUAllocator.cpp.o 2022-12-01T10:07:27.4238897Z [4622/6342] Building CXX object c10/CMakeFiles/c10.dir/core/AutogradState.cpp.o 2022-12-01T10:07:27.4369003Z [4622/6342] Building CXX object c10/CMakeFiles/c10.dir/core/CopyBytes.cpp.o 2022-12-01T10:07:27.4369600Z [4623/6342] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/init.cpp.o 2022-12-01T10:07:27.4726541Z [4623/6342] Building CXX object c10/CMakeFiles/c10.dir/core/DefaultDtype.cpp.o 2022-12-01T10:07:27.4727366Z [4624/6342] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/output_csv.cpp.o 2022-12-01T10:07:27.4975176Z [4624/6342] Building CXX object c10/CMakeFiles/c10.dir/core/Device.cpp.o 2022-12-01T10:07:27.4976341Z [4625/6342] Building CXX object c10/CMakeFiles/c10.dir/core/Allocator.cpp.o 2022-12-01T10:07:27.5575998Z [4625/6342] Building CXX object c10/CMakeFiles/c10.dir/core/DeviceType.cpp.o 2022-12-01T10:07:27.5577192Z [4626/6342] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/output_json.cpp.o 2022-12-01T10:07:27.5958932Z [4626/6342] Linking CXX static library lib/libkineto.a 2022-12-01T10:07:27.5960144Z [4627/6342] Linking CXX static library lib/libkineto.a 2022-12-01T10:07:27.6621391Z [4627/6342] Building CXX object c10/CMakeFiles/c10.dir/core/DispatchKey.cpp.o 2022-12-01T10:07:27.6622171Z [4628/6342] Building CXX object c10/CMakeFiles/c10.dir/core/CopyBytes.cpp.o 2022-12-01T10:07:27.7037733Z [4628/6342] Building CXX object c10/CMakeFiles/c10.dir/core/DispatchKeySet.cpp.o 2022-12-01T10:07:27.7038482Z [4629/6342] Building CXX object c10/CMakeFiles/c10.dir/core/CPUAllocator.cpp.o 2022-12-01T10:07:27.7181164Z [4629/6342] Building CXX object c10/CMakeFiles/c10.dir/core/GeneratorImpl.cpp.o 2022-12-01T10:07:27.7181924Z [4630/6342] Building CXX object c10/CMakeFiles/c10.dir/core/DeviceType.cpp.o 2022-12-01T10:07:27.7386431Z [4630/6342] Building CXX object c10/CMakeFiles/c10.dir/core/GradMode.cpp.o 2022-12-01T10:07:27.7387013Z [4631/6342] Building CXX object c10/CMakeFiles/c10.dir/core/DefaultDtype.cpp.o 2022-12-01T10:07:27.7812370Z [4631/6342] Building CXX object c10/CMakeFiles/c10.dir/core/InferenceMode.cpp.o 2022-12-01T10:07:27.7813030Z [4632/6342] Building CXX object c10/CMakeFiles/c10.dir/core/Device.cpp.o 2022-12-01T10:07:27.8374448Z [4632/6342] Building CXX object c10/CMakeFiles/c10.dir/core/SafePyObject.cpp.o 2022-12-01T10:07:27.8375149Z [4633/6342] Building CXX object c10/CMakeFiles/c10.dir/core/DispatchKey.cpp.o 2022-12-01T10:07:27.8972080Z [4633/6342] Building CXX object c10/CMakeFiles/c10.dir/core/Scalar.cpp.o 2022-12-01T10:07:27.8972807Z [4634/6342] Building CXX object c10/CMakeFiles/c10.dir/core/GradMode.cpp.o 2022-12-01T10:07:27.9334527Z [4634/6342] Building CXX object c10/CMakeFiles/c10.dir/core/Storage.cpp.o 2022-12-01T10:07:27.9335398Z [4635/6342] Building CXX object c10/CMakeFiles/c10.dir/core/DispatchKeySet.cpp.o 2022-12-01T10:07:27.9995830Z [4635/6342] Building CXX object c10/CMakeFiles/c10.dir/core/StorageImpl.cpp.o 2022-12-01T10:07:27.9996523Z [4636/6342] Building CXX object c10/CMakeFiles/c10.dir/core/GeneratorImpl.cpp.o 2022-12-01T10:07:28.0030063Z [4636/6342] Building CXX object c10/CMakeFiles/c10.dir/core/Stream.cpp.o 2022-12-01T10:07:28.0031014Z [4637/6342] Building CXX object c10/CMakeFiles/c10.dir/core/InferenceMode.cpp.o 2022-12-01T10:07:28.0820388Z [4637/6342] Building CXX object c10/CMakeFiles/c10.dir/core/SymFloat.cpp.o 2022-12-01T10:07:28.0821439Z [4638/6342] Building CXX object c10/CMakeFiles/c10.dir/core/SafePyObject.cpp.o 2022-12-01T10:07:28.1169897Z [4638/6342] Building CXX object c10/CMakeFiles/c10.dir/core/SymFloatNodeImpl.cpp.o 2022-12-01T10:07:28.1170769Z [4639/6342] Building CXX object c10/CMakeFiles/c10.dir/core/Scalar.cpp.o 2022-12-01T10:07:28.1413474Z [4639/6342] Building CXX object c10/CMakeFiles/c10.dir/core/SymInt.cpp.o 2022-12-01T10:07:28.1414494Z [4640/6342] Building CXX object c10/CMakeFiles/c10.dir/core/Storage.cpp.o 2022-12-01T10:07:28.1734549Z [4640/6342] Building CXX object c10/CMakeFiles/c10.dir/core/SymIntArrayRef.cpp.o 2022-12-01T10:07:28.1735361Z [4641/6342] Building CXX object c10/CMakeFiles/c10.dir/core/StorageImpl.cpp.o 2022-12-01T10:07:28.2098820Z [4641/6342] Building CXX object c10/CMakeFiles/c10.dir/core/SymIntNodeImpl.cpp.o 2022-12-01T10:07:28.2099742Z [4642/6342] Building CXX object c10/CMakeFiles/c10.dir/core/Stream.cpp.o 2022-12-01T10:07:28.2689636Z [4642/6342] Building CXX object c10/CMakeFiles/c10.dir/core/TensorImpl.cpp.o 2022-12-01T10:07:28.2690342Z [4643/6342] Building CXX object c10/CMakeFiles/c10.dir/core/SymFloat.cpp.o 2022-12-01T10:07:28.3184726Z [4643/6342] Building CXX object c10/CMakeFiles/c10.dir/core/TensorOptions.cpp.o 2022-12-01T10:07:28.3185463Z [4644/6342] Building CXX object c10/CMakeFiles/c10.dir/core/SymFloatNodeImpl.cpp.o 2022-12-01T10:07:28.3444433Z [4644/6342] Building CXX object c10/CMakeFiles/c10.dir/core/UndefinedTensorImpl.cpp.o 2022-12-01T10:07:28.3445025Z [4645/6342] Building CXX object c10/CMakeFiles/c10.dir/core/SymInt.cpp.o 2022-12-01T10:07:28.4073248Z [4645/6342] Building CXX object c10/CMakeFiles/c10.dir/core/WrapDimMinimal.cpp.o 2022-12-01T10:07:28.4074033Z [4646/6342] Building CXX object c10/CMakeFiles/c10.dir/core/SymIntArrayRef.cpp.o 2022-12-01T10:07:28.4389272Z [4646/6342] Building CXX object c10/CMakeFiles/c10.dir/core/impl/DeviceGuardImplInterface.cpp.o 2022-12-01T10:07:28.4390276Z [4647/6342] Building CXX object c10/CMakeFiles/c10.dir/core/SymIntNodeImpl.cpp.o 2022-12-01T10:07:28.5323517Z [4647/6342] Building CXX object c10/CMakeFiles/c10.dir/core/impl/GPUTrace.cpp.o 2022-12-01T10:07:28.5324187Z [4648/6342] Building CXX object c10/CMakeFiles/c10.dir/core/WrapDimMinimal.cpp.o 2022-12-01T10:07:28.5926140Z [4648/6342] Building CXX object c10/CMakeFiles/c10.dir/core/impl/LocalDispatchKeySet.cpp.o 2022-12-01T10:07:28.5926862Z [4649/6342] Building CXX object c10/CMakeFiles/c10.dir/core/TensorImpl.cpp.o 2022-12-01T10:07:28.6520962Z [4649/6342] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PyInterpreter.cpp.o 2022-12-01T10:07:28.6521453Z [4650/6342] Building CXX object c10/CMakeFiles/c10.dir/core/impl/DeviceGuardImplInterface.cpp.o 2022-12-01T10:07:28.6594215Z [4650/6342] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PythonDispatcherTLS.cpp.o 2022-12-01T10:07:28.6594988Z [4651/6342] Building CXX object c10/CMakeFiles/c10.dir/core/UndefinedTensorImpl.cpp.o 2022-12-01T10:07:28.6948833Z [4651/6342] Building CXX object c10/CMakeFiles/c10.dir/core/impl/SizesAndStrides.cpp.o 2022-12-01T10:07:28.6949831Z [4652/6342] Building CXX object c10/CMakeFiles/c10.dir/core/TensorOptions.cpp.o 2022-12-01T10:07:28.7654725Z [4652/6342] Building CXX object c10/CMakeFiles/c10.dir/core/impl/TorchDispatchModeTLS.cpp.o 2022-12-01T10:07:28.7655272Z [4653/6342] Building CXX object c10/CMakeFiles/c10.dir/core/impl/GPUTrace.cpp.o 2022-12-01T10:07:28.7822598Z [4653/6342] Building CXX object c10/CMakeFiles/c10.dir/core/impl/alloc_cpu.cpp.o 2022-12-01T10:07:28.7823355Z [4654/6342] Building CXX object c10/CMakeFiles/c10.dir/core/impl/LocalDispatchKeySet.cpp.o 2022-12-01T10:07:28.8637165Z [4654/6342] Building CXX object c10/CMakeFiles/c10.dir/core/thread_pool.cpp.o 2022-12-01T10:07:28.8637902Z [4655/6342] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PyInterpreter.cpp.o 2022-12-01T10:07:28.8830813Z [4655/6342] Building CXX object c10/CMakeFiles/c10.dir/mobile/CPUCachingAllocator.cpp.o 2022-12-01T10:07:28.8831667Z [4656/6342] Building CXX object c10/CMakeFiles/c10.dir/core/impl/SizesAndStrides.cpp.o 2022-12-01T10:07:28.9332083Z [4656/6342] Building CXX object c10/CMakeFiles/c10.dir/mobile/CPUProfilingAllocator.cpp.o 2022-12-01T10:07:28.9332649Z [4657/6342] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PythonDispatcherTLS.cpp.o 2022-12-01T10:07:28.9758411Z [4657/6342] Building CXX object c10/CMakeFiles/c10.dir/util/Array.cpp.o 2022-12-01T10:07:28.9759057Z [4658/6342] Building CXX object c10/CMakeFiles/c10.dir/core/impl/TorchDispatchModeTLS.cpp.o 2022-12-01T10:07:29.0037398Z [4658/6342] Building CXX object c10/CMakeFiles/c10.dir/util/Backtrace.cpp.o 2022-12-01T10:07:29.0038147Z [4659/6342] Building CXX object c10/CMakeFiles/c10.dir/core/impl/alloc_cpu.cpp.o 2022-12-01T10:07:29.1355119Z [4659/6342] Building CXX object c10/CMakeFiles/c10.dir/util/C++17.cpp.o 2022-12-01T10:07:29.1355545Z [4660/6342] Building CXX object c10/CMakeFiles/c10.dir/core/thread_pool.cpp.o 2022-12-01T10:07:29.1527458Z [4660/6342] Building CXX object c10/CMakeFiles/c10.dir/util/DeadlockDetection.cpp.o 2022-12-01T10:07:29.1528335Z [4661/6342] Building CXX object c10/CMakeFiles/c10.dir/mobile/CPUCachingAllocator.cpp.o 2022-12-01T10:07:29.1562213Z [4661/6342] Building CXX object c10/CMakeFiles/c10.dir/util/Exception.cpp.o 2022-12-01T10:07:29.1563046Z [4662/6342] Building CXX object c10/CMakeFiles/c10.dir/mobile/CPUProfilingAllocator.cpp.o 2022-12-01T10:07:29.1630006Z [4662/6342] Building CXX object c10/CMakeFiles/c10.dir/util/Half.cpp.o 2022-12-01T10:07:29.1630660Z [4663/6342] Building CXX object c10/CMakeFiles/c10.dir/util/Array.cpp.o 2022-12-01T10:07:29.1925616Z [4663/6342] Building CXX object c10/CMakeFiles/c10.dir/util/LeftRight.cpp.o 2022-12-01T10:07:29.1926300Z [4664/6342] Building CXX object c10/CMakeFiles/c10.dir/util/C++17.cpp.o 2022-12-01T10:07:29.2238872Z [4664/6342] Building CXX object c10/CMakeFiles/c10.dir/util/Logging.cpp.o 2022-12-01T10:07:29.2239820Z [4665/6342] Building CXX object c10/CMakeFiles/c10.dir/util/Backtrace.cpp.o 2022-12-01T10:07:29.3415780Z [4665/6342] Building CXX object c10/CMakeFiles/c10.dir/util/MathConstants.cpp.o 2022-12-01T10:07:29.3416387Z [4666/6342] Building CXX object c10/CMakeFiles/c10.dir/util/LeftRight.cpp.o 2022-12-01T10:07:29.3929890Z [4666/6342] Building CXX object c10/CMakeFiles/c10.dir/util/Metaprogramming.cpp.o 2022-12-01T10:07:29.3930363Z [4667/6342] Building CXX object c10/CMakeFiles/c10.dir/util/Half.cpp.o 2022-12-01T10:07:29.4081182Z [4667/6342] Building CXX object c10/CMakeFiles/c10.dir/util/Optional.cpp.o 2022-12-01T10:07:29.4081729Z [4668/6342] Building CXX object c10/CMakeFiles/c10.dir/util/DeadlockDetection.cpp.o 2022-12-01T10:07:29.4088044Z [4668/6342] Building CXX object c10/CMakeFiles/c10.dir/util/SmallVector.cpp.o 2022-12-01T10:07:29.4088736Z [4669/6342] Building CXX object c10/CMakeFiles/c10.dir/util/Exception.cpp.o 2022-12-01T10:07:29.4690698Z [4669/6342] Building CXX object c10/CMakeFiles/c10.dir/util/StringUtil.cpp.o 2022-12-01T10:07:29.4691719Z [4670/6342] Building CXX object c10/CMakeFiles/c10.dir/util/Logging.cpp.o 2022-12-01T10:07:29.4783352Z [4670/6342] Building CXX object c10/CMakeFiles/c10.dir/util/ThreadLocalDebugInfo.cpp.o 2022-12-01T10:07:29.4784498Z [4671/6342] Building CXX object c10/CMakeFiles/c10.dir/util/MathConstants.cpp.o 2022-12-01T10:07:29.5916238Z [4671/6342] Building CXX object c10/CMakeFiles/c10.dir/util/TypeCast.cpp.o 2022-12-01T10:07:29.5916921Z [4672/6342] Building CXX object c10/CMakeFiles/c10.dir/util/Optional.cpp.o 2022-12-01T10:07:29.6022980Z [4672/6342] Building CXX object c10/CMakeFiles/c10.dir/util/TypeList.cpp.o 2022-12-01T10:07:29.6023702Z [4673/6342] Building CXX object c10/CMakeFiles/c10.dir/util/SmallVector.cpp.o 2022-12-01T10:07:29.6381052Z [4673/6342] Building CXX object c10/CMakeFiles/c10.dir/util/TypeTraits.cpp.o 2022-12-01T10:07:29.6382223Z [4674/6342] Building CXX object c10/CMakeFiles/c10.dir/util/Metaprogramming.cpp.o 2022-12-01T10:07:29.6792436Z [4674/6342] Building CXX object c10/CMakeFiles/c10.dir/util/Type_demangle.cpp.o 2022-12-01T10:07:29.6792946Z [4675/6342] Building CXX object c10/CMakeFiles/c10.dir/util/StringUtil.cpp.o 2022-12-01T10:07:29.7071220Z [4675/6342] Building CXX object c10/CMakeFiles/c10.dir/util/Type_no_demangle.cpp.o 2022-12-01T10:07:29.7071722Z [4676/6342] Building CXX object c10/CMakeFiles/c10.dir/util/TypeCast.cpp.o 2022-12-01T10:07:29.7086770Z [4676/6342] Building CXX object c10/CMakeFiles/c10.dir/util/Unicode.cpp.o 2022-12-01T10:07:29.7087335Z [4677/6342] Building CXX object c10/CMakeFiles/c10.dir/util/ThreadLocalDebugInfo.cpp.o 2022-12-01T10:07:29.7850442Z [4677/6342] Building CXX object c10/CMakeFiles/c10.dir/util/UniqueVoidPtr.cpp.o 2022-12-01T10:07:29.7851272Z [4678/6342] Building CXX object c10/CMakeFiles/c10.dir/util/Unicode.cpp.o 2022-12-01T10:07:29.7879923Z [4678/6342] Building CXX object c10/CMakeFiles/c10.dir/util/complex_math.cpp.o 2022-12-01T10:07:29.7880419Z [4679/6342] Building CXX object c10/CMakeFiles/c10.dir/util/TypeList.cpp.o 2022-12-01T10:07:29.7948488Z [4679/6342] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_gflags.cpp.o 2022-12-01T10:07:29.7949224Z [4680/6342] Building CXX object c10/CMakeFiles/c10.dir/util/Type_demangle.cpp.o 2022-12-01T10:07:29.8052131Z [4680/6342] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_no_gflags.cpp.o 2022-12-01T10:07:29.8052951Z [4681/6342] Building CXX object c10/CMakeFiles/c10.dir/util/TypeTraits.cpp.o 2022-12-01T10:07:29.8773806Z [4681/6342] Building CXX object c10/CMakeFiles/c10.dir/util/int128.cpp.o 2022-12-01T10:07:29.8774357Z [4682/6342] Building CXX object c10/CMakeFiles/c10.dir/util/Type_no_demangle.cpp.o 2022-12-01T10:07:29.8922001Z [4682/6342] Building CXX object c10/CMakeFiles/c10.dir/util/intrusive_ptr.cpp.o 2022-12-01T10:07:29.8922707Z [4683/6342] Building CXX object c10/CMakeFiles/c10.dir/util/UniqueVoidPtr.cpp.o 2022-12-01T10:07:29.9903756Z [4683/6342] Building CXX object c10/CMakeFiles/c10.dir/util/numa.cpp.o 2022-12-01T10:07:29.9904426Z [4684/6342] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_no_gflags.cpp.o 2022-12-01T10:07:29.9985264Z [4684/6342] Building CXX object c10/CMakeFiles/c10.dir/util/signal_handler.cpp.o 2022-12-01T10:07:29.9986024Z [4685/6342] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_gflags.cpp.o 2022-12-01T10:07:30.0078440Z [4685/6342] Building CXX object c10/CMakeFiles/c10.dir/util/thread_name.cpp.o 2022-12-01T10:07:30.0079175Z [4686/6342] Building CXX object c10/CMakeFiles/c10.dir/util/complex_math.cpp.o 2022-12-01T10:07:30.0937742Z [4686/6342] Building CXX object c10/CMakeFiles/c10.dir/util/typeid.cpp.o 2022-12-01T10:07:30.0938390Z [4687/6342] Building CXX object c10/CMakeFiles/c10.dir/util/intrusive_ptr.cpp.o 2022-12-01T10:07:30.1029255Z [4687/6342] Building CXX object c10/test/CMakeFiles/c10_CompileTimeFunctionPointer_test.dir/core/CompileTimeFunctionPointer_test.cpp.o 2022-12-01T10:07:30.1030120Z [4688/6342] Building CXX object c10/CMakeFiles/c10.dir/util/int128.cpp.o 2022-12-01T10:07:30.1861289Z [4688/6342] Building CXX object c10/test/CMakeFiles/c10_DeviceGuard_test.dir/core/DeviceGuard_test.cpp.o 2022-12-01T10:07:30.1862094Z [4689/6342] Building CXX object c10/CMakeFiles/c10.dir/util/thread_name.cpp.o 2022-12-01T10:07:30.1976116Z [4689/6342] Building CXX object c10/test/CMakeFiles/c10_Device_test.dir/core/Device_test.cpp.o 2022-12-01T10:07:30.1977066Z [4690/6342] Building CXX object c10/CMakeFiles/c10.dir/util/numa.cpp.o 2022-12-01T10:07:30.2520935Z [4690/6342] Building CXX object c10/test/CMakeFiles/c10_DispatchKeySet_test.dir/core/DispatchKeySet_test.cpp.o 2022-12-01T10:07:30.2521863Z [4691/6342] Building CXX object c10/CMakeFiles/c10.dir/util/typeid.cpp.o 2022-12-01T10:07:30.2897622Z [4691/6342] Building CXX object c10/test/CMakeFiles/c10_StreamGuard_test.dir/core/StreamGuard_test.cpp.o 2022-12-01T10:07:30.2898753Z [4692/6342] Building CXX object c10/CMakeFiles/c10.dir/util/signal_handler.cpp.o 2022-12-01T10:07:30.3716362Z [4692/6342] Linking CXX shared library lib/libc10.so 2022-12-01T10:07:30.3717586Z [4693/6342] Building CXX object c10/test/CMakeFiles/c10_CompileTimeFunctionPointer_test.dir/core/CompileTimeFunctionPointer_test.cpp.o 2022-12-01T10:07:30.3895123Z [4693/6342] Building CXX object c10/test/CMakeFiles/c10_SymInt_test.dir/core/SymInt_test.cpp.o 2022-12-01T10:07:30.3895778Z [4694/6342] Linking CXX shared library lib/libc10.so 2022-12-01T10:07:30.4078153Z [4694/6342] Linking CXX executable bin/c10_CompileTimeFunctionPointer_test 2022-12-01T10:07:30.4078969Z [4695/6342] Building CXX object c10/test/CMakeFiles/c10_DeviceGuard_test.dir/core/DeviceGuard_test.cpp.o 2022-12-01T10:07:30.4967338Z [4695/6342] Linking CXX executable bin/c10_DeviceGuard_test 2022-12-01T10:07:30.4968246Z [4696/6342] Linking CXX executable bin/c10_CompileTimeFunctionPointer_test 2022-12-01T10:07:30.5067232Z [4696/6342] Building CXX object c10/test/CMakeFiles/c10_InlineDeviceGuard_test.dir/core/impl/InlineDeviceGuard_test.cpp.o 2022-12-01T10:07:30.5068132Z [4697/6342] Building CXX object c10/test/CMakeFiles/c10_Device_test.dir/core/Device_test.cpp.o 2022-12-01T10:07:30.5074275Z [4697/6342] Linking CXX executable bin/c10_Device_test 2022-12-01T10:07:30.5074987Z [4698/6342] Building CXX object c10/test/CMakeFiles/c10_StreamGuard_test.dir/core/StreamGuard_test.cpp.o 2022-12-01T10:07:30.5103512Z [4698/6342] Linking CXX executable bin/c10_StreamGuard_test 2022-12-01T10:07:30.5104115Z [4699/6342] Linking CXX executable bin/c10_DeviceGuard_test 2022-12-01T10:07:30.5511939Z [4699/6342] Building CXX object c10/test/CMakeFiles/c10_InlineStreamGuard_test.dir/core/impl/InlineStreamGuard_test.cpp.o 2022-12-01T10:07:30.5512872Z [4700/6342] Building CXX object c10/test/CMakeFiles/c10_DispatchKeySet_test.dir/core/DispatchKeySet_test.cpp.o 2022-12-01T10:07:30.6224641Z [4700/6342] Linking CXX executable bin/c10_DispatchKeySet_test 2022-12-01T10:07:30.6225534Z [4701/6342] Linking CXX executable bin/c10_StreamGuard_test 2022-12-01T10:07:30.6363450Z [4701/6342] Building CXX object c10/test/CMakeFiles/c10_SizesAndStrides_test.dir/core/impl/SizesAndStrides_test.cpp.o 2022-12-01T10:07:30.6364183Z [4702/6342] Linking CXX executable bin/c10_Device_test 2022-12-01T10:07:30.7016923Z [4702/6342] Building CXX object c10/test/CMakeFiles/c10_Array_test.dir/util/Array_test.cpp.o 2022-12-01T10:07:30.7017469Z [4703/6342] Linking CXX executable bin/c10_DispatchKeySet_test 2022-12-01T10:07:30.7233199Z [4703/6342] Building CXX object c10/test/CMakeFiles/c10_Bitset_test.dir/util/Bitset_test.cpp.o 2022-12-01T10:07:30.7233930Z [4704/6342] Building CXX object c10/test/CMakeFiles/c10_SymInt_test.dir/core/SymInt_test.cpp.o 2022-12-01T10:07:30.8212421Z [4704/6342] Linking CXX executable bin/c10_SymInt_test 2022-12-01T10:07:30.8213008Z [4705/6342] Linking CXX executable bin/c10_SymInt_test 2022-12-01T10:07:30.8327463Z [4705/6342] Building CXX object c10/test/CMakeFiles/c10_C++17_test.dir/util/C++17_test.cpp.o 2022-12-01T10:07:30.8328373Z [4706/6342] Building CXX object c10/test/CMakeFiles/c10_InlineDeviceGuard_test.dir/core/impl/InlineDeviceGuard_test.cpp.o 2022-12-01T10:07:30.8570372Z [4706/6342] Linking CXX executable bin/c10_InlineDeviceGuard_test 2022-12-01T10:07:30.8571194Z [4707/6342] Building CXX object c10/test/CMakeFiles/c10_InlineStreamGuard_test.dir/core/impl/InlineStreamGuard_test.cpp.o 2022-12-01T10:07:30.9229946Z [4707/6342] Linking CXX executable bin/c10_InlineStreamGuard_test 2022-12-01T10:07:30.9230752Z [4708/6342] Building CXX object c10/test/CMakeFiles/c10_Array_test.dir/util/Array_test.cpp.o 2022-12-01T10:07:30.9432506Z [4708/6342] Linking CXX executable bin/c10_Array_test 2022-12-01T10:07:30.9433390Z [4709/6342] Building CXX object c10/test/CMakeFiles/c10_SizesAndStrides_test.dir/core/impl/SizesAndStrides_test.cpp.o 2022-12-01T10:07:30.9607418Z [4709/6342] Linking CXX executable bin/c10_SizesAndStrides_test 2022-12-01T10:07:30.9608107Z [4710/6342] Linking CXX executable bin/c10_InlineDeviceGuard_test 2022-12-01T10:07:30.9735307Z [4710/6342] Building CXX object c10/test/CMakeFiles/c10_ConstexprCrc_test.dir/util/ConstexprCrc_test.cpp.o 2022-12-01T10:07:30.9736120Z [4711/6342] Linking CXX executable bin/c10_InlineStreamGuard_test 2022-12-01T10:07:30.9868742Z [4711/6342] Building CXX object c10/test/CMakeFiles/c10_DeadlockDetection_test.dir/util/DeadlockDetection_test.cpp.o 2022-12-01T10:07:30.9869599Z [4712/6342] Building CXX object c10/test/CMakeFiles/c10_Bitset_test.dir/util/Bitset_test.cpp.o 2022-12-01T10:07:31.0147148Z [4712/6342] Linking CXX executable bin/c10_Bitset_test 2022-12-01T10:07:31.0147742Z [4713/6342] Linking CXX executable bin/c10_Array_test 2022-12-01T10:07:31.0682423Z [4713/6342] Building CXX object c10/test/CMakeFiles/c10_Half_test.dir/util/Half_test.cpp.o 2022-12-01T10:07:31.0683115Z [4714/6342] Linking CXX executable bin/c10_SizesAndStrides_test 2022-12-01T10:07:31.0956724Z [4714/6342] Building CXX object c10/test/CMakeFiles/c10_LeftRight_test.dir/util/LeftRight_test.cpp.o 2022-12-01T10:07:31.0957376Z [4715/6342] Linking CXX executable bin/c10_Bitset_test 2022-12-01T10:07:31.1111903Z [4715/6342] Building CXX object c10/test/CMakeFiles/c10_Metaprogramming_test.dir/util/Metaprogramming_test.cpp.o 2022-12-01T10:07:31.1112686Z [4716/6342] Building CXX object c10/test/CMakeFiles/c10_C++17_test.dir/util/C++17_test.cpp.o 2022-12-01T10:07:31.1669229Z [4716/6342] Linking CXX executable bin/c10_C++17_test 2022-12-01T10:07:31.1670038Z [4717/6342] Building CXX object c10/test/CMakeFiles/c10_ConstexprCrc_test.dir/util/ConstexprCrc_test.cpp.o 2022-12-01T10:07:31.2351968Z [4717/6342] Linking CXX executable bin/c10_ConstexprCrc_test 2022-12-01T10:07:31.2352340Z [4718/6342] Linking CXX executable bin/c10_C++17_test 2022-12-01T10:07:31.2734911Z [4718/6342] Building CXX object c10/test/CMakeFiles/c10_SmallVectorTest.dir/util/SmallVectorTest.cpp.o 2022-12-01T10:07:31.2736030Z [4719/6342] Building CXX object c10/test/CMakeFiles/c10_DeadlockDetection_test.dir/util/DeadlockDetection_test.cpp.o 2022-12-01T10:07:31.2916344Z [4719/6342] Linking CXX executable bin/c10_DeadlockDetection_test 2022-12-01T10:07:31.2917391Z [4720/6342] Linking CXX executable bin/c10_ConstexprCrc_test 2022-12-01T10:07:31.3108817Z [4720/6342] Building CXX object c10/test/CMakeFiles/c10_Synchronized_test.dir/util/Synchronized_test.cpp.o 2022-12-01T10:07:31.3109657Z [4721/6342] Building CXX object c10/test/CMakeFiles/c10_Half_test.dir/util/Half_test.cpp.o 2022-12-01T10:07:31.3631342Z [4721/6342] Linking CXX executable bin/c10_Half_test 2022-12-01T10:07:31.3631747Z [4722/6342] Linking CXX executable bin/c10_DeadlockDetection_test 2022-12-01T10:07:31.3861830Z [4722/6342] Building CXX object c10/test/CMakeFiles/c10_ThreadLocal_test.dir/util/ThreadLocal_test.cpp.o 2022-12-01T10:07:31.3862347Z [4723/6342] Building CXX object c10/test/CMakeFiles/c10_LeftRight_test.dir/util/LeftRight_test.cpp.o 2022-12-01T10:07:31.4118743Z [4723/6342] Linking CXX executable bin/c10_LeftRight_test 2022-12-01T10:07:31.4119447Z [4724/6342] Building CXX object c10/test/CMakeFiles/c10_Metaprogramming_test.dir/util/Metaprogramming_test.cpp.o 2022-12-01T10:07:31.4374408Z [4724/6342] Linking CXX executable bin/c10_Metaprogramming_test 2022-12-01T10:07:31.4375561Z [4725/6342] Linking CXX executable bin/c10_Half_test 2022-12-01T10:07:31.5227098Z [4725/6342] Building CXX object c10/test/CMakeFiles/c10_TypeIndex_test.dir/util/TypeIndex_test.cpp.o 2022-12-01T10:07:31.5227752Z [4726/6342] Linking CXX executable bin/c10_LeftRight_test 2022-12-01T10:07:31.5364551Z [4726/6342] Building CXX object c10/test/CMakeFiles/c10_TypeList_test.dir/util/TypeList_test.cpp.o 2022-12-01T10:07:31.5365249Z [4727/6342] Linking CXX executable bin/c10_Metaprogramming_test 2022-12-01T10:07:31.5840984Z [4727/6342] Building CXX object c10/test/CMakeFiles/c10_TypeTraits_test.dir/util/TypeTraits_test.cpp.o 2022-12-01T10:07:31.5842071Z [4728/6342] Building CXX object c10/test/CMakeFiles/c10_SmallVectorTest.dir/util/SmallVectorTest.cpp.o 2022-12-01T10:07:31.6022510Z [4728/6342] Linking CXX executable bin/c10_SmallVectorTest 2022-12-01T10:07:31.6023123Z [4729/6342] Building CXX object c10/test/CMakeFiles/c10_ThreadLocal_test.dir/util/ThreadLocal_test.cpp.o 2022-12-01T10:07:31.6124112Z [4729/6342] Linking CXX executable bin/c10_ThreadLocal_test 2022-12-01T10:07:31.6124783Z [4730/6342] Building CXX object c10/test/CMakeFiles/c10_Synchronized_test.dir/util/Synchronized_test.cpp.o 2022-12-01T10:07:31.7013864Z [4730/6342] Linking CXX executable bin/c10_Synchronized_test 2022-12-01T10:07:31.7014459Z [4731/6342] Linking CXX executable bin/c10_SmallVectorTest 2022-12-01T10:07:31.7228528Z [4731/6342] Building CXX object c10/test/CMakeFiles/c10_accumulate_test.dir/util/accumulate_test.cpp.o 2022-12-01T10:07:31.7228951Z [4732/6342] Linking CXX executable bin/c10_ThreadLocal_test 2022-12-01T10:07:31.7447720Z [4732/6342] Building CXX object c10/test/CMakeFiles/c10_bfloat16_test.dir/util/bfloat16_test.cpp.o 2022-12-01T10:07:31.7448347Z [4733/6342] Linking CXX executable bin/c10_Synchronized_test 2022-12-01T10:07:31.7729072Z [4733/6342] Building CXX object c10/test/CMakeFiles/c10_complex_math_test.dir/util/complex_math_test.cpp.o 2022-12-01T10:07:31.7729620Z [4734/6342] Building CXX object c10/test/CMakeFiles/c10_TypeIndex_test.dir/util/TypeIndex_test.cpp.o 2022-12-01T10:07:31.8102799Z [4734/6342] Linking CXX executable bin/c10_TypeIndex_test 2022-12-01T10:07:31.8103326Z [4735/6342] Building CXX object c10/test/CMakeFiles/c10_TypeTraits_test.dir/util/TypeTraits_test.cpp.o 2022-12-01T10:07:31.8595100Z [4735/6342] Linking CXX executable bin/c10_TypeTraits_test 2022-12-01T10:07:31.8595655Z [4736/6342] Building CXX object c10/test/CMakeFiles/c10_TypeList_test.dir/util/TypeList_test.cpp.o 2022-12-01T10:07:31.8879512Z [4736/6342] Linking CXX executable bin/c10_TypeList_test 2022-12-01T10:07:31.8880415Z [4737/6342] Linking CXX executable bin/c10_TypeIndex_test 2022-12-01T10:07:31.9272129Z [4737/6342] Building CXX object c10/test/CMakeFiles/c10_complex_test.dir/util/complex_test.cpp.o 2022-12-01T10:07:31.9273045Z [4738/6342] Linking CXX executable bin/c10_TypeTraits_test 2022-12-01T10:07:31.9622622Z [4738/6342] Building CXX object c10/test/CMakeFiles/c10_either_test.dir/util/either_test.cpp.o 2022-12-01T10:07:31.9623384Z [4739/6342] Building CXX object c10/test/CMakeFiles/c10_accumulate_test.dir/util/accumulate_test.cpp.o 2022-12-01T10:07:31.9878085Z [4739/6342] Linking CXX executable bin/c10_accumulate_test 2022-12-01T10:07:31.9878729Z [4740/6342] Linking CXX executable bin/c10_TypeList_test 2022-12-01T10:07:32.0520479Z [4740/6342] Building CXX object c10/test/CMakeFiles/c10_exception_test.dir/util/exception_test.cpp.o 2022-12-01T10:07:32.0521357Z [4741/6342] Building CXX object c10/test/CMakeFiles/c10_complex_math_test.dir/util/complex_math_test.cpp.o 2022-12-01T10:07:32.0882493Z [4741/6342] Linking CXX executable bin/c10_complex_math_test 2022-12-01T10:07:32.0883123Z [4742/6342] Linking CXX executable bin/c10_accumulate_test 2022-12-01T10:07:32.1060867Z [4742/6342] Building CXX object c10/test/CMakeFiles/c10_flags_test.dir/util/flags_test.cpp.o 2022-12-01T10:07:32.1061634Z [4743/6342] Building CXX object c10/test/CMakeFiles/c10_bfloat16_test.dir/util/bfloat16_test.cpp.o 2022-12-01T10:07:32.1591792Z [4743/6342] Linking CXX executable bin/c10_bfloat16_test 2022-12-01T10:07:32.1592438Z [4744/6342] Linking CXX executable bin/c10_complex_math_test 2022-12-01T10:07:32.2156093Z [4744/6342] Building CXX object c10/test/CMakeFiles/c10_intrusive_ptr_test.dir/util/intrusive_ptr_test.cpp.o 2022-12-01T10:07:32.2156820Z [4745/6342] Linking CXX executable bin/c10_bfloat16_test 2022-12-01T10:07:32.2236227Z [4745/6342] Building CXX object c10/test/CMakeFiles/c10_irange_test.dir/util/irange_test.cpp.o 2022-12-01T10:07:32.2237054Z [4746/6342] Building CXX object c10/test/CMakeFiles/c10_complex_test.dir/util/complex_test.cpp.o 2022-12-01T10:07:32.2809399Z [4746/6342] Linking CXX executable bin/c10_complex_test 2022-12-01T10:07:32.2810126Z [4747/6342] Building CXX object c10/test/CMakeFiles/c10_exception_test.dir/util/exception_test.cpp.o 2022-12-01T10:07:32.3208058Z [4747/6342] Linking CXX executable bin/c10_exception_test 2022-12-01T10:07:32.3879194Z [4748/6342] Linking CXX executable bin/c10_complex_test 2022-12-01T10:07:32.3879980Z [4748/6342] Building CXX object c10/test/CMakeFiles/c10_logging_test.dir/util/logging_test.cpp.o 2022-12-01T10:07:32.3880701Z [4749/6342] Linking CXX executable bin/c10_exception_test 2022-12-01T10:07:32.3887121Z [4749/6342] Building CXX object c10/test/CMakeFiles/c10_optional_test.dir/util/optional_test.cpp.o 2022-12-01T10:07:32.3887949Z [4750/6342] Building CXX object c10/test/CMakeFiles/c10_either_test.dir/util/either_test.cpp.o 2022-12-01T10:07:32.4232065Z [4750/6342] Linking CXX executable bin/c10_either_test 2022-12-01T10:07:32.4232507Z [4751/6342] Building CXX object c10/test/CMakeFiles/c10_flags_test.dir/util/flags_test.cpp.o 2022-12-01T10:07:32.4905136Z [4751/6342] Linking CXX executable bin/c10_flags_test 2022-12-01T10:07:32.4905883Z [4752/6342] Building CXX object c10/test/CMakeFiles/c10_irange_test.dir/util/irange_test.cpp.o 2022-12-01T10:07:32.5257656Z [4752/6342] Linking CXX executable bin/c10_irange_test 2022-12-01T10:07:32.5258463Z [4753/6342] Building CXX object c10/test/CMakeFiles/c10_intrusive_ptr_test.dir/util/intrusive_ptr_test.cpp.o 2022-12-01T10:07:32.5321220Z [4753/6342] Linking CXX executable bin/c10_intrusive_ptr_test 2022-12-01T10:07:32.5323067Z [4754/6342] Linking CXX executable bin/c10_either_test 2022-12-01T10:07:32.5437197Z [4754/6342] Building CXX object c10/test/CMakeFiles/c10_ordered_preserving_dict_test.dir/util/ordered_preserving_dict_test.cpp.o 2022-12-01T10:07:32.5438743Z [4755/6342] Linking CXX executable bin/c10_flags_test 2022-12-01T10:07:32.5910647Z [4755/6342] Building CXX object c10/test/CMakeFiles/c10_registry_test.dir/util/registry_test.cpp.o 2022-12-01T10:07:32.5911348Z [4756/6342] Building CXX object c10/test/CMakeFiles/c10_logging_test.dir/util/logging_test.cpp.o 2022-12-01T10:07:32.5922415Z [4756/6342] Linking CXX executable bin/c10_logging_test 2022-12-01T10:07:32.5923000Z [4757/6342] Linking CXX executable bin/c10_irange_test 2022-12-01T10:07:32.7213020Z [4757/6342] Building CXX object c10/test/CMakeFiles/c10_string_view_test.dir/util/string_view_test.cpp.o 2022-12-01T10:07:32.7213725Z [4758/6342] Linking CXX executable bin/c10_logging_test 2022-12-01T10:07:32.7589327Z [4758/6342] Building CXX object c10/test/CMakeFiles/c10_tempfile_test.dir/util/tempfile_test.cpp.o 2022-12-01T10:07:32.7589832Z [4759/6342] Building CXX object c10/test/CMakeFiles/c10_optional_test.dir/util/optional_test.cpp.o 2022-12-01T10:07:32.8344173Z [4759/6342] Linking CXX executable bin/c10_optional_test 2022-12-01T10:07:32.8344841Z [4760/6342] Linking CXX executable bin/c10_intrusive_ptr_test 2022-12-01T10:07:32.8785965Z [4760/6342] Building CXX object c10/test/CMakeFiles/c10_typeid_test.dir/util/typeid_test.cpp.o 2022-12-01T10:07:32.8786699Z [4761/6342] Linking CXX executable bin/c10_optional_test 2022-12-01T10:07:32.8801956Z [4761/6342] Building CXX object c10/benchmark/CMakeFiles/c10_intrusive_ptr_benchmark.dir/intrusive_ptr_benchmark.cpp.o 2022-12-01T10:07:32.8802980Z [4762/6342] Building CXX object c10/test/CMakeFiles/c10_ordered_preserving_dict_test.dir/util/ordered_preserving_dict_test.cpp.o 2022-12-01T10:07:32.9084063Z [4762/6342] Linking CXX executable bin/c10_ordered_preserving_dict_test 2022-12-01T10:07:32.9084598Z [4763/6342] Building CXX object c10/test/CMakeFiles/c10_registry_test.dir/util/registry_test.cpp.o 2022-12-01T10:07:32.9303999Z [4763/6342] Linking CXX executable bin/c10_registry_test 2022-12-01T10:07:32.9304580Z [4764/6342] Building CXX object c10/test/CMakeFiles/c10_string_view_test.dir/util/string_view_test.cpp.o 2022-12-01T10:07:33.0119434Z [4764/6342] Linking CXX executable bin/c10_string_view_test 2022-12-01T10:07:33.0120368Z [4765/6342] Linking CXX executable bin/c10_ordered_preserving_dict_test 2022-12-01T10:07:33.0380365Z [4765/6342] Building C object caffe2/CMakeFiles/torch_global_deps.dir/__/torch/csrc/empty.c.o 2022-12-01T10:07:33.0381088Z [4766/6342] Linking CXX executable bin/c10_registry_test 2022-12-01T10:07:33.0554421Z [4766/6342] Generating ../../torch/csrc/autograd/generated/Functions.cpp, ../../torch/csrc/autograd/generated/VariableType_0.cpp, ../../torch/csrc/autograd/generated/VariableType_1.cpp, ../../torch/csrc/autograd/generated/VariableType_2.cpp, ../../torch/csrc/autograd/generated/VariableType_3.cpp, ../../torch/csrc/autograd/generated/VariableType_4.cpp, ../../torch/csrc/autograd/generated/TraceType_0.cpp, ../../torch/csrc/autograd/generated/TraceType_1.cpp, ../../torch/csrc/autograd/generated/TraceType_2.cpp, ../../torch/csrc/autograd/generated/TraceType_3.cpp, ../../torch/csrc/autograd/generated/TraceType_4.cpp, ../../torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp, ../../torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp, ../../torch/csrc/lazy/generated/LazyNativeFunctions.cpp, ../../torch/csrc/lazy/generated/RegisterAutogradLazy.cpp, ../../torch/csrc/lazy/generated/RegisterLazy.cpp, ../../torch/csrc/autograd/generated/Functions.h, ../../torch/csrc/autograd/generated/variable_factories.h, ../../torch/csrc/autograd/generated/VariableType.h, ../../torch/csrc/lazy/generated/LazyIr.h, ../../torch/csrc/lazy/generated/LazyNonNativeIr.h, ../../torch/csrc/lazy/generated/LazyNativeFunctions.h, ../../torch/csrc/autograd/generated/python_functions_0.cpp, ../../torch/csrc/autograd/generated/python_functions_1.cpp, ../../torch/csrc/autograd/generated/python_functions_2.cpp, ../../torch/csrc/autograd/generated/python_functions_3.cpp, ../../torch/csrc/autograd/generated/python_functions_4.cpp, ../../torch/csrc/autograd/generated/python_variable_methods.cpp, ../../torch/csrc/autograd/generated/python_torch_functions_0.cpp, ../../torch/csrc/autograd/generated/python_torch_functions_1.cpp, ../../torch/csrc/autograd/generated/python_torch_functions_2.cpp, ../../torch/csrc/autograd/generated/python_nn_functions.cpp, ../../torch/csrc/autograd/generated/python_fft_functions.cpp, ../../torch/csrc/autograd/generated/python_linalg_functions.cpp, ../../torch/csrc/autograd/generated/python_nested_functions.cpp, ../../torch/csrc/autograd/generated/python_sparse_functions.cpp, ../../torch/csrc/autograd/generated/python_special_functions.cpp, ../../torch/csrc/autograd/generated/python_return_types.cpp, ../../torch/csrc/autograd/generated/python_enum_tag.cpp, ../../torch/csrc/autograd/generated/python_functions.h, ../../torch/testing/_internal/generated/annotated_fn_args.py 2022-12-01T10:07:33.0557743Z [4767/6342] Building C object caffe2/CMakeFiles/torch_global_deps.dir/__/torch/csrc/empty.c.o 2022-12-01T10:07:33.0621422Z [4767/6342] Linking C shared library lib/libtorch_global_deps.so 2022-12-01T10:07:33.0622085Z [4768/6342] Linking CXX executable bin/c10_string_view_test 2022-12-01T10:07:33.0742898Z [4768/6342] Building C object sleef/src/libm/CMakeFiles/mkrename.dir/mkrename.c.o 2022-12-01T10:07:33.0743582Z [4769/6342] Building CXX object c10/test/CMakeFiles/c10_tempfile_test.dir/util/tempfile_test.cpp.o 2022-12-01T10:07:33.1240124Z [4769/6342] Linking CXX executable bin/c10_tempfile_test 2022-12-01T10:07:33.1240579Z [4770/6342] Building C object sleef/src/libm/CMakeFiles/mkrename.dir/mkrename.c.o 2022-12-01T10:07:33.1286549Z [4770/6342] Linking C executable sleef/bin/mkrename 2022-12-01T10:07:33.1287329Z [4771/6342] Building CXX object c10/test/CMakeFiles/c10_typeid_test.dir/util/typeid_test.cpp.o 2022-12-01T10:07:33.1510683Z [4771/6342] Linking CXX executable bin/c10_typeid_test 2022-12-01T10:07:33.1511552Z [4772/6342] Building CXX object c10/benchmark/CMakeFiles/c10_intrusive_ptr_benchmark.dir/intrusive_ptr_benchmark.cpp.o 2022-12-01T10:07:33.1608930Z [4772/6342] Linking CXX executable bin/c10_intrusive_ptr_benchmark 2022-12-01T10:07:33.1609538Z [4773/6342] Linking C executable sleef/bin/mkrename 2022-12-01T10:07:33.1702094Z [4773/6342] Building C object sleef/src/libm/CMakeFiles/mkrename_gnuabi.dir/mkrename_gnuabi.c.o 2022-12-01T10:07:33.1702690Z [4774/6342] Linking CXX executable bin/c10_tempfile_test 2022-12-01T10:07:33.2293910Z [4774/6342] Building C object sleef/src/libm/CMakeFiles/mkmasked_gnuabi.dir/mkmasked_gnuabi.c.o 2022-12-01T10:07:33.2294622Z [4775/6342] Linking C shared library lib/libtorch_global_deps.so 2022-12-01T10:07:33.2536206Z [4775/6342] Building C object sleef/src/libm/CMakeFiles/mkalias.dir/mkalias.c.o 2022-12-01T10:07:33.2536928Z [4776/6342] Building C object sleef/src/libm/CMakeFiles/mkrename_gnuabi.dir/mkrename_gnuabi.c.o 2022-12-01T10:07:33.2555653Z [4776/6342] Linking C executable sleef/bin/mkrename_gnuabi 2022-12-01T10:07:33.2556222Z [4777/6342] Linking CXX executable bin/c10_intrusive_ptr_benchmark 2022-12-01T10:07:33.2565024Z [4777/6342] Building C object sleef/src/libm/CMakeFiles/mkdisp.dir/mkdisp.c.o 2022-12-01T10:07:33.2565805Z [4778/6342] Linking CXX executable bin/c10_typeid_test 2022-12-01T10:07:33.2605987Z [4778/6342] Generating include/renameavx512fnofma.h 2022-12-01T10:07:33.2606577Z [4779/6342] Generating include/renameavx512fnofma.h 2022-12-01T10:07:33.2607106Z Generating renameavx512fnofma.h: mkrename cinz_ 8 16 avx512fnofma 2022-12-01T10:07:33.2607405Z 2022-12-01T10:07:33.2644482Z [4779/6342] Building C object sleef/src/libm/CMakeFiles/sleefavx512fnofma.dir/sleefsimdsp.c.o 2022-12-01T10:07:33.2645125Z [4780/6342] Building C object sleef/src/libm/CMakeFiles/mkmasked_gnuabi.dir/mkmasked_gnuabi.c.o 2022-12-01T10:07:33.2856160Z [4780/6342] Linking C executable sleef/bin/mkmasked_gnuabi 2022-12-01T10:07:33.2856732Z [4781/6342] Linking C executable sleef/bin/mkrename_gnuabi 2022-12-01T10:07:33.3022919Z [4781/6342] Building C object sleef/src/libm/CMakeFiles/sleefavx512fnofma.dir/sleefsimddp.c.o 2022-12-01T10:07:33.3023465Z [4782/6342] Linking C executable sleef/bin/mkmasked_gnuabi 2022-12-01T10:07:33.3233879Z [4782/6342] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512fnofma.dir/sleefsimdsp.c.o 2022-12-01T10:07:33.3234342Z [4783/6342] Building C object sleef/src/libm/CMakeFiles/mkdisp.dir/mkdisp.c.o 2022-12-01T10:07:33.3317946Z [4783/6342] Linking C executable sleef/bin/mkdisp 2022-12-01T10:07:33.3318888Z [4784/6342] Building C object sleef/src/libm/CMakeFiles/mkalias.dir/mkalias.c.o 2022-12-01T10:07:33.3557536Z [4784/6342] Linking C executable sleef/bin/mkalias 2022-12-01T10:07:33.3558352Z [4785/6342] Linking C executable sleef/bin/mkdisp 2022-12-01T10:07:33.3718748Z [4785/6342] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512fnofma.dir/sleefsimddp.c.o 2022-12-01T10:07:33.3719535Z [4786/6342] Linking C executable sleef/bin/mkalias 2022-12-01T10:07:33.3736753Z [4786/6342] Generating include/renameavx512f.h 2022-12-01T10:07:33.3737139Z [4787/6342] Generating include/renameavx512f.h 2022-12-01T10:07:33.3737392Z Generating renameavx512f.h: mkrename finz_ 8 16 avx512f 2022-12-01T10:07:33.3737563Z 2022-12-01T10:07:33.3800126Z [4787/6342] Generating include/renameavx2.h 2022-12-01T10:07:33.3800642Z [4788/6342] Generating include/renameavx2.h 2022-12-01T10:07:33.3801084Z Generating renameavx2.h: mkrename finz_ 4 8 avx2 2022-12-01T10:07:33.3801351Z 2022-12-01T10:07:33.3964359Z [4788/6342] Building C object sleef/src/libm/CMakeFiles/sleefavx2.dir/sleefsimdsp.c.o 2022-12-01T10:07:33.3965110Z [4789/6342] Building C object sleef/src/libm/CMakeFiles/sleefavx512fnofma.dir/sleefsimdsp.c.o 2022-12-01T10:07:33.4378206Z [4789/6342] Building C object sleef/src/libm/CMakeFiles/sleefavx2.dir/sleefsimddp.c.o 2022-12-01T10:07:33.4379653Z [4790/6342] Building C object sleef/src/libm/CMakeFiles/sleefavx512fnofma.dir/sleefsimddp.c.o 2022-12-01T10:07:33.4569609Z [4790/6342] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2.dir/sleefsimdsp.c.o 2022-12-01T10:07:33.4570440Z [4791/6342] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512fnofma.dir/sleefsimdsp.c.o 2022-12-01T10:07:33.5262793Z [4791/6342] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2.dir/sleefsimddp.c.o 2022-12-01T10:07:33.5263527Z [4792/6342] Building C object sleef/src/libm/CMakeFiles/sleefavx2.dir/sleefsimdsp.c.o 2022-12-01T10:07:33.5273065Z [4792/6342] Generating include/renameavx2128.h 2022-12-01T10:07:33.5273944Z [4793/6342] Generating include/renameavx2128.h 2022-12-01T10:07:33.5274897Z Generating renameavx2128.h: mkrename finz_ 2 4 avx2128 2022-12-01T10:07:33.5275226Z 2022-12-01T10:07:33.5324372Z [4793/6342] Building C object sleef/src/libm/CMakeFiles/sleefavx2128.dir/sleefsimdsp.c.o 2022-12-01T10:07:33.5325194Z [4794/6342] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512fnofma.dir/sleefsimddp.c.o 2022-12-01T10:07:33.5683572Z [4794/6342] Building C object sleef/src/libm/CMakeFiles/sleefavx2128.dir/sleefsimddp.c.o 2022-12-01T10:07:33.5684037Z [4795/6342] Building C object sleef/src/libm/CMakeFiles/sleefavx2.dir/sleefsimddp.c.o 2022-12-01T10:07:33.5847898Z [4795/6342] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2128.dir/sleefsimdsp.c.o 2022-12-01T10:07:33.5848475Z [4796/6342] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2.dir/sleefsimddp.c.o 2022-12-01T10:07:33.6123162Z [4796/6342] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2128.dir/sleefsimddp.c.o 2022-12-01T10:07:33.6123878Z [4797/6342] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2.dir/sleefsimdsp.c.o 2022-12-01T10:07:33.6250885Z [4797/6342] Generating include/renamefma4.h 2022-12-01T10:07:33.6251419Z [4798/6342] Generating include/renamefma4.h 2022-12-01T10:07:33.6251805Z Generating renamefma4.h: mkrename finz_ 4 8 fma4 2022-12-01T10:07:33.6252052Z 2022-12-01T10:07:33.6806786Z [4798/6342] Building C object sleef/src/libm/CMakeFiles/sleeffma4.dir/sleefsimdsp.c.o 2022-12-01T10:07:33.6807835Z [4799/6342] Building C object sleef/src/libm/CMakeFiles/sleefavx2128.dir/sleefsimdsp.c.o 2022-12-01T10:07:33.7003479Z [4799/6342] Building C object sleef/src/libm/CMakeFiles/sleeffma4.dir/sleefsimddp.c.o 2022-12-01T10:07:33.7004284Z [4800/6342] Building C object sleef/src/libm/CMakeFiles/sleefavx2128.dir/sleefsimddp.c.o 2022-12-01T10:07:33.7238140Z [4800/6342] Building C object sleef/src/libm/CMakeFiles/sleefdetfma4.dir/sleefsimdsp.c.o 2022-12-01T10:07:33.7238952Z [4801/6342] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2128.dir/sleefsimddp.c.o 2022-12-01T10:07:33.7651827Z [4801/6342] Building C object sleef/src/libm/CMakeFiles/sleefdetfma4.dir/sleefsimddp.c.o 2022-12-01T10:07:33.7652594Z [4802/6342] Building C object sleef/src/libm/CMakeFiles/sleeffma4.dir/sleefsimdsp.c.o 2022-12-01T10:07:33.7697765Z [4802/6342] Generating include/renameavx.h 2022-12-01T10:07:33.7698320Z [4803/6342] Generating include/renameavx.h 2022-12-01T10:07:33.7698786Z Generating renameavx.h: mkrename cinz_ 4 8 avx 2022-12-01T10:07:33.7699032Z 2022-12-01T10:07:33.7727326Z [4803/6342] Building C object sleef/src/libm/CMakeFiles/sleefavx.dir/sleefsimdsp.c.o 2022-12-01T10:07:33.7727797Z [4804/6342] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2128.dir/sleefsimdsp.c.o 2022-12-01T10:07:33.8143452Z [4804/6342] Building C object sleef/src/libm/CMakeFiles/sleefavx.dir/sleefsimddp.c.o 2022-12-01T10:07:33.8144255Z [4805/6342] Building C object sleef/src/libm/CMakeFiles/sleeffma4.dir/sleefsimddp.c.o 2022-12-01T10:07:33.8596452Z [4805/6342] Building C object sleef/src/libm/CMakeFiles/sleefdetavx.dir/sleefsimdsp.c.o 2022-12-01T10:07:33.8597303Z [4806/6342] Building C object sleef/src/libm/CMakeFiles/sleefdetfma4.dir/sleefsimddp.c.o 2022-12-01T10:07:33.8716658Z [4806/6342] Building C object sleef/src/libm/CMakeFiles/sleefdetavx.dir/sleefsimddp.c.o 2022-12-01T10:07:33.8717464Z [4807/6342] Building C object sleef/src/libm/CMakeFiles/sleefdetfma4.dir/sleefsimdsp.c.o 2022-12-01T10:07:33.8743792Z [4807/6342] Generating include/renamesse4.h 2022-12-01T10:07:33.8744340Z [4808/6342] Generating include/renamesse4.h 2022-12-01T10:07:33.8744775Z Generating renamesse4.h: mkrename cinz_ 2 4 sse4 2022-12-01T10:07:33.8745021Z 2022-12-01T10:07:33.9197823Z [4808/6342] Building C object sleef/src/libm/CMakeFiles/sleefsse4.dir/sleefsimdsp.c.o 2022-12-01T10:07:33.9198586Z [4809/6342] Building C object sleef/src/libm/CMakeFiles/sleefavx.dir/sleefsimdsp.c.o 2022-12-01T10:07:33.9648868Z [4809/6342] Building C object sleef/src/libm/CMakeFiles/sleefsse4.dir/sleefsimddp.c.o 2022-12-01T10:07:33.9649702Z [4810/6342] Building C object sleef/src/libm/CMakeFiles/sleefavx.dir/sleefsimddp.c.o 2022-12-01T10:07:33.9751982Z [4810/6342] Building C object sleef/src/libm/CMakeFiles/sleefdetsse4.dir/sleefsimdsp.c.o 2022-12-01T10:07:33.9752928Z [4811/6342] Building C object sleef/src/libm/CMakeFiles/sleefdetavx.dir/sleefsimdsp.c.o 2022-12-01T10:07:34.0064747Z [4811/6342] Building C object sleef/src/libm/CMakeFiles/sleefdetsse4.dir/sleefsimddp.c.o 2022-12-01T10:07:34.0065576Z [4812/6342] Building C object sleef/src/libm/CMakeFiles/sleefdetavx.dir/sleefsimddp.c.o 2022-12-01T10:07:34.0078617Z [4812/6342] Generating include/renamesse2.h 2022-12-01T10:07:34.0079478Z [4813/6342] Generating include/renamesse2.h 2022-12-01T10:07:34.0079896Z Generating renamesse2.h: mkrename cinz_ 2 4 sse2 2022-12-01T10:07:34.0080309Z 2022-12-01T10:07:34.0096227Z [4813/6342] Building C object sleef/src/libm/CMakeFiles/sleefsse2.dir/sleefsimdsp.c.o 2022-12-01T10:07:34.0096923Z [4814/6342] Building C object sleef/src/libm/CMakeFiles/sleefsse4.dir/sleefsimdsp.c.o 2022-12-01T10:07:34.0570173Z [4814/6342] Building C object sleef/src/libm/CMakeFiles/sleefsse2.dir/sleefsimddp.c.o 2022-12-01T10:07:34.0571252Z [4815/6342] Building C object sleef/src/libm/CMakeFiles/sleefsse4.dir/sleefsimddp.c.o 2022-12-01T10:07:34.1165837Z [4815/6342] Building C object sleef/src/libm/CMakeFiles/sleefdetsse2.dir/sleefsimdsp.c.o 2022-12-01T10:07:34.1167624Z [4816/6342] Building C object sleef/src/libm/CMakeFiles/sleefdetsse4.dir/sleefsimdsp.c.o 2022-12-01T10:07:34.1689992Z [4816/6342] Building C object sleef/src/libm/CMakeFiles/sleefdetsse2.dir/sleefsimddp.c.o 2022-12-01T10:07:34.1690787Z [4817/6342] Building C object sleef/src/libm/CMakeFiles/sleefsse2.dir/sleefsimdsp.c.o 2022-12-01T10:07:34.1703801Z [4817/6342] Generating include/renamepurec_scalar.h 2022-12-01T10:07:34.1704410Z [4818/6342] Generating include/renamepurec_scalar.h 2022-12-01T10:07:34.1704827Z Generating renamepurec_scalar.h: mkrename cinz_ 1 1 purec 2022-12-01T10:07:34.1704986Z 2022-12-01T10:07:34.1902530Z [4818/6342] Building C object sleef/src/libm/CMakeFiles/sleefpurec_scalar.dir/sleefsimdsp.c.o 2022-12-01T10:07:34.1903038Z [4819/6342] Building C object sleef/src/libm/CMakeFiles/sleefsse2.dir/sleefsimddp.c.o 2022-12-01T10:07:34.2062593Z [4819/6342] Building C object sleef/src/libm/CMakeFiles/sleefpurec_scalar.dir/sleefsimddp.c.o 2022-12-01T10:07:34.2063205Z [4820/6342] Building C object sleef/src/libm/CMakeFiles/sleefdetsse2.dir/sleefsimdsp.c.o 2022-12-01T10:07:34.2233885Z [4820/6342] Building C object sleef/src/libm/CMakeFiles/sleefdetpurec_scalar.dir/sleefsimdsp.c.o 2022-12-01T10:07:34.2234474Z [4821/6342] Building C object sleef/src/libm/CMakeFiles/sleefdetsse4.dir/sleefsimddp.c.o 2022-12-01T10:07:34.2366265Z [4821/6342] Building C object sleef/src/libm/CMakeFiles/sleefdetpurec_scalar.dir/sleefsimddp.c.o 2022-12-01T10:07:34.2366753Z [4822/6342] Building C object sleef/src/libm/CMakeFiles/sleefpurec_scalar.dir/sleefsimdsp.c.o 2022-12-01T10:07:34.2414480Z [4822/6342] Generating include/renamepurecfma_scalar.h 2022-12-01T10:07:34.2414832Z [4823/6342] Generating include/renamepurecfma_scalar.h 2022-12-01T10:07:34.2415102Z Generating renamepurecfma_scalar.h: mkrename finz_ 1 1 purecfma 2022-12-01T10:07:34.2415269Z 2022-12-01T10:07:34.2543344Z [4823/6342] Building C object sleef/src/libm/CMakeFiles/sleefpurecfma_scalar.dir/sleefsimdsp.c.o 2022-12-01T10:07:34.2543820Z [4824/6342] Building C object sleef/src/libm/CMakeFiles/sleefdetsse2.dir/sleefsimddp.c.o 2022-12-01T10:07:34.2606466Z [4824/6342] Building C object sleef/src/libm/CMakeFiles/sleefpurecfma_scalar.dir/sleefsimddp.c.o 2022-12-01T10:07:34.2607593Z [4825/6342] Building C object sleef/src/libm/CMakeFiles/sleefpurec_scalar.dir/sleefsimddp.c.o 2022-12-01T10:07:34.2897879Z [4825/6342] Building C object sleef/src/libm/CMakeFiles/sleefdetpurecfma_scalar.dir/sleefsimdsp.c.o 2022-12-01T10:07:34.2898710Z [4826/6342] Building C object sleef/src/libm/CMakeFiles/sleefdetpurec_scalar.dir/sleefsimddp.c.o 2022-12-01T10:07:34.3098847Z [4826/6342] Building C object sleef/src/libm/CMakeFiles/sleefdetpurecfma_scalar.dir/sleefsimddp.c.o 2022-12-01T10:07:34.3099677Z [4827/6342] Building C object sleef/src/libm/CMakeFiles/sleefpurecfma_scalar.dir/sleefsimdsp.c.o 2022-12-01T10:07:34.3121037Z [4827/6342] Generating include/renamecuda.h 2022-12-01T10:07:34.3121770Z [4828/6342] Building C object sleef/src/libm/CMakeFiles/sleefpurecfma_scalar.dir/sleefsimddp.c.o 2022-12-01T10:07:34.3124607Z [4828/6342] Generating ../../../include/sleef.h 2022-12-01T10:07:34.3125311Z [4829/6342] Building C object sleef/src/libm/CMakeFiles/sleefdetpurec_scalar.dir/sleefsimdsp.c.o 2022-12-01T10:07:34.3126938Z [4829/6342] Generating alias_avx512f.h 2022-12-01T10:07:34.3127427Z [4830/6342] Generating include/renamecuda.h 2022-12-01T10:07:34.3127835Z Generating renamecuda.h: mkrename finz_ 1 1 cuda 2022-12-01T10:07:34.3128089Z 2022-12-01T10:07:34.3163228Z [4830/6342] Generating dispsse.c 2022-12-01T10:07:34.3163872Z [4831/6342] Generating alias_avx512f.h 2022-12-01T10:07:34.3244304Z [4831/6342] Building C object sleef/src/libm/CMakeFiles/sleefavx512f.dir/sleefsimdsp.c.o 2022-12-01T10:07:34.3244806Z [4832/6342] Generating dispsse.c 2022-12-01T10:07:34.3248496Z [4832/6342] Building C object sleef/src/libm/CMakeFiles/sleefavx512f.dir/sleefsimddp.c.o 2022-12-01T10:07:34.3249445Z [4833/6342] Building C object sleef/src/libm/CMakeFiles/sleefdetpurecfma_scalar.dir/sleefsimdsp.c.o 2022-12-01T10:07:34.3305547Z [4833/6342] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512f.dir/sleefsimdsp.c.o 2022-12-01T10:07:34.3305916Z [4834/6342] Generating ../../../include/sleef.h 2022-12-01T10:07:34.3306199Z Generating sleef.h: mkrename cinz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ 2022-12-01T10:07:34.3306490Z Generating sleef.h: mkrename cinz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ sse2 2022-12-01T10:07:34.3306768Z Generating sleef.h: mkrename cinz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ sse4 2022-12-01T10:07:34.3307074Z Generating sleef.h: mkrename cinz_ 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ 2022-12-01T10:07:34.3307398Z Generating sleef.h: mkrename cinz_ 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ avx 2022-12-01T10:07:34.3307722Z Generating sleef.h: mkrename finz_ 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ fma4 2022-12-01T10:07:34.3308019Z Generating sleef.h: mkrename finz_ 4 8 __m256d __m256 __m128i __m256i __AVX__ avx2 2022-12-01T10:07:34.3308309Z Generating sleef.h: mkrename finz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ avx2128 2022-12-01T10:07:34.3308592Z Generating sleef.h: mkrename finz_ 8 16 __m512d __m512 __m256i __m512i __AVX512F__ 2022-12-01T10:07:34.3308869Z Generating sleef.h: mkrename finz_ 8 16 __m512d __m512 __m256i __m512i __AVX512F__ avx512f 2022-12-01T10:07:34.3309169Z Generating sleef.h: mkrename cinz_ 8 16 __m512d __m512 __m256i __m512i __AVX512F__ avx512fnofma 2022-12-01T10:07:34.3309473Z Generating sleef.h: mkrename cinz_ 1 1 double float int32_t int32_t __STDC__ purec 2022-12-01T10:07:34.3309790Z Generating sleef.h: mkrename finz_ 1 1 double float int32_t int32_t FP_FAST_FMA purecfma 2022-12-01T10:07:34.3309969Z 2022-12-01T10:07:34.3536810Z [4834/6342] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512f.dir/sleefsimddp.c.o 2022-12-01T10:07:34.3537389Z [4835/6342] Building C object sleef/src/libm/CMakeFiles/sleefdetpurecfma_scalar.dir/sleefsimddp.c.o 2022-12-01T10:07:34.3649911Z [4835/6342] Generating renamedsp128.h 2022-12-01T10:07:34.3650468Z [4836/6342] Generating renamedsp128.h 2022-12-01T10:07:34.4730257Z [4836/6342] Building C object sleef/src/libm/CMakeFiles/dispsse_obj.dir/dispsse.c.o 2022-12-01T10:07:34.4731116Z [4837/6342] Building C object sleef/src/libm/CMakeFiles/sleefavx512f.dir/sleefsimdsp.c.o 2022-12-01T10:07:34.4791224Z [4837/6342] Generating dispavx.c 2022-12-01T10:07:34.4791702Z [4838/6342] Generating dispavx.c 2022-12-01T10:07:34.4805412Z [4838/6342] Generating renamedsp256.h 2022-12-01T10:07:34.4805925Z [4839/6342] Generating renamedsp256.h 2022-12-01T10:07:34.4983945Z [4839/6342] Building CXX object caffe2/CMakeFiles/vec_test_all_types_DEFAULT.dir/__/aten/src/ATen/test/vec_test_all_types.cpp.o 2022-12-01T10:07:34.4984776Z [4840/6342] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512f.dir/sleefsimdsp.c.o 2022-12-01T10:07:34.4995568Z [4840/6342] Building CXX object caffe2/CMakeFiles/vec_test_all_types_DEFAULT.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-12-01T10:07:34.4996496Z [4841/6342] Building C object sleef/src/libm/CMakeFiles/sleefavx512f.dir/sleefsimddp.c.o 2022-12-01T10:07:34.5225589Z [4841/6342] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX2.dir/__/aten/src/ATen/test/vec_test_all_types.cpp.o 2022-12-01T10:07:34.5226293Z [4842/6342] Building C object sleef/src/libm/CMakeFiles/dispsse_obj.dir/dispsse.c.o 2022-12-01T10:07:34.5466908Z [4842/6342] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX2.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-12-01T10:07:34.5467798Z [4843/6342] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512f.dir/sleefsimddp.c.o 2022-12-01T10:07:34.6568817Z [4843/6342] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefdp.c.o 2022-12-01T10:07:34.6569762Z [4844/6342] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefdp.c.o 2022-12-01T10:07:34.7384987Z [4844/6342] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefsp.c.o 2022-12-01T10:07:34.7385885Z [4845/6342] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefsp.c.o 2022-12-01T10:07:34.7724394Z [4845/6342] Building C object sleef/src/libm/CMakeFiles/sleef.dir/rempitab.c.o 2022-12-01T10:07:34.7725413Z [4846/6342] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX2.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-12-01T10:07:34.7867228Z [4846/6342] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefld.c.o 2022-12-01T10:07:34.7867947Z [4847/6342] Building CXX object caffe2/CMakeFiles/vec_test_all_types_DEFAULT.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-12-01T10:07:34.8266211Z [4847/6342] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefqp.c.o 2022-12-01T10:07:34.8266990Z [4848/6342] Building C object sleef/src/libm/CMakeFiles/sleef.dir/rempitab.c.o 2022-12-01T10:07:34.8475090Z [4848/6342] Building C object sleef/src/libm/CMakeFiles/dispavx_obj.dir/dispavx.c.o 2022-12-01T10:07:34.8475842Z [4849/6342] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefld.c.o 2022-12-01T10:07:34.8500902Z [4849/6342] Building C object sleef/src/common/CMakeFiles/common.dir/common.c.o 2022-12-01T10:07:34.8501669Z [4850/6342] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefqp.c.o 2022-12-01T10:07:34.9369936Z [4850/6342] Building C object sleef/src/common/CMakeFiles/arraymap.dir/arraymap.c.o 2022-12-01T10:07:34.9370659Z [4851/6342] Building C object sleef/src/common/CMakeFiles/common.dir/common.c.o 2022-12-01T10:07:34.9467269Z [4851/6342] Building C object sleef/src/common/CMakeFiles/addSuffix.dir/addSuffix.c.o 2022-12-01T10:07:34.9467732Z [4852/6342] Building C object sleef/src/common/CMakeFiles/arraymap.dir/arraymap.c.o 2022-12-01T10:07:34.9692682Z [4852/6342] Running C++/Python protocol buffer compiler on /var/lib/jenkins/workspace/caffe2/proto/torch.proto 2022-12-01T10:07:34.9693312Z [4853/6342] Building CXX object caffe2/CMakeFiles/vec_test_all_types_DEFAULT.dir/__/aten/src/ATen/test/vec_test_all_types.cpp.o 2022-12-01T10:07:34.9734050Z [4853/6342] Running C++/Python protocol buffer compiler on /var/lib/jenkins/workspace/caffe2/proto/caffe2.proto 2022-12-01T10:07:34.9734613Z [4854/6342] Running C++/Python protocol buffer compiler on /var/lib/jenkins/workspace/caffe2/proto/torch.proto 2022-12-01T10:07:34.9844851Z [4854/6342] Generating ../../../torch/_C/__init__.pyi, ../../../torch/_C/_VariableFunctions.pyi, ../../../torch/nn/functional.pyi 2022-12-01T10:07:34.9845983Z [4855/6342] Building C object sleef/src/libm/CMakeFiles/dispavx_obj.dir/dispavx.c.o 2022-12-01T10:07:34.9908824Z [4855/6342] Linking C static library sleef/lib/libsleef.a 2022-12-01T10:07:34.9909673Z [4856/6342] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX2.dir/__/aten/src/ATen/test/vec_test_all_types.cpp.o 2022-12-01T10:07:35.0102124Z [4856/6342] Generating ../../../torch/utils/data/datapipes/datapipe.pyi 2022-12-01T10:07:35.0102593Z [4857/6342] Building C object sleef/src/common/CMakeFiles/addSuffix.dir/addSuffix.c.o 2022-12-01T10:07:35.0190385Z [4857/6342] Linking C executable sleef/bin/addSuffix 2022-12-01T10:07:35.0191046Z [4858/6342] Linking C static library sleef/lib/libsleef.a 2022-12-01T10:07:35.0243759Z [4858/6342] Linking CXX executable bin/vec_test_all_types_DEFAULT 2022-12-01T10:07:35.0244569Z [4859/6342] Running C++/Python protocol buffer compiler on /var/lib/jenkins/workspace/caffe2/proto/caffe2.proto 2022-12-01T10:07:35.0296685Z [4859/6342] Linking CXX executable bin/vec_test_all_types_AVX2 2022-12-01T10:07:35.0297377Z [4860/6342] Generating ../../../torch/utils/data/datapipes/datapipe.pyi 2022-12-01T10:07:35.0297987Z Generating Python interface file 'datapipe.pyi'... 2022-12-01T10:07:35.0298421Z 2022-12-01T10:07:35.0485089Z [4860/6342] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/torch.pb.cc.o 2022-12-01T10:07:35.0485806Z [4861/6342] Linking C executable sleef/bin/addSuffix 2022-12-01T10:07:35.2269821Z [4861/6342] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/caffe2.pb.cc.o 2022-12-01T10:07:35.2270586Z [4862/6342] Linking CXX executable bin/vec_test_all_types_DEFAULT 2022-12-01T10:07:35.2487393Z [4862/6342] Generating ../../../torch/version.py 2022-12-01T10:07:35.3922623Z [4863/6342] Linking CXX executable bin/vec_test_all_types_AVX2 2022-12-01T10:07:35.4378600Z [4864/6342] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/torch.pb.cc.o 2022-12-01T10:07:35.4379345Z [4865/6342] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/caffe2.pb.cc.o 2022-12-01T10:07:35.4523479Z [4865/6342] Linking CXX static library lib/libcaffe2_protos.a 2022-12-01T10:07:35.4765593Z [4866/6342] Linking CXX static library lib/libcaffe2_protos.a 2022-12-01T10:07:35.4766095Z [4867/6342] Generating ../../../torch/version.py 2022-12-01T10:07:35.4766460Z fatal: no tag exactly matches 'ae2fe4033cf3b17259b17f351020b988fa893f91' 2022-12-01T10:07:40.4384912Z 2022-12-01T10:07:41.8134200Z [4868/6342] Generating ../../../torch/_C/__init__.pyi, ../../../torch/_C/_VariableFunctions.pyi, ../../../torch/nn/functional.pyi 2022-12-01T10:07:41.8147593Z [4869/6342] Generating ../../torch/csrc/autograd/generated/Functions.cpp, ../../torch/csrc/autograd/generated/VariableType_0.cpp, ../../torch/csrc/autograd/generated/VariableType_1.cpp, ../../torch/csrc/autograd/generated/VariableType_2.cpp, ../../torch/csrc/autograd/generated/VariableType_3.cpp, ../../torch/csrc/autograd/generated/VariableType_4.cpp, ../../torch/csrc/autograd/generated/TraceType_0.cpp, ../../torch/csrc/autograd/generated/TraceType_1.cpp, ../../torch/csrc/autograd/generated/TraceType_2.cpp, ../../torch/csrc/autograd/generated/TraceType_3.cpp, ../../torch/csrc/autograd/generated/TraceType_4.cpp, ../../torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp, ../../torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp, ../../torch/csrc/lazy/generated/LazyNativeFunctions.cpp, ../../torch/csrc/lazy/generated/RegisterAutogradLazy.cpp, ../../torch/csrc/lazy/generated/RegisterLazy.cpp, ../../torch/csrc/autograd/generated/Functions.h, ../../torch/csrc/autograd/generated/variable_factories.h, ../../torch/csrc/autograd/generated/VariableType.h, ../../torch/csrc/lazy/generated/LazyIr.h, ../../torch/csrc/lazy/generated/LazyNonNativeIr.h, ../../torch/csrc/lazy/generated/LazyNativeFunctions.h, ../../torch/csrc/autograd/generated/python_functions_0.cpp, ../../torch/csrc/autograd/generated/python_functions_1.cpp, ../../torch/csrc/autograd/generated/python_functions_2.cpp, ../../torch/csrc/autograd/generated/python_functions_3.cpp, ../../torch/csrc/autograd/generated/python_functions_4.cpp, ../../torch/csrc/autograd/generated/python_variable_methods.cpp, ../../torch/csrc/autograd/generated/python_torch_functions_0.cpp, ../../torch/csrc/autograd/generated/python_torch_functions_1.cpp, ../../torch/csrc/autograd/generated/python_torch_functions_2.cpp, ../../torch/csrc/autograd/generated/python_nn_functions.cpp, ../../torch/csrc/autograd/generated/python_fft_functions.cpp, ../../torch/csrc/autograd/generated/python_linalg_functions.cpp, ../../torch/csrc/autograd/generated/python_nested_functions.cpp, ../../torch/csrc/autograd/generated/python_sparse_functions.cpp, ../../torch/csrc/autograd/generated/python_special_functions.cpp, ../../torch/csrc/autograd/generated/python_return_types.cpp, ../../torch/csrc/autograd/generated/python_enum_tag.cpp, ../../torch/csrc/autograd/generated/python_functions.h, ../../torch/testing/_internal/generated/annotated_fn_args.py 2022-12-01T10:07:41.8152444Z [4869/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/AccumulateType.cpp.o 2022-12-01T10:07:41.8153277Z [4869/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchedFallback.cpp.o 2022-12-01T10:07:41.8154260Z [4869/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchedTensorImpl.cpp.o 2022-12-01T10:07:41.8154906Z [4869/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchingRegistrations.cpp.o 2022-12-01T10:07:41.8183687Z [4869/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CPUGeneratorImpl.cpp.o 2022-12-01T10:07:42.1425564Z [4869/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ConjugateFallback.cpp.o 2022-12-01T10:07:42.1426395Z [4870/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/AccumulateType.cpp.o 2022-12-01T10:07:42.2774382Z [4870/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Context.cpp.o 2022-12-01T10:07:42.2779570Z [4871/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CPUGeneratorImpl.cpp.o 2022-12-01T10:07:42.2792316Z [4871/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DLConvertor.cpp.o 2022-12-01T10:07:42.2793380Z [4872/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchedTensorImpl.cpp.o 2022-12-01T10:07:42.5810271Z [4872/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Dispatch.cpp.o 2022-12-01T10:07:42.5811111Z [4873/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Context.cpp.o 2022-12-01T10:07:42.6891690Z [4873/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DynamicLibrary.cpp.o 2022-12-01T10:07:42.6892453Z [4874/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Dispatch.cpp.o 2022-12-01T10:07:42.7849576Z [4874/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/EmptyTensor.cpp.o 2022-12-01T10:07:42.7905747Z [4875/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ConjugateFallback.cpp.o 2022-12-01T10:07:42.8565076Z [4875/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ExpandUtils.cpp.o 2022-12-01T10:07:42.8566841Z [4876/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchedFallback.cpp.o 2022-12-01T10:07:42.8683340Z [4876/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FuncTorchTLS.cpp.o 2022-12-01T10:07:42.8685319Z [4877/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/BatchingRegistrations.cpp.o 2022-12-01T10:07:42.9790906Z [4877/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalInverses.cpp.o 2022-12-01T10:07:42.9791744Z [4878/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DynamicLibrary.cpp.o 2022-12-01T10:07:43.0940270Z [4878/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalStorageImpl.cpp.o 2022-12-01T10:07:43.0941607Z [4879/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FuncTorchTLS.cpp.o 2022-12-01T10:07:43.0954360Z [4879/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalTensorWrapper.cpp.o 2022-12-01T10:07:43.0955614Z [4880/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/EmptyTensor.cpp.o 2022-12-01T10:07:43.1456582Z [4880/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalizeFallbackKernel.cpp.o 2022-12-01T10:07:43.1458332Z [4881/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DLConvertor.cpp.o 2022-12-01T10:07:43.2655109Z [4881/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MapAllocator.cpp.o 2022-12-01T10:07:43.2656886Z [4882/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ExpandUtils.cpp.o 2022-12-01T10:07:43.4343831Z [4882/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MemoryOverlap.cpp.o 2022-12-01T10:07:43.4347383Z [4883/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalStorageImpl.cpp.o 2022-12-01T10:07:43.4902392Z [4883/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NamedTensorUtils.cpp.o 2022-12-01T10:07:43.4903705Z [4884/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MapAllocator.cpp.o 2022-12-01T10:07:43.5767776Z [4884/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NestedTensorImpl.cpp.o 2022-12-01T10:07:43.5768686Z [4885/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalizeFallbackKernel.cpp.o 2022-12-01T10:07:43.6058537Z [4885/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelCommon.cpp.o 2022-12-01T10:07:43.6059405Z [4886/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalTensorWrapper.cpp.o 2022-12-01T10:07:43.6418204Z [4886/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelNative.cpp.o 2022-12-01T10:07:43.6419505Z [4887/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MemoryOverlap.cpp.o 2022-12-01T10:07:43.6501676Z [4887/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelNativeTBB.cpp.o 2022-12-01T10:07:43.6502558Z [4888/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalInverses.cpp.o 2022-12-01T10:07:43.6648593Z [4888/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelOpenMP.cpp.o 2022-12-01T10:07:43.6649403Z [4889/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelNative.cpp.o 2022-12-01T10:07:43.6859186Z [4889/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelThreadPoolNative.cpp.o 2022-12-01T10:07:43.6860494Z [4890/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelNativeTBB.cpp.o 2022-12-01T10:07:43.8114209Z [4890/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/PythonTorchFunctionTLS.cpp.o 2022-12-01T10:07:43.8115507Z [4891/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NamedTensorUtils.cpp.o 2022-12-01T10:07:44.1171591Z [4891/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SavedTensorHooks.cpp.o 2022-12-01T10:07:44.1172115Z [4892/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelCommon.cpp.o 2022-12-01T10:07:44.1215613Z [4892/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ScalarOps.cpp.o 2022-12-01T10:07:44.1216495Z [4893/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/PythonTorchFunctionTLS.cpp.o 2022-12-01T10:07:44.1339565Z [4893/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SequenceNumber.cpp.o 2022-12-01T10:07:44.1340371Z [4894/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelThreadPoolNative.cpp.o 2022-12-01T10:07:44.1528060Z [4894/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseCsrTensorImpl.cpp.o 2022-12-01T10:07:44.1528983Z [4895/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SavedTensorHooks.cpp.o 2022-12-01T10:07:44.1950444Z [4895/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseTensorImpl.cpp.o 2022-12-01T10:07:44.1951374Z [4896/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SequenceNumber.cpp.o 2022-12-01T10:07:44.3572981Z [4896/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseTensorUtils.cpp.o 2022-12-01T10:07:44.3581124Z [4897/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NestedTensorImpl.cpp.o 2022-12-01T10:07:44.4729491Z [4897/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorGeometry.cpp.o 2022-12-01T10:07:44.4730363Z [4898/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelOpenMP.cpp.o 2022-12-01T10:07:44.6207916Z [4898/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorIndexing.cpp.o 2022-12-01T10:07:44.6208546Z [4899/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ScalarOps.cpp.o 2022-12-01T10:07:44.7199534Z [4899/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorIterator.cpp.o 2022-12-01T10:07:44.7200700Z [4900/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorGeometry.cpp.o 2022-12-01T10:07:45.0600831Z [4900/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorMeta.cpp.o 2022-12-01T10:07:45.0601380Z [4901/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseTensorUtils.cpp.o 2022-12-01T10:07:45.0691425Z [4901/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorNames.cpp.o 2022-12-01T10:07:45.0692320Z [4902/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseCsrTensorImpl.cpp.o 2022-12-01T10:07:45.0697061Z [4902/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorUtils.cpp.o 2022-12-01T10:07:45.0697609Z [4903/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorMeta.cpp.o 2022-12-01T10:07:45.0988494Z [4903/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ThreadLocalState.cpp.o 2022-12-01T10:07:45.0989303Z [4904/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseTensorImpl.cpp.o 2022-12-01T10:07:45.1929391Z [4904/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Utils.cpp.o 2022-12-01T10:07:45.1930309Z [4905/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorIterator.cpp.o 2022-12-01T10:07:45.3582577Z [4905/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Version.cpp.o 2022-12-01T10:07:45.3584011Z [4906/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorIndexing.cpp.o 2022-12-01T10:07:45.4768814Z [4906/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapMode.cpp.o 2022-12-01T10:07:45.4769657Z [4907/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ThreadLocalState.cpp.o 2022-12-01T10:07:45.5204430Z [4907/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapModeRegistrations.cpp.o 2022-12-01T10:07:45.5205927Z [4908/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorNames.cpp.o 2022-12-01T10:07:45.6443034Z [4908/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapTransforms.cpp.o 2022-12-01T10:07:45.6450055Z [4909/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapMode.cpp.o 2022-12-01T10:07:45.8848289Z [4909/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ZeroTensorFallback.cpp.o 2022-12-01T10:07:45.8848994Z [4910/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Utils.cpp.o 2022-12-01T10:07:45.9581166Z [4910/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/autocast_mode.cpp.o 2022-12-01T10:07:45.9582243Z [4911/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapModeRegistrations.cpp.o 2022-12-01T10:07:45.9736257Z [4911/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/cpu/FlushDenormal.cpp.o 2022-12-01T10:07:45.9736775Z [4912/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorUtils.cpp.o 2022-12-01T10:07:46.0282186Z [4912/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/CPUGuardImpl.cpp.o 2022-12-01T10:07:46.0283496Z [4913/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Version.cpp.o 2022-12-01T10:07:46.1466366Z [4913/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/CUDAHooksInterface.cpp.o 2022-12-01T10:07:46.1467946Z [4914/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/cpu/FlushDenormal.cpp.o 2022-12-01T10:07:46.2589579Z [4914/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/HIPHooksInterface.cpp.o 2022-12-01T10:07:46.2591054Z [4915/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/CPUGuardImpl.cpp.o 2022-12-01T10:07:46.3776633Z [4915/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/MetaGuardImpl.cpp.o 2022-12-01T10:07:46.3777418Z [4916/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapTransforms.cpp.o 2022-12-01T10:07:46.4301003Z [4916/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/ORTHooksInterface.cpp.o 2022-12-01T10:07:46.4301972Z [4917/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/CUDAHooksInterface.cpp.o 2022-12-01T10:07:46.5063952Z [4917/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/ADInterpreters.cpp.o 2022-12-01T10:07:46.5064492Z [4918/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/HIPHooksInterface.cpp.o 2022-12-01T10:07:46.5417150Z [4918/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesActivation.cpp.o 2022-12-01T10:07:46.5420868Z [4919/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ZeroTensorFallback.cpp.o 2022-12-01T10:07:46.5542339Z [4919/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesBinaryOps.cpp.o 2022-12-01T10:07:46.5543233Z [4920/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/MetaGuardImpl.cpp.o 2022-12-01T10:07:46.6306001Z [4920/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesConvolution.cpp.o 2022-12-01T10:07:46.6307015Z [4921/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/ORTHooksInterface.cpp.o 2022-12-01T10:07:46.8286058Z [4921/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDecompositions.cpp.o 2022-12-01T10:07:46.8286982Z [4922/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/autocast_mode.cpp.o 2022-12-01T10:07:46.9020138Z [4922/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDynamic.cpp.o 2022-12-01T10:07:46.9021251Z [4923/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/ADInterpreters.cpp.o 2022-12-01T10:07:47.5280460Z [4923/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesFactory.cpp.o 2022-12-01T10:07:47.5281407Z [4924/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesBinaryOps.cpp.o 2022-12-01T10:07:47.5756138Z [4924/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesHelper.cpp.o 2022-12-01T10:07:47.5757706Z [4925/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesActivation.cpp.o 2022-12-01T10:07:47.6516447Z [4925/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLinearAlgebra.cpp.o 2022-12-01T10:07:47.6518235Z [4926/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesConvolution.cpp.o 2022-12-01T10:07:47.9336374Z [4926/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLoss.cpp.o 2022-12-01T10:07:47.9337667Z [4927/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDecompositions.cpp.o 2022-12-01T10:07:47.9656446Z [4927/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesModules.cpp.o 2022-12-01T10:07:47.9658769Z [4928/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDynamic.cpp.o 2022-12-01T10:07:48.0129474Z [4928/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesNorm.cpp.o 2022-12-01T10:07:48.0130430Z [4929/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesFactory.cpp.o 2022-12-01T10:07:48.5357253Z [4929/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesPooling.cpp.o 2022-12-01T10:07:48.5366448Z [4930/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesHelper.cpp.o 2022-12-01T10:07:48.8283269Z [4930/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesRandomness.cpp.o 2022-12-01T10:07:48.8285662Z [4931/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLinearAlgebra.cpp.o 2022-12-01T10:07:48.9042713Z [4931/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesReduceOps.cpp.o 2022-12-01T10:07:48.9043614Z [4932/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLoss.cpp.o 2022-12-01T10:07:49.0295599Z [4932/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesScatterOps.cpp.o 2022-12-01T10:07:49.0296179Z [4933/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesModules.cpp.o 2022-12-01T10:07:49.1317111Z [4933/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesUnaryOps.cpp.o 2022-12-01T10:07:49.1318077Z [4934/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesPooling.cpp.o 2022-12-01T10:07:49.1939255Z [4934/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesViews.cpp.o 2022-12-01T10:07:49.1939980Z [4935/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesNorm.cpp.o 2022-12-01T10:07:49.6935397Z [4935/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedFallback.cpp.o 2022-12-01T10:07:49.6936869Z [4936/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesRandomness.cpp.o 2022-12-01T10:07:49.9866450Z [4936/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedTensorImpl.cpp.o 2022-12-01T10:07:49.9868706Z [4937/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesReduceOps.cpp.o 2022-12-01T10:07:50.0729040Z [4937/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/DynamicLayer.cpp.o 2022-12-01T10:07:50.0730015Z [4938/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesScatterOps.cpp.o 2022-12-01T10:07:50.0839167Z [4938/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/FunctionalizeInterpreter.cpp.o 2022-12-01T10:07:50.0840315Z [4939/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedFallback.cpp.o 2022-12-01T10:07:50.1251653Z [4939/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/Interpreter.cpp.o 2022-12-01T10:07:50.1252360Z [4940/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedTensorImpl.cpp.o 2022-12-01T10:07:50.2622717Z [4940/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp.o 2022-12-01T10:07:50.2623791Z [4941/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesUnaryOps.cpp.o 2022-12-01T10:07:50.3720198Z [4941/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyVmapTransforms.cpp.o 2022-12-01T10:07:50.3725531Z [4942/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesViews.cpp.o 2022-12-01T10:07:50.4642725Z [4942/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PlumbingHelper.cpp.o 2022-12-01T10:07:50.4643584Z [4943/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/FunctionalizeInterpreter.cpp.o 2022-12-01T10:07:50.5893162Z [4943/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PyTorchOperatorHacks.cpp.o 2022-12-01T10:07:50.5894036Z [4944/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/Interpreter.cpp.o 2022-12-01T10:07:50.8862993Z [4944/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/TensorWrapper.cpp.o 2022-12-01T10:07:50.8870809Z [4945/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PlumbingHelper.cpp.o 2022-12-01T10:07:50.9671828Z [4945/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapInterpreter.cpp.o 2022-12-01T10:07:50.9673255Z [4946/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/DynamicLayer.cpp.o 2022-12-01T10:07:51.0871435Z [4946/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapModeRegistrations.cpp.o 2022-12-01T10:07:51.0872385Z [4947/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/TensorWrapper.cpp.o 2022-12-01T10:07:51.1486655Z [4947/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/record_function.cpp.o 2022-12-01T10:07:51.1490305Z [4948/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyVmapTransforms.cpp.o 2022-12-01T10:07:51.2764149Z [4948/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenGeneral.cpp.o 2022-12-01T10:07:51.2765155Z [4949/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PyTorchOperatorHacks.cpp.o 2022-12-01T10:07:51.3125547Z [4949/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/BackendSelectFallbackKernel.cpp.o 2022-12-01T10:07:51.3126264Z [4950/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenGeneral.cpp.o 2022-12-01T10:07:51.3553148Z [4950/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypeProperties.cpp.o 2022-12-01T10:07:51.3555155Z [4951/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp.o 2022-12-01T10:07:51.3784869Z [4951/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypePropertiesRegistry.cpp.o 2022-12-01T10:07:51.3785890Z [4952/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapInterpreter.cpp.o 2022-12-01T10:07:51.5549086Z [4952/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dict.cpp.o 2022-12-01T10:07:51.5550264Z [4953/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/record_function.cpp.o 2022-12-01T10:07:51.7240434Z [4953/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dimname.cpp.o 2022-12-01T10:07:51.7241111Z [4954/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypeProperties.cpp.o 2022-12-01T10:07:51.7434479Z [4954/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Formatting.cpp.o 2022-12-01T10:07:51.7435446Z [4955/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapModeRegistrations.cpp.o 2022-12-01T10:07:51.7444855Z [4955/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Generator.cpp.o 2022-12-01T10:07:51.7445535Z [4956/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/BackendSelectFallbackKernel.cpp.o 2022-12-01T10:07:51.7608059Z [4956/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/List.cpp.o 2022-12-01T10:07:51.7609021Z [4957/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypePropertiesRegistry.cpp.o 2022-12-01T10:07:51.8001110Z [4957/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedRegistrations.cpp.o 2022-12-01T10:07:51.8001885Z [4958/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dict.cpp.o 2022-12-01T10:07:51.8124597Z [4958/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedTensor.cpp.o 2022-12-01T10:07:51.8125761Z [4959/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dimname.cpp.o 2022-12-01T10:07:52.1016467Z [4959/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/PythonFallbackKernel.cpp.o 2022-12-01T10:07:52.1017396Z [4960/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Generator.cpp.o 2022-12-01T10:07:52.1202623Z [4960/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Range.cpp.o 2022-12-01T10:07:52.1203680Z [4961/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Formatting.cpp.o 2022-12-01T10:07:52.1995881Z [4961/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Tensor.cpp.o 2022-12-01T10:07:52.1996702Z [4962/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/List.cpp.o 2022-12-01T10:07:52.2017538Z [4962/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TorchDispatchUtils.cpp.o 2022-12-01T10:07:52.2018740Z [4963/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedTensor.cpp.o 2022-12-01T10:07:52.2762161Z [4963/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableFallbackKernel.cpp.o 2022-12-01T10:07:52.2763233Z [4964/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Range.cpp.o 2022-12-01T10:07:52.3017632Z [4964/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableHooksInterface.cpp.o 2022-12-01T10:07:52.3018592Z [4965/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/PythonFallbackKernel.cpp.o 2022-12-01T10:07:52.3251339Z [4965/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Vitals.cpp.o 2022-12-01T10:07:52.3252240Z [4966/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedRegistrations.cpp.o 2022-12-01T10:07:52.5451823Z [4966/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/adaption.cpp.o 2022-12-01T10:07:52.5452874Z [4967/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Tensor.cpp.o 2022-12-01T10:07:52.6239847Z [4967/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/blob.cpp.o 2022-12-01T10:07:52.6240752Z [4968/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Vitals.cpp.o 2022-12-01T10:07:52.6456150Z [4968/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/boxing/KernelFunction.cpp.o 2022-12-01T10:07:52.6457084Z [4969/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TorchDispatchUtils.cpp.o 2022-12-01T10:07:52.6980507Z [4969/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/class_type.cpp.o 2022-12-01T10:07:52.6981035Z [4970/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableFallbackKernel.cpp.o 2022-12-01T10:07:52.7168913Z [4970/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/custom_class.cpp.o 2022-12-01T10:07:52.7169796Z [4971/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableHooksInterface.cpp.o 2022-12-01T10:07:52.7389121Z [4971/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/DispatchKeyExtractor.cpp.o 2022-12-01T10:07:52.7389942Z [4972/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/adaption.cpp.o 2022-12-01T10:07:52.8181916Z [4972/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/Dispatcher.cpp.o 2022-12-01T10:07:52.8182804Z [4973/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/blob.cpp.o 2022-12-01T10:07:53.0554561Z [4973/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/ObservedOperators.cpp.o 2022-12-01T10:07:53.0555446Z [4974/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/ObservedOperators.cpp.o 2022-12-01T10:07:53.1313560Z [4974/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/OperatorEntry.cpp.o 2022-12-01T10:07:53.1314468Z [4975/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/class_type.cpp.o 2022-12-01T10:07:53.1565712Z [4975/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dynamic_type.cpp.o 2022-12-01T10:07:53.1566219Z [4976/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/boxing/KernelFunction.cpp.o 2022-12-01T10:07:53.1778086Z [4976/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/function_schema.cpp.o 2022-12-01T10:07:53.1778589Z [4977/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/custom_class.cpp.o 2022-12-01T10:07:53.1830088Z [4977/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/interned_strings.cpp.o 2022-12-01T10:07:53.1831243Z [4978/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/DispatchKeyExtractor.cpp.o 2022-12-01T10:07:53.2172022Z [4978/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ivalue.cpp.o 2022-12-01T10:07:53.2172925Z [4979/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/Dispatcher.cpp.o 2022-12-01T10:07:53.4536969Z [4979/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/library.cpp.o 2022-12-01T10:07:53.4538287Z [4980/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/OperatorEntry.cpp.o 2022-12-01T10:07:53.5703069Z [4980/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/infer_schema.cpp.o 2022-12-01T10:07:53.5704269Z [4981/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/function_schema.cpp.o 2022-12-01T10:07:53.5852267Z [4981/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/op_registration.cpp.o 2022-12-01T10:07:53.5853598Z [4982/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/interned_strings.cpp.o 2022-12-01T10:07:53.5966755Z [4982/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/operator_name.cpp.o 2022-12-01T10:07:53.5968046Z [4983/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dynamic_type.cpp.o 2022-12-01T10:07:53.6491626Z [4983/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/register_symbols.cpp.o 2022-12-01T10:07:53.6492437Z [4984/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ivalue.cpp.o 2022-12-01T10:07:53.6867395Z [4984/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/tensor_type.cpp.o 2022-12-01T10:07:53.6868368Z [4985/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/library.cpp.o 2022-12-01T10:07:53.8197917Z [4985/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type.cpp.o 2022-12-01T10:07:53.8198784Z [4986/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/infer_schema.cpp.o 2022-12-01T10:07:53.8524221Z [4986/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type_factory.cpp.o 2022-12-01T10:07:53.8525116Z [4987/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/operator_name.cpp.o 2022-12-01T10:07:53.9299481Z [4987/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/union_type.cpp.o 2022-12-01T10:07:53.9300336Z [4988/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/register_symbols.cpp.o 2022-12-01T10:07:54.0207438Z [4988/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/error_report.cpp.o 2022-12-01T10:07:54.0214087Z [4989/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/tensor_type.cpp.o 2022-12-01T10:07:54.0502460Z [4989/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/function_schema_parser.cpp.o 2022-12-01T10:07:54.0503420Z [4990/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/op_registration.cpp.o 2022-12-01T10:07:54.1195869Z [4990/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/lexer.cpp.o 2022-12-01T10:07:54.1196725Z [4991/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type.cpp.o 2022-12-01T10:07:54.1972303Z [4991/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_type_parser.cpp.o 2022-12-01T10:07:54.1973189Z [4992/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/error_report.cpp.o 2022-12-01T10:07:54.2201423Z [4992/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/strtod.cpp.o 2022-12-01T10:07:54.2202314Z [4993/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type_factory.cpp.o 2022-12-01T10:07:54.2823428Z [4993/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/source_range.cpp.o 2022-12-01T10:07:54.2829782Z [4994/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/union_type.cpp.o 2022-12-01T10:07:54.3150534Z [4994/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Activation.cpp.o 2022-12-01T10:07:54.3153692Z [4995/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/lexer.cpp.o 2022-12-01T10:07:54.4217802Z [4995/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling.cpp.o 2022-12-01T10:07:54.4219370Z [4996/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/function_schema_parser.cpp.o 2022-12-01T10:07:54.4450826Z [4996/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling3d.cpp.o 2022-12-01T10:07:54.4451739Z [4997/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/strtod.cpp.o 2022-12-01T10:07:54.5516695Z [4997/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling2d.cpp.o 2022-12-01T10:07:54.5521539Z [4998/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_type_parser.cpp.o 2022-12-01T10:07:54.6150259Z [4998/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling3d.cpp.o 2022-12-01T10:07:54.6150831Z [4999/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/source_range.cpp.o 2022-12-01T10:07:55.1937390Z [4999/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AffineGridGenerator.cpp.o 2022-12-01T10:07:55.1946761Z [5000/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling.cpp.o 2022-12-01T10:07:55.4013246Z [5000/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AutogradComposite.cpp.o 2022-12-01T10:07:55.4014602Z [5001/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling3d.cpp.o 2022-12-01T10:07:55.4337255Z [5001/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool2d.cpp.o 2022-12-01T10:07:55.4338841Z [5002/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling2d.cpp.o 2022-12-01T10:07:55.5044505Z [5002/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool3d.cpp.o 2022-12-01T10:07:55.5045979Z [5003/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Activation.cpp.o 2022-12-01T10:07:55.5134653Z [5003/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebra.cpp.o 2022-12-01T10:07:55.5135830Z [5004/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling3d.cpp.o 2022-12-01T10:07:55.5615115Z [5004/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebraKernel.cpp.o 2022-12-01T10:07:55.5616075Z [5005/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AffineGridGenerator.cpp.o 2022-12-01T10:07:56.0113757Z [5005/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Batching.cpp.o 2022-12-01T10:07:56.0116288Z [5006/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AutogradComposite.cpp.o 2022-12-01T10:07:56.0928333Z [5006/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BinaryOps.cpp.o 2022-12-01T10:07:56.0930650Z [5007/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Batching.cpp.o 2022-12-01T10:07:56.2878878Z [5007/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Blas.cpp.o 2022-12-01T10:07:56.2880203Z [5008/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool2d.cpp.o 2022-12-01T10:07:56.4395103Z [5008/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BlasKernel.cpp.o 2022-12-01T10:07:56.4396376Z [5009/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebraKernel.cpp.o 2022-12-01T10:07:56.4724768Z [5009/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Bucketization.cpp.o 2022-12-01T10:07:56.4726262Z [5010/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool3d.cpp.o 2022-12-01T10:07:56.4920587Z [5010/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/CPUBlas.cpp.o 2022-12-01T10:07:56.4923713Z [5011/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebra.cpp.o 2022-12-01T10:07:57.0233528Z [5011/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/CPUFallback.cpp.o 2022-12-01T10:07:57.0244274Z [5012/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Blas.cpp.o 2022-12-01T10:07:57.0669390Z [5012/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ChanelShuffle.cpp.o 2022-12-01T10:07:57.0671553Z [5013/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BinaryOps.cpp.o 2022-12-01T10:07:57.1242733Z [5013/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Col2Im.cpp.o 2022-12-01T10:07:57.1244250Z [5014/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BlasKernel.cpp.o 2022-12-01T10:07:57.1301846Z [5014/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ComparisonUtils.cpp.o 2022-12-01T10:07:57.1302749Z [5015/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Bucketization.cpp.o 2022-12-01T10:07:57.1611582Z [5015/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Convolution.cpp.o 2022-12-01T10:07:57.1612477Z [5016/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/CPUFallback.cpp.o 2022-12-01T10:07:57.3841866Z [5016/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM2d.cpp.o 2022-12-01T10:07:57.3850611Z [5017/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/CPUBlas.cpp.o 2022-12-01T10:07:57.6407276Z [5017/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM3d.cpp.o 2022-12-01T10:07:57.6414684Z [5018/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ComparisonUtils.cpp.o 2022-12-01T10:07:57.9966028Z [5018/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionTBC.cpp.o 2022-12-01T10:07:57.9966868Z [5019/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ChanelShuffle.cpp.o 2022-12-01T10:07:58.0261276Z [5019/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Copy.cpp.o 2022-12-01T10:07:58.0262071Z [5020/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Convolution.cpp.o 2022-12-01T10:07:58.0867419Z [5020/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Correlation.cpp.o 2022-12-01T10:07:58.0869882Z [5021/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM2d.cpp.o 2022-12-01T10:07:58.2182572Z [5021/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Cross.cpp.o 2022-12-01T10:07:58.2184846Z [5022/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Col2Im.cpp.o 2022-12-01T10:07:58.2297538Z [5022/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool2d.cpp.o 2022-12-01T10:07:58.2299939Z [5023/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM3d.cpp.o 2022-12-01T10:07:58.4427750Z [5023/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool3d.cpp.o 2022-12-01T10:07:58.4432770Z [5024/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionTBC.cpp.o 2022-12-01T10:07:58.7338566Z [5024/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DispatchStub.cpp.o 2022-12-01T10:07:58.7343557Z [5025/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DispatchStub.cpp.o 2022-12-01T10:07:58.9696741Z [5025/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distance.cpp.o 2022-12-01T10:07:58.9697582Z [5026/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Cross.cpp.o 2022-12-01T10:07:59.0278025Z [5026/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distributions.cpp.o 2022-12-01T10:07:59.0279205Z [5027/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Copy.cpp.o 2022-12-01T10:07:59.1889029Z [5027/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Dropout.cpp.o 2022-12-01T10:07:59.1890001Z [5028/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool3d.cpp.o 2022-12-01T10:07:59.2039708Z [5028/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Embedding.cpp.o 2022-12-01T10:07:59.2041033Z [5029/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool2d.cpp.o 2022-12-01T10:07:59.2543498Z [5029/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/EmbeddingBag.cpp.o 2022-12-01T10:07:59.2544420Z [5030/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Correlation.cpp.o 2022-12-01T10:07:59.6244904Z [5030/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Fill.cpp.o 2022-12-01T10:07:59.6245746Z [5031/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distance.cpp.o 2022-12-01T10:07:59.9013550Z [5031/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ForeachOpsKernels.cpp.o 2022-12-01T10:07:59.9015204Z [5032/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Dropout.cpp.o 2022-12-01T10:08:00.0548991Z [5032/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool2d.cpp.o 2022-12-01T10:08:00.0550638Z [5033/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distributions.cpp.o 2022-12-01T10:08:00.1233707Z [5033/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool3d.cpp.o 2022-12-01T10:08:00.1234618Z [5034/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Embedding.cpp.o 2022-12-01T10:08:00.1339763Z [5034/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FunctionOfAMatrixUtils.cpp.o 2022-12-01T10:08:00.1340632Z [5035/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/EmbeddingBag.cpp.o 2022-12-01T10:08:00.1683614Z [5035/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GatedLinearUnit.cpp.o 2022-12-01T10:08:00.1685908Z [5036/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Fill.cpp.o 2022-12-01T10:08:00.5272981Z [5036/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GridSampler.cpp.o 2022-12-01T10:08:00.5273919Z [5037/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FunctionOfAMatrixUtils.cpp.o 2022-12-01T10:08:00.5703762Z [5037/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Histogram.cpp.o 2022-12-01T10:08:00.5704288Z [5038/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ForeachOpsKernels.cpp.o 2022-12-01T10:08:00.7780716Z [5038/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Im2Col.cpp.o 2022-12-01T10:08:00.7781614Z [5039/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool2d.cpp.o 2022-12-01T10:08:00.9625607Z [5039/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/IndexingUtils.cpp.o 2022-12-01T10:08:00.9628530Z [5040/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool3d.cpp.o 2022-12-01T10:08:01.1167147Z [5040/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Integration.cpp.o 2022-12-01T10:08:01.1167938Z [5041/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GatedLinearUnit.cpp.o 2022-12-01T10:08:01.2384345Z [5041/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Itertools.cpp.o 2022-12-01T10:08:01.2385668Z [5042/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/IndexingUtils.cpp.o 2022-12-01T10:08:01.3353909Z [5042/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LegacyBridge.cpp.o 2022-12-01T10:08:01.3354679Z [5043/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Histogram.cpp.o 2022-12-01T10:08:01.3358608Z [5043/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Lerp.cpp.o 2022-12-01T10:08:01.3360182Z [5044/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LegacyBridge.cpp.o 2022-12-01T10:08:01.7215395Z [5044/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Linear.cpp.o 2022-12-01T10:08:01.7216130Z [5045/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Im2Col.cpp.o 2022-12-01T10:08:01.7600118Z [5045/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LinearAlgebra.cpp.o 2022-12-01T10:08:01.7600905Z [5046/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Integration.cpp.o 2022-12-01T10:08:01.8681258Z [5046/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Loss.cpp.o 2022-12-01T10:08:01.8682033Z [5047/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GridSampler.cpp.o 2022-12-01T10:08:01.8908502Z [5047/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossCTC.cpp.o 2022-12-01T10:08:01.8909309Z [5048/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Itertools.cpp.o 2022-12-01T10:08:01.8946514Z [5048/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiLabelMargin.cpp.o 2022-12-01T10:08:01.8948227Z [5049/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Lerp.cpp.o 2022-12-01T10:08:02.3413591Z [5049/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiMargin.cpp.o 2022-12-01T10:08:02.3417566Z [5050/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Linear.cpp.o 2022-12-01T10:08:02.6901630Z [5050/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL.cpp.o 2022-12-01T10:08:02.6910610Z [5051/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossCTC.cpp.o 2022-12-01T10:08:02.7447800Z [5051/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL2d.cpp.o 2022-12-01T10:08:02.7453435Z [5052/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LinearAlgebra.cpp.o 2022-12-01T10:08:02.8823199Z [5052/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxPooling.cpp.o 2022-12-01T10:08:02.8823951Z [5053/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiMargin.cpp.o 2022-12-01T10:08:02.9210444Z [5053/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxUnpooling.cpp.o 2022-12-01T10:08:02.9211537Z [5054/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiLabelMargin.cpp.o 2022-12-01T10:08:02.9312038Z [5054/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Memory.cpp.o 2022-12-01T10:08:02.9314524Z [5055/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Loss.cpp.o 2022-12-01T10:08:03.3977012Z [5055/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MetaTensor.cpp.o 2022-12-01T10:08:03.3977770Z [5056/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL.cpp.o 2022-12-01T10:08:03.4140873Z [5056/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NNPACK.cpp.o 2022-12-01T10:08:03.4143834Z [5057/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MetaTensor.cpp.o 2022-12-01T10:08:03.6345820Z [5057/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose2d.cpp.o 2022-12-01T10:08:03.6347294Z [5058/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxPooling.cpp.o 2022-12-01T10:08:03.6953833Z [5058/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose3d.cpp.o 2022-12-01T10:08:03.6955684Z [5059/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL2d.cpp.o 2022-12-01T10:08:03.7929432Z [5059/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveDilatedConvolution.cpp.o 2022-12-01T10:08:03.7933089Z [5060/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxUnpooling.cpp.o 2022-12-01T10:08:03.8313398Z [5060/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NamedTensor.cpp.o 2022-12-01T10:08:03.8321887Z [5061/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Memory.cpp.o 2022-12-01T10:08:04.2306780Z [5061/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NegateFallback.cpp.o 2022-12-01T10:08:04.2308192Z [5062/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NNPACK.cpp.o 2022-12-01T10:08:04.5026518Z [5062/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Normalization.cpp.o 2022-12-01T10:08:04.5030084Z [5063/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose3d.cpp.o 2022-12-01T10:08:04.5363538Z [5063/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Onehot.cpp.o 2022-12-01T10:08:04.5368645Z [5064/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose2d.cpp.o 2022-12-01T10:08:04.6864627Z [5064/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PackedSequence.cpp.o 2022-12-01T10:08:04.6874462Z [5065/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NamedTensor.cpp.o 2022-12-01T10:08:04.7911037Z [5065/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PadNd.cpp.o 2022-12-01T10:08:04.7911900Z [5066/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NegateFallback.cpp.o 2022-12-01T10:08:04.8915211Z [5066/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PixelShuffle.cpp.o 2022-12-01T10:08:04.8917315Z [5067/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveDilatedConvolution.cpp.o 2022-12-01T10:08:05.2546766Z [5067/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PointwiseOps.cpp.o 2022-12-01T10:08:05.2550377Z [5068/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Normalization.cpp.o 2022-12-01T10:08:05.4403798Z [5068/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pooling.cpp.o 2022-12-01T10:08:05.4407337Z [5069/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Onehot.cpp.o 2022-12-01T10:08:05.5351115Z [5069/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pow.cpp.o 2022-12-01T10:08:05.5354496Z [5070/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PackedSequence.cpp.o 2022-12-01T10:08:05.6246193Z [5070/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/QuantizedLinear.cpp.o 2022-12-01T10:08:05.6246988Z [5071/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PadNd.cpp.o 2022-12-01T10:08:05.6520348Z [5071/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RNN.cpp.o 2022-12-01T10:08:05.6521185Z [5072/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PixelShuffle.cpp.o 2022-12-01T10:08:05.7846164Z [5072/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RangeFactories.cpp.o 2022-12-01T10:08:05.7847041Z [5073/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PointwiseOps.cpp.o 2022-12-01T10:08:06.2084428Z [5073/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceAllOps.cpp.o 2022-12-01T10:08:06.2161615Z [5074/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RangeFactories.cpp.o 2022-12-01T10:08:06.2339881Z [5074/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceOps.cpp.o 2022-12-01T10:08:06.2346877Z [5075/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pooling.cpp.o 2022-12-01T10:08:06.3128647Z [5075/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReflectionPad.cpp.o 2022-12-01T10:08:06.3129810Z [5076/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pow.cpp.o 2022-12-01T10:08:06.4998088Z [5076/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Repeat.cpp.o 2022-12-01T10:08:06.5008316Z [5077/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/QuantizedLinear.cpp.o 2022-12-01T10:08:06.7574478Z [5077/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReplicationPadding.cpp.o 2022-12-01T10:08:06.7581835Z [5078/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceAllOps.cpp.o 2022-12-01T10:08:06.7898947Z [5078/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Resize.cpp.o 2022-12-01T10:08:06.7904111Z [5079/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RNN.cpp.o 2022-12-01T10:08:07.1035888Z [5079/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RowwisePrune.cpp.o 2022-12-01T10:08:07.1036650Z [5080/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Repeat.cpp.o 2022-12-01T10:08:07.1384373Z [5080/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Scalar.cpp.o 2022-12-01T10:08:07.1386888Z [5081/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReflectionPad.cpp.o 2022-12-01T10:08:07.1636483Z [5081/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SegmentReduce.cpp.o 2022-12-01T10:08:07.1637588Z [5082/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceOps.cpp.o 2022-12-01T10:08:07.4362521Z [5082/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOps.cpp.o 2022-12-01T10:08:07.4363911Z [5083/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReplicationPadding.cpp.o 2022-12-01T10:08:07.6434130Z [5083/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOpsUtils.cpp.o 2022-12-01T10:08:07.6444272Z [5084/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Resize.cpp.o 2022-12-01T10:08:07.7995890Z [5084/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SoftMax.cpp.o 2022-12-01T10:08:07.7997128Z [5085/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RowwisePrune.cpp.o 2022-12-01T10:08:08.0398712Z [5085/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Sorting.cpp.o 2022-12-01T10:08:08.0400271Z [5086/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SegmentReduce.cpp.o 2022-12-01T10:08:08.0479678Z [5086/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SpectralOps.cpp.o 2022-12-01T10:08:08.0482876Z [5087/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Scalar.cpp.o 2022-12-01T10:08:08.1895811Z [5087/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SummaryOps.cpp.o 2022-12-01T10:08:08.1896759Z [5088/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOps.cpp.o 2022-12-01T10:08:08.4658355Z [5088/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorAdvancedIndexing.cpp.o 2022-12-01T10:08:08.4664371Z [5089/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOpsUtils.cpp.o 2022-12-01T10:08:08.5157638Z [5089/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorCompare.cpp.o 2022-12-01T10:08:08.5159852Z [5090/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SoftMax.cpp.o 2022-12-01T10:08:08.6661489Z [5090/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorConversions.cpp.o 2022-12-01T10:08:08.6669863Z [5091/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Sorting.cpp.o 2022-12-01T10:08:08.9720784Z [5091/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorFactories.cpp.o 2022-12-01T10:08:08.9721587Z [5092/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SummaryOps.cpp.o 2022-12-01T10:08:09.0169304Z [5092/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorIteratorReduce.cpp.o 2022-12-01T10:08:09.0170161Z [5093/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SpectralOps.cpp.o 2022-12-01T10:08:09.0876342Z [5093/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorProperties.cpp.o 2022-12-01T10:08:09.0880971Z [5094/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorAdvancedIndexing.cpp.o 2022-12-01T10:08:09.4164314Z [5094/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorShape.cpp.o 2022-12-01T10:08:09.4166457Z [5095/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorCompare.cpp.o 2022-12-01T10:08:09.5174080Z [5095/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorTransformations.cpp.o 2022-12-01T10:08:09.5175176Z [5096/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorIteratorReduce.cpp.o 2022-12-01T10:08:09.5874129Z [5096/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TestOps.cpp.o 2022-12-01T10:08:09.5875398Z [5097/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorConversions.cpp.o 2022-12-01T10:08:09.6742020Z [5097/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TriangularOps.cpp.o 2022-12-01T10:08:09.6746865Z [5098/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorFactories.cpp.o 2022-12-01T10:08:09.8606154Z [5098/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TypeProperties.cpp.o 2022-12-01T10:08:09.8610360Z [5099/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorProperties.cpp.o 2022-12-01T10:08:10.2925106Z [5099/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnaryOps.cpp.o 2022-12-01T10:08:10.2925937Z [5100/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorShape.cpp.o 2022-12-01T10:08:10.3031956Z [5100/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold2d.cpp.o 2022-12-01T10:08:10.3034174Z [5101/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorTransformations.cpp.o 2022-12-01T10:08:10.3629952Z [5101/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold3d.cpp.o 2022-12-01T10:08:10.3631909Z [5102/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TestOps.cpp.o 2022-12-01T10:08:10.5003567Z [5102/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnfoldBackward.cpp.o 2022-12-01T10:08:10.5004781Z [5103/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TriangularOps.cpp.o 2022-12-01T10:08:10.5417103Z [5103/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unique.cpp.o 2022-12-01T10:08:10.5417855Z [5104/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold2d.cpp.o 2022-12-01T10:08:10.5547364Z [5104/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSample.cpp.o 2022-12-01T10:08:10.5548368Z [5105/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TypeProperties.cpp.o 2022-12-01T10:08:10.8239146Z [5105/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBicubic2d.cpp.o 2022-12-01T10:08:10.8242313Z [5106/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnaryOps.cpp.o 2022-12-01T10:08:10.8303150Z [5106/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBilinear2d.cpp.o 2022-12-01T10:08:10.8304111Z [5107/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnfoldBackward.cpp.o 2022-12-01T10:08:10.8789434Z [5107/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleLinear1d.cpp.o 2022-12-01T10:08:10.8790338Z [5108/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSample.cpp.o 2022-12-01T10:08:11.4797674Z [5108/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest1d.cpp.o 2022-12-01T10:08:11.4803425Z [5109/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unique.cpp.o 2022-12-01T10:08:11.5082038Z [5109/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest2d.cpp.o 2022-12-01T10:08:11.5083213Z [5110/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBicubic2d.cpp.o 2022-12-01T10:08:11.6720785Z [5110/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest3d.cpp.o 2022-12-01T10:08:11.6721664Z [5111/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBilinear2d.cpp.o 2022-12-01T10:08:11.6961840Z [5111/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleTrilinear3d.cpp.o 2022-12-01T10:08:11.6962441Z [5112/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest1d.cpp.o 2022-12-01T10:08:11.7467122Z [5112/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/VariableMethodStubs.cpp.o 2022-12-01T10:08:11.7468038Z [5113/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleLinear1d.cpp.o 2022-12-01T10:08:11.7759767Z [5113/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/WeightNorm.cpp.o 2022-12-01T10:08:11.7760576Z [5114/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold3d.cpp.o 2022-12-01T10:08:12.3137977Z [5114/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/group_norm.cpp.o 2022-12-01T10:08:12.3139458Z [5115/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest2d.cpp.o 2022-12-01T10:08:12.4845825Z [5115/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/layer_norm.cpp.o 2022-12-01T10:08:12.4847362Z [5116/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest3d.cpp.o 2022-12-01T10:08:12.5951815Z [5116/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/prim_native_functions.cpp.o 2022-12-01T10:08:12.5952909Z [5117/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleTrilinear3d.cpp.o 2022-12-01T10:08:12.6381055Z [5117/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/verbose_wrapper.cpp.o 2022-12-01T10:08:12.6381732Z [5118/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/WeightNorm.cpp.o 2022-12-01T10:08:12.6944063Z [5118/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/library.cpp.o 2022-12-01T10:08:12.6944738Z [5119/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/VariableMethodStubs.cpp.o 2022-12-01T10:08:12.8261969Z [5119/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/fbgemm_utils.cpp.o 2022-12-01T10:08:12.8262944Z [5120/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/group_norm.cpp.o 2022-12-01T10:08:13.1627469Z [5120/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear.cpp.o 2022-12-01T10:08:13.1628400Z [5121/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/library.cpp.o 2022-12-01T10:08:13.2304519Z [5121/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_deserialize.cpp.o 2022-12-01T10:08:13.2305199Z [5122/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/prim_native_functions.cpp.o 2022-12-01T10:08:13.2706853Z [5122/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_dynamic.cpp.o 2022-12-01T10:08:13.2708317Z [5123/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/layer_norm.cpp.o 2022-12-01T10:08:13.7539075Z [5123/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_prepack.cpp.o 2022-12-01T10:08:13.7540645Z [5124/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/fbgemm_utils.cpp.o 2022-12-01T10:08:13.7863171Z [5124/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_serialize.cpp.o 2022-12-01T10:08:13.7865061Z [5125/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear.cpp.o 2022-12-01T10:08:14.1281894Z [5125/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_unpack.cpp.o 2022-12-01T10:08:14.1282550Z [5126/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/verbose_wrapper.cpp.o 2022-12-01T10:08:14.1513871Z [5126/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ParamUtils.cpp.o 2022-12-01T10:08:14.1514844Z [5127/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_deserialize.cpp.o 2022-12-01T10:08:14.1859619Z [5127/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SoftMax.cpp.o 2022-12-01T10:08:14.1861469Z [5128/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_dynamic.cpp.o 2022-12-01T10:08:14.2110299Z [5128/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBinaryOpIntersectionKernel.cpp.o 2022-12-01T10:08:14.2112766Z [5129/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_prepack.cpp.o 2022-12-01T10:08:14.5750806Z [5129/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlas.cpp.o 2022-12-01T10:08:14.5752138Z [5130/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ParamUtils.cpp.o 2022-12-01T10:08:14.6472027Z [5130/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlasImpl.cpp.o 2022-12-01T10:08:14.6473416Z [5131/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_serialize.cpp.o 2022-12-01T10:08:14.6655332Z [5131/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensor.cpp.o 2022-12-01T10:08:14.6656226Z [5132/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SoftMax.cpp.o 2022-12-01T10:08:14.6665610Z [5132/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensorMath.cpp.o 2022-12-01T10:08:14.6666731Z [5133/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBinaryOpIntersectionKernel.cpp.o 2022-12-01T10:08:14.6909504Z [5133/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseFactories.cpp.o 2022-12-01T10:08:14.6916711Z [5134/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlas.cpp.o 2022-12-01T10:08:14.7004782Z [5134/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseMatMul.cpp.o 2022-12-01T10:08:14.7005959Z [5135/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_unpack.cpp.o 2022-12-01T10:08:15.0197058Z [5135/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensor.cpp.o 2022-12-01T10:08:15.0198510Z [5136/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlasImpl.cpp.o 2022-12-01T10:08:15.1419773Z [5136/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensorMath.cpp.o 2022-12-01T10:08:15.1420796Z [5137/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseFactories.cpp.o 2022-12-01T10:08:15.1429922Z [5137/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseUnaryOps.cpp.o 2022-12-01T10:08:15.1430805Z [5138/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensor.cpp.o 2022-12-01T10:08:15.1879175Z [5138/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ValidateCompressedIndicesKernel.cpp.o 2022-12-01T10:08:15.1880353Z [5139/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensor.cpp.o 2022-12-01T10:08:15.1915547Z [5139/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorAliases.cpp.o 2022-12-01T10:08:15.1916735Z [5140/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseMatMul.cpp.o 2022-12-01T10:08:15.2311416Z [5140/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorBackward.cpp.o 2022-12-01T10:08:15.2312036Z [5141/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensorMath.cpp.o 2022-12-01T10:08:15.6124583Z [5141/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorMath.cpp.o 2022-12-01T10:08:15.6125903Z [5142/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseUnaryOps.cpp.o 2022-12-01T10:08:15.7073147Z [5142/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorTransformerFunctions.cpp.o 2022-12-01T10:08:15.7074260Z [5143/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ValidateCompressedIndicesKernel.cpp.o 2022-12-01T10:08:15.9621953Z [5143/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorUtils.cpp.o 2022-12-01T10:08:15.9623866Z [5144/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensorMath.cpp.o 2022-12-01T10:08:16.1540690Z [5144/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizer.cpp.o 2022-12-01T10:08:16.1543242Z [5145/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorMath.cpp.o 2022-12-01T10:08:16.1766821Z [5145/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-12-01T10:08:16.1767505Z [5146/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorBackward.cpp.o 2022-12-01T10:08:16.1965126Z [5146/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/Copy.cpp.o 2022-12-01T10:08:16.1966299Z [5147/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorAliases.cpp.o 2022-12-01T10:08:16.3846618Z [5147/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerChannelAffine.cpp.o 2022-12-01T10:08:16.3848186Z [5148/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2022-12-01T10:08:16.4686366Z [5148/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerTensorAffine.cpp.o 2022-12-01T10:08:16.4687784Z [5149/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorTransformerFunctions.cpp.o 2022-12-01T10:08:16.6089843Z [5149/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/QTensor.cpp.o 2022-12-01T10:08:16.6091265Z [5150/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorUtils.cpp.o 2022-12-01T10:08:16.8459582Z [5150/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorAdvancedIndexing.cpp.o 2022-12-01T10:08:16.8461088Z [5151/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizer.cpp.o 2022-12-01T10:08:17.1469941Z [5151/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorCompare.cpp.o 2022-12-01T10:08:17.1471333Z [5152/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/Copy.cpp.o 2022-12-01T10:08:17.2213662Z [5152/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorFactories.cpp.o 2022-12-01T10:08:17.2215240Z [5153/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerChannelAffine.cpp.o 2022-12-01T10:08:17.3721495Z [5153/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AdaptiveAveragePooling.cpp.o 2022-12-01T10:08:17.3723450Z [5154/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerTensorAffine.cpp.o 2022-12-01T10:08:17.5332146Z [5154/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool2d.cpp.o 2022-12-01T10:08:17.5333162Z [5155/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorAdvancedIndexing.cpp.o 2022-12-01T10:08:17.5838830Z [5155/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool3d.cpp.o 2022-12-01T10:08:17.5841995Z [5156/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/QTensor.cpp.o 2022-12-01T10:08:17.7857266Z [5156/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/BinaryOps.cpp.o 2022-12-01T10:08:17.7862853Z [5157/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorCompare.cpp.o 2022-12-01T10:08:18.0552035Z [5157/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ChannelShuffle.cpp.o 2022-12-01T10:08:18.0553887Z [5158/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorFactories.cpp.o 2022-12-01T10:08:18.0978143Z [5158/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/IntReprQuant.cpp.o 2022-12-01T10:08:18.0980065Z [5159/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AdaptiveAveragePooling.cpp.o 2022-12-01T10:08:18.2866992Z [5159/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/LinearUnpackImpl.cpp.o 2022-12-01T10:08:18.2867966Z [5160/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool3d.cpp.o 2022-12-01T10:08:18.3552709Z [5160/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/MakePerTensorQuantizedTensor.cpp.o 2022-12-01T10:08:18.3553837Z [5161/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool2d.cpp.o 2022-12-01T10:08:18.7554465Z [5161/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Normalization.cpp.o 2022-12-01T10:08:18.7561716Z [5162/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/BinaryOps.cpp.o 2022-12-01T10:08:18.9779527Z [5162/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Pooling.cpp.o 2022-12-01T10:08:18.9781548Z [5163/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ChannelShuffle.cpp.o 2022-12-01T10:08:19.1413542Z [5163/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ReduceOps.cpp.o 2022-12-01T10:08:19.1421846Z [5164/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/MakePerTensorQuantizedTensor.cpp.o 2022-12-01T10:08:19.1931924Z [5164/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/RuyUtils.cpp.o 2022-12-01T10:08:19.1932790Z [5165/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/RuyUtils.cpp.o 2022-12-01T10:08:19.2695927Z [5165/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Sorting.cpp.o 2022-12-01T10:08:19.2697181Z [5166/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/IntReprQuant.cpp.o 2022-12-01T10:08:19.3228117Z [5166/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorOperators.cpp.o 2022-12-01T10:08:19.3229107Z [5167/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Normalization.cpp.o 2022-12-01T10:08:19.4029179Z [5167/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorShape.cpp.o 2022-12-01T10:08:19.4030013Z [5168/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/LinearUnpackImpl.cpp.o 2022-12-01T10:08:19.8077543Z [5168/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleBilinear2d.cpp.o 2022-12-01T10:08:19.8078443Z [5169/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Pooling.cpp.o 2022-12-01T10:08:19.8311928Z [5169/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest2d.cpp.o 2022-12-01T10:08:19.8312836Z [5170/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ReduceOps.cpp.o 2022-12-01T10:08:20.0950772Z [5170/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest3d.cpp.o 2022-12-01T10:08:20.0951915Z [5171/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorOperators.cpp.o 2022-12-01T10:08:20.3214637Z [5171/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/XnnpackUtils.cpp.o 2022-12-01T10:08:20.3215668Z [5172/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Sorting.cpp.o 2022-12-01T10:08:20.5227142Z [5172/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fbgemm_utils.cpp.o 2022-12-01T10:08:20.5228916Z [5173/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorShape.cpp.o 2022-12-01T10:08:20.5532869Z [5173/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fused_obs_fake_quant.cpp.o 2022-12-01T10:08:20.5533808Z [5174/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleBilinear2d.cpp.o 2022-12-01T10:08:20.8728935Z [5174/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/init_qnnpack.cpp.o 2022-12-01T10:08:20.8734876Z [5175/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/XnnpackUtils.cpp.o 2022-12-01T10:08:20.9576150Z [5175/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qclamp.cpp.o 2022-12-01T10:08:20.9584008Z [5176/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest3d.cpp.o 2022-12-01T10:08:21.0920601Z [5176/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv.cpp.o 2022-12-01T10:08:21.0928313Z [5177/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest2d.cpp.o 2022-12-01T10:08:21.4069294Z [5177/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_dynamic.cpp.o 2022-12-01T10:08:21.4069840Z [5178/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fbgemm_utils.cpp.o 2022-12-01T10:08:21.4150102Z [5178/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_prepack.cpp.o 2022-12-01T10:08:21.4150918Z [5179/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fused_obs_fake_quant.cpp.o 2022-12-01T10:08:21.4874254Z [5179/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_unpack_impl.cpp.o 2022-12-01T10:08:21.4875415Z [5180/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/init_qnnpack.cpp.o 2022-12-01T10:08:21.9742183Z [5180/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qdropout.cpp.o 2022-12-01T10:08:21.9744432Z [5181/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qclamp.cpp.o 2022-12-01T10:08:22.2522187Z [5181/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qelu.cpp.o 2022-12-01T10:08:22.2523105Z [5182/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv.cpp.o 2022-12-01T10:08:22.3080241Z [5182/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag.cpp.o 2022-12-01T10:08:22.3086105Z [5183/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_dynamic.cpp.o 2022-12-01T10:08:22.4952101Z [5183/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_prepack.cpp.o 2022-12-01T10:08:22.4953413Z [5184/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qdropout.cpp.o 2022-12-01T10:08:22.7665700Z [5184/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_unpack.cpp.o 2022-12-01T10:08:22.7666504Z [5185/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_unpack_impl.cpp.o 2022-12-01T10:08:22.8074592Z [5185/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qgelu.cpp.o 2022-12-01T10:08:22.8075464Z [5186/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_prepack.cpp.o 2022-12-01T10:08:22.8189650Z [5186/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardsigmoid.cpp.o 2022-12-01T10:08:22.8191508Z [5187/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qelu.cpp.o 2022-12-01T10:08:23.3372644Z [5187/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardswish.cpp.o 2022-12-01T10:08:23.3376910Z [5188/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag.cpp.o 2022-12-01T10:08:23.5253405Z [5188/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear.cpp.o 2022-12-01T10:08:23.5259391Z [5189/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_prepack.cpp.o 2022-12-01T10:08:23.6998188Z [5189/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp.o 2022-12-01T10:08:23.6999182Z [5190/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_unpack.cpp.o 2022-12-01T10:08:23.7439840Z [5190/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_prepack.cpp.o 2022-12-01T10:08:23.7440785Z [5191/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardswish.cpp.o 2022-12-01T10:08:23.7557565Z [5191/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmatmul.cpp.o 2022-12-01T10:08:23.7560970Z [5192/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qgelu.cpp.o 2022-12-01T10:08:23.8111099Z [5192/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmul.cpp.o 2022-12-01T10:08:23.8112049Z [5193/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardsigmoid.cpp.o 2022-12-01T10:08:24.5793554Z [5193/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qnormalization.cpp.o 2022-12-01T10:08:24.5794713Z [5194/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmatmul.cpp.o 2022-12-01T10:08:24.6472726Z [5194/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qrelu.cpp.o 2022-12-01T10:08:24.6477344Z [5195/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear.cpp.o 2022-12-01T10:08:24.7891925Z [5195/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsigmoid.cpp.o 2022-12-01T10:08:24.7894691Z [5196/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qnormalization.cpp.o 2022-12-01T10:08:24.8687426Z [5196/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsoftmax.cpp.o 2022-12-01T10:08:24.8691863Z [5197/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp.o 2022-12-01T10:08:25.0114167Z [5197/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qtanh.cpp.o 2022-12-01T10:08:25.0123001Z [5198/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_prepack.cpp.o 2022-12-01T10:08:25.1217489Z [5198/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qthreshold.cpp.o 2022-12-01T10:08:25.1220719Z [5199/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmul.cpp.o 2022-12-01T10:08:25.7176691Z [5199/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/library.cpp.o 2022-12-01T10:08:25.7177982Z [5200/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsoftmax.cpp.o 2022-12-01T10:08:25.7433847Z [5200/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qconv_unpack.cpp.o 2022-12-01T10:08:25.7435366Z [5201/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qrelu.cpp.o 2022-12-01T10:08:25.7840745Z [5201/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qlinear_unpack.cpp.o 2022-12-01T10:08:25.7843949Z [5202/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsigmoid.cpp.o 2022-12-01T10:08:25.9596540Z [5202/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/LinearAlgebra.cpp.o 2022-12-01T10:08:25.9597836Z [5203/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qthreshold.cpp.o 2022-12-01T10:08:25.9767006Z [5203/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseBlasImpl.cpp.o 2022-12-01T10:08:25.9770445Z [5204/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/library.cpp.o 2022-12-01T10:08:26.0469369Z [5204/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseCsrLinearAlgebra.cpp.o 2022-12-01T10:08:26.0478813Z [5205/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qtanh.cpp.o 2022-12-01T10:08:26.4655639Z [5205/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SpectralOps.cpp.o 2022-12-01T10:08:26.4661486Z [5206/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseBlasImpl.cpp.o 2022-12-01T10:08:26.5734766Z [5206/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/BinaryOps.cpp.o 2022-12-01T10:08:26.5735658Z [5207/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/LinearAlgebra.cpp.o 2022-12-01T10:08:26.9798299Z [5207/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Conv.cpp.o 2022-12-01T10:08:26.9801392Z [5208/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qlinear_unpack.cpp.o 2022-12-01T10:08:26.9920794Z [5208/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/ConvPrepack.cpp.o 2022-12-01T10:08:26.9922142Z [5209/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SpectralOps.cpp.o 2022-12-01T10:08:27.0466178Z [5209/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Copy.cpp.o 2022-12-01T10:08:27.0467521Z [5210/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qconv_unpack.cpp.o 2022-12-01T10:08:27.4078009Z [5210/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Gelu.cpp.o 2022-12-01T10:08:27.4079567Z [5211/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/BinaryOps.cpp.o 2022-12-01T10:08:27.5336178Z [5211/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/IDeepRegistration.cpp.o 2022-12-01T10:08:27.5336885Z [5212/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseCsrLinearAlgebra.cpp.o 2022-12-01T10:08:27.6278991Z [5212/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Linear.cpp.o 2022-12-01T10:08:27.6283081Z [5213/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Conv.cpp.o 2022-12-01T10:08:27.9939471Z [5213/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNCommon.cpp.o 2022-12-01T10:08:27.9940577Z [5214/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Gelu.cpp.o 2022-12-01T10:08:28.0780352Z [5214/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNConversions.cpp.o 2022-12-01T10:08:28.0781720Z [5215/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Copy.cpp.o 2022-12-01T10:08:28.1586711Z [5215/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Matmul.cpp.o 2022-12-01T10:08:28.1588292Z [5216/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/ConvPrepack.cpp.o 2022-12-01T10:08:28.4481557Z [5216/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MkldnnTensorMath.cpp.o 2022-12-01T10:08:28.4491438Z [5217/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/IDeepRegistration.cpp.o 2022-12-01T10:08:28.6072022Z [5217/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Normalization.cpp.o 2022-12-01T10:08:28.6073399Z [5218/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Linear.cpp.o 2022-12-01T10:08:28.7526740Z [5218/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/OpContext.cpp.o 2022-12-01T10:08:28.7527856Z [5219/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNCommon.cpp.o 2022-12-01T10:08:28.8088667Z [5219/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Pooling.cpp.o 2022-12-01T10:08:28.8089564Z [5220/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNConversions.cpp.o 2022-12-01T10:08:29.0744789Z [5220/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Prelu.cpp.o 2022-12-01T10:08:29.0745597Z [5221/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Matmul.cpp.o 2022-12-01T10:08:29.2454424Z [5221/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/RegisterMkldnnOpContextClass.cpp.o 2022-12-01T10:08:29.2455080Z [5222/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MkldnnTensorMath.cpp.o 2022-12-01T10:08:29.5028847Z [5222/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Relu.cpp.o 2022-12-01T10:08:29.5030947Z [5223/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Normalization.cpp.o 2022-12-01T10:08:29.6415306Z [5223/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/SoftMax.cpp.o 2022-12-01T10:08:29.6419515Z [5224/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/OpContext.cpp.o 2022-12-01T10:08:29.9227046Z [5224/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorFactories.cpp.o 2022-12-01T10:08:29.9232084Z [5225/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Prelu.cpp.o 2022-12-01T10:08:29.9520647Z [5225/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorShape.cpp.o 2022-12-01T10:08:29.9526146Z [5226/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Pooling.cpp.o 2022-12-01T10:08:30.1984813Z [5226/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/UnaryOps.cpp.o 2022-12-01T10:08:30.2020490Z [5227/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/RegisterMkldnnOpContextClass.cpp.o 2022-12-01T10:08:30.2586891Z [5227/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Utils.cpp.o 2022-12-01T10:08:30.2588046Z [5228/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Relu.cpp.o 2022-12-01T10:08:30.4563203Z [5228/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/attention.cpp.o 2022-12-01T10:08:30.4567623Z [5229/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/SoftMax.cpp.o 2022-12-01T10:08:30.6737355Z [5229/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/transformer.cpp.o 2022-12-01T10:08:30.6740947Z [5230/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorFactories.cpp.o 2022-12-01T10:08:30.8793932Z [5230/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/utils/Factory.cpp.o 2022-12-01T10:08:30.8794461Z [5231/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorShape.cpp.o 2022-12-01T10:08:30.9495905Z [5231/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Activation.cpp.o 2022-12-01T10:08:30.9497379Z [5232/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/UnaryOps.cpp.o 2022-12-01T10:08:31.1113735Z [5232/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/AveragePooling.cpp.o 2022-12-01T10:08:31.1115198Z [5233/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Utils.cpp.o 2022-12-01T10:08:31.3056038Z [5233/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/ChannelShuffle.cpp.o 2022-12-01T10:08:31.3056896Z [5234/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/transformer.cpp.o 2022-12-01T10:08:31.3803978Z [5234/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Convolution.cpp.o 2022-12-01T10:08:31.3805336Z [5235/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/attention.cpp.o 2022-12-01T10:08:31.5582959Z [5235/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Init.cpp.o 2022-12-01T10:08:31.5585562Z [5236/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/utils/Factory.cpp.o 2022-12-01T10:08:31.8272250Z [5236/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Linear.cpp.o 2022-12-01T10:08:31.8273042Z [5237/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/AveragePooling.cpp.o 2022-12-01T10:08:31.8580112Z [5237/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/MaxPooling.cpp.o 2022-12-01T10:08:31.8580955Z [5238/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Activation.cpp.o 2022-12-01T10:08:32.0212662Z [5238/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/OpContext.cpp.o 2022-12-01T10:08:32.0214058Z [5239/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/ChannelShuffle.cpp.o 2022-12-01T10:08:32.2145532Z [5239/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/RegisterOpContextClass.cpp.o 2022-12-01T10:08:32.2147156Z [5240/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Convolution.cpp.o 2022-12-01T10:08:32.2680107Z [5240/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Shim.cpp.o 2022-12-01T10:08:32.2680937Z [5241/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Shim.cpp.o 2022-12-01T10:08:32.3280779Z [5241/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CompositeViewCopyKernels.cpp.o 2022-12-01T10:08:32.3281989Z [5242/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Init.cpp.o 2022-12-01T10:08:32.3633452Z [5242/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Functions.cpp.o 2022-12-01T10:08:32.3635393Z [5243/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Linear.cpp.o 2022-12-01T10:08:32.6995753Z [5243/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_0.cpp.o 2022-12-01T10:08:32.6996705Z [5244/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/OpContext.cpp.o 2022-12-01T10:08:32.8040769Z [5244/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_1.cpp.o 2022-12-01T10:08:32.8042139Z [5245/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/MaxPooling.cpp.o 2022-12-01T10:08:32.8210136Z [5245/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_2.cpp.o 2022-12-01T10:08:32.8211040Z [5246/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CompositeViewCopyKernels.cpp.o 2022-12-01T10:08:32.8503271Z [5246/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_3.cpp.o 2022-12-01T10:08:32.8504121Z [5247/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Functions.cpp.o 2022-12-01T10:08:32.9325272Z [5247/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_4.cpp.o 2022-12-01T10:08:32.9326384Z [5248/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/RegisterOpContextClass.cpp.o 2022-12-01T10:08:33.0007832Z [5248/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterBackendSelect.cpp.o 2022-12-01T10:08:33.0010501Z [5249/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_0.cpp.o 2022-12-01T10:08:33.1731795Z [5249/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCPU.cpp.o 2022-12-01T10:08:33.1733143Z [5250/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_1.cpp.o 2022-12-01T10:08:33.3136465Z [5250/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutograd.cpp.o 2022-12-01T10:08:33.3137392Z [5251/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_3.cpp.o 2022-12-01T10:08:33.3916615Z [5251/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp.o 2022-12-01T10:08:33.3917636Z [5252/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_2.cpp.o 2022-12-01T10:08:33.4172333Z [5252/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutograd.cpp.o 2022-12-01T10:08:33.4173380Z [5253/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterBackendSelect.cpp.o 2022-12-01T10:08:33.4521259Z [5253/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutogradNestedTensor.cpp.o 2022-12-01T10:08:33.4524263Z [5254/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_4.cpp.o 2022-12-01T10:08:33.5976874Z [5254/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_0.cpp.o 2022-12-01T10:08:33.5985064Z [5255/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCPU.cpp.o 2022-12-01T10:08:33.7240337Z [5255/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_1.cpp.o 2022-12-01T10:08:33.7247799Z [5256/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutograd.cpp.o 2022-12-01T10:08:33.8748990Z [5256/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_2.cpp.o 2022-12-01T10:08:33.8750003Z [5257/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutogradNestedTensor.cpp.o 2022-12-01T10:08:33.8981246Z [5257/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_3.cpp.o 2022-12-01T10:08:33.8986426Z [5258/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp.o 2022-12-01T10:08:34.0054158Z [5258/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMeta.cpp.o 2022-12-01T10:08:34.0063653Z [5259/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutograd.cpp.o 2022-12-01T10:08:34.0731047Z [5259/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMkldnnCPU.cpp.o 2022-12-01T10:08:34.0731944Z [5260/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_0.cpp.o 2022-12-01T10:08:34.1513716Z [5260/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorCPU.cpp.o 2022-12-01T10:08:34.1514701Z [5261/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_1.cpp.o 2022-12-01T10:08:34.2721386Z [5261/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorMeta.cpp.o 2022-12-01T10:08:34.2722263Z [5262/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_2.cpp.o 2022-12-01T10:08:34.4776132Z [5262/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterQuantizedCPU.cpp.o 2022-12-01T10:08:34.4780822Z [5263/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMeta.cpp.o 2022-12-01T10:08:34.4919851Z [5263/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterQuantizedMeta.cpp.o 2022-12-01T10:08:34.4920438Z [5264/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_3.cpp.o 2022-12-01T10:08:34.5143064Z [5264/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSchema.cpp.o 2022-12-01T10:08:34.5143900Z [5265/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMkldnnCPU.cpp.o 2022-12-01T10:08:34.5737481Z [5265/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCPU.cpp.o 2022-12-01T10:08:34.5738463Z [5266/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorMeta.cpp.o 2022-12-01T10:08:34.5911799Z [5266/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCsrCPU.cpp.o 2022-12-01T10:08:34.5912759Z [5267/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorCPU.cpp.o 2022-12-01T10:08:34.7688705Z [5267/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseMeta.cpp.o 2022-12-01T10:08:34.7689602Z [5268/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterQuantizedCPU.cpp.o 2022-12-01T10:08:34.9481039Z [5268/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterZeroTensor.cpp.o 2022-12-01T10:08:34.9481705Z [5269/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSchema.cpp.o 2022-12-01T10:08:34.9777083Z [5269/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPU_add.cpp.o 2022-12-01T10:08:34.9777992Z [5270/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterQuantizedMeta.cpp.o 2022-12-01T10:08:35.0136557Z [5270/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenOpList.cpp.o 2022-12-01T10:08:35.0137432Z [5271/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCsrCPU.cpp.o 2022-12-01T10:08:35.0596194Z [5271/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TensorMethods.cpp.o 2022-12-01T10:08:35.0597068Z [5272/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseMeta.cpp.o 2022-12-01T10:08:35.1369516Z [5272/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/QTensorImpl.cpp.o 2022-12-01T10:08:35.1370371Z [5273/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCPU.cpp.o 2022-12-01T10:08:35.1837467Z [5273/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/Quantizer.cpp.o 2022-12-01T10:08:35.1838358Z [5274/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterZeroTensor.cpp.o 2022-12-01T10:08:35.2221437Z [5274/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_bind.cpp.o 2022-12-01T10:08:35.2222245Z [5275/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenOpList.cpp.o 2022-12-01T10:08:35.2995596Z [5275/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_model_loader.cpp.o 2022-12-01T10:08:35.2996468Z [5276/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPU_add.cpp.o 2022-12-01T10:08:35.4473038Z [5276/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_register.cpp.o 2022-12-01T10:08:35.4473905Z [5277/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/QTensorImpl.cpp.o 2022-12-01T10:08:35.4482319Z [5277/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_wrapper.cpp.o 2022-12-01T10:08:35.4483144Z [5278/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TensorMethods.cpp.o 2022-12-01T10:08:35.5569473Z [5278/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.DEFAULT.cpp.o 2022-12-01T10:08:35.5570722Z [5279/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_model_loader.cpp.o 2022-12-01T10:08:35.8140616Z [5279/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.DEFAULT.cpp.o 2022-12-01T10:08:35.8141613Z [5280/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_wrapper.cpp.o 2022-12-01T10:08:35.9340960Z [5280/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.DEFAULT.cpp.o 2022-12-01T10:08:35.9341912Z [5281/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.DEFAULT.cpp.o 2022-12-01T10:08:35.9595405Z [5281/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp.DEFAULT.cpp.o 2022-12-01T10:08:35.9597918Z [5282/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/Quantizer.cpp.o 2022-12-01T10:08:36.0647403Z [5282/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp.DEFAULT.cpp.o 2022-12-01T10:08:36.0648796Z [5283/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_bind.cpp.o 2022-12-01T10:08:36.2630691Z [5283/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:36.2637380Z [5284/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_register.cpp.o 2022-12-01T10:08:36.5740552Z [5284/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:36.5741493Z [5285/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.DEFAULT.cpp.o 2022-12-01T10:08:36.6659943Z [5285/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:36.6661001Z [5286/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.DEFAULT.cpp.o 2022-12-01T10:08:36.6868900Z [5286/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.DEFAULT.cpp.o 2022-12-01T10:08:36.6869858Z [5287/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:36.7945365Z [5287/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:36.7946904Z [5288/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp.DEFAULT.cpp.o 2022-12-01T10:08:36.8008927Z [5288/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:36.8010323Z [5289/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp.DEFAULT.cpp.o 2022-12-01T10:08:36.9756749Z [5289/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:36.9757792Z [5290/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:37.1232516Z [5290/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:37.1233470Z [5291/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:37.1425476Z [5291/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.DEFAULT.cpp.o 2022-12-01T10:08:37.1426355Z [5292/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:37.3621730Z [5292/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:37.3622747Z [5293/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:37.4786830Z [5293/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:37.4788172Z [5294/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:37.5213505Z [5294/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:37.5215919Z [5295/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.DEFAULT.cpp.o 2022-12-01T10:08:37.5722336Z [5295/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:37.5723988Z [5296/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:37.5964923Z [5296/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.DEFAULT.cpp.o 2022-12-01T10:08:37.5965902Z [5297/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.DEFAULT.cpp.o 2022-12-01T10:08:37.9465095Z [5297/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:37.9465732Z [5298/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:37.9784750Z [5298/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:37.9785515Z [5299/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:38.0339685Z [5299/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:38.0340417Z [5300/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:38.0644374Z [5300/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:38.0645334Z [5301/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:38.0765911Z [5301/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:38.0766855Z [5302/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:38.1122843Z [5302/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:38.1124312Z [5303/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.DEFAULT.cpp.o 2022-12-01T10:08:38.4377590Z [5303/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:38.4378997Z [5304/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:38.4390309Z [5304/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:38.4391313Z [5305/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:38.5302253Z [5305/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:38.5303325Z [5306/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:38.6273577Z [5306/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:38.6274216Z [5307/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:38.6313394Z [5307/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:38.6315173Z [5308/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:38.7180745Z [5308/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:38.7188733Z [5309/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:38.9424902Z [5309/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.DEFAULT.cpp.o 2022-12-01T10:08:38.9427867Z [5310/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:38.9577047Z [5310/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:38.9579635Z [5311/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:38.9922092Z [5311/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:38.9924258Z [5312/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:39.1679077Z [5312/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:39.1680350Z [5313/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:39.2301240Z [5313/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:39.2302245Z [5314/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:39.2316623Z [5314/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:39.2320094Z [5315/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.DEFAULT.cpp.o 2022-12-01T10:08:39.4148859Z [5315/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:39.4149830Z [5316/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:39.4578636Z [5316/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:39.4580989Z [5317/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:39.5248190Z [5317/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:39.5249273Z [5318/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:39.6911779Z [5318/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.DEFAULT.cpp.o 2022-12-01T10:08:39.6912715Z [5319/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:39.7190257Z [5319/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:39.7191430Z [5320/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:39.7331512Z [5320/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:39.7332254Z [5321/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:39.8115346Z [5321/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:39.8116474Z [5322/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:39.9202778Z [5322/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:39.9203323Z [5323/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:40.1833268Z [5323/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:40.1833912Z [5324/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:40.3775386Z [5324/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:40.3776282Z [5325/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:40.5229372Z [5325/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:40.5230010Z [5326/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:40.5933117Z [5326/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:40.5933982Z [5327/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.DEFAULT.cpp.o 2022-12-01T10:08:40.6163331Z [5327/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:40.6167075Z [5328/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:40.6785285Z [5328/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:40.6786373Z [5329/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:40.7675449Z [5329/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:40.7676713Z [5330/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:40.8897281Z [5330/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:40.8898034Z [5331/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:40.9071601Z [5331/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.DEFAULT.cpp.o 2022-12-01T10:08:40.9077056Z [5332/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:41.1424992Z [5332/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mkl/SparseBlas.cpp.o 2022-12-01T10:08:41.1425896Z [5333/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:41.1551882Z [5333/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/vulkan/Context.cpp.o 2022-12-01T10:08:41.1552776Z [5334/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:41.2464138Z [5334/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/metal/Context.cpp.o 2022-12-01T10:08:41.2465976Z [5335/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mkl/SparseBlas.cpp.o 2022-12-01T10:08:41.2679530Z [5335/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/common.cc.o 2022-12-01T10:08:41.2680198Z [5336/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:41.3548397Z [5336/6342] Building C object caffe2/CMakeFiles/torch_cpu.dir/__/third_party/miniz-2.1.0/miniz.c.o 2022-12-01T10:08:41.3549285Z [5337/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.DEFAULT.cpp.o 2022-12-01T10:08:41.3786633Z [5337/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/inline_container.cc.o 2022-12-01T10:08:41.3787243Z [5338/6342] Building C object caffe2/CMakeFiles/torch_cpu.dir/__/third_party/miniz-2.1.0/miniz.c.o 2022-12-01T10:08:41.3788168Z /var/lib/jenkins/workspace/third_party/miniz-2.1.0/miniz.c:3157:9: note: #pragma message: Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files. 2022-12-01T10:08:41.3789263Z #pragma message("Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files.") 2022-12-01T10:08:41.3789833Z ^~~~~~~ 2022-12-01T10:08:41.3789986Z 2022-12-01T10:08:41.4135367Z [5338/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/istream_adapter.cc.o 2022-12-01T10:08:41.4136585Z [5339/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.DEFAULT.cpp.o 2022-12-01T10:08:41.5239172Z [5339/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/file_adapter.cc.o 2022-12-01T10:08:41.5240180Z [5340/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/common.cc.o 2022-12-01T10:08:41.5331177Z [5340/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/crc.cc.o 2022-12-01T10:08:41.5331669Z [5341/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/vulkan/Context.cpp.o 2022-12-01T10:08:41.5430459Z [5341/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/read_adapter_interface.cc.o 2022-12-01T10:08:41.5431273Z [5342/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/metal/Context.cpp.o 2022-12-01T10:08:41.6220485Z [5342/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/string_utils.cc.o 2022-12-01T10:08:41.6221217Z [5343/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/istream_adapter.cc.o 2022-12-01T10:08:41.6357992Z [5343/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/ThreadPool.cc.o 2022-12-01T10:08:41.6358502Z [5344/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/read_adapter_interface.cc.o 2022-12-01T10:08:41.7178986Z [5344/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/pthreadpool-cpp.cc.o 2022-12-01T10:08:41.7179570Z [5345/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/inline_container.cc.o 2022-12-01T10:08:41.7203335Z [5345/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/thread_pool_guard.cpp.o 2022-12-01T10:08:41.7204093Z [5346/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/file_adapter.cc.o 2022-12-01T10:08:41.7700007Z [5346/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/proto_wrap.cc.o 2022-12-01T10:08:41.7700487Z [5347/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/crc.cc.o 2022-12-01T10:08:41.7871279Z [5347/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/LlgaTensorImpl.cpp.o 2022-12-01T10:08:41.7871836Z [5348/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/string_utils.cc.o 2022-12-01T10:08:41.7944198Z [5348/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_fuser.cpp.o 2022-12-01T10:08:41.7945252Z [5349/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/thread_pool_guard.cpp.o 2022-12-01T10:08:41.8885538Z [5349/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_rewriter.cpp.o 2022-12-01T10:08:41.8886140Z [5350/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/pthreadpool-cpp.cc.o 2022-12-01T10:08:41.9315859Z [5350/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_helper.cpp.o 2022-12-01T10:08:41.9316619Z [5351/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/ThreadPool.cc.o 2022-12-01T10:08:42.1055982Z [5351/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/register_interface.cpp.o 2022-12-01T10:08:42.1056784Z [5352/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/proto_wrap.cc.o 2022-12-01T10:08:42.5787467Z [5352/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/interface.cpp.o 2022-12-01T10:08:42.5791774Z [5353/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/LlgaTensorImpl.cpp.o 2022-12-01T10:08:42.7746363Z [5353/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/kernel.cpp.o 2022-12-01T10:08:42.7750183Z [5354/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_fuser.cpp.o 2022-12-01T10:08:42.8763936Z [5354/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/defer_size_check.cpp.o 2022-12-01T10:08:42.8765669Z [5355/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_rewriter.cpp.o 2022-12-01T10:08:42.9745911Z [5355/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/layout_propagation.cpp.o 2022-12-01T10:08:42.9749226Z [5356/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_helper.cpp.o 2022-12-01T10:08:43.0027964Z [5356/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/prepare_binary.cpp.o 2022-12-01T10:08:43.0031920Z [5357/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/register_interface.cpp.o 2022-12-01T10:08:43.1030571Z [5357/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/guard_shape.cpp.o 2022-12-01T10:08:43.1031528Z [5358/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/interface.cpp.o 2022-12-01T10:08:43.1032378Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp: In function ‘torch::jit::Operation torch::jit::createLlgaKernel(const torch::jit::Node*)’: 2022-12-01T10:08:43.1033753Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp:97:3: warning: ‘torch::jit::Operation::Operation(F&&) [with F = torch::jit::createLlgaKernel(const torch::jit::Node*)::; typename std::enable_if*)>, F&&>::value, int>::type = 0]’ is deprecated: Please use void(Stack&) to register operator instead. [-Wdeprecated-declarations] 2022-12-01T10:08:43.1036980Z }; 2022-12-01T10:08:43.1037873Z ^ 2022-12-01T10:08:43.1038638Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/boxing/KernelFunction.h:5:0, 2022-12-01T10:08:43.1039690Z from /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:4, 2022-12-01T10:08:43.1048574Z from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6, 2022-12-01T10:08:43.1049848Z from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7, 2022-12-01T10:08:43.1051136Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/defer_size_check.h:3, 2022-12-01T10:08:43.1052241Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp:2: 2022-12-01T10:08:43.1053362Z /var/lib/jenkins/workspace/aten/src/ATen/core/stack.h:25:3: note: declared here 2022-12-01T10:08:43.1057064Z Operation(F&& raw): op_([raw = std::forward(raw)](Stack& stack) { 2022-12-01T10:08:43.1057933Z ^~~~~~~~~ 2022-12-01T10:08:43.1059091Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp: In function ‘torch::jit::Operation torch::jit::createLlgaGuardKernel(const torch::jit::Node*)’: 2022-12-01T10:08:43.1061368Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp:162:3: warning: ‘torch::jit::Operation::Operation(F&&) [with F = torch::jit::createLlgaGuardKernel(const torch::jit::Node*)::; typename std::enable_if*)>, F&&>::value, int>::type = 0]’ is deprecated: Please use void(Stack&) to register operator instead. [-Wdeprecated-declarations] 2022-12-01T10:08:43.1062659Z }; 2022-12-01T10:08:43.1063003Z ^ 2022-12-01T10:08:43.1063658Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/boxing/KernelFunction.h:5:0, 2022-12-01T10:08:43.1064443Z from /var/lib/jenkins/workspace/aten/src/ATen/core/dispatch/Dispatcher.h:4, 2022-12-01T10:08:43.1065178Z from /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h:6, 2022-12-01T10:08:43.1065862Z from /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h:7, 2022-12-01T10:08:43.1066612Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/defer_size_check.h:3, 2022-12-01T10:08:43.1067391Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp:2: 2022-12-01T10:08:43.1068166Z /var/lib/jenkins/workspace/aten/src/ATen/core/stack.h:25:3: note: declared here 2022-12-01T10:08:43.1118899Z Operation(F&& raw): op_([raw = std::forward(raw)](Stack& stack) { 2022-12-01T10:08:43.1119528Z ^~~~~~~~~ 2022-12-01T10:08:43.1119736Z 2022-12-01T10:08:43.2042595Z [5358/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/Functions.cpp.o 2022-12-01T10:08:43.2043176Z [5359/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/defer_size_check.cpp.o 2022-12-01T10:08:43.4404214Z [5359/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_0.cpp.o 2022-12-01T10:08:43.4405208Z [5360/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/prepare_binary.cpp.o 2022-12-01T10:08:43.4649817Z [5360/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_1.cpp.o 2022-12-01T10:08:43.4651308Z [5361/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/guard_shape.cpp.o 2022-12-01T10:08:43.5655571Z [5361/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_2.cpp.o 2022-12-01T10:08:43.5656656Z [5362/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/kernel.cpp.o 2022-12-01T10:08:43.9119811Z [5362/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_3.cpp.o 2022-12-01T10:08:43.9131255Z [5363/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/layout_propagation.cpp.o 2022-12-01T10:08:44.4144459Z [5363/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_4.cpp.o 2022-12-01T10:08:44.4145349Z [5364/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_0.cpp.o 2022-12-01T10:08:44.6297033Z [5364/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_0.cpp.o 2022-12-01T10:08:44.6297868Z [5365/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_2.cpp.o 2022-12-01T10:08:44.7020689Z [5365/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_1.cpp.o 2022-12-01T10:08:44.7021649Z [5366/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_1.cpp.o 2022-12-01T10:08:44.7139415Z [5366/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_2.cpp.o 2022-12-01T10:08:44.7140359Z [5367/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_3.cpp.o 2022-12-01T10:08:45.0235759Z [5367/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_3.cpp.o 2022-12-01T10:08:45.0238220Z [5368/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_0.cpp.o 2022-12-01T10:08:45.0714753Z [5368/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_4.cpp.o 2022-12-01T10:08:45.0715646Z [5369/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_4.cpp.o 2022-12-01T10:08:45.1779788Z [5369/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp.o 2022-12-01T10:08:45.1787135Z [5370/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_1.cpp.o 2022-12-01T10:08:45.2911541Z [5370/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp.o 2022-12-01T10:08:45.2918765Z [5371/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_2.cpp.o 2022-12-01T10:08:45.3048334Z [5371/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/LazyNativeFunctions.cpp.o 2022-12-01T10:08:45.3055127Z [5372/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_3.cpp.o 2022-12-01T10:08:45.4402754Z [5372/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/RegisterAutogradLazy.cpp.o 2022-12-01T10:08:45.4409869Z [5373/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_4.cpp.o 2022-12-01T10:08:45.6176178Z [5373/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/RegisterLazy.cpp.o 2022-12-01T10:08:45.6177048Z [5374/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp.o 2022-12-01T10:08:45.6878923Z [5374/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/anomaly_mode.cpp.o 2022-12-01T10:08:45.6879941Z [5375/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp.o 2022-12-01T10:08:45.7585024Z [5375/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd.cpp.o 2022-12-01T10:08:45.7585913Z [5376/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/RegisterAutogradLazy.cpp.o 2022-12-01T10:08:45.9149596Z [5376/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_meta.cpp.o 2022-12-01T10:08:45.9150638Z [5377/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/RegisterLazy.cpp.o 2022-12-01T10:08:46.0681417Z [5377/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_not_implemented_fallback.cpp.o 2022-12-01T10:08:46.0682396Z [5378/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd.cpp.o 2022-12-01T10:08:46.1118327Z [5378/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/cpp_hook.cpp.o 2022-12-01T10:08:46.1119205Z [5379/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/anomaly_mode.cpp.o 2022-12-01T10:08:46.1758808Z [5379/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/custom_function.cpp.o 2022-12-01T10:08:46.1759792Z [5380/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_meta.cpp.o 2022-12-01T10:08:46.3701635Z [5380/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/engine.cpp.o 2022-12-01T10:08:46.3705280Z [5381/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_not_implemented_fallback.cpp.o 2022-12-01T10:08:46.4457993Z [5381/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/forward_grad.cpp.o 2022-12-01T10:08:46.4459749Z [5382/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/LazyNativeFunctions.cpp.o 2022-12-01T10:08:46.4862841Z [5382/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/function.cpp.o 2022-12-01T10:08:46.4866955Z [5383/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/cpp_hook.cpp.o 2022-12-01T10:08:46.5961765Z [5383/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/function_hook.cpp.o 2022-12-01T10:08:46.5962658Z [5384/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/custom_function.cpp.o 2022-12-01T10:08:46.6651065Z [5384/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/accumulate_grad.cpp.o 2022-12-01T10:08:46.6653593Z [5385/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/engine.cpp.o 2022-12-01T10:08:46.7380228Z [5385/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/basic_ops.cpp.o 2022-12-01T10:08:46.7387657Z [5386/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/forward_grad.cpp.o 2022-12-01T10:08:46.8718007Z [5386/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/tensor.cpp.o 2022-12-01T10:08:46.8720260Z [5387/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/function_hook.cpp.o 2022-12-01T10:08:47.0201145Z [5387/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/utils.cpp.o 2022-12-01T10:08:47.0201949Z [5388/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/accumulate_grad.cpp.o 2022-12-01T10:08:47.1996997Z [5388/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/input_buffer.cpp.o 2022-12-01T10:08:47.2006611Z [5389/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/function.cpp.o 2022-12-01T10:08:47.3341623Z [5389/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/jit_decomp_interface.cpp.o 2022-12-01T10:08:47.3342424Z [5390/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/utils.cpp.o 2022-12-01T10:08:47.5093847Z [5390/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_kineto.cpp.o 2022-12-01T10:08:47.5094776Z [5391/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/input_buffer.cpp.o 2022-12-01T10:08:47.5829568Z [5391/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_legacy.cpp.o 2022-12-01T10:08:47.5830781Z [5392/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/tensor.cpp.o 2022-12-01T10:08:47.6291831Z [5392/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/record_function_ops.cpp.o 2022-12-01T10:08:47.6292714Z [5393/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/jit_decomp_interface.cpp.o 2022-12-01T10:08:47.6469846Z [5393/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/saved_variable.cpp.o 2022-12-01T10:08:47.6470806Z [5394/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/basic_ops.cpp.o 2022-12-01T10:08:47.8804997Z [5394/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/utils/warnings.cpp.o 2022-12-01T10:08:47.8805646Z [5395/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_kineto.cpp.o 2022-12-01T10:08:47.9511304Z [5395/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/variable.cpp.o 2022-12-01T10:08:47.9512053Z [5396/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/utils/warnings.cpp.o 2022-12-01T10:08:48.0542362Z [5396/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/function_impl.cpp.o 2022-12-01T10:08:48.0543211Z [5397/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_legacy.cpp.o 2022-12-01T10:08:48.0939545Z [5397/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/module.cpp.o 2022-12-01T10:08:48.0940432Z [5398/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/saved_variable.cpp.o 2022-12-01T10:08:48.4443882Z [5398/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/object.cpp.o 2022-12-01T10:08:48.4449205Z [5399/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/record_function_ops.cpp.o 2022-12-01T10:08:48.6096189Z [5399/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_handler.cpp.o 2022-12-01T10:08:48.6096999Z [5400/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/object.cpp.o 2022-12-01T10:08:48.6143085Z [5400/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_info.cpp.o 2022-12-01T10:08:48.6143570Z [5401/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/module.cpp.o 2022-12-01T10:08:48.8819895Z [5401/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_detail.cpp.o 2022-12-01T10:08:48.8821667Z [5402/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/variable.cpp.o 2022-12-01T10:08:48.9238694Z [5402/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_interface.cpp.o 2022-12-01T10:08:48.9239839Z [5403/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/function_impl.cpp.o 2022-12-01T10:08:48.9279799Z [5403/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_resolver.cpp.o 2022-12-01T10:08:48.9280858Z [5404/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_handler.cpp.o 2022-12-01T10:08:49.0376978Z [5404/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/codegen.cpp.o 2022-12-01T10:08:49.0377865Z [5405/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_detail.cpp.o 2022-12-01T10:08:49.0889764Z [5405/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/compiler.cpp.o 2022-12-01T10:08:49.0890901Z [5406/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_info.cpp.o 2022-12-01T10:08:49.2838095Z [5406/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/executor.cpp.o 2022-12-01T10:08:49.2839046Z [5407/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_interface.cpp.o 2022-12-01T10:08:49.3384468Z [5407/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/fallback.cpp.o 2022-12-01T10:08:49.3385430Z [5408/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_resolver.cpp.o 2022-12-01T10:08:49.8593303Z [5408/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/interface.cpp.o 2022-12-01T10:08:49.8596288Z [5409/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/codegen.cpp.o 2022-12-01T10:08:50.0617343Z [5409/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/kernel_cache.cpp.o 2022-12-01T10:08:50.0621708Z [5410/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/compiler.cpp.o 2022-12-01T10:08:50.1180182Z [5410/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/builtin_functions.cpp.o 2022-12-01T10:08:50.1186997Z [5411/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/executor.cpp.o 2022-12-01T10:08:50.2177418Z [5411/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/canonicalize_modified_loop.cpp.o 2022-12-01T10:08:50.2180757Z [5412/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/fallback.cpp.o 2022-12-01T10:08:50.3358153Z [5412/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/convert_to_ssa.cpp.o 2022-12-01T10:08:50.3359083Z [5413/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/interface.cpp.o 2022-12-01T10:08:50.5086973Z [5413/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/edit_distance.cpp.o 2022-12-01T10:08:50.5087867Z [5414/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/builtin_functions.cpp.o 2022-12-01T10:08:50.5636311Z [5414/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/exit_transforms.cpp.o 2022-12-01T10:08:50.5637236Z [5415/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/edit_distance.cpp.o 2022-12-01T10:08:50.6135702Z [5415/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/inline_loop_condition.cpp.o 2022-12-01T10:08:50.6136631Z [5416/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/canonicalize_modified_loop.cpp.o 2022-12-01T10:08:50.7468861Z [5416/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/ir_emitter.cpp.o 2022-12-01T10:08:50.7469774Z [5417/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/convert_to_ssa.cpp.o 2022-12-01T10:08:50.8405118Z [5417/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/name_mangler.cpp.o 2022-12-01T10:08:50.8411751Z [5418/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/kernel_cache.cpp.o 2022-12-01T10:08:50.9303543Z [5418/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/parser.cpp.o 2022-12-01T10:08:50.9304434Z [5419/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/exit_transforms.cpp.o 2022-12-01T10:08:51.0463806Z [5419/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_matching.cpp.o 2022-12-01T10:08:51.0464954Z [5420/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/inline_loop_condition.cpp.o 2022-12-01T10:08:51.0507006Z [5420/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/script_type_parser.cpp.o 2022-12-01T10:08:51.0507981Z [5421/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/name_mangler.cpp.o 2022-12-01T10:08:51.0867210Z [5421/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/sugared_value.cpp.o 2022-12-01T10:08:51.0867750Z [5422/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/ir_emitter.cpp.o 2022-12-01T10:08:51.1259034Z [5422/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/tracer.cpp.o 2022-12-01T10:08:51.1259945Z [5423/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/parser.cpp.o 2022-12-01T10:08:51.4350574Z [5423/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/versioned_symbols.cpp.o 2022-12-01T10:08:51.4351482Z [5424/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_matching.cpp.o 2022-12-01T10:08:51.5695860Z [5424/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/alias_analysis.cpp.o 2022-12-01T10:08:51.5696773Z [5425/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/sugared_value.cpp.o 2022-12-01T10:08:51.5747964Z [5425/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/attributes.cpp.o 2022-12-01T10:08:51.5748842Z [5426/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/script_type_parser.cpp.o 2022-12-01T10:08:51.6370741Z [5426/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/constants.cpp.o 2022-12-01T10:08:51.6371651Z [5427/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/versioned_symbols.cpp.o 2022-12-01T10:08:51.6456193Z [5427/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/ir.cpp.o 2022-12-01T10:08:51.6456686Z [5428/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/tracer.cpp.o 2022-12-01T10:08:51.9064190Z [5428/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/irparser.cpp.o 2022-12-01T10:08:51.9065229Z [5429/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/alias_analysis.cpp.o 2022-12-01T10:08:51.9954402Z [5429/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/node_hashing.cpp.o 2022-12-01T10:08:51.9961326Z [5430/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/constants.cpp.o 2022-12-01T10:08:52.0838414Z [5430/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/scope.cpp.o 2022-12-01T10:08:52.0839409Z [5431/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/attributes.cpp.o 2022-12-01T10:08:52.1276939Z [5431/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/subgraph_matcher.cpp.o 2022-12-01T10:08:52.1277645Z [5432/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/ir.cpp.o 2022-12-01T10:08:52.1735825Z [5432/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/type_hashing.cpp.o 2022-12-01T10:08:52.1739577Z [5433/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/irparser.cpp.o 2022-12-01T10:08:52.3242384Z [5433/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_log.cpp.o 2022-12-01T10:08:52.3243582Z [5434/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/node_hashing.cpp.o 2022-12-01T10:08:52.4300589Z [5434/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_opt_limit.cpp.o 2022-12-01T10:08:52.4302035Z [5435/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/scope.cpp.o 2022-12-01T10:08:52.5773505Z [5435/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/runtime_compatibility.cpp.o 2022-12-01T10:08:52.5774443Z [5436/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/type_hashing.cpp.o 2022-12-01T10:08:52.6323464Z [5436/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/aot_compiler.cpp.o 2022-12-01T10:08:52.6325476Z [5437/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/subgraph_matcher.cpp.o 2022-12-01T10:08:52.7098337Z [5437/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/backend.cpp.o 2022-12-01T10:08:52.7099634Z [5438/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_log.cpp.o 2022-12-01T10:08:52.8037660Z [5438/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/context.cpp.o 2022-12-01T10:08:52.8038848Z [5439/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_opt_limit.cpp.o 2022-12-01T10:08:52.8397097Z [5439/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/registry.cpp.o 2022-12-01T10:08:52.8398062Z [5440/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/runtime_compatibility.cpp.o 2022-12-01T10:08:53.0177032Z [5440/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/prim_ops_registery.cpp.o 2022-12-01T10:08:53.0177921Z [5441/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/registry.cpp.o 2022-12-01T10:08:53.0751224Z [5441/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/promoted_prim_ops.cpp.o 2022-12-01T10:08:53.0752081Z [5442/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/backend.cpp.o 2022-12-01T10:08:53.2807929Z [5442/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/register_ops_common_utils.cpp.o 2022-12-01T10:08:53.2813740Z [5443/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/prim_ops_registery.cpp.o 2022-12-01T10:08:53.4066964Z [5443/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/type_parser.cpp.o 2022-12-01T10:08:53.4067732Z [5444/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/context.cpp.o 2022-12-01T10:08:53.5459308Z [5444/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders.cpp.o 2022-12-01T10:08:53.5460267Z [5445/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/promoted_prim_ops.cpp.o 2022-12-01T10:08:53.6087522Z [5445/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders_entry.cpp.o 2022-12-01T10:08:53.6088548Z [5446/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/aot_compiler.cpp.o 2022-12-01T10:08:53.6124597Z [5446/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/utils.cpp.o 2022-12-01T10:08:53.6125530Z [5447/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/register_ops_common_utils.cpp.o 2022-12-01T10:08:53.7133922Z [5447/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/version_map.cpp.o 2022-12-01T10:08:53.7135565Z [5448/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/type_parser.cpp.o 2022-12-01T10:08:53.8180001Z [5448/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/add_if_then_else.cpp.o 2022-12-01T10:08:53.8181397Z [5449/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders.cpp.o 2022-12-01T10:08:53.8378910Z [5449/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/annotate_warns.cpp.o 2022-12-01T10:08:53.8380474Z [5450/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/version_map.cpp.o 2022-12-01T10:08:53.9505222Z [5450/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/bailout_graph.cpp.o 2022-12-01T10:08:53.9506030Z [5451/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/utils.cpp.o 2022-12-01T10:08:53.9777526Z [5451/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/batch_mm.cpp.o 2022-12-01T10:08:53.9778979Z [5452/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders_entry.cpp.o 2022-12-01T10:08:54.1389780Z [5452/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize.cpp.o 2022-12-01T10:08:54.1390789Z [5453/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/add_if_then_else.cpp.o 2022-12-01T10:08:54.3285116Z [5453/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.cpp.o 2022-12-01T10:08:54.3289103Z [5454/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/annotate_warns.cpp.o 2022-12-01T10:08:54.4932580Z [5454/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/check_strict_fusion.cpp.o 2022-12-01T10:08:54.4933518Z [5455/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize.cpp.o 2022-12-01T10:08:54.6319603Z [5455/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_profiling.cpp.o 2022-12-01T10:08:54.6321255Z [5456/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.cpp.o 2022-12-01T10:08:54.8446681Z [5456/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_undefinedness.cpp.o 2022-12-01T10:08:54.8448082Z [5457/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/check_strict_fusion.cpp.o 2022-12-01T10:08:54.8565780Z [5457/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/common_subexpression_elimination.cpp.o 2022-12-01T10:08:54.8567014Z [5458/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/bailout_graph.cpp.o 2022-12-01T10:08:54.8711630Z [5458/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/concat_opt.cpp.o 2022-12-01T10:08:54.8712982Z [5459/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/batch_mm.cpp.o 2022-12-01T10:08:55.3272448Z [5459/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_pooling.cpp.o 2022-12-01T10:08:55.3273326Z [5460/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_profiling.cpp.o 2022-12-01T10:08:55.3861918Z [5460/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_propagation.cpp.o 2022-12-01T10:08:55.3862799Z [5461/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/concat_opt.cpp.o 2022-12-01T10:08:55.4171457Z [5461/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_autodiff_subgraphs.cpp.o 2022-12-01T10:08:55.4172448Z [5462/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/common_subexpression_elimination.cpp.o 2022-12-01T10:08:55.4207174Z [5462/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_functional_graphs.cpp.o 2022-12-01T10:08:55.4208342Z [5463/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_pooling.cpp.o 2022-12-01T10:08:55.5239672Z [5463/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/cuda_graph_fuser.cpp.o 2022-12-01T10:08:55.5242340Z [5464/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_undefinedness.cpp.o 2022-12-01T10:08:55.7823056Z [5464/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dbr_quantization/remove_redundant_aliases.cpp.o 2022-12-01T10:08:55.7824052Z [5465/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_propagation.cpp.o 2022-12-01T10:08:55.9484755Z [5465/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dead_code_elimination.cpp.o 2022-12-01T10:08:55.9485708Z [5466/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_functional_graphs.cpp.o 2022-12-01T10:08:55.9762559Z [5466/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/decompose_ops.cpp.o 2022-12-01T10:08:55.9764011Z [5467/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dbr_quantization/remove_redundant_aliases.cpp.o 2022-12-01T10:08:56.2007809Z [5467/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/device_type_analysis.cpp.o 2022-12-01T10:08:56.2008576Z [5468/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dead_code_elimination.cpp.o 2022-12-01T10:08:56.4068713Z [5468/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dtype_analysis.cpp.o 2022-12-01T10:08:56.4069650Z [5469/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_autodiff_subgraphs.cpp.o 2022-12-01T10:08:56.4556895Z [5469/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/eliminate_no_ops.cpp.o 2022-12-01T10:08:56.4557923Z [5470/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/decompose_ops.cpp.o 2022-12-01T10:08:56.4753830Z [5470/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/erase_number_types.cpp.o 2022-12-01T10:08:56.4756788Z [5471/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/cuda_graph_fuser.cpp.o 2022-12-01T10:08:56.4995137Z [5471/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fixup_trace_scope_blocks.cpp.o 2022-12-01T10:08:56.4996544Z [5472/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/device_type_analysis.cpp.o 2022-12-01T10:08:56.6261558Z [5472/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fold_conv_bn.cpp.o 2022-12-01T10:08:56.6262811Z [5473/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dtype_analysis.cpp.o 2022-12-01T10:08:56.9094368Z [5473/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/freeze_module.cpp.o 2022-12-01T10:08:56.9101317Z [5474/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/eliminate_no_ops.cpp.o 2022-12-01T10:08:56.9768586Z [5474/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_concat_linear.cpp.o 2022-12-01T10:08:56.9769333Z [5475/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/erase_number_types.cpp.o 2022-12-01T10:08:56.9866882Z [5475/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.cpp.o 2022-12-01T10:08:56.9867815Z [5476/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fixup_trace_scope_blocks.cpp.o 2022-12-01T10:08:57.0461068Z [5476/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_folding.cpp.o 2022-12-01T10:08:57.0462182Z [5477/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fold_conv_bn.cpp.o 2022-12-01T10:08:57.4652547Z [5477/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_graph_optimizations.cpp.o 2022-12-01T10:08:57.4653524Z [5478/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_concat_linear.cpp.o 2022-12-01T10:08:57.4763345Z [5478/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_linear_transpose.cpp.o 2022-12-01T10:08:57.4763872Z [5479/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.cpp.o 2022-12-01T10:08:57.5131841Z [5479/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_ops_to_mkldnn.cpp.o 2022-12-01T10:08:57.5132369Z [5480/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_folding.cpp.o 2022-12-01T10:08:57.5319167Z [5480/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_linear.cpp.o 2022-12-01T10:08:57.5319869Z [5481/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_graph_optimizations.cpp.o 2022-12-01T10:08:57.5883226Z [5481/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_relu.cpp.o 2022-12-01T10:08:57.5885257Z [5482/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/freeze_module.cpp.o 2022-12-01T10:08:58.0182795Z [5482/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_fuser.cpp.o 2022-12-01T10:08:58.0183664Z [5483/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_relu.cpp.o 2022-12-01T10:08:58.0220288Z [5483/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_rewrite_helper.cpp.o 2022-12-01T10:08:58.0221135Z [5484/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_linear_transpose.cpp.o 2022-12-01T10:08:58.0231424Z [5484/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/guard_elimination.cpp.o 2022-12-01T10:08:58.0232207Z [5485/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_linear.cpp.o 2022-12-01T10:08:58.5074414Z [5485/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/hoist_conv_packed_params.cpp.o 2022-12-01T10:08:58.5075596Z [5486/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_rewrite_helper.cpp.o 2022-12-01T10:08:58.5588738Z [5486/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_autodiff_subgraphs.cpp.o 2022-12-01T10:08:58.5589652Z [5487/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/hoist_conv_packed_params.cpp.o 2022-12-01T10:08:58.6126711Z [5487/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_fork_wait.cpp.o 2022-12-01T10:08:58.6129037Z [5488/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_ops_to_mkldnn.cpp.o 2022-12-01T10:08:58.6954435Z [5488/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_forked_closures.cpp.o 2022-12-01T10:08:58.6955428Z [5489/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_fuser.cpp.o 2022-12-01T10:08:58.9434998Z [5489/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inliner.cpp.o 2022-12-01T10:08:58.9435936Z [5490/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/guard_elimination.cpp.o 2022-12-01T10:08:58.9872184Z [5490/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inplace_check.cpp.o 2022-12-01T10:08:58.9873903Z [5491/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_autodiff_subgraphs.cpp.o 2022-12-01T10:08:59.0581079Z [5491/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/insert_guards.cpp.o 2022-12-01T10:08:59.0582243Z [5492/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_fork_wait.cpp.o 2022-12-01T10:08:59.1355253Z [5492/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/integer_value_refinement.cpp.o 2022-12-01T10:08:59.1356610Z [5493/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_forked_closures.cpp.o 2022-12-01T10:08:59.1636867Z [5493/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lift_closures.cpp.o 2022-12-01T10:08:59.1638100Z [5494/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inliner.cpp.o 2022-12-01T10:08:59.4225853Z [5494/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/liveness.cpp.o 2022-12-01T10:08:59.4227068Z [5495/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inplace_check.cpp.o 2022-12-01T10:08:59.5208280Z [5495/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/loop_unrolling.cpp.o 2022-12-01T10:08:59.5215330Z [5496/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/integer_value_refinement.cpp.o 2022-12-01T10:08:59.6705235Z [5496/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_grad_of.cpp.o 2022-12-01T10:08:59.6706399Z [5497/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lift_closures.cpp.o 2022-12-01T10:08:59.8334734Z [5497/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_tuples.cpp.o 2022-12-01T10:08:59.8341780Z [5498/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/loop_unrolling.cpp.o 2022-12-01T10:08:59.9881063Z [5498/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/metal_rewrite.cpp.o 2022-12-01T10:08:59.9884646Z [5499/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/insert_guards.cpp.o 2022-12-01T10:09:00.0000976Z [5499/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/mkldnn_rewrite.cpp.o 2022-12-01T10:09:00.0003838Z [5500/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_grad_of.cpp.o 2022-12-01T10:09:00.1451975Z [5500/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/normalize_ops.cpp.o 2022-12-01T10:09:00.1453883Z [5501/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_tuples.cpp.o 2022-12-01T10:09:00.1964838Z [5501/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/pass_manager.cpp.o 2022-12-01T10:09:00.1965761Z [5502/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/liveness.cpp.o 2022-12-01T10:09:00.4841820Z [5502/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole.cpp.o 2022-12-01T10:09:00.4843026Z [5503/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/normalize_ops.cpp.o 2022-12-01T10:09:00.6422496Z [5503/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_alias_sensitive.cpp.o 2022-12-01T10:09:00.6423430Z [5504/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/pass_manager.cpp.o 2022-12-01T10:09:00.7406145Z [5504/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_dict_idioms.cpp.o 2022-12-01T10:09:00.7406860Z [5505/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole.cpp.o 2022-12-01T10:09:00.8761907Z [5505/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_list_idioms.cpp.o 2022-12-01T10:09:00.8762980Z [5506/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/metal_rewrite.cpp.o 2022-12-01T10:09:01.0005871Z [5506/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_non_tensor.cpp.o 2022-12-01T10:09:01.0006667Z [5507/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_alias_sensitive.cpp.o 2022-12-01T10:09:01.1587124Z [5507/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/prepack_folding.cpp.o 2022-12-01T10:09:01.1592433Z [5508/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_dict_idioms.cpp.o 2022-12-01T10:09:01.1726031Z [5508/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/dedup_module_uses.cpp.o 2022-12-01T10:09:01.1727001Z [5509/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/mkldnn_rewrite.cpp.o 2022-12-01T10:09:01.2489370Z [5509/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/finalize.cpp.o 2022-12-01T10:09:01.2492517Z [5510/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_list_idioms.cpp.o 2022-12-01T10:09:01.3934667Z [5510/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/fusion_passes.cpp.o 2022-12-01T10:09:01.3941417Z [5511/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_non_tensor.cpp.o 2022-12-01T10:09:01.4876202Z [5511/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/helper.cpp.o 2022-12-01T10:09:01.4877088Z [5512/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/prepack_folding.cpp.o 2022-12-01T10:09:01.6516786Z [5512/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_observers.cpp.o 2022-12-01T10:09:01.6517726Z [5513/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/dedup_module_uses.cpp.o 2022-12-01T10:09:01.8621186Z [5513/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_quant_dequant.cpp.o 2022-12-01T10:09:01.8622151Z [5514/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/fusion_passes.cpp.o 2022-12-01T10:09:01.9251178Z [5514/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/quantization_type.cpp.o 2022-12-01T10:09:01.9252074Z [5515/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/helper.cpp.o 2022-12-01T10:09:01.9405832Z [5515/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/register_packed_params.cpp.o 2022-12-01T10:09:01.9406457Z [5516/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_observers.cpp.o 2022-12-01T10:09:02.0240042Z [5516/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/refine_tuple_types.cpp.o 2022-12-01T10:09:02.0240957Z [5517/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/quantization_type.cpp.o 2022-12-01T10:09:02.2141315Z [5517/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_dropout.cpp.o 2022-12-01T10:09:02.2143289Z [5518/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/finalize.cpp.o 2022-12-01T10:09:02.2333952Z [5518/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_exceptions.cpp.o 2022-12-01T10:09:02.2335503Z [5519/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_quant_dequant.cpp.o 2022-12-01T10:09:02.3788787Z [5519/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_expands.cpp.o 2022-12-01T10:09:02.3789738Z [5520/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/refine_tuple_types.cpp.o 2022-12-01T10:09:02.5188959Z [5520/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_mutation.cpp.o 2022-12-01T10:09:02.5190225Z [5521/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_dropout.cpp.o 2022-12-01T10:09:02.6579294Z [5521/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_redundant_profiles.cpp.o 2022-12-01T10:09:02.6585939Z [5522/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_exceptions.cpp.o 2022-12-01T10:09:02.7593706Z [5522/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/replacement_of_old_operators.cpp.o 2022-12-01T10:09:02.7594611Z [5523/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_expands.cpp.o 2022-12-01T10:09:02.8274088Z [5523/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/requires_grad_analysis.cpp.o 2022-12-01T10:09:02.8274890Z [5524/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_mutation.cpp.o 2022-12-01T10:09:02.9051199Z [5524/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/restore_mutation.cpp.o 2022-12-01T10:09:02.9052155Z [5525/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/register_packed_params.cpp.o 2022-12-01T10:09:03.0350939Z [5525/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/shape_analysis.cpp.o 2022-12-01T10:09:03.0351936Z [5526/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_redundant_profiles.cpp.o 2022-12-01T10:09:03.1722203Z [5526/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/specialize_autogradzero.cpp.o 2022-12-01T10:09:03.1723178Z [5527/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/requires_grad_analysis.cpp.o 2022-12-01T10:09:03.1773128Z [5527/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/subgraph_rewrite.cpp.o 2022-12-01T10:09:03.1774080Z [5528/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/replacement_of_old_operators.cpp.o 2022-12-01T10:09:03.2989140Z [5528/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_analysis.cpp.o 2022-12-01T10:09:03.2989970Z [5529/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/restore_mutation.cpp.o 2022-12-01T10:09:03.4827569Z [5529/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_cache.cpp.o 2022-12-01T10:09:03.4828486Z [5530/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/shape_analysis.cpp.o 2022-12-01T10:09:03.5862925Z [5530/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.cpp.o 2022-12-01T10:09:03.5863843Z [5531/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/subgraph_rewrite.cpp.o 2022-12-01T10:09:03.6725995Z [5531/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/tensorexpr_fuser.cpp.o 2022-12-01T10:09:03.6726920Z [5532/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_analysis.cpp.o 2022-12-01T10:09:03.7672713Z [5532/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.cpp.o 2022-12-01T10:09:03.7673845Z [5533/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_cache.cpp.o 2022-12-01T10:09:04.0215605Z [5533/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/memory_dag.cpp.o 2022-12-01T10:09:04.0216148Z [5534/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/specialize_autogradzero.cpp.o 2022-12-01T10:09:04.0448324Z [5534/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/op_registry.cpp.o 2022-12-01T10:09:04.0449323Z [5535/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.cpp.o 2022-12-01T10:09:04.2717031Z [5535/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/optimization_utils.cpp.o 2022-12-01T10:09:04.2719022Z [5536/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/memory_dag.cpp.o 2022-12-01T10:09:04.4723498Z [5536/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/subgraph_utils.cpp.o 2022-12-01T10:09:04.4724370Z [5537/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/op_registry.cpp.o 2022-12-01T10:09:04.4939579Z [5537/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/value_refinement_utils.cpp.o 2022-12-01T10:09:04.4940348Z [5538/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.cpp.o 2022-12-01T10:09:04.5732536Z [5538/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/variadic_ops.cpp.o 2022-12-01T10:09:04.5733411Z [5539/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/optimization_utils.cpp.o 2022-12-01T10:09:04.6596167Z [5539/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/vulkan_rewrite.cpp.o 2022-12-01T10:09:04.6598555Z [5540/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/tensorexpr_fuser.cpp.o 2022-12-01T10:09:04.7175277Z [5540/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/xnnpack_rewrite.cpp.o 2022-12-01T10:09:04.7177542Z [5541/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/subgraph_utils.cpp.o 2022-12-01T10:09:04.8031143Z [5541/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/python/update_graph_executor_opt.cpp.o 2022-12-01T10:09:04.8032114Z [5542/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/python/update_graph_executor_opt.cpp.o 2022-12-01T10:09:04.9425743Z [5542/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/argument_spec.cpp.o 2022-12-01T10:09:04.9426708Z [5543/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/value_refinement_utils.cpp.o 2022-12-01T10:09:04.9705089Z [5543/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/autodiff.cpp.o 2022-12-01T10:09:04.9711444Z [5544/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/variadic_ops.cpp.o 2022-12-01T10:09:05.2566408Z [5544/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry.cpp.o 2022-12-01T10:09:05.2567336Z [5545/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/argument_spec.cpp.o 2022-12-01T10:09:05.4857308Z [5545/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry_util.cpp.o 2022-12-01T10:09:05.4863718Z [5546/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry.cpp.o 2022-12-01T10:09:05.6865837Z [5546/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/graph_executor.cpp.o 2022-12-01T10:09:05.6866956Z [5547/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/vulkan_rewrite.cpp.o 2022-12-01T10:09:05.7375787Z [5547/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/instruction.cpp.o 2022-12-01T10:09:05.7376678Z [5548/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/xnnpack_rewrite.cpp.o 2022-12-01T10:09:05.7385865Z [5548/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter.cpp.o 2022-12-01T10:09:05.7386736Z [5549/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry_util.cpp.o 2022-12-01T10:09:05.9446589Z [5549/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/frame.cpp.o 2022-12-01T10:09:05.9448286Z [5550/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/instruction.cpp.o 2022-12-01T10:09:05.9746579Z [5550/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/preprocess_graph.cpp.o 2022-12-01T10:09:05.9747542Z [5551/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/autodiff.cpp.o 2022-12-01T10:09:06.2310618Z [5551/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_exception.cpp.o 2022-12-01T10:09:06.2317809Z [5552/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_exception.cpp.o 2022-12-01T10:09:06.3817582Z [5552/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_trace.cpp.o 2022-12-01T10:09:06.3818599Z [5553/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/preprocess_graph.cpp.o 2022-12-01T10:09:06.5996291Z [5553/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/logging.cpp.o 2022-12-01T10:09:06.5997161Z [5554/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/logging.cpp.o 2022-12-01T10:09:06.6443580Z [5554/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/operator.cpp.o 2022-12-01T10:09:06.6445165Z [5555/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/graph_executor.cpp.o 2022-12-01T10:09:06.7070136Z [5555/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/print_handler.cpp.o 2022-12-01T10:09:06.7070969Z [5556/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/frame.cpp.o 2022-12-01T10:09:06.8547618Z [5556/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_graph_executor_impl.cpp.o 2022-12-01T10:09:06.8550576Z [5557/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/print_handler.cpp.o 2022-12-01T10:09:06.8881807Z [5557/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_record.cpp.o 2022-12-01T10:09:06.8883908Z [5558/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter.cpp.o 2022-12-01T10:09:07.1526853Z [5558/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_ops_utils.cpp.o 2022-12-01T10:09:07.1527749Z [5559/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_trace.cpp.o 2022-12-01T10:09:07.5323127Z [5559/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/script_profile.cpp.o 2022-12-01T10:09:07.5324350Z [5560/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/script_profile.cpp.o 2022-12-01T10:09:07.5695073Z [5560/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/serialized_shape_function_registry.cpp.o 2022-12-01T10:09:07.5696475Z [5561/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/operator.cpp.o 2022-12-01T10:09:07.7150580Z [5561/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/simple_graph_executor_impl.cpp.o 2022-12-01T10:09:07.7151984Z [5562/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_graph_executor_impl.cpp.o 2022-12-01T10:09:07.8518935Z [5562/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/slice_indices_adjust.cpp.o 2022-12-01T10:09:07.8520241Z [5563/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_record.cpp.o 2022-12-01T10:09:07.8895675Z [5563/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/fusion.cpp.o 2022-12-01T10:09:07.8896754Z [5564/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_ops_utils.cpp.o 2022-12-01T10:09:07.9397800Z [5564/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/generated_ops.cpp.o 2022-12-01T10:09:07.9398744Z [5565/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/slice_indices_adjust.cpp.o 2022-12-01T10:09:08.0238334Z [5565/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/impl.cpp.o 2022-12-01T10:09:08.0239504Z [5566/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/serialized_shape_function_registry.cpp.o 2022-12-01T10:09:08.3651701Z [5566/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/memory_planner.cpp.o 2022-12-01T10:09:08.3652637Z [5567/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/fusion.cpp.o 2022-12-01T10:09:08.4057540Z [5567/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/native_ops.cpp.o 2022-12-01T10:09:08.4058405Z [5568/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/impl.cpp.o 2022-12-01T10:09:08.5151100Z [5568/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/ops.cpp.o 2022-12-01T10:09:08.5153215Z [5569/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/memory_planner.cpp.o 2022-12-01T10:09:08.6209249Z [5569/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/passes.cpp.o 2022-12-01T10:09:08.6211728Z [5570/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/simple_graph_executor_impl.cpp.o 2022-12-01T10:09:09.0317165Z [5570/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/te_wrapper.cpp.o 2022-12-01T10:09:09.0317957Z [5571/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/passes.cpp.o 2022-12-01T10:09:09.4424666Z [5571/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_script.cpp.o 2022-12-01T10:09:09.4425483Z [5572/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_script.cpp.o 2022-12-01T10:09:09.5034091Z [5572/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry.cpp.o 2022-12-01T10:09:09.5035298Z [5573/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/generated_ops.cpp.o 2022-12-01T10:09:09.6066589Z [5573/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry_util.cpp.o 2022-12-01T10:09:09.6068064Z [5574/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/native_ops.cpp.o 2022-12-01T10:09:09.7836879Z [5574/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/vararg_functions.cpp.o 2022-12-01T10:09:09.7837788Z [5575/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/te_wrapper.cpp.o 2022-12-01T10:09:09.9265544Z [5575/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/callstack_debug_info_serialization.cpp.o 2022-12-01T10:09:09.9266583Z [5576/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry.cpp.o 2022-12-01T10:09:09.9412541Z [5576/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import.cpp.o 2022-12-01T10:09:09.9413297Z [5577/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry_util.cpp.o 2022-12-01T10:09:10.1948864Z [5577/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_export_helpers.cpp.o 2022-12-01T10:09:10.1950587Z [5578/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/ops.cpp.o 2022-12-01T10:09:10.2187816Z [5578/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_read.cpp.o 2022-12-01T10:09:10.2189426Z [5579/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/vararg_functions.cpp.o 2022-12-01T10:09:10.2246042Z [5579/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_source.cpp.o 2022-12-01T10:09:10.2247030Z [5580/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/callstack_debug_info_serialization.cpp.o 2022-12-01T10:09:10.3964474Z [5580/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickle.cpp.o 2022-12-01T10:09:10.3965715Z [5581/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_export_helpers.cpp.o 2022-12-01T10:09:10.6480926Z [5581/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickler.cpp.o 2022-12-01T10:09:10.6481470Z [5582/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickle.cpp.o 2022-12-01T10:09:10.7446322Z [5582/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/python_print.cpp.o 2022-12-01T10:09:10.7447141Z [5583/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_read.cpp.o 2022-12-01T10:09:10.7660511Z [5583/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/source_range_serialization.cpp.o 2022-12-01T10:09:10.7661459Z [5584/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_source.cpp.o 2022-12-01T10:09:10.9483228Z [5584/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/type_name_uniquer.cpp.o 2022-12-01T10:09:10.9484213Z [5585/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import.cpp.o 2022-12-01T10:09:11.1487710Z [5585/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/unpickler.cpp.o 2022-12-01T10:09:11.1488889Z [5586/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/python_print.cpp.o 2022-12-01T10:09:11.1953437Z [5586/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/block_codegen.cpp.o 2022-12-01T10:09:11.1954446Z [5587/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/type_name_uniquer.cpp.o 2022-12-01T10:09:11.2066114Z [5587/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_inference.cpp.o 2022-12-01T10:09:11.2067240Z [5588/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/source_range_serialization.cpp.o 2022-12-01T10:09:11.5149922Z [5588/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_overlap.cpp.o 2022-12-01T10:09:11.5151015Z [5589/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickler.cpp.o 2022-12-01T10:09:11.5876386Z [5589/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/codegen.cpp.o 2022-12-01T10:09:11.5877726Z [5590/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/Functions.cpp.o 2022-12-01T10:09:12.0075296Z [5590/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/cpp_codegen.cpp.o 2022-12-01T10:09:12.0080971Z [5591/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/block_codegen.cpp.o 2022-12-01T10:09:12.1227964Z [5591/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/eval.cpp.o 2022-12-01T10:09:12.1229173Z [5592/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_overlap.cpp.o 2022-12-01T10:09:12.1792572Z [5592/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/expr.cpp.o 2022-12-01T10:09:12.1794080Z [5593/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_inference.cpp.o 2022-12-01T10:09:12.2090609Z [5593/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions.cpp.o 2022-12-01T10:09:12.2093763Z [5594/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/unpickler.cpp.o 2022-12-01T10:09:12.4509779Z [5594/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_codegen.cpp.o 2022-12-01T10:09:12.4511321Z [5595/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/codegen.cpp.o 2022-12-01T10:09:12.5268833Z [5595/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_core.cpp.o 2022-12-01T10:09:12.5272843Z [5596/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/cpp_codegen.cpp.o 2022-12-01T10:09:12.7017569Z [5596/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_registry.cpp.o 2022-12-01T10:09:12.7018934Z [5597/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_registry.cpp.o 2022-12-01T10:09:12.8887872Z [5597/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/graph_opt.cpp.o 2022-12-01T10:09:12.8888716Z [5598/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/eval.cpp.o 2022-12-01T10:09:13.1337155Z [5598/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/hash_provider.cpp.o 2022-12-01T10:09:13.1338047Z [5599/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_codegen.cpp.o 2022-12-01T10:09:13.1455158Z [5599/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/intrinsic_symbols.cpp.o 2022-12-01T10:09:13.1458630Z [5600/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/expr.cpp.o 2022-12-01T10:09:13.2128588Z [5600/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir.cpp.o 2022-12-01T10:09:13.2129488Z [5601/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/intrinsic_symbols.cpp.o 2022-12-01T10:09:13.3093339Z [5601/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_cloner.cpp.o 2022-12-01T10:09:13.3094123Z [5602/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_core.cpp.o 2022-12-01T10:09:13.5869961Z [5602/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_mutator.cpp.o 2022-12-01T10:09:13.5871067Z [5603/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir.cpp.o 2022-12-01T10:09:13.6844165Z [5603/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_printer.cpp.o 2022-12-01T10:09:13.6845698Z [5604/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/graph_opt.cpp.o 2022-12-01T10:09:13.6957574Z [5604/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_simplifier.cpp.o 2022-12-01T10:09:13.6958538Z [5605/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions.cpp.o 2022-12-01T10:09:13.7519921Z [5605/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_verifier.cpp.o 2022-12-01T10:09:13.7520709Z [5606/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/hash_provider.cpp.o 2022-12-01T10:09:14.2842330Z [5606/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_visitor.cpp.o 2022-12-01T10:09:14.2845822Z [5607/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_mutator.cpp.o 2022-12-01T10:09:14.3132709Z [5607/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/kernel.cpp.o 2022-12-01T10:09:14.3136081Z [5608/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_cloner.cpp.o 2022-12-01T10:09:14.3680017Z [5608/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_codegen.cpp.o 2022-12-01T10:09:14.3680872Z [5609/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_codegen.cpp.o 2022-12-01T10:09:14.4669381Z [5609/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_jit.cpp.o 2022-12-01T10:09:14.4670799Z [5610/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_jit.cpp.o 2022-12-01T10:09:14.5152500Z [5610/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest.cpp.o 2022-12-01T10:09:14.5153428Z [5611/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_printer.cpp.o 2022-12-01T10:09:14.5623820Z [5611/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest_randomization.cpp.o 2022-12-01T10:09:14.5624702Z [5612/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_visitor.cpp.o 2022-12-01T10:09:14.5737325Z [5612/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/lowerings.cpp.o 2022-12-01T10:09:14.5741654Z [5613/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_verifier.cpp.o 2022-12-01T10:09:14.6620190Z [5613/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/mem_dependency_checker.cpp.o 2022-12-01T10:09:14.6620756Z [5614/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_simplifier.cpp.o 2022-12-01T10:09:15.4188996Z [5614/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/conv2d.cpp.o 2022-12-01T10:09:15.4190413Z [5615/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest.cpp.o 2022-12-01T10:09:15.4597449Z [5615/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/matmul.cpp.o 2022-12-01T10:09:15.4601177Z [5616/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/kernel.cpp.o 2022-12-01T10:09:15.4727094Z [5616/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/misc.cpp.o 2022-12-01T10:09:15.4730809Z [5617/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest_randomization.cpp.o 2022-12-01T10:09:15.5992183Z [5617/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/norm.cpp.o 2022-12-01T10:09:15.5993654Z [5618/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/mem_dependency_checker.cpp.o 2022-12-01T10:09:15.6898454Z [5618/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/pointwise.cpp.o 2022-12-01T10:09:15.6899906Z [5619/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/conv2d.cpp.o 2022-12-01T10:09:15.7433577Z [5619/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/quantization.cpp.o 2022-12-01T10:09:15.7435425Z [5620/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/lowerings.cpp.o 2022-12-01T10:09:16.4169295Z [5620/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/reduction.cpp.o 2022-12-01T10:09:16.4170564Z [5621/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/matmul.cpp.o 2022-12-01T10:09:16.5287835Z [5621/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/softmax.cpp.o 2022-12-01T10:09:16.5290197Z [5622/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/misc.cpp.o 2022-12-01T10:09:16.5555978Z [5622/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/reduction.cpp.o 2022-12-01T10:09:16.5557300Z [5623/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/norm.cpp.o 2022-12-01T10:09:16.7380605Z [5623/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/registerizer.cpp.o 2022-12-01T10:09:16.7381714Z [5624/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/quantization.cpp.o 2022-12-01T10:09:16.7489765Z [5624/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/tensor.cpp.o 2022-12-01T10:09:16.7491149Z [5625/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/pointwise.cpp.o 2022-12-01T10:09:16.7604118Z [5625/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/types.cpp.o 2022-12-01T10:09:16.7605748Z [5626/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/reduction.cpp.o 2022-12-01T10:09:16.9994816Z [5626/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/unique_name_manager.cpp.o 2022-12-01T10:09:16.9996211Z [5627/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/reduction.cpp.o 2022-12-01T10:09:17.0761500Z [5627/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/file_check.cpp.o 2022-12-01T10:09:17.0763716Z [5628/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/types.cpp.o 2022-12-01T10:09:17.1881124Z [5628/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/hooks_for_testing.cpp.o 2022-12-01T10:09:17.1881973Z [5629/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/unique_name_manager.cpp.o 2022-12-01T10:09:17.2192357Z [5629/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_device.cpp.o 2022-12-01T10:09:17.2193170Z [5630/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/tensor.cpp.o 2022-12-01T10:09:17.2859198Z [5630/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_interface.cpp.o 2022-12-01T10:09:17.2866942Z [5631/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/softmax.cpp.o 2022-12-01T10:09:17.4568395Z [5631/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/lowering_context.cpp.o 2022-12-01T10:09:17.4569392Z [5632/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/registerizer.cpp.o 2022-12-01T10:09:17.5275634Z [5632/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/config.cpp.o 2022-12-01T10:09:17.5276498Z [5633/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/file_check.cpp.o 2022-12-01T10:09:17.5391108Z [5633/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/debug_util.cpp.o 2022-12-01T10:09:17.5391969Z [5634/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/hooks_for_testing.cpp.o 2022-12-01T10:09:17.6997962Z [5634/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/hash.cpp.o 2022-12-01T10:09:17.6998819Z [5635/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/config.cpp.o 2022-12-01T10:09:17.7010045Z [5635/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/helpers.cpp.o 2022-12-01T10:09:17.7010574Z [5636/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_device.cpp.o 2022-12-01T10:09:17.7023312Z [5636/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir.cpp.o 2022-12-01T10:09:17.7024454Z [5637/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_interface.cpp.o 2022-12-01T10:09:17.7332498Z [5637/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_dump_util.cpp.o 2022-12-01T10:09:17.7333620Z [5638/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/lowering_context.cpp.o 2022-12-01T10:09:17.9412658Z [5638/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_metadata.cpp.o 2022-12-01T10:09:17.9413535Z [5639/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/hash.cpp.o 2022-12-01T10:09:18.0197354Z [5639/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_util.cpp.o 2022-12-01T10:09:18.0198168Z [5640/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/debug_util.cpp.o 2022-12-01T10:09:18.1548538Z [5640/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/lazy_graph_executor.cpp.o 2022-12-01T10:09:18.1549418Z [5641/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/helpers.cpp.o 2022-12-01T10:09:18.2160639Z [5641/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/lazy_view.cpp.o 2022-12-01T10:09:18.2161619Z [5642/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir.cpp.o 2022-12-01T10:09:18.2176392Z [5642/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/metrics.cpp.o 2022-12-01T10:09:18.2177376Z [5643/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_metadata.cpp.o 2022-12-01T10:09:18.2367638Z [5643/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/multi_wait.cpp.o 2022-12-01T10:09:18.2368509Z [5644/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_dump_util.cpp.o 2022-12-01T10:09:18.3955607Z [5644/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/arithmetic_ir_ops.cpp.o 2022-12-01T10:09:18.3956655Z [5645/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_util.cpp.o 2022-12-01T10:09:18.4472386Z [5645/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/utils.cpp.o 2022-12-01T10:09:18.4473418Z [5646/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/multi_wait.cpp.o 2022-12-01T10:09:18.5037631Z [5646/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/permutation_util.cpp.o 2022-12-01T10:09:18.5038536Z [5647/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/lazy_graph_executor.cpp.o 2022-12-01T10:09:18.5921880Z [5647/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape.cpp.o 2022-12-01T10:09:18.5922844Z [5648/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/lazy_view.cpp.o 2022-12-01T10:09:18.7117611Z [5648/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape_inference.cpp.o 2022-12-01T10:09:18.7118525Z [5649/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/metrics.cpp.o 2022-12-01T10:09:18.7129265Z [5649/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor.cpp.o 2022-12-01T10:09:18.7130843Z [5650/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/arithmetic_ir_ops.cpp.o 2022-12-01T10:09:18.7304627Z [5650/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_impl.cpp.o 2022-12-01T10:09:18.7311071Z [5651/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/permutation_util.cpp.o 2022-12-01T10:09:18.8915982Z [5651/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_util.cpp.o 2022-12-01T10:09:18.8922741Z [5652/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/utils.cpp.o 2022-12-01T10:09:18.9971721Z [5652/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/thread_pool.cpp.o 2022-12-01T10:09:18.9972589Z [5653/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape.cpp.o 2022-12-01T10:09:19.1751482Z [5653/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/trie.cpp.o 2022-12-01T10:09:19.1752473Z [5654/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_impl.cpp.o 2022-12-01T10:09:19.2018839Z [5654/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/counters.cpp.o 2022-12-01T10:09:19.2019398Z [5655/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/thread_pool.cpp.o 2022-12-01T10:09:19.2198713Z [5655/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/events.cpp.o 2022-12-01T10:09:19.2199655Z [5656/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor.cpp.o 2022-12-01T10:09:19.2541149Z [5656/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/api.cpp.o 2022-12-01T10:09:19.2541975Z [5657/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_util.cpp.o 2022-12-01T10:09:19.4544644Z [5657/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/collection.cpp.o 2022-12-01T10:09:19.4545443Z [5658/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/counters.cpp.o 2022-12-01T10:09:19.4550110Z [5658/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/execution_graph_observer.cpp.o 2022-12-01T10:09:19.4550816Z [5659/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/events.cpp.o 2022-12-01T10:09:19.4872534Z [5659/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/itt_observer.cpp.o 2022-12-01T10:09:19.4873338Z [5660/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/trie.cpp.o 2022-12-01T10:09:19.6052097Z [5660/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_client_interface.cpp.o 2022-12-01T10:09:19.6062942Z [5661/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape_inference.cpp.o 2022-12-01T10:09:19.7444762Z [5661/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_shim.cpp.o 2022-12-01T10:09:19.7445624Z [5662/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/api.cpp.o 2022-12-01T10:09:19.8759020Z [5662/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/nvtx_observer.cpp.o 2022-12-01T10:09:19.8765274Z [5663/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/collection.cpp.o 2022-12-01T10:09:20.0286616Z [5663/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/observer.cpp.o 2022-12-01T10:09:20.0287173Z [5664/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/itt_observer.cpp.o 2022-12-01T10:09:20.0383253Z [5664/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/python_tracer.cpp.o 2022-12-01T10:09:20.0384526Z [5665/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_client_interface.cpp.o 2022-12-01T10:09:20.0424665Z [5665/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/util.cpp.o 2022-12-01T10:09:20.0425523Z [5666/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_shim.cpp.o 2022-12-01T10:09:20.0906904Z [5666/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/cpp_stacktraces.cpp.o 2022-12-01T10:09:20.0909159Z [5667/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/execution_graph_observer.cpp.o 2022-12-01T10:09:20.2324978Z [5667/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/schema_info.cpp.o 2022-12-01T10:09:20.2326262Z [5668/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/nvtx_observer.cpp.o 2022-12-01T10:09:20.3072739Z [5668/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/tensor_flatten.cpp.o 2022-12-01T10:09:20.3073502Z [5669/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/cpp_stacktraces.cpp.o 2022-12-01T10:09:20.4028651Z [5669/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/variadic.cpp.o 2022-12-01T10:09:20.4030172Z [5670/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/observer.cpp.o 2022-12-01T10:09:20.5350114Z [5670/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/cuda/interface.cpp.o 2022-12-01T10:09:20.5356875Z [5671/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/schema_info.cpp.o 2022-12-01T10:09:20.6058312Z [5671/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/autocast.cpp.o 2022-12-01T10:09:20.6059153Z [5672/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/python_tracer.cpp.o 2022-12-01T10:09:20.6707027Z [5672/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_graph.cpp.o 2022-12-01T10:09:20.6712746Z [5673/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/util.cpp.o 2022-12-01T10:09:20.7338786Z [5673/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_inplace_ops.cpp.o 2022-12-01T10:09:20.7345853Z [5674/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/variadic.cpp.o 2022-12-01T10:09:21.0523547Z [5674/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/check_alias_annotation.cpp.o 2022-12-01T10:09:21.0524718Z [5675/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_inplace_ops.cpp.o 2022-12-01T10:09:21.1011515Z [5675/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_c10_ops.cpp.o 2022-12-01T10:09:21.1012396Z [5676/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_graph.cpp.o 2022-12-01T10:09:21.1538862Z [5676/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops.cpp.o 2022-12-01T10:09:21.1539839Z [5677/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/tensor_flatten.cpp.o 2022-12-01T10:09:21.2733793Z [5677/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops_fulljit.cpp.o 2022-12-01T10:09:21.2734768Z [5678/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/check_alias_annotation.cpp.o 2022-12-01T10:09:21.4531800Z [5678/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_special_ops.cpp.o 2022-12-01T10:09:21.4532794Z [5679/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/cuda/interface.cpp.o 2022-12-01T10:09:21.4869985Z [5679/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/dynamic_ir.cpp.o 2022-12-01T10:09:21.4870895Z [5680/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_c10_ops.cpp.o 2022-12-01T10:09:21.6061434Z [5680/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/config.cpp.o 2022-12-01T10:09:21.6062909Z [5681/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/autocast.cpp.o 2022-12-01T10:09:21.7001337Z [5681/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/device_data.cpp.o 2022-12-01T10:09:21.7002233Z [5682/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/config.cpp.o 2022-12-01T10:09:21.9530876Z [5682/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/random_ops.cpp.o 2022-12-01T10:09:21.9536503Z [5683/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/dynamic_ir.cpp.o 2022-12-01T10:09:22.1147829Z [5683/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/generic.cpp.o 2022-12-01T10:09:22.1148718Z [5684/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/device_data.cpp.o 2022-12-01T10:09:22.1864103Z [5684/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/tensor_aten_ops.cpp.o 2022-12-01T10:09:22.1864940Z [5685/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/random_ops.cpp.o 2022-12-01T10:09:22.2048893Z [5685/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_autograd_functions.cpp.o 2022-12-01T10:09:22.2050255Z [5686/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops.cpp.o 2022-12-01T10:09:22.3764132Z [5686/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_backend_impl.cpp.o 2022-12-01T10:09:22.3768634Z [5687/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops_fulljit.cpp.o 2022-12-01T10:09:22.4073353Z [5687/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_eager_fallback.cpp.o 2022-12-01T10:09:22.4074620Z [5688/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_special_ops.cpp.o 2022-12-01T10:09:22.4876795Z [5688/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_lowering_context.cpp.o 2022-12-01T10:09:22.4877939Z [5689/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/generic.cpp.o 2022-12-01T10:09:22.6104876Z [5689/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_native_functions.cpp.o 2022-12-01T10:09:22.6105816Z [5690/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/tensor_aten_ops.cpp.o 2022-12-01T10:09:22.7117763Z [5690/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_node.cpp.o 2022-12-01T10:09:22.7118602Z [5691/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_autograd_functions.cpp.o 2022-12-01T10:09:22.8718097Z [5691/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_node_lowering.cpp.o 2022-12-01T10:09:22.8719785Z [5692/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_backend_impl.cpp.o 2022-12-01T10:09:22.9148478Z [5692/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/function.cpp.o 2022-12-01T10:09:22.9154631Z [5693/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_lowering_context.cpp.o 2022-12-01T10:09:23.1060128Z [5693/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/import.cpp.o 2022-12-01T10:09:23.1062690Z [5694/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_eager_fallback.cpp.o 2022-12-01T10:09:23.1079176Z [5694/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/import_data.cpp.o 2022-12-01T10:09:23.1080531Z [5695/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_node.cpp.o 2022-12-01T10:09:23.3376329Z [5695/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/interpreter.cpp.o 2022-12-01T10:09:23.3382864Z [5696/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/function.cpp.o 2022-12-01T10:09:23.4928735Z [5696/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/model_compatibility.cpp.o 2022-12-01T10:09:23.4929626Z [5697/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/import.cpp.o 2022-12-01T10:09:23.5206736Z [5697/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/module.cpp.o 2022-12-01T10:09:23.5208438Z [5698/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_native_functions.cpp.o 2022-12-01T10:09:23.5483377Z [5698/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/flatbuffer_loader.cpp.o 2022-12-01T10:09:23.5486009Z [5699/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_node_lowering.cpp.o 2022-12-01T10:09:23.6714594Z [5699/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/observer.cpp.o 2022-12-01T10:09:23.6715497Z [5700/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/interpreter.cpp.o 2022-12-01T10:09:23.8206159Z [5700/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/parse_bytecode.cpp.o 2022-12-01T10:09:23.8207094Z [5701/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/observer.cpp.o 2022-12-01T10:09:23.8359846Z [5701/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/parse_operators.cpp.o 2022-12-01T10:09:23.8360877Z [5702/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/model_compatibility.cpp.o 2022-12-01T10:09:23.9047493Z [5702/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/quantization.cpp.o 2022-12-01T10:09:23.9048603Z [5703/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/import_data.cpp.o 2022-12-01T10:09:23.9198363Z [5703/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/export_data.cpp.o 2022-12-01T10:09:23.9199976Z [5704/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/module.cpp.o 2022-12-01T10:09:24.1072614Z [5704/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/optim/sgd.cpp.o 2022-12-01T10:09:24.1073940Z [5705/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/parse_bytecode.cpp.o 2022-12-01T10:09:24.2360347Z [5705/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/random.cpp.o 2022-12-01T10:09:24.2361891Z [5706/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/parse_operators.cpp.o 2022-12-01T10:09:24.3433222Z [5706/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/sequential.cpp.o 2022-12-01T10:09:24.3434606Z [5707/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/export_data.cpp.o 2022-12-01T10:09:24.3561617Z [5707/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/upgrader_mobile.cpp.o 2022-12-01T10:09:24.3566607Z [5708/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/quantization.cpp.o 2022-12-01T10:09:24.5948491Z [5708/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/debug_info.cpp.o 2022-12-01T10:09:24.5957725Z [5709/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/flatbuffer_loader.cpp.o 2022-12-01T10:09:24.7849083Z [5709/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/FunctionsManual.cpp.o 2022-12-01T10:09:24.7850475Z [5710/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/debug_info.cpp.o 2022-12-01T10:09:24.8014586Z [5710/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/out_types.cpp.o 2022-12-01T10:09:24.8015369Z [5711/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/upgrader_mobile.cpp.o 2022-12-01T10:09:25.0535668Z [5711/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/TraceTypeManual.cpp.o 2022-12-01T10:09:25.0536804Z [5712/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/random.cpp.o 2022-12-01T10:09:25.1385022Z [5712/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/VariableTypeManual.cpp.o 2022-12-01T10:09:25.1385953Z [5713/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/optim/sgd.cpp.o 2022-12-01T10:09:25.1964384Z [5713/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/itt_wrapper.cpp.o 2022-12-01T10:09:25.1965655Z [5714/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/sequential.cpp.o 2022-12-01T10:09:25.2165885Z [5714/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/itt.cpp.o 2022-12-01T10:09:25.2167130Z [5715/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/out_types.cpp.o 2022-12-01T10:09:25.3321901Z [5715/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/jit.cpp.o 2022-12-01T10:09:25.3322959Z [5716/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/TraceTypeManual.cpp.o 2022-12-01T10:09:25.5860677Z [5716/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/backport.cpp.o 2022-12-01T10:09:25.5861537Z [5717/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/itt_wrapper.cpp.o 2022-12-01T10:09:25.6198184Z [5717/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/backport_manager.cpp.o 2022-12-01T10:09:25.6200915Z [5718/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/FunctionsManual.cpp.o 2022-12-01T10:09:25.7160538Z [5718/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/onnx.cpp.o 2022-12-01T10:09:25.7161439Z [5719/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/jit.cpp.o 2022-12-01T10:09:25.7430089Z [5719/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export.cpp.o 2022-12-01T10:09:25.7430859Z [5720/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/itt.cpp.o 2022-12-01T10:09:25.7547777Z [5720/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export_bytecode.cpp.o 2022-12-01T10:09:25.7548716Z [5721/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/backport.cpp.o 2022-12-01T10:09:26.0600660Z [5721/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export_module.cpp.o 2022-12-01T10:09:26.0601685Z [5722/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/VariableTypeManual.cpp.o 2022-12-01T10:09:26.1062616Z [5722/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/flatbuffer_serializer.cpp.o 2022-12-01T10:09:26.1067842Z [5723/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/backport_manager.cpp.o 2022-12-01T10:09:26.2250061Z [5723/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/flatbuffer_serializer_jit.cpp.o 2022-12-01T10:09:26.2251038Z [5724/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export_bytecode.cpp.o 2022-12-01T10:09:26.2293835Z [5724/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/cpu/fused_kernel.cpp.o 2022-12-01T10:09:26.2295035Z [5725/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/onnx.cpp.o 2022-12-01T10:09:26.6613167Z [5725/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/module_save.cpp.o 2022-12-01T10:09:26.6614583Z [5726/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/flatbuffer_serializer_jit.cpp.o 2022-12-01T10:09:26.7883738Z [5726/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/byte_order.cpp.o 2022-12-01T10:09:26.7884525Z [5727/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/module_save.cpp.o 2022-12-01T10:09:26.8542145Z [5727/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Backend.cpp.o 2022-12-01T10:09:26.8543466Z [5728/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export_module.cpp.o 2022-12-01T10:09:26.8894011Z [5728/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/FileStore.cpp.o 2022-12-01T10:09:26.8895005Z [5729/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/byte_order.cpp.o 2022-12-01T10:09:26.9703764Z [5729/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/GlooDeviceFactory.cpp.o 2022-12-01T10:09:26.9705192Z [5730/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export.cpp.o 2022-12-01T10:09:27.0864094Z [5730/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Ops.cpp.o 2022-12-01T10:09:27.0866992Z [5731/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/flatbuffer_serializer.cpp.o 2022-12-01T10:09:27.2192091Z [5731/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/OpsImpl.cpp.o 2022-12-01T10:09:27.2193881Z [5732/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/cpu/fused_kernel.cpp.o 2022-12-01T10:09:27.2304035Z [5732/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ParamCommsUtils.cpp.o 2022-12-01T10:09:27.2305563Z [5733/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/GlooDeviceFactory.cpp.o 2022-12-01T10:09:27.3138116Z [5733/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/PrefixStore.cpp.o 2022-12-01T10:09:27.3138978Z [5734/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/FileStore.cpp.o 2022-12-01T10:09:27.6785091Z [5734/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroup.cpp.o 2022-12-01T10:09:27.6787319Z [5735/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ParamCommsUtils.cpp.o 2022-12-01T10:09:27.6967563Z [5735/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupGloo.cpp.o 2022-12-01T10:09:27.6969279Z [5736/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Backend.cpp.o 2022-12-01T10:09:27.7017650Z [5736/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupMPI.cpp.o 2022-12-01T10:09:27.7018205Z [5737/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/PrefixStore.cpp.o 2022-12-01T10:09:27.7621705Z [5737/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupWrapper.cpp.o 2022-12-01T10:09:27.7623071Z [5738/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupMPI.cpp.o 2022-12-01T10:09:27.9966846Z [5738/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Store.cpp.o 2022-12-01T10:09:27.9970204Z [5739/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Ops.cpp.o 2022-12-01T10:09:28.0214340Z [5739/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/TCPStore.cpp.o 2022-12-01T10:09:28.0215176Z [5740/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/OpsImpl.cpp.o 2022-12-01T10:09:28.1961572Z [5740/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Utils.cpp.o 2022-12-01T10:09:28.1962760Z [5741/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroup.cpp.o 2022-12-01T10:09:28.2055575Z [5741/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/comm.cpp.o 2022-12-01T10:09:28.2056423Z [5742/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Store.cpp.o 2022-12-01T10:09:28.5760995Z [5742/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/debug.cpp.o 2022-12-01T10:09:28.5762824Z [5743/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/debug.cpp.o 2022-12-01T10:09:28.7379708Z [5743/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/default_comm_hooks.cpp.o 2022-12-01T10:09:28.7380699Z [5744/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupWrapper.cpp.o 2022-12-01T10:09:28.8071789Z [5744/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/exception.cpp.o 2022-12-01T10:09:28.8073633Z [5745/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupGloo.cpp.o 2022-12-01T10:09:28.8722179Z [5745/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/logger.cpp.o 2022-12-01T10:09:28.8726160Z [5746/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Utils.cpp.o 2022-12-01T10:09:28.8994790Z [5746/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/logging.cpp.o 2022-12-01T10:09:28.8995830Z [5747/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/exception.cpp.o 2022-12-01T10:09:28.9643021Z [5747/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/quantization/quantization.cpp.o 2022-12-01T10:09:28.9647394Z [5748/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/TCPStore.cpp.o 2022-12-01T10:09:29.2152786Z [5748/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/reducer.cpp.o 2022-12-01T10:09:29.2153636Z [5749/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/logging.cpp.o 2022-12-01T10:09:29.4089932Z [5749/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/sequence_num.cpp.o 2022-12-01T10:09:29.4090789Z [5750/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/comm.cpp.o 2022-12-01T10:09:29.6166820Z [5750/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/socket.cpp.o 2022-12-01T10:09:29.6173255Z [5751/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/sequence_num.cpp.o 2022-12-01T10:09:29.8121887Z [5751/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Work.cpp.o 2022-12-01T10:09:29.8122910Z [5752/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/default_comm_hooks.cpp.o 2022-12-01T10:09:29.8409059Z [5752/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/autograd.cpp.o 2022-12-01T10:09:29.8409910Z [5753/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/socket.cpp.o 2022-12-01T10:09:29.8813929Z [5753/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/utils.cpp.o 2022-12-01T10:09:29.8815380Z [5754/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/logger.cpp.o 2022-12-01T10:09:29.8914270Z [5754/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/context/container.cpp.o 2022-12-01T10:09:29.8914859Z [5755/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/quantization/quantization.cpp.o 2022-12-01T10:09:30.2416734Z [5755/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/context/context.cpp.o 2022-12-01T10:09:30.2418290Z [5756/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/reducer.cpp.o 2022-12-01T10:09:30.4493661Z [5756/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/engine/dist_engine.cpp.o 2022-12-01T10:09:30.4500789Z [5757/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Work.cpp.o 2022-12-01T10:09:30.7888774Z [5757/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/functions/recvrpc_backward.cpp.o 2022-12-01T10:09:30.7897087Z [5758/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/autograd.cpp.o 2022-12-01T10:09:30.8244708Z [5758/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/functions/sendrpc_backward.cpp.o 2022-12-01T10:09:30.8250336Z [5759/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/context/container.cpp.o 2022-12-01T10:09:30.9205076Z [5759/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.cpp.o 2022-12-01T10:09:30.9206306Z [5760/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/context/context.cpp.o 2022-12-01T10:09:30.9213205Z [5760/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.cpp.o 2022-12-01T10:09:30.9214340Z [5761/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.cpp.o 2022-12-01T10:09:31.0661682Z [5761/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.cpp.o 2022-12-01T10:09:31.0663572Z [5762/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/utils.cpp.o 2022-12-01T10:09:31.2069579Z [5762/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.cpp.o 2022-12-01T10:09:31.2071012Z [5763/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/engine/dist_engine.cpp.o 2022-12-01T10:09:31.2891278Z [5763/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.cpp.o 2022-12-01T10:09:31.2892845Z [5764/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/functions/sendrpc_backward.cpp.o 2022-12-01T10:09:31.3121499Z [5764/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.cpp.o 2022-12-01T10:09:31.3125126Z [5765/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/functions/recvrpc_backward.cpp.o 2022-12-01T10:09:31.7421101Z [5765/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.cpp.o 2022-12-01T10:09:31.7422808Z [5766/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.cpp.o 2022-12-01T10:09:32.0271772Z [5766/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.cpp.o 2022-12-01T10:09:32.0273701Z [5767/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.cpp.o 2022-12-01T10:09:32.0539862Z [5767/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.cpp.o 2022-12-01T10:09:32.0541682Z [5768/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.cpp.o 2022-12-01T10:09:32.1834405Z [5768/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.cpp.o 2022-12-01T10:09:32.1838667Z [5769/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.cpp.o 2022-12-01T10:09:32.5265793Z [5769/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/HashStore.cpp.o 2022-12-01T10:09:32.5266783Z [5770/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.cpp.o 2022-12-01T10:09:32.5925357Z [5770/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.cpp.o 2022-12-01T10:09:32.5925958Z [5771/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.cpp.o 2022-12-01T10:09:32.5944389Z [5771/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/agent_utils.cpp.o 2022-12-01T10:09:32.5945459Z [5772/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/HashStore.cpp.o 2022-12-01T10:09:32.8718261Z [5772/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/message.cpp.o 2022-12-01T10:09:32.8721925Z [5773/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.cpp.o 2022-12-01T10:09:33.0652177Z [5773/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/profiler/remote_profiler_manager.cpp.o 2022-12-01T10:09:33.1020416Z [5774/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.cpp.o 2022-12-01T10:09:33.1021593Z [5774/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/profiler/server_process_global_profiler.cpp.o 2022-12-01T10:09:33.1022758Z [5775/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.cpp.o 2022-12-01T10:09:33.5481180Z [5775/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_call.cpp.o 2022-12-01T10:09:33.5482774Z [5776/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/message.cpp.o 2022-12-01T10:09:33.5633846Z [5776/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_remote_call.cpp.o 2022-12-01T10:09:33.5636605Z [5777/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.cpp.o 2022-12-01T10:09:33.6386937Z [5777/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_resp.cpp.o 2022-12-01T10:09:33.6387925Z [5778/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/profiler/server_process_global_profiler.cpp.o 2022-12-01T10:09:33.7757980Z [5778/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/request_callback.cpp.o 2022-12-01T10:09:33.7758946Z [5779/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/agent_utils.cpp.o 2022-12-01T10:09:33.9074371Z [5779/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/request_callback_no_python.cpp.o 2022-12-01T10:09:33.9075646Z [5780/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_call.cpp.o 2022-12-01T10:09:33.9194838Z [5780/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rpc_agent.cpp.o 2022-12-01T10:09:33.9197430Z [5781/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/profiler/remote_profiler_manager.cpp.o 2022-12-01T10:09:34.5508858Z [5781/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_context.cpp.o 2022-12-01T10:09:34.5509693Z [5782/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_resp.cpp.o 2022-12-01T10:09:34.6836299Z [5782/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_impl.cpp.o 2022-12-01T10:09:34.6846375Z [5783/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_remote_call.cpp.o 2022-12-01T10:09:34.8063438Z [5783/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_proto.cpp.o 2022-12-01T10:09:34.8064830Z [5784/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/request_callback.cpp.o 2022-12-01T10:09:34.8216045Z [5784/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_call.cpp.o 2022-12-01T10:09:34.8217091Z [5785/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/request_callback_no_python.cpp.o 2022-12-01T10:09:34.9260854Z [5785/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_remote_call.cpp.o 2022-12-01T10:09:34.9266265Z [5786/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rpc_agent.cpp.o 2022-12-01T10:09:35.0859442Z [5786/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_resp.cpp.o 2022-12-01T10:09:35.0860421Z [5787/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_context.cpp.o 2022-12-01T10:09:35.7387577Z [5787/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/tensorpipe_agent.cpp.o 2022-12-01T10:09:35.7390293Z [5788/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_proto.cpp.o 2022-12-01T10:09:35.8161422Z [5788/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/tensorpipe_utils.cpp.o 2022-12-01T10:09:35.8162864Z [5789/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_impl.cpp.o 2022-12-01T10:09:35.8304056Z [5789/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/testing/faulty_tensorpipe_agent.cpp.o 2022-12-01T10:09:35.8307681Z [5790/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_remote_call.cpp.o 2022-12-01T10:09:35.8741375Z [5790/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/torchscript_functions.cpp.o 2022-12-01T10:09:35.8742765Z [5791/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_call.cpp.o 2022-12-01T10:09:36.0120383Z [5791/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/types.cpp.o 2022-12-01T10:09:36.0121669Z [5792/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_resp.cpp.o 2022-12-01T10:09:36.2206062Z [5792/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/utils.cpp.o 2022-12-01T10:09:36.2214920Z [5793/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/tensorpipe_agent.cpp.o 2022-12-01T10:09:36.3521250Z [5793/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/cuda.cpp.o 2022-12-01T10:09:36.3526999Z [5794/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/types.cpp.o 2022-12-01T10:09:36.4940912Z [5794/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/datasets/mnist.cpp.o 2022-12-01T10:09:36.4941968Z [5795/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/cuda.cpp.o 2022-12-01T10:09:36.8957389Z [5795/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/distributed.cpp.o 2022-12-01T10:09:36.8958462Z [5796/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/testing/faulty_tensorpipe_agent.cpp.o 2022-12-01T10:09:36.9387029Z [5796/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/random.cpp.o 2022-12-01T10:09:36.9391408Z [5797/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/tensorpipe_utils.cpp.o 2022-12-01T10:09:37.1934099Z [5797/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/sequential.cpp.o 2022-12-01T10:09:37.1935049Z [5798/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/torchscript_functions.cpp.o 2022-12-01T10:09:37.3285126Z [5798/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/stream.cpp.o 2022-12-01T10:09:37.3285995Z [5799/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/datasets/mnist.cpp.o 2022-12-01T10:09:37.4091792Z [5799/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/enum.cpp.o 2022-12-01T10:09:37.4094612Z [5800/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/utils.cpp.o 2022-12-01T10:09:37.5442845Z [5800/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/imethod.cpp.o 2022-12-01T10:09:37.5444163Z [5801/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/distributed.cpp.o 2022-12-01T10:09:37.5767306Z [5801/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize.cpp.o 2022-12-01T10:09:37.5768218Z [5802/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/enum.cpp.o 2022-12-01T10:09:37.7435588Z [5802/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/init.cpp.o 2022-12-01T10:09:37.7436471Z [5803/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/imethod.cpp.o 2022-12-01T10:09:37.7880508Z [5803/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/module.cpp.o 2022-12-01T10:09:37.7883570Z [5804/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/sequential.cpp.o 2022-12-01T10:09:37.9308785Z [5804/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/_functions.cpp.o 2022-12-01T10:09:37.9309665Z [5805/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/random.cpp.o 2022-12-01T10:09:38.0733895Z [5805/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/activation.cpp.o 2022-12-01T10:09:38.0734651Z [5806/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/stream.cpp.o 2022-12-01T10:09:38.5548855Z [5806/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/adaptive.cpp.o 2022-12-01T10:09:38.5559015Z [5807/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize.cpp.o 2022-12-01T10:09:38.7161837Z [5807/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/batchnorm.cpp.o 2022-12-01T10:09:38.7162666Z [5808/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/init.cpp.o 2022-12-01T10:09:38.7518271Z [5808/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/normalization.cpp.o 2022-12-01T10:09:38.7519856Z [5809/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/module.cpp.o 2022-12-01T10:09:38.8269364Z [5809/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/instancenorm.cpp.o 2022-12-01T10:09:38.8270909Z [5810/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/_functions.cpp.o 2022-12-01T10:09:39.1004030Z [5810/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/conv.cpp.o 2022-12-01T10:09:39.1005016Z [5811/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/activation.cpp.o 2022-12-01T10:09:39.2354201Z [5811/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/dropout.cpp.o 2022-12-01T10:09:39.2354725Z [5812/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/adaptive.cpp.o 2022-12-01T10:09:39.7344173Z [5812/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/distance.cpp.o 2022-12-01T10:09:39.7345345Z [5813/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/batchnorm.cpp.o 2022-12-01T10:09:39.8326665Z [5813/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/embedding.cpp.o 2022-12-01T10:09:39.8327508Z [5814/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/normalization.cpp.o 2022-12-01T10:09:39.9513219Z [5814/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/fold.cpp.o 2022-12-01T10:09:39.9514233Z [5815/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/instancenorm.cpp.o 2022-12-01T10:09:40.1749558Z [5815/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/linear.cpp.o 2022-12-01T10:09:40.1750827Z [5816/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/conv.cpp.o 2022-12-01T10:09:40.2127382Z [5816/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/loss.cpp.o 2022-12-01T10:09:40.2133258Z [5817/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/dropout.cpp.o 2022-12-01T10:09:40.3401473Z [5817/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/padding.cpp.o 2022-12-01T10:09:40.3406908Z [5818/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/distance.cpp.o 2022-12-01T10:09:40.9466944Z [5818/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/pixelshuffle.cpp.o 2022-12-01T10:09:40.9467991Z [5819/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/linear.cpp.o 2022-12-01T10:09:40.9588118Z [5819/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/pooling.cpp.o 2022-12-01T10:09:40.9588988Z [5820/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/embedding.cpp.o 2022-12-01T10:09:41.1410249Z [5820/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/rnn.cpp.o 2022-12-01T10:09:41.1411997Z [5821/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/fold.cpp.o 2022-12-01T10:09:41.4383456Z [5821/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/upsampling.cpp.o 2022-12-01T10:09:41.4383999Z [5822/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/padding.cpp.o 2022-12-01T10:09:41.5074924Z [5822/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/transformer.cpp.o 2022-12-01T10:09:41.5076366Z [5823/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/pixelshuffle.cpp.o 2022-12-01T10:09:41.5204225Z [5823/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/container/functional.cpp.o 2022-12-01T10:09:41.5208241Z [5824/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/loss.cpp.o 2022-12-01T10:09:42.1297336Z [5824/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/activation.cpp.o 2022-12-01T10:09:42.1298112Z [5825/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/pooling.cpp.o 2022-12-01T10:09:42.1888955Z [5825/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/adaptive.cpp.o 2022-12-01T10:09:42.1892880Z [5826/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/rnn.cpp.o 2022-12-01T10:09:42.3325332Z [5826/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/batchnorm.cpp.o 2022-12-01T10:09:42.3326294Z [5827/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/upsampling.cpp.o 2022-12-01T10:09:42.5258049Z [5827/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/embedding.cpp.o 2022-12-01T10:09:42.5261838Z [5828/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/activation.cpp.o 2022-12-01T10:09:42.7024118Z [5828/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/instancenorm.cpp.o 2022-12-01T10:09:42.7025361Z [5829/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/transformer.cpp.o 2022-12-01T10:09:42.7508460Z [5829/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/normalization.cpp.o 2022-12-01T10:09:42.7512046Z [5830/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/container/functional.cpp.o 2022-12-01T10:09:43.1079006Z [5830/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/conv.cpp.o 2022-12-01T10:09:43.1080348Z [5831/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/adaptive.cpp.o 2022-12-01T10:09:43.1191961Z [5831/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/dropout.cpp.o 2022-12-01T10:09:43.1195600Z [5832/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/batchnorm.cpp.o 2022-12-01T10:09:43.3422769Z [5832/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/linear.cpp.o 2022-12-01T10:09:43.3432034Z [5833/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/embedding.cpp.o 2022-12-01T10:09:43.4046758Z [5833/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/padding.cpp.o 2022-12-01T10:09:43.4049231Z [5834/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/instancenorm.cpp.o 2022-12-01T10:09:43.6762290Z [5834/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/pooling.cpp.o 2022-12-01T10:09:43.6766714Z [5835/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/normalization.cpp.o 2022-12-01T10:09:43.6880199Z [5835/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/rnn.cpp.o 2022-12-01T10:09:43.6885283Z [5836/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/conv.cpp.o 2022-12-01T10:09:44.0899537Z [5836/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/vision.cpp.o 2022-12-01T10:09:44.0900509Z [5837/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/dropout.cpp.o 2022-12-01T10:09:44.1317101Z [5837/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/transformer.cpp.o 2022-12-01T10:09:44.1317935Z [5838/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/linear.cpp.o 2022-12-01T10:09:44.3082735Z [5838/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adagrad.cpp.o 2022-12-01T10:09:44.3086531Z [5839/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/padding.cpp.o 2022-12-01T10:09:44.3335382Z [5839/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adam.cpp.o 2022-12-01T10:09:44.3336415Z [5840/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/pooling.cpp.o 2022-12-01T10:09:44.5349653Z [5840/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adamw.cpp.o 2022-12-01T10:09:44.5350467Z [5841/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/rnn.cpp.o 2022-12-01T10:09:44.6542470Z [5841/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/lbfgs.cpp.o 2022-12-01T10:09:44.6551589Z [5842/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/vision.cpp.o 2022-12-01T10:09:45.2801207Z [5842/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/optimizer.cpp.o 2022-12-01T10:09:45.2803037Z [5843/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adagrad.cpp.o 2022-12-01T10:09:45.2927890Z [5843/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/rmsprop.cpp.o 2022-12-01T10:09:45.2928835Z [5844/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/transformer.cpp.o 2022-12-01T10:09:45.5173894Z [5844/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/serialize.cpp.o 2022-12-01T10:09:45.5174708Z [5845/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adam.cpp.o 2022-12-01T10:09:45.5621270Z [5845/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/sgd.cpp.o 2022-12-01T10:09:45.5621794Z [5846/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adamw.cpp.o 2022-12-01T10:09:45.6439512Z [5846/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/lr_scheduler.cpp.o 2022-12-01T10:09:45.6440478Z [5847/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/optimizer.cpp.o 2022-12-01T10:09:45.7075384Z [5847/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/step_lr.cpp.o 2022-12-01T10:09:45.7076234Z [5848/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/lbfgs.cpp.o 2022-12-01T10:09:45.9522279Z [5848/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize/input-archive.cpp.o 2022-12-01T10:09:45.9523534Z [5849/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/lr_scheduler.cpp.o 2022-12-01T10:09:46.0850965Z [5849/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize/output-archive.cpp.o 2022-12-01T10:09:46.0852365Z [5850/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/step_lr.cpp.o 2022-12-01T10:09:46.3128973Z [5850/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.AVX2.cpp.o 2022-12-01T10:09:46.3132144Z [5851/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/serialize.cpp.o 2022-12-01T10:09:46.4954762Z [5851/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.AVX2.cpp.o 2022-12-01T10:09:46.4964677Z [5852/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/rmsprop.cpp.o 2022-12-01T10:09:46.6015244Z [5852/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.AVX2.cpp.o 2022-12-01T10:09:46.6016776Z [5853/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.AVX2.cpp.o 2022-12-01T10:09:46.6146517Z [5853/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp.AVX2.cpp.o 2022-12-01T10:09:46.6148388Z [5854/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/sgd.cpp.o 2022-12-01T10:09:46.7831244Z [5854/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp.AVX2.cpp.o 2022-12-01T10:09:46.7832809Z [5855/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize/input-archive.cpp.o 2022-12-01T10:09:47.1006080Z [5855/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.AVX2.cpp.o 2022-12-01T10:09:47.1014979Z [5856/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize/output-archive.cpp.o 2022-12-01T10:09:47.3608585Z [5856/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.AVX2.cpp.o 2022-12-01T10:09:47.3609699Z [5857/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.AVX2.cpp.o 2022-12-01T10:09:47.4604331Z [5857/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.AVX2.cpp.o 2022-12-01T10:09:47.4605578Z [5858/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.AVX2.cpp.o 2022-12-01T10:09:47.4836432Z [5858/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.AVX2.cpp.o 2022-12-01T10:09:47.4837589Z [5859/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp.AVX2.cpp.o 2022-12-01T10:09:47.5827289Z [5859/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:47.5828341Z [5860/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp.AVX2.cpp.o 2022-12-01T10:09:47.6279016Z [5860/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:47.6282055Z [5861/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.AVX2.cpp.o 2022-12-01T10:09:47.7032836Z [5861/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:47.7033747Z [5862/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.AVX2.cpp.o 2022-12-01T10:09:47.9266681Z [5862/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:47.9268426Z [5863/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:48.0167662Z [5863/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.AVX2.cpp.o 2022-12-01T10:09:48.0168603Z [5864/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.AVX2.cpp.o 2022-12-01T10:09:48.2042512Z [5864/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:48.2043552Z [5865/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:48.2621327Z [5865/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:48.2622316Z [5866/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:48.2629102Z [5866/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:48.2630091Z [5867/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:48.4001209Z [5867/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:48.4002158Z [5868/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.AVX2.cpp.o 2022-12-01T10:09:48.4481799Z [5868/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.AVX2.cpp.o 2022-12-01T10:09:48.4482756Z [5869/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.AVX2.cpp.o 2022-12-01T10:09:48.8047103Z [5869/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:48.8047831Z [5870/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:48.8305748Z [5870/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:48.8306746Z [5871/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:48.8512665Z [5871/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:48.8513301Z [5872/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:48.8732235Z [5872/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:48.8732932Z [5873/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:48.8805190Z [5873/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:48.8806198Z [5874/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:48.9059101Z [5874/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:48.9060098Z [5875/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.AVX2.cpp.o 2022-12-01T10:09:49.2481695Z [5875/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:49.2482641Z [5876/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:49.3266289Z [5876/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:49.3267232Z [5877/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:49.3675467Z [5877/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:49.3677088Z [5878/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:49.4268152Z [5878/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:49.4268876Z [5879/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:49.5029508Z [5879/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:49.5030489Z [5880/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:49.5770708Z [5880/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:49.5773147Z [5881/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:49.7546229Z [5881/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.AVX2.cpp.o 2022-12-01T10:09:49.7547130Z [5882/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:49.8189185Z [5882/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:49.8190134Z [5883/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:49.8621737Z [5883/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:49.8622973Z [5884/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:49.9540931Z [5884/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:49.9541819Z [5885/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:50.0699942Z [5885/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:50.0700948Z [5886/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:50.1196259Z [5886/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:50.1197183Z [5887/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.AVX2.cpp.o 2022-12-01T10:09:50.3333165Z [5887/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:50.3334143Z [5888/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:50.3547601Z [5888/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:50.3548658Z [5889/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:50.3793402Z [5889/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:50.3794440Z [5890/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:50.4511278Z [5890/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.AVX2.cpp.o 2022-12-01T10:09:50.4512360Z [5891/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:50.4942290Z [5891/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:50.4943231Z [5892/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:50.6964851Z [5892/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:50.6965831Z [5893/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:50.7000499Z [5893/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:50.7001283Z [5894/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:50.8421008Z [5894/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:50.8421993Z [5895/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:50.9679202Z [5895/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:50.9686599Z [5896/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:51.2983248Z [5896/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:51.2984698Z [5897/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:51.3632508Z [5897/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:51.3633409Z [5898/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.AVX2.cpp.o 2022-12-01T10:09:51.3947547Z [5898/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:51.3954780Z [5899/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:51.4848348Z [5899/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:51.4849395Z [5900/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:51.4882538Z [5900/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:51.4883849Z [5901/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:51.7484240Z [5901/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:51.7485571Z [5902/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:51.7745941Z [5902/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:51.7746665Z [5903/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:51.8799638Z [5903/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.AVX2.cpp.o 2022-12-01T10:09:51.8800527Z [5904/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:51.9041104Z [5904/6342] Building CXX object caffe2/CMakeFiles/torch.dir/__/empty.cpp.o 2022-12-01T10:09:51.9041817Z [5905/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:51.9403843Z [5905/6342] Building CXX object caffe2/CMakeFiles/Dict_test.dir/__/aten/src/ATen/test/Dict_test.cpp.o 2022-12-01T10:09:51.9404621Z [5906/6342] Building CXX object caffe2/CMakeFiles/torch.dir/__/empty.cpp.o 2022-12-01T10:09:52.0653344Z [5906/6342] Building CXX object caffe2/CMakeFiles/Dimname_test.dir/__/aten/src/ATen/test/Dimname_test.cpp.o 2022-12-01T10:09:52.0656159Z [5907/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:52.0680241Z [5907/6342] Building CXX object caffe2/CMakeFiles/MaybeOwned_test.dir/__/aten/src/ATen/test/MaybeOwned_test.cpp.o 2022-12-01T10:09:52.0683127Z [5908/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:52.2881163Z [5908/6342] Building CXX object caffe2/CMakeFiles/NamedTensor_test.dir/__/aten/src/ATen/test/NamedTensor_test.cpp.o 2022-12-01T10:09:52.2883483Z [5909/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.AVX2.cpp.o 2022-12-01T10:09:52.2903128Z [5909/6342] Building CXX object caffe2/CMakeFiles/apply_utils_test.dir/__/aten/src/ATen/test/apply_utils_test.cpp.o 2022-12-01T10:09:52.2904299Z [5910/6342] Building CXX object caffe2/CMakeFiles/Dimname_test.dir/__/aten/src/ATen/test/Dimname_test.cpp.o 2022-12-01T10:09:52.3095742Z [5910/6342] Building CXX object caffe2/CMakeFiles/atest.dir/__/aten/src/ATen/test/atest.cpp.o 2022-12-01T10:09:52.3097655Z [5911/6342] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.AVX2.cpp.o 2022-12-01T10:09:52.8862208Z [5911/6342] Linking CXX shared library lib/libtorch_cpu.so 2022-12-01T10:09:52.8863550Z [5912/6342] Building CXX object caffe2/CMakeFiles/MaybeOwned_test.dir/__/aten/src/ATen/test/MaybeOwned_test.cpp.o 2022-12-01T10:09:52.9439087Z [5912/6342] Building CXX object caffe2/CMakeFiles/basic.dir/__/aten/src/ATen/test/basic.cpp.o 2022-12-01T10:09:52.9440157Z [5913/6342] Building CXX object caffe2/CMakeFiles/Dict_test.dir/__/aten/src/ATen/test/Dict_test.cpp.o 2022-12-01T10:09:53.1028752Z [5913/6342] Building CXX object caffe2/CMakeFiles/broadcast_test.dir/__/aten/src/ATen/test/broadcast_test.cpp.o 2022-12-01T10:09:53.1030296Z [5914/6342] Building CXX object caffe2/CMakeFiles/NamedTensor_test.dir/__/aten/src/ATen/test/NamedTensor_test.cpp.o 2022-12-01T10:09:53.2663253Z [5914/6342] Building CXX object caffe2/CMakeFiles/cpu_generator_test.dir/__/aten/src/ATen/test/cpu_generator_test.cpp.o 2022-12-01T10:09:53.2664321Z [5915/6342] Building CXX object caffe2/CMakeFiles/apply_utils_test.dir/__/aten/src/ATen/test/apply_utils_test.cpp.o 2022-12-01T10:09:53.2837293Z [5915/6342] Building CXX object caffe2/CMakeFiles/cpu_profiling_allocator_test.dir/__/aten/src/ATen/test/cpu_profiling_allocator_test.cpp.o 2022-12-01T10:09:53.2839043Z [5916/6342] Building CXX object caffe2/CMakeFiles/atest.dir/__/aten/src/ATen/test/atest.cpp.o 2022-12-01T10:09:53.7798856Z [5916/6342] Building CXX object caffe2/CMakeFiles/cpu_rng_test.dir/__/aten/src/ATen/test/cpu_rng_test.cpp.o 2022-12-01T10:09:53.7799889Z [5917/6342] Building CXX object caffe2/CMakeFiles/basic.dir/__/aten/src/ATen/test/basic.cpp.o 2022-12-01T10:09:53.9029523Z [5917/6342] Building CXX object caffe2/CMakeFiles/dispatch_key_set_test.dir/__/aten/src/ATen/test/dispatch_key_set_test.cpp.o 2022-12-01T10:09:53.9030433Z [5918/6342] Building CXX object caffe2/CMakeFiles/broadcast_test.dir/__/aten/src/ATen/test/broadcast_test.cpp.o 2022-12-01T10:09:54.1033083Z [5918/6342] Building CXX object caffe2/CMakeFiles/dlconvertor_test.dir/__/aten/src/ATen/test/dlconvertor_test.cpp.o 2022-12-01T10:09:54.1033812Z [5919/6342] Building CXX object caffe2/CMakeFiles/cpu_generator_test.dir/__/aten/src/ATen/test/cpu_generator_test.cpp.o 2022-12-01T10:09:54.2380108Z [5919/6342] Building CXX object caffe2/CMakeFiles/extension_backend_test.dir/__/aten/src/ATen/test/extension_backend_test.cpp.o 2022-12-01T10:09:54.2383883Z [5920/6342] Building CXX object caffe2/CMakeFiles/cpu_profiling_allocator_test.dir/__/aten/src/ATen/test/cpu_profiling_allocator_test.cpp.o 2022-12-01T10:09:54.6469458Z [5920/6342] Building CXX object caffe2/CMakeFiles/half_test.dir/__/aten/src/ATen/test/half_test.cpp.o 2022-12-01T10:09:54.6470340Z [5921/6342] Building CXX object caffe2/CMakeFiles/cpu_rng_test.dir/__/aten/src/ATen/test/cpu_rng_test.cpp.o 2022-12-01T10:09:54.7658420Z [5921/6342] Building CXX object caffe2/CMakeFiles/ivalue_test.dir/__/aten/src/ATen/test/ivalue_test.cpp.o 2022-12-01T10:09:54.7659346Z [5922/6342] Building CXX object caffe2/CMakeFiles/dlconvertor_test.dir/__/aten/src/ATen/test/dlconvertor_test.cpp.o 2022-12-01T10:09:54.8419527Z [5922/6342] Building CXX object caffe2/CMakeFiles/lazy_tensor_test.dir/__/aten/src/ATen/test/lazy_tensor_test.cpp.o 2022-12-01T10:09:54.8420427Z [5923/6342] Building CXX object caffe2/CMakeFiles/dispatch_key_set_test.dir/__/aten/src/ATen/test/dispatch_key_set_test.cpp.o 2022-12-01T10:09:55.1378653Z [5923/6342] Building CXX object caffe2/CMakeFiles/math_kernel_test.dir/__/aten/src/ATen/test/math_kernel_test.cpp.o 2022-12-01T10:09:55.1379669Z [5924/6342] Building CXX object caffe2/CMakeFiles/extension_backend_test.dir/__/aten/src/ATen/test/extension_backend_test.cpp.o 2022-12-01T10:09:55.1738445Z [5924/6342] Building CXX object caffe2/CMakeFiles/memory_format_test.dir/__/aten/src/ATen/test/memory_format_test.cpp.o 2022-12-01T10:09:55.1739112Z [5925/6342] Building CXX object caffe2/CMakeFiles/half_test.dir/__/aten/src/ATen/test/half_test.cpp.o 2022-12-01T10:09:55.6857263Z [5925/6342] Building CXX object caffe2/CMakeFiles/memory_overlapping_test.dir/__/aten/src/ATen/test/memory_overlapping_test.cpp.o 2022-12-01T10:09:55.6858134Z [5926/6342] Building CXX object caffe2/CMakeFiles/lazy_tensor_test.dir/__/aten/src/ATen/test/lazy_tensor_test.cpp.o 2022-12-01T10:09:55.9775713Z [5926/6342] Building CXX object caffe2/CMakeFiles/mobile_memory_cleanup.dir/__/aten/src/ATen/test/mobile_memory_cleanup.cpp.o 2022-12-01T10:09:55.9776271Z [5927/6342] Building CXX object caffe2/CMakeFiles/ivalue_test.dir/__/aten/src/ATen/test/ivalue_test.cpp.o 2022-12-01T10:09:56.0048036Z [5927/6342] Building CXX object caffe2/CMakeFiles/native_test.dir/__/aten/src/ATen/test/native_test.cpp.o 2022-12-01T10:09:56.0052032Z [5928/6342] Building CXX object caffe2/CMakeFiles/math_kernel_test.dir/__/aten/src/ATen/test/math_kernel_test.cpp.o 2022-12-01T10:09:56.0737774Z [5928/6342] Building CXX object caffe2/CMakeFiles/operator_name_test.dir/__/aten/src/ATen/test/operator_name_test.cpp.o 2022-12-01T10:09:56.0738675Z [5929/6342] Building CXX object caffe2/CMakeFiles/memory_format_test.dir/__/aten/src/ATen/test/memory_format_test.cpp.o 2022-12-01T10:09:56.1036376Z [5929/6342] Building CXX object caffe2/CMakeFiles/operators_test.dir/__/aten/src/ATen/test/operators_test.cpp.o 2022-12-01T10:09:56.1037170Z [5930/6342] Building CXX object caffe2/CMakeFiles/memory_overlapping_test.dir/__/aten/src/ATen/test/memory_overlapping_test.cpp.o 2022-12-01T10:09:56.3510090Z [5930/6342] Building CXX object caffe2/CMakeFiles/packedtensoraccessor_test.dir/__/aten/src/ATen/test/packedtensoraccessor_test.cpp.o 2022-12-01T10:09:56.3511035Z [5931/6342] Building CXX object caffe2/CMakeFiles/operator_name_test.dir/__/aten/src/ATen/test/operator_name_test.cpp.o 2022-12-01T10:09:56.8234422Z [5931/6342] Building CXX object caffe2/CMakeFiles/pow_test.dir/__/aten/src/ATen/test/pow_test.cpp.o 2022-12-01T10:09:56.8235298Z [5932/6342] Building CXX object caffe2/CMakeFiles/native_test.dir/__/aten/src/ATen/test/native_test.cpp.o 2022-12-01T10:09:56.9929050Z [5932/6342] Building CXX object caffe2/CMakeFiles/quantized_test.dir/__/aten/src/ATen/test/quantized_test.cpp.o 2022-12-01T10:09:56.9931965Z [5933/6342] Building CXX object caffe2/CMakeFiles/mobile_memory_cleanup.dir/__/aten/src/ATen/test/mobile_memory_cleanup.cpp.o 2022-12-01T10:09:57.0753567Z [5933/6342] Building CXX object caffe2/CMakeFiles/reduce_ops_test.dir/__/aten/src/ATen/test/reduce_ops_test.cpp.o 2022-12-01T10:09:57.0755099Z [5934/6342] Building CXX object caffe2/CMakeFiles/operators_test.dir/__/aten/src/ATen/test/operators_test.cpp.o 2022-12-01T10:09:57.1771161Z [5934/6342] Building CXX object caffe2/CMakeFiles/reportMemoryUsage_test.dir/__/aten/src/ATen/test/reportMemoryUsage_test.cpp.o 2022-12-01T10:09:57.1780205Z [5935/6342] Building CXX object caffe2/CMakeFiles/packedtensoraccessor_test.dir/__/aten/src/ATen/test/packedtensoraccessor_test.cpp.o 2022-12-01T10:09:57.5256977Z [5935/6342] Building CXX object caffe2/CMakeFiles/scalar_tensor_test.dir/__/aten/src/ATen/test/scalar_tensor_test.cpp.o 2022-12-01T10:09:57.5261281Z [5936/6342] Building CXX object caffe2/CMakeFiles/pow_test.dir/__/aten/src/ATen/test/pow_test.cpp.o 2022-12-01T10:09:57.6880940Z [5936/6342] Building CXX object caffe2/CMakeFiles/scalar_test.dir/__/aten/src/ATen/test/scalar_test.cpp.o 2022-12-01T10:09:57.6882396Z [5937/6342] Building CXX object caffe2/CMakeFiles/quantized_test.dir/__/aten/src/ATen/test/quantized_test.cpp.o 2022-12-01T10:09:57.9762394Z [5937/6342] Building CXX object caffe2/CMakeFiles/stride_properties_test.dir/__/aten/src/ATen/test/stride_properties_test.cpp.o 2022-12-01T10:09:57.9763477Z [5938/6342] Building CXX object caffe2/CMakeFiles/reduce_ops_test.dir/__/aten/src/ATen/test/reduce_ops_test.cpp.o 2022-12-01T10:09:58.0562838Z [5938/6342] Building CXX object caffe2/CMakeFiles/tensor_iterator_test.dir/__/aten/src/ATen/test/tensor_iterator_test.cpp.o 2022-12-01T10:09:58.0563428Z [5939/6342] Building CXX object caffe2/CMakeFiles/scalar_tensor_test.dir/__/aten/src/ATen/test/scalar_tensor_test.cpp.o 2022-12-01T10:09:58.0694445Z [5939/6342] Building CXX object caffe2/CMakeFiles/test_parallel.dir/__/aten/src/ATen/test/test_parallel.cpp.o 2022-12-01T10:09:58.0697834Z [5940/6342] Building CXX object caffe2/CMakeFiles/reportMemoryUsage_test.dir/__/aten/src/ATen/test/reportMemoryUsage_test.cpp.o 2022-12-01T10:09:58.4160367Z [5940/6342] Building CXX object caffe2/CMakeFiles/thread_init_test.dir/__/aten/src/ATen/test/thread_init_test.cpp.o 2022-12-01T10:09:58.4161937Z [5941/6342] Building CXX object caffe2/CMakeFiles/scalar_test.dir/__/aten/src/ATen/test/scalar_test.cpp.o 2022-12-01T10:09:58.6018734Z [5941/6342] Building CXX object caffe2/CMakeFiles/type_ptr_test.dir/__/aten/src/ATen/test/type_ptr_test.cpp.o 2022-12-01T10:09:58.6019570Z [5942/6342] Building CXX object caffe2/CMakeFiles/stride_properties_test.dir/__/aten/src/ATen/test/stride_properties_test.cpp.o 2022-12-01T10:09:58.8435166Z [5942/6342] Building CXX object caffe2/CMakeFiles/type_test.dir/__/aten/src/ATen/test/type_test.cpp.o 2022-12-01T10:09:58.8436055Z [5943/6342] Building CXX object caffe2/CMakeFiles/type_ptr_test.dir/__/aten/src/ATen/test/type_ptr_test.cpp.o 2022-12-01T10:09:58.9873319Z [5943/6342] Building CXX object caffe2/CMakeFiles/undefined_tensor_test.dir/__/aten/src/ATen/test/undefined_tensor_test.cpp.o 2022-12-01T10:09:58.9882140Z [5944/6342] Building CXX object caffe2/CMakeFiles/thread_init_test.dir/__/aten/src/ATen/test/thread_init_test.cpp.o 2022-12-01T10:09:59.1244829Z [5944/6342] Building CXX object caffe2/CMakeFiles/variant_test.dir/__/aten/src/ATen/test/variant_test.cpp.o 2022-12-01T10:09:59.1245733Z [5945/6342] Building CXX object caffe2/CMakeFiles/tensor_iterator_test.dir/__/aten/src/ATen/test/tensor_iterator_test.cpp.o 2022-12-01T10:09:59.2551115Z [5945/6342] Building CXX object caffe2/CMakeFiles/verify_api_visibility.dir/__/aten/src/ATen/test/verify_api_visibility.cpp.o 2022-12-01T10:09:59.2551692Z [5946/6342] Building CXX object caffe2/CMakeFiles/variant_test.dir/__/aten/src/ATen/test/variant_test.cpp.o 2022-12-01T10:09:59.4410324Z [5946/6342] Building CXX object caffe2/CMakeFiles/vmap_test.dir/__/aten/src/ATen/test/vmap_test.cpp.o 2022-12-01T10:09:59.4418368Z [5947/6342] Building CXX object caffe2/CMakeFiles/test_parallel.dir/__/aten/src/ATen/test/test_parallel.cpp.o 2022-12-01T10:09:59.8139713Z [5947/6342] Building CXX object caffe2/CMakeFiles/weakref_test.dir/__/aten/src/ATen/test/weakref_test.cpp.o 2022-12-01T10:09:59.8140504Z [5948/6342] Building CXX object caffe2/CMakeFiles/undefined_tensor_test.dir/__/aten/src/ATen/test/undefined_tensor_test.cpp.o 2022-12-01T10:09:59.8421560Z [5948/6342] Building CXX object caffe2/CMakeFiles/wrapdim_test.dir/__/aten/src/ATen/test/wrapdim_test.cpp.o 2022-12-01T10:09:59.8422128Z [5949/6342] Building CXX object caffe2/CMakeFiles/type_test.dir/__/aten/src/ATen/test/type_test.cpp.o 2022-12-01T10:09:59.9974457Z [5949/6342] Building CXX object caffe2/CMakeFiles/xla_tensor_test.dir/__/aten/src/ATen/test/xla_tensor_test.cpp.o 2022-12-01T10:09:59.9982338Z [5950/6342] Building CXX object caffe2/CMakeFiles/verify_api_visibility.dir/__/aten/src/ATen/test/verify_api_visibility.cpp.o 2022-12-01T10:10:00.2266028Z [5950/6342] Building CXX object caffe2/CMakeFiles/IListRef_test.dir/__/aten/src/ATen/core/IListRef_test.cpp.o 2022-12-01T10:10:00.2270387Z [5951/6342] Building CXX object caffe2/CMakeFiles/vmap_test.dir/__/aten/src/ATen/test/vmap_test.cpp.o 2022-12-01T10:10:00.2916359Z [5951/6342] Building CXX object caffe2/CMakeFiles/List_test.dir/__/aten/src/ATen/core/List_test.cpp.o 2022-12-01T10:10:00.2920375Z [5952/6342] Building CXX object caffe2/CMakeFiles/weakref_test.dir/__/aten/src/ATen/test/weakref_test.cpp.o 2022-12-01T10:10:00.6194466Z [5952/6342] Building CXX object caffe2/CMakeFiles/KernelFunction_test.dir/__/aten/src/ATen/core/boxing/KernelFunction_test.cpp.o 2022-12-01T10:10:00.6195776Z [5953/6342] Building CXX object caffe2/CMakeFiles/List_test.dir/__/aten/src/ATen/core/List_test.cpp.o 2022-12-01T10:10:00.7181334Z [5953/6342] Building CXX object caffe2/CMakeFiles/kernel_function_legacy_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_function_legacy_test.cpp.o 2022-12-01T10:10:00.7182265Z [5954/6342] Building CXX object caffe2/CMakeFiles/wrapdim_test.dir/__/aten/src/ATen/test/wrapdim_test.cpp.o 2022-12-01T10:10:00.7256547Z [5954/6342] Building CXX object caffe2/CMakeFiles/kernel_function_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_function_test.cpp.o 2022-12-01T10:10:00.7257401Z [5955/6342] Building CXX object caffe2/CMakeFiles/IListRef_test.dir/__/aten/src/ATen/core/IListRef_test.cpp.o 2022-12-01T10:10:00.8079842Z [5955/6342] Building CXX object caffe2/CMakeFiles/kernel_lambda_legacy_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_lambda_legacy_test.cpp.o 2022-12-01T10:10:00.8083879Z [5956/6342] Building CXX object caffe2/CMakeFiles/xla_tensor_test.dir/__/aten/src/ATen/test/xla_tensor_test.cpp.o 2022-12-01T10:10:01.1433273Z [5956/6342] Building CXX object caffe2/CMakeFiles/kernel_lambda_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_lambda_test.cpp.o 2022-12-01T10:10:01.1434293Z [5957/6342] Building CXX object caffe2/CMakeFiles/kernel_function_legacy_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_function_legacy_test.cpp.o 2022-12-01T10:10:01.2097832Z [5957/6342] Building CXX object caffe2/CMakeFiles/kernel_stackbased_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_stackbased_test.cpp.o 2022-12-01T10:10:01.2099189Z [5958/6342] Building CXX object caffe2/CMakeFiles/kernel_function_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_function_test.cpp.o 2022-12-01T10:10:01.2294186Z [5958/6342] 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 2022-12-01T10:10:01.2295025Z [5959/6342] Building CXX object caffe2/CMakeFiles/kernel_lambda_legacy_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_lambda_legacy_test.cpp.o 2022-12-01T10:10:01.2684373Z [5959/6342] Building CXX object caffe2/CMakeFiles/CppSignature_test.dir/__/aten/src/ATen/core/dispatch/CppSignature_test.cpp.o 2022-12-01T10:10:01.2685042Z [5960/6342] Building CXX object caffe2/CMakeFiles/KernelFunction_test.dir/__/aten/src/ATen/core/boxing/KernelFunction_test.cpp.o 2022-12-01T10:10:01.3128025Z [5960/6342] Building CXX object caffe2/CMakeFiles/backend_fallback_test.dir/__/aten/src/ATen/core/dispatch/backend_fallback_test.cpp.o 2022-12-01T10:10:01.3129607Z [5961/6342] Building CXX object caffe2/CMakeFiles/kernel_lambda_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_lambda_test.cpp.o 2022-12-01T10:10:01.5265583Z [5961/6342] Building CXX object caffe2/CMakeFiles/op_allowlist_test.dir/__/aten/src/ATen/core/op_registration/op_allowlist_test.cpp.o 2022-12-01T10:10:01.5267512Z [5962/6342] Building CXX object caffe2/CMakeFiles/CppSignature_test.dir/__/aten/src/ATen/core/dispatch/CppSignature_test.cpp.o 2022-12-01T10:10:01.6268206Z [5962/6342] Building CXX object caffe2/CMakeFiles/op_registration_test.dir/__/aten/src/ATen/core/op_registration/op_registration_test.cpp.o 2022-12-01T10:10:01.6269142Z [5963/6342] Building CXX object caffe2/CMakeFiles/kernel_stackbased_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_stackbased_test.cpp.o 2022-12-01T10:10:01.6637758Z [5963/6342] Building CXX object caffe2/CMakeFiles/inline_container_test.dir/serialize/inline_container_test.cc.o 2022-12-01T10:10:01.6639426Z [5964/6342] Building CXX object caffe2/CMakeFiles/op_allowlist_test.dir/__/aten/src/ATen/core/op_registration/op_allowlist_test.cpp.o 2022-12-01T10:10:01.8431123Z [5964/6342] Building CXX object test_jit/CMakeFiles/torchbind_test.dir/test_custom_class_registrations.cpp.o 2022-12-01T10:10:01.8432764Z [5965/6342] 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 2022-12-01T10:10:02.0015343Z [5965/6342] Building CXX object test_jit/CMakeFiles/jitbackend_test.dir/test_backend_lib.cpp.o 2022-12-01T10:10:02.0016203Z [5966/6342] Building CXX object caffe2/CMakeFiles/inline_container_test.dir/serialize/inline_container_test.cc.o 2022-12-01T10:10:02.1554106Z [5966/6342] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/test_backend_compiler_lib.cpp.o 2022-12-01T10:10:02.1555102Z [5967/6342] Building CXX object caffe2/CMakeFiles/op_registration_test.dir/__/aten/src/ATen/core/op_registration/op_registration_test.cpp.o 2022-12-01T10:10:02.1882823Z [5967/6342] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/test_backend_compiler_preprocess.cpp.o 2022-12-01T10:10:02.1883684Z [5968/6342] Building CXX object caffe2/CMakeFiles/backend_fallback_test.dir/__/aten/src/ATen/core/dispatch/backend_fallback_test.cpp.o 2022-12-01T10:10:02.3359535Z [5968/6342] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/__/__/__/torch/csrc/jit/mobile/profiler_edge.cpp.o 2022-12-01T10:10:02.3362128Z [5969/6342] Building CXX object test_jit/CMakeFiles/jitbackend_test.dir/test_backend_lib.cpp.o 2022-12-01T10:10:02.6123831Z [5969/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/common/main.cpp.o 2022-12-01T10:10:02.6124376Z [5970/6342] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/test_backend_compiler_lib.cpp.o 2022-12-01T10:10:02.6383385Z [5970/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_add_if_then_else.cpp.o 2022-12-01T10:10:02.6383929Z [5971/6342] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/test_backend_compiler_preprocess.cpp.o 2022-12-01T10:10:02.6537338Z [5971/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_alias_analysis.cpp.o 2022-12-01T10:10:02.6538246Z [5972/6342] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/__/__/__/torch/csrc/jit/mobile/profiler_edge.cpp.o 2022-12-01T10:10:02.6911032Z [5972/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_argument_spec.cpp.o 2022-12-01T10:10:02.6912087Z [5973/6342] Building CXX object test_jit/CMakeFiles/torchbind_test.dir/test_custom_class_registrations.cpp.o 2022-12-01T10:10:02.8737910Z [5973/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_autodiff.cpp.o 2022-12-01T10:10:02.8738899Z [5974/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/common/main.cpp.o 2022-12-01T10:10:03.6003741Z [5974/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_load_upgraders.cpp.o 2022-12-01T10:10:03.6005106Z [5975/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_add_if_then_else.cpp.o 2022-12-01T10:10:03.7681690Z [5975/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_op_replacement.cpp.o 2022-12-01T10:10:03.7682618Z [5976/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_argument_spec.cpp.o 2022-12-01T10:10:03.8109570Z [5976/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_upgrader_utils.cpp.o 2022-12-01T10:10:03.8117538Z [5977/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_alias_analysis.cpp.o 2022-12-01T10:10:03.8412170Z [5977/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_backend.cpp.o 2022-12-01T10:10:03.8413066Z [5978/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_load_upgraders.cpp.o 2022-12-01T10:10:04.0700558Z [5978/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_import.cpp.o 2022-12-01T10:10:04.0701290Z [5979/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_autodiff.cpp.o 2022-12-01T10:10:04.5198610Z [5979/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_parser.cpp.o 2022-12-01T10:10:04.5200269Z [5980/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_parser.cpp.o 2022-12-01T10:10:04.6167987Z [5980/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_type.cpp.o 2022-12-01T10:10:04.6168979Z [5981/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_op_replacement.cpp.o 2022-12-01T10:10:04.9619621Z [5981/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_code_template.cpp.o 2022-12-01T10:10:04.9620552Z [5982/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_upgrader_utils.cpp.o 2022-12-01T10:10:05.1971670Z [5982/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_concat_opt.cpp.o 2022-12-01T10:10:05.1974313Z [5983/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_backend.cpp.o 2022-12-01T10:10:05.2398848Z [5983/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_constant_pooling.cpp.o 2022-12-01T10:10:05.2399903Z [5984/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_import.cpp.o 2022-12-01T10:10:05.5811546Z [5984/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_cleanup_passes.cpp.o 2022-12-01T10:10:05.5815627Z [5985/6342] Linking CXX shared library lib/libtorch_cpu.so 2022-12-01T10:10:05.6768179Z [5985/6342] Linking CXX shared library lib/libtorch.so 2022-12-01T10:10:05.6769413Z [5986/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_code_template.cpp.o 2022-12-01T10:10:05.7080294Z [5986/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_create_autodiff_subgraphs.cpp.o 2022-12-01T10:10:05.7085660Z [5987/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_constant_pooling.cpp.o 2022-12-01T10:10:05.7946345Z [5987/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_class.cpp.o 2022-12-01T10:10:05.7947330Z [5988/6342] Linking CXX shared library lib/libtorch.so 2022-12-01T10:10:05.7963037Z [5988/6342] Linking CXX executable bin/Dict_test 2022-12-01T10:10:05.7963790Z [5989/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_cleanup_passes.cpp.o 2022-12-01T10:10:05.8438582Z [5989/6342] Linking CXX executable bin/Dimname_test 2022-12-01T10:10:05.8442172Z [5990/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_type.cpp.o 2022-12-01T10:10:06.0432127Z [5990/6342] Linking CXX executable bin/MaybeOwned_test 2022-12-01T10:10:06.0432789Z [5991/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_concat_opt.cpp.o 2022-12-01T10:10:06.3863351Z [5991/6342] Linking CXX executable bin/NamedTensor_test 2022-12-01T10:10:06.3864446Z [5992/6342] Linking CXX executable bin/Dimname_test 2022-12-01T10:10:06.4241358Z [5992/6342] Linking CXX executable bin/apply_utils_test 2022-12-01T10:10:06.4242399Z [5993/6342] Linking CXX executable bin/Dict_test 2022-12-01T10:10:06.4377078Z [5993/6342] Linking CXX executable bin/atest 2022-12-01T10:10:06.4377444Z [5994/6342] Linking CXX executable bin/MaybeOwned_test 2022-12-01T10:10:06.5745442Z [5994/6342] Linking CXX executable bin/basic 2022-12-01T10:10:06.5746047Z [5995/6342] Linking CXX executable bin/NamedTensor_test 2022-12-01T10:10:06.6694692Z [5995/6342] Linking CXX executable bin/broadcast_test 2022-12-01T10:10:06.6695518Z [5996/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_create_autodiff_subgraphs.cpp.o 2022-12-01T10:10:06.7098698Z [5996/6342] Linking CXX executable bin/cpu_generator_test 2022-12-01T10:10:06.7099356Z [5997/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_class.cpp.o 2022-12-01T10:10:06.9089654Z [5997/6342] Linking CXX executable bin/cpu_profiling_allocator_test 2022-12-01T10:10:06.9090437Z [5998/6342] Linking CXX executable bin/atest 2022-12-01T10:10:06.9924629Z [5998/6342] Linking CXX executable bin/cpu_rng_test 2022-12-01T10:10:06.9925360Z [5999/6342] Linking CXX executable bin/broadcast_test 2022-12-01T10:10:06.9935996Z [5999/6342] Linking CXX executable bin/dispatch_key_set_test 2022-12-01T10:10:06.9936720Z [6000/6342] Linking CXX executable bin/apply_utils_test 2022-12-01T10:10:07.0046749Z [6000/6342] Linking CXX executable bin/dlconvertor_test 2022-12-01T10:10:07.0047447Z [6001/6342] Linking CXX executable bin/basic 2022-12-01T10:10:07.2843099Z [6001/6342] Linking CXX executable bin/extension_backend_test 2022-12-01T10:10:07.2843802Z [6002/6342] Linking CXX executable bin/cpu_generator_test 2022-12-01T10:10:07.3341728Z [6002/6342] Linking CXX executable bin/half_test 2022-12-01T10:10:07.3342670Z [6003/6342] Linking CXX executable bin/cpu_profiling_allocator_test 2022-12-01T10:10:07.3479138Z [6003/6342] Linking CXX executable bin/ivalue_test 2022-12-01T10:10:07.3479827Z [6004/6342] Linking CXX executable bin/cpu_rng_test 2022-12-01T10:10:07.5032955Z [6004/6342] Linking CXX executable bin/lazy_tensor_test 2022-12-01T10:10:07.5033679Z [6005/6342] Linking CXX executable bin/dispatch_key_set_test 2022-12-01T10:10:07.5088137Z [6005/6342] Linking CXX executable bin/math_kernel_test 2022-12-01T10:10:07.5088794Z [6006/6342] Linking CXX executable bin/dlconvertor_test 2022-12-01T10:10:07.6150842Z [6006/6342] Linking CXX executable bin/memory_format_test 2022-12-01T10:10:07.6151429Z [6007/6342] Linking CXX executable bin/extension_backend_test 2022-12-01T10:10:07.7768436Z [6007/6342] Linking CXX executable bin/memory_overlapping_test 2022-12-01T10:10:07.7768966Z [6008/6342] Linking CXX executable bin/half_test 2022-12-01T10:10:07.8603977Z [6008/6342] Linking CXX executable bin/mobile_memory_cleanup 2022-12-01T10:10:07.8604553Z [6009/6342] Linking CXX executable bin/ivalue_test 2022-12-01T10:10:07.9190583Z [6009/6342] Linking CXX executable bin/native_test 2022-12-01T10:10:07.9191262Z [6010/6342] Linking CXX executable bin/lazy_tensor_test 2022-12-01T10:10:08.0508676Z [6010/6342] Linking CXX executable bin/operator_name_test 2022-12-01T10:10:08.0509279Z [6011/6342] Linking CXX executable bin/math_kernel_test 2022-12-01T10:10:08.0959144Z [6011/6342] Linking CXX executable bin/operators_test 2022-12-01T10:10:08.0959962Z [6012/6342] Linking CXX executable bin/memory_format_test 2022-12-01T10:10:08.2471411Z [6012/6342] Linking CXX executable bin/packedtensoraccessor_test 2022-12-01T10:10:08.2472016Z [6013/6342] Linking CXX executable bin/memory_overlapping_test 2022-12-01T10:10:08.3072995Z [6013/6342] Linking CXX executable bin/pow_test 2022-12-01T10:10:08.3073555Z [6014/6342] Linking CXX executable bin/native_test 2022-12-01T10:10:08.3544768Z [6014/6342] Linking CXX executable bin/quantized_test 2022-12-01T10:10:08.3545688Z [6015/6342] Linking CXX executable bin/mobile_memory_cleanup 2022-12-01T10:10:08.4745588Z [6015/6342] Linking CXX executable bin/reduce_ops_test 2022-12-01T10:10:08.4746120Z [6016/6342] Linking CXX executable bin/operator_name_test 2022-12-01T10:10:08.5188305Z [6016/6342] Linking CXX executable bin/reportMemoryUsage_test 2022-12-01T10:10:08.5189023Z [6017/6342] Linking CXX executable bin/packedtensoraccessor_test 2022-12-01T10:10:08.6823341Z [6017/6342] Linking CXX executable bin/scalar_tensor_test 2022-12-01T10:10:08.6823923Z [6018/6342] Linking CXX executable bin/operators_test 2022-12-01T10:10:08.8086462Z [6018/6342] Linking CXX executable bin/scalar_test 2022-12-01T10:10:08.8086957Z [6019/6342] Linking CXX executable bin/pow_test 2022-12-01T10:10:08.9456145Z [6019/6342] Linking CXX executable bin/stride_properties_test 2022-12-01T10:10:08.9456729Z [6020/6342] Linking CXX executable bin/quantized_test 2022-12-01T10:10:08.9868100Z [6020/6342] Linking CXX executable bin/tensor_iterator_test 2022-12-01T10:10:08.9868712Z [6021/6342] Linking CXX executable bin/scalar_tensor_test 2022-12-01T10:10:08.9891890Z [6021/6342] Linking CXX executable bin/test_parallel 2022-12-01T10:10:08.9892517Z [6022/6342] Linking CXX executable bin/reduce_ops_test 2022-12-01T10:10:09.0339536Z [6022/6342] Linking CXX executable bin/thread_init_test 2022-12-01T10:10:09.0340290Z [6023/6342] Linking CXX executable bin/reportMemoryUsage_test 2022-12-01T10:10:09.2355262Z [6023/6342] Linking CXX executable bin/type_ptr_test 2022-12-01T10:10:09.2356009Z [6024/6342] Linking CXX executable bin/scalar_test 2022-12-01T10:10:09.4222915Z [6024/6342] Linking CXX executable bin/type_test 2022-12-01T10:10:09.4223578Z [6025/6342] Linking CXX executable bin/thread_init_test 2022-12-01T10:10:09.4525708Z [6025/6342] Linking CXX executable bin/undefined_tensor_test 2022-12-01T10:10:09.4526283Z [6026/6342] Linking CXX executable bin/stride_properties_test 2022-12-01T10:10:09.5646088Z [6026/6342] Linking CXX executable bin/variant_test 2022-12-01T10:10:09.5646832Z [6027/6342] Linking CXX executable bin/test_parallel 2022-12-01T10:10:09.6559510Z [6027/6342] Linking CXX executable bin/verify_api_visibility 2022-12-01T10:10:09.6560381Z [6028/6342] Linking CXX executable bin/tensor_iterator_test 2022-12-01T10:10:09.6850187Z [6028/6342] Linking CXX executable bin/vmap_test 2022-12-01T10:10:09.6850670Z [6029/6342] Linking CXX executable bin/type_ptr_test 2022-12-01T10:10:09.8245205Z [6029/6342] Linking CXX executable bin/weakref_test 2022-12-01T10:10:09.8245732Z [6030/6342] Linking CXX executable bin/type_test 2022-12-01T10:10:09.9044693Z [6030/6342] Linking CXX executable bin/wrapdim_test 2022-12-01T10:10:09.9045243Z [6031/6342] Linking CXX executable bin/undefined_tensor_test 2022-12-01T10:10:10.0633323Z [6031/6342] Linking CXX executable bin/xla_tensor_test 2022-12-01T10:10:10.0634012Z [6032/6342] Linking CXX executable bin/variant_test 2022-12-01T10:10:10.1554383Z [6032/6342] Linking CXX executable bin/IListRef_test 2022-12-01T10:10:10.1555415Z [6033/6342] Linking CXX executable bin/verify_api_visibility 2022-12-01T10:10:10.2573257Z [6033/6342] Linking CXX executable bin/List_test 2022-12-01T10:10:10.2573636Z [6034/6342] Linking CXX executable bin/vmap_test 2022-12-01T10:10:10.3327927Z [6034/6342] Linking CXX executable bin/KernelFunction_test 2022-12-01T10:10:10.3328560Z [6035/6342] Linking CXX executable bin/weakref_test 2022-12-01T10:10:10.3565913Z [6035/6342] Linking CXX executable bin/kernel_function_legacy_test 2022-12-01T10:10:10.3566518Z [6036/6342] Linking CXX executable bin/wrapdim_test 2022-12-01T10:10:10.4648031Z [6036/6342] Linking CXX executable bin/kernel_function_test 2022-12-01T10:10:10.4650000Z [6037/6342] Linking CXX executable bin/xla_tensor_test 2022-12-01T10:10:10.7009282Z [6037/6342] Linking CXX executable bin/kernel_lambda_legacy_test 2022-12-01T10:10:10.7009906Z [6038/6342] Linking CXX executable bin/IListRef_test 2022-12-01T10:10:10.8253179Z [6038/6342] Linking CXX executable bin/kernel_lambda_test 2022-12-01T10:10:10.8253960Z [6039/6342] Linking CXX executable bin/List_test 2022-12-01T10:10:10.8320147Z [6039/6342] Linking CXX executable bin/kernel_stackbased_test 2022-12-01T10:10:10.8320872Z [6040/6342] Linking CXX executable bin/KernelFunction_test 2022-12-01T10:10:10.8700251Z [6040/6342] Linking CXX executable bin/make_boxed_from_unboxed_functor_test 2022-12-01T10:10:10.8700882Z [6041/6342] Linking CXX executable bin/kernel_function_test 2022-12-01T10:10:10.9540463Z [6041/6342] Linking CXX executable bin/CppSignature_test 2022-12-01T10:10:10.9541112Z [6042/6342] Linking CXX executable bin/kernel_function_legacy_test 2022-12-01T10:10:11.1755393Z [6042/6342] Linking CXX executable bin/backend_fallback_test 2022-12-01T10:10:11.1755992Z [6043/6342] Linking CXX executable bin/kernel_lambda_legacy_test 2022-12-01T10:10:11.2529549Z [6043/6342] Linking CXX executable bin/op_allowlist_test 2022-12-01T10:10:11.2530069Z [6044/6342] Linking CXX executable bin/kernel_lambda_test 2022-12-01T10:10:11.3755135Z [6044/6342] Linking CXX executable bin/op_registration_test 2022-12-01T10:10:11.3755942Z [6045/6342] Linking CXX executable bin/kernel_stackbased_test 2022-12-01T10:10:11.4972719Z [6045/6342] Linking CXX executable bin/inline_container_test 2022-12-01T10:10:11.4973596Z [6046/6342] Linking CXX executable bin/make_boxed_from_unboxed_functor_test 2022-12-01T10:10:11.5326745Z [6046/6342] Linking CXX shared library lib/libtorchbind_test.so 2022-12-01T10:10:11.5327365Z [6047/6342] Linking CXX executable bin/CppSignature_test 2022-12-01T10:10:11.5884975Z [6047/6342] Linking CXX shared library lib/libjitbackend_test.so 2022-12-01T10:10:11.5885607Z [6048/6342] Linking CXX executable bin/backend_fallback_test 2022-12-01T10:10:11.6773649Z [6048/6342] Linking CXX shared library lib/libbackend_with_compiler.so 2022-12-01T10:10:11.6774373Z [6049/6342] Linking CXX executable bin/op_allowlist_test 2022-12-01T10:10:11.9065347Z [6049/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_class_registrations.cpp.o 2022-12-01T10:10:11.9066268Z [6050/6342] Linking CXX shared library lib/libbackend_with_compiler.so 2022-12-01T10:10:11.9636780Z [6050/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_operators.cpp.o 2022-12-01T10:10:11.9637878Z [6051/6342] Linking CXX executable bin/inline_container_test 2022-12-01T10:10:11.9673595Z [6051/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_dce.cpp.o 2022-12-01T10:10:11.9674251Z [6052/6342] Linking CXX shared library lib/libtorchbind_test.so 2022-12-01T10:10:11.9765710Z [6052/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_fuser.cpp.o 2022-12-01T10:10:11.9766394Z [6053/6342] Linking CXX shared library lib/libjitbackend_test.so 2022-12-01T10:10:11.9792863Z [6053/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_graph_executor.cpp.o 2022-12-01T10:10:11.9793784Z [6054/6342] Linking CXX executable bin/op_registration_test 2022-12-01T10:10:12.4587029Z [6054/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_graph_iterator.cpp.o 2022-12-01T10:10:12.4587908Z [6055/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_dce.cpp.o 2022-12-01T10:10:12.5616731Z [6055/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_cs_debug_info_serialization.cpp.o 2022-12-01T10:10:12.5622677Z [6056/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_class_registrations.cpp.o 2022-12-01T10:10:13.1068644Z [6056/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_inliner.cpp.o 2022-12-01T10:10:13.1069478Z [6057/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_inliner.cpp.o 2022-12-01T10:10:13.1193930Z [6057/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_interface.cpp.o 2022-12-01T10:10:13.1195369Z [6058/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_operators.cpp.o 2022-12-01T10:10:13.1924002Z [6058/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_interpreter.cpp.o 2022-12-01T10:10:13.1932757Z [6059/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_fuser.cpp.o 2022-12-01T10:10:13.3821128Z [6059/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_ir.cpp.o 2022-12-01T10:10:13.3821941Z [6060/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_graph_executor.cpp.o 2022-12-01T10:10:13.4630516Z [6060/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_irparser.cpp.o 2022-12-01T10:10:13.4639225Z [6061/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_graph_iterator.cpp.o 2022-12-01T10:10:13.7951525Z [6061/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_jit_type.cpp.o 2022-12-01T10:10:13.7953088Z [6062/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_cs_debug_info_serialization.cpp.o 2022-12-01T10:10:13.8654488Z [6062/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_interpreter.cpp.o 2022-12-01T10:10:13.8655234Z [6063/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_irparser.cpp.o 2022-12-01T10:10:14.2161895Z [6063/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_interpreter_direct.cpp.o 2022-12-01T10:10:14.2171121Z [6064/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_ir.cpp.o 2022-12-01T10:10:14.3538137Z [6064/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_trainer.cpp.o 2022-12-01T10:10:14.3547079Z [6065/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_interface.cpp.o 2022-12-01T10:10:14.4929041Z [6065/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_memory_dag.cpp.o 2022-12-01T10:10:14.4931205Z [6066/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_jit_type.cpp.o 2022-12-01T10:10:14.5063345Z [6066/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_misc.cpp.o 2022-12-01T10:10:14.5065405Z [6067/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_interpreter.cpp.o 2022-12-01T10:10:14.8532317Z [6067/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_mobile_type_parser.cpp.o 2022-12-01T10:10:14.8533042Z [6068/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_memory_dag.cpp.o 2022-12-01T10:10:15.1895497Z [6068/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_module_api.cpp.o 2022-12-01T10:10:15.1897058Z [6069/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_interpreter.cpp.o 2022-12-01T10:10:15.2567078Z [6069/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_peephole_optimize.cpp.o 2022-12-01T10:10:15.4669310Z [6070/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_interpreter_direct.cpp.o 2022-12-01T10:10:15.4670141Z [6070/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_qualified_name.cpp.o 2022-12-01T10:10:15.4673902Z [6071/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_trainer.cpp.o 2022-12-01T10:10:15.5937725Z [6071/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_save_load.cpp.o 2022-12-01T10:10:15.5938688Z [6072/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_qualified_name.cpp.o 2022-12-01T10:10:15.6796114Z [6072/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_schema_info.cpp.o 2022-12-01T10:10:15.6797302Z [6073/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_mobile_type_parser.cpp.o 2022-12-01T10:10:16.0611097Z [6073/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_schema_matching.cpp.o 2022-12-01T10:10:16.0611845Z [6074/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_module_api.cpp.o 2022-12-01T10:10:16.1323250Z [6074/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_stack_opt.cpp.o 2022-12-01T10:10:16.1327151Z [6075/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_misc.cpp.o 2022-12-01T10:10:16.2333683Z [6075/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_matcher.cpp.o 2022-12-01T10:10:16.2334577Z [6076/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_schema_matching.cpp.o 2022-12-01T10:10:16.2683211Z [6076/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_rewriter.cpp.o 2022-12-01T10:10:16.2684290Z [6077/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_schema_info.cpp.o 2022-12-01T10:10:16.3339600Z [6077/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_utils.cpp.o 2022-12-01T10:10:16.3340064Z [6078/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_peephole_optimize.cpp.o 2022-12-01T10:10:16.8427028Z [6078/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_union.cpp.o 2022-12-01T10:10:16.8433568Z [6079/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_save_load.cpp.o 2022-12-01T10:10:17.0059391Z [6079/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_utils.cpp.o 2022-12-01T10:10:17.0062402Z [6080/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_matcher.cpp.o 2022-12-01T10:10:17.1724600Z [6080/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_script_profile.cpp.o 2022-12-01T10:10:17.1725675Z [6081/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_stack_opt.cpp.o 2022-12-01T10:10:17.2369006Z [6081/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_shape_analysis.cpp.o 2022-12-01T10:10:17.2374924Z [6082/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_rewriter.cpp.o 2022-12-01T10:10:17.3756949Z [6082/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_jit_logging_levels.cpp.o 2022-12-01T10:10:17.3757722Z [6083/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_utils.cpp.o 2022-12-01T10:10:17.4211595Z [6083/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_file_format.cpp.o 2022-12-01T10:10:17.4212596Z [6084/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_union.cpp.o 2022-12-01T10:10:17.7102459Z [6084/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_flatbuffer.cpp.o 2022-12-01T10:10:17.7109521Z [6085/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_file_format.cpp.o 2022-12-01T10:10:17.8875121Z [6085/6342] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/__/common/main.cpp.o 2022-12-01T10:10:17.8877077Z [6086/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_utils.cpp.o 2022-12-01T10:10:17.9038484Z [6086/6342] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/padded_buffer.cpp.o 2022-12-01T10:10:17.9039534Z [6087/6342] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/__/common/main.cpp.o 2022-12-01T10:10:17.9968540Z [6087/6342] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_approx.cpp.o 2022-12-01T10:10:17.9969452Z [6088/6342] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_approx.cpp.o 2022-12-01T10:10:18.1172677Z [6088/6342] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_aten.cpp.o 2022-12-01T10:10:18.1173587Z [6089/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_script_profile.cpp.o 2022-12-01T10:10:18.2807081Z [6089/6342] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_boundsinference.cpp.o 2022-12-01T10:10:18.2808401Z [6090/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_shape_analysis.cpp.o 2022-12-01T10:10:18.3159741Z [6090/6342] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_conv.cpp.o 2022-12-01T10:10:18.3161295Z [6091/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_jit_logging_levels.cpp.o 2022-12-01T10:10:18.8137771Z [6091/6342] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_cpp_codegen.cpp.o 2022-12-01T10:10:18.8138822Z [6092/6342] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/padded_buffer.cpp.o 2022-12-01T10:10:18.8573284Z [6092/6342] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_dynamic_shapes.cpp.o 2022-12-01T10:10:18.8574360Z [6093/6342] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_flatbuffer.cpp.o 2022-12-01T10:10:19.0905428Z [6093/6342] Linking CXX executable bin/test_jit 2022-12-01T10:10:19.0906202Z [6094/6342] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_aten.cpp.o 2022-12-01T10:10:19.2099885Z [6094/6342] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_expr.cpp.o 2022-12-01T10:10:19.2103462Z [6095/6342] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_boundsinference.cpp.o 2022-12-01T10:10:19.2446042Z [6095/6342] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_external_calls.cpp.o 2022-12-01T10:10:19.2447118Z [6096/6342] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_cpp_codegen.cpp.o 2022-12-01T10:10:19.6590405Z [6096/6342] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_graph_opt.cpp.o 2022-12-01T10:10:19.6594507Z [6097/6342] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_conv.cpp.o 2022-12-01T10:10:19.8528833Z [6097/6342] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ir_printer.cpp.o 2022-12-01T10:10:19.8530513Z [6098/6342] Linking CXX executable bin/test_jit 2022-12-01T10:10:20.0762340Z [6098/6342] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ir_verifier.cpp.o 2022-12-01T10:10:20.0763424Z [6099/6342] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_dynamic_shapes.cpp.o 2022-12-01T10:10:20.1008723Z [6099/6342] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_kernel.cpp.o 2022-12-01T10:10:20.1009975Z [6100/6342] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ir_printer.cpp.o 2022-12-01T10:10:20.1381383Z [6100/6342] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_loopnest.cpp.o 2022-12-01T10:10:20.1383138Z [6101/6342] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_expr.cpp.o 2022-12-01T10:10:20.2444197Z [6101/6342] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_memdependency.cpp.o 2022-12-01T10:10:20.2446399Z [6102/6342] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ir_verifier.cpp.o 2022-12-01T10:10:20.3909584Z [6102/6342] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ops.cpp.o 2022-12-01T10:10:20.3913006Z [6103/6342] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_external_calls.cpp.o 2022-12-01T10:10:20.5312843Z [6103/6342] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_quantization.cpp.o 2022-12-01T10:10:20.5313732Z [6104/6342] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_graph_opt.cpp.o 2022-12-01T10:10:21.3442788Z [6104/6342] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_memplanning.cpp.o 2022-12-01T10:10:21.3448861Z [6105/6342] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_memdependency.cpp.o 2022-12-01T10:10:21.4179797Z [6105/6342] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_reductions.cpp.o 2022-12-01T10:10:21.4183220Z [6106/6342] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_loopnest.cpp.o 2022-12-01T10:10:21.5359958Z [6106/6342] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_registerizer.cpp.o 2022-12-01T10:10:21.5361303Z [6107/6342] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_memplanning.cpp.o 2022-12-01T10:10:21.5568446Z [6107/6342] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_simplify.cpp.o 2022-12-01T10:10:21.5569712Z [6108/6342] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ops.cpp.o 2022-12-01T10:10:21.6281275Z [6108/6342] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_te_fuser_pass.cpp.o 2022-12-01T10:10:21.6282687Z [6109/6342] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_kernel.cpp.o 2022-12-01T10:10:21.6540033Z [6109/6342] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_type.cpp.o 2022-12-01T10:10:21.6541352Z [6110/6342] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_quantization.cpp.o 2022-12-01T10:10:22.3197305Z [6110/6342] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_type_specializations.cpp.o 2022-12-01T10:10:22.3198853Z [6111/6342] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_type_specializations.cpp.o 2022-12-01T10:10:22.4201347Z [6111/6342] Building CXX object test_tensorexpr/CMakeFiles/tutorial_tensorexpr.dir/tutorial.cpp.o 2022-12-01T10:10:22.4203375Z [6112/6342] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_reductions.cpp.o 2022-12-01T10:10:22.4593344Z [6112/6342] Building CXX object test_cpp_c10d/CMakeFiles/FileStoreTest.dir/FileStoreTest.cpp.o 2022-12-01T10:10:22.4594821Z [6113/6342] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_registerizer.cpp.o 2022-12-01T10:10:22.6855496Z [6113/6342] Building CXX object test_cpp_c10d/CMakeFiles/TCPStoreTest.dir/TCPStoreTest.cpp.o 2022-12-01T10:10:22.6857203Z [6114/6342] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_simplify.cpp.o 2022-12-01T10:10:22.7129158Z [6114/6342] Building CXX object test_cpp_c10d/CMakeFiles/HashStoreTest.dir/HashStoreTest.cpp.o 2022-12-01T10:10:22.7134189Z [6115/6342] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_te_fuser_pass.cpp.o 2022-12-01T10:10:22.7454720Z [6115/6342] Building CXX object test_cpp_c10d/CMakeFiles/ProcessGroupGlooTest.dir/ProcessGroupGlooTest.cpp.o 2022-12-01T10:10:22.7455524Z [6116/6342] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_type.cpp.o 2022-12-01T10:10:22.8726946Z [6116/6342] Linking CXX executable bin/test_tensorexpr 2022-12-01T10:10:22.8729311Z [6117/6342] Building CXX object test_cpp_c10d/CMakeFiles/FileStoreTest.dir/FileStoreTest.cpp.o 2022-12-01T10:10:22.9249449Z [6117/6342] Linking CXX executable bin/FileStoreTest 2022-12-01T10:10:23.0490888Z [6118/6342] Building CXX object test_cpp_c10d/CMakeFiles/TCPStoreTest.dir/TCPStoreTest.cpp.o 2022-12-01T10:10:23.0491578Z [6118/6342] Linking CXX executable bin/TCPStoreTest 2022-12-01T10:10:23.0492306Z [6119/6342] Building CXX object test_cpp_c10d/CMakeFiles/HashStoreTest.dir/HashStoreTest.cpp.o 2022-12-01T10:10:23.4776940Z [6119/6342] Linking CXX executable bin/HashStoreTest 2022-12-01T10:10:23.4777517Z [6120/6342] Linking CXX executable bin/FileStoreTest 2022-12-01T10:10:23.5118165Z [6120/6342] Building CXX object test_cpp_c10d/CMakeFiles/example_allreduce.dir/example/allreduce.cpp.o 2022-12-01T10:10:23.5120989Z [6121/6342] Building CXX object test_tensorexpr/CMakeFiles/tutorial_tensorexpr.dir/tutorial.cpp.o 2022-12-01T10:10:23.5313078Z [6121/6342] Linking CXX executable bin/tutorial_tensorexpr 2022-12-01T10:10:23.5313580Z [6122/6342] Linking CXX executable bin/HashStoreTest 2022-12-01T10:10:23.5747030Z [6122/6342] Building CXX object dist_autograd/CMakeFiles/test_dist_autograd.dir/__/common/main.cpp.o 2022-12-01T10:10:23.5747757Z [6123/6342] Linking CXX executable bin/TCPStoreTest 2022-12-01T10:10:23.8140999Z [6123/6342] Building CXX object dist_autograd/CMakeFiles/test_dist_autograd.dir/test_dist_autograd.cpp.o 2022-12-01T10:10:23.8142017Z [6124/6342] Building CXX object test_cpp_c10d/CMakeFiles/ProcessGroupGlooTest.dir/ProcessGroupGlooTest.cpp.o 2022-12-01T10:10:23.8198878Z [6124/6342] Linking CXX executable bin/ProcessGroupGlooTest 2022-12-01T10:10:23.8204967Z [6125/6342] Building CXX object dist_autograd/CMakeFiles/test_dist_autograd.dir/__/common/main.cpp.o 2022-12-01T10:10:23.9240149Z [6125/6342] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/__/common/main.cpp.o 2022-12-01T10:10:23.9240833Z [6126/6342] Linking CXX executable bin/test_tensorexpr 2022-12-01T10:10:24.0009719Z [6126/6342] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/e2e_test_base.cpp.o 2022-12-01T10:10:24.0010574Z [6127/6342] Linking CXX executable bin/tutorial_tensorexpr 2022-12-01T10:10:24.0430578Z [6127/6342] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_wire_serialization.cpp.o 2022-12-01T10:10:24.0431365Z [6128/6342] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/__/common/main.cpp.o 2022-12-01T10:10:24.3271406Z [6128/6342] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_e2e_tensorpipe.cpp.o 2022-12-01T10:10:24.3272118Z [6129/6342] Linking CXX executable bin/ProcessGroupGlooTest 2022-12-01T10:10:24.4186676Z [6129/6342] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_tensorpipe_serialization.cpp.o 2022-12-01T10:10:24.4191042Z [6130/6342] Building CXX object test_cpp_c10d/CMakeFiles/example_allreduce.dir/example/allreduce.cpp.o 2022-12-01T10:10:24.9370730Z [6130/6342] Linking CXX executable bin/example_allreduce 2022-12-01T10:10:24.9372284Z [6131/6342] Building CXX object dist_autograd/CMakeFiles/test_dist_autograd.dir/test_dist_autograd.cpp.o 2022-12-01T10:10:25.0933491Z [6131/6342] Linking CXX executable bin/test_dist_autograd 2022-12-01T10:10:25.0934262Z [6132/6342] Linking CXX executable bin/example_allreduce 2022-12-01T10:10:25.1618512Z [6132/6342] Building CXX object test_api/CMakeFiles/test_api.dir/__/common/main.cpp.o 2022-12-01T10:10:25.1619987Z [6133/6342] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/e2e_test_base.cpp.o 2022-12-01T10:10:25.2133012Z [6133/6342] Building CXX object test_api/CMakeFiles/test_api.dir/autograd.cpp.o 2022-12-01T10:10:25.2134679Z [6134/6342] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_wire_serialization.cpp.o 2022-12-01T10:10:25.3300586Z [6134/6342] Building CXX object test_api/CMakeFiles/test_api.dir/any.cpp.o 2022-12-01T10:10:25.3301321Z [6135/6342] Building CXX object test_api/CMakeFiles/test_api.dir/__/common/main.cpp.o 2022-12-01T10:10:25.4583415Z [6135/6342] Building CXX object test_api/CMakeFiles/test_api.dir/dataloader.cpp.o 2022-12-01T10:10:25.4590372Z [6136/6342] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_e2e_tensorpipe.cpp.o 2022-12-01T10:10:25.5124377Z [6136/6342] Building CXX object test_api/CMakeFiles/test_api.dir/enum.cpp.o 2022-12-01T10:10:25.5125078Z [6137/6342] Linking CXX executable bin/test_dist_autograd 2022-12-01T10:10:25.7237206Z [6137/6342] Building CXX object test_api/CMakeFiles/test_api.dir/expanding-array.cpp.o 2022-12-01T10:10:25.7238106Z [6138/6342] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_tensorpipe_serialization.cpp.o 2022-12-01T10:10:26.3902392Z [6138/6342] Linking CXX executable bin/test_cpp_rpc 2022-12-01T10:10:26.3904978Z [6139/6342] Linking CXX executable bin/test_cpp_rpc 2022-12-01T10:10:26.6044100Z [6139/6342] Building CXX object test_api/CMakeFiles/test_api.dir/fft.cpp.o 2022-12-01T10:10:26.6044825Z [6140/6342] Building CXX object test_api/CMakeFiles/test_api.dir/expanding-array.cpp.o 2022-12-01T10:10:26.7070420Z [6140/6342] Building CXX object test_api/CMakeFiles/test_api.dir/functional.cpp.o 2022-12-01T10:10:26.7071180Z [6141/6342] Building CXX object test_api/CMakeFiles/test_api.dir/autograd.cpp.o 2022-12-01T10:10:26.7333167Z [6141/6342] Building CXX object test_api/CMakeFiles/test_api.dir/integration.cpp.o 2022-12-01T10:10:26.7333896Z [6142/6342] Building CXX object test_api/CMakeFiles/test_api.dir/any.cpp.o 2022-12-01T10:10:26.7787366Z [6142/6342] Building CXX object test_api/CMakeFiles/test_api.dir/init.cpp.o 2022-12-01T10:10:26.7788020Z [6143/6342] Building CXX object test_api/CMakeFiles/test_api.dir/dataloader.cpp.o 2022-12-01T10:10:26.8267747Z [6143/6342] Building CXX object test_api/CMakeFiles/test_api.dir/jit.cpp.o 2022-12-01T10:10:26.8268459Z [6144/6342] Building CXX object test_api/CMakeFiles/test_api.dir/enum.cpp.o 2022-12-01T10:10:27.0799724Z [6144/6342] Building CXX object test_api/CMakeFiles/test_api.dir/memory.cpp.o 2022-12-01T10:10:27.0800239Z [6145/6342] Building CXX object test_api/CMakeFiles/test_api.dir/memory.cpp.o 2022-12-01T10:10:27.6981670Z [6145/6342] Building CXX object test_api/CMakeFiles/test_api.dir/meta_tensor.cpp.o 2022-12-01T10:10:27.6982096Z [6146/6342] Building CXX object test_api/CMakeFiles/test_api.dir/fft.cpp.o 2022-12-01T10:10:27.9609025Z [6146/6342] Building CXX object test_api/CMakeFiles/test_api.dir/misc.cpp.o 2022-12-01T10:10:27.9609885Z [6147/6342] Building CXX object test_api/CMakeFiles/test_api.dir/jit.cpp.o 2022-12-01T10:10:28.0286280Z [6147/6342] Building CXX object test_api/CMakeFiles/test_api.dir/module.cpp.o 2022-12-01T10:10:28.0287566Z [6148/6342] Building CXX object test_api/CMakeFiles/test_api.dir/functional.cpp.o 2022-12-01T10:10:28.2146990Z [6148/6342] Building CXX object test_api/CMakeFiles/test_api.dir/moduledict.cpp.o 2022-12-01T10:10:28.2147915Z [6149/6342] Building CXX object test_api/CMakeFiles/test_api.dir/integration.cpp.o 2022-12-01T10:10:28.2667946Z [6149/6342] Building CXX object test_api/CMakeFiles/test_api.dir/modulelist.cpp.o 2022-12-01T10:10:28.2675838Z [6150/6342] Building CXX object test_api/CMakeFiles/test_api.dir/init.cpp.o 2022-12-01T10:10:28.3918931Z [6150/6342] Building CXX object test_api/CMakeFiles/test_api.dir/modules.cpp.o 2022-12-01T10:10:28.3919868Z [6151/6342] Building CXX object test_api/CMakeFiles/test_api.dir/meta_tensor.cpp.o 2022-12-01T10:10:28.9597496Z [6151/6342] Building CXX object test_api/CMakeFiles/test_api.dir/nested.cpp.o 2022-12-01T10:10:28.9598395Z [6152/6342] Building CXX object test_api/CMakeFiles/test_api.dir/misc.cpp.o 2022-12-01T10:10:29.1558899Z [6152/6342] Building CXX object test_api/CMakeFiles/test_api.dir/parameterdict.cpp.o 2022-12-01T10:10:29.1560315Z [6153/6342] Building CXX object test_api/CMakeFiles/test_api.dir/module.cpp.o 2022-12-01T10:10:29.3876912Z [6153/6342] Building CXX object test_api/CMakeFiles/test_api.dir/parameterlist.cpp.o 2022-12-01T10:10:29.3881689Z [6154/6342] Building CXX object test_api/CMakeFiles/test_api.dir/moduledict.cpp.o 2022-12-01T10:10:29.6865855Z [6154/6342] Building CXX object test_api/CMakeFiles/test_api.dir/namespace.cpp.o 2022-12-01T10:10:29.6866771Z [6155/6342] Building CXX object test_api/CMakeFiles/test_api.dir/modulelist.cpp.o 2022-12-01T10:10:29.6980069Z [6155/6342] Building CXX object test_api/CMakeFiles/test_api.dir/nn_utils.cpp.o 2022-12-01T10:10:29.6982406Z [6156/6342] Building CXX object test_api/CMakeFiles/test_api.dir/nested.cpp.o 2022-12-01T10:10:29.7856081Z [6156/6342] Building CXX object test_api/CMakeFiles/test_api.dir/optim.cpp.o 2022-12-01T10:10:29.7857328Z [6157/6342] Building CXX object test_api/CMakeFiles/test_api.dir/modules.cpp.o 2022-12-01T10:10:30.2169117Z [6157/6342] Building CXX object test_api/CMakeFiles/test_api.dir/ordered_dict.cpp.o 2022-12-01T10:10:30.2176239Z [6158/6342] Building CXX object test_api/CMakeFiles/test_api.dir/parameterdict.cpp.o 2022-12-01T10:10:30.4415732Z [6158/6342] Building CXX object test_api/CMakeFiles/test_api.dir/rnn.cpp.o 2022-12-01T10:10:30.4417088Z [6159/6342] Building CXX object test_api/CMakeFiles/test_api.dir/parameterlist.cpp.o 2022-12-01T10:10:30.7962278Z [6159/6342] Building CXX object test_api/CMakeFiles/test_api.dir/sequential.cpp.o 2022-12-01T10:10:30.7971675Z [6160/6342] Building CXX object test_api/CMakeFiles/test_api.dir/namespace.cpp.o 2022-12-01T10:10:31.0574396Z [6160/6342] Building CXX object test_api/CMakeFiles/test_api.dir/transformer.cpp.o 2022-12-01T10:10:31.0575331Z [6161/6342] Building CXX object test_api/CMakeFiles/test_api.dir/optim.cpp.o 2022-12-01T10:10:31.0716283Z [6161/6342] Building CXX object test_api/CMakeFiles/test_api.dir/serialize.cpp.o 2022-12-01T10:10:31.0717406Z [6162/6342] Building CXX object test_api/CMakeFiles/test_api.dir/nn_utils.cpp.o 2022-12-01T10:10:31.2179481Z [6162/6342] Building CXX object test_api/CMakeFiles/test_api.dir/special.cpp.o 2022-12-01T10:10:31.2180920Z [6163/6342] Building CXX object test_api/CMakeFiles/test_api.dir/ordered_dict.cpp.o 2022-12-01T10:10:31.5415031Z [6163/6342] Building CXX object test_api/CMakeFiles/test_api.dir/static.cpp.o 2022-12-01T10:10:31.5417430Z [6164/6342] Building CXX object test_api/CMakeFiles/test_api.dir/rnn.cpp.o 2022-12-01T10:10:31.9041659Z [6164/6342] Building CXX object test_api/CMakeFiles/test_api.dir/support.cpp.o 2022-12-01T10:10:31.9042977Z [6165/6342] Building CXX object test_api/CMakeFiles/test_api.dir/sequential.cpp.o 2022-12-01T10:10:32.0539426Z [6165/6342] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_cuda.cpp.o 2022-12-01T10:10:32.0544434Z [6166/6342] Building CXX object test_api/CMakeFiles/test_api.dir/transformer.cpp.o 2022-12-01T10:10:32.2939106Z [6166/6342] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_indexing.cpp.o 2022-12-01T10:10:32.2948112Z [6167/6342] Building CXX object test_api/CMakeFiles/test_api.dir/special.cpp.o 2022-12-01T10:10:32.4997812Z [6167/6342] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_options_cuda.cpp.o 2022-12-01T10:10:32.5005953Z [6168/6342] Building CXX object test_api/CMakeFiles/test_api.dir/static.cpp.o 2022-12-01T10:10:32.5175378Z [6168/6342] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_options.cpp.o 2022-12-01T10:10:32.5176141Z [6169/6342] Building CXX object test_api/CMakeFiles/test_api.dir/serialize.cpp.o 2022-12-01T10:10:32.7176579Z [6169/6342] Building CXX object test_api/CMakeFiles/test_api.dir/tensor.cpp.o 2022-12-01T10:10:32.7177323Z [6170/6342] Building CXX object test_api/CMakeFiles/test_api.dir/support.cpp.o 2022-12-01T10:10:32.8378508Z [6170/6342] Building CXX object test_api/CMakeFiles/test_api.dir/torch_include.cpp.o 2022-12-01T10:10:32.8379205Z [6171/6342] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_cuda.cpp.o 2022-12-01T10:10:33.4368839Z [6171/6342] Building CXX object test_api/CMakeFiles/test_api.dir/inference_mode.cpp.o 2022-12-01T10:10:33.4369549Z [6172/6342] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_indexing.cpp.o 2022-12-01T10:10:33.5611228Z [6172/6342] Building CXX object test_api/CMakeFiles/test_api.dir/grad_mode.cpp.o 2022-12-01T10:10:33.5612807Z [6173/6342] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_options_cuda.cpp.o 2022-12-01T10:10:33.8324462Z [6173/6342] Building CXX object test_api/CMakeFiles/test_api.dir/operations.cpp.o 2022-12-01T10:10:33.8325621Z [6174/6342] Building CXX object test_api/CMakeFiles/test_api.dir/torch_include.cpp.o 2022-12-01T10:10:33.8452775Z [6174/6342] Building CXX object test_api/CMakeFiles/parallel_benchmark.dir/parallel_benchmark.cpp.o 2022-12-01T10:10:33.8455420Z [6175/6342] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_options.cpp.o 2022-12-01T10:10:34.0487026Z [6175/6342] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/__/common/main.cpp.o 2022-12-01T10:10:34.0487729Z [6176/6342] Building CXX object test_api/CMakeFiles/test_api.dir/tensor.cpp.o 2022-12-01T10:10:34.1804828Z [6176/6342] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_backend_device.cpp.o 2022-12-01T10:10:34.1805844Z [6177/6342] Building CXX object test_api/CMakeFiles/test_api.dir/inference_mode.cpp.o 2022-12-01T10:10:34.2385530Z [6177/6342] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_cache.cpp.o 2022-12-01T10:10:34.2386634Z [6178/6342] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/__/common/main.cpp.o 2022-12-01T10:10:34.6938012Z [6178/6342] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_ir.cpp.o 2022-12-01T10:10:34.6941712Z [6179/6342] Building CXX object test_api/CMakeFiles/test_api.dir/grad_mode.cpp.o 2022-12-01T10:10:34.7313885Z [6179/6342] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_ir_util.cpp.o 2022-12-01T10:10:34.7316938Z [6180/6342] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_cache.cpp.o 2022-12-01T10:10:34.8051054Z [6180/6342] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_misc.cpp.o 2022-12-01T10:10:34.8052238Z [6181/6342] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_ir.cpp.o 2022-12-01T10:10:34.9082849Z [6181/6342] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_permutation_util.cpp.o 2022-12-01T10:10:34.9083609Z [6182/6342] Building CXX object test_api/CMakeFiles/test_api.dir/operations.cpp.o 2022-12-01T10:10:34.9635173Z [6182/6342] Linking CXX executable bin/test_api 2022-12-01T10:10:34.9635653Z [6183/6342] Building CXX object test_api/CMakeFiles/parallel_benchmark.dir/parallel_benchmark.cpp.o 2022-12-01T10:10:35.1012175Z [6183/6342] Linking CXX executable bin/parallel_benchmark 2022-12-01T10:10:35.1013871Z [6184/6342] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_misc.cpp.o 2022-12-01T10:10:35.1363670Z [6184/6342] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_shape.cpp.o 2022-12-01T10:10:35.1365101Z [6185/6342] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_permutation_util.cpp.o 2022-12-01T10:10:35.1971337Z [6185/6342] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_trie_cache.cpp.o 2022-12-01T10:10:35.1972628Z [6186/6342] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_ir_util.cpp.o 2022-12-01T10:10:35.3344747Z [6186/6342] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_util.cpp.o 2022-12-01T10:10:35.3346107Z [6187/6342] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_backend_device.cpp.o 2022-12-01T10:10:35.4225199Z [6187/6342] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_lazy_ops.cpp.o 2022-12-01T10:10:35.4226079Z [6188/6342] Linking CXX executable bin/parallel_benchmark 2022-12-01T10:10:35.5267009Z [6188/6342] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_lazy_ops_util.cpp.o 2022-12-01T10:10:35.5268076Z [6189/6342] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_util.cpp.o 2022-12-01T10:10:35.5443167Z [6189/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_0.cpp.o 2022-12-01T10:10:35.5444019Z [6190/6342] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_shape.cpp.o 2022-12-01T10:10:35.6489785Z [6190/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_1.cpp.o 2022-12-01T10:10:35.6490899Z [6191/6342] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_trie_cache.cpp.o 2022-12-01T10:10:36.6028449Z [6191/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_2.cpp.o 2022-12-01T10:10:36.6029449Z [6192/6342] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_lazy_ops.cpp.o 2022-12-01T10:10:36.6038550Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp: In lambda function: 2022-12-01T10:10:36.6041286Z /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:959:30: warning: ‘bool c10::isIntegralType(c10::ScalarType)’ is deprecated: isIntegralType is deprecated. Please use the overload with 'includeBool' parameter instead. [-Wdeprecated-declarations] 2022-12-01T10:10:36.6043076Z isIntegralType(type) ? torch::Scalar(1) : torch::Scalar(1.0); 2022-12-01T10:10:36.6043891Z ^ 2022-12-01T10:10:36.6044792Z In file included from /var/lib/jenkins/workspace/c10/core/Scalar.h:11:0, 2022-12-01T10:10:36.6046005Z from /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:16, 2022-12-01T10:10:36.6047028Z from /var/lib/jenkins/workspace/aten/src/ATen/core/Tensor.h:3, 2022-12-01T10:10:36.6048138Z from /var/lib/jenkins/workspace/aten/src/ATen/Tensor.h:3, 2022-12-01T10:10:36.6049193Z from /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_device.h:7, 2022-12-01T10:10:36.6085503Z from /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops_util.h:4, 2022-12-01T10:10:36.6086169Z from /var/lib/jenkins/workspace/test/cpp/lazy/test_lazy_ops.cpp:4: 2022-12-01T10:10:36.6086868Z /var/lib/jenkins/workspace/c10/core/ScalarType.h:242:20: note: declared here 2022-12-01T10:10:36.6087460Z static inline bool isIntegralType(ScalarType t) { 2022-12-01T10:10:36.6088327Z ^~~~~~~~~~~~~~ 2022-12-01T10:10:36.6088522Z 2022-12-01T10:10:36.6120868Z [6192/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_3.cpp.o 2022-12-01T10:10:36.6121545Z [6193/6342] Linking CXX executable bin/test_api 2022-12-01T10:10:36.7508541Z [6193/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_4.cpp.o 2022-12-01T10:10:36.7509286Z [6194/6342] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_lazy_ops_util.cpp.o 2022-12-01T10:10:36.7898778Z [6194/6342] Linking CXX executable bin/test_lazy 2022-12-01T10:10:36.7900061Z [6195/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_1.cpp.o 2022-12-01T10:10:36.7999916Z [6195/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_variable_methods.cpp.o 2022-12-01T10:10:36.8002199Z [6196/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_0.cpp.o 2022-12-01T10:10:36.8914800Z [6196/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_0.cpp.o 2022-12-01T10:10:36.8915975Z [6197/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_2.cpp.o 2022-12-01T10:10:37.4541755Z [6197/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_1.cpp.o 2022-12-01T10:10:37.4542749Z [6198/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_variable_methods.cpp.o 2022-12-01T10:10:37.4925096Z [6198/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_2.cpp.o 2022-12-01T10:10:37.4925922Z [6199/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_0.cpp.o 2022-12-01T10:10:37.5637682Z [6199/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_nn_functions.cpp.o 2022-12-01T10:10:37.5638700Z [6200/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_1.cpp.o 2022-12-01T10:10:37.6662979Z [6200/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_fft_functions.cpp.o 2022-12-01T10:10:37.6663693Z [6201/6342] Linking CXX executable bin/test_lazy 2022-12-01T10:10:37.7384086Z [6201/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_linalg_functions.cpp.o 2022-12-01T10:10:37.7384720Z [6202/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_3.cpp.o 2022-12-01T10:10:37.7782888Z [6202/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_nested_functions.cpp.o 2022-12-01T10:10:37.7783605Z [6203/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_4.cpp.o 2022-12-01T10:10:38.0553866Z [6203/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_sparse_functions.cpp.o 2022-12-01T10:10:38.0554856Z [6204/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_2.cpp.o 2022-12-01T10:10:38.1085359Z [6204/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_special_functions.cpp.o 2022-12-01T10:10:38.1086210Z [6205/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_nn_functions.cpp.o 2022-12-01T10:10:38.1765452Z [6205/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_return_types.cpp.o 2022-12-01T10:10:38.1766417Z [6206/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_fft_functions.cpp.o 2022-12-01T10:10:38.2454010Z [6206/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_enum_tag.cpp.o 2022-12-01T10:10:38.2455264Z [6207/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_linalg_functions.cpp.o 2022-12-01T10:10:38.3138584Z [6207/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DataLoader.cpp.o 2022-12-01T10:10:38.3140013Z [6208/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_sparse_functions.cpp.o 2022-12-01T10:10:38.3308394Z [6208/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Device.cpp.o 2022-12-01T10:10:38.3309207Z [6209/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_nested_functions.cpp.o 2022-12-01T10:10:38.6284054Z [6209/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Dtype.cpp.o 2022-12-01T10:10:38.6284953Z [6210/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_special_functions.cpp.o 2022-12-01T10:10:38.6868012Z [6210/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DynamicTypes.cpp.o 2022-12-01T10:10:38.6868909Z [6211/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_return_types.cpp.o 2022-12-01T10:10:38.8399536Z [6211/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Exceptions.cpp.o 2022-12-01T10:10:38.8400432Z [6212/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DataLoader.cpp.o 2022-12-01T10:10:38.8977656Z [6212/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Generator.cpp.o 2022-12-01T10:10:38.8978421Z [6213/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Device.cpp.o 2022-12-01T10:10:39.3254547Z [6213/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Layout.cpp.o 2022-12-01T10:10:39.3257453Z [6214/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Dtype.cpp.o 2022-12-01T10:10:39.4404719Z [6214/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/MemoryFormat.cpp.o 2022-12-01T10:10:39.4405709Z [6215/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Layout.cpp.o 2022-12-01T10:10:39.7640916Z [6215/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/QScheme.cpp.o 2022-12-01T10:10:39.7642199Z [6216/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DynamicTypes.cpp.o 2022-12-01T10:10:39.7942941Z [6216/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Module.cpp.o 2022-12-01T10:10:39.7943781Z [6217/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/MemoryFormat.cpp.o 2022-12-01T10:10:39.8166482Z [6217/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/python_dimname.cpp.o 2022-12-01T10:10:39.8168026Z [6218/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Exceptions.cpp.o 2022-12-01T10:10:39.9446785Z [6218/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Size.cpp.o 2022-12-01T10:10:39.9447783Z [6219/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Generator.cpp.o 2022-12-01T10:10:39.9563706Z [6219/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Storage.cpp.o 2022-12-01T10:10:39.9564421Z [6220/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/QScheme.cpp.o 2022-12-01T10:10:40.2029827Z [6220/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/StorageMethods.cpp.o 2022-12-01T10:10:40.2030679Z [6221/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/python_dimname.cpp.o 2022-12-01T10:10:40.3757589Z [6221/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/StorageSharing.cpp.o 2022-12-01T10:10:40.3758403Z [6222/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Size.cpp.o 2022-12-01T10:10:41.0905073Z [6222/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Stream.cpp.o 2022-12-01T10:10:41.0907959Z [6223/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Module.cpp.o 2022-12-01T10:10:41.1175815Z [6223/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/TypeInfo.cpp.o 2022-12-01T10:10:41.1177258Z [6224/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Storage.cpp.o 2022-12-01T10:10:41.2237872Z [6224/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/api/src/python/init.cpp.o 2022-12-01T10:10:41.2239493Z [6225/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/StorageMethods.cpp.o 2022-12-01T10:10:41.3161886Z [6225/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/functions/init.cpp.o 2022-12-01T10:10:41.3165067Z [6226/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/StorageSharing.cpp.o 2022-12-01T10:10:41.5146581Z [6226/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/init.cpp.o 2022-12-01T10:10:41.5155798Z [6227/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Stream.cpp.o 2022-12-01T10:10:41.7202169Z [6227/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/profiler_python.cpp.o 2022-12-01T10:10:41.7202988Z [6228/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/functions/init.cpp.o 2022-12-01T10:10:42.1680901Z [6228/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_anomaly_mode.cpp.o 2022-12-01T10:10:42.1681708Z [6229/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/TypeInfo.cpp.o 2022-12-01T10:10:42.2074931Z [6229/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_saved_variable_hooks.cpp.o 2022-12-01T10:10:42.2075927Z [6230/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/profiler_python.cpp.o 2022-12-01T10:10:42.2356376Z [6230/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_cpp_function.cpp.o 2022-12-01T10:10:42.2357109Z [6231/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_anomaly_mode.cpp.o 2022-12-01T10:10:42.3008026Z [6231/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_engine.cpp.o 2022-12-01T10:10:42.3010430Z [6232/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/api/src/python/init.cpp.o 2022-12-01T10:10:42.7218586Z [6232/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_function.cpp.o 2022-12-01T10:10:42.7219388Z [6233/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/init.cpp.o 2022-12-01T10:10:42.7638693Z [6233/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_hook.cpp.o 2022-12-01T10:10:42.7640157Z [6234/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_cpp_function.cpp.o 2022-12-01T10:10:43.1912653Z [6234/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_legacy_variable.cpp.o 2022-12-01T10:10:43.1914273Z [6235/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_saved_variable_hooks.cpp.o 2022-12-01T10:10:43.3712065Z [6235/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_torch_functions_manual.cpp.o 2022-12-01T10:10:43.3713229Z [6236/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_engine.cpp.o 2022-12-01T10:10:43.4264966Z [6236/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable.cpp.o 2022-12-01T10:10:43.4266536Z [6237/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_function.cpp.o 2022-12-01T10:10:43.7830668Z [6237/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable_indexing.cpp.o 2022-12-01T10:10:43.7831808Z [6238/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_legacy_variable.cpp.o 2022-12-01T10:10:43.8461439Z [6238/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/functorch/init.cpp.o 2022-12-01T10:10:43.8462308Z [6239/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_hook.cpp.o 2022-12-01T10:10:44.4428737Z [6239/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/backends/backend_init.cpp.o 2022-12-01T10:10:44.4429582Z [6240/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_torch_functions_manual.cpp.o 2022-12-01T10:10:44.5483066Z [6240/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/codegen/cuda/python_frontend/python_bindings.cpp.o 2022-12-01T10:10:44.5484157Z [6241/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable.cpp.o 2022-12-01T10:10:44.6445894Z [6241/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/init.cpp.o 2022-12-01T10:10:44.6447612Z [6242/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable_indexing.cpp.o 2022-12-01T10:10:45.1751276Z [6242/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx.cpp.o 2022-12-01T10:10:45.1752712Z [6243/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/functorch/init.cpp.o 2022-12-01T10:10:45.1991900Z [6243/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/cast_all_constant_to_floating.cpp.o 2022-12-01T10:10:45.1993955Z [6244/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/backends/backend_init.cpp.o 2022-12-01T10:10:45.5523942Z [6244/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/deduplicate_initializers.cpp.o 2022-12-01T10:10:45.5524815Z [6245/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/cast_all_constant_to_floating.cpp.o 2022-12-01T10:10:45.6904419Z [6245/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/eval_peephole.cpp.o 2022-12-01T10:10:45.6907270Z [6246/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/codegen/cuda/python_frontend/python_bindings.cpp.o 2022-12-01T10:10:45.6928162Z [6246/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/constant_fold.cpp.o 2022-12-01T10:10:45.6929083Z [6247/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/deduplicate_initializers.cpp.o 2022-12-01T10:10:45.7734306Z [6247/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/constant_map.cpp.o 2022-12-01T10:10:45.7735230Z [6248/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/init.cpp.o 2022-12-01T10:10:46.1559469Z [6248/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/eliminate_unused_items.cpp.o 2022-12-01T10:10:46.1568454Z [6249/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx.cpp.o 2022-12-01T10:10:46.3050538Z [6249/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/fixup_onnx_controlflow.cpp.o 2022-12-01T10:10:46.3051538Z [6250/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/eliminate_unused_items.cpp.o 2022-12-01T10:10:46.3771436Z [6250/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/list_model_parameters.cpp.o 2022-12-01T10:10:46.3772477Z [6251/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/constant_map.cpp.o 2022-12-01T10:10:46.3927185Z [6251/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/function_substitution.cpp.o 2022-12-01T10:10:46.7386633Z [6252/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/constant_fold.cpp.o 2022-12-01T10:10:46.7387605Z [6252/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/helper.cpp.o 2022-12-01T10:10:46.7389304Z [6253/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/eval_peephole.cpp.o 2022-12-01T10:10:46.7636557Z [6253/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/peephole.cpp.o 2022-12-01T10:10:46.7637932Z [6254/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/list_model_parameters.cpp.o 2022-12-01T10:10:46.9161221Z [6254/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/preprocess_for_onnx.cpp.o 2022-12-01T10:10:46.9170831Z [6255/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/function_substitution.cpp.o 2022-12-01T10:10:47.0213869Z [6255/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/prepare_division_for_onnx.cpp.o 2022-12-01T10:10:47.0220762Z [6256/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/helper.cpp.o 2022-12-01T10:10:47.2539152Z [6256/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/scalar_type_analysis.cpp.o 2022-12-01T10:10:47.2540072Z [6257/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/preprocess_for_onnx.cpp.o 2022-12-01T10:10:47.2667240Z [6257/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/unpack_quantized_weights.cpp.o 2022-12-01T10:10:47.2668133Z [6258/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/peephole.cpp.o 2022-12-01T10:10:47.3340105Z [6258/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/remove_inplace_ops_for_onnx.cpp.o 2022-12-01T10:10:47.3342833Z [6259/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/fixup_onnx_controlflow.cpp.o 2022-12-01T10:10:47.4071135Z [6259/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/shape_type_inference.cpp.o 2022-12-01T10:10:47.4072215Z [6260/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/prepare_division_for_onnx.cpp.o 2022-12-01T10:10:47.4543666Z [6260/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/function_extraction.cpp.o 2022-12-01T10:10:47.4544673Z [6261/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/scalar_type_analysis.cpp.o 2022-12-01T10:10:47.6930399Z [6261/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/onnx_log.cpp.o 2022-12-01T10:10:47.6936814Z [6262/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/onnx_log.cpp.o 2022-12-01T10:10:47.6971380Z [6262/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/naming.cpp.o 2022-12-01T10:10:47.6977484Z [6263/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_enum_tag.cpp.o 2022-12-01T10:10:47.7986346Z [6263/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/pybind_utils.cpp.o 2022-12-01T10:10:47.7987126Z [6264/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/remove_inplace_ops_for_onnx.cpp.o 2022-12-01T10:10:47.8458599Z [6264/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/autograd_function_process.cpp.o 2022-12-01T10:10:47.8466343Z [6265/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/function_extraction.cpp.o 2022-12-01T10:10:48.1628456Z [6265/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/common.cpp.o 2022-12-01T10:10:48.1629463Z [6266/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/unpack_quantized_weights.cpp.o 2022-12-01T10:10:48.1854914Z [6266/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/pattern_encapsulation.cpp.o 2022-12-01T10:10:48.1855922Z [6267/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/naming.cpp.o 2022-12-01T10:10:48.2679182Z [6267/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/pattern_conversion.cpp.o 2022-12-01T10:10:48.2681196Z [6268/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/autograd_function_process.cpp.o 2022-12-01T10:10:48.3902180Z [6268/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_arg_flatten.cpp.o 2022-12-01T10:10:48.3903308Z [6269/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/common.cpp.o 2022-12-01T10:10:48.6913861Z [6269/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_custom_class.cpp.o 2022-12-01T10:10:48.6914779Z [6270/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/shape_type_inference.cpp.o 2022-12-01T10:10:48.6928085Z [6270/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_dict.cpp.o 2022-12-01T10:10:48.6929402Z [6271/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/pattern_encapsulation.cpp.o 2022-12-01T10:10:48.8619759Z [6271/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_interpreter.cpp.o 2022-12-01T10:10:48.8620797Z [6272/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/pattern_conversion.cpp.o 2022-12-01T10:10:48.9825845Z [6272/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_ir.cpp.o 2022-12-01T10:10:48.9834484Z [6273/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/pybind_utils.cpp.o 2022-12-01T10:10:49.5827149Z [6273/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_list.cpp.o 2022-12-01T10:10:49.5828448Z [6274/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_arg_flatten.cpp.o 2022-12-01T10:10:49.6582351Z [6274/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_tracer.cpp.o 2022-12-01T10:10:49.6582952Z [6275/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_custom_class.cpp.o 2022-12-01T10:10:49.7292424Z [6275/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/script_init.cpp.o 2022-12-01T10:10:49.7293362Z [6276/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_dict.cpp.o 2022-12-01T10:10:50.1524023Z [6276/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/frontend/concrete_module_type.cpp.o 2022-12-01T10:10:50.1527230Z [6277/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_ir.cpp.o 2022-12-01T10:10:50.1683363Z [6277/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/frontend/tree_views.cpp.o 2022-12-01T10:10:50.1684333Z [6278/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_interpreter.cpp.o 2022-12-01T10:10:50.3273411Z [6278/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_sugared_value.cpp.o 2022-12-01T10:10:50.3274461Z [6279/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_list.cpp.o 2022-12-01T10:10:50.5024399Z [6279/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_tree_views.cpp.o 2022-12-01T10:10:50.5025689Z [6280/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/frontend/tree_views.cpp.o 2022-12-01T10:10:50.9098343Z [6280/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/runtime/static/init.cpp.o 2022-12-01T10:10:50.9099115Z [6281/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_tree_views.cpp.o 2022-12-01T10:10:50.9233502Z [6281/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/tensorexpr/tensorexpr_init.cpp.o 2022-12-01T10:10:50.9234915Z [6282/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_tracer.cpp.o 2022-12-01T10:10:50.9466221Z [6282/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/monitor/python_init.cpp.o 2022-12-01T10:10:50.9466797Z [6283/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/script_init.cpp.o 2022-12-01T10:10:51.1822801Z [6283/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/multiprocessing/init.cpp.o 2022-12-01T10:10:51.1823743Z [6284/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/frontend/concrete_module_type.cpp.o 2022-12-01T10:10:51.2454189Z [6284/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/onnx/init.cpp.o 2022-12-01T10:10:51.2455033Z [6285/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_sugared_value.cpp.o 2022-12-01T10:10:51.4565700Z [6285/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/profiler/python/init.cpp.o 2022-12-01T10:10:51.4566630Z [6286/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/multiprocessing/init.cpp.o 2022-12-01T10:10:51.5329986Z [6286/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/serialization.cpp.o 2022-12-01T10:10:51.5333139Z [6287/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/monitor/python_init.cpp.o 2022-12-01T10:10:51.7178854Z [6287/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/tensor/python_tensor.cpp.o 2022-12-01T10:10:51.7179776Z [6288/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/runtime/static/init.cpp.o 2022-12-01T10:10:51.9890696Z [6288/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/init.cpp.o 2022-12-01T10:10:51.9895334Z [6289/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/tensorexpr/tensorexpr_init.cpp.o 2022-12-01T10:10:52.5953157Z [6289/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/throughput_benchmark.cpp.o 2022-12-01T10:10:52.5954041Z [6290/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/tensor/python_tensor.cpp.o 2022-12-01T10:10:52.6301562Z [6290/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils.cpp.o 2022-12-01T10:10:52.6302429Z [6291/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/serialization.cpp.o 2022-12-01T10:10:52.7086030Z [6291/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/cuda_lazy_init.cpp.o 2022-12-01T10:10:52.7086510Z [6292/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/onnx/init.cpp.o 2022-12-01T10:10:52.7459798Z [6292/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/invalid_arguments.cpp.o 2022-12-01T10:10:52.7460646Z [6293/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/profiler/python/init.cpp.o 2022-12-01T10:10:53.0355446Z [6293/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/object_ptr.cpp.o 2022-12-01T10:10:53.0359584Z [6294/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/object_ptr.cpp.o 2022-12-01T10:10:53.1080753Z [6294/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_arg_parser.cpp.o 2022-12-01T10:10:53.1082355Z [6295/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/cuda_lazy_init.cpp.o 2022-12-01T10:10:53.1656434Z [6295/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_dispatch.cpp.o 2022-12-01T10:10:53.1657649Z [6296/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/init.cpp.o 2022-12-01T10:10:53.1943980Z [6296/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/structseq.cpp.o 2022-12-01T10:10:53.1945094Z [6297/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/invalid_arguments.cpp.o 2022-12-01T10:10:53.4013962Z [6297/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_apply.cpp.o 2022-12-01T10:10:53.4015480Z [6298/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/throughput_benchmark.cpp.o 2022-12-01T10:10:53.6498782Z [6298/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_dtypes.cpp.o 2022-12-01T10:10:53.6500065Z [6299/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils.cpp.o 2022-12-01T10:10:53.7103390Z [6299/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_layouts.cpp.o 2022-12-01T10:10:53.7108292Z [6300/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/structseq.cpp.o 2022-12-01T10:10:54.1494675Z [6300/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_memoryformats.cpp.o 2022-12-01T10:10:54.1495539Z [6301/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_layouts.cpp.o 2022-12-01T10:10:54.1904251Z [6301/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_qschemes.cpp.o 2022-12-01T10:10:54.1904831Z [6302/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_arg_parser.cpp.o 2022-12-01T10:10:54.2095228Z [6302/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_list.cpp.o 2022-12-01T10:10:54.2096476Z [6303/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_memoryformats.cpp.o 2022-12-01T10:10:54.3942289Z [6303/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_new.cpp.o 2022-12-01T10:10:54.3943084Z [6304/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_dispatch.cpp.o 2022-12-01T10:10:54.4026639Z [6304/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_numpy.cpp.o 2022-12-01T10:10:54.4027617Z [6305/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_apply.cpp.o 2022-12-01T10:10:54.4717872Z [6305/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_types.cpp.o 2022-12-01T10:10:54.4718949Z [6306/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_dtypes.cpp.o 2022-12-01T10:10:54.6452187Z [6306/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/disable_torch_function.cpp.o 2022-12-01T10:10:54.6453507Z [6307/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_qschemes.cpp.o 2022-12-01T10:10:54.9631969Z [6307/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/verbose.cpp.o 2022-12-01T10:10:54.9639234Z [6308/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_types.cpp.o 2022-12-01T10:10:55.0616142Z [6308/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/lazy/python/init.cpp.o 2022-12-01T10:10:55.0620140Z [6309/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/disable_torch_function.cpp.o 2022-12-01T10:10:55.1167191Z [6309/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/lazy/python/python_util.cpp.o 2022-12-01T10:10:55.1170639Z [6310/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/verbose.cpp.o 2022-12-01T10:10:55.2749255Z [6310/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/init_flatbuffer_module.cpp.o 2022-12-01T10:10:55.2750417Z [6311/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_new.cpp.o 2022-12-01T10:10:55.2871639Z [6311/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/__/test/cpp/jit/torch_python_test.cpp.o 2022-12-01T10:10:55.2875463Z [6312/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_list.cpp.o 2022-12-01T10:10:55.5317018Z [6312/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/itt.cpp.o 2022-12-01T10:10:55.5325882Z [6313/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_numpy.cpp.o 2022-12-01T10:10:55.6705330Z [6313/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/c10d/init.cpp.o 2022-12-01T10:10:55.6706189Z [6314/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/lazy/python/python_util.cpp.o 2022-12-01T10:10:55.7795121Z [6314/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/c10d/python_comm_hook.cpp.o 2022-12-01T10:10:55.7796386Z [6315/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/itt.cpp.o 2022-12-01T10:10:56.2212571Z [6315/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/autograd/init.cpp.o 2022-12-01T10:10:56.2214270Z [6316/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/lazy/python/init.cpp.o 2022-12-01T10:10:56.3496397Z [6316/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/init.cpp.o 2022-12-01T10:10:56.3497236Z [6317/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/init_flatbuffer_module.cpp.o 2022-12-01T10:10:56.4216339Z [6317/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/py_rref.cpp.o 2022-12-01T10:10:56.4218165Z [6318/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/__/test/cpp/jit/torch_python_test.cpp.o 2022-12-01T10:10:56.9252569Z [6318/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/python_functions.cpp.o 2022-12-01T10:10:56.9253848Z [6319/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/c10d/init.cpp.o 2022-12-01T10:10:56.9933731Z [6319/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/python_rpc_handler.cpp.o 2022-12-01T10:10:56.9936446Z [6320/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/autograd/init.cpp.o 2022-12-01T10:10:57.0281511Z [6320/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/request_callback_impl.cpp.o 2022-12-01T10:10:57.0282639Z [6321/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/c10d/python_comm_hook.cpp.o 2022-12-01T10:10:57.6095476Z [6321/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/testing/init.cpp.o 2022-12-01T10:10:57.6097174Z [6322/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/init.cpp.o 2022-12-01T10:10:57.8293040Z [6322/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/unpickled_python_call.cpp.o 2022-12-01T10:10:57.8296286Z [6323/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/py_rref.cpp.o 2022-12-01T10:10:57.8764596Z [6323/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/unpickled_python_remote_call.cpp.o 2022-12-01T10:10:57.8766317Z [6324/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/python_functions.cpp.o 2022-12-01T10:10:58.1513944Z [6324/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/runtime/register_distributed_ops.cpp.o 2022-12-01T10:10:58.1515542Z [6325/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/python_rpc_handler.cpp.o 2022-12-01T10:10:58.2933125Z [6325/6342] Building CXX object caffe2/torch/CMakeFiles/nnapi_backend.dir/csrc/jit/backends/nnapi/nnapi_backend_lib.cpp.o 2022-12-01T10:10:58.2934114Z [6326/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/request_callback_impl.cpp.o 2022-12-01T10:10:58.3347035Z [6326/6342] Building CXX object caffe2/torch/CMakeFiles/nnapi_backend.dir/csrc/jit/backends/nnapi/nnapi_backend_preprocess.cpp.o 2022-12-01T10:10:58.3349511Z [6327/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/testing/init.cpp.o 2022-12-01T10:10:58.7053169Z [6327/6342] Building CXX object caffe2/torch/lib/libshm/CMakeFiles/shm.dir/core.cpp.o 2022-12-01T10:10:58.7054271Z [6328/6342] Building CXX object caffe2/torch/lib/libshm/CMakeFiles/shm.dir/core.cpp.o 2022-12-01T10:10:58.7704712Z [6328/6342] Linking CXX shared library lib/libshm.so 2022-12-01T10:10:58.7707568Z [6329/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/unpickled_python_call.cpp.o 2022-12-01T10:10:58.9173279Z [6329/6342] Building CXX object caffe2/torch/lib/libshm/CMakeFiles/torch_shm_manager.dir/manager.cpp.o 2022-12-01T10:10:58.9176837Z [6330/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/unpickled_python_remote_call.cpp.o 2022-12-01T10:10:59.0335541Z [6330/6342] Building CXX object functorch/CMakeFiles/functorch.dir/csrc/dim/dim.cpp.o 2022-12-01T10:10:59.0336411Z [6331/6342] Building CXX object caffe2/torch/lib/libshm/CMakeFiles/torch_shm_manager.dir/manager.cpp.o 2022-12-01T10:10:59.0610494Z [6331/6342] Building CXX object functorch/CMakeFiles/functorch.dir/csrc/init_dim_only.cpp.o 2022-12-01T10:10:59.0622004Z [6332/6342] Building CXX object caffe2/torch/CMakeFiles/nnapi_backend.dir/csrc/jit/backends/nnapi/nnapi_backend_lib.cpp.o 2022-12-01T10:10:59.0622733Z [6333/6342] Linking CXX shared library lib/libshm.so 2022-12-01T10:10:59.3751722Z [6333/6342] Linking CXX executable bin/torch_shm_manager 2022-12-01T10:10:59.3752486Z [6334/6342] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/runtime/register_distributed_ops.cpp.o 2022-12-01T10:10:59.4367320Z [6334/6342] Linking CXX shared library lib/libtorch_python.so 2022-12-01T10:10:59.4809990Z [6335/6342] Building CXX object caffe2/torch/CMakeFiles/nnapi_backend.dir/csrc/jit/backends/nnapi/nnapi_backend_preprocess.cpp.o 2022-12-01T10:10:59.7045621Z [6336/6342] Linking CXX executable bin/torch_shm_manager 2022-12-01T10:11:00.1546425Z [6337/6342] Building CXX object functorch/CMakeFiles/functorch.dir/csrc/dim/dim.cpp.o 2022-12-01T10:11:00.7876374Z [6338/6342] Building CXX object functorch/CMakeFiles/functorch.dir/csrc/init_dim_only.cpp.o 2022-12-01T10:11:00.7877006Z [6339/6342] Linking CXX shared library lib/libtorch_python.so 2022-12-01T10:11:00.7878683Z [6339/6342] Linking CXX shared library lib/libnnapi_backend.so 2022-12-01T10:11:01.0689604Z [6339/6342] Linking CXX shared module functorch/functorch.so 2022-12-01T10:11:01.0821243Z [6340/6342] Linking CXX shared module functorch/functorch.so 2022-12-01T10:11:01.0821784Z [6341/6342] Linking CXX shared library lib/libnnapi_backend.so 2022-12-01T10:11:01.0822239Z [6341/6342] Install the project... 2022-12-01T10:11:01.0870493Z -- Install configuration: "Release" 2022-12-01T10:11:01.1112908Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/protoc-3.13.0.0" to "$ORIGIN/../lib" 2022-12-01T10:11:01.2936487Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libc10.so" to "$ORIGIN" 2022-12-01T10:11:01.3132601Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_CompileTimeFunctionPointer_test" to "$ORIGIN" 2022-12-01T10:11:01.3139612Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_DeviceGuard_test" to "$ORIGIN" 2022-12-01T10:11:01.3147021Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Device_test" to "$ORIGIN" 2022-12-01T10:11:01.3155192Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_DispatchKeySet_test" to "$ORIGIN" 2022-12-01T10:11:01.3162755Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_StreamGuard_test" to "$ORIGIN" 2022-12-01T10:11:01.3169983Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_SymInt_test" to "$ORIGIN" 2022-12-01T10:11:01.3177807Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_InlineDeviceGuard_test" to "$ORIGIN" 2022-12-01T10:11:01.3185298Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_InlineStreamGuard_test" to "$ORIGIN" 2022-12-01T10:11:01.3193132Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_SizesAndStrides_test" to "$ORIGIN" 2022-12-01T10:11:01.3200227Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Array_test" to "$ORIGIN" 2022-12-01T10:11:01.3207688Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Bitset_test" to "$ORIGIN" 2022-12-01T10:11:01.3228186Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_C++17_test" to "$ORIGIN" 2022-12-01T10:11:01.3235025Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_ConstexprCrc_test" to "$ORIGIN" 2022-12-01T10:11:01.3242323Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_DeadlockDetection_test" to "$ORIGIN" 2022-12-01T10:11:01.3249135Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Half_test" to "$ORIGIN" 2022-12-01T10:11:01.3256636Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_LeftRight_test" to "$ORIGIN" 2022-12-01T10:11:01.3265346Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Metaprogramming_test" to "$ORIGIN" 2022-12-01T10:11:01.3283979Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_SmallVectorTest" to "$ORIGIN" 2022-12-01T10:11:01.3290848Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Synchronized_test" to "$ORIGIN" 2022-12-01T10:11:01.3298466Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_ThreadLocal_test" to "$ORIGIN" 2022-12-01T10:11:01.3305720Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_TypeIndex_test" to "$ORIGIN" 2022-12-01T10:11:01.3312564Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_TypeList_test" to "$ORIGIN" 2022-12-01T10:11:01.3319468Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_TypeTraits_test" to "$ORIGIN" 2022-12-01T10:11:01.3326757Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_accumulate_test" to "$ORIGIN" 2022-12-01T10:11:01.3334200Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_bfloat16_test" to "$ORIGIN" 2022-12-01T10:11:01.3341453Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_complex_math_test" to "$ORIGIN" 2022-12-01T10:11:01.3348739Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_complex_test" to "$ORIGIN" 2022-12-01T10:11:01.3362942Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_either_test" to "$ORIGIN" 2022-12-01T10:11:01.3370236Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_exception_test" to "$ORIGIN" 2022-12-01T10:11:01.3377130Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_flags_test" to "$ORIGIN" 2022-12-01T10:11:01.3398088Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_intrusive_ptr_test" to "$ORIGIN" 2022-12-01T10:11:01.3406502Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_irange_test" to "$ORIGIN" 2022-12-01T10:11:01.3414363Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_logging_test" to "$ORIGIN" 2022-12-01T10:11:01.3423742Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_optional_test" to "$ORIGIN" 2022-12-01T10:11:01.3432760Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_ordered_preserving_dict_test" to "$ORIGIN" 2022-12-01T10:11:01.3440555Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_registry_test" to "$ORIGIN" 2022-12-01T10:11:01.3449023Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_string_view_test" to "$ORIGIN" 2022-12-01T10:11:01.3456231Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_tempfile_test" to "$ORIGIN" 2022-12-01T10:11:01.3464114Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_typeid_test" to "$ORIGIN" 2022-12-01T10:11:01.3473377Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_intrusive_ptr_benchmark" to "$ORIGIN" 2022-12-01T10:11:01.7218644Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_cpu.so" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7221797Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch.so" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7225725Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_global_deps.so" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7238020Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/Dict_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7246999Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/Dimname_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7257065Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/MaybeOwned_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7265878Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/NamedTensor_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7274809Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/apply_utils_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7285727Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/atest" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7294189Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/basic" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7303205Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/broadcast_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7312542Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cpu_generator_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7321705Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cpu_profiling_allocator_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7333887Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cpu_rng_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7341809Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/dispatch_key_set_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7350405Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/dlconvertor_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7359713Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/extension_backend_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7368505Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/half_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7380377Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/ivalue_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7388924Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/lazy_tensor_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7408286Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/math_kernel_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7417615Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/memory_format_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7425901Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/memory_overlapping_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7435421Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/mobile_memory_cleanup" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7444755Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/native_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7453325Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/operator_name_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7461722Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/operators_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7470510Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/packedtensoraccessor_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7480919Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/pow_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7490036Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/quantized_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7498458Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/reduce_ops_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7507602Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/reportMemoryUsage_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7516929Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/scalar_tensor_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7526584Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/scalar_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7534983Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/stride_properties_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7547308Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/tensor_iterator_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7556549Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/test_parallel" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7561384Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/thread_init_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7570269Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/type_ptr_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7579974Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/type_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7588938Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/undefined_tensor_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7597529Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/variant_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7601879Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/verify_api_visibility" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7611932Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/vmap_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7622258Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/weakref_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7630256Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/wrapdim_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7639234Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/xla_tensor_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7649225Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/IListRef_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7664541Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/List_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7674723Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/KernelFunction_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7690550Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_function_legacy_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7704292Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_function_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7721356Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_lambda_legacy_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7735829Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_lambda_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7745321Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_stackbased_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7758364Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/make_boxed_from_unboxed_functor_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7767424Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/CppSignature_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7776537Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/backend_fallback_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7784603Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/op_allowlist_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7834518Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/op_registration_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:01.7843509Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/inline_container_test" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:02.7445394Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorchbind_test.so" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:02.7452182Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libjitbackend_test.so" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:02.7458828Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libbackend_with_compiler.so" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:02.7515167Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_jit" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:02.7588686Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_tensorexpr" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:02.7594491Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/tutorial_tensorexpr" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:02.7605688Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/FileStoreTest" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:02.7615697Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/TCPStoreTest" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:02.7624839Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/HashStoreTest" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:02.7635364Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_dist_autograd" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:02.7647407Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_cpp_rpc" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:02.7768192Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_api" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:02.7812592Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_lazy" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:02.7971281Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_python.so" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:02.7978025Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libshm.so" to "$ORIGIN:/opt/conda/lib" 2022-12-01T10:11:02.7985983Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/torch_shm_manager" to "$ORIGIN/../lib:/opt/conda/lib" 2022-12-01T10:11:02.7995846Z -- Set runtime path of "/var/lib/jenkins/workspace/functorch/functorch.so" to "$ORIGIN/../torch/lib:/opt/conda/lib" 2022-12-01T10:11:02.8355173Z running bdist_wheel 2022-12-01T10:11:02.9639836Z running build 2022-12-01T10:11:02.9640101Z running build_py 2022-12-01T10:11:02.9750601Z creating build/lib.linux-x86_64-3.7 2022-12-01T10:11:02.9750947Z creating build/lib.linux-x86_64-3.7/caffe2 2022-12-01T10:11:02.9751754Z copying caffe2/__init__.py -> build/lib.linux-x86_64-3.7/caffe2 2022-12-01T10:11:02.9753798Z creating build/lib.linux-x86_64-3.7/functorch 2022-12-01T10:11:02.9754267Z copying functorch/__init__.py -> build/lib.linux-x86_64-3.7/functorch 2022-12-01T10:11:02.9755451Z copying functorch/setup.py -> build/lib.linux-x86_64-3.7/functorch 2022-12-01T10:11:02.9760916Z creating build/lib.linux-x86_64-3.7/torch 2022-12-01T10:11:02.9761226Z copying torch/_VF.py -> build/lib.linux-x86_64-3.7/torch 2022-12-01T10:11:02.9762256Z copying torch/__config__.py -> build/lib.linux-x86_64-3.7/torch 2022-12-01T10:11:02.9763108Z copying torch/__future__.py -> build/lib.linux-x86_64-3.7/torch 2022-12-01T10:11:02.9764402Z copying torch/__init__.py -> build/lib.linux-x86_64-3.7/torch 2022-12-01T10:11:02.9765739Z copying torch/_appdirs.py -> build/lib.linux-x86_64-3.7/torch 2022-12-01T10:11:02.9767793Z copying torch/_classes.py -> build/lib.linux-x86_64-3.7/torch 2022-12-01T10:11:02.9768277Z copying torch/_deploy.py -> build/lib.linux-x86_64-3.7/torch 2022-12-01T10:11:02.9769055Z copying torch/_jit_internal.py -> build/lib.linux-x86_64-3.7/torch 2022-12-01T10:11:02.9770578Z copying torch/_linalg_utils.py -> build/lib.linux-x86_64-3.7/torch 2022-12-01T10:11:02.9771889Z copying torch/_lobpcg.py -> build/lib.linux-x86_64-3.7/torch 2022-12-01T10:11:02.9773109Z copying torch/_lowrank.py -> build/lib.linux-x86_64-3.7/torch 2022-12-01T10:11:02.9773961Z copying torch/_meta_registrations.py -> build/lib.linux-x86_64-3.7/torch 2022-12-01T10:11:02.9775333Z copying torch/_namedtensor_internals.py -> build/lib.linux-x86_64-3.7/torch 2022-12-01T10:11:02.9776133Z copying torch/_ops.py -> build/lib.linux-x86_64-3.7/torch 2022-12-01T10:11:02.9777569Z copying torch/_python_dispatcher.py -> build/lib.linux-x86_64-3.7/torch 2022-12-01T10:11:02.9778526Z copying torch/_six.py -> build/lib.linux-x86_64-3.7/torch 2022-12-01T10:11:02.9779961Z copying torch/_sources.py -> build/lib.linux-x86_64-3.7/torch 2022-12-01T10:11:02.9781114Z copying torch/_storage_docs.py -> build/lib.linux-x86_64-3.7/torch 2022-12-01T10:11:02.9783320Z copying torch/_tensor.py -> build/lib.linux-x86_64-3.7/torch 2022-12-01T10:11:02.9783964Z copying torch/_tensor_docs.py -> build/lib.linux-x86_64-3.7/torch 2022-12-01T10:11:02.9786170Z copying torch/_tensor_str.py -> build/lib.linux-x86_64-3.7/torch 2022-12-01T10:11:02.9787312Z copying torch/_torch_docs.py -> build/lib.linux-x86_64-3.7/torch 2022-12-01T10:11:02.9791177Z copying torch/_utils.py -> build/lib.linux-x86_64-3.7/torch 2022-12-01T10:11:02.9792504Z copying torch/_utils_internal.py -> build/lib.linux-x86_64-3.7/torch 2022-12-01T10:11:02.9793480Z copying torch/_vmap_internals.py -> build/lib.linux-x86_64-3.7/torch 2022-12-01T10:11:02.9794621Z copying torch/_weights_only_unpickler.py -> build/lib.linux-x86_64-3.7/torch 2022-12-01T10:11:02.9795651Z copying torch/functional.py -> build/lib.linux-x86_64-3.7/torch 2022-12-01T10:11:02.9797368Z copying torch/hub.py -> build/lib.linux-x86_64-3.7/torch 2022-12-01T10:11:02.9798334Z copying torch/library.py -> build/lib.linux-x86_64-3.7/torch 2022-12-01T10:11:02.9800118Z copying torch/overrides.py -> build/lib.linux-x86_64-3.7/torch 2022-12-01T10:11:02.9801609Z copying torch/quasirandom.py -> build/lib.linux-x86_64-3.7/torch 2022-12-01T10:11:02.9802530Z copying torch/random.py -> build/lib.linux-x86_64-3.7/torch 2022-12-01T10:11:02.9803387Z copying torch/return_types.py -> build/lib.linux-x86_64-3.7/torch 2022-12-01T10:11:02.9805139Z copying torch/serialization.py -> build/lib.linux-x86_64-3.7/torch 2022-12-01T10:11:02.9806105Z copying torch/storage.py -> build/lib.linux-x86_64-3.7/torch 2022-12-01T10:11:02.9807654Z copying torch/torch_version.py -> build/lib.linux-x86_64-3.7/torch 2022-12-01T10:11:02.9808530Z copying torch/types.py -> build/lib.linux-x86_64-3.7/torch 2022-12-01T10:11:02.9810056Z copying torch/version.py -> build/lib.linux-x86_64-3.7/torch 2022-12-01T10:11:02.9812828Z creating build/lib.linux-x86_64-3.7/torchgen 2022-12-01T10:11:02.9813196Z copying torchgen/__init__.py -> build/lib.linux-x86_64-3.7/torchgen 2022-12-01T10:11:02.9814326Z copying torchgen/code_template.py -> build/lib.linux-x86_64-3.7/torchgen 2022-12-01T10:11:02.9815150Z copying torchgen/context.py -> build/lib.linux-x86_64-3.7/torchgen 2022-12-01T10:11:02.9816158Z copying torchgen/gen.py -> build/lib.linux-x86_64-3.7/torchgen 2022-12-01T10:11:02.9818496Z copying torchgen/gen_backend_stubs.py -> build/lib.linux-x86_64-3.7/torchgen 2022-12-01T10:11:02.9819467Z copying torchgen/gen_functionalization_type.py -> build/lib.linux-x86_64-3.7/torchgen 2022-12-01T10:11:02.9820356Z copying torchgen/gen_lazy_tensor.py -> build/lib.linux-x86_64-3.7/torchgen 2022-12-01T10:11:02.9822262Z copying torchgen/gen_vmap_plumbing.py -> build/lib.linux-x86_64-3.7/torchgen 2022-12-01T10:11:02.9822749Z copying torchgen/local.py -> build/lib.linux-x86_64-3.7/torchgen 2022-12-01T10:11:02.9823443Z copying torchgen/model.py -> build/lib.linux-x86_64-3.7/torchgen 2022-12-01T10:11:02.9825653Z copying torchgen/native_function_generation.py -> build/lib.linux-x86_64-3.7/torchgen 2022-12-01T10:11:02.9826922Z copying torchgen/utils.py -> build/lib.linux-x86_64-3.7/torchgen 2022-12-01T10:11:02.9828923Z creating build/lib.linux-x86_64-3.7/caffe2/contrib 2022-12-01T10:11:02.9829327Z copying caffe2/contrib/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/contrib 2022-12-01T10:11:02.9832313Z creating build/lib.linux-x86_64-3.7/caffe2/core 2022-12-01T10:11:02.9832677Z copying caffe2/core/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/core 2022-12-01T10:11:02.9835135Z creating build/lib.linux-x86_64-3.7/caffe2/distributed 2022-12-01T10:11:02.9835549Z copying caffe2/distributed/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/distributed 2022-12-01T10:11:02.9836455Z copying caffe2/distributed/file_store_handler_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/distributed 2022-12-01T10:11:02.9837690Z copying caffe2/distributed/redis_store_handler_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/distributed 2022-12-01T10:11:02.9838247Z copying caffe2/distributed/store_ops_test_util.py -> build/lib.linux-x86_64-3.7/caffe2/distributed 2022-12-01T10:11:02.9840611Z creating build/lib.linux-x86_64-3.7/caffe2/experiments 2022-12-01T10:11:02.9841312Z copying caffe2/experiments/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/experiments 2022-12-01T10:11:02.9843318Z creating build/lib.linux-x86_64-3.7/caffe2/perfkernels 2022-12-01T10:11:02.9843997Z copying caffe2/perfkernels/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/perfkernels 2022-12-01T10:11:02.9844923Z copying caffe2/perfkernels/hp_emblookup_codegen.py -> build/lib.linux-x86_64-3.7/caffe2/perfkernels 2022-12-01T10:11:02.9847286Z creating build/lib.linux-x86_64-3.7/caffe2/proto 2022-12-01T10:11:02.9847706Z copying caffe2/proto/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/proto 2022-12-01T10:11:02.9848732Z copying caffe2/proto/gen_proto_typestubs_helper.py -> build/lib.linux-x86_64-3.7/caffe2/proto 2022-12-01T10:11:02.9849663Z copying caffe2/proto/torch_pb2.py -> build/lib.linux-x86_64-3.7/caffe2/proto 2022-12-01T10:11:02.9851123Z copying caffe2/proto/caffe2_pb2.py -> build/lib.linux-x86_64-3.7/caffe2/proto 2022-12-01T10:11:02.9864441Z creating build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9864796Z copying caffe2/python/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9865933Z copying caffe2/python/_import_c_extension.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9866857Z copying caffe2/python/allcompare_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9867926Z copying caffe2/python/attention.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9869140Z copying caffe2/python/benchmark_generator.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9870054Z copying caffe2/python/binarysize.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9871600Z copying caffe2/python/brew.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9873184Z copying caffe2/python/brew_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9874245Z copying caffe2/python/build.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9875316Z copying caffe2/python/cached_reader.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9877214Z copying caffe2/python/caffe_translator.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9877702Z copying caffe2/python/caffe_translator_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9878779Z copying caffe2/python/checkpoint.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9880264Z copying caffe2/python/checkpoint_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9882446Z copying caffe2/python/cnn.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9883818Z copying caffe2/python/context.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9884591Z copying caffe2/python/context_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9885691Z copying caffe2/python/control.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9887297Z copying caffe2/python/control_ops_grad.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9888731Z copying caffe2/python/control_ops_grad_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9889509Z copying caffe2/python/control_ops_util.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9890592Z copying caffe2/python/control_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9891735Z copying caffe2/python/convert.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9892824Z copying caffe2/python/convert_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9893805Z copying caffe2/python/convnet_benchmarks.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9895211Z copying caffe2/python/convnet_benchmarks_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9896292Z copying caffe2/python/core.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9899205Z copying caffe2/python/core_gradients_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9900031Z copying caffe2/python/core_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9901641Z copying caffe2/python/crf.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9902719Z copying caffe2/python/crf_predict.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9903938Z copying caffe2/python/crf_viterbi_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9905204Z copying caffe2/python/data_parallel_model.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9907334Z copying caffe2/python/data_parallel_model_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9908323Z copying caffe2/python/data_workers.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9909619Z copying caffe2/python/data_workers_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9910744Z copying caffe2/python/dataio.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9912091Z copying caffe2/python/dataio_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9913314Z copying caffe2/python/dataset.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9914675Z copying caffe2/python/db_file_reader.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9916069Z copying caffe2/python/db_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9916852Z copying caffe2/python/device_checker.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9918246Z copying caffe2/python/dyndep.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9919147Z copying caffe2/python/embedding_generation_benchmark.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9920880Z copying caffe2/python/experiment_util.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9921630Z copying caffe2/python/extension_loader.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9923023Z copying caffe2/python/fakefp16_transform_lib.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9923981Z copying caffe2/python/filler_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9924915Z copying caffe2/python/functional.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9925854Z copying caffe2/python/functional_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9926892Z copying caffe2/python/fused_8bit_rowwise_conversion_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9927836Z copying caffe2/python/gradient_check_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9929112Z copying caffe2/python/gradient_checker.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9930144Z copying caffe2/python/gru_cell.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9931237Z copying caffe2/python/hip_test_util.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9931890Z copying caffe2/python/hsm_util.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9932870Z copying caffe2/python/hypothesis_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9934647Z copying caffe2/python/hypothesis_test_util.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9935939Z copying caffe2/python/ideep_test_util.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9936719Z copying caffe2/python/layer_model_helper.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9938201Z copying caffe2/python/layer_model_instantiator.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9939112Z copying caffe2/python/layer_parameter_sharing_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9939910Z copying caffe2/python/layer_test_util.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9940773Z copying caffe2/python/layers_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9942654Z copying caffe2/python/lazy.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9943470Z copying caffe2/python/lazy_dyndep.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9944749Z copying caffe2/python/lazy_dyndep_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9945671Z copying caffe2/python/lengths_reducer_fused_8bit_rowwise_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9946622Z copying caffe2/python/lengths_reducer_rowwise_8bit_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9947618Z copying caffe2/python/lstm_benchmark.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9948757Z copying caffe2/python/memonger.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9950387Z copying caffe2/python/memonger_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9951784Z copying caffe2/python/mkl_test_util.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9952880Z copying caffe2/python/model_device_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9953921Z copying caffe2/python/model_helper.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9955451Z copying caffe2/python/model_helper_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9956396Z copying caffe2/python/modifier_context.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9957470Z copying caffe2/python/muji.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9958353Z copying caffe2/python/muji_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9959543Z copying caffe2/python/net_builder.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9960864Z copying caffe2/python/net_builder_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9961986Z copying caffe2/python/net_drawer.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9963137Z copying caffe2/python/net_printer.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9964360Z copying caffe2/python/net_printer_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9964916Z copying caffe2/python/nomnigraph.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9966596Z copying caffe2/python/nomnigraph_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9967046Z copying caffe2/python/nomnigraph_transformations.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9968151Z copying caffe2/python/nomnigraph_transformations_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9968901Z copying caffe2/python/normalizer.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9970057Z copying caffe2/python/normalizer_context.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9971072Z copying caffe2/python/normalizer_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9971960Z copying caffe2/python/numa_benchmark.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9973186Z copying caffe2/python/numa_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9973961Z copying caffe2/python/observer_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9975224Z copying caffe2/python/operator_fp_exceptions_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9976351Z copying caffe2/python/optimizer.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9977935Z copying caffe2/python/optimizer_context.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9978975Z copying caffe2/python/optimizer_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9980387Z copying caffe2/python/optimizer_test_util.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9981507Z copying caffe2/python/parallel_workers.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9982621Z copying caffe2/python/parallel_workers_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9983780Z copying caffe2/python/parallelize_bmuf_distributed_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9984870Z copying caffe2/python/pipeline.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9986209Z copying caffe2/python/pipeline_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9987324Z copying caffe2/python/predictor_constants.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9988393Z copying caffe2/python/recurrent.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9989516Z copying caffe2/python/python_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9990985Z copying caffe2/python/queue_util.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9992216Z copying caffe2/python/record_queue.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9993323Z copying caffe2/python/regularizer.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9994783Z copying caffe2/python/regularizer_context.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9995752Z copying caffe2/python/regularizer_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9996935Z copying caffe2/python/rnn_cell.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:02.9998639Z copying caffe2/python/schema.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:03.0000148Z copying caffe2/python/schema_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:03.0002046Z copying caffe2/python/scope.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:03.0003190Z copying caffe2/python/scope_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:03.0004380Z copying caffe2/python/session.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:03.0005558Z copying caffe2/python/session_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:03.0007307Z copying caffe2/python/sparse_to_dense_mask_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:03.0007808Z copying caffe2/python/sparse_to_dense_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:03.0009036Z copying caffe2/python/task.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:03.0010113Z copying caffe2/python/task_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:03.0011549Z copying caffe2/python/test_util.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:03.0012468Z copying caffe2/python/text_file_reader.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:03.0013493Z copying caffe2/python/timeout_guard.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:03.0015354Z copying caffe2/python/toy_regression_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:03.0015832Z copying caffe2/python/transformations.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:03.0016653Z copying caffe2/python/transformations_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:03.0017745Z copying caffe2/python/tt_core.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:03.0019087Z copying caffe2/python/tt_core_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:03.0019897Z copying caffe2/python/utils.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:03.0021036Z copying caffe2/python/utils_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:03.0022211Z copying caffe2/python/visualize.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:03.0023282Z copying caffe2/python/workspace.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:03.0025041Z copying caffe2/python/workspace_test.py -> build/lib.linux-x86_64-3.7/caffe2/python 2022-12-01T10:11:03.0026935Z creating build/lib.linux-x86_64-3.7/caffe2/quantization 2022-12-01T10:11:03.0027614Z copying caffe2/quantization/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/quantization 2022-12-01T10:11:03.0029930Z creating build/lib.linux-x86_64-3.7/caffe2/contrib/aten 2022-12-01T10:11:03.0030326Z copying caffe2/contrib/aten/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/aten 2022-12-01T10:11:03.0031179Z copying caffe2/contrib/aten/aten_test.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/aten 2022-12-01T10:11:03.0032304Z copying caffe2/contrib/aten/gen_op.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/aten 2022-12-01T10:11:03.0035102Z creating build/lib.linux-x86_64-3.7/caffe2/contrib/gloo 2022-12-01T10:11:03.0035602Z copying caffe2/contrib/gloo/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/gloo 2022-12-01T10:11:03.0036375Z copying caffe2/contrib/gloo/gloo_test.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/gloo 2022-12-01T10:11:03.0038009Z creating build/lib.linux-x86_64-3.7/caffe2/contrib/nccl 2022-12-01T10:11:03.0038680Z copying caffe2/contrib/nccl/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/nccl 2022-12-01T10:11:03.0039476Z copying caffe2/contrib/nccl/nccl_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/nccl 2022-12-01T10:11:03.0041814Z creating build/lib.linux-x86_64-3.7/caffe2/contrib/nnpack 2022-12-01T10:11:03.0042495Z copying caffe2/contrib/nnpack/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/nnpack 2022-12-01T10:11:03.0043280Z copying caffe2/contrib/nnpack/nnpack_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/nnpack 2022-12-01T10:11:03.0046575Z creating build/lib.linux-x86_64-3.7/caffe2/contrib/playground 2022-12-01T10:11:03.0047012Z copying caffe2/contrib/playground/AnyExp.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/playground 2022-12-01T10:11:03.0048753Z copying caffe2/contrib/playground/AnyExpOnTerm.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/playground 2022-12-01T10:11:03.0049837Z copying caffe2/contrib/playground/ModuleRegister.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/playground 2022-12-01T10:11:03.0050475Z copying caffe2/contrib/playground/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/playground 2022-12-01T10:11:03.0051337Z copying caffe2/contrib/playground/checkpoint.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/playground 2022-12-01T10:11:03.0052210Z copying caffe2/contrib/playground/compute_loss.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/playground 2022-12-01T10:11:03.0053188Z copying caffe2/contrib/playground/compute_topk_accuracy.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/playground 2022-12-01T10:11:03.0054310Z copying caffe2/contrib/playground/meter.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/playground 2022-12-01T10:11:03.0055351Z copying caffe2/contrib/playground/module_map.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/playground 2022-12-01T10:11:03.0056375Z copying caffe2/contrib/playground/output_generator.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/playground 2022-12-01T10:11:03.0059001Z creating build/lib.linux-x86_64-3.7/caffe2/contrib/prof 2022-12-01T10:11:03.0059590Z copying caffe2/contrib/prof/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/prof 2022-12-01T10:11:03.0060229Z copying caffe2/contrib/prof/cuda_profile_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/prof 2022-12-01T10:11:03.0062259Z creating build/lib.linux-x86_64-3.7/caffe2/contrib/script 2022-12-01T10:11:03.0062907Z copying caffe2/contrib/script/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/script 2022-12-01T10:11:03.0064625Z creating build/lib.linux-x86_64-3.7/caffe2/contrib/tensorboard 2022-12-01T10:11:03.0065102Z copying caffe2/contrib/tensorboard/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/tensorboard 2022-12-01T10:11:03.0066112Z copying caffe2/contrib/tensorboard/tensorboard.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/tensorboard 2022-12-01T10:11:03.0067571Z copying caffe2/contrib/tensorboard/tensorboard_exporter.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/tensorboard 2022-12-01T10:11:03.0068624Z copying caffe2/contrib/tensorboard/tensorboard_exporter_test.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/tensorboard 2022-12-01T10:11:03.0070110Z copying caffe2/contrib/tensorboard/tensorboard_test.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/tensorboard 2022-12-01T10:11:03.0071587Z creating build/lib.linux-x86_64-3.7/caffe2/contrib/warpctc 2022-12-01T10:11:03.0072057Z copying caffe2/contrib/warpctc/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/warpctc 2022-12-01T10:11:03.0073060Z copying caffe2/contrib/warpctc/ctc_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/warpctc 2022-12-01T10:11:03.0075076Z creating build/lib.linux-x86_64-3.7/caffe2/contrib/aten/docs 2022-12-01T10:11:03.0075542Z copying caffe2/contrib/aten/docs/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/aten/docs 2022-12-01T10:11:03.0076466Z copying caffe2/contrib/aten/docs/sample.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/aten/docs 2022-12-01T10:11:03.0079179Z creating build/lib.linux-x86_64-3.7/caffe2/contrib/playground/resnetdemo 2022-12-01T10:11:03.0080217Z copying caffe2/contrib/playground/resnetdemo/IN1k_resnet.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/playground/resnetdemo 2022-12-01T10:11:03.0081224Z copying caffe2/contrib/playground/resnetdemo/IN1k_resnet_no_test_model.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/playground/resnetdemo 2022-12-01T10:11:03.0082081Z copying caffe2/contrib/playground/resnetdemo/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/playground/resnetdemo 2022-12-01T10:11:03.0083168Z copying caffe2/contrib/playground/resnetdemo/caffe2_resnet50_default_forward.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/playground/resnetdemo 2022-12-01T10:11:03.0084314Z copying caffe2/contrib/playground/resnetdemo/caffe2_resnet50_default_param_update.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/playground/resnetdemo 2022-12-01T10:11:03.0085387Z copying caffe2/contrib/playground/resnetdemo/explicit_resnet_forward.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/playground/resnetdemo 2022-12-01T10:11:03.0086781Z copying caffe2/contrib/playground/resnetdemo/explicit_resnet_param_update.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/playground/resnetdemo 2022-12-01T10:11:03.0087654Z copying caffe2/contrib/playground/resnetdemo/gfs_IN1k.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/playground/resnetdemo 2022-12-01T10:11:03.0089802Z copying caffe2/contrib/playground/resnetdemo/override_no_test_model_no_checkpoint.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/playground/resnetdemo 2022-12-01T10:11:03.0090501Z copying caffe2/contrib/playground/resnetdemo/rendezvous_filestore.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/playground/resnetdemo 2022-12-01T10:11:03.0091475Z creating build/lib.linux-x86_64-3.7/caffe2/contrib/script/examples 2022-12-01T10:11:03.0092391Z copying caffe2/contrib/script/examples/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/contrib/script/examples 2022-12-01T10:11:03.0094500Z creating build/lib.linux-x86_64-3.7/caffe2/core/nomnigraph 2022-12-01T10:11:03.0095233Z copying caffe2/core/nomnigraph/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/core/nomnigraph 2022-12-01T10:11:03.0095660Z copying caffe2/core/nomnigraph/op_gen.py -> build/lib.linux-x86_64-3.7/caffe2/core/nomnigraph 2022-12-01T10:11:03.0097536Z creating build/lib.linux-x86_64-3.7/caffe2/experiments/python 2022-12-01T10:11:03.0098249Z copying caffe2/experiments/python/SparseTransformer.py -> build/lib.linux-x86_64-3.7/caffe2/experiments/python 2022-12-01T10:11:03.0099057Z copying caffe2/experiments/python/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/experiments/python 2022-12-01T10:11:03.0100013Z copying caffe2/experiments/python/convnet_benchmarks.py -> build/lib.linux-x86_64-3.7/caffe2/experiments/python 2022-12-01T10:11:03.0101397Z copying caffe2/experiments/python/device_reduce_sum_bench.py -> build/lib.linux-x86_64-3.7/caffe2/experiments/python 2022-12-01T10:11:03.0102488Z copying caffe2/experiments/python/funhash_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/experiments/python 2022-12-01T10:11:03.0103371Z copying caffe2/experiments/python/net_construct_bench.py -> build/lib.linux-x86_64-3.7/caffe2/experiments/python 2022-12-01T10:11:03.0104350Z copying caffe2/experiments/python/sparse_funhash_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/experiments/python 2022-12-01T10:11:03.0105403Z copying caffe2/experiments/python/sparse_reshape_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/experiments/python 2022-12-01T10:11:03.0106482Z copying caffe2/experiments/python/tt_contraction_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/experiments/python 2022-12-01T10:11:03.0107224Z copying caffe2/experiments/python/tt_pad_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/experiments/python 2022-12-01T10:11:03.0109185Z creating build/lib.linux-x86_64-3.7/caffe2/python/docs 2022-12-01T10:11:03.0109976Z copying caffe2/python/docs/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/python/docs 2022-12-01T10:11:03.0110969Z copying caffe2/python/docs/formatter.py -> build/lib.linux-x86_64-3.7/caffe2/python/docs 2022-12-01T10:11:03.0112521Z copying caffe2/python/docs/generator.py -> build/lib.linux-x86_64-3.7/caffe2/python/docs 2022-12-01T10:11:03.0112996Z copying caffe2/python/docs/github.py -> build/lib.linux-x86_64-3.7/caffe2/python/docs 2022-12-01T10:11:03.0114080Z copying caffe2/python/docs/parser.py -> build/lib.linux-x86_64-3.7/caffe2/python/docs 2022-12-01T10:11:03.0116551Z creating build/lib.linux-x86_64-3.7/caffe2/python/examples 2022-12-01T10:11:03.0117164Z copying caffe2/python/examples/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/python/examples 2022-12-01T10:11:03.0118060Z copying caffe2/python/examples/char_rnn.py -> build/lib.linux-x86_64-3.7/caffe2/python/examples 2022-12-01T10:11:03.0118941Z copying caffe2/python/examples/imagenet_trainer.py -> build/lib.linux-x86_64-3.7/caffe2/python/examples 2022-12-01T10:11:03.0120814Z copying caffe2/python/examples/lmdb_create_example.py -> build/lib.linux-x86_64-3.7/caffe2/python/examples 2022-12-01T10:11:03.0122073Z copying caffe2/python/examples/resnet50_trainer.py -> build/lib.linux-x86_64-3.7/caffe2/python/examples 2022-12-01T10:11:03.0124421Z creating build/lib.linux-x86_64-3.7/caffe2/python/fakelowp 2022-12-01T10:11:03.0125077Z copying caffe2/python/fakelowp/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/python/fakelowp 2022-12-01T10:11:03.0125940Z copying caffe2/python/fakelowp/init_shared_libs.py -> build/lib.linux-x86_64-3.7/caffe2/python/fakelowp 2022-12-01T10:11:03.0126626Z copying caffe2/python/fakelowp/test_utils.py -> build/lib.linux-x86_64-3.7/caffe2/python/fakelowp 2022-12-01T10:11:03.0129767Z creating build/lib.linux-x86_64-3.7/caffe2/python/helpers 2022-12-01T10:11:03.0130157Z copying caffe2/python/helpers/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/python/helpers 2022-12-01T10:11:03.0131117Z copying caffe2/python/helpers/algebra.py -> build/lib.linux-x86_64-3.7/caffe2/python/helpers 2022-12-01T10:11:03.0132234Z copying caffe2/python/helpers/arg_scope.py -> build/lib.linux-x86_64-3.7/caffe2/python/helpers 2022-12-01T10:11:03.0133342Z copying caffe2/python/helpers/array_helpers.py -> build/lib.linux-x86_64-3.7/caffe2/python/helpers 2022-12-01T10:11:03.0134430Z copying caffe2/python/helpers/control_ops.py -> build/lib.linux-x86_64-3.7/caffe2/python/helpers 2022-12-01T10:11:03.0135437Z copying caffe2/python/helpers/conv.py -> build/lib.linux-x86_64-3.7/caffe2/python/helpers 2022-12-01T10:11:03.0136535Z copying caffe2/python/helpers/db_input.py -> build/lib.linux-x86_64-3.7/caffe2/python/helpers 2022-12-01T10:11:03.0137653Z copying caffe2/python/helpers/dropout.py -> build/lib.linux-x86_64-3.7/caffe2/python/helpers 2022-12-01T10:11:03.0138732Z copying caffe2/python/helpers/elementwise_linear.py -> build/lib.linux-x86_64-3.7/caffe2/python/helpers 2022-12-01T10:11:03.0139723Z copying caffe2/python/helpers/fc.py -> build/lib.linux-x86_64-3.7/caffe2/python/helpers 2022-12-01T10:11:03.0141111Z copying caffe2/python/helpers/nonlinearity.py -> build/lib.linux-x86_64-3.7/caffe2/python/helpers 2022-12-01T10:11:03.0142015Z copying caffe2/python/helpers/normalization.py -> build/lib.linux-x86_64-3.7/caffe2/python/helpers 2022-12-01T10:11:03.0143203Z copying caffe2/python/helpers/pooling.py -> build/lib.linux-x86_64-3.7/caffe2/python/helpers 2022-12-01T10:11:03.0144152Z copying caffe2/python/helpers/quantization.py -> build/lib.linux-x86_64-3.7/caffe2/python/helpers 2022-12-01T10:11:03.0145254Z copying caffe2/python/helpers/tools.py -> build/lib.linux-x86_64-3.7/caffe2/python/helpers 2022-12-01T10:11:03.0146280Z copying caffe2/python/helpers/train.py -> build/lib.linux-x86_64-3.7/caffe2/python/helpers 2022-12-01T10:11:03.0150702Z creating build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-12-01T10:11:03.0151610Z copying caffe2/python/ideep/LRN_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-12-01T10:11:03.0152899Z copying caffe2/python/ideep/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-12-01T10:11:03.0153980Z copying caffe2/python/ideep/adam_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-12-01T10:11:03.0155372Z copying caffe2/python/ideep/blobs_queue_db_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-12-01T10:11:03.0156630Z copying caffe2/python/ideep/channel_shuffle_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-12-01T10:11:03.0157772Z copying caffe2/python/ideep/concat_split_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-12-01T10:11:03.0158965Z copying caffe2/python/ideep/conv_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-12-01T10:11:03.0160573Z copying caffe2/python/ideep/conv_transpose_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-12-01T10:11:03.0161870Z copying caffe2/python/ideep/convfusion_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-12-01T10:11:03.0163315Z copying caffe2/python/ideep/copy_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-12-01T10:11:03.0164665Z copying caffe2/python/ideep/dropout_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-12-01T10:11:03.0166020Z copying caffe2/python/ideep/elementwise_sum_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-12-01T10:11:03.0167416Z copying caffe2/python/ideep/expanddims_squeeze_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-12-01T10:11:03.0168680Z copying caffe2/python/ideep/fc_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-12-01T10:11:03.0170056Z copying caffe2/python/ideep/leaky_relu_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-12-01T10:11:03.0171507Z copying caffe2/python/ideep/moment_sgd_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-12-01T10:11:03.0172680Z copying caffe2/python/ideep/operator_fallback_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-12-01T10:11:03.0173915Z copying caffe2/python/ideep/order_switch_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-12-01T10:11:03.0175172Z copying caffe2/python/ideep/pool_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-12-01T10:11:03.0176519Z copying caffe2/python/ideep/pre_convert_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-12-01T10:11:03.0177758Z copying caffe2/python/ideep/relu_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-12-01T10:11:03.0179002Z copying caffe2/python/ideep/reshape_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-12-01T10:11:03.0181313Z copying caffe2/python/ideep/shape_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-12-01T10:11:03.0182299Z copying caffe2/python/ideep/sigmoid_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-12-01T10:11:03.0183364Z copying caffe2/python/ideep/softmax_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-12-01T10:11:03.0184698Z copying caffe2/python/ideep/spatial_bn_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-12-01T10:11:03.0185988Z copying caffe2/python/ideep/test_ideep_net.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-12-01T10:11:03.0187214Z copying caffe2/python/ideep/transform_ideep_net.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-12-01T10:11:03.0188589Z copying caffe2/python/ideep/transpose_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-12-01T10:11:03.0189777Z copying caffe2/python/ideep/weightedsum_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/ideep 2022-12-01T10:11:03.0196426Z creating build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-12-01T10:11:03.0197111Z copying caffe2/python/layers/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-12-01T10:11:03.0197913Z copying caffe2/python/layers/adaptive_weight.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-12-01T10:11:03.0198914Z copying caffe2/python/layers/add_bias.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-12-01T10:11:03.0200504Z copying caffe2/python/layers/arc_cosine_feature_map.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-12-01T10:11:03.0201479Z copying caffe2/python/layers/batch_huber_loss.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-12-01T10:11:03.0202684Z copying caffe2/python/layers/batch_lr_loss.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-12-01T10:11:03.0203635Z copying caffe2/python/layers/batch_mse_loss.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-12-01T10:11:03.0205633Z copying caffe2/python/layers/batch_normalization.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-12-01T10:11:03.0206589Z copying caffe2/python/layers/batch_sigmoid_cross_entropy_loss.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-12-01T10:11:03.0207711Z copying caffe2/python/layers/batch_softmax_loss.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-12-01T10:11:03.0208995Z copying caffe2/python/layers/blob_weighted_sum.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-12-01T10:11:03.0209942Z copying caffe2/python/layers/bpr_loss.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-12-01T10:11:03.0211099Z copying caffe2/python/layers/bucket_weighted.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-12-01T10:11:03.0212703Z copying caffe2/python/layers/build_index.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-12-01T10:11:03.0213957Z copying caffe2/python/layers/concat.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-12-01T10:11:03.0215283Z copying caffe2/python/layers/constant_weight.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-12-01T10:11:03.0216695Z copying caffe2/python/layers/conv.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-12-01T10:11:03.0217866Z copying caffe2/python/layers/dropout.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-12-01T10:11:03.0219096Z copying caffe2/python/layers/fc.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-12-01T10:11:03.0220480Z copying caffe2/python/layers/fc_with_bootstrap.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-12-01T10:11:03.0221917Z copying caffe2/python/layers/fc_without_bias.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-12-01T10:11:03.0223258Z copying caffe2/python/layers/feature_sparse_to_dense.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-12-01T10:11:03.0224603Z copying caffe2/python/layers/functional.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-12-01T10:11:03.0226005Z copying caffe2/python/layers/gather_record.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-12-01T10:11:03.0227263Z copying caffe2/python/layers/homotopy_weight.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-12-01T10:11:03.0229475Z copying caffe2/python/layers/label_smooth.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-12-01T10:11:03.0230467Z copying caffe2/python/layers/last_n_window_collector.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-12-01T10:11:03.0231736Z copying caffe2/python/layers/layer_normalization.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-12-01T10:11:03.0232985Z copying caffe2/python/layers/layers.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-12-01T10:11:03.0234499Z copying caffe2/python/layers/margin_rank_loss.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-12-01T10:11:03.0235761Z copying caffe2/python/layers/merge_id_lists.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-12-01T10:11:03.0237077Z copying caffe2/python/layers/pairwise_similarity.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-12-01T10:11:03.0238321Z copying caffe2/python/layers/position_weighted.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-12-01T10:11:03.0239799Z copying caffe2/python/layers/random_fourier_features.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-12-01T10:11:03.0241036Z copying caffe2/python/layers/reservoir_sampling.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-12-01T10:11:03.0242408Z copying caffe2/python/layers/sampling_train.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-12-01T10:11:03.0243772Z copying caffe2/python/layers/sampling_trainable_mixin.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-12-01T10:11:03.0245031Z copying caffe2/python/layers/select_record_by_context.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-12-01T10:11:03.0246281Z copying caffe2/python/layers/semi_random_features.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-12-01T10:11:03.0247618Z copying caffe2/python/layers/sparse_dropout_with_replacement.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-12-01T10:11:03.0248815Z copying caffe2/python/layers/sparse_feature_hash.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-12-01T10:11:03.0250297Z copying caffe2/python/layers/sparse_itemwise_dropout_with_replacement.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-12-01T10:11:03.0251615Z copying caffe2/python/layers/sparse_lookup.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-12-01T10:11:03.0252967Z copying caffe2/python/layers/split.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-12-01T10:11:03.0254294Z copying caffe2/python/layers/tags.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-12-01T10:11:03.0255746Z copying caffe2/python/layers/uniform_sampling.py -> build/lib.linux-x86_64-3.7/caffe2/python/layers 2022-12-01T10:11:03.0258343Z creating build/lib.linux-x86_64-3.7/caffe2/python/mint 2022-12-01T10:11:03.0258980Z copying caffe2/python/mint/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/python/mint 2022-12-01T10:11:03.0259876Z copying caffe2/python/mint/app.py -> build/lib.linux-x86_64-3.7/caffe2/python/mint 2022-12-01T10:11:03.0264145Z creating build/lib.linux-x86_64-3.7/caffe2/python/mkl 2022-12-01T10:11:03.0265124Z copying caffe2/python/mkl/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/python/mkl 2022-12-01T10:11:03.0266194Z copying caffe2/python/mkl/mkl_LRN_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/mkl 2022-12-01T10:11:03.0267526Z copying caffe2/python/mkl/mkl_LRN_speed_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/mkl 2022-12-01T10:11:03.0268756Z copying caffe2/python/mkl/mkl_concat_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/mkl 2022-12-01T10:11:03.0270004Z copying caffe2/python/mkl/mkl_conv_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/mkl 2022-12-01T10:11:03.0271238Z copying caffe2/python/mkl/mkl_copy_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/mkl 2022-12-01T10:11:03.0272552Z copying caffe2/python/mkl/mkl_elementwise_add_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/mkl 2022-12-01T10:11:03.0273790Z copying caffe2/python/mkl/mkl_elementwise_sum_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/mkl 2022-12-01T10:11:03.0274992Z copying caffe2/python/mkl/mkl_fc_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/mkl 2022-12-01T10:11:03.0276226Z copying caffe2/python/mkl/mkl_fc_speed_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/mkl 2022-12-01T10:11:03.0277477Z copying caffe2/python/mkl/mkl_fill_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/mkl 2022-12-01T10:11:03.0278836Z copying caffe2/python/mkl/mkl_pool_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/mkl 2022-12-01T10:11:03.0281065Z copying caffe2/python/mkl/mkl_pool_speed_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/mkl 2022-12-01T10:11:03.0282659Z copying caffe2/python/mkl/mkl_relu_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/mkl 2022-12-01T10:11:03.0283967Z copying caffe2/python/mkl/mkl_sbn_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/mkl 2022-12-01T10:11:03.0285220Z copying caffe2/python/mkl/mkl_sbn_speed_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/mkl 2022-12-01T10:11:03.0286581Z copying caffe2/python/mkl/mkl_sigmoid_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/mkl 2022-12-01T10:11:03.0287592Z copying caffe2/python/mkl/mkl_speed_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/mkl 2022-12-01T10:11:03.0289011Z copying caffe2/python/mkl/mkl_squeeze_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/mkl 2022-12-01T10:11:03.0290205Z copying caffe2/python/mkl/rewrite_graph.py -> build/lib.linux-x86_64-3.7/caffe2/python/mkl 2022-12-01T10:11:03.0291570Z copying caffe2/python/mkl/rewrite_graph_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/mkl 2022-12-01T10:11:03.0295824Z creating build/lib.linux-x86_64-3.7/caffe2/python/modeling 2022-12-01T10:11:03.0296510Z copying caffe2/python/modeling/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/python/modeling 2022-12-01T10:11:03.0297329Z copying caffe2/python/modeling/compute_histogram_for_blobs.py -> build/lib.linux-x86_64-3.7/caffe2/python/modeling 2022-12-01T10:11:03.0298528Z copying caffe2/python/modeling/compute_histogram_for_blobs_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/modeling 2022-12-01T10:11:03.0299869Z copying caffe2/python/modeling/compute_norm_for_blobs.py -> build/lib.linux-x86_64-3.7/caffe2/python/modeling 2022-12-01T10:11:03.0301073Z copying caffe2/python/modeling/compute_norm_for_blobs_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/modeling 2022-12-01T10:11:03.0303234Z copying caffe2/python/modeling/compute_statistics_for_blobs.py -> build/lib.linux-x86_64-3.7/caffe2/python/modeling 2022-12-01T10:11:03.0304353Z copying caffe2/python/modeling/compute_statistics_for_blobs_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/modeling 2022-12-01T10:11:03.0305400Z copying caffe2/python/modeling/get_entry_from_blobs.py -> build/lib.linux-x86_64-3.7/caffe2/python/modeling 2022-12-01T10:11:03.0306457Z copying caffe2/python/modeling/get_entry_from_blobs_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/modeling 2022-12-01T10:11:03.0307536Z copying caffe2/python/modeling/gradient_clipping.py -> build/lib.linux-x86_64-3.7/caffe2/python/modeling 2022-12-01T10:11:03.0309481Z copying caffe2/python/modeling/gradient_clipping_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/modeling 2022-12-01T10:11:03.0310134Z copying caffe2/python/modeling/initializers.py -> build/lib.linux-x86_64-3.7/caffe2/python/modeling 2022-12-01T10:11:03.0311026Z copying caffe2/python/modeling/initializers_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/modeling 2022-12-01T10:11:03.0311934Z copying caffe2/python/modeling/net_modifier.py -> build/lib.linux-x86_64-3.7/caffe2/python/modeling 2022-12-01T10:11:03.0313097Z copying caffe2/python/modeling/parameter_info.py -> build/lib.linux-x86_64-3.7/caffe2/python/modeling 2022-12-01T10:11:03.0314241Z copying caffe2/python/modeling/parameter_sharing.py -> build/lib.linux-x86_64-3.7/caffe2/python/modeling 2022-12-01T10:11:03.0315286Z copying caffe2/python/modeling/parameter_sharing_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/modeling 2022-12-01T10:11:03.0317780Z creating build/lib.linux-x86_64-3.7/caffe2/python/models 2022-12-01T10:11:03.0318164Z copying caffe2/python/models/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/python/models 2022-12-01T10:11:03.0319094Z copying caffe2/python/models/__sym_init__.py -> build/lib.linux-x86_64-3.7/caffe2/python/models 2022-12-01T10:11:03.0320519Z copying caffe2/python/models/download.py -> build/lib.linux-x86_64-3.7/caffe2/python/models 2022-12-01T10:11:03.0321599Z copying caffe2/python/models/imagenet_trainer_test_utils.py -> build/lib.linux-x86_64-3.7/caffe2/python/models 2022-12-01T10:11:03.0322440Z copying caffe2/python/models/resnet.py -> build/lib.linux-x86_64-3.7/caffe2/python/models 2022-12-01T10:11:03.0323938Z copying caffe2/python/models/resnet_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/models 2022-12-01T10:11:03.0324774Z copying caffe2/python/models/shufflenet.py -> build/lib.linux-x86_64-3.7/caffe2/python/models 2022-12-01T10:11:03.0326611Z copying caffe2/python/models/shufflenet_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/models 2022-12-01T10:11:03.0328565Z creating build/lib.linux-x86_64-3.7/caffe2/python/onnx 2022-12-01T10:11:03.0328995Z copying caffe2/python/onnx/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/python/onnx 2022-12-01T10:11:03.0329996Z copying caffe2/python/onnx/backend.py -> build/lib.linux-x86_64-3.7/caffe2/python/onnx 2022-12-01T10:11:03.0331503Z copying caffe2/python/onnx/backend_cpp_rep.py -> build/lib.linux-x86_64-3.7/caffe2/python/onnx 2022-12-01T10:11:03.0332475Z copying caffe2/python/onnx/backend_rep.py -> build/lib.linux-x86_64-3.7/caffe2/python/onnx 2022-12-01T10:11:03.0333258Z copying caffe2/python/onnx/error.py -> build/lib.linux-x86_64-3.7/caffe2/python/onnx 2022-12-01T10:11:03.0334183Z copying caffe2/python/onnx/frontend.py -> build/lib.linux-x86_64-3.7/caffe2/python/onnx 2022-12-01T10:11:03.0335175Z copying caffe2/python/onnx/helper.py -> build/lib.linux-x86_64-3.7/caffe2/python/onnx 2022-12-01T10:11:03.0336158Z copying caffe2/python/onnx/onnxifi.py -> build/lib.linux-x86_64-3.7/caffe2/python/onnx 2022-12-01T10:11:03.0337120Z copying caffe2/python/onnx/test_onnxifi.py -> build/lib.linux-x86_64-3.7/caffe2/python/onnx 2022-12-01T10:11:03.0337989Z copying caffe2/python/onnx/workspace.py -> build/lib.linux-x86_64-3.7/caffe2/python/onnx 2022-12-01T10:11:03.0356233Z creating build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0356913Z copying caffe2/python/operator_test/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0357899Z copying caffe2/python/operator_test/activation_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0358927Z copying caffe2/python/operator_test/adadelta_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0360230Z copying caffe2/python/operator_test/adagrad_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0361200Z copying caffe2/python/operator_test/adagrad_test_helper.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0362098Z copying caffe2/python/operator_test/adam_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0363652Z copying caffe2/python/operator_test/affine_channel_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0364632Z copying caffe2/python/operator_test/alias_with_name_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0365639Z copying caffe2/python/operator_test/apmeter_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0366753Z copying caffe2/python/operator_test/arg_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0367891Z copying caffe2/python/operator_test/assert_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0369098Z copying caffe2/python/operator_test/async_net_barrier_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0370189Z copying caffe2/python/operator_test/atomic_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0371770Z copying caffe2/python/operator_test/basic_rnn_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0373168Z copying caffe2/python/operator_test/batch_box_cox_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0374520Z copying caffe2/python/operator_test/batch_bucketize_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0375745Z copying caffe2/python/operator_test/batch_moments_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0377067Z copying caffe2/python/operator_test/batch_sparse_to_dense_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0378238Z copying caffe2/python/operator_test/bbox_transform_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0379621Z copying caffe2/python/operator_test/bisect_percentile_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0380926Z copying caffe2/python/operator_test/blobs_queue_db_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0382203Z copying caffe2/python/operator_test/boolean_mask_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0383592Z copying caffe2/python/operator_test/boolean_unmask_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0384912Z copying caffe2/python/operator_test/box_with_nms_limit_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0386172Z copying caffe2/python/operator_test/bucketize_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0387396Z copying caffe2/python/operator_test/cast_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0388604Z copying caffe2/python/operator_test/ceil_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0389888Z copying caffe2/python/operator_test/channel_backprop_stats_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0391101Z copying caffe2/python/operator_test/channel_shuffle_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0392437Z copying caffe2/python/operator_test/channel_stats_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0393596Z copying caffe2/python/operator_test/checkpoint_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0394928Z copying caffe2/python/operator_test/clip_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0396198Z copying caffe2/python/operator_test/clip_tensor_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0397688Z copying caffe2/python/operator_test/collect_and_distribute_fpn_rpn_proposals_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0398950Z copying caffe2/python/operator_test/concat_op_cost_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0400221Z copying caffe2/python/operator_test/concat_split_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0401569Z copying caffe2/python/operator_test/conditional_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0402810Z copying caffe2/python/operator_test/conftest.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0404048Z copying caffe2/python/operator_test/conv_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0405659Z copying caffe2/python/operator_test/conv_transpose_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0407064Z copying caffe2/python/operator_test/copy_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0408490Z copying caffe2/python/operator_test/copy_rows_to_tensor_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0409789Z copying caffe2/python/operator_test/cosine_embedding_criterion_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0410961Z copying caffe2/python/operator_test/counter_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0412248Z copying caffe2/python/operator_test/crf_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0413562Z copying caffe2/python/operator_test/cross_entropy_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0414992Z copying caffe2/python/operator_test/ctc_beam_search_decoder_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0417291Z copying caffe2/python/operator_test/ctc_greedy_decoder_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0418315Z copying caffe2/python/operator_test/cudnn_recurrent_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0419604Z copying caffe2/python/operator_test/data_couple_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0420961Z copying caffe2/python/operator_test/dataset_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0422506Z copying caffe2/python/operator_test/decay_adagrad_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0423829Z copying caffe2/python/operator_test/deform_conv_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0425350Z copying caffe2/python/operator_test/dense_vector_to_id_list_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0426599Z copying caffe2/python/operator_test/depthwise_3x3_conv_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0427892Z copying caffe2/python/operator_test/detectron_keypoints.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0429308Z copying caffe2/python/operator_test/distance_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0430619Z copying caffe2/python/operator_test/dropout_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0432017Z copying caffe2/python/operator_test/duplicate_operands_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0433227Z copying caffe2/python/operator_test/elementwise_linear_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0434436Z copying caffe2/python/operator_test/elementwise_logical_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0435747Z copying caffe2/python/operator_test/elementwise_op_broadcast_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0437224Z copying caffe2/python/operator_test/elementwise_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0438848Z copying caffe2/python/operator_test/emptysample_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0440478Z copying caffe2/python/operator_test/enforce_finite_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0442233Z copying caffe2/python/operator_test/ensure_clipped_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0443570Z copying caffe2/python/operator_test/ensure_cpu_output_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0444958Z copying caffe2/python/operator_test/erf_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0446211Z copying caffe2/python/operator_test/expand_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0447806Z copying caffe2/python/operator_test/fc_operator_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0448869Z copying caffe2/python/operator_test/feature_maps_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0450418Z copying caffe2/python/operator_test/filler_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0451732Z copying caffe2/python/operator_test/find_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0452946Z copying caffe2/python/operator_test/flatten_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0454179Z copying caffe2/python/operator_test/flexible_top_k_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0455384Z copying caffe2/python/operator_test/floor_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0456927Z copying caffe2/python/operator_test/fused_nbit_rowwise_conversion_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0458151Z copying caffe2/python/operator_test/fused_nbit_rowwise_test_helper.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0459334Z copying caffe2/python/operator_test/gather_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0460831Z copying caffe2/python/operator_test/gather_ranges_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0462304Z copying caffe2/python/operator_test/given_tensor_byte_string_to_uint8_fill_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0463584Z copying caffe2/python/operator_test/given_tensor_fill_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0464776Z copying caffe2/python/operator_test/glu_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0466102Z copying caffe2/python/operator_test/group_conv_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0467320Z copying caffe2/python/operator_test/group_norm_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0468772Z copying caffe2/python/operator_test/gru_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0470074Z copying caffe2/python/operator_test/heatmap_max_keypoint_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0471555Z copying caffe2/python/operator_test/histogram_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0472839Z copying caffe2/python/operator_test/hsm_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0474243Z copying caffe2/python/operator_test/hyperbolic_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0475454Z copying caffe2/python/operator_test/im2col_col2im_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0476896Z copying caffe2/python/operator_test/image_input_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0478393Z copying caffe2/python/operator_test/index_hash_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0480014Z copying caffe2/python/operator_test/index_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0481330Z copying caffe2/python/operator_test/instance_norm_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0482739Z copying caffe2/python/operator_test/integral_image_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0484011Z copying caffe2/python/operator_test/jsd_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0485272Z copying caffe2/python/operator_test/key_split_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0486530Z copying caffe2/python/operator_test/lars_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0487826Z copying caffe2/python/operator_test/layer_norm_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0489310Z copying caffe2/python/operator_test/leaky_relu_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0490858Z copying caffe2/python/operator_test/learning_rate_adaption_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0492182Z copying caffe2/python/operator_test/learning_rate_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0493512Z copying caffe2/python/operator_test/length_split_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0494834Z copying caffe2/python/operator_test/lengths_pad_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0496181Z copying caffe2/python/operator_test/lengths_reducer_fused_nbit_rowwise_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0497711Z copying caffe2/python/operator_test/lengths_tile_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0499051Z copying caffe2/python/operator_test/lengths_top_k_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0500348Z copying caffe2/python/operator_test/listwise_l2r_operator_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0501716Z copying caffe2/python/operator_test/load_save_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0503455Z copying caffe2/python/operator_test/locally_connected_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0505592Z copying caffe2/python/operator_test/loss_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0506708Z copying caffe2/python/operator_test/lpnorm_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0508051Z copying caffe2/python/operator_test/map_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0509359Z copying caffe2/python/operator_test/margin_loss_l2r_operator_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0510578Z copying caffe2/python/operator_test/margin_ranking_criterion_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0511787Z copying caffe2/python/operator_test/math_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0513045Z copying caffe2/python/operator_test/matmul_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0514445Z copying caffe2/python/operator_test/mean_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0515751Z copying caffe2/python/operator_test/merge_id_lists_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0517007Z copying caffe2/python/operator_test/mkl_conv_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0518253Z copying caffe2/python/operator_test/mkl_packed_fc_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0519645Z copying caffe2/python/operator_test/mod_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0520770Z copying caffe2/python/operator_test/moments_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0522246Z copying caffe2/python/operator_test/momentum_sgd_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0523559Z copying caffe2/python/operator_test/mpi_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0524875Z copying caffe2/python/operator_test/mul_gradient_benchmark.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0526201Z copying caffe2/python/operator_test/negate_gradient_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0527428Z copying caffe2/python/operator_test/ngram_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0528757Z copying caffe2/python/operator_test/normalize_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0530082Z copying caffe2/python/operator_test/numpy_tile_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0531312Z copying caffe2/python/operator_test/one_hot_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0532520Z copying caffe2/python/operator_test/onnx_while_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0533843Z copying caffe2/python/operator_test/order_switch_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0535203Z copying caffe2/python/operator_test/pack_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0536714Z copying caffe2/python/operator_test/pack_rnn_sequence_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0538022Z copying caffe2/python/operator_test/pad_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0539282Z copying caffe2/python/operator_test/partition_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0540585Z copying caffe2/python/operator_test/percentile_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0541965Z copying caffe2/python/operator_test/piecewise_linear_transform_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0543239Z copying caffe2/python/operator_test/pooling_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0544735Z copying caffe2/python/operator_test/prepend_dim_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0545909Z copying caffe2/python/operator_test/python_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0547208Z copying caffe2/python/operator_test/quantile_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0548542Z copying caffe2/python/operator_test/rand_quantization_op_speed_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0549911Z copying caffe2/python/operator_test/rank_loss_operator_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0551178Z copying caffe2/python/operator_test/rebatching_queue_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0552460Z copying caffe2/python/operator_test/record_queue_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0553732Z copying caffe2/python/operator_test/recurrent_net_executor_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0555059Z copying caffe2/python/operator_test/recurrent_network_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0556487Z copying caffe2/python/operator_test/reduce_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0558056Z copying caffe2/python/operator_test/reduction_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0559598Z copying caffe2/python/operator_test/reshape_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0560931Z copying caffe2/python/operator_test/resize_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0562486Z copying caffe2/python/operator_test/rmac_regions_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0563778Z copying caffe2/python/operator_test/rms_norm_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0565112Z copying caffe2/python/operator_test/rnn_cell_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0567141Z copying caffe2/python/operator_test/roi_align_rotated_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0568411Z copying caffe2/python/operator_test/rowwise_counter_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0569547Z copying caffe2/python/operator_test/scale_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0570959Z copying caffe2/python/operator_test/segment_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0572494Z copying caffe2/python/operator_test/self_binning_histogram_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0573875Z copying caffe2/python/operator_test/selu_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0575371Z copying caffe2/python/operator_test/sequence_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0576618Z copying caffe2/python/operator_test/shape_inference_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0578238Z copying caffe2/python/operator_test/sinusoid_position_encoding_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0579640Z copying caffe2/python/operator_test/softmax_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0581030Z copying caffe2/python/operator_test/softplus_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0582357Z copying caffe2/python/operator_test/sparse_dropout_with_replacement_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0583946Z copying caffe2/python/operator_test/sparse_gradient_checker_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0585174Z copying caffe2/python/operator_test/sparse_itemwise_dropout_with_replacement_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0586448Z copying caffe2/python/operator_test/sparse_lengths_sum_benchmark.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0587785Z copying caffe2/python/operator_test/sparse_lp_regularizer_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0589069Z copying caffe2/python/operator_test/sparse_normalize_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0590273Z copying caffe2/python/operator_test/sparse_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0592198Z copying caffe2/python/operator_test/sparse_to_dense_mask_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0593478Z copying caffe2/python/operator_test/spatial_bn_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0594962Z copying caffe2/python/operator_test/specialized_segment_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0596356Z copying caffe2/python/operator_test/split_op_cost_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0597743Z copying caffe2/python/operator_test/square_root_divide_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0599006Z copying caffe2/python/operator_test/stats_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0600459Z copying caffe2/python/operator_test/stats_put_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0601853Z copying caffe2/python/operator_test/storm_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0603240Z copying caffe2/python/operator_test/string_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0604592Z copying caffe2/python/operator_test/text_file_reader_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0605863Z copying caffe2/python/operator_test/thresholded_relu_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0607158Z copying caffe2/python/operator_test/tile_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0608411Z copying caffe2/python/operator_test/top_k_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0609767Z copying caffe2/python/operator_test/torch_integration_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0611440Z copying caffe2/python/operator_test/transpose_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0612832Z copying caffe2/python/operator_test/trigonometric_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0614031Z copying caffe2/python/operator_test/unique_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0615316Z copying caffe2/python/operator_test/unique_uniform_fill_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0616698Z copying caffe2/python/operator_test/unsafe_coalesce_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0617743Z copying caffe2/python/operator_test/upsample_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0619065Z copying caffe2/python/operator_test/utility_ops_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0620584Z copying caffe2/python/operator_test/video_input_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0622009Z copying caffe2/python/operator_test/weight_scale_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0623217Z copying caffe2/python/operator_test/weighted_multi_sample_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0624544Z copying caffe2/python/operator_test/weighted_sample_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0625741Z copying caffe2/python/operator_test/weighted_sum_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0626991Z copying caffe2/python/operator_test/wngrad_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/operator_test 2022-12-01T10:11:03.0630385Z creating build/lib.linux-x86_64-3.7/caffe2/python/predictor 2022-12-01T10:11:03.0631139Z copying caffe2/python/predictor/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/python/predictor 2022-12-01T10:11:03.0631940Z copying caffe2/python/predictor/mobile_exporter.py -> build/lib.linux-x86_64-3.7/caffe2/python/predictor 2022-12-01T10:11:03.0633322Z copying caffe2/python/predictor/mobile_exporter_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/predictor 2022-12-01T10:11:03.0635005Z copying caffe2/python/predictor/predictor_exporter.py -> build/lib.linux-x86_64-3.7/caffe2/python/predictor 2022-12-01T10:11:03.0635945Z copying caffe2/python/predictor/predictor_exporter_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/predictor 2022-12-01T10:11:03.0637122Z copying caffe2/python/predictor/predictor_py_utils.py -> build/lib.linux-x86_64-3.7/caffe2/python/predictor 2022-12-01T10:11:03.0638087Z copying caffe2/python/predictor/predictor_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/predictor 2022-12-01T10:11:03.0639013Z copying caffe2/python/predictor/serde.py -> build/lib.linux-x86_64-3.7/caffe2/python/predictor 2022-12-01T10:11:03.0641836Z creating build/lib.linux-x86_64-3.7/caffe2/python/rnn 2022-12-01T10:11:03.0642438Z copying caffe2/python/rnn/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/python/rnn 2022-12-01T10:11:03.0643224Z copying caffe2/python/rnn/lstm_comparison.py -> build/lib.linux-x86_64-3.7/caffe2/python/rnn 2022-12-01T10:11:03.0644166Z copying caffe2/python/rnn/rnn_cell_test_util.py -> build/lib.linux-x86_64-3.7/caffe2/python/rnn 2022-12-01T10:11:03.0646259Z creating build/lib.linux-x86_64-3.7/caffe2/python/serialized_test 2022-12-01T10:11:03.0647046Z copying caffe2/python/serialized_test/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test 2022-12-01T10:11:03.0647900Z copying caffe2/python/serialized_test/coverage.py -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test 2022-12-01T10:11:03.0648807Z copying caffe2/python/serialized_test/serialized_test_util.py -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test 2022-12-01T10:11:03.0651103Z creating build/lib.linux-x86_64-3.7/caffe2/python/test 2022-12-01T10:11:03.0651493Z copying caffe2/python/test/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/python/test 2022-12-01T10:11:03.0652530Z copying caffe2/python/test/blob_deallocation_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/test 2022-12-01T10:11:03.0653224Z copying caffe2/python/test/do_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/test 2022-12-01T10:11:03.0654588Z copying caffe2/python/test/executor_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/test 2022-12-01T10:11:03.0655276Z copying caffe2/python/test/executor_test_util.py -> build/lib.linux-x86_64-3.7/caffe2/python/test 2022-12-01T10:11:03.0656506Z copying caffe2/python/test/fakefp16_transform_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/test 2022-12-01T10:11:03.0657227Z copying caffe2/python/test/gpu_context_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/test 2022-12-01T10:11:03.0658372Z copying caffe2/python/test/inference_lstm_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/test 2022-12-01T10:11:03.0659029Z copying caffe2/python/test/python_protobuf_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/test 2022-12-01T10:11:03.0661396Z creating build/lib.linux-x86_64-3.7/caffe2/python/trt 2022-12-01T10:11:03.0662078Z copying caffe2/python/trt/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/python/trt 2022-12-01T10:11:03.0662656Z copying caffe2/python/trt/test_pt_onnx_trt.py -> build/lib.linux-x86_64-3.7/caffe2/python/trt 2022-12-01T10:11:03.0663876Z copying caffe2/python/trt/test_trt.py -> build/lib.linux-x86_64-3.7/caffe2/python/trt 2022-12-01T10:11:03.0664771Z copying caffe2/python/trt/transform.py -> build/lib.linux-x86_64-3.7/caffe2/python/trt 2022-12-01T10:11:03.0667137Z creating build/lib.linux-x86_64-3.7/caffe2/python/models/seq2seq 2022-12-01T10:11:03.0667635Z copying caffe2/python/models/seq2seq/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/python/models/seq2seq 2022-12-01T10:11:03.0668585Z copying caffe2/python/models/seq2seq/beam_search.py -> build/lib.linux-x86_64-3.7/caffe2/python/models/seq2seq 2022-12-01T10:11:03.0669839Z copying caffe2/python/models/seq2seq/seq2seq_beam_search_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/models/seq2seq 2022-12-01T10:11:03.0671435Z copying caffe2/python/models/seq2seq/seq2seq_model_helper.py -> build/lib.linux-x86_64-3.7/caffe2/python/models/seq2seq 2022-12-01T10:11:03.0672198Z copying caffe2/python/models/seq2seq/seq2seq_model_helper_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/models/seq2seq 2022-12-01T10:11:03.0673073Z copying caffe2/python/models/seq2seq/seq2seq_util.py -> build/lib.linux-x86_64-3.7/caffe2/python/models/seq2seq 2022-12-01T10:11:03.0674664Z copying caffe2/python/models/seq2seq/train.py -> build/lib.linux-x86_64-3.7/caffe2/python/models/seq2seq 2022-12-01T10:11:03.0675824Z copying caffe2/python/models/seq2seq/translate.py -> build/lib.linux-x86_64-3.7/caffe2/python/models/seq2seq 2022-12-01T10:11:03.0677961Z creating build/lib.linux-x86_64-3.7/caffe2/python/onnx/bin 2022-12-01T10:11:03.0678368Z copying caffe2/python/onnx/bin/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/python/onnx/bin 2022-12-01T10:11:03.0679410Z copying caffe2/python/onnx/bin/conversion.py -> build/lib.linux-x86_64-3.7/caffe2/python/onnx/bin 2022-12-01T10:11:03.0682063Z creating build/lib.linux-x86_64-3.7/caffe2/python/onnx/tests 2022-12-01T10:11:03.0682447Z copying caffe2/python/onnx/tests/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/python/onnx/tests 2022-12-01T10:11:03.0683493Z copying caffe2/python/onnx/tests/c2_ref_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/onnx/tests 2022-12-01T10:11:03.0684903Z copying caffe2/python/onnx/tests/conversion_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/onnx/tests 2022-12-01T10:11:03.0685865Z copying caffe2/python/onnx/tests/helper_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/onnx/tests 2022-12-01T10:11:03.0686759Z copying caffe2/python/onnx/tests/onnx_backend_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/onnx/tests 2022-12-01T10:11:03.0687875Z copying caffe2/python/onnx/tests/ssa_test.py -> build/lib.linux-x86_64-3.7/caffe2/python/onnx/tests 2022-12-01T10:11:03.0688868Z copying caffe2/python/onnx/tests/test_utils.py -> build/lib.linux-x86_64-3.7/caffe2/python/onnx/tests 2022-12-01T10:11:03.0694776Z creating build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-12-01T10:11:03.0695362Z copying caffe2/quantization/server/__init__.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-12-01T10:11:03.0696336Z copying caffe2/quantization/server/batch_matmul_dnnlowp_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-12-01T10:11:03.0697539Z copying caffe2/quantization/server/batch_permutation_dnnlowp_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-12-01T10:11:03.0698618Z copying caffe2/quantization/server/channel_shuffle_dnnlowp_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-12-01T10:11:03.0700371Z copying caffe2/quantization/server/compute_equalization_scale_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-12-01T10:11:03.0701078Z copying caffe2/quantization/server/concat_dnnlowp_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-12-01T10:11:03.0701771Z copying caffe2/quantization/server/conv_depthwise_dnnlowp_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-12-01T10:11:03.0702496Z copying caffe2/quantization/server/conv_dnnlowp_acc16_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-12-01T10:11:03.0703457Z copying caffe2/quantization/server/conv_dnnlowp_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-12-01T10:11:03.0704732Z copying caffe2/quantization/server/conv_groupwise_dnnlowp_acc16_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-12-01T10:11:03.0705926Z copying caffe2/quantization/server/conv_groupwise_dnnlowp_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-12-01T10:11:03.0706942Z copying caffe2/quantization/server/dequantize_dnnlowp_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-12-01T10:11:03.0708121Z copying caffe2/quantization/server/dnnlowp_test_utils.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-12-01T10:11:03.0709287Z copying caffe2/quantization/server/elementwise_add_dnnlowp_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-12-01T10:11:03.0710757Z copying caffe2/quantization/server/elementwise_linear_dnnlowp_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-12-01T10:11:03.0711424Z copying caffe2/quantization/server/elementwise_mul_dnnlowp_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-12-01T10:11:03.0713063Z copying caffe2/quantization/server/elementwise_sum_dnnlowp_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-12-01T10:11:03.0713948Z copying caffe2/quantization/server/fully_connected_dnnlowp_acc16_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-12-01T10:11:03.0715488Z copying caffe2/quantization/server/fully_connected_dnnlowp_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-12-01T10:11:03.0716138Z copying caffe2/quantization/server/fully_connected_fp16_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-12-01T10:11:03.0717716Z copying caffe2/quantization/server/fully_connected_rowwise_dnnlowp_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-12-01T10:11:03.0718895Z copying caffe2/quantization/server/gather_dnnlowp_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-12-01T10:11:03.0720363Z copying caffe2/quantization/server/group_norm_dnnlowp_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-12-01T10:11:03.0721421Z copying caffe2/quantization/server/int8_gen_quant_params_min_max_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-12-01T10:11:03.0722650Z copying caffe2/quantization/server/int8_gen_quant_params_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-12-01T10:11:03.0723863Z copying caffe2/quantization/server/int8_quant_scheme_blob_fill_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-12-01T10:11:03.0725181Z copying caffe2/quantization/server/lstm_unit_dnnlowp_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-12-01T10:11:03.0726350Z copying caffe2/quantization/server/observer_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-12-01T10:11:03.0727616Z copying caffe2/quantization/server/pool_dnnlowp_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-12-01T10:11:03.0728987Z copying caffe2/quantization/server/quantize_dnnlowp_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-12-01T10:11:03.0730265Z copying caffe2/quantization/server/relu_dnnlowp_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-12-01T10:11:03.0731507Z copying caffe2/quantization/server/resize_nearest_3d_dnnlowp_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-12-01T10:11:03.0732834Z copying caffe2/quantization/server/resize_nearest_dnnlowp_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-12-01T10:11:03.0734112Z copying caffe2/quantization/server/sigmoid_dnnlowp_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-12-01T10:11:03.0735341Z copying caffe2/quantization/server/spatial_batch_norm_dnnlowp_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-12-01T10:11:03.0736560Z copying caffe2/quantization/server/tanh_dnnlowp_op_test.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-12-01T10:11:03.0737735Z copying caffe2/quantization/server/utils.py -> build/lib.linux-x86_64-3.7/caffe2/quantization/server 2022-12-01T10:11:03.0741680Z creating build/lib.linux-x86_64-3.7/functorch/_src 2022-12-01T10:11:03.0742335Z copying functorch/_src/__init__.py -> build/lib.linux-x86_64-3.7/functorch/_src 2022-12-01T10:11:03.0743258Z copying functorch/_src/aot_autograd.py -> build/lib.linux-x86_64-3.7/functorch/_src 2022-12-01T10:11:03.0744802Z copying functorch/_src/benchmark_utils.py -> build/lib.linux-x86_64-3.7/functorch/_src 2022-12-01T10:11:03.0746266Z copying functorch/_src/compile_utils.py -> build/lib.linux-x86_64-3.7/functorch/_src 2022-12-01T10:11:03.0747265Z copying functorch/_src/compilers.py -> build/lib.linux-x86_64-3.7/functorch/_src 2022-12-01T10:11:03.0748650Z copying functorch/_src/config.py -> build/lib.linux-x86_64-3.7/functorch/_src 2022-12-01T10:11:03.0749952Z copying functorch/_src/eager_transforms.py -> build/lib.linux-x86_64-3.7/functorch/_src 2022-12-01T10:11:03.0751949Z copying functorch/_src/fx_minifier.py -> build/lib.linux-x86_64-3.7/functorch/_src 2022-12-01T10:11:03.0753037Z copying functorch/_src/make_functional.py -> build/lib.linux-x86_64-3.7/functorch/_src 2022-12-01T10:11:03.0754500Z copying functorch/_src/named_members_polyfill.py -> build/lib.linux-x86_64-3.7/functorch/_src 2022-12-01T10:11:03.0755733Z copying functorch/_src/partitioners.py -> build/lib.linux-x86_64-3.7/functorch/_src 2022-12-01T10:11:03.0757104Z copying functorch/_src/python_key.py -> build/lib.linux-x86_64-3.7/functorch/_src 2022-12-01T10:11:03.0758508Z copying functorch/_src/pytree_hacks.py -> build/lib.linux-x86_64-3.7/functorch/_src 2022-12-01T10:11:03.0760019Z copying functorch/_src/top_operators_github_usage.py -> build/lib.linux-x86_64-3.7/functorch/_src 2022-12-01T10:11:03.0762060Z copying functorch/_src/vmap.py -> build/lib.linux-x86_64-3.7/functorch/_src 2022-12-01T10:11:03.0764493Z creating build/lib.linux-x86_64-3.7/functorch/compile 2022-12-01T10:11:03.0765165Z copying functorch/compile/__init__.py -> build/lib.linux-x86_64-3.7/functorch/compile 2022-12-01T10:11:03.0768227Z creating build/lib.linux-x86_64-3.7/functorch/dim 2022-12-01T10:11:03.0768855Z copying functorch/dim/__init__.py -> build/lib.linux-x86_64-3.7/functorch/dim 2022-12-01T10:11:03.0769671Z copying functorch/dim/batch_tensor.py -> build/lib.linux-x86_64-3.7/functorch/dim 2022-12-01T10:11:03.0770840Z copying functorch/dim/delayed_mul_tensor.py -> build/lib.linux-x86_64-3.7/functorch/dim 2022-12-01T10:11:03.0772113Z copying functorch/dim/dim.py -> build/lib.linux-x86_64-3.7/functorch/dim 2022-12-01T10:11:03.0773301Z copying functorch/dim/magic_trace.py -> build/lib.linux-x86_64-3.7/functorch/dim 2022-12-01T10:11:03.0774414Z copying functorch/dim/op_properties.py -> build/lib.linux-x86_64-3.7/functorch/dim 2022-12-01T10:11:03.0775772Z copying functorch/dim/reference.py -> build/lib.linux-x86_64-3.7/functorch/dim 2022-12-01T10:11:03.0777317Z copying functorch/dim/tree_map.py -> build/lib.linux-x86_64-3.7/functorch/dim 2022-12-01T10:11:03.0778517Z copying functorch/dim/wrap_type.py -> build/lib.linux-x86_64-3.7/functorch/dim 2022-12-01T10:11:03.0781593Z creating build/lib.linux-x86_64-3.7/functorch/experimental 2022-12-01T10:11:03.0782478Z copying functorch/experimental/__init__.py -> build/lib.linux-x86_64-3.7/functorch/experimental 2022-12-01T10:11:03.0783315Z copying functorch/experimental/batch_norm_replacement.py -> build/lib.linux-x86_64-3.7/functorch/experimental 2022-12-01T10:11:03.0784284Z copying functorch/experimental/cond.py -> build/lib.linux-x86_64-3.7/functorch/experimental 2022-12-01T10:11:03.0785322Z copying functorch/experimental/ops.py -> build/lib.linux-x86_64-3.7/functorch/experimental 2022-12-01T10:11:03.0787653Z creating build/lib.linux-x86_64-3.7/torch/_decomp 2022-12-01T10:11:03.0788144Z copying torch/_decomp/__init__.py -> build/lib.linux-x86_64-3.7/torch/_decomp 2022-12-01T10:11:03.0789456Z copying torch/_decomp/decompositions.py -> build/lib.linux-x86_64-3.7/torch/_decomp 2022-12-01T10:11:03.0791205Z copying torch/_decomp/decompositions_for_jvp.py -> build/lib.linux-x86_64-3.7/torch/_decomp 2022-12-01T10:11:03.0793456Z creating build/lib.linux-x86_64-3.7/torch/_dispatch 2022-12-01T10:11:03.0794252Z copying torch/_dispatch/__init__.py -> build/lib.linux-x86_64-3.7/torch/_dispatch 2022-12-01T10:11:03.0795439Z copying torch/_dispatch/python.py -> build/lib.linux-x86_64-3.7/torch/_dispatch 2022-12-01T10:11:03.0799187Z creating build/lib.linux-x86_64-3.7/torch/_lazy 2022-12-01T10:11:03.0799781Z copying torch/_lazy/__init__.py -> build/lib.linux-x86_64-3.7/torch/_lazy 2022-12-01T10:11:03.0801282Z copying torch/_lazy/closure.py -> build/lib.linux-x86_64-3.7/torch/_lazy 2022-12-01T10:11:03.0802327Z copying torch/_lazy/computation.py -> build/lib.linux-x86_64-3.7/torch/_lazy 2022-12-01T10:11:03.0803440Z copying torch/_lazy/config.py -> build/lib.linux-x86_64-3.7/torch/_lazy 2022-12-01T10:11:03.0804651Z copying torch/_lazy/debug.py -> build/lib.linux-x86_64-3.7/torch/_lazy 2022-12-01T10:11:03.0805846Z copying torch/_lazy/device_context.py -> build/lib.linux-x86_64-3.7/torch/_lazy 2022-12-01T10:11:03.0807114Z copying torch/_lazy/extract_compiled_graph.py -> build/lib.linux-x86_64-3.7/torch/_lazy 2022-12-01T10:11:03.0808457Z copying torch/_lazy/ir_cache.py -> build/lib.linux-x86_64-3.7/torch/_lazy 2022-12-01T10:11:03.0809616Z copying torch/_lazy/metrics.py -> build/lib.linux-x86_64-3.7/torch/_lazy 2022-12-01T10:11:03.0811045Z copying torch/_lazy/tensor_factory_functions.py -> build/lib.linux-x86_64-3.7/torch/_lazy 2022-12-01T10:11:03.0812006Z copying torch/_lazy/ts_backend.py -> build/lib.linux-x86_64-3.7/torch/_lazy 2022-12-01T10:11:03.0815253Z creating build/lib.linux-x86_64-3.7/torch/_prims 2022-12-01T10:11:03.0815859Z copying torch/_prims/__init__.py -> build/lib.linux-x86_64-3.7/torch/_prims 2022-12-01T10:11:03.0817294Z copying torch/_prims/context.py -> build/lib.linux-x86_64-3.7/torch/_prims 2022-12-01T10:11:03.0818554Z copying torch/_prims/executor.py -> build/lib.linux-x86_64-3.7/torch/_prims 2022-12-01T10:11:03.0819824Z copying torch/_prims/nvfuser_executor.py -> build/lib.linux-x86_64-3.7/torch/_prims 2022-12-01T10:11:03.0821246Z copying torch/_prims/nvfuser_prims.py -> build/lib.linux-x86_64-3.7/torch/_prims 2022-12-01T10:11:03.0823787Z creating build/lib.linux-x86_64-3.7/torch/_prims_common 2022-12-01T10:11:03.0824496Z copying torch/_prims_common/__init__.py -> build/lib.linux-x86_64-3.7/torch/_prims_common 2022-12-01T10:11:03.0825553Z copying torch/_prims_common/wrappers.py -> build/lib.linux-x86_64-3.7/torch/_prims_common 2022-12-01T10:11:03.0827529Z creating build/lib.linux-x86_64-3.7/torch/_refs 2022-12-01T10:11:03.0827973Z copying torch/_refs/__init__.py -> build/lib.linux-x86_64-3.7/torch/_refs 2022-12-01T10:11:03.0830232Z copying torch/_refs/fft.py -> build/lib.linux-x86_64-3.7/torch/_refs 2022-12-01T10:11:03.0832321Z creating build/lib.linux-x86_64-3.7/torch/_subclasses 2022-12-01T10:11:03.0832700Z copying torch/_subclasses/__init__.py -> build/lib.linux-x86_64-3.7/torch/_subclasses 2022-12-01T10:11:03.0833909Z copying torch/_subclasses/fake_tensor.py -> build/lib.linux-x86_64-3.7/torch/_subclasses 2022-12-01T10:11:03.0835383Z copying torch/_subclasses/fake_utils.py -> build/lib.linux-x86_64-3.7/torch/_subclasses 2022-12-01T10:11:03.0836444Z copying torch/_subclasses/meta_utils.py -> build/lib.linux-x86_64-3.7/torch/_subclasses 2022-12-01T10:11:03.0838473Z creating build/lib.linux-x86_64-3.7/torch/amp 2022-12-01T10:11:03.0839434Z copying torch/amp/__init__.py -> build/lib.linux-x86_64-3.7/torch/amp 2022-12-01T10:11:03.0840236Z copying torch/amp/autocast_mode.py -> build/lib.linux-x86_64-3.7/torch/amp 2022-12-01T10:11:03.0843096Z creating build/lib.linux-x86_64-3.7/torch/ao 2022-12-01T10:11:03.0843446Z copying torch/ao/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao 2022-12-01T10:11:03.0846053Z creating build/lib.linux-x86_64-3.7/torch/autograd 2022-12-01T10:11:03.0846396Z copying torch/autograd/__init__.py -> build/lib.linux-x86_64-3.7/torch/autograd 2022-12-01T10:11:03.0848210Z copying torch/autograd/anomaly_mode.py -> build/lib.linux-x86_64-3.7/torch/autograd 2022-12-01T10:11:03.0849104Z copying torch/autograd/forward_ad.py -> build/lib.linux-x86_64-3.7/torch/autograd 2022-12-01T10:11:03.0850034Z copying torch/autograd/function.py -> build/lib.linux-x86_64-3.7/torch/autograd 2022-12-01T10:11:03.0851616Z copying torch/autograd/functional.py -> build/lib.linux-x86_64-3.7/torch/autograd 2022-12-01T10:11:03.0852714Z copying torch/autograd/grad_mode.py -> build/lib.linux-x86_64-3.7/torch/autograd 2022-12-01T10:11:03.0853925Z copying torch/autograd/gradcheck.py -> build/lib.linux-x86_64-3.7/torch/autograd 2022-12-01T10:11:03.0855598Z copying torch/autograd/graph.py -> build/lib.linux-x86_64-3.7/torch/autograd 2022-12-01T10:11:03.0856727Z copying torch/autograd/profiler.py -> build/lib.linux-x86_64-3.7/torch/autograd 2022-12-01T10:11:03.0857734Z copying torch/autograd/profiler_legacy.py -> build/lib.linux-x86_64-3.7/torch/autograd 2022-12-01T10:11:03.0859071Z copying torch/autograd/profiler_util.py -> build/lib.linux-x86_64-3.7/torch/autograd 2022-12-01T10:11:03.0860327Z copying torch/autograd/variable.py -> build/lib.linux-x86_64-3.7/torch/autograd 2022-12-01T10:11:03.0862179Z creating build/lib.linux-x86_64-3.7/torch/backends 2022-12-01T10:11:03.0862769Z copying torch/backends/__init__.py -> build/lib.linux-x86_64-3.7/torch/backends 2022-12-01T10:11:03.0864872Z creating build/lib.linux-x86_64-3.7/torch/contrib 2022-12-01T10:11:03.0865344Z copying torch/contrib/__init__.py -> build/lib.linux-x86_64-3.7/torch/contrib 2022-12-01T10:11:03.0866273Z copying torch/contrib/_tensorboard_vis.py -> build/lib.linux-x86_64-3.7/torch/contrib 2022-12-01T10:11:03.0868262Z creating build/lib.linux-x86_64-3.7/torch/cpu 2022-12-01T10:11:03.0868671Z copying torch/cpu/__init__.py -> build/lib.linux-x86_64-3.7/torch/cpu 2022-12-01T10:11:03.0871779Z creating build/lib.linux-x86_64-3.7/torch/cuda 2022-12-01T10:11:03.0872123Z copying torch/cuda/__init__.py -> build/lib.linux-x86_64-3.7/torch/cuda 2022-12-01T10:11:03.0873855Z copying torch/cuda/_dynamo_graphs.py -> build/lib.linux-x86_64-3.7/torch/cuda 2022-12-01T10:11:03.0875198Z copying torch/cuda/_memory_viz.py -> build/lib.linux-x86_64-3.7/torch/cuda 2022-12-01T10:11:03.0876128Z copying torch/cuda/_sanitizer.py -> build/lib.linux-x86_64-3.7/torch/cuda 2022-12-01T10:11:03.0877475Z copying torch/cuda/_utils.py -> build/lib.linux-x86_64-3.7/torch/cuda 2022-12-01T10:11:03.0878802Z copying torch/cuda/comm.py -> build/lib.linux-x86_64-3.7/torch/cuda 2022-12-01T10:11:03.0880276Z copying torch/cuda/error.py -> build/lib.linux-x86_64-3.7/torch/cuda 2022-12-01T10:11:03.0881420Z copying torch/cuda/graphs.py -> build/lib.linux-x86_64-3.7/torch/cuda 2022-12-01T10:11:03.0882934Z copying torch/cuda/jiterator.py -> build/lib.linux-x86_64-3.7/torch/cuda 2022-12-01T10:11:03.0884262Z copying torch/cuda/memory.py -> build/lib.linux-x86_64-3.7/torch/cuda 2022-12-01T10:11:03.0885636Z copying torch/cuda/nccl.py -> build/lib.linux-x86_64-3.7/torch/cuda 2022-12-01T10:11:03.0886809Z copying torch/cuda/nvtx.py -> build/lib.linux-x86_64-3.7/torch/cuda 2022-12-01T10:11:03.0888104Z copying torch/cuda/profiler.py -> build/lib.linux-x86_64-3.7/torch/cuda 2022-12-01T10:11:03.0889271Z copying torch/cuda/random.py -> build/lib.linux-x86_64-3.7/torch/cuda 2022-12-01T10:11:03.0890471Z copying torch/cuda/sparse.py -> build/lib.linux-x86_64-3.7/torch/cuda 2022-12-01T10:11:03.0891676Z copying torch/cuda/streams.py -> build/lib.linux-x86_64-3.7/torch/cuda 2022-12-01T10:11:03.0895176Z creating build/lib.linux-x86_64-3.7/torch/distributed 2022-12-01T10:11:03.0895844Z copying torch/distributed/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed 2022-12-01T10:11:03.0896807Z copying torch/distributed/argparse_util.py -> build/lib.linux-x86_64-3.7/torch/distributed 2022-12-01T10:11:03.0897464Z copying torch/distributed/constants.py -> build/lib.linux-x86_64-3.7/torch/distributed 2022-12-01T10:11:03.0899165Z copying torch/distributed/distributed_c10d.py -> build/lib.linux-x86_64-3.7/torch/distributed 2022-12-01T10:11:03.0900999Z copying torch/distributed/launch.py -> build/lib.linux-x86_64-3.7/torch/distributed 2022-12-01T10:11:03.0902100Z copying torch/distributed/remote_device.py -> build/lib.linux-x86_64-3.7/torch/distributed 2022-12-01T10:11:03.0902834Z copying torch/distributed/rendezvous.py -> build/lib.linux-x86_64-3.7/torch/distributed 2022-12-01T10:11:03.0904309Z copying torch/distributed/run.py -> build/lib.linux-x86_64-3.7/torch/distributed 2022-12-01T10:11:03.0905311Z copying torch/distributed/utils.py -> build/lib.linux-x86_64-3.7/torch/distributed 2022-12-01T10:11:03.0910898Z creating build/lib.linux-x86_64-3.7/torch/distributions 2022-12-01T10:11:03.0911360Z copying torch/distributions/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-12-01T10:11:03.0912444Z copying torch/distributions/bernoulli.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-12-01T10:11:03.0913582Z copying torch/distributions/beta.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-12-01T10:11:03.0914678Z copying torch/distributions/binomial.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-12-01T10:11:03.0915682Z copying torch/distributions/categorical.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-12-01T10:11:03.0916676Z copying torch/distributions/cauchy.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-12-01T10:11:03.0917485Z copying torch/distributions/chi2.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-12-01T10:11:03.0918596Z copying torch/distributions/constraint_registry.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-12-01T10:11:03.0919647Z copying torch/distributions/constraints.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-12-01T10:11:03.0921209Z copying torch/distributions/continuous_bernoulli.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-12-01T10:11:03.0922154Z copying torch/distributions/dirichlet.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-12-01T10:11:03.0923001Z copying torch/distributions/distribution.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-12-01T10:11:03.0924210Z copying torch/distributions/exp_family.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-12-01T10:11:03.0925075Z copying torch/distributions/exponential.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-12-01T10:11:03.0926195Z copying torch/distributions/fishersnedecor.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-12-01T10:11:03.0927639Z copying torch/distributions/gamma.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-12-01T10:11:03.0928626Z copying torch/distributions/geometric.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-12-01T10:11:03.0929388Z copying torch/distributions/gumbel.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-12-01T10:11:03.0930869Z copying torch/distributions/half_cauchy.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-12-01T10:11:03.0931566Z copying torch/distributions/half_normal.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-12-01T10:11:03.0932793Z copying torch/distributions/independent.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-12-01T10:11:03.0933454Z copying torch/distributions/kl.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-12-01T10:11:03.0934871Z copying torch/distributions/kumaraswamy.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-12-01T10:11:03.0935611Z copying torch/distributions/laplace.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-12-01T10:11:03.0936646Z copying torch/distributions/lkj_cholesky.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-12-01T10:11:03.0937559Z copying torch/distributions/log_normal.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-12-01T10:11:03.0939413Z copying torch/distributions/logistic_normal.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-12-01T10:11:03.0939930Z copying torch/distributions/lowrank_multivariate_normal.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-12-01T10:11:03.0940715Z copying torch/distributions/mixture_same_family.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-12-01T10:11:03.0980966Z copying torch/distributions/multinomial.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-12-01T10:11:03.0981780Z copying torch/distributions/multivariate_normal.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-12-01T10:11:03.0982293Z copying torch/distributions/negative_binomial.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-12-01T10:11:03.0982844Z copying torch/distributions/normal.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-12-01T10:11:03.0983345Z copying torch/distributions/one_hot_categorical.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-12-01T10:11:03.0983762Z copying torch/distributions/pareto.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-12-01T10:11:03.0988307Z copying torch/distributions/poisson.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-12-01T10:11:03.0989043Z copying torch/distributions/relaxed_bernoulli.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-12-01T10:11:03.0989895Z copying torch/distributions/relaxed_categorical.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-12-01T10:11:03.0990386Z copying torch/distributions/studentT.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-12-01T10:11:03.0991236Z copying torch/distributions/transformed_distribution.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-12-01T10:11:03.0992197Z copying torch/distributions/transforms.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-12-01T10:11:03.1000426Z copying torch/distributions/uniform.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-12-01T10:11:03.1001040Z copying torch/distributions/utils.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-12-01T10:11:03.1001482Z copying torch/distributions/von_mises.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-12-01T10:11:03.1001946Z copying torch/distributions/weibull.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-12-01T10:11:03.1002524Z copying torch/distributions/wishart.py -> build/lib.linux-x86_64-3.7/torch/distributions 2022-12-01T10:11:03.1002858Z creating build/lib.linux-x86_64-3.7/torch/fft 2022-12-01T10:11:03.1003226Z copying torch/fft/__init__.py -> build/lib.linux-x86_64-3.7/torch/fft 2022-12-01T10:11:03.1003599Z creating build/lib.linux-x86_64-3.7/torch/futures 2022-12-01T10:11:03.1005664Z copying torch/futures/__init__.py -> build/lib.linux-x86_64-3.7/torch/futures 2022-12-01T10:11:03.1006151Z creating build/lib.linux-x86_64-3.7/torch/fx 2022-12-01T10:11:03.1006743Z copying torch/fx/__init__.py -> build/lib.linux-x86_64-3.7/torch/fx 2022-12-01T10:11:03.1007381Z copying torch/fx/_compatibility.py -> build/lib.linux-x86_64-3.7/torch/fx 2022-12-01T10:11:03.1008001Z copying torch/fx/_pytree.py -> build/lib.linux-x86_64-3.7/torch/fx 2022-12-01T10:11:03.1008621Z copying torch/fx/_symbolic_trace.py -> build/lib.linux-x86_64-3.7/torch/fx 2022-12-01T10:11:03.1009226Z copying torch/fx/annotate.py -> build/lib.linux-x86_64-3.7/torch/fx 2022-12-01T10:11:03.1009629Z copying torch/fx/graph.py -> build/lib.linux-x86_64-3.7/torch/fx 2022-12-01T10:11:03.1010035Z copying torch/fx/graph_module.py -> build/lib.linux-x86_64-3.7/torch/fx 2022-12-01T10:11:03.1010515Z copying torch/fx/immutable_collections.py -> build/lib.linux-x86_64-3.7/torch/fx 2022-12-01T10:11:03.1011020Z copying torch/fx/interpreter.py -> build/lib.linux-x86_64-3.7/torch/fx 2022-12-01T10:11:03.1011752Z copying torch/fx/node.py -> build/lib.linux-x86_64-3.7/torch/fx 2022-12-01T10:11:03.1012330Z copying torch/fx/operator_schemas.py -> build/lib.linux-x86_64-3.7/torch/fx 2022-12-01T10:11:03.1012770Z copying torch/fx/proxy.py -> build/lib.linux-x86_64-3.7/torch/fx 2022-12-01T10:11:03.1013243Z copying torch/fx/subgraph_rewriter.py -> build/lib.linux-x86_64-3.7/torch/fx 2022-12-01T10:11:03.1013618Z copying torch/fx/tensor_type.py -> build/lib.linux-x86_64-3.7/torch/fx 2022-12-01T10:11:03.1014009Z copying torch/fx/traceback.py -> build/lib.linux-x86_64-3.7/torch/fx 2022-12-01T10:11:03.1014358Z creating build/lib.linux-x86_64-3.7/torch/jit 2022-12-01T10:11:03.1014718Z copying torch/jit/__init__.py -> build/lib.linux-x86_64-3.7/torch/jit 2022-12-01T10:11:03.1015052Z copying torch/jit/_async.py -> build/lib.linux-x86_64-3.7/torch/jit 2022-12-01T10:11:03.1015522Z copying torch/jit/_builtins.py -> build/lib.linux-x86_64-3.7/torch/jit 2022-12-01T10:11:03.1015893Z copying torch/jit/_check.py -> build/lib.linux-x86_64-3.7/torch/jit 2022-12-01T10:11:03.1016352Z copying torch/jit/_dataclass_impls.py -> build/lib.linux-x86_64-3.7/torch/jit 2022-12-01T10:11:03.1016822Z copying torch/jit/_decomposition_utils.py -> build/lib.linux-x86_64-3.7/torch/jit 2022-12-01T10:11:03.1017195Z copying torch/jit/_decompositions.py -> build/lib.linux-x86_64-3.7/torch/jit 2022-12-01T10:11:03.1017537Z copying torch/jit/_freeze.py -> build/lib.linux-x86_64-3.7/torch/jit 2022-12-01T10:11:03.1017875Z copying torch/jit/_fuser.py -> build/lib.linux-x86_64-3.7/torch/jit 2022-12-01T10:11:03.1018332Z copying torch/jit/_ir_utils.py -> build/lib.linux-x86_64-3.7/torch/jit 2022-12-01T10:11:03.1018728Z copying torch/jit/_logging.py -> build/lib.linux-x86_64-3.7/torch/jit 2022-12-01T10:11:03.1019168Z copying torch/jit/_monkeytype_config.py -> build/lib.linux-x86_64-3.7/torch/jit 2022-12-01T10:11:03.1019522Z copying torch/jit/_pickle.py -> build/lib.linux-x86_64-3.7/torch/jit 2022-12-01T10:11:03.1019870Z copying torch/jit/_recursive.py -> build/lib.linux-x86_64-3.7/torch/jit 2022-12-01T10:11:03.1020197Z copying torch/jit/_script.py -> build/lib.linux-x86_64-3.7/torch/jit 2022-12-01T10:11:03.1020550Z copying torch/jit/_serialization.py -> build/lib.linux-x86_64-3.7/torch/jit 2022-12-01T10:11:03.1020927Z copying torch/jit/_shape_functions.py -> build/lib.linux-x86_64-3.7/torch/jit 2022-12-01T10:11:03.1021301Z copying torch/jit/_state.py -> build/lib.linux-x86_64-3.7/torch/jit 2022-12-01T10:11:03.1021658Z copying torch/jit/_trace.py -> build/lib.linux-x86_64-3.7/torch/jit 2022-12-01T10:11:03.1022165Z copying torch/jit/annotations.py -> build/lib.linux-x86_64-3.7/torch/jit 2022-12-01T10:11:03.1022822Z copying torch/jit/frontend.py -> build/lib.linux-x86_64-3.7/torch/jit 2022-12-01T10:11:03.1023287Z copying torch/jit/generate_bytecode.py -> build/lib.linux-x86_64-3.7/torch/jit 2022-12-01T10:11:03.1023651Z copying torch/jit/quantized.py -> build/lib.linux-x86_64-3.7/torch/jit 2022-12-01T10:11:03.1024029Z copying torch/jit/supported_ops.py -> build/lib.linux-x86_64-3.7/torch/jit 2022-12-01T10:11:03.1024410Z copying torch/jit/unsupported_tensor_ops.py -> build/lib.linux-x86_64-3.7/torch/jit 2022-12-01T10:11:03.1024838Z creating build/lib.linux-x86_64-3.7/torch/linalg 2022-12-01T10:11:03.1025175Z copying torch/linalg/__init__.py -> build/lib.linux-x86_64-3.7/torch/linalg 2022-12-01T10:11:03.1025534Z creating build/lib.linux-x86_64-3.7/torch/masked 2022-12-01T10:11:03.1025854Z copying torch/masked/__init__.py -> build/lib.linux-x86_64-3.7/torch/masked 2022-12-01T10:11:03.1026207Z copying torch/masked/_docs.py -> build/lib.linux-x86_64-3.7/torch/masked 2022-12-01T10:11:03.1026600Z copying torch/masked/_ops.py -> build/lib.linux-x86_64-3.7/torch/masked 2022-12-01T10:11:03.1027387Z creating build/lib.linux-x86_64-3.7/torch/monitor 2022-12-01T10:11:03.1028705Z copying torch/monitor/__init__.py -> build/lib.linux-x86_64-3.7/torch/monitor 2022-12-01T10:11:03.1030638Z creating build/lib.linux-x86_64-3.7/torch/multiprocessing 2022-12-01T10:11:03.1031322Z copying torch/multiprocessing/__init__.py -> build/lib.linux-x86_64-3.7/torch/multiprocessing 2022-12-01T10:11:03.1032146Z copying torch/multiprocessing/_atfork.py -> build/lib.linux-x86_64-3.7/torch/multiprocessing 2022-12-01T10:11:03.1033475Z copying torch/multiprocessing/pool.py -> build/lib.linux-x86_64-3.7/torch/multiprocessing 2022-12-01T10:11:03.1034528Z copying torch/multiprocessing/queue.py -> build/lib.linux-x86_64-3.7/torch/multiprocessing 2022-12-01T10:11:03.1035170Z copying torch/multiprocessing/reductions.py -> build/lib.linux-x86_64-3.7/torch/multiprocessing 2022-12-01T10:11:03.1036659Z copying torch/multiprocessing/spawn.py -> build/lib.linux-x86_64-3.7/torch/multiprocessing 2022-12-01T10:11:03.1038698Z creating build/lib.linux-x86_64-3.7/torch/nested 2022-12-01T10:11:03.1039685Z copying torch/nested/__init__.py -> build/lib.linux-x86_64-3.7/torch/nested 2022-12-01T10:11:03.1042140Z creating build/lib.linux-x86_64-3.7/torch/nn 2022-12-01T10:11:03.1042536Z copying torch/nn/__init__.py -> build/lib.linux-x86_64-3.7/torch/nn 2022-12-01T10:11:03.1043432Z copying torch/nn/_reduction.py -> build/lib.linux-x86_64-3.7/torch/nn 2022-12-01T10:11:03.1044405Z copying torch/nn/common_types.py -> build/lib.linux-x86_64-3.7/torch/nn 2022-12-01T10:11:03.1045367Z copying torch/nn/cpp.py -> build/lib.linux-x86_64-3.7/torch/nn 2022-12-01T10:11:03.1046500Z copying torch/nn/functional.py -> build/lib.linux-x86_64-3.7/torch/nn 2022-12-01T10:11:03.1049508Z copying torch/nn/grad.py -> build/lib.linux-x86_64-3.7/torch/nn 2022-12-01T10:11:03.1050373Z copying torch/nn/init.py -> build/lib.linux-x86_64-3.7/torch/nn 2022-12-01T10:11:03.1051807Z copying torch/nn/parameter.py -> build/lib.linux-x86_64-3.7/torch/nn 2022-12-01T10:11:03.1055675Z creating build/lib.linux-x86_64-3.7/torch/onnx 2022-12-01T10:11:03.1056193Z copying torch/onnx/__init__.py -> build/lib.linux-x86_64-3.7/torch/onnx 2022-12-01T10:11:03.1057223Z copying torch/onnx/_constants.py -> build/lib.linux-x86_64-3.7/torch/onnx 2022-12-01T10:11:03.1058344Z copying torch/onnx/_deprecation.py -> build/lib.linux-x86_64-3.7/torch/onnx 2022-12-01T10:11:03.1059311Z copying torch/onnx/_experimental.py -> build/lib.linux-x86_64-3.7/torch/onnx 2022-12-01T10:11:03.1060349Z copying torch/onnx/_exporter_states.py -> build/lib.linux-x86_64-3.7/torch/onnx 2022-12-01T10:11:03.1061481Z copying torch/onnx/_globals.py -> build/lib.linux-x86_64-3.7/torch/onnx 2022-12-01T10:11:03.1062728Z copying torch/onnx/_onnx_supported_ops.py -> build/lib.linux-x86_64-3.7/torch/onnx 2022-12-01T10:11:03.1063695Z copying torch/onnx/_patch_torch.py -> build/lib.linux-x86_64-3.7/torch/onnx 2022-12-01T10:11:03.1064668Z copying torch/onnx/_type_utils.py -> build/lib.linux-x86_64-3.7/torch/onnx 2022-12-01T10:11:03.1065829Z copying torch/onnx/errors.py -> build/lib.linux-x86_64-3.7/torch/onnx 2022-12-01T10:11:03.1066797Z copying torch/onnx/operators.py -> build/lib.linux-x86_64-3.7/torch/onnx 2022-12-01T10:11:03.1068023Z copying torch/onnx/symbolic_caffe2.py -> build/lib.linux-x86_64-3.7/torch/onnx 2022-12-01T10:11:03.1069006Z copying torch/onnx/symbolic_helper.py -> build/lib.linux-x86_64-3.7/torch/onnx 2022-12-01T10:11:03.1070660Z copying torch/onnx/symbolic_opset10.py -> build/lib.linux-x86_64-3.7/torch/onnx 2022-12-01T10:11:03.1071751Z copying torch/onnx/symbolic_opset11.py -> build/lib.linux-x86_64-3.7/torch/onnx 2022-12-01T10:11:03.1073444Z copying torch/onnx/symbolic_opset12.py -> build/lib.linux-x86_64-3.7/torch/onnx 2022-12-01T10:11:03.1074464Z copying torch/onnx/symbolic_opset13.py -> build/lib.linux-x86_64-3.7/torch/onnx 2022-12-01T10:11:03.1075832Z copying torch/onnx/symbolic_opset14.py -> build/lib.linux-x86_64-3.7/torch/onnx 2022-12-01T10:11:03.1076800Z copying torch/onnx/symbolic_opset15.py -> build/lib.linux-x86_64-3.7/torch/onnx 2022-12-01T10:11:03.1077795Z copying torch/onnx/symbolic_opset16.py -> build/lib.linux-x86_64-3.7/torch/onnx 2022-12-01T10:11:03.1078840Z copying torch/onnx/symbolic_opset17.py -> build/lib.linux-x86_64-3.7/torch/onnx 2022-12-01T10:11:03.1080011Z copying torch/onnx/symbolic_opset7.py -> build/lib.linux-x86_64-3.7/torch/onnx 2022-12-01T10:11:03.1081746Z copying torch/onnx/symbolic_opset8.py -> build/lib.linux-x86_64-3.7/torch/onnx 2022-12-01T10:11:03.1082815Z copying torch/onnx/symbolic_opset9.py -> build/lib.linux-x86_64-3.7/torch/onnx 2022-12-01T10:11:03.1085455Z copying torch/onnx/utils.py -> build/lib.linux-x86_64-3.7/torch/onnx 2022-12-01T10:11:03.1087010Z copying torch/onnx/verification.py -> build/lib.linux-x86_64-3.7/torch/onnx 2022-12-01T10:11:03.1090533Z creating build/lib.linux-x86_64-3.7/torch/optim 2022-12-01T10:11:03.1091138Z copying torch/optim/__init__.py -> build/lib.linux-x86_64-3.7/torch/optim 2022-12-01T10:11:03.1092211Z copying torch/optim/_functional.py -> build/lib.linux-x86_64-3.7/torch/optim 2022-12-01T10:11:03.1093332Z copying torch/optim/adadelta.py -> build/lib.linux-x86_64-3.7/torch/optim 2022-12-01T10:11:03.1094455Z copying torch/optim/adagrad.py -> build/lib.linux-x86_64-3.7/torch/optim 2022-12-01T10:11:03.1095363Z copying torch/optim/adam.py -> build/lib.linux-x86_64-3.7/torch/optim 2022-12-01T10:11:03.1096551Z copying torch/optim/adamax.py -> build/lib.linux-x86_64-3.7/torch/optim 2022-12-01T10:11:03.1097429Z copying torch/optim/adamw.py -> build/lib.linux-x86_64-3.7/torch/optim 2022-12-01T10:11:03.1098573Z copying torch/optim/asgd.py -> build/lib.linux-x86_64-3.7/torch/optim 2022-12-01T10:11:03.1099716Z copying torch/optim/lbfgs.py -> build/lib.linux-x86_64-3.7/torch/optim 2022-12-01T10:11:03.1100982Z copying torch/optim/lr_scheduler.py -> build/lib.linux-x86_64-3.7/torch/optim 2022-12-01T10:11:03.1102483Z copying torch/optim/nadam.py -> build/lib.linux-x86_64-3.7/torch/optim 2022-12-01T10:11:03.1103754Z copying torch/optim/optimizer.py -> build/lib.linux-x86_64-3.7/torch/optim 2022-12-01T10:11:03.1104897Z copying torch/optim/radam.py -> build/lib.linux-x86_64-3.7/torch/optim 2022-12-01T10:11:03.1106216Z copying torch/optim/rmsprop.py -> build/lib.linux-x86_64-3.7/torch/optim 2022-12-01T10:11:03.1107329Z copying torch/optim/rprop.py -> build/lib.linux-x86_64-3.7/torch/optim 2022-12-01T10:11:03.1108549Z copying torch/optim/sgd.py -> build/lib.linux-x86_64-3.7/torch/optim 2022-12-01T10:11:03.1109687Z copying torch/optim/sparse_adam.py -> build/lib.linux-x86_64-3.7/torch/optim 2022-12-01T10:11:03.1110900Z copying torch/optim/swa_utils.py -> build/lib.linux-x86_64-3.7/torch/optim 2022-12-01T10:11:03.1114183Z creating build/lib.linux-x86_64-3.7/torch/package 2022-12-01T10:11:03.1114536Z copying torch/package/__init__.py -> build/lib.linux-x86_64-3.7/torch/package 2022-12-01T10:11:03.1115847Z copying torch/package/_digraph.py -> build/lib.linux-x86_64-3.7/torch/package 2022-12-01T10:11:03.1116712Z copying torch/package/_directory_reader.py -> build/lib.linux-x86_64-3.7/torch/package 2022-12-01T10:11:03.1117454Z copying torch/package/_importlib.py -> build/lib.linux-x86_64-3.7/torch/package 2022-12-01T10:11:03.1118777Z copying torch/package/_mangling.py -> build/lib.linux-x86_64-3.7/torch/package 2022-12-01T10:11:03.1119828Z copying torch/package/_mock.py -> build/lib.linux-x86_64-3.7/torch/package 2022-12-01T10:11:03.1120793Z copying torch/package/_package_pickler.py -> build/lib.linux-x86_64-3.7/torch/package 2022-12-01T10:11:03.1122190Z copying torch/package/_package_unpickler.py -> build/lib.linux-x86_64-3.7/torch/package 2022-12-01T10:11:03.1122989Z copying torch/package/_stdlib.py -> build/lib.linux-x86_64-3.7/torch/package 2022-12-01T10:11:03.1124711Z copying torch/package/file_structure_representation.py -> build/lib.linux-x86_64-3.7/torch/package 2022-12-01T10:11:03.1125506Z copying torch/package/find_file_dependencies.py -> build/lib.linux-x86_64-3.7/torch/package 2022-12-01T10:11:03.1126464Z copying torch/package/glob_group.py -> build/lib.linux-x86_64-3.7/torch/package 2022-12-01T10:11:03.1127407Z copying torch/package/importer.py -> build/lib.linux-x86_64-3.7/torch/package 2022-12-01T10:11:03.1128401Z copying torch/package/package_exporter.py -> build/lib.linux-x86_64-3.7/torch/package 2022-12-01T10:11:03.1129905Z copying torch/package/package_importer.py -> build/lib.linux-x86_64-3.7/torch/package 2022-12-01T10:11:03.1132396Z creating build/lib.linux-x86_64-3.7/torch/profiler 2022-12-01T10:11:03.1132922Z copying torch/profiler/__init__.py -> build/lib.linux-x86_64-3.7/torch/profiler 2022-12-01T10:11:03.1133961Z copying torch/profiler/_pattern_matcher.py -> build/lib.linux-x86_64-3.7/torch/profiler 2022-12-01T10:11:03.1135219Z copying torch/profiler/_utils.py -> build/lib.linux-x86_64-3.7/torch/profiler 2022-12-01T10:11:03.1136162Z copying torch/profiler/itt.py -> build/lib.linux-x86_64-3.7/torch/profiler 2022-12-01T10:11:03.1136801Z copying torch/profiler/profiler.py -> build/lib.linux-x86_64-3.7/torch/profiler 2022-12-01T10:11:03.1138047Z copying torch/profiler/python_tracer.py -> build/lib.linux-x86_64-3.7/torch/profiler 2022-12-01T10:11:03.1141058Z creating build/lib.linux-x86_64-3.7/torch/quantization 2022-12-01T10:11:03.1141528Z copying torch/quantization/__init__.py -> build/lib.linux-x86_64-3.7/torch/quantization 2022-12-01T10:11:03.1142811Z copying torch/quantization/_numeric_suite.py -> build/lib.linux-x86_64-3.7/torch/quantization 2022-12-01T10:11:03.1143463Z copying torch/quantization/_numeric_suite_fx.py -> build/lib.linux-x86_64-3.7/torch/quantization 2022-12-01T10:11:03.1144699Z copying torch/quantization/fake_quantize.py -> build/lib.linux-x86_64-3.7/torch/quantization 2022-12-01T10:11:03.1145650Z copying torch/quantization/fuse_modules.py -> build/lib.linux-x86_64-3.7/torch/quantization 2022-12-01T10:11:03.1146915Z copying torch/quantization/fuser_method_mappings.py -> build/lib.linux-x86_64-3.7/torch/quantization 2022-12-01T10:11:03.1147861Z copying torch/quantization/observer.py -> build/lib.linux-x86_64-3.7/torch/quantization 2022-12-01T10:11:03.1148949Z copying torch/quantization/qconfig.py -> build/lib.linux-x86_64-3.7/torch/quantization 2022-12-01T10:11:03.1149997Z copying torch/quantization/quant_type.py -> build/lib.linux-x86_64-3.7/torch/quantization 2022-12-01T10:11:03.1151087Z copying torch/quantization/quantization_mappings.py -> build/lib.linux-x86_64-3.7/torch/quantization 2022-12-01T10:11:03.1152302Z copying torch/quantization/quantize.py -> build/lib.linux-x86_64-3.7/torch/quantization 2022-12-01T10:11:03.1152999Z copying torch/quantization/quantize_fx.py -> build/lib.linux-x86_64-3.7/torch/quantization 2022-12-01T10:11:03.1154252Z copying torch/quantization/quantize_jit.py -> build/lib.linux-x86_64-3.7/torch/quantization 2022-12-01T10:11:03.1155081Z copying torch/quantization/stubs.py -> build/lib.linux-x86_64-3.7/torch/quantization 2022-12-01T10:11:03.1156362Z copying torch/quantization/utils.py -> build/lib.linux-x86_64-3.7/torch/quantization 2022-12-01T10:11:03.1158280Z creating build/lib.linux-x86_64-3.7/torch/sparse 2022-12-01T10:11:03.1158889Z copying torch/sparse/__init__.py -> build/lib.linux-x86_64-3.7/torch/sparse 2022-12-01T10:11:03.1161440Z creating build/lib.linux-x86_64-3.7/torch/special 2022-12-01T10:11:03.1161664Z copying torch/special/__init__.py -> build/lib.linux-x86_64-3.7/torch/special 2022-12-01T10:11:03.1163921Z creating build/lib.linux-x86_64-3.7/torch/testing 2022-12-01T10:11:03.1164408Z copying torch/testing/__init__.py -> build/lib.linux-x86_64-3.7/torch/testing 2022-12-01T10:11:03.1165857Z copying torch/testing/_comparison.py -> build/lib.linux-x86_64-3.7/torch/testing 2022-12-01T10:11:03.1167611Z copying torch/testing/_creation.py -> build/lib.linux-x86_64-3.7/torch/testing 2022-12-01T10:11:03.1167833Z copying torch/testing/_deprecated.py -> build/lib.linux-x86_64-3.7/torch/testing 2022-12-01T10:11:03.1169250Z copying torch/testing/_legacy.py -> build/lib.linux-x86_64-3.7/torch/testing 2022-12-01T10:11:03.1172611Z creating build/lib.linux-x86_64-3.7/torch/utils 2022-12-01T10:11:03.1173153Z copying torch/utils/__init__.py -> build/lib.linux-x86_64-3.7/torch/utils 2022-12-01T10:11:03.1174043Z copying torch/utils/_cpp_extension_versioner.py -> build/lib.linux-x86_64-3.7/torch/utils 2022-12-01T10:11:03.1174912Z copying torch/utils/_crash_handler.py -> build/lib.linux-x86_64-3.7/torch/utils 2022-12-01T10:11:03.1176795Z copying torch/utils/_cuda_trace.py -> build/lib.linux-x86_64-3.7/torch/utils 2022-12-01T10:11:03.1177171Z copying torch/utils/_freeze.py -> build/lib.linux-x86_64-3.7/torch/utils 2022-12-01T10:11:03.1178008Z copying torch/utils/_mode_utils.py -> build/lib.linux-x86_64-3.7/torch/utils 2022-12-01T10:11:03.1178789Z copying torch/utils/_python_dispatch.py -> build/lib.linux-x86_64-3.7/torch/utils 2022-12-01T10:11:03.1179778Z copying torch/utils/_pytree.py -> build/lib.linux-x86_64-3.7/torch/utils 2022-12-01T10:11:03.1180816Z copying torch/utils/_zip.py -> build/lib.linux-x86_64-3.7/torch/utils 2022-12-01T10:11:03.1181720Z copying torch/utils/bundled_inputs.py -> build/lib.linux-x86_64-3.7/torch/utils 2022-12-01T10:11:03.1183076Z copying torch/utils/checkpoint.py -> build/lib.linux-x86_64-3.7/torch/utils 2022-12-01T10:11:03.1184130Z copying torch/utils/collect_env.py -> build/lib.linux-x86_64-3.7/torch/utils 2022-12-01T10:11:03.1185309Z copying torch/utils/cpp_backtrace.py -> build/lib.linux-x86_64-3.7/torch/utils 2022-12-01T10:11:03.1186385Z copying torch/utils/cpp_extension.py -> build/lib.linux-x86_64-3.7/torch/utils 2022-12-01T10:11:03.1188309Z copying torch/utils/dlpack.py -> build/lib.linux-x86_64-3.7/torch/utils 2022-12-01T10:11:03.1189827Z copying torch/utils/file_baton.py -> build/lib.linux-x86_64-3.7/torch/utils 2022-12-01T10:11:03.1190927Z copying torch/utils/hooks.py -> build/lib.linux-x86_64-3.7/torch/utils 2022-12-01T10:11:03.1192022Z copying torch/utils/mkldnn.py -> build/lib.linux-x86_64-3.7/torch/utils 2022-12-01T10:11:03.1193688Z copying torch/utils/mobile_optimizer.py -> build/lib.linux-x86_64-3.7/torch/utils 2022-12-01T10:11:03.1194765Z copying torch/utils/model_zoo.py -> build/lib.linux-x86_64-3.7/torch/utils 2022-12-01T10:11:03.1196001Z copying torch/utils/show_pickle.py -> build/lib.linux-x86_64-3.7/torch/utils 2022-12-01T10:11:03.1197230Z copying torch/utils/throughput_benchmark.py -> build/lib.linux-x86_64-3.7/torch/utils 2022-12-01T10:11:03.1200026Z creating build/lib.linux-x86_64-3.7/torch/_refs/linalg 2022-12-01T10:11:03.1200422Z copying torch/_refs/linalg/__init__.py -> build/lib.linux-x86_64-3.7/torch/_refs/linalg 2022-12-01T10:11:03.1202625Z creating build/lib.linux-x86_64-3.7/torch/_refs/nn 2022-12-01T10:11:03.1203019Z copying torch/_refs/nn/__init__.py -> build/lib.linux-x86_64-3.7/torch/_refs/nn 2022-12-01T10:11:03.1205221Z creating build/lib.linux-x86_64-3.7/torch/_refs/special 2022-12-01T10:11:03.1205474Z copying torch/_refs/special/__init__.py -> build/lib.linux-x86_64-3.7/torch/_refs/special 2022-12-01T10:11:03.1207217Z creating build/lib.linux-x86_64-3.7/torch/_refs/nn/functional 2022-12-01T10:11:03.1207533Z copying torch/_refs/nn/functional/__init__.py -> build/lib.linux-x86_64-3.7/torch/_refs/nn/functional 2022-12-01T10:11:03.1209675Z creating build/lib.linux-x86_64-3.7/torch/ao/nn 2022-12-01T10:11:03.1210118Z copying torch/ao/nn/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/nn 2022-12-01T10:11:03.1212224Z creating build/lib.linux-x86_64-3.7/torch/ao/ns 2022-12-01T10:11:03.1212434Z copying torch/ao/ns/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/ns 2022-12-01T10:11:03.1213935Z copying torch/ao/ns/_numeric_suite.py -> build/lib.linux-x86_64-3.7/torch/ao/ns 2022-12-01T10:11:03.1214744Z copying torch/ao/ns/_numeric_suite_fx.py -> build/lib.linux-x86_64-3.7/torch/ao/ns 2022-12-01T10:11:03.1218551Z creating build/lib.linux-x86_64-3.7/torch/ao/quantization 2022-12-01T10:11:03.1218992Z copying torch/ao/quantization/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization 2022-12-01T10:11:03.1220252Z copying torch/ao/quantization/_correct_bias.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization 2022-12-01T10:11:03.1221196Z copying torch/ao/quantization/_equalize.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization 2022-12-01T10:11:03.1221968Z copying torch/ao/quantization/_learnable_fake_quantize.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization 2022-12-01T10:11:03.1222870Z copying torch/ao/quantization/fake_quantize.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization 2022-12-01T10:11:03.1224262Z copying torch/ao/quantization/fuse_modules.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization 2022-12-01T10:11:03.1225181Z copying torch/ao/quantization/fuser_method_mappings.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization 2022-12-01T10:11:03.1225918Z copying torch/ao/quantization/observer.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization 2022-12-01T10:11:03.1227574Z copying torch/ao/quantization/qconfig.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization 2022-12-01T10:11:03.1228988Z copying torch/ao/quantization/qconfig_mapping.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization 2022-12-01T10:11:03.1230978Z copying torch/ao/quantization/qconfig_mapping_utils.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization 2022-12-01T10:11:03.1231215Z copying torch/ao/quantization/quant_type.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization 2022-12-01T10:11:03.1232430Z copying torch/ao/quantization/quantization_mappings.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization 2022-12-01T10:11:03.1233655Z copying torch/ao/quantization/quantization_types.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization 2022-12-01T10:11:03.1234808Z copying torch/ao/quantization/quantize.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization 2022-12-01T10:11:03.1236160Z copying torch/ao/quantization/quantize_fx.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization 2022-12-01T10:11:03.1237259Z copying torch/ao/quantization/quantize_jit.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization 2022-12-01T10:11:03.1238906Z copying torch/ao/quantization/stubs.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization 2022-12-01T10:11:03.1239152Z copying torch/ao/quantization/utils.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization 2022-12-01T10:11:03.1241509Z creating build/lib.linux-x86_64-3.7/torch/ao/sparsity 2022-12-01T10:11:03.1241748Z copying torch/ao/sparsity/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity 2022-12-01T10:11:03.1243104Z copying torch/ao/sparsity/_mappings.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity 2022-12-01T10:11:03.1244539Z creating build/lib.linux-x86_64-3.7/torch/ao/nn/intrinsic 2022-12-01T10:11:03.1244923Z copying torch/ao/nn/intrinsic/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/intrinsic 2022-12-01T10:11:03.1246857Z creating build/lib.linux-x86_64-3.7/torch/ao/nn/qat 2022-12-01T10:11:03.1247398Z copying torch/ao/nn/qat/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/qat 2022-12-01T10:11:03.1248920Z creating build/lib.linux-x86_64-3.7/torch/ao/nn/quantizable 2022-12-01T10:11:03.1249307Z copying torch/ao/nn/quantizable/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantizable 2022-12-01T10:11:03.1251561Z creating build/lib.linux-x86_64-3.7/torch/ao/nn/quantized 2022-12-01T10:11:03.1252278Z copying torch/ao/nn/quantized/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantized 2022-12-01T10:11:03.1253505Z copying torch/ao/nn/quantized/functional.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantized 2022-12-01T10:11:03.1256061Z creating build/lib.linux-x86_64-3.7/torch/ao/nn/sparse 2022-12-01T10:11:03.1256446Z copying torch/ao/nn/sparse/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/sparse 2022-12-01T10:11:03.1258964Z creating build/lib.linux-x86_64-3.7/torch/ao/nn/intrinsic/modules 2022-12-01T10:11:03.1259407Z copying torch/ao/nn/intrinsic/modules/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/intrinsic/modules 2022-12-01T10:11:03.1259919Z copying torch/ao/nn/intrinsic/modules/fused.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/intrinsic/modules 2022-12-01T10:11:03.1262325Z creating build/lib.linux-x86_64-3.7/torch/ao/nn/qat/dynamic 2022-12-01T10:11:03.1262573Z copying torch/ao/nn/qat/dynamic/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/qat/dynamic 2022-12-01T10:11:03.1264638Z creating build/lib.linux-x86_64-3.7/torch/ao/nn/qat/modules 2022-12-01T10:11:03.1264986Z copying torch/ao/nn/qat/modules/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/qat/modules 2022-12-01T10:11:03.1266371Z copying torch/ao/nn/qat/modules/conv.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/qat/modules 2022-12-01T10:11:03.1267665Z copying torch/ao/nn/qat/modules/embedding_ops.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/qat/modules 2022-12-01T10:11:03.1268849Z copying torch/ao/nn/qat/modules/linear.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/qat/modules 2022-12-01T10:11:03.1271407Z creating build/lib.linux-x86_64-3.7/torch/ao/nn/qat/dynamic/modules 2022-12-01T10:11:03.1271895Z copying torch/ao/nn/qat/dynamic/modules/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/qat/dynamic/modules 2022-12-01T10:11:03.1273209Z copying torch/ao/nn/qat/dynamic/modules/linear.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/qat/dynamic/modules 2022-12-01T10:11:03.1275509Z creating build/lib.linux-x86_64-3.7/torch/ao/nn/quantizable/modules 2022-12-01T10:11:03.1275977Z copying torch/ao/nn/quantizable/modules/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantizable/modules 2022-12-01T10:11:03.1277211Z copying torch/ao/nn/quantizable/modules/activation.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantizable/modules 2022-12-01T10:11:03.1278493Z copying torch/ao/nn/quantizable/modules/rnn.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantizable/modules 2022-12-01T10:11:03.1280497Z creating build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/dynamic 2022-12-01T10:11:03.1281931Z copying torch/ao/nn/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/dynamic 2022-12-01T10:11:03.1284210Z creating build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/modules 2022-12-01T10:11:03.1284503Z copying torch/ao/nn/quantized/modules/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/modules 2022-12-01T10:11:03.1286071Z copying torch/ao/nn/quantized/modules/activation.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/modules 2022-12-01T10:11:03.1286987Z copying torch/ao/nn/quantized/modules/batchnorm.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/modules 2022-12-01T10:11:03.1288081Z copying torch/ao/nn/quantized/modules/conv.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/modules 2022-12-01T10:11:03.1289698Z copying torch/ao/nn/quantized/modules/dropout.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/modules 2022-12-01T10:11:03.1290143Z copying torch/ao/nn/quantized/modules/embedding_ops.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/modules 2022-12-01T10:11:03.1291844Z copying torch/ao/nn/quantized/modules/functional_modules.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/modules 2022-12-01T10:11:03.1292651Z copying torch/ao/nn/quantized/modules/linear.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/modules 2022-12-01T10:11:03.1294210Z copying torch/ao/nn/quantized/modules/normalization.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/modules 2022-12-01T10:11:03.1295201Z copying torch/ao/nn/quantized/modules/rnn.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/modules 2022-12-01T10:11:03.1296462Z copying torch/ao/nn/quantized/modules/utils.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/modules 2022-12-01T10:11:03.1298485Z creating build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/reference 2022-12-01T10:11:03.1298760Z copying torch/ao/nn/quantized/reference/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/reference 2022-12-01T10:11:03.1300797Z creating build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/dynamic/modules 2022-12-01T10:11:03.1301366Z copying torch/ao/nn/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/dynamic/modules 2022-12-01T10:11:03.1302701Z copying torch/ao/nn/quantized/dynamic/modules/conv.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/dynamic/modules 2022-12-01T10:11:03.1303988Z copying torch/ao/nn/quantized/dynamic/modules/linear.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/dynamic/modules 2022-12-01T10:11:03.1305243Z copying torch/ao/nn/quantized/dynamic/modules/rnn.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/dynamic/modules 2022-12-01T10:11:03.1307986Z creating build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/reference/modules 2022-12-01T10:11:03.1308647Z copying torch/ao/nn/quantized/reference/modules/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/reference/modules 2022-12-01T10:11:03.1309481Z copying torch/ao/nn/quantized/reference/modules/conv.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/reference/modules 2022-12-01T10:11:03.1310525Z copying torch/ao/nn/quantized/reference/modules/linear.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/reference/modules 2022-12-01T10:11:03.1311330Z copying torch/ao/nn/quantized/reference/modules/rnn.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/reference/modules 2022-12-01T10:11:03.1312701Z copying torch/ao/nn/quantized/reference/modules/sparse.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/reference/modules 2022-12-01T10:11:03.1313551Z copying torch/ao/nn/quantized/reference/modules/utils.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/reference/modules 2022-12-01T10:11:03.1315780Z creating build/lib.linux-x86_64-3.7/torch/ao/nn/sparse/quantized 2022-12-01T10:11:03.1316276Z copying torch/ao/nn/sparse/quantized/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/sparse/quantized 2022-12-01T10:11:03.1317087Z copying torch/ao/nn/sparse/quantized/linear.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/sparse/quantized 2022-12-01T10:11:03.1318045Z copying torch/ao/nn/sparse/quantized/utils.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/sparse/quantized 2022-12-01T10:11:03.1320375Z creating build/lib.linux-x86_64-3.7/torch/ao/nn/sparse/quantized/dynamic 2022-12-01T10:11:03.1320908Z copying torch/ao/nn/sparse/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/sparse/quantized/dynamic 2022-12-01T10:11:03.1321578Z copying torch/ao/nn/sparse/quantized/dynamic/linear.py -> build/lib.linux-x86_64-3.7/torch/ao/nn/sparse/quantized/dynamic 2022-12-01T10:11:03.1324495Z creating build/lib.linux-x86_64-3.7/torch/ao/ns/fx 2022-12-01T10:11:03.1325019Z copying torch/ao/ns/fx/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/ns/fx 2022-12-01T10:11:03.1326005Z copying torch/ao/ns/fx/graph_matcher.py -> build/lib.linux-x86_64-3.7/torch/ao/ns/fx 2022-12-01T10:11:03.1327306Z copying torch/ao/ns/fx/graph_passes.py -> build/lib.linux-x86_64-3.7/torch/ao/ns/fx 2022-12-01T10:11:03.1329285Z copying torch/ao/ns/fx/mappings.py -> build/lib.linux-x86_64-3.7/torch/ao/ns/fx 2022-12-01T10:11:03.1329867Z copying torch/ao/ns/fx/ns_types.py -> build/lib.linux-x86_64-3.7/torch/ao/ns/fx 2022-12-01T10:11:03.1331111Z copying torch/ao/ns/fx/pattern_utils.py -> build/lib.linux-x86_64-3.7/torch/ao/ns/fx 2022-12-01T10:11:03.1332850Z copying torch/ao/ns/fx/utils.py -> build/lib.linux-x86_64-3.7/torch/ao/ns/fx 2022-12-01T10:11:03.1334116Z copying torch/ao/ns/fx/weight_utils.py -> build/lib.linux-x86_64-3.7/torch/ao/ns/fx 2022-12-01T10:11:03.1337774Z creating build/lib.linux-x86_64-3.7/torch/ao/quantization/backend_config 2022-12-01T10:11:03.1338316Z copying torch/ao/quantization/backend_config/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/backend_config 2022-12-01T10:11:03.1339390Z copying torch/ao/quantization/backend_config/_common_operator_config_utils.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/backend_config 2022-12-01T10:11:03.1341109Z copying torch/ao/quantization/backend_config/backend_config.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/backend_config 2022-12-01T10:11:03.1343216Z copying torch/ao/quantization/backend_config/executorch.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/backend_config 2022-12-01T10:11:03.1344329Z copying torch/ao/quantization/backend_config/fbgemm.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/backend_config 2022-12-01T10:11:03.1345632Z copying torch/ao/quantization/backend_config/native.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/backend_config 2022-12-01T10:11:03.1346985Z copying torch/ao/quantization/backend_config/observation_type.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/backend_config 2022-12-01T10:11:03.1348096Z copying torch/ao/quantization/backend_config/qnnpack.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/backend_config 2022-12-01T10:11:03.1349538Z copying torch/ao/quantization/backend_config/tensorrt.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/backend_config 2022-12-01T10:11:03.1350755Z copying torch/ao/quantization/backend_config/utils.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/backend_config 2022-12-01T10:11:03.1352341Z copying torch/ao/quantization/backend_config/x86.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/backend_config 2022-12-01T10:11:03.1356552Z creating build/lib.linux-x86_64-3.7/torch/ao/quantization/fx 2022-12-01T10:11:03.1356994Z copying torch/ao/quantization/fx/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/fx 2022-12-01T10:11:03.1357759Z copying torch/ao/quantization/fx/_equalize.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/fx 2022-12-01T10:11:03.1359846Z copying torch/ao/quantization/fx/_lower_to_native_backend.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/fx 2022-12-01T10:11:03.1361450Z copying torch/ao/quantization/fx/backend_config_utils.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/fx 2022-12-01T10:11:03.1363038Z copying torch/ao/quantization/fx/convert.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/fx 2022-12-01T10:11:03.1364700Z copying torch/ao/quantization/fx/custom_config.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/fx 2022-12-01T10:11:03.1366202Z copying torch/ao/quantization/fx/fuse.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/fx 2022-12-01T10:11:03.1367492Z copying torch/ao/quantization/fx/fusion_patterns.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/fx 2022-12-01T10:11:03.1368782Z copying torch/ao/quantization/fx/graph_module.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/fx 2022-12-01T10:11:03.1370032Z copying torch/ao/quantization/fx/lower_to_fbgemm.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/fx 2022-12-01T10:11:03.1371605Z copying torch/ao/quantization/fx/lower_to_qnnpack.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/fx 2022-12-01T10:11:03.1372842Z copying torch/ao/quantization/fx/match_utils.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/fx 2022-12-01T10:11:03.1374385Z copying torch/ao/quantization/fx/pattern_utils.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/fx 2022-12-01T10:11:03.1375381Z copying torch/ao/quantization/fx/prepare.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/fx 2022-12-01T10:11:03.1377669Z copying torch/ao/quantization/fx/qconfig_mapping_utils.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/fx 2022-12-01T10:11:03.1378896Z copying torch/ao/quantization/fx/quantization_patterns.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/fx 2022-12-01T10:11:03.1380427Z copying torch/ao/quantization/fx/tracer.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/fx 2022-12-01T10:11:03.1381642Z copying torch/ao/quantization/fx/utils.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/fx 2022-12-01T10:11:03.1385045Z creating build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/_model_report 2022-12-01T10:11:03.1385583Z copying torch/ao/quantization/fx/_model_report/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/_model_report 2022-12-01T10:11:03.1386455Z copying torch/ao/quantization/fx/_model_report/detector.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/_model_report 2022-12-01T10:11:03.1388818Z copying torch/ao/quantization/fx/_model_report/model_report.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/_model_report 2022-12-01T10:11:03.1390091Z copying torch/ao/quantization/fx/_model_report/model_report_observer.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/_model_report 2022-12-01T10:11:03.1391453Z copying torch/ao/quantization/fx/_model_report/model_report_visualizer.py -> build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/_model_report 2022-12-01T10:11:03.1394232Z creating build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental 2022-12-01T10:11:03.1394786Z copying torch/ao/sparsity/_experimental/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental 2022-12-01T10:11:03.1396773Z creating build/lib.linux-x86_64-3.7/torch/ao/sparsity/scheduler 2022-12-01T10:11:03.1397058Z copying torch/ao/sparsity/scheduler/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity/scheduler 2022-12-01T10:11:03.1397938Z copying torch/ao/sparsity/scheduler/base_scheduler.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity/scheduler 2022-12-01T10:11:03.1399216Z copying torch/ao/sparsity/scheduler/cubic_scheduler.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity/scheduler 2022-12-01T10:11:03.1400880Z copying torch/ao/sparsity/scheduler/lambda_scheduler.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity/scheduler 2022-12-01T10:11:03.1402900Z creating build/lib.linux-x86_64-3.7/torch/ao/sparsity/sparsifier 2022-12-01T10:11:03.1403277Z copying torch/ao/sparsity/sparsifier/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity/sparsifier 2022-12-01T10:11:03.1404237Z copying torch/ao/sparsity/sparsifier/base_sparsifier.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity/sparsifier 2022-12-01T10:11:03.1405589Z copying torch/ao/sparsity/sparsifier/nearly_diagonal_sparsifier.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity/sparsifier 2022-12-01T10:11:03.1406842Z copying torch/ao/sparsity/sparsifier/utils.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity/sparsifier 2022-12-01T10:11:03.1407600Z copying torch/ao/sparsity/sparsifier/weight_norm_sparsifier.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity/sparsifier 2022-12-01T10:11:03.1410158Z creating build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/activation_sparsifier 2022-12-01T10:11:03.1410657Z copying torch/ao/sparsity/_experimental/activation_sparsifier/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/activation_sparsifier 2022-12-01T10:11:03.1411509Z copying torch/ao/sparsity/_experimental/activation_sparsifier/activation_sparsifier.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/activation_sparsifier 2022-12-01T10:11:03.1413595Z creating build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/data_scheduler 2022-12-01T10:11:03.1414024Z copying torch/ao/sparsity/_experimental/data_scheduler/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/data_scheduler 2022-12-01T10:11:03.1415073Z copying torch/ao/sparsity/_experimental/data_scheduler/base_data_scheduler.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/data_scheduler 2022-12-01T10:11:03.1417029Z creating build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/data_sparsifier 2022-12-01T10:11:03.1417447Z copying torch/ao/sparsity/_experimental/data_sparsifier/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/data_sparsifier 2022-12-01T10:11:03.1418897Z copying torch/ao/sparsity/_experimental/data_sparsifier/base_data_sparsifier.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/data_sparsifier 2022-12-01T10:11:03.1419605Z copying torch/ao/sparsity/_experimental/data_sparsifier/data_norm_sparsifier.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/data_sparsifier 2022-12-01T10:11:03.1420975Z copying torch/ao/sparsity/_experimental/data_sparsifier/quantization_utils.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/data_sparsifier 2022-12-01T10:11:03.1422970Z creating build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/pruner 2022-12-01T10:11:03.1423281Z copying torch/ao/sparsity/_experimental/pruner/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/pruner 2022-12-01T10:11:03.1424599Z copying torch/ao/sparsity/_experimental/pruner/base_pruner.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/pruner 2022-12-01T10:11:03.1425569Z copying torch/ao/sparsity/_experimental/pruner/parametrization.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/pruner 2022-12-01T10:11:03.1427394Z creating build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/data_sparsifier/lightning 2022-12-01T10:11:03.1428138Z copying torch/ao/sparsity/_experimental/data_sparsifier/lightning/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/data_sparsifier/lightning 2022-12-01T10:11:03.1430059Z creating build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks 2022-12-01T10:11:03.1430608Z copying torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks/__init__.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks 2022-12-01T10:11:03.1431248Z copying torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks 2022-12-01T10:11:03.1432298Z copying torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py -> build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks 2022-12-01T10:11:03.1434007Z creating build/lib.linux-x86_64-3.7/torch/autograd/_functions 2022-12-01T10:11:03.1434569Z copying torch/autograd/_functions/__init__.py -> build/lib.linux-x86_64-3.7/torch/autograd/_functions 2022-12-01T10:11:03.1435484Z copying torch/autograd/_functions/tensor.py -> build/lib.linux-x86_64-3.7/torch/autograd/_functions 2022-12-01T10:11:03.1436688Z copying torch/autograd/_functions/utils.py -> build/lib.linux-x86_64-3.7/torch/autograd/_functions 2022-12-01T10:11:03.1438389Z creating build/lib.linux-x86_64-3.7/torch/backends/_coreml 2022-12-01T10:11:03.1438644Z copying torch/backends/_coreml/__init__.py -> build/lib.linux-x86_64-3.7/torch/backends/_coreml 2022-12-01T10:11:03.1440255Z copying torch/backends/_coreml/preprocess.py -> build/lib.linux-x86_64-3.7/torch/backends/_coreml 2022-12-01T10:11:03.1442284Z creating build/lib.linux-x86_64-3.7/torch/backends/_nnapi 2022-12-01T10:11:03.1442597Z copying torch/backends/_nnapi/__init__.py -> build/lib.linux-x86_64-3.7/torch/backends/_nnapi 2022-12-01T10:11:03.1443516Z copying torch/backends/_nnapi/prepare.py -> build/lib.linux-x86_64-3.7/torch/backends/_nnapi 2022-12-01T10:11:03.1444793Z copying torch/backends/_nnapi/serializer.py -> build/lib.linux-x86_64-3.7/torch/backends/_nnapi 2022-12-01T10:11:03.1447010Z creating build/lib.linux-x86_64-3.7/torch/backends/cuda 2022-12-01T10:11:03.1447458Z copying torch/backends/cuda/__init__.py -> build/lib.linux-x86_64-3.7/torch/backends/cuda 2022-12-01T10:11:03.1449194Z creating build/lib.linux-x86_64-3.7/torch/backends/cudnn 2022-12-01T10:11:03.1449628Z copying torch/backends/cudnn/__init__.py -> build/lib.linux-x86_64-3.7/torch/backends/cudnn 2022-12-01T10:11:03.1450727Z copying torch/backends/cudnn/rnn.py -> build/lib.linux-x86_64-3.7/torch/backends/cudnn 2022-12-01T10:11:03.1452380Z creating build/lib.linux-x86_64-3.7/torch/backends/mkl 2022-12-01T10:11:03.1452620Z copying torch/backends/mkl/__init__.py -> build/lib.linux-x86_64-3.7/torch/backends/mkl 2022-12-01T10:11:03.1454494Z creating build/lib.linux-x86_64-3.7/torch/backends/mkldnn 2022-12-01T10:11:03.1455044Z copying torch/backends/mkldnn/__init__.py -> build/lib.linux-x86_64-3.7/torch/backends/mkldnn 2022-12-01T10:11:03.1456756Z creating build/lib.linux-x86_64-3.7/torch/backends/mps 2022-12-01T10:11:03.1456993Z copying torch/backends/mps/__init__.py -> build/lib.linux-x86_64-3.7/torch/backends/mps 2022-12-01T10:11:03.1459352Z creating build/lib.linux-x86_64-3.7/torch/backends/openmp 2022-12-01T10:11:03.1459792Z copying torch/backends/openmp/__init__.py -> build/lib.linux-x86_64-3.7/torch/backends/openmp 2022-12-01T10:11:03.1461766Z creating build/lib.linux-x86_64-3.7/torch/backends/opt_einsum 2022-12-01T10:11:03.1462229Z copying torch/backends/opt_einsum/__init__.py -> build/lib.linux-x86_64-3.7/torch/backends/opt_einsum 2022-12-01T10:11:03.1464019Z creating build/lib.linux-x86_64-3.7/torch/backends/quantized 2022-12-01T10:11:03.1464366Z copying torch/backends/quantized/__init__.py -> build/lib.linux-x86_64-3.7/torch/backends/quantized 2022-12-01T10:11:03.1466284Z creating build/lib.linux-x86_64-3.7/torch/backends/xeon 2022-12-01T10:11:03.1466636Z copying torch/backends/xeon/__init__.py -> build/lib.linux-x86_64-3.7/torch/backends/xeon 2022-12-01T10:11:03.1467863Z copying torch/backends/xeon/run_cpu.py -> build/lib.linux-x86_64-3.7/torch/backends/xeon 2022-12-01T10:11:03.1470051Z creating build/lib.linux-x86_64-3.7/torch/backends/xnnpack 2022-12-01T10:11:03.1470779Z copying torch/backends/xnnpack/__init__.py -> build/lib.linux-x86_64-3.7/torch/backends/xnnpack 2022-12-01T10:11:03.1472302Z creating build/lib.linux-x86_64-3.7/torch/cpu/amp 2022-12-01T10:11:03.1472515Z copying torch/cpu/amp/__init__.py -> build/lib.linux-x86_64-3.7/torch/cpu/amp 2022-12-01T10:11:03.1474138Z copying torch/cpu/amp/autocast_mode.py -> build/lib.linux-x86_64-3.7/torch/cpu/amp 2022-12-01T10:11:03.1475943Z creating build/lib.linux-x86_64-3.7/torch/cuda/amp 2022-12-01T10:11:03.1476518Z copying torch/cuda/amp/__init__.py -> build/lib.linux-x86_64-3.7/torch/cuda/amp 2022-12-01T10:11:03.1477812Z copying torch/cuda/amp/autocast_mode.py -> build/lib.linux-x86_64-3.7/torch/cuda/amp 2022-12-01T10:11:03.1478605Z copying torch/cuda/amp/common.py -> build/lib.linux-x86_64-3.7/torch/cuda/amp 2022-12-01T10:11:03.1479659Z copying torch/cuda/amp/grad_scaler.py -> build/lib.linux-x86_64-3.7/torch/cuda/amp 2022-12-01T10:11:03.1482638Z creating build/lib.linux-x86_64-3.7/torch/distributed/_shard 2022-12-01T10:11:03.1483060Z copying torch/distributed/_shard/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard 2022-12-01T10:11:03.1484397Z copying torch/distributed/_shard/_utils.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard 2022-12-01T10:11:03.1485222Z copying torch/distributed/_shard/api.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard 2022-12-01T10:11:03.1486278Z copying torch/distributed/_shard/common_op_utils.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard 2022-12-01T10:11:03.1487062Z copying torch/distributed/_shard/metadata.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard 2022-12-01T10:11:03.1488133Z copying torch/distributed/_shard/op_registry_utils.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard 2022-12-01T10:11:03.1489037Z copying torch/distributed/_shard/partial_tensor.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard 2022-12-01T10:11:03.1489954Z copying torch/distributed/_shard/replicated_tensor.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard 2022-12-01T10:11:03.1490910Z copying torch/distributed/_shard/sharder.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard 2022-12-01T10:11:03.1492821Z creating build/lib.linux-x86_64-3.7/torch/distributed/_sharded_tensor 2022-12-01T10:11:03.1493103Z copying torch/distributed/_sharded_tensor/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/_sharded_tensor 2022-12-01T10:11:03.1494776Z creating build/lib.linux-x86_64-3.7/torch/distributed/_sharding_spec 2022-12-01T10:11:03.1495276Z copying torch/distributed/_sharding_spec/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/_sharding_spec 2022-12-01T10:11:03.1497345Z creating build/lib.linux-x86_64-3.7/torch/distributed/_spmd 2022-12-01T10:11:03.1497806Z copying torch/distributed/_spmd/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/_spmd 2022-12-01T10:11:03.1498600Z copying torch/distributed/_spmd/comm_tensor.py -> build/lib.linux-x86_64-3.7/torch/distributed/_spmd 2022-12-01T10:11:03.1500442Z creating build/lib.linux-x86_64-3.7/torch/distributed/algorithms 2022-12-01T10:11:03.1501412Z copying torch/distributed/algorithms/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/algorithms 2022-12-01T10:11:03.1502237Z copying torch/distributed/algorithms/join.py -> build/lib.linux-x86_64-3.7/torch/distributed/algorithms 2022-12-01T10:11:03.1504518Z creating build/lib.linux-x86_64-3.7/torch/distributed/autograd 2022-12-01T10:11:03.1504998Z copying torch/distributed/autograd/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/autograd 2022-12-01T10:11:03.1507193Z creating build/lib.linux-x86_64-3.7/torch/distributed/elastic 2022-12-01T10:11:03.1507754Z copying torch/distributed/elastic/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic 2022-12-01T10:11:03.1510835Z creating build/lib.linux-x86_64-3.7/torch/distributed/fsdp 2022-12-01T10:11:03.1511301Z copying torch/distributed/fsdp/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/fsdp 2022-12-01T10:11:03.1512302Z copying torch/distributed/fsdp/_fsdp_extensions.py -> build/lib.linux-x86_64-3.7/torch/distributed/fsdp 2022-12-01T10:11:03.1513465Z copying torch/distributed/fsdp/_optim_utils.py -> build/lib.linux-x86_64-3.7/torch/distributed/fsdp 2022-12-01T10:11:03.1514991Z copying torch/distributed/fsdp/_shard_utils.py -> build/lib.linux-x86_64-3.7/torch/distributed/fsdp 2022-12-01T10:11:03.1515658Z copying torch/distributed/fsdp/_symbolic_trace.py -> build/lib.linux-x86_64-3.7/torch/distributed/fsdp 2022-12-01T10:11:03.1516933Z copying torch/distributed/fsdp/_utils.py -> build/lib.linux-x86_64-3.7/torch/distributed/fsdp 2022-12-01T10:11:03.1517691Z copying torch/distributed/fsdp/flat_param.py -> build/lib.linux-x86_64-3.7/torch/distributed/fsdp 2022-12-01T10:11:03.1519523Z copying torch/distributed/fsdp/flatten_params_wrapper.py -> build/lib.linux-x86_64-3.7/torch/distributed/fsdp 2022-12-01T10:11:03.1520183Z copying torch/distributed/fsdp/fully_sharded_data_parallel.py -> build/lib.linux-x86_64-3.7/torch/distributed/fsdp 2022-12-01T10:11:03.1522864Z copying torch/distributed/fsdp/sharded_grad_scaler.py -> build/lib.linux-x86_64-3.7/torch/distributed/fsdp 2022-12-01T10:11:03.1524126Z copying torch/distributed/fsdp/utils.py -> build/lib.linux-x86_64-3.7/torch/distributed/fsdp 2022-12-01T10:11:03.1525088Z copying torch/distributed/fsdp/wrap.py -> build/lib.linux-x86_64-3.7/torch/distributed/fsdp 2022-12-01T10:11:03.1526965Z creating build/lib.linux-x86_64-3.7/torch/distributed/launcher 2022-12-01T10:11:03.1527648Z copying torch/distributed/launcher/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/launcher 2022-12-01T10:11:03.1528900Z copying torch/distributed/launcher/api.py -> build/lib.linux-x86_64-3.7/torch/distributed/launcher 2022-12-01T10:11:03.1530984Z creating build/lib.linux-x86_64-3.7/torch/distributed/nn 2022-12-01T10:11:03.1531217Z copying torch/distributed/nn/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/nn 2022-12-01T10:11:03.1532114Z copying torch/distributed/nn/functional.py -> build/lib.linux-x86_64-3.7/torch/distributed/nn 2022-12-01T10:11:03.1535205Z creating build/lib.linux-x86_64-3.7/torch/distributed/optim 2022-12-01T10:11:03.1535509Z copying torch/distributed/optim/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/optim 2022-12-01T10:11:03.1537188Z copying torch/distributed/optim/functional_adadelta.py -> build/lib.linux-x86_64-3.7/torch/distributed/optim 2022-12-01T10:11:03.1537878Z copying torch/distributed/optim/functional_adagrad.py -> build/lib.linux-x86_64-3.7/torch/distributed/optim 2022-12-01T10:11:03.1539310Z copying torch/distributed/optim/functional_adam.py -> build/lib.linux-x86_64-3.7/torch/distributed/optim 2022-12-01T10:11:03.1540229Z copying torch/distributed/optim/functional_adamax.py -> build/lib.linux-x86_64-3.7/torch/distributed/optim 2022-12-01T10:11:03.1541301Z copying torch/distributed/optim/functional_adamw.py -> build/lib.linux-x86_64-3.7/torch/distributed/optim 2022-12-01T10:11:03.1542170Z copying torch/distributed/optim/functional_rmsprop.py -> build/lib.linux-x86_64-3.7/torch/distributed/optim 2022-12-01T10:11:03.1543351Z copying torch/distributed/optim/functional_rprop.py -> build/lib.linux-x86_64-3.7/torch/distributed/optim 2022-12-01T10:11:03.1544296Z copying torch/distributed/optim/functional_sgd.py -> build/lib.linux-x86_64-3.7/torch/distributed/optim 2022-12-01T10:11:03.1545271Z copying torch/distributed/optim/optimizer.py -> build/lib.linux-x86_64-3.7/torch/distributed/optim 2022-12-01T10:11:03.1546240Z copying torch/distributed/optim/post_localSGD_optimizer.py -> build/lib.linux-x86_64-3.7/torch/distributed/optim 2022-12-01T10:11:03.1547033Z copying torch/distributed/optim/utils.py -> build/lib.linux-x86_64-3.7/torch/distributed/optim 2022-12-01T10:11:03.1548348Z copying torch/distributed/optim/zero_redundancy_optimizer.py -> build/lib.linux-x86_64-3.7/torch/distributed/optim 2022-12-01T10:11:03.1550796Z creating build/lib.linux-x86_64-3.7/torch/distributed/pipeline 2022-12-01T10:11:03.1551062Z copying torch/distributed/pipeline/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/pipeline 2022-12-01T10:11:03.1553764Z creating build/lib.linux-x86_64-3.7/torch/distributed/rpc 2022-12-01T10:11:03.1554139Z copying torch/distributed/rpc/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/rpc 2022-12-01T10:11:03.1555595Z copying torch/distributed/rpc/_utils.py -> build/lib.linux-x86_64-3.7/torch/distributed/rpc 2022-12-01T10:11:03.1556137Z copying torch/distributed/rpc/api.py -> build/lib.linux-x86_64-3.7/torch/distributed/rpc 2022-12-01T10:11:03.1557751Z copying torch/distributed/rpc/backend_registry.py -> build/lib.linux-x86_64-3.7/torch/distributed/rpc 2022-12-01T10:11:03.1558481Z copying torch/distributed/rpc/constants.py -> build/lib.linux-x86_64-3.7/torch/distributed/rpc 2022-12-01T10:11:03.1559820Z copying torch/distributed/rpc/functions.py -> build/lib.linux-x86_64-3.7/torch/distributed/rpc 2022-12-01T10:11:03.1560735Z copying torch/distributed/rpc/internal.py -> build/lib.linux-x86_64-3.7/torch/distributed/rpc 2022-12-01T10:11:03.1562428Z copying torch/distributed/rpc/options.py -> build/lib.linux-x86_64-3.7/torch/distributed/rpc 2022-12-01T10:11:03.1563177Z copying torch/distributed/rpc/rref_proxy.py -> build/lib.linux-x86_64-3.7/torch/distributed/rpc 2022-12-01T10:11:03.1564411Z copying torch/distributed/rpc/server_process_global_profiler.py -> build/lib.linux-x86_64-3.7/torch/distributed/rpc 2022-12-01T10:11:03.1567299Z creating build/lib.linux-x86_64-3.7/torch/distributed/_shard/checkpoint 2022-12-01T10:11:03.1567906Z copying torch/distributed/_shard/checkpoint/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/checkpoint 2022-12-01T10:11:03.1569239Z copying torch/distributed/_shard/checkpoint/api.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/checkpoint 2022-12-01T10:11:03.1570204Z copying torch/distributed/_shard/checkpoint/default_planner.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/checkpoint 2022-12-01T10:11:03.1571032Z copying torch/distributed/_shard/checkpoint/filesystem.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/checkpoint 2022-12-01T10:11:03.1572406Z copying torch/distributed/_shard/checkpoint/metadata.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/checkpoint 2022-12-01T10:11:03.1573245Z copying torch/distributed/_shard/checkpoint/planner.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/checkpoint 2022-12-01T10:11:03.1574260Z copying torch/distributed/_shard/checkpoint/planner_helpers.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/checkpoint 2022-12-01T10:11:03.1575275Z copying torch/distributed/_shard/checkpoint/resharding.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/checkpoint 2022-12-01T10:11:03.1577360Z copying torch/distributed/_shard/checkpoint/state_dict_loader.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/checkpoint 2022-12-01T10:11:03.1577790Z copying torch/distributed/_shard/checkpoint/state_dict_saver.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/checkpoint 2022-12-01T10:11:03.1578671Z copying torch/distributed/_shard/checkpoint/storage.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/checkpoint 2022-12-01T10:11:03.1579414Z copying torch/distributed/_shard/checkpoint/utils.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/checkpoint 2022-12-01T10:11:03.1581814Z creating build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_optim 2022-12-01T10:11:03.1582129Z copying torch/distributed/_shard/sharded_optim/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_optim 2022-12-01T10:11:03.1583725Z copying torch/distributed/_shard/sharded_optim/api.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_optim 2022-12-01T10:11:03.1585877Z creating build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor 2022-12-01T10:11:03.1586606Z copying torch/distributed/_shard/sharded_tensor/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor 2022-12-01T10:11:03.1587824Z copying torch/distributed/_shard/sharded_tensor/api.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor 2022-12-01T10:11:03.1588968Z copying torch/distributed/_shard/sharded_tensor/metadata.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor 2022-12-01T10:11:03.1589993Z copying torch/distributed/_shard/sharded_tensor/reshard.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor 2022-12-01T10:11:03.1591225Z copying torch/distributed/_shard/sharded_tensor/shard.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor 2022-12-01T10:11:03.1592178Z copying torch/distributed/_shard/sharded_tensor/utils.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor 2022-12-01T10:11:03.1593991Z creating build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_plan 2022-12-01T10:11:03.1594345Z copying torch/distributed/_shard/sharding_plan/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_plan 2022-12-01T10:11:03.1595762Z copying torch/distributed/_shard/sharding_plan/api.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_plan 2022-12-01T10:11:03.1597834Z creating build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_spec 2022-12-01T10:11:03.1598122Z copying torch/distributed/_shard/sharding_spec/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_spec 2022-12-01T10:11:03.1599672Z copying torch/distributed/_shard/sharding_spec/_internals.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_spec 2022-12-01T10:11:03.1600558Z copying torch/distributed/_shard/sharding_spec/api.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_spec 2022-12-01T10:11:03.1601902Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_spec 2022-12-01T10:11:03.1604627Z creating build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/_ops 2022-12-01T10:11:03.1605237Z copying torch/distributed/_shard/sharded_tensor/_ops/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/_ops 2022-12-01T10:11:03.1606537Z copying torch/distributed/_shard/sharded_tensor/_ops/_common.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/_ops 2022-12-01T10:11:03.1607876Z copying torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/_ops 2022-12-01T10:11:03.1608499Z copying torch/distributed/_shard/sharded_tensor/_ops/chunk.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/_ops 2022-12-01T10:11:03.1609803Z copying torch/distributed/_shard/sharded_tensor/_ops/elementwise_ops.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/_ops 2022-12-01T10:11:03.1611047Z copying torch/distributed/_shard/sharded_tensor/_ops/init.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/_ops 2022-12-01T10:11:03.1611953Z copying torch/distributed/_shard/sharded_tensor/_ops/math_ops.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/_ops 2022-12-01T10:11:03.1613067Z copying torch/distributed/_shard/sharded_tensor/_ops/matrix_ops.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/_ops 2022-12-01T10:11:03.1614068Z copying torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/_ops 2022-12-01T10:11:03.1615418Z copying torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/_ops 2022-12-01T10:11:03.1618591Z creating build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-12-01T10:11:03.1619419Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-12-01T10:11:03.1620257Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-12-01T10:11:03.1621463Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-12-01T10:11:03.1622558Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-12-01T10:11:03.1623590Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/linear.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-12-01T10:11:03.1624513Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/math_ops.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-12-01T10:11:03.1625566Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/matrix_ops.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-12-01T10:11:03.1627180Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/softmax.py -> build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-12-01T10:11:03.1628833Z creating build/lib.linux-x86_64-3.7/torch/distributed/algorithms/_checkpoint 2022-12-01T10:11:03.1629421Z copying torch/distributed/algorithms/_checkpoint/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/algorithms/_checkpoint 2022-12-01T10:11:03.1630259Z copying torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py -> build/lib.linux-x86_64-3.7/torch/distributed/algorithms/_checkpoint 2022-12-01T10:11:03.1631859Z creating build/lib.linux-x86_64-3.7/torch/distributed/algorithms/_comm_hooks 2022-12-01T10:11:03.1632553Z copying torch/distributed/algorithms/_comm_hooks/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/algorithms/_comm_hooks 2022-12-01T10:11:03.1633208Z copying torch/distributed/algorithms/_comm_hooks/default_hooks.py -> build/lib.linux-x86_64-3.7/torch/distributed/algorithms/_comm_hooks 2022-12-01T10:11:03.1635039Z creating build/lib.linux-x86_64-3.7/torch/distributed/algorithms/_optimizer_overlap 2022-12-01T10:11:03.1635372Z copying torch/distributed/algorithms/_optimizer_overlap/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/algorithms/_optimizer_overlap 2022-12-01T10:11:03.1636596Z copying torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py -> build/lib.linux-x86_64-3.7/torch/distributed/algorithms/_optimizer_overlap 2022-12-01T10:11:03.1638229Z creating build/lib.linux-x86_64-3.7/torch/distributed/algorithms/_quantization 2022-12-01T10:11:03.1638909Z copying torch/distributed/algorithms/_quantization/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/algorithms/_quantization 2022-12-01T10:11:03.1640141Z copying torch/distributed/algorithms/_quantization/quantization.py -> build/lib.linux-x86_64-3.7/torch/distributed/algorithms/_quantization 2022-12-01T10:11:03.1642529Z creating build/lib.linux-x86_64-3.7/torch/distributed/algorithms/ddp_comm_hooks 2022-12-01T10:11:03.1643132Z copying torch/distributed/algorithms/ddp_comm_hooks/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/algorithms/ddp_comm_hooks 2022-12-01T10:11:03.1643936Z copying torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py -> build/lib.linux-x86_64-3.7/torch/distributed/algorithms/ddp_comm_hooks 2022-12-01T10:11:03.1645133Z copying torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py -> build/lib.linux-x86_64-3.7/torch/distributed/algorithms/ddp_comm_hooks 2022-12-01T10:11:03.1645932Z copying torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py -> build/lib.linux-x86_64-3.7/torch/distributed/algorithms/ddp_comm_hooks 2022-12-01T10:11:03.1646983Z copying torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py -> build/lib.linux-x86_64-3.7/torch/distributed/algorithms/ddp_comm_hooks 2022-12-01T10:11:03.1647870Z copying torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py -> build/lib.linux-x86_64-3.7/torch/distributed/algorithms/ddp_comm_hooks 2022-12-01T10:11:03.1648842Z copying torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py -> build/lib.linux-x86_64-3.7/torch/distributed/algorithms/ddp_comm_hooks 2022-12-01T10:11:03.1650150Z copying torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py -> build/lib.linux-x86_64-3.7/torch/distributed/algorithms/ddp_comm_hooks 2022-12-01T10:11:03.1652030Z creating build/lib.linux-x86_64-3.7/torch/distributed/algorithms/model_averaging 2022-12-01T10:11:03.1653056Z copying torch/distributed/algorithms/model_averaging/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/algorithms/model_averaging 2022-12-01T10:11:03.1654196Z copying torch/distributed/algorithms/model_averaging/averagers.py -> build/lib.linux-x86_64-3.7/torch/distributed/algorithms/model_averaging 2022-12-01T10:11:03.1655378Z copying torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py -> build/lib.linux-x86_64-3.7/torch/distributed/algorithms/model_averaging 2022-12-01T10:11:03.1656465Z copying torch/distributed/algorithms/model_averaging/utils.py -> build/lib.linux-x86_64-3.7/torch/distributed/algorithms/model_averaging 2022-12-01T10:11:03.1657964Z creating build/lib.linux-x86_64-3.7/torch/distributed/elastic/agent 2022-12-01T10:11:03.1658318Z copying torch/distributed/elastic/agent/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/agent 2022-12-01T10:11:03.1660815Z creating build/lib.linux-x86_64-3.7/torch/distributed/elastic/events 2022-12-01T10:11:03.1661200Z copying torch/distributed/elastic/events/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/events 2022-12-01T10:11:03.1662573Z copying torch/distributed/elastic/events/api.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/events 2022-12-01T10:11:03.1663356Z copying torch/distributed/elastic/events/handlers.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/events 2022-12-01T10:11:03.1665692Z creating build/lib.linux-x86_64-3.7/torch/distributed/elastic/metrics 2022-12-01T10:11:03.1666442Z copying torch/distributed/elastic/metrics/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/metrics 2022-12-01T10:11:03.1667522Z copying torch/distributed/elastic/metrics/api.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/metrics 2022-12-01T10:11:03.1670329Z creating build/lib.linux-x86_64-3.7/torch/distributed/elastic/multiprocessing 2022-12-01T10:11:03.1670671Z copying torch/distributed/elastic/multiprocessing/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/multiprocessing 2022-12-01T10:11:03.1671908Z copying torch/distributed/elastic/multiprocessing/api.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/multiprocessing 2022-12-01T10:11:03.1672948Z copying torch/distributed/elastic/multiprocessing/redirects.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/multiprocessing 2022-12-01T10:11:03.1673818Z copying torch/distributed/elastic/multiprocessing/tail_log.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/multiprocessing 2022-12-01T10:11:03.1676474Z creating build/lib.linux-x86_64-3.7/torch/distributed/elastic/rendezvous 2022-12-01T10:11:03.1677119Z copying torch/distributed/elastic/rendezvous/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/rendezvous 2022-12-01T10:11:03.1678245Z copying torch/distributed/elastic/rendezvous/api.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/rendezvous 2022-12-01T10:11:03.1680141Z copying torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/rendezvous 2022-12-01T10:11:03.1681019Z copying torch/distributed/elastic/rendezvous/dynamic_rendezvous.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/rendezvous 2022-12-01T10:11:03.1682469Z copying torch/distributed/elastic/rendezvous/etcd_rendezvous.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/rendezvous 2022-12-01T10:11:03.1683846Z copying torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/rendezvous 2022-12-01T10:11:03.1684364Z copying torch/distributed/elastic/rendezvous/etcd_server.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/rendezvous 2022-12-01T10:11:03.1685553Z copying torch/distributed/elastic/rendezvous/etcd_store.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/rendezvous 2022-12-01T10:11:03.1686532Z copying torch/distributed/elastic/rendezvous/registry.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/rendezvous 2022-12-01T10:11:03.1687581Z copying torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/rendezvous 2022-12-01T10:11:03.1688418Z copying torch/distributed/elastic/rendezvous/utils.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/rendezvous 2022-12-01T10:11:03.1690540Z creating build/lib.linux-x86_64-3.7/torch/distributed/elastic/timer 2022-12-01T10:11:03.1690821Z copying torch/distributed/elastic/timer/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/timer 2022-12-01T10:11:03.1692320Z copying torch/distributed/elastic/timer/api.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/timer 2022-12-01T10:11:03.1693231Z copying torch/distributed/elastic/timer/file_based_local_timer.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/timer 2022-12-01T10:11:03.1694866Z copying torch/distributed/elastic/timer/local_timer.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/timer 2022-12-01T10:11:03.1696909Z creating build/lib.linux-x86_64-3.7/torch/distributed/elastic/utils 2022-12-01T10:11:03.1697438Z copying torch/distributed/elastic/utils/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/utils 2022-12-01T10:11:03.1698410Z copying torch/distributed/elastic/utils/api.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/utils 2022-12-01T10:11:03.1699673Z copying torch/distributed/elastic/utils/distributed.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/utils 2022-12-01T10:11:03.1700929Z copying torch/distributed/elastic/utils/log_level.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/utils 2022-12-01T10:11:03.1702523Z copying torch/distributed/elastic/utils/logging.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/utils 2022-12-01T10:11:03.1703592Z copying torch/distributed/elastic/utils/store.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/utils 2022-12-01T10:11:03.1706181Z creating build/lib.linux-x86_64-3.7/torch/distributed/elastic/agent/server 2022-12-01T10:11:03.1706498Z copying torch/distributed/elastic/agent/server/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/agent/server 2022-12-01T10:11:03.1707890Z copying torch/distributed/elastic/agent/server/api.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/agent/server 2022-12-01T10:11:03.1709185Z copying torch/distributed/elastic/agent/server/local_elastic_agent.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/agent/server 2022-12-01T10:11:03.1710729Z creating build/lib.linux-x86_64-3.7/torch/distributed/elastic/multiprocessing/errors 2022-12-01T10:11:03.1711262Z copying torch/distributed/elastic/multiprocessing/errors/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/multiprocessing/errors 2022-12-01T10:11:03.1712625Z copying torch/distributed/elastic/multiprocessing/errors/error_handler.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/multiprocessing/errors 2022-12-01T10:11:03.1713716Z copying torch/distributed/elastic/multiprocessing/errors/handlers.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/multiprocessing/errors 2022-12-01T10:11:03.1715523Z creating build/lib.linux-x86_64-3.7/torch/distributed/elastic/utils/data 2022-12-01T10:11:03.1715819Z copying torch/distributed/elastic/utils/data/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/utils/data 2022-12-01T10:11:03.1717470Z copying torch/distributed/elastic/utils/data/cycling_iterator.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/utils/data 2022-12-01T10:11:03.1718175Z copying torch/distributed/elastic/utils/data/elastic_distributed_sampler.py -> build/lib.linux-x86_64-3.7/torch/distributed/elastic/utils/data 2022-12-01T10:11:03.1720239Z creating build/lib.linux-x86_64-3.7/torch/distributed/nn/api 2022-12-01T10:11:03.1720538Z copying torch/distributed/nn/api/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/nn/api 2022-12-01T10:11:03.1721902Z copying torch/distributed/nn/api/remote_module.py -> build/lib.linux-x86_64-3.7/torch/distributed/nn/api 2022-12-01T10:11:03.1723817Z creating build/lib.linux-x86_64-3.7/torch/distributed/nn/jit 2022-12-01T10:11:03.1724287Z copying torch/distributed/nn/jit/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/nn/jit 2022-12-01T10:11:03.1725106Z copying torch/distributed/nn/jit/instantiator.py -> build/lib.linux-x86_64-3.7/torch/distributed/nn/jit 2022-12-01T10:11:03.1726937Z creating build/lib.linux-x86_64-3.7/torch/distributed/nn/jit/templates 2022-12-01T10:11:03.1727362Z copying torch/distributed/nn/jit/templates/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/nn/jit/templates 2022-12-01T10:11:03.1728210Z copying torch/distributed/nn/jit/templates/remote_module_template.py -> build/lib.linux-x86_64-3.7/torch/distributed/nn/jit/templates 2022-12-01T10:11:03.1730837Z creating build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync 2022-12-01T10:11:03.1731217Z copying torch/distributed/pipeline/sync/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync 2022-12-01T10:11:03.1732241Z copying torch/distributed/pipeline/sync/batchnorm.py -> build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync 2022-12-01T10:11:03.1733036Z copying torch/distributed/pipeline/sync/checkpoint.py -> build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync 2022-12-01T10:11:03.1733989Z copying torch/distributed/pipeline/sync/copy.py -> build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync 2022-12-01T10:11:03.1735266Z copying torch/distributed/pipeline/sync/dependency.py -> build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync 2022-12-01T10:11:03.1735930Z copying torch/distributed/pipeline/sync/microbatch.py -> build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync 2022-12-01T10:11:03.1737088Z copying torch/distributed/pipeline/sync/phony.py -> build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync 2022-12-01T10:11:03.1737958Z copying torch/distributed/pipeline/sync/pipe.py -> build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync 2022-12-01T10:11:03.1738964Z copying torch/distributed/pipeline/sync/pipeline.py -> build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync 2022-12-01T10:11:03.1740563Z copying torch/distributed/pipeline/sync/stream.py -> build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync 2022-12-01T10:11:03.1741038Z copying torch/distributed/pipeline/sync/utils.py -> build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync 2022-12-01T10:11:03.1741988Z copying torch/distributed/pipeline/sync/worker.py -> build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync 2022-12-01T10:11:03.1744164Z creating build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/_balance 2022-12-01T10:11:03.1744517Z copying torch/distributed/pipeline/sync/_balance/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/_balance 2022-12-01T10:11:03.1745824Z copying torch/distributed/pipeline/sync/_balance/blockpartition.py -> build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/_balance 2022-12-01T10:11:03.1746846Z copying torch/distributed/pipeline/sync/_balance/profile.py -> build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/_balance 2022-12-01T10:11:03.1749454Z creating build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/skip 2022-12-01T10:11:03.1749782Z copying torch/distributed/pipeline/sync/skip/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/skip 2022-12-01T10:11:03.1750832Z copying torch/distributed/pipeline/sync/skip/layout.py -> build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/skip 2022-12-01T10:11:03.1751681Z copying torch/distributed/pipeline/sync/skip/namespace.py -> build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/skip 2022-12-01T10:11:03.1753275Z copying torch/distributed/pipeline/sync/skip/portal.py -> build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/skip 2022-12-01T10:11:03.1754082Z copying torch/distributed/pipeline/sync/skip/skippable.py -> build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/skip 2022-12-01T10:11:03.1755668Z copying torch/distributed/pipeline/sync/skip/tracker.py -> build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/skip 2022-12-01T10:11:03.1757612Z creating build/lib.linux-x86_64-3.7/torch/distributed/rpc/_testing 2022-12-01T10:11:03.1758121Z copying torch/distributed/rpc/_testing/__init__.py -> build/lib.linux-x86_64-3.7/torch/distributed/rpc/_testing 2022-12-01T10:11:03.1759668Z copying torch/distributed/rpc/_testing/faulty_agent_backend_registry.py -> build/lib.linux-x86_64-3.7/torch/distributed/rpc/_testing 2022-12-01T10:11:03.1762688Z creating build/lib.linux-x86_64-3.7/torch/fx/experimental 2022-12-01T10:11:03.1763178Z copying torch/fx/experimental/__init__.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental 2022-12-01T10:11:03.1764676Z copying torch/fx/experimental/accelerator_partitioner.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental 2022-12-01T10:11:03.1766057Z copying torch/fx/experimental/const_fold.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental 2022-12-01T10:11:03.1766864Z copying torch/fx/experimental/debug.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental 2022-12-01T10:11:03.1768235Z copying torch/fx/experimental/graph_gradual_typechecker.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental 2022-12-01T10:11:03.1769414Z copying torch/fx/experimental/merge_matmul.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental 2022-12-01T10:11:03.1770571Z copying torch/fx/experimental/meta_tracer.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental 2022-12-01T10:11:03.1771658Z copying torch/fx/experimental/normalize.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental 2022-12-01T10:11:03.1772924Z copying torch/fx/experimental/optimization.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental 2022-12-01T10:11:03.1774031Z copying torch/fx/experimental/partitioner_utils.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental 2022-12-01T10:11:03.1775011Z copying torch/fx/experimental/proxy_tensor.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental 2022-12-01T10:11:03.1776672Z copying torch/fx/experimental/refinement_types.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental 2022-12-01T10:11:03.1777393Z copying torch/fx/experimental/rewriter.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental 2022-12-01T10:11:03.1778889Z copying torch/fx/experimental/schema_type_annotation.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental 2022-12-01T10:11:03.1779692Z copying torch/fx/experimental/symbolic_shapes.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental 2022-12-01T10:11:03.1781071Z copying torch/fx/experimental/unify_refinements.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental 2022-12-01T10:11:03.1784299Z creating build/lib.linux-x86_64-3.7/torch/fx/passes 2022-12-01T10:11:03.1784510Z copying torch/fx/passes/__init__.py -> build/lib.linux-x86_64-3.7/torch/fx/passes 2022-12-01T10:11:03.1785891Z copying torch/fx/passes/fake_tensor_prop.py -> build/lib.linux-x86_64-3.7/torch/fx/passes 2022-12-01T10:11:03.1787209Z copying torch/fx/passes/graph_drawer.py -> build/lib.linux-x86_64-3.7/torch/fx/passes 2022-12-01T10:11:03.1788341Z copying torch/fx/passes/graph_manipulation.py -> build/lib.linux-x86_64-3.7/torch/fx/passes 2022-12-01T10:11:03.1789040Z copying torch/fx/passes/net_min_base.py -> build/lib.linux-x86_64-3.7/torch/fx/passes 2022-12-01T10:11:03.1790421Z copying torch/fx/passes/operator_support.py -> build/lib.linux-x86_64-3.7/torch/fx/passes 2022-12-01T10:11:03.1791564Z copying torch/fx/passes/param_fetch.py -> build/lib.linux-x86_64-3.7/torch/fx/passes 2022-12-01T10:11:03.1792829Z copying torch/fx/passes/pass_manager.py -> build/lib.linux-x86_64-3.7/torch/fx/passes 2022-12-01T10:11:03.1793682Z copying torch/fx/passes/reinplace.py -> build/lib.linux-x86_64-3.7/torch/fx/passes 2022-12-01T10:11:03.1794944Z copying torch/fx/passes/shape_prop.py -> build/lib.linux-x86_64-3.7/torch/fx/passes 2022-12-01T10:11:03.1796156Z copying torch/fx/passes/split_module.py -> build/lib.linux-x86_64-3.7/torch/fx/passes 2022-12-01T10:11:03.1797320Z copying torch/fx/passes/split_utils.py -> build/lib.linux-x86_64-3.7/torch/fx/passes 2022-12-01T10:11:03.1798484Z copying torch/fx/passes/splitter_base.py -> build/lib.linux-x86_64-3.7/torch/fx/passes 2022-12-01T10:11:03.1799851Z copying torch/fx/passes/tools_common.py -> build/lib.linux-x86_64-3.7/torch/fx/passes 2022-12-01T10:11:03.1802469Z creating build/lib.linux-x86_64-3.7/torch/fx/experimental/migrate_gradual_types 2022-12-01T10:11:03.1803661Z copying torch/fx/experimental/migrate_gradual_types/__init__.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental/migrate_gradual_types 2022-12-01T10:11:03.1804109Z copying torch/fx/experimental/migrate_gradual_types/constraint.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental/migrate_gradual_types 2022-12-01T10:11:03.1805135Z copying torch/fx/experimental/migrate_gradual_types/constraint_generator.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental/migrate_gradual_types 2022-12-01T10:11:03.1806644Z copying torch/fx/experimental/migrate_gradual_types/constraint_transformation.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental/migrate_gradual_types 2022-12-01T10:11:03.1807538Z copying torch/fx/experimental/migrate_gradual_types/operation.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental/migrate_gradual_types 2022-12-01T10:11:03.1808363Z copying torch/fx/experimental/migrate_gradual_types/transform_to_z3.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental/migrate_gradual_types 2022-12-01T10:11:03.1809447Z copying torch/fx/experimental/migrate_gradual_types/util.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental/migrate_gradual_types 2022-12-01T10:11:03.1810265Z copying torch/fx/experimental/migrate_gradual_types/z3_types.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental/migrate_gradual_types 2022-12-01T10:11:03.1812720Z creating build/lib.linux-x86_64-3.7/torch/fx/experimental/unification 2022-12-01T10:11:03.1813106Z copying torch/fx/experimental/unification/__init__.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental/unification 2022-12-01T10:11:03.1814379Z copying torch/fx/experimental/unification/core.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental/unification 2022-12-01T10:11:03.1816268Z copying torch/fx/experimental/unification/dispatch.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental/unification 2022-12-01T10:11:03.1816559Z copying torch/fx/experimental/unification/match.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental/unification 2022-12-01T10:11:03.1818308Z copying torch/fx/experimental/unification/more.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental/unification 2022-12-01T10:11:03.1818829Z copying torch/fx/experimental/unification/unification_tools.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental/unification 2022-12-01T10:11:03.1819354Z copying torch/fx/experimental/unification/utils.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental/unification 2022-12-01T10:11:03.1820137Z copying torch/fx/experimental/unification/variable.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental/unification 2022-12-01T10:11:03.1822824Z creating build/lib.linux-x86_64-3.7/torch/fx/experimental/unification/multipledispatch 2022-12-01T10:11:03.1823518Z copying torch/fx/experimental/unification/multipledispatch/__init__.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental/unification/multipledispatch 2022-12-01T10:11:03.1824211Z copying torch/fx/experimental/unification/multipledispatch/conflict.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental/unification/multipledispatch 2022-12-01T10:11:03.1825081Z copying torch/fx/experimental/unification/multipledispatch/core.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental/unification/multipledispatch 2022-12-01T10:11:03.1826007Z copying torch/fx/experimental/unification/multipledispatch/dispatcher.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental/unification/multipledispatch 2022-12-01T10:11:03.1827073Z copying torch/fx/experimental/unification/multipledispatch/utils.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental/unification/multipledispatch 2022-12-01T10:11:03.1827698Z copying torch/fx/experimental/unification/multipledispatch/variadic.py -> build/lib.linux-x86_64-3.7/torch/fx/experimental/unification/multipledispatch 2022-12-01T10:11:03.1829628Z creating build/lib.linux-x86_64-3.7/torch/fx/passes/backends 2022-12-01T10:11:03.1830608Z copying torch/fx/passes/backends/__init__.py -> build/lib.linux-x86_64-3.7/torch/fx/passes/backends 2022-12-01T10:11:03.1831545Z copying torch/fx/passes/backends/cudagraphs.py -> build/lib.linux-x86_64-3.7/torch/fx/passes/backends 2022-12-01T10:11:03.1832444Z copying torch/fx/passes/backends/nvfuser.py -> build/lib.linux-x86_64-3.7/torch/fx/passes/backends 2022-12-01T10:11:03.1834428Z creating build/lib.linux-x86_64-3.7/torch/fx/passes/dialect 2022-12-01T10:11:03.1834704Z copying torch/fx/passes/dialect/__init__.py -> build/lib.linux-x86_64-3.7/torch/fx/passes/dialect 2022-12-01T10:11:03.1836490Z creating build/lib.linux-x86_64-3.7/torch/fx/passes/infra 2022-12-01T10:11:03.1837013Z copying torch/fx/passes/infra/__init__.py -> build/lib.linux-x86_64-3.7/torch/fx/passes/infra 2022-12-01T10:11:03.1838551Z copying torch/fx/passes/infra/partitioner.py -> build/lib.linux-x86_64-3.7/torch/fx/passes/infra 2022-12-01T10:11:03.1839201Z copying torch/fx/passes/infra/pass_base.py -> build/lib.linux-x86_64-3.7/torch/fx/passes/infra 2022-12-01T10:11:03.1840214Z copying torch/fx/passes/infra/pass_manager.py -> build/lib.linux-x86_64-3.7/torch/fx/passes/infra 2022-12-01T10:11:03.1842308Z creating build/lib.linux-x86_64-3.7/torch/fx/passes/tests 2022-12-01T10:11:03.1842594Z copying torch/fx/passes/tests/__init__.py -> build/lib.linux-x86_64-3.7/torch/fx/passes/tests 2022-12-01T10:11:03.1843556Z copying torch/fx/passes/tests/test_pass_manager.py -> build/lib.linux-x86_64-3.7/torch/fx/passes/tests 2022-12-01T10:11:03.1845644Z creating build/lib.linux-x86_64-3.7/torch/fx/passes/utils 2022-12-01T10:11:03.1846127Z copying torch/fx/passes/utils/__init__.py -> build/lib.linux-x86_64-3.7/torch/fx/passes/utils 2022-12-01T10:11:03.1847015Z copying torch/fx/passes/utils/common.py -> build/lib.linux-x86_64-3.7/torch/fx/passes/utils 2022-12-01T10:11:03.1848259Z copying torch/fx/passes/utils/fuser_utils.py -> build/lib.linux-x86_64-3.7/torch/fx/passes/utils 2022-12-01T10:11:03.1849164Z copying torch/fx/passes/utils/matcher_utils.py -> build/lib.linux-x86_64-3.7/torch/fx/passes/utils 2022-12-01T10:11:03.1851340Z creating build/lib.linux-x86_64-3.7/torch/fx/passes/dialect/common 2022-12-01T10:11:03.1851954Z copying torch/fx/passes/dialect/common/__init__.py -> build/lib.linux-x86_64-3.7/torch/fx/passes/dialect/common 2022-12-01T10:11:03.1852523Z copying torch/fx/passes/dialect/common/cse_pass.py -> build/lib.linux-x86_64-3.7/torch/fx/passes/dialect/common 2022-12-01T10:11:03.1854761Z creating build/lib.linux-x86_64-3.7/torch/jit/_passes 2022-12-01T10:11:03.1855174Z copying torch/jit/_passes/__init__.py -> build/lib.linux-x86_64-3.7/torch/jit/_passes 2022-12-01T10:11:03.1855948Z copying torch/jit/_passes/_property_propagation.py -> build/lib.linux-x86_64-3.7/torch/jit/_passes 2022-12-01T10:11:03.1858198Z creating build/lib.linux-x86_64-3.7/torch/jit/mobile 2022-12-01T10:11:03.1858684Z copying torch/jit/mobile/__init__.py -> build/lib.linux-x86_64-3.7/torch/jit/mobile 2022-12-01T10:11:03.1861708Z creating build/lib.linux-x86_64-3.7/torch/masked/maskedtensor 2022-12-01T10:11:03.1862310Z copying torch/masked/maskedtensor/__init__.py -> build/lib.linux-x86_64-3.7/torch/masked/maskedtensor 2022-12-01T10:11:03.1863371Z copying torch/masked/maskedtensor/_ops_refs.py -> build/lib.linux-x86_64-3.7/torch/masked/maskedtensor 2022-12-01T10:11:03.1864765Z copying torch/masked/maskedtensor/binary.py -> build/lib.linux-x86_64-3.7/torch/masked/maskedtensor 2022-12-01T10:11:03.1865698Z copying torch/masked/maskedtensor/core.py -> build/lib.linux-x86_64-3.7/torch/masked/maskedtensor 2022-12-01T10:11:03.1867126Z copying torch/masked/maskedtensor/creation.py -> build/lib.linux-x86_64-3.7/torch/masked/maskedtensor 2022-12-01T10:11:03.1867777Z copying torch/masked/maskedtensor/passthrough.py -> build/lib.linux-x86_64-3.7/torch/masked/maskedtensor 2022-12-01T10:11:03.1868841Z copying torch/masked/maskedtensor/reductions.py -> build/lib.linux-x86_64-3.7/torch/masked/maskedtensor 2022-12-01T10:11:03.1869770Z copying torch/masked/maskedtensor/unary.py -> build/lib.linux-x86_64-3.7/torch/masked/maskedtensor 2022-12-01T10:11:03.1871759Z creating build/lib.linux-x86_64-3.7/torch/nn/backends 2022-12-01T10:11:03.1872146Z copying torch/nn/backends/__init__.py -> build/lib.linux-x86_64-3.7/torch/nn/backends 2022-12-01T10:11:03.1873853Z copying torch/nn/backends/thnn.py -> build/lib.linux-x86_64-3.7/torch/nn/backends 2022-12-01T10:11:03.1875076Z creating build/lib.linux-x86_64-3.7/torch/nn/intrinsic 2022-12-01T10:11:03.1875510Z copying torch/nn/intrinsic/__init__.py -> build/lib.linux-x86_64-3.7/torch/nn/intrinsic 2022-12-01T10:11:03.1879047Z creating build/lib.linux-x86_64-3.7/torch/nn/modules 2022-12-01T10:11:03.1880486Z copying torch/nn/modules/__init__.py -> build/lib.linux-x86_64-3.7/torch/nn/modules 2022-12-01T10:11:03.1881296Z copying torch/nn/modules/_functions.py -> build/lib.linux-x86_64-3.7/torch/nn/modules 2022-12-01T10:11:03.1882693Z copying torch/nn/modules/activation.py -> build/lib.linux-x86_64-3.7/torch/nn/modules 2022-12-01T10:11:03.1884079Z copying torch/nn/modules/adaptive.py -> build/lib.linux-x86_64-3.7/torch/nn/modules 2022-12-01T10:11:03.1885190Z copying torch/nn/modules/batchnorm.py -> build/lib.linux-x86_64-3.7/torch/nn/modules 2022-12-01T10:11:03.1886507Z copying torch/nn/modules/channelshuffle.py -> build/lib.linux-x86_64-3.7/torch/nn/modules 2022-12-01T10:11:03.1887542Z copying torch/nn/modules/container.py -> build/lib.linux-x86_64-3.7/torch/nn/modules 2022-12-01T10:11:03.1889297Z copying torch/nn/modules/conv.py -> build/lib.linux-x86_64-3.7/torch/nn/modules 2022-12-01T10:11:03.1890752Z copying torch/nn/modules/distance.py -> build/lib.linux-x86_64-3.7/torch/nn/modules 2022-12-01T10:11:03.1891644Z copying torch/nn/modules/dropout.py -> build/lib.linux-x86_64-3.7/torch/nn/modules 2022-12-01T10:11:03.1892580Z copying torch/nn/modules/flatten.py -> build/lib.linux-x86_64-3.7/torch/nn/modules 2022-12-01T10:11:03.1893914Z copying torch/nn/modules/fold.py -> build/lib.linux-x86_64-3.7/torch/nn/modules 2022-12-01T10:11:03.1894854Z copying torch/nn/modules/instancenorm.py -> build/lib.linux-x86_64-3.7/torch/nn/modules 2022-12-01T10:11:03.1896128Z copying torch/nn/modules/lazy.py -> build/lib.linux-x86_64-3.7/torch/nn/modules 2022-12-01T10:11:03.1897316Z copying torch/nn/modules/linear.py -> build/lib.linux-x86_64-3.7/torch/nn/modules 2022-12-01T10:11:03.1898882Z copying torch/nn/modules/loss.py -> build/lib.linux-x86_64-3.7/torch/nn/modules 2022-12-01T10:11:03.1900867Z copying torch/nn/modules/module.py -> build/lib.linux-x86_64-3.7/torch/nn/modules 2022-12-01T10:11:03.1902854Z copying torch/nn/modules/normalization.py -> build/lib.linux-x86_64-3.7/torch/nn/modules 2022-12-01T10:11:03.1904416Z copying torch/nn/modules/padding.py -> build/lib.linux-x86_64-3.7/torch/nn/modules 2022-12-01T10:11:03.1905901Z copying torch/nn/modules/pixelshuffle.py -> build/lib.linux-x86_64-3.7/torch/nn/modules 2022-12-01T10:11:03.1907016Z copying torch/nn/modules/pooling.py -> build/lib.linux-x86_64-3.7/torch/nn/modules 2022-12-01T10:11:03.1909010Z copying torch/nn/modules/rnn.py -> build/lib.linux-x86_64-3.7/torch/nn/modules 2022-12-01T10:11:03.1910408Z copying torch/nn/modules/sparse.py -> build/lib.linux-x86_64-3.7/torch/nn/modules 2022-12-01T10:11:03.1911696Z copying torch/nn/modules/transformer.py -> build/lib.linux-x86_64-3.7/torch/nn/modules 2022-12-01T10:11:03.1913036Z copying torch/nn/modules/upsampling.py -> build/lib.linux-x86_64-3.7/torch/nn/modules 2022-12-01T10:11:03.1914033Z copying torch/nn/modules/utils.py -> build/lib.linux-x86_64-3.7/torch/nn/modules 2022-12-01T10:11:03.1917299Z creating build/lib.linux-x86_64-3.7/torch/nn/parallel 2022-12-01T10:11:03.1917722Z copying torch/nn/parallel/__init__.py -> build/lib.linux-x86_64-3.7/torch/nn/parallel 2022-12-01T10:11:03.1918738Z copying torch/nn/parallel/_functions.py -> build/lib.linux-x86_64-3.7/torch/nn/parallel 2022-12-01T10:11:03.1920136Z copying torch/nn/parallel/_replicated_tensor_ddp_interop.py -> build/lib.linux-x86_64-3.7/torch/nn/parallel 2022-12-01T10:11:03.1922442Z copying torch/nn/parallel/_replicated_tensor_ddp_utils.py -> build/lib.linux-x86_64-3.7/torch/nn/parallel 2022-12-01T10:11:03.1923379Z copying torch/nn/parallel/comm.py -> build/lib.linux-x86_64-3.7/torch/nn/parallel 2022-12-01T10:11:03.1924682Z copying torch/nn/parallel/data_parallel.py -> build/lib.linux-x86_64-3.7/torch/nn/parallel 2022-12-01T10:11:03.1926213Z copying torch/nn/parallel/distributed.py -> build/lib.linux-x86_64-3.7/torch/nn/parallel 2022-12-01T10:11:03.1928261Z copying torch/nn/parallel/parallel_apply.py -> build/lib.linux-x86_64-3.7/torch/nn/parallel 2022-12-01T10:11:03.1929301Z copying torch/nn/parallel/replicate.py -> build/lib.linux-x86_64-3.7/torch/nn/parallel 2022-12-01T10:11:03.1930507Z copying torch/nn/parallel/scatter_gather.py -> build/lib.linux-x86_64-3.7/torch/nn/parallel 2022-12-01T10:11:03.1932905Z creating build/lib.linux-x86_64-3.7/torch/nn/qat 2022-12-01T10:11:03.1933290Z copying torch/nn/qat/__init__.py -> build/lib.linux-x86_64-3.7/torch/nn/qat 2022-12-01T10:11:03.1935199Z creating build/lib.linux-x86_64-3.7/torch/nn/quantizable 2022-12-01T10:11:03.1935843Z copying torch/nn/quantizable/__init__.py -> build/lib.linux-x86_64-3.7/torch/nn/quantizable 2022-12-01T10:11:03.1937496Z creating build/lib.linux-x86_64-3.7/torch/nn/quantized 2022-12-01T10:11:03.1938036Z copying torch/nn/quantized/__init__.py -> build/lib.linux-x86_64-3.7/torch/nn/quantized 2022-12-01T10:11:03.1939046Z copying torch/nn/quantized/functional.py -> build/lib.linux-x86_64-3.7/torch/nn/quantized 2022-12-01T10:11:03.1942069Z creating build/lib.linux-x86_64-3.7/torch/nn/utils 2022-12-01T10:11:03.1942475Z copying torch/nn/utils/__init__.py -> build/lib.linux-x86_64-3.7/torch/nn/utils 2022-12-01T10:11:03.1943542Z copying torch/nn/utils/_deprecation_utils.py -> build/lib.linux-x86_64-3.7/torch/nn/utils 2022-12-01T10:11:03.1944448Z copying torch/nn/utils/_per_sample_grad.py -> build/lib.linux-x86_64-3.7/torch/nn/utils 2022-12-01T10:11:03.1945475Z copying torch/nn/utils/_stateless.py -> build/lib.linux-x86_64-3.7/torch/nn/utils 2022-12-01T10:11:03.1946558Z copying torch/nn/utils/clip_grad.py -> build/lib.linux-x86_64-3.7/torch/nn/utils 2022-12-01T10:11:03.1947511Z copying torch/nn/utils/convert_parameters.py -> build/lib.linux-x86_64-3.7/torch/nn/utils 2022-12-01T10:11:03.1948545Z copying torch/nn/utils/fusion.py -> build/lib.linux-x86_64-3.7/torch/nn/utils 2022-12-01T10:11:03.1949508Z copying torch/nn/utils/init.py -> build/lib.linux-x86_64-3.7/torch/nn/utils 2022-12-01T10:11:03.1950637Z copying torch/nn/utils/memory_format.py -> build/lib.linux-x86_64-3.7/torch/nn/utils 2022-12-01T10:11:03.1951644Z copying torch/nn/utils/parametrizations.py -> build/lib.linux-x86_64-3.7/torch/nn/utils 2022-12-01T10:11:03.1952714Z copying torch/nn/utils/parametrize.py -> build/lib.linux-x86_64-3.7/torch/nn/utils 2022-12-01T10:11:03.1954102Z copying torch/nn/utils/prune.py -> build/lib.linux-x86_64-3.7/torch/nn/utils 2022-12-01T10:11:03.1955528Z copying torch/nn/utils/rnn.py -> build/lib.linux-x86_64-3.7/torch/nn/utils 2022-12-01T10:11:03.1956178Z copying torch/nn/utils/spectral_norm.py -> build/lib.linux-x86_64-3.7/torch/nn/utils 2022-12-01T10:11:03.1957322Z copying torch/nn/utils/stateless.py -> build/lib.linux-x86_64-3.7/torch/nn/utils 2022-12-01T10:11:03.1958245Z copying torch/nn/utils/weight_norm.py -> build/lib.linux-x86_64-3.7/torch/nn/utils 2022-12-01T10:11:03.1960990Z creating build/lib.linux-x86_64-3.7/torch/nn/intrinsic/modules 2022-12-01T10:11:03.1961258Z copying torch/nn/intrinsic/modules/__init__.py -> build/lib.linux-x86_64-3.7/torch/nn/intrinsic/modules 2022-12-01T10:11:03.1962127Z copying torch/nn/intrinsic/modules/fused.py -> build/lib.linux-x86_64-3.7/torch/nn/intrinsic/modules 2022-12-01T10:11:03.1964002Z creating build/lib.linux-x86_64-3.7/torch/nn/intrinsic/qat 2022-12-01T10:11:03.1964566Z copying torch/nn/intrinsic/qat/__init__.py -> build/lib.linux-x86_64-3.7/torch/nn/intrinsic/qat 2022-12-01T10:11:03.1966404Z creating build/lib.linux-x86_64-3.7/torch/nn/intrinsic/quantized 2022-12-01T10:11:03.1966814Z copying torch/nn/intrinsic/quantized/__init__.py -> build/lib.linux-x86_64-3.7/torch/nn/intrinsic/quantized 2022-12-01T10:11:03.1968690Z creating build/lib.linux-x86_64-3.7/torch/nn/intrinsic/qat/modules 2022-12-01T10:11:03.1969016Z copying torch/nn/intrinsic/qat/modules/__init__.py -> build/lib.linux-x86_64-3.7/torch/nn/intrinsic/qat/modules 2022-12-01T10:11:03.1970400Z copying torch/nn/intrinsic/qat/modules/conv_fused.py -> build/lib.linux-x86_64-3.7/torch/nn/intrinsic/qat/modules 2022-12-01T10:11:03.1971834Z copying torch/nn/intrinsic/qat/modules/linear_fused.py -> build/lib.linux-x86_64-3.7/torch/nn/intrinsic/qat/modules 2022-12-01T10:11:03.1972427Z copying torch/nn/intrinsic/qat/modules/linear_relu.py -> build/lib.linux-x86_64-3.7/torch/nn/intrinsic/qat/modules 2022-12-01T10:11:03.1974157Z creating build/lib.linux-x86_64-3.7/torch/nn/intrinsic/quantized/dynamic 2022-12-01T10:11:03.1974676Z copying torch/nn/intrinsic/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-3.7/torch/nn/intrinsic/quantized/dynamic 2022-12-01T10:11:03.1976956Z creating build/lib.linux-x86_64-3.7/torch/nn/intrinsic/quantized/modules 2022-12-01T10:11:03.1977483Z copying torch/nn/intrinsic/quantized/modules/__init__.py -> build/lib.linux-x86_64-3.7/torch/nn/intrinsic/quantized/modules 2022-12-01T10:11:03.1978509Z copying torch/nn/intrinsic/quantized/modules/bn_relu.py -> build/lib.linux-x86_64-3.7/torch/nn/intrinsic/quantized/modules 2022-12-01T10:11:03.1979735Z copying torch/nn/intrinsic/quantized/modules/conv_relu.py -> build/lib.linux-x86_64-3.7/torch/nn/intrinsic/quantized/modules 2022-12-01T10:11:03.1980608Z copying torch/nn/intrinsic/quantized/modules/linear_relu.py -> build/lib.linux-x86_64-3.7/torch/nn/intrinsic/quantized/modules 2022-12-01T10:11:03.1982675Z creating build/lib.linux-x86_64-3.7/torch/nn/intrinsic/quantized/dynamic/modules 2022-12-01T10:11:03.1983133Z copying torch/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-3.7/torch/nn/intrinsic/quantized/dynamic/modules 2022-12-01T10:11:03.1984486Z copying torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/lib.linux-x86_64-3.7/torch/nn/intrinsic/quantized/dynamic/modules 2022-12-01T10:11:03.1986172Z creating build/lib.linux-x86_64-3.7/torch/nn/qat/dynamic 2022-12-01T10:11:03.1986472Z copying torch/nn/qat/dynamic/__init__.py -> build/lib.linux-x86_64-3.7/torch/nn/qat/dynamic 2022-12-01T10:11:03.1988503Z creating build/lib.linux-x86_64-3.7/torch/nn/qat/modules 2022-12-01T10:11:03.1988813Z copying torch/nn/qat/modules/__init__.py -> build/lib.linux-x86_64-3.7/torch/nn/qat/modules 2022-12-01T10:11:03.1990332Z copying torch/nn/qat/modules/conv.py -> build/lib.linux-x86_64-3.7/torch/nn/qat/modules 2022-12-01T10:11:03.1990885Z copying torch/nn/qat/modules/embedding_ops.py -> build/lib.linux-x86_64-3.7/torch/nn/qat/modules 2022-12-01T10:11:03.1992235Z copying torch/nn/qat/modules/linear.py -> build/lib.linux-x86_64-3.7/torch/nn/qat/modules 2022-12-01T10:11:03.1994012Z creating build/lib.linux-x86_64-3.7/torch/nn/qat/dynamic/modules 2022-12-01T10:11:03.1994402Z copying torch/nn/qat/dynamic/modules/__init__.py -> build/lib.linux-x86_64-3.7/torch/nn/qat/dynamic/modules 2022-12-01T10:11:03.1995272Z copying torch/nn/qat/dynamic/modules/linear.py -> build/lib.linux-x86_64-3.7/torch/nn/qat/dynamic/modules 2022-12-01T10:11:03.1997225Z creating build/lib.linux-x86_64-3.7/torch/nn/quantizable/modules 2022-12-01T10:11:03.1997589Z copying torch/nn/quantizable/modules/__init__.py -> build/lib.linux-x86_64-3.7/torch/nn/quantizable/modules 2022-12-01T10:11:03.1998633Z copying torch/nn/quantizable/modules/activation.py -> build/lib.linux-x86_64-3.7/torch/nn/quantizable/modules 2022-12-01T10:11:03.1999474Z copying torch/nn/quantizable/modules/rnn.py -> build/lib.linux-x86_64-3.7/torch/nn/quantizable/modules 2022-12-01T10:11:03.2001566Z creating build/lib.linux-x86_64-3.7/torch/nn/quantized/_reference 2022-12-01T10:11:03.2001909Z copying torch/nn/quantized/_reference/__init__.py -> build/lib.linux-x86_64-3.7/torch/nn/quantized/_reference 2022-12-01T10:11:03.2003890Z creating build/lib.linux-x86_64-3.7/torch/nn/quantized/dynamic 2022-12-01T10:11:03.2004234Z copying torch/nn/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-3.7/torch/nn/quantized/dynamic 2022-12-01T10:11:03.2007077Z creating build/lib.linux-x86_64-3.7/torch/nn/quantized/modules 2022-12-01T10:11:03.2007873Z copying torch/nn/quantized/modules/__init__.py -> build/lib.linux-x86_64-3.7/torch/nn/quantized/modules 2022-12-01T10:11:03.2009218Z copying torch/nn/quantized/modules/activation.py -> build/lib.linux-x86_64-3.7/torch/nn/quantized/modules 2022-12-01T10:11:03.2010407Z copying torch/nn/quantized/modules/batchnorm.py -> build/lib.linux-x86_64-3.7/torch/nn/quantized/modules 2022-12-01T10:11:03.2011645Z copying torch/nn/quantized/modules/conv.py -> build/lib.linux-x86_64-3.7/torch/nn/quantized/modules 2022-12-01T10:11:03.2012925Z copying torch/nn/quantized/modules/dropout.py -> build/lib.linux-x86_64-3.7/torch/nn/quantized/modules 2022-12-01T10:11:03.2014195Z copying torch/nn/quantized/modules/embedding_ops.py -> build/lib.linux-x86_64-3.7/torch/nn/quantized/modules 2022-12-01T10:11:03.2015434Z copying torch/nn/quantized/modules/functional_modules.py -> build/lib.linux-x86_64-3.7/torch/nn/quantized/modules 2022-12-01T10:11:03.2016619Z copying torch/nn/quantized/modules/linear.py -> build/lib.linux-x86_64-3.7/torch/nn/quantized/modules 2022-12-01T10:11:03.2018058Z copying torch/nn/quantized/modules/normalization.py -> build/lib.linux-x86_64-3.7/torch/nn/quantized/modules 2022-12-01T10:11:03.2019117Z copying torch/nn/quantized/modules/rnn.py -> build/lib.linux-x86_64-3.7/torch/nn/quantized/modules 2022-12-01T10:11:03.2020671Z copying torch/nn/quantized/modules/utils.py -> build/lib.linux-x86_64-3.7/torch/nn/quantized/modules 2022-12-01T10:11:03.2025275Z creating build/lib.linux-x86_64-3.7/torch/nn/quantized/_reference/modules 2022-12-01T10:11:03.2025824Z copying torch/nn/quantized/_reference/modules/__init__.py -> build/lib.linux-x86_64-3.7/torch/nn/quantized/_reference/modules 2022-12-01T10:11:03.2026318Z copying torch/nn/quantized/_reference/modules/conv.py -> build/lib.linux-x86_64-3.7/torch/nn/quantized/_reference/modules 2022-12-01T10:11:03.2026846Z copying torch/nn/quantized/_reference/modules/linear.py -> build/lib.linux-x86_64-3.7/torch/nn/quantized/_reference/modules 2022-12-01T10:11:03.2027688Z copying torch/nn/quantized/_reference/modules/rnn.py -> build/lib.linux-x86_64-3.7/torch/nn/quantized/_reference/modules 2022-12-01T10:11:03.2028941Z copying torch/nn/quantized/_reference/modules/sparse.py -> build/lib.linux-x86_64-3.7/torch/nn/quantized/_reference/modules 2022-12-01T10:11:03.2030977Z copying torch/nn/quantized/_reference/modules/utils.py -> build/lib.linux-x86_64-3.7/torch/nn/quantized/_reference/modules 2022-12-01T10:11:03.2032755Z creating build/lib.linux-x86_64-3.7/torch/nn/quantized/dynamic/modules 2022-12-01T10:11:03.2033478Z copying torch/nn/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-3.7/torch/nn/quantized/dynamic/modules 2022-12-01T10:11:03.2034812Z copying torch/nn/quantized/dynamic/modules/conv.py -> build/lib.linux-x86_64-3.7/torch/nn/quantized/dynamic/modules 2022-12-01T10:11:03.2036518Z copying torch/nn/quantized/dynamic/modules/linear.py -> build/lib.linux-x86_64-3.7/torch/nn/quantized/dynamic/modules 2022-12-01T10:11:03.2037787Z copying torch/nn/quantized/dynamic/modules/rnn.py -> build/lib.linux-x86_64-3.7/torch/nn/quantized/dynamic/modules 2022-12-01T10:11:03.2041207Z creating build/lib.linux-x86_64-3.7/torch/nn/utils/_expanded_weights 2022-12-01T10:11:03.2041703Z copying torch/nn/utils/_expanded_weights/__init__.py -> build/lib.linux-x86_64-3.7/torch/nn/utils/_expanded_weights 2022-12-01T10:11:03.2042931Z copying torch/nn/utils/_expanded_weights/conv_expanded_weights.py -> build/lib.linux-x86_64-3.7/torch/nn/utils/_expanded_weights 2022-12-01T10:11:03.2044182Z copying torch/nn/utils/_expanded_weights/conv_utils.py -> build/lib.linux-x86_64-3.7/torch/nn/utils/_expanded_weights 2022-12-01T10:11:03.2045703Z copying torch/nn/utils/_expanded_weights/embedding_expanded_weights.py -> build/lib.linux-x86_64-3.7/torch/nn/utils/_expanded_weights 2022-12-01T10:11:03.2046781Z copying torch/nn/utils/_expanded_weights/expanded_weights_impl.py -> build/lib.linux-x86_64-3.7/torch/nn/utils/_expanded_weights 2022-12-01T10:11:03.2047846Z copying torch/nn/utils/_expanded_weights/expanded_weights_utils.py -> build/lib.linux-x86_64-3.7/torch/nn/utils/_expanded_weights 2022-12-01T10:11:03.2049390Z copying torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py -> build/lib.linux-x86_64-3.7/torch/nn/utils/_expanded_weights 2022-12-01T10:11:03.2050240Z copying torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py -> build/lib.linux-x86_64-3.7/torch/nn/utils/_expanded_weights 2022-12-01T10:11:03.2051884Z copying torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py -> build/lib.linux-x86_64-3.7/torch/nn/utils/_expanded_weights 2022-12-01T10:11:03.2052680Z copying torch/nn/utils/_expanded_weights/linear_expanded_weights.py -> build/lib.linux-x86_64-3.7/torch/nn/utils/_expanded_weights 2022-12-01T10:11:03.2054986Z creating build/lib.linux-x86_64-3.7/torch/onnx/_internal 2022-12-01T10:11:03.2055635Z copying torch/onnx/_internal/__init__.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal 2022-12-01T10:11:03.2056564Z copying torch/onnx/_internal/_beartype.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal 2022-12-01T10:11:03.2058137Z copying torch/onnx/_internal/jit_utils.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal 2022-12-01T10:11:03.2059309Z copying torch/onnx/_internal/registration.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal 2022-12-01T10:11:03.2061964Z creating build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics 2022-12-01T10:11:03.2062473Z copying torch/onnx/_internal/diagnostics/__init__.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics 2022-12-01T10:11:03.2063583Z copying torch/onnx/_internal/diagnostics/_diagnostic.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics 2022-12-01T10:11:03.2064851Z copying torch/onnx/_internal/diagnostics/_rules.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics 2022-12-01T10:11:03.2067744Z creating build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra 2022-12-01T10:11:03.2068277Z copying torch/onnx/_internal/diagnostics/infra/__init__.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra 2022-12-01T10:11:03.2069288Z copying torch/onnx/_internal/diagnostics/infra/_infra.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra 2022-12-01T10:11:03.2070649Z copying torch/onnx/_internal/diagnostics/infra/engine.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra 2022-12-01T10:11:03.2071868Z copying torch/onnx/_internal/diagnostics/infra/formatter.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra 2022-12-01T10:11:03.2079366Z creating build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2079867Z copying torch/onnx/_internal/diagnostics/infra/sarif/__init__.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2082085Z copying torch/onnx/_internal/diagnostics/infra/sarif/_address.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2082579Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2083473Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2084508Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2085447Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2086245Z copying torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2087046Z copying torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2088206Z copying torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2089475Z copying torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2090366Z copying torch/onnx/_internal/diagnostics/infra/sarif/_edge.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2092043Z copying torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2092904Z copying torch/onnx/_internal/diagnostics/infra/sarif/_exception.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2093914Z copying torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2095430Z copying torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2096474Z copying torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2097762Z copying torch/onnx/_internal/diagnostics/infra/sarif/_fix.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2098984Z copying torch/onnx/_internal/diagnostics/infra/sarif/_graph.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2100224Z copying torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2101210Z copying torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2102570Z copying torch/onnx/_internal/diagnostics/infra/sarif/_location.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2103814Z copying torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2104905Z copying torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2106196Z copying torch/onnx/_internal/diagnostics/infra/sarif/_message.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2107440Z copying torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2108404Z copying torch/onnx/_internal/diagnostics/infra/sarif/_node.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2109932Z copying torch/onnx/_internal/diagnostics/infra/sarif/_notification.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2111161Z copying torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2112266Z copying torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2113650Z copying torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2114603Z copying torch/onnx/_internal/diagnostics/infra/sarif/_region.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2115593Z copying torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2116552Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2118450Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2119486Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2120845Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2122373Z copying torch/onnx/_internal/diagnostics/infra/sarif/_result.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2123482Z copying torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2124452Z copying torch/onnx/_internal/diagnostics/infra/sarif/_run.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2125668Z copying torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2126931Z copying torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2128321Z copying torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2129181Z copying torch/onnx/_internal/diagnostics/infra/sarif/_stack.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2130250Z copying torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2132175Z copying torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2132695Z copying torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2133594Z copying torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2134444Z copying torch/onnx/_internal/diagnostics/infra/sarif/_tool.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2135475Z copying torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2137369Z copying torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2137961Z copying torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2138710Z copying torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2139454Z copying torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2141672Z copying torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2142090Z copying torch/onnx/_internal/diagnostics/infra/sarif/version.py -> build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:03.2143220Z creating build/lib.linux-x86_64-3.7/torch/optim/_multi_tensor 2022-12-01T10:11:03.2143583Z copying torch/optim/_multi_tensor/__init__.py -> build/lib.linux-x86_64-3.7/torch/optim/_multi_tensor 2022-12-01T10:11:03.2146027Z creating build/lib.linux-x86_64-3.7/torch/package/analyze 2022-12-01T10:11:03.2146479Z copying torch/package/analyze/__init__.py -> build/lib.linux-x86_64-3.7/torch/package/analyze 2022-12-01T10:11:03.2147915Z copying torch/package/analyze/find_first_use_of_broken_modules.py -> build/lib.linux-x86_64-3.7/torch/package/analyze 2022-12-01T10:11:03.2148676Z copying torch/package/analyze/is_from_package.py -> build/lib.linux-x86_64-3.7/torch/package/analyze 2022-12-01T10:11:03.2149864Z copying torch/package/analyze/trace_dependencies.py -> build/lib.linux-x86_64-3.7/torch/package/analyze 2022-12-01T10:11:03.2152718Z creating build/lib.linux-x86_64-3.7/torch/quantization/fx 2022-12-01T10:11:03.2153053Z copying torch/quantization/fx/__init__.py -> build/lib.linux-x86_64-3.7/torch/quantization/fx 2022-12-01T10:11:03.2154496Z copying torch/quantization/fx/_equalize.py -> build/lib.linux-x86_64-3.7/torch/quantization/fx 2022-12-01T10:11:03.2155379Z copying torch/quantization/fx/convert.py -> build/lib.linux-x86_64-3.7/torch/quantization/fx 2022-12-01T10:11:03.2156378Z copying torch/quantization/fx/fuse.py -> build/lib.linux-x86_64-3.7/torch/quantization/fx 2022-12-01T10:11:03.2157075Z copying torch/quantization/fx/fusion_patterns.py -> build/lib.linux-x86_64-3.7/torch/quantization/fx 2022-12-01T10:11:03.2158845Z copying torch/quantization/fx/graph_module.py -> build/lib.linux-x86_64-3.7/torch/quantization/fx 2022-12-01T10:11:03.2159425Z copying torch/quantization/fx/match_utils.py -> build/lib.linux-x86_64-3.7/torch/quantization/fx 2022-12-01T10:11:03.2160245Z copying torch/quantization/fx/pattern_utils.py -> build/lib.linux-x86_64-3.7/torch/quantization/fx 2022-12-01T10:11:03.2161398Z copying torch/quantization/fx/prepare.py -> build/lib.linux-x86_64-3.7/torch/quantization/fx 2022-12-01T10:11:03.2162417Z copying torch/quantization/fx/quantization_patterns.py -> build/lib.linux-x86_64-3.7/torch/quantization/fx 2022-12-01T10:11:03.2163762Z copying torch/quantization/fx/quantization_types.py -> build/lib.linux-x86_64-3.7/torch/quantization/fx 2022-12-01T10:11:03.2164557Z copying torch/quantization/fx/utils.py -> build/lib.linux-x86_64-3.7/torch/quantization/fx 2022-12-01T10:11:03.2168443Z creating build/lib.linux-x86_64-3.7/torch/testing/_internal 2022-12-01T10:11:03.2168887Z copying torch/testing/_internal/__init__.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal 2022-12-01T10:11:03.2170143Z copying torch/testing/_internal/autocast_test_lists.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal 2022-12-01T10:11:03.2171416Z copying torch/testing/_internal/check_kernel_launches.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal 2022-12-01T10:11:03.2172238Z copying torch/testing/_internal/common_cuda.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal 2022-12-01T10:11:03.2173721Z copying torch/testing/_internal/common_device_type.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal 2022-12-01T10:11:03.2175207Z copying torch/testing/_internal/common_distributed.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal 2022-12-01T10:11:03.2176433Z copying torch/testing/_internal/common_dtype.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal 2022-12-01T10:11:03.2178515Z copying torch/testing/_internal/common_fsdp.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal 2022-12-01T10:11:03.2178975Z copying torch/testing/_internal/common_jit.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal 2022-12-01T10:11:03.2179968Z copying torch/testing/_internal/common_methods_invocations.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal 2022-12-01T10:11:03.2186590Z copying torch/testing/_internal/common_modules.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal 2022-12-01T10:11:03.2188128Z copying torch/testing/_internal/common_nn.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal 2022-12-01T10:11:03.2190770Z copying torch/testing/_internal/common_quantization.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal 2022-12-01T10:11:03.2192868Z copying torch/testing/_internal/common_quantized.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal 2022-12-01T10:11:03.2193981Z copying torch/testing/_internal/common_subclass.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal 2022-12-01T10:11:03.2194658Z copying torch/testing/_internal/common_utils.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal 2022-12-01T10:11:03.2197014Z copying torch/testing/_internal/composite_compliance.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal 2022-12-01T10:11:03.2197916Z copying torch/testing/_internal/dist_utils.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal 2022-12-01T10:11:03.2199823Z copying torch/testing/_internal/hypothesis_utils.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal 2022-12-01T10:11:03.2200184Z copying torch/testing/_internal/jit_metaprogramming_utils.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal 2022-12-01T10:11:03.2201576Z copying torch/testing/_internal/jit_utils.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal 2022-12-01T10:11:03.2202753Z copying torch/testing/_internal/logging_tensor.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal 2022-12-01T10:11:03.2203726Z copying torch/testing/_internal/quantization_torch_package_models.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal 2022-12-01T10:11:03.2205075Z copying torch/testing/_internal/schema_check_mode.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal 2022-12-01T10:11:03.2207071Z creating build/lib.linux-x86_64-3.7/torch/testing/_internal/codegen 2022-12-01T10:11:03.2207468Z copying torch/testing/_internal/codegen/__init__.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/codegen 2022-12-01T10:11:03.2208703Z copying torch/testing/_internal/codegen/random_topo_test.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/codegen 2022-12-01T10:11:03.2210361Z creating build/lib.linux-x86_64-3.7/torch/testing/_internal/data 2022-12-01T10:11:03.2211014Z copying torch/testing/_internal/data/__init__.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/data 2022-12-01T10:11:03.2212204Z copying torch/testing/_internal/data/network1.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/data 2022-12-01T10:11:03.2212753Z copying torch/testing/_internal/data/network2.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/data 2022-12-01T10:11:03.2215547Z creating build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed 2022-12-01T10:11:03.2215905Z copying torch/testing/_internal/distributed/__init__.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed 2022-12-01T10:11:03.2217107Z copying torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed 2022-12-01T10:11:03.2218284Z copying torch/testing/_internal/distributed/distributed_test.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed 2022-12-01T10:11:03.2221731Z copying torch/testing/_internal/distributed/distributed_utils.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed 2022-12-01T10:11:03.2222679Z copying torch/testing/_internal/distributed/pipe_with_ddp_test.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed 2022-12-01T10:11:03.2223456Z copying torch/testing/_internal/distributed/rpc_utils.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed 2022-12-01T10:11:03.2225112Z creating build/lib.linux-x86_64-3.7/torch/testing/_internal/generated 2022-12-01T10:11:03.2225654Z copying torch/testing/_internal/generated/__init__.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/generated 2022-12-01T10:11:03.2226657Z copying torch/testing/_internal/generated/annotated_fn_args.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/generated 2022-12-01T10:11:03.2231906Z creating build/lib.linux-x86_64-3.7/torch/testing/_internal/opinfo 2022-12-01T10:11:03.2232238Z copying torch/testing/_internal/opinfo/__init__.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/opinfo 2022-12-01T10:11:03.2233157Z copying torch/testing/_internal/opinfo/core.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/opinfo 2022-12-01T10:11:03.2235212Z copying torch/testing/_internal/opinfo/refs.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/opinfo 2022-12-01T10:11:03.2236435Z copying torch/testing/_internal/opinfo/utils.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/opinfo 2022-12-01T10:11:03.2238118Z creating build/lib.linux-x86_64-3.7/torch/testing/_internal/test_module 2022-12-01T10:11:03.2238831Z copying torch/testing/_internal/test_module/__init__.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/test_module 2022-12-01T10:11:03.2239848Z copying torch/testing/_internal/test_module/future_div.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/test_module 2022-12-01T10:11:03.2241095Z copying torch/testing/_internal/test_module/no_future_div.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/test_module 2022-12-01T10:11:03.2242904Z creating build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/_shard 2022-12-01T10:11:03.2243378Z copying torch/testing/_internal/distributed/_shard/__init__.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/_shard 2022-12-01T10:11:03.2245092Z copying torch/testing/_internal/distributed/_shard/test_common.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/_shard 2022-12-01T10:11:03.2246743Z creating build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/nn 2022-12-01T10:11:03.2247131Z copying torch/testing/_internal/distributed/nn/__init__.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/nn 2022-12-01T10:11:03.2249024Z creating build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/pipeline 2022-12-01T10:11:03.2249579Z copying torch/testing/_internal/distributed/pipeline/__init__.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/pipeline 2022-12-01T10:11:03.2251876Z creating build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc 2022-12-01T10:11:03.2252426Z copying torch/testing/_internal/distributed/rpc/__init__.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc 2022-12-01T10:11:03.2253467Z copying torch/testing/_internal/distributed/rpc/dist_autograd_test.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc 2022-12-01T10:11:03.2255356Z copying torch/testing/_internal/distributed/rpc/dist_optimizer_test.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc 2022-12-01T10:11:03.2256229Z copying torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc 2022-12-01T10:11:03.2257235Z copying torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc 2022-12-01T10:11:03.2258013Z copying torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc 2022-12-01T10:11:03.2258907Z copying torch/testing/_internal/distributed/rpc/rpc_test.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc 2022-12-01T10:11:03.2261519Z copying torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc 2022-12-01T10:11:03.2263888Z creating build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-12-01T10:11:03.2264528Z copying torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-12-01T10:11:03.2265519Z copying torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-12-01T10:11:03.2266364Z copying torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-12-01T10:11:03.2268145Z creating build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/nn/api 2022-12-01T10:11:03.2268684Z copying torch/testing/_internal/distributed/nn/api/__init__.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/nn/api 2022-12-01T10:11:03.2269430Z copying torch/testing/_internal/distributed/nn/api/remote_module_test.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/nn/api 2022-12-01T10:11:03.2271430Z creating build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc/examples 2022-12-01T10:11:03.2271821Z copying torch/testing/_internal/distributed/rpc/examples/__init__.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc/examples 2022-12-01T10:11:03.2272821Z copying torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc/examples 2022-12-01T10:11:03.2274480Z copying torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc/examples 2022-12-01T10:11:03.2276074Z creating build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc/jit 2022-12-01T10:11:03.2276965Z copying torch/testing/_internal/distributed/rpc/jit/__init__.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc/jit 2022-12-01T10:11:03.2277831Z copying torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc/jit 2022-12-01T10:11:03.2279540Z copying torch/testing/_internal/distributed/rpc/jit/rpc_test.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc/jit 2022-12-01T10:11:03.2280695Z copying torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc/jit 2022-12-01T10:11:03.2283322Z creating build/lib.linux-x86_64-3.7/torch/testing/_internal/opinfo/definitions 2022-12-01T10:11:03.2283903Z copying torch/testing/_internal/opinfo/definitions/__init__.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/opinfo/definitions 2022-12-01T10:11:03.2284994Z copying torch/testing/_internal/opinfo/definitions/_masked.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/opinfo/definitions 2022-12-01T10:11:03.2286497Z copying torch/testing/_internal/opinfo/definitions/fft.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/opinfo/definitions 2022-12-01T10:11:03.2287686Z copying torch/testing/_internal/opinfo/definitions/linalg.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/opinfo/definitions 2022-12-01T10:11:03.2289497Z copying torch/testing/_internal/opinfo/definitions/special.py -> build/lib.linux-x86_64-3.7/torch/testing/_internal/opinfo/definitions 2022-12-01T10:11:03.2291331Z creating build/lib.linux-x86_64-3.7/torch/utils/backcompat 2022-12-01T10:11:03.2291781Z copying torch/utils/backcompat/__init__.py -> build/lib.linux-x86_64-3.7/torch/utils/backcompat 2022-12-01T10:11:03.2294240Z creating build/lib.linux-x86_64-3.7/torch/utils/benchmark 2022-12-01T10:11:03.2295910Z copying torch/utils/benchmark/__init__.py -> build/lib.linux-x86_64-3.7/torch/utils/benchmark 2022-12-01T10:11:03.2296356Z creating build/lib.linux-x86_64-3.7/torch/utils/bottleneck 2022-12-01T10:11:03.2296823Z copying torch/utils/bottleneck/__init__.py -> build/lib.linux-x86_64-3.7/torch/utils/bottleneck 2022-12-01T10:11:03.2298188Z copying torch/utils/bottleneck/__main__.py -> build/lib.linux-x86_64-3.7/torch/utils/bottleneck 2022-12-01T10:11:03.2300695Z creating build/lib.linux-x86_64-3.7/torch/utils/data 2022-12-01T10:11:03.2300966Z copying torch/utils/data/__init__.py -> build/lib.linux-x86_64-3.7/torch/utils/data 2022-12-01T10:11:03.2301923Z copying torch/utils/data/backward_compatibility.py -> build/lib.linux-x86_64-3.7/torch/utils/data 2022-12-01T10:11:03.2302714Z copying torch/utils/data/dataloader.py -> build/lib.linux-x86_64-3.7/torch/utils/data 2022-12-01T10:11:03.2304721Z copying torch/utils/data/dataloader_experimental.py -> build/lib.linux-x86_64-3.7/torch/utils/data 2022-12-01T10:11:03.2305654Z copying torch/utils/data/dataset.py -> build/lib.linux-x86_64-3.7/torch/utils/data 2022-12-01T10:11:03.2306843Z copying torch/utils/data/distributed.py -> build/lib.linux-x86_64-3.7/torch/utils/data 2022-12-01T10:11:03.2307638Z copying torch/utils/data/graph.py -> build/lib.linux-x86_64-3.7/torch/utils/data 2022-12-01T10:11:03.2308574Z copying torch/utils/data/graph_settings.py -> build/lib.linux-x86_64-3.7/torch/utils/data 2022-12-01T10:11:03.2309693Z copying torch/utils/data/sampler.py -> build/lib.linux-x86_64-3.7/torch/utils/data 2022-12-01T10:11:03.2312006Z creating build/lib.linux-x86_64-3.7/torch/utils/hipify 2022-12-01T10:11:03.2312502Z copying torch/utils/hipify/__init__.py -> build/lib.linux-x86_64-3.7/torch/utils/hipify 2022-12-01T10:11:03.2313701Z copying torch/utils/hipify/constants.py -> build/lib.linux-x86_64-3.7/torch/utils/hipify 2022-12-01T10:11:03.2314500Z copying torch/utils/hipify/cuda_to_hip_mappings.py -> build/lib.linux-x86_64-3.7/torch/utils/hipify 2022-12-01T10:11:03.2317820Z copying torch/utils/hipify/hipify_python.py -> build/lib.linux-x86_64-3.7/torch/utils/hipify 2022-12-01T10:11:03.2319105Z copying torch/utils/hipify/version.py -> build/lib.linux-x86_64-3.7/torch/utils/hipify 2022-12-01T10:11:03.2321179Z creating build/lib.linux-x86_64-3.7/torch/utils/jit 2022-12-01T10:11:03.2321582Z copying torch/utils/jit/__init__.py -> build/lib.linux-x86_64-3.7/torch/utils/jit 2022-12-01T10:11:03.2322615Z copying torch/utils/jit/log_extract.py -> build/lib.linux-x86_64-3.7/torch/utils/jit 2022-12-01T10:11:03.2324309Z creating build/lib.linux-x86_64-3.7/torch/utils/model_dump 2022-12-01T10:11:03.2324768Z copying torch/utils/model_dump/__init__.py -> build/lib.linux-x86_64-3.7/torch/utils/model_dump 2022-12-01T10:11:03.2326185Z copying torch/utils/model_dump/__main__.py -> build/lib.linux-x86_64-3.7/torch/utils/model_dump 2022-12-01T10:11:03.2328572Z creating build/lib.linux-x86_64-3.7/torch/utils/tensorboard 2022-12-01T10:11:03.2328851Z copying torch/utils/tensorboard/__init__.py -> build/lib.linux-x86_64-3.7/torch/utils/tensorboard 2022-12-01T10:11:03.2330195Z copying torch/utils/tensorboard/_caffe2_graph.py -> build/lib.linux-x86_64-3.7/torch/utils/tensorboard 2022-12-01T10:11:03.2331258Z copying torch/utils/tensorboard/_convert_np.py -> build/lib.linux-x86_64-3.7/torch/utils/tensorboard 2022-12-01T10:11:03.2331944Z copying torch/utils/tensorboard/_embedding.py -> build/lib.linux-x86_64-3.7/torch/utils/tensorboard 2022-12-01T10:11:03.2333612Z copying torch/utils/tensorboard/_onnx_graph.py -> build/lib.linux-x86_64-3.7/torch/utils/tensorboard 2022-12-01T10:11:03.2334414Z copying torch/utils/tensorboard/_proto_graph.py -> build/lib.linux-x86_64-3.7/torch/utils/tensorboard 2022-12-01T10:11:03.2335323Z copying torch/utils/tensorboard/_pytorch_graph.py -> build/lib.linux-x86_64-3.7/torch/utils/tensorboard 2022-12-01T10:11:03.2336969Z copying torch/utils/tensorboard/_utils.py -> build/lib.linux-x86_64-3.7/torch/utils/tensorboard 2022-12-01T10:11:03.2338019Z copying torch/utils/tensorboard/summary.py -> build/lib.linux-x86_64-3.7/torch/utils/tensorboard 2022-12-01T10:11:03.2340283Z copying torch/utils/tensorboard/writer.py -> build/lib.linux-x86_64-3.7/torch/utils/tensorboard 2022-12-01T10:11:03.2343498Z creating build/lib.linux-x86_64-3.7/torch/utils/benchmark/examples 2022-12-01T10:11:03.2343864Z copying torch/utils/benchmark/examples/__init__.py -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/examples 2022-12-01T10:11:03.2344777Z copying torch/utils/benchmark/examples/blas_compare.py -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/examples 2022-12-01T10:11:03.2345625Z copying torch/utils/benchmark/examples/blas_compare_setup.py -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/examples 2022-12-01T10:11:03.2347894Z copying torch/utils/benchmark/examples/compare.py -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/examples 2022-12-01T10:11:03.2348399Z copying torch/utils/benchmark/examples/end_to_end.py -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/examples 2022-12-01T10:11:03.2349252Z copying torch/utils/benchmark/examples/fuzzer.py -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/examples 2022-12-01T10:11:03.2350204Z copying torch/utils/benchmark/examples/op_benchmark.py -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/examples 2022-12-01T10:11:03.2351302Z copying torch/utils/benchmark/examples/simple_timeit.py -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/examples 2022-12-01T10:11:03.2352169Z copying torch/utils/benchmark/examples/spectral_ops_fuzz_test.py -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/examples 2022-12-01T10:11:03.2354481Z creating build/lib.linux-x86_64-3.7/torch/utils/benchmark/op_fuzzers 2022-12-01T10:11:03.2354906Z copying torch/utils/benchmark/op_fuzzers/__init__.py -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/op_fuzzers 2022-12-01T10:11:03.2356290Z copying torch/utils/benchmark/op_fuzzers/binary.py -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/op_fuzzers 2022-12-01T10:11:03.2357212Z copying torch/utils/benchmark/op_fuzzers/sparse_binary.py -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/op_fuzzers 2022-12-01T10:11:03.2358035Z copying torch/utils/benchmark/op_fuzzers/sparse_unary.py -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/op_fuzzers 2022-12-01T10:11:03.2359176Z copying torch/utils/benchmark/op_fuzzers/spectral.py -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/op_fuzzers 2022-12-01T10:11:03.2360214Z copying torch/utils/benchmark/op_fuzzers/unary.py -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/op_fuzzers 2022-12-01T10:11:03.2362821Z creating build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils 2022-12-01T10:11:03.2363163Z copying torch/utils/benchmark/utils/__init__.py -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils 2022-12-01T10:11:03.2364309Z copying torch/utils/benchmark/utils/_stubs.py -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils 2022-12-01T10:11:03.2366047Z copying torch/utils/benchmark/utils/common.py -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils 2022-12-01T10:11:03.2366562Z copying torch/utils/benchmark/utils/compare.py -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils 2022-12-01T10:11:03.2367666Z copying torch/utils/benchmark/utils/cpp_jit.py -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils 2022-12-01T10:11:03.2368531Z copying torch/utils/benchmark/utils/fuzzer.py -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils 2022-12-01T10:11:03.2369490Z copying torch/utils/benchmark/utils/sparse_fuzzer.py -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils 2022-12-01T10:11:03.2370395Z copying torch/utils/benchmark/utils/timer.py -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils 2022-12-01T10:11:03.2372870Z creating build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils/valgrind_wrapper 2022-12-01T10:11:03.2373412Z copying torch/utils/benchmark/utils/valgrind_wrapper/__init__.py -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils/valgrind_wrapper 2022-12-01T10:11:03.2374103Z copying torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils/valgrind_wrapper 2022-12-01T10:11:03.2376600Z creating build/lib.linux-x86_64-3.7/torch/utils/data/_utils 2022-12-01T10:11:03.2377068Z copying torch/utils/data/_utils/__init__.py -> build/lib.linux-x86_64-3.7/torch/utils/data/_utils 2022-12-01T10:11:03.2378446Z copying torch/utils/data/_utils/collate.py -> build/lib.linux-x86_64-3.7/torch/utils/data/_utils 2022-12-01T10:11:03.2379414Z copying torch/utils/data/_utils/fetch.py -> build/lib.linux-x86_64-3.7/torch/utils/data/_utils 2022-12-01T10:11:03.2380519Z copying torch/utils/data/_utils/pin_memory.py -> build/lib.linux-x86_64-3.7/torch/utils/data/_utils 2022-12-01T10:11:03.2381235Z copying torch/utils/data/_utils/serialization.py -> build/lib.linux-x86_64-3.7/torch/utils/data/_utils 2022-12-01T10:11:03.2382544Z copying torch/utils/data/_utils/signal_handling.py -> build/lib.linux-x86_64-3.7/torch/utils/data/_utils 2022-12-01T10:11:03.2383257Z copying torch/utils/data/_utils/worker.py -> build/lib.linux-x86_64-3.7/torch/utils/data/_utils 2022-12-01T10:11:03.2385890Z creating build/lib.linux-x86_64-3.7/torch/utils/data/communication 2022-12-01T10:11:03.2386412Z copying torch/utils/data/communication/__init__.py -> build/lib.linux-x86_64-3.7/torch/utils/data/communication 2022-12-01T10:11:03.2387556Z copying torch/utils/data/communication/eventloop.py -> build/lib.linux-x86_64-3.7/torch/utils/data/communication 2022-12-01T10:11:03.2388356Z copying torch/utils/data/communication/iter.py -> build/lib.linux-x86_64-3.7/torch/utils/data/communication 2022-12-01T10:11:03.2389352Z copying torch/utils/data/communication/map.py -> build/lib.linux-x86_64-3.7/torch/utils/data/communication 2022-12-01T10:11:03.2390694Z copying torch/utils/data/communication/messages.py -> build/lib.linux-x86_64-3.7/torch/utils/data/communication 2022-12-01T10:11:03.2391416Z copying torch/utils/data/communication/protocol.py -> build/lib.linux-x86_64-3.7/torch/utils/data/communication 2022-12-01T10:11:03.2392521Z copying torch/utils/data/communication/queue.py -> build/lib.linux-x86_64-3.7/torch/utils/data/communication 2022-12-01T10:11:03.2394659Z creating build/lib.linux-x86_64-3.7/torch/utils/data/datapipes 2022-12-01T10:11:03.2395135Z copying torch/utils/data/datapipes/__init__.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes 2022-12-01T10:11:03.2396301Z copying torch/utils/data/datapipes/_decorator.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes 2022-12-01T10:11:03.2397443Z copying torch/utils/data/datapipes/_hook_iterator.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes 2022-12-01T10:11:03.2398400Z copying torch/utils/data/datapipes/_typing.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes 2022-12-01T10:11:03.2399564Z copying torch/utils/data/datapipes/datapipe.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes 2022-12-01T10:11:03.2400655Z copying torch/utils/data/datapipes/gen_pyi.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes 2022-12-01T10:11:03.2403219Z creating build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/dataframe 2022-12-01T10:11:03.2403801Z copying torch/utils/data/datapipes/dataframe/__init__.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/dataframe 2022-12-01T10:11:03.2404758Z copying torch/utils/data/datapipes/dataframe/dataframe_wrapper.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/dataframe 2022-12-01T10:11:03.2405526Z copying torch/utils/data/datapipes/dataframe/dataframes.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/dataframe 2022-12-01T10:11:03.2407251Z copying torch/utils/data/datapipes/dataframe/datapipes.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/dataframe 2022-12-01T10:11:03.2407719Z copying torch/utils/data/datapipes/dataframe/structures.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/dataframe 2022-12-01T10:11:03.2410334Z creating build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/iter 2022-12-01T10:11:03.2410854Z copying torch/utils/data/datapipes/iter/__init__.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/iter 2022-12-01T10:11:03.2412083Z copying torch/utils/data/datapipes/iter/callable.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/iter 2022-12-01T10:11:03.2412973Z copying torch/utils/data/datapipes/iter/combinatorics.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/iter 2022-12-01T10:11:03.2414164Z copying torch/utils/data/datapipes/iter/combining.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/iter 2022-12-01T10:11:03.2415452Z copying torch/utils/data/datapipes/iter/filelister.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/iter 2022-12-01T10:11:03.2416398Z copying torch/utils/data/datapipes/iter/fileopener.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/iter 2022-12-01T10:11:03.2417216Z copying torch/utils/data/datapipes/iter/grouping.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/iter 2022-12-01T10:11:03.2419033Z copying torch/utils/data/datapipes/iter/routeddecoder.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/iter 2022-12-01T10:11:03.2419542Z copying torch/utils/data/datapipes/iter/selecting.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/iter 2022-12-01T10:11:03.2421079Z copying torch/utils/data/datapipes/iter/streamreader.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/iter 2022-12-01T10:11:03.2421539Z copying torch/utils/data/datapipes/iter/utils.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/iter 2022-12-01T10:11:03.2423930Z creating build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/map 2022-12-01T10:11:03.2424253Z copying torch/utils/data/datapipes/map/__init__.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/map 2022-12-01T10:11:03.2425611Z copying torch/utils/data/datapipes/map/callable.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/map 2022-12-01T10:11:03.2426533Z copying torch/utils/data/datapipes/map/combinatorics.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/map 2022-12-01T10:11:03.2427835Z copying torch/utils/data/datapipes/map/combining.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/map 2022-12-01T10:11:03.2428785Z copying torch/utils/data/datapipes/map/grouping.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/map 2022-12-01T10:11:03.2429542Z copying torch/utils/data/datapipes/map/utils.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/map 2022-12-01T10:11:03.2431752Z creating build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/utils 2022-12-01T10:11:03.2432163Z copying torch/utils/data/datapipes/utils/__init__.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/utils 2022-12-01T10:11:03.2433343Z copying torch/utils/data/datapipes/utils/common.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/utils 2022-12-01T10:11:03.2434537Z copying torch/utils/data/datapipes/utils/decoder.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/utils 2022-12-01T10:11:03.2435601Z copying torch/utils/data/datapipes/utils/snapshot.py -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/utils 2022-12-01T10:11:03.2438515Z creating build/lib.linux-x86_64-3.7/torchgen/api 2022-12-01T10:11:03.2438808Z copying torchgen/api/__init__.py -> build/lib.linux-x86_64-3.7/torchgen/api 2022-12-01T10:11:03.2440092Z copying torchgen/api/autograd.py -> build/lib.linux-x86_64-3.7/torchgen/api 2022-12-01T10:11:03.2442185Z copying torchgen/api/cpp.py -> build/lib.linux-x86_64-3.7/torchgen/api 2022-12-01T10:11:03.2443074Z copying torchgen/api/dispatcher.py -> build/lib.linux-x86_64-3.7/torchgen/api 2022-12-01T10:11:03.2444106Z copying torchgen/api/functionalization.py -> build/lib.linux-x86_64-3.7/torchgen/api 2022-12-01T10:11:03.2445082Z copying torchgen/api/lazy.py -> build/lib.linux-x86_64-3.7/torchgen/api 2022-12-01T10:11:03.2446446Z copying torchgen/api/meta.py -> build/lib.linux-x86_64-3.7/torchgen/api 2022-12-01T10:11:03.2447414Z copying torchgen/api/native.py -> build/lib.linux-x86_64-3.7/torchgen/api 2022-12-01T10:11:03.2449042Z copying torchgen/api/python.py -> build/lib.linux-x86_64-3.7/torchgen/api 2022-12-01T10:11:03.2449776Z copying torchgen/api/structured.py -> build/lib.linux-x86_64-3.7/torchgen/api 2022-12-01T10:11:03.2450648Z copying torchgen/api/translate.py -> build/lib.linux-x86_64-3.7/torchgen/api 2022-12-01T10:11:03.2452344Z copying torchgen/api/types.py -> build/lib.linux-x86_64-3.7/torchgen/api 2022-12-01T10:11:03.2453095Z copying torchgen/api/ufunc.py -> build/lib.linux-x86_64-3.7/torchgen/api 2022-12-01T10:11:03.2454649Z copying torchgen/api/unboxing.py -> build/lib.linux-x86_64-3.7/torchgen/api 2022-12-01T10:11:03.2456828Z creating build/lib.linux-x86_64-3.7/torchgen/dest 2022-12-01T10:11:03.2457288Z copying torchgen/dest/__init__.py -> build/lib.linux-x86_64-3.7/torchgen/dest 2022-12-01T10:11:03.2458628Z copying torchgen/dest/lazy_ir.py -> build/lib.linux-x86_64-3.7/torchgen/dest 2022-12-01T10:11:03.2460037Z copying torchgen/dest/lazy_ts_lowering.py -> build/lib.linux-x86_64-3.7/torchgen/dest 2022-12-01T10:11:03.2461199Z copying torchgen/dest/native_functions.py -> build/lib.linux-x86_64-3.7/torchgen/dest 2022-12-01T10:11:03.2461807Z copying torchgen/dest/register_dispatch_key.py -> build/lib.linux-x86_64-3.7/torchgen/dest 2022-12-01T10:11:03.2463218Z copying torchgen/dest/ufunc.py -> build/lib.linux-x86_64-3.7/torchgen/dest 2022-12-01T10:11:03.2465122Z creating build/lib.linux-x86_64-3.7/torchgen/operator_versions 2022-12-01T10:11:03.2465866Z copying torchgen/operator_versions/__init__.py -> build/lib.linux-x86_64-3.7/torchgen/operator_versions 2022-12-01T10:11:03.2466735Z copying torchgen/operator_versions/gen_mobile_upgraders.py -> build/lib.linux-x86_64-3.7/torchgen/operator_versions 2022-12-01T10:11:03.2467818Z copying torchgen/operator_versions/gen_mobile_upgraders_constant.py -> build/lib.linux-x86_64-3.7/torchgen/operator_versions 2022-12-01T10:11:03.2469580Z creating build/lib.linux-x86_64-3.7/torchgen/selective_build 2022-12-01T10:11:03.2470710Z copying torchgen/selective_build/__init__.py -> build/lib.linux-x86_64-3.7/torchgen/selective_build 2022-12-01T10:11:03.2471357Z copying torchgen/selective_build/operator.py -> build/lib.linux-x86_64-3.7/torchgen/selective_build 2022-12-01T10:11:03.2472588Z copying torchgen/selective_build/selector.py -> build/lib.linux-x86_64-3.7/torchgen/selective_build 2022-12-01T10:11:03.2474822Z creating build/lib.linux-x86_64-3.7/torchgen/static_runtime 2022-12-01T10:11:03.2475203Z copying torchgen/static_runtime/__init__.py -> build/lib.linux-x86_64-3.7/torchgen/static_runtime 2022-12-01T10:11:03.2476103Z copying torchgen/static_runtime/config.py -> build/lib.linux-x86_64-3.7/torchgen/static_runtime 2022-12-01T10:11:03.2477423Z copying torchgen/static_runtime/gen_static_runtime_ops.py -> build/lib.linux-x86_64-3.7/torchgen/static_runtime 2022-12-01T10:11:03.2478312Z copying torchgen/static_runtime/generator.py -> build/lib.linux-x86_64-3.7/torchgen/static_runtime 2022-12-01T10:11:03.4141378Z creating build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data 2022-12-01T10:11:03.4141753Z creating build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4142656Z copying caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_elu.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4143294Z copying caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_leaky_relu.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4143889Z copying caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_relu.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4144762Z copying caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_relu_n.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4145861Z copying caffe2/python/serialized_test/data/operator_test/adadelta_test.test_adadelta.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4147572Z copying caffe2/python/serialized_test/data/operator_test/adadelta_test.test_sparse_adadelta_empty.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4148420Z copying caffe2/python/serialized_test/data/operator_test/adagrad_test.test_adagrad.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4149391Z copying caffe2/python/serialized_test/data/operator_test/adagrad_test.test_row_wise_sparse_adagrad_empty.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4150932Z copying caffe2/python/serialized_test/data/operator_test/adagrad_test.test_sparse_adagrad_empty.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4152380Z copying caffe2/python/serialized_test/data/operator_test/affine_channel_op_test.test_affine_channel_2d.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4153380Z copying caffe2/python/serialized_test/data/operator_test/arg_ops_test.test_argmax.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4154757Z copying caffe2/python/serialized_test/data/operator_test/arg_ops_test.test_argmin.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4155923Z copying caffe2/python/serialized_test/data/operator_test/batch_box_cox_test.test_batch_box_cox.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4157376Z copying caffe2/python/serialized_test/data/operator_test/batch_bucketize_op_test.test_batch_bucketize_example.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4158354Z copying caffe2/python/serialized_test/data/operator_test/batch_moments_op_test.test_batch_moments_2d.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4160075Z copying caffe2/python/serialized_test/data/operator_test/batch_sparse_to_dense_op_test.test_batch_sparse_to_dense.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4160975Z copying caffe2/python/serialized_test/data/operator_test/bbox_transform_test.test_bbox_transform.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4162486Z copying caffe2/python/serialized_test/data/operator_test/boolean_mask_test.test_boolean_mask.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4163759Z copying caffe2/python/serialized_test/data/operator_test/boolean_mask_test.test_sequence_mask_with_lengths.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4164991Z copying caffe2/python/serialized_test/data/operator_test/boolean_unmask_test.test.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4166197Z copying caffe2/python/serialized_test/data/operator_test/box_with_nms_limit_op_test.test_simple.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4167449Z copying caffe2/python/serialized_test/data/operator_test/ceil_op_test.test_ceil.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4168725Z copying caffe2/python/serialized_test/data/operator_test/channel_backprop_stats_op_test.testChannelBackpropStats.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4170075Z copying caffe2/python/serialized_test/data/operator_test/channel_shuffle_test.test_channel_shuffle.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4171196Z copying caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.testChannelStats.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4172607Z copying caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.test_channel_stats_2d.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4173646Z copying caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.test_channel_stats_3d.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4174869Z copying caffe2/python/serialized_test/data/operator_test/clip_op_test.test_clip.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4176164Z copying caffe2/python/serialized_test/data/operator_test/clip_tensor_op_test.test_clip_tensor_by_scaling.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4177676Z copying caffe2/python/serialized_test/data/operator_test/collect_and_distribute_fpn_rpn_proposals_op_test.test_collect_and_dist.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4179236Z copying caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_concat.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4180705Z copying caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_split.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4181696Z copying caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_split_by_lengths.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4183228Z copying caffe2/python/serialized_test/data/operator_test/conditional_test.test_conditional.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4184173Z copying caffe2/python/serialized_test/data/operator_test/conv_test.test_1x1_conv.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4185254Z copying caffe2/python/serialized_test/data/operator_test/cosine_embedding_criterion_op_test.test_cosine_embedding_criterion.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4186197Z copying caffe2/python/serialized_test/data/operator_test/ctc_beam_search_decoder_op_test.test_ctc_beam_search_decoder.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4188277Z copying caffe2/python/serialized_test/data/operator_test/ctc_greedy_decoder_op_test.test_ctc_greedy_decoder.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4189055Z copying caffe2/python/serialized_test/data/operator_test/distance_op_test.test_dot_product.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4190169Z copying caffe2/python/serialized_test/data/operator_test/dropout_op_test.test_dropout_is_test.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4191501Z copying caffe2/python/serialized_test/data/operator_test/elementwise_linear_op_test.test.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4192603Z copying caffe2/python/serialized_test/data/operator_test/elementwise_logical_ops_test.test_is_member_of.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4194076Z copying caffe2/python/serialized_test/data/operator_test/elementwise_logical_ops_test.test_where.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4195394Z copying caffe2/python/serialized_test/data/operator_test/elementwise_op_broadcast_test.test_broadcast_powt.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4196549Z copying caffe2/python/serialized_test/data/operator_test/erf_op_test.test_erf.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4197628Z copying caffe2/python/serialized_test/data/operator_test/expand_op_test.test_expand_rand_shape.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4198702Z copying caffe2/python/serialized_test/data/operator_test/fc_operator_test.test_fc.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4200392Z copying caffe2/python/serialized_test/data/operator_test/filler_ops_test.test_diagonal_fill_op_float.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4201345Z copying caffe2/python/serialized_test/data/operator_test/filler_ops_test.test_lengths_range_fill.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4202581Z copying caffe2/python/serialized_test/data/operator_test/find_op_test.test_find.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4203634Z copying caffe2/python/serialized_test/data/operator_test/flexible_top_k_test.test_flexible_top_k.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4204846Z copying caffe2/python/serialized_test/data/operator_test/floor_op_test.test_floor.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4206096Z copying caffe2/python/serialized_test/data/operator_test/gather_ops_test.test_batch_gather_ops.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4207003Z copying caffe2/python/serialized_test/data/operator_test/gather_ops_test.test_gather_ops.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4208196Z copying caffe2/python/serialized_test/data/operator_test/gather_ranges_op_test.test_gather_ranges.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4209530Z copying caffe2/python/serialized_test/data/operator_test/gather_ranges_op_test.test_gather_ranges_split.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4210456Z copying caffe2/python/serialized_test/data/operator_test/glu_op_test.test_glu_old.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4211699Z copying caffe2/python/serialized_test/data/operator_test/group_norm_op_test.test_group_norm_2d.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4213692Z copying caffe2/python/serialized_test/data/operator_test/gru_test.test_gru_unit_op.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4214216Z copying caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_cosh.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4215283Z copying caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_sinh.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4216530Z copying caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_tanh.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4217351Z copying caffe2/python/serialized_test/data/operator_test/index_hash_ops_test.test_index_hash_ops.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4218943Z copying caffe2/python/serialized_test/data/operator_test/instance_norm_test.test_instance_norm_reference_check.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4220167Z copying caffe2/python/serialized_test/data/operator_test/integral_image_ops_test.test_integral_image_gradient_ops.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4220823Z copying caffe2/python/serialized_test/data/operator_test/integral_image_ops_test.test_integral_image_ops.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4222112Z copying caffe2/python/serialized_test/data/operator_test/jsd_ops_test.test_bernoulli_jsd.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4223367Z copying caffe2/python/serialized_test/data/operator_test/layer_norm_op_test.test_layer_norm_grad_op.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4224699Z copying caffe2/python/serialized_test/data/operator_test/learning_rate_adaption_op_test.test_learning_rate_adaption_op_normalization.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4226065Z copying caffe2/python/serialized_test/data/operator_test/length_split_op_test.test_length_split_edge.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4226979Z copying caffe2/python/serialized_test/data/operator_test/learning_rate_op_test.test_alter_learning_rate_op.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4228676Z copying caffe2/python/serialized_test/data/operator_test/lengths_pad_op_test.test_lengths_pad.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4229510Z copying caffe2/python/serialized_test/data/operator_test/lengths_tile_op_test.test_lengths_tile.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4230898Z copying caffe2/python/serialized_test/data/operator_test/lengths_top_k_ops_test.test_lengths_top_k_op.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4232122Z copying caffe2/python/serialized_test/data/operator_test/locally_connected_op_test.test_lc_2d.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4233437Z copying caffe2/python/serialized_test/data/operator_test/loss_ops_test.test_averaged_loss.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4234756Z copying caffe2/python/serialized_test/data/operator_test/margin_ranking_criterion_op_test.test_margin_ranking_criterion.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4235748Z copying caffe2/python/serialized_test/data/operator_test/math_ops_test.test_sign.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4237137Z copying caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_batch_matmul.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4238247Z copying caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_matmul.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4239842Z copying caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_numpy_batch_matmul.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4240867Z copying caffe2/python/serialized_test/data/operator_test/mean_op_test.test_mean.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4242330Z copying caffe2/python/serialized_test/data/operator_test/merge_id_lists_op_test.test_merge_id_lists_op.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4243697Z copying caffe2/python/serialized_test/data/operator_test/moments_op_test.test_moments.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4245081Z copying caffe2/python/serialized_test/data/operator_test/momentum_sgd_test.test_momentum_sgd.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4246396Z copying caffe2/python/serialized_test/data/operator_test/momentum_sgd_test.test_sparse_momentum_sgd.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4247825Z copying caffe2/python/serialized_test/data/operator_test/negate_gradient_op_test.test_forward.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4249463Z copying caffe2/python/serialized_test/data/operator_test/numpy_tile_op_test.test_numpy_tile.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4250477Z copying caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_batch_bucketized_one_hot.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4251658Z copying caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_batch_one_hot.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4252730Z copying caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_one_hot.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4253449Z copying caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_segment_one_hot.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4254324Z copying caffe2/python/serialized_test/data/operator_test/onnx_while_test.test_onnx_while_fibb.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4255578Z copying caffe2/python/serialized_test/data/operator_test/pack_ops_test.test_pack_with_max_length_ops.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4257040Z copying caffe2/python/serialized_test/data/operator_test/pack_rnn_sequence_op_test.test_pack_rnn_seqence.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4258114Z copying caffe2/python/serialized_test/data/operator_test/pack_rnn_sequence_op_test.test_unpack_rnn_seqence.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4259069Z copying caffe2/python/serialized_test/data/operator_test/pad_test.test_crop.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4260906Z copying caffe2/python/serialized_test/data/operator_test/piecewise_linear_transform_test.test_multi_predictions_params_from_arg.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4261924Z copying caffe2/python/serialized_test/data/operator_test/rank_loss_operator_test.test_pair_wise_loss_batch.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4263237Z copying caffe2/python/serialized_test/data/operator_test/recurrent_network_test.test_mul.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4264144Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_back_max.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4265429Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_back_mean.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4266454Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_max.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4267634Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_mean.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4268983Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_sum.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4270055Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_l2.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4271333Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_max.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4272333Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_mean.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4273500Z copying caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_min.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4274618Z copying caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_columnwise_max.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4275743Z copying caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_int_sum.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4277064Z copying caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_sqrsum.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4278207Z copying caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_sum.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4279474Z copying caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_rowwise_max.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4280783Z copying caffe2/python/serialized_test/data/operator_test/selu_op_test.test_selu_1.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4281936Z copying caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_add_padding.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4283270Z copying caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_find_duplicate_elements.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4284434Z copying caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_gather_padding.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4285746Z copying caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_remove_data_blocks.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4287027Z copying caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_reverse_packed_segs.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4288208Z copying caffe2/python/serialized_test/data/operator_test/sinusoid_position_encoding_op_test.test_sinusoid_embedding.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4289196Z copying caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4290539Z copying caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax_grad.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4291637Z copying caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax_with_loss.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4293081Z copying caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_spatial_softmax_with_loss.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4294183Z copying caffe2/python/serialized_test/data/operator_test/sparse_ops_test.testScatterAssign.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4295210Z copying caffe2/python/serialized_test/data/operator_test/sparse_ops_test.testScatterWeightedSum.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4296935Z copying caffe2/python/serialized_test/data/operator_test/spatial_bn_op_test.test_spatialbn_test_mode_3d.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4297722Z copying caffe2/python/serialized_test/data/operator_test/square_root_divide_op_test.test_square_root_divide.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4298622Z copying caffe2/python/serialized_test/data/operator_test/string_ops_test.test_string_ends_with.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4299286Z copying caffe2/python/serialized_test/data/operator_test/string_ops_test.test_string_starts_with.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4301057Z copying caffe2/python/serialized_test/data/operator_test/thresholded_relu_op_test.test_thresholded_relu_1.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4301907Z copying caffe2/python/serialized_test/data/operator_test/tile_op_test.test_tile.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4303302Z copying caffe2/python/serialized_test/data/operator_test/top_k_test.test_top_k.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4304205Z copying caffe2/python/serialized_test/data/operator_test/transpose_op_test.test_transpose.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4305672Z copying caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_acos.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4306821Z copying caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_asin.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4307877Z copying caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_atan.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4309158Z copying caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_tan.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4310249Z copying caffe2/python/serialized_test/data/operator_test/unique_ops_test.test_unique_op.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4311806Z copying caffe2/python/serialized_test/data/operator_test/upsample_op_test.test_upsample.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4313719Z copying caffe2/python/serialized_test/data/operator_test/upsample_op_test.test_upsample_grad.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4314418Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_max.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4315420Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_max_grad.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4316727Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_min.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4317993Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_min_grad.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4319172Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_lengths_gather.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4321033Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_lengths_to_ranges.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4321986Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_nan_check.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4323313Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_size_op.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4324537Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_slice.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4325847Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_sum.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4326856Z copying caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_transpose.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4328105Z copying caffe2/python/serialized_test/data/operator_test/weighted_sum_test.test_weighted_sum.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4329363Z copying caffe2/python/serialized_test/data/operator_test/wngrad_test.test_sparse_wngrad_empty.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4330926Z copying caffe2/python/serialized_test/data/operator_test/wngrad_test.test_wngrad_dense_base.zip -> build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:03.4331662Z copying torch/py.typed -> build/lib.linux-x86_64-3.7/torch 2022-12-01T10:11:03.4333301Z creating build/lib.linux-x86_64-3.7/torch/bin 2022-12-01T10:11:03.4333975Z copying torch/bin/protoc-3.13.0.0 -> build/lib.linux-x86_64-3.7/torch/bin 2022-12-01T10:11:03.4368747Z copying torch/bin/protoc -> build/lib.linux-x86_64-3.7/torch/bin 2022-12-01T10:11:03.4403993Z copying torch/bin/test_jit -> build/lib.linux-x86_64-3.7/torch/bin 2022-12-01T10:11:03.4446958Z copying torch/bin/test_tensorexpr -> build/lib.linux-x86_64-3.7/torch/bin 2022-12-01T10:11:03.4498688Z copying torch/bin/tutorial_tensorexpr -> build/lib.linux-x86_64-3.7/torch/bin 2022-12-01T10:11:03.4500655Z copying torch/bin/FileStoreTest -> build/lib.linux-x86_64-3.7/torch/bin 2022-12-01T10:11:03.4505109Z copying torch/bin/TCPStoreTest -> build/lib.linux-x86_64-3.7/torch/bin 2022-12-01T10:11:03.4510249Z copying torch/bin/HashStoreTest -> build/lib.linux-x86_64-3.7/torch/bin 2022-12-01T10:11:03.4514789Z copying torch/bin/test_dist_autograd -> build/lib.linux-x86_64-3.7/torch/bin 2022-12-01T10:11:03.4519570Z copying torch/bin/test_cpp_rpc -> build/lib.linux-x86_64-3.7/torch/bin 2022-12-01T10:11:03.4525408Z copying torch/bin/test_api -> build/lib.linux-x86_64-3.7/torch/bin 2022-12-01T10:11:03.4614222Z copying torch/bin/test_lazy -> build/lib.linux-x86_64-3.7/torch/bin 2022-12-01T10:11:03.4644531Z copying torch/bin/torch_shm_manager -> build/lib.linux-x86_64-3.7/torch/bin 2022-12-01T10:11:03.4646271Z creating build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4646820Z copying torch/test/c10_CompileTimeFunctionPointer_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4651184Z copying torch/test/c10_DeviceGuard_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4655663Z copying torch/test/c10_Device_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4660715Z copying torch/test/c10_DispatchKeySet_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4666326Z copying torch/test/c10_StreamGuard_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4671264Z copying torch/test/c10_SymInt_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4676374Z copying torch/test/c10_InlineDeviceGuard_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4682164Z copying torch/test/c10_InlineStreamGuard_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4687633Z copying torch/test/c10_SizesAndStrides_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4693119Z copying torch/test/c10_Array_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4698103Z copying torch/test/c10_Bitset_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4703477Z copying torch/test/c10_C++17_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4708920Z copying torch/test/c10_ConstexprCrc_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4713931Z copying torch/test/c10_DeadlockDetection_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4718990Z copying torch/test/c10_Half_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4724360Z copying torch/test/c10_LeftRight_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4729952Z copying torch/test/c10_Metaprogramming_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4736107Z copying torch/test/c10_SmallVectorTest -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4749914Z copying torch/test/c10_Synchronized_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4754980Z copying torch/test/c10_ThreadLocal_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4761172Z copying torch/test/c10_TypeIndex_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4766649Z copying torch/test/c10_TypeList_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4771776Z copying torch/test/c10_TypeTraits_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4776812Z copying torch/test/c10_accumulate_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4781995Z copying torch/test/c10_bfloat16_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4787403Z copying torch/test/c10_complex_math_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4792787Z copying torch/test/c10_complex_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4798257Z copying torch/test/c10_either_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4809060Z copying torch/test/c10_exception_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4814167Z copying torch/test/c10_flags_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4819125Z copying torch/test/c10_intrusive_ptr_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4834781Z copying torch/test/c10_irange_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4839793Z copying torch/test/c10_logging_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4846052Z copying torch/test/c10_optional_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4853014Z copying torch/test/c10_ordered_preserving_dict_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4859006Z copying torch/test/c10_registry_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4864254Z copying torch/test/c10_string_view_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4869255Z copying torch/test/c10_tempfile_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4873802Z copying torch/test/c10_typeid_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4878685Z copying torch/test/c10_intrusive_ptr_benchmark -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4883793Z copying torch/test/Dict_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4890423Z copying torch/test/Dimname_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4894691Z copying torch/test/MaybeOwned_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4900099Z copying torch/test/NamedTensor_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4904942Z copying torch/test/apply_utils_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4909969Z copying torch/test/atest -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4914878Z copying torch/test/basic -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4920115Z copying torch/test/broadcast_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4924814Z copying torch/test/cpu_generator_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4929818Z copying torch/test/cpu_profiling_allocator_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4934280Z copying torch/test/cpu_rng_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4941687Z copying torch/test/dispatch_key_set_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4946042Z copying torch/test/dlconvertor_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4950295Z copying torch/test/extension_backend_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4955289Z copying torch/test/half_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4960209Z copying torch/test/ivalue_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4967637Z copying torch/test/lazy_tensor_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4971951Z copying torch/test/math_kernel_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4976636Z copying torch/test/memory_format_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4981244Z copying torch/test/memory_overlapping_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4985798Z copying torch/test/mobile_memory_cleanup -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4990321Z copying torch/test/native_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4995090Z copying torch/test/operator_name_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.4999549Z copying torch/test/operators_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.5004066Z copying torch/test/packedtensoraccessor_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.5008521Z copying torch/test/pow_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.5013971Z copying torch/test/quantized_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.5018844Z copying torch/test/reduce_ops_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.5023104Z copying torch/test/reportMemoryUsage_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.5027474Z copying torch/test/scalar_tensor_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.5032159Z copying torch/test/scalar_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.5037122Z copying torch/test/stride_properties_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.5041950Z copying torch/test/tensor_iterator_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.5048758Z copying torch/test/test_parallel -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.5053537Z copying torch/test/thread_init_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.5055006Z copying torch/test/type_ptr_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.5059634Z copying torch/test/type_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.5064703Z copying torch/test/undefined_tensor_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.5069091Z copying torch/test/variant_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.5073496Z copying torch/test/verify_api_visibility -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.5074600Z copying torch/test/vmap_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.5080426Z copying torch/test/weakref_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.5084854Z copying torch/test/wrapdim_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.5089390Z copying torch/test/xla_tensor_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.5094072Z copying torch/test/IListRef_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.5099050Z copying torch/test/List_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.5108561Z copying torch/test/KernelFunction_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.5114232Z copying torch/test/kernel_function_legacy_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.5124571Z copying torch/test/kernel_function_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.5132531Z copying torch/test/kernel_lambda_legacy_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.5143409Z copying torch/test/kernel_lambda_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.5153096Z copying torch/test/kernel_stackbased_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.5157865Z copying torch/test/make_boxed_from_unboxed_functor_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.5166074Z copying torch/test/CppSignature_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.5170595Z copying torch/test/backend_fallback_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.5175407Z copying torch/test/op_allowlist_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.5179854Z copying torch/test/op_registration_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.5206547Z copying torch/test/inline_container_test -> build/lib.linux-x86_64-3.7/torch/test 2022-12-01T10:11:03.5211177Z creating build/lib.linux-x86_64-3.7/torch/_C 2022-12-01T10:11:03.5211610Z copying torch/_C/_autograd.pyi -> build/lib.linux-x86_64-3.7/torch/_C 2022-12-01T10:11:03.5213284Z copying torch/_C/_cudnn.pyi -> build/lib.linux-x86_64-3.7/torch/_C 2022-12-01T10:11:03.5214037Z copying torch/_C/_distributed_autograd.pyi -> build/lib.linux-x86_64-3.7/torch/_C 2022-12-01T10:11:03.5215361Z copying torch/_C/_distributed_c10d.pyi -> build/lib.linux-x86_64-3.7/torch/_C 2022-12-01T10:11:03.5216599Z copying torch/_C/_distributed_rpc.pyi -> build/lib.linux-x86_64-3.7/torch/_C 2022-12-01T10:11:03.5217743Z copying torch/_C/_distributed_rpc_testing.pyi -> build/lib.linux-x86_64-3.7/torch/_C 2022-12-01T10:11:03.5219077Z copying torch/_C/_functions.pyi -> build/lib.linux-x86_64-3.7/torch/_C 2022-12-01T10:11:03.5219964Z copying torch/_C/_functorch.pyi -> build/lib.linux-x86_64-3.7/torch/_C 2022-12-01T10:11:03.5221138Z copying torch/_C/_itt.pyi -> build/lib.linux-x86_64-3.7/torch/_C 2022-12-01T10:11:03.5222323Z copying torch/_C/_lazy.pyi -> build/lib.linux-x86_64-3.7/torch/_C 2022-12-01T10:11:03.5223509Z copying torch/_C/_lazy_ts_backend.pyi -> build/lib.linux-x86_64-3.7/torch/_C 2022-12-01T10:11:03.5224624Z copying torch/_C/_monitor.pyi -> build/lib.linux-x86_64-3.7/torch/_C 2022-12-01T10:11:03.5225879Z copying torch/_C/_nvtx.pyi -> build/lib.linux-x86_64-3.7/torch/_C 2022-12-01T10:11:03.5226902Z copying torch/_C/_onnx.pyi -> build/lib.linux-x86_64-3.7/torch/_C 2022-12-01T10:11:03.5227946Z copying torch/_C/_profiler.pyi -> build/lib.linux-x86_64-3.7/torch/_C 2022-12-01T10:11:03.5229572Z copying torch/_C/_verbose.pyi -> build/lib.linux-x86_64-3.7/torch/_C 2022-12-01T10:11:03.5230757Z copying torch/_C/__init__.pyi -> build/lib.linux-x86_64-3.7/torch/_C 2022-12-01T10:11:03.5233076Z copying torch/_C/_VariableFunctions.pyi -> build/lib.linux-x86_64-3.7/torch/_C 2022-12-01T10:11:03.5235654Z copying torch/_C/_nn.pyi -> build/lib.linux-x86_64-3.7/torch/_C 2022-12-01T10:11:03.5236744Z creating build/lib.linux-x86_64-3.7/torch/_C_flatbuffer 2022-12-01T10:11:03.5237222Z copying torch/_C_flatbuffer/__init__.pyi -> build/lib.linux-x86_64-3.7/torch/_C_flatbuffer 2022-12-01T10:11:03.5238299Z copying torch/optim/__init__.pyi -> build/lib.linux-x86_64-3.7/torch/optim 2022-12-01T10:11:03.5239803Z copying torch/optim/adadelta.pyi -> build/lib.linux-x86_64-3.7/torch/optim 2022-12-01T10:11:03.5240857Z copying torch/optim/adagrad.pyi -> build/lib.linux-x86_64-3.7/torch/optim 2022-12-01T10:11:03.5242284Z copying torch/optim/adam.pyi -> build/lib.linux-x86_64-3.7/torch/optim 2022-12-01T10:11:03.5243261Z copying torch/optim/adamax.pyi -> build/lib.linux-x86_64-3.7/torch/optim 2022-12-01T10:11:03.5244379Z copying torch/optim/adamw.pyi -> build/lib.linux-x86_64-3.7/torch/optim 2022-12-01T10:11:03.5245707Z copying torch/optim/asgd.pyi -> build/lib.linux-x86_64-3.7/torch/optim 2022-12-01T10:11:03.5247002Z copying torch/optim/lbfgs.pyi -> build/lib.linux-x86_64-3.7/torch/optim 2022-12-01T10:11:03.5247982Z copying torch/optim/lr_scheduler.pyi -> build/lib.linux-x86_64-3.7/torch/optim 2022-12-01T10:11:03.5248918Z copying torch/optim/nadam.pyi -> build/lib.linux-x86_64-3.7/torch/optim 2022-12-01T10:11:03.5249900Z copying torch/optim/optimizer.pyi -> build/lib.linux-x86_64-3.7/torch/optim 2022-12-01T10:11:03.5251289Z copying torch/optim/radam.pyi -> build/lib.linux-x86_64-3.7/torch/optim 2022-12-01T10:11:03.5252096Z copying torch/optim/rmsprop.pyi -> build/lib.linux-x86_64-3.7/torch/optim 2022-12-01T10:11:03.5253598Z copying torch/optim/rprop.pyi -> build/lib.linux-x86_64-3.7/torch/optim 2022-12-01T10:11:03.5254620Z copying torch/optim/sgd.pyi -> build/lib.linux-x86_64-3.7/torch/optim 2022-12-01T10:11:03.5255629Z copying torch/optim/sparse_adam.pyi -> build/lib.linux-x86_64-3.7/torch/optim 2022-12-01T10:11:03.5256994Z copying torch/optim/swa_utils.pyi -> build/lib.linux-x86_64-3.7/torch/optim 2022-12-01T10:11:03.5258043Z copying torch/nn/parameter.pyi -> build/lib.linux-x86_64-3.7/torch/nn 2022-12-01T10:11:03.5259483Z copying torch/nn/functional.pyi -> build/lib.linux-x86_64-3.7/torch/nn 2022-12-01T10:11:03.5260484Z copying torch/nn/parallel/__init__.pyi -> build/lib.linux-x86_64-3.7/torch/nn/parallel 2022-12-01T10:11:03.5262359Z copying torch/nn/parallel/common_types.pyi -> build/lib.linux-x86_64-3.7/torch/nn/parallel 2022-12-01T10:11:03.5263321Z copying torch/nn/parallel/data_parallel.pyi -> build/lib.linux-x86_64-3.7/torch/nn/parallel 2022-12-01T10:11:03.5264381Z copying torch/nn/parallel/distributed.pyi -> build/lib.linux-x86_64-3.7/torch/nn/parallel 2022-12-01T10:11:03.5265846Z copying torch/nn/parallel/parallel_apply.pyi -> build/lib.linux-x86_64-3.7/torch/nn/parallel 2022-12-01T10:11:03.5266839Z copying torch/nn/parallel/replicate.pyi -> build/lib.linux-x86_64-3.7/torch/nn/parallel 2022-12-01T10:11:03.5268000Z copying torch/nn/parallel/scatter_gather.pyi -> build/lib.linux-x86_64-3.7/torch/nn/parallel 2022-12-01T10:11:03.5270174Z copying torch/utils/data/datapipes/datapipe.pyi -> build/lib.linux-x86_64-3.7/torch/utils/data/datapipes 2022-12-01T10:11:03.5270749Z creating build/lib.linux-x86_64-3.7/torch/lib 2022-12-01T10:11:03.5271148Z copying torch/lib/libc10.so -> build/lib.linux-x86_64-3.7/torch/lib 2022-12-01T10:11:03.5277475Z copying torch/lib/libtorch_cpu.so -> build/lib.linux-x86_64-3.7/torch/lib 2022-12-01T10:11:03.6640707Z copying torch/lib/libtorch.so -> build/lib.linux-x86_64-3.7/torch/lib 2022-12-01T10:11:03.6641473Z copying torch/lib/libtorch_global_deps.so -> build/lib.linux-x86_64-3.7/torch/lib 2022-12-01T10:11:03.6642131Z copying torch/lib/libtorchbind_test.so -> build/lib.linux-x86_64-3.7/torch/lib 2022-12-01T10:11:03.6648969Z copying torch/lib/libjitbackend_test.so -> build/lib.linux-x86_64-3.7/torch/lib 2022-12-01T10:11:03.6652276Z copying torch/lib/libbackend_with_compiler.so -> build/lib.linux-x86_64-3.7/torch/lib 2022-12-01T10:11:03.6656532Z copying torch/lib/libtorch_python.so -> build/lib.linux-x86_64-3.7/torch/lib 2022-12-01T10:11:03.6770418Z copying torch/lib/libshm.so -> build/lib.linux-x86_64-3.7/torch/lib 2022-12-01T10:11:03.6771604Z creating build/lib.linux-x86_64-3.7/torch/include 2022-12-01T10:11:03.6772369Z creating build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6772984Z copying torch/include/ATen/ATen.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6775061Z copying torch/include/ATen/AccumulateType.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6776308Z copying torch/include/ATen/ArrayRef.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6777803Z copying torch/include/ATen/Backend.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6779367Z copying torch/include/ATen/Backtrace.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6780809Z copying torch/include/ATen/BatchedFallback.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6782169Z copying torch/include/ATen/BatchedTensorImpl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6783636Z copying torch/include/ATen/CPUApplyUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6785204Z copying torch/include/ATen/CPUFixedAllocator.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6786697Z copying torch/include/ATen/CPUGeneratorImpl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6788126Z copying torch/include/ATen/CollapseDims.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6789456Z copying torch/include/ATen/Config.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6790842Z copying torch/include/ATen/Context.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6792430Z copying torch/include/ATen/DLConvertor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6793865Z copying torch/include/ATen/Device.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6795316Z copying torch/include/ATen/DeviceGuard.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6797419Z copying torch/include/ATen/DimVector.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6798506Z copying torch/include/ATen/Dimname.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6800268Z copying torch/include/ATen/Dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6802315Z copying torch/include/ATen/DynamicLibrary.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6803587Z copying torch/include/ATen/EmptyTensor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6805134Z copying torch/include/ATen/ExpandBase.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6806669Z copying torch/include/ATen/ExpandUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6808144Z copying torch/include/ATen/Formatting.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6809547Z copying torch/include/ATen/FuncTorchTLS.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6811141Z copying torch/include/ATen/FunctionalStorageImpl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6812565Z copying torch/include/ATen/FunctionalTensorWrapper.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6814084Z copying torch/include/ATen/Generator.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6815565Z copying torch/include/ATen/InferSize.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6817044Z copying torch/include/ATen/InitialTensorOptions.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6818395Z copying torch/include/ATen/Layout.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6819895Z copying torch/include/ATen/LinalgBackend.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6821295Z copying torch/include/ATen/MapAllocator.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6822762Z copying torch/include/ATen/MatrixRef.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6824155Z copying torch/include/ATen/MemoryOverlap.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6825652Z copying torch/include/ATen/NamedTensor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6827254Z copying torch/include/ATen/NamedTensorUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6828719Z copying torch/include/ATen/NestedTensorImpl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6830239Z copying torch/include/ATen/NumericUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6831674Z copying torch/include/ATen/OpMathType.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6834123Z copying torch/include/ATen/OpaqueTensorImpl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6835122Z copying torch/include/ATen/PTThreadPool.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6836553Z copying torch/include/ATen/PadNd.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6838074Z copying torch/include/ATen/Parallel-inl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6839687Z copying torch/include/ATen/Parallel.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6841271Z copying torch/include/ATen/ParallelFuture.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6842756Z copying torch/include/ATen/ParallelNative.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6844265Z copying torch/include/ATen/ParallelNativeTBB.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6845689Z copying torch/include/ATen/ParallelOpenMP.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6847175Z copying torch/include/ATen/PythonTorchFunctionTLS.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6848535Z copying torch/include/ATen/SavedTensorHooks.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6849943Z copying torch/include/ATen/Scalar.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6851380Z copying torch/include/ATen/ScalarOps.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6852849Z copying torch/include/ATen/ScalarType.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6854255Z copying torch/include/ATen/SequenceNumber.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6855715Z copying torch/include/ATen/SmallVector.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6857289Z copying torch/include/ATen/SparseCsrTensorImpl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6858806Z copying torch/include/ATen/SparseCsrTensorUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6860366Z copying torch/include/ATen/SparseTensorImpl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6861995Z copying torch/include/ATen/SparseTensorUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6863416Z copying torch/include/ATen/Storage.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6864897Z copying torch/include/ATen/Tensor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6866367Z copying torch/include/ATen/TensorAccessor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6867821Z copying torch/include/ATen/TensorGeometry.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6869262Z copying torch/include/ATen/TensorIndexing.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6871302Z copying torch/include/ATen/TensorIterator.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6872917Z copying torch/include/ATen/TensorIteratorInternal.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6874364Z copying torch/include/ATen/TensorMeta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6875841Z copying torch/include/ATen/TensorNames.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6877402Z copying torch/include/ATen/TensorOperators.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6878896Z copying torch/include/ATen/TensorOptions.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6880585Z copying torch/include/ATen/TensorSubclassLikeUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6882007Z copying torch/include/ATen/TensorUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6883604Z copying torch/include/ATen/ThreadLocalState.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6885005Z copying torch/include/ATen/TracerMode.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6886510Z copying torch/include/ATen/TypeDefault.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6887936Z copying torch/include/ATen/Utils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6889479Z copying torch/include/ATen/Version.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6890894Z copying torch/include/ATen/VmapMode.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6892376Z copying torch/include/ATen/VmapTransforms.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6893877Z copying torch/include/ATen/WrapDimUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6895392Z copying torch/include/ATen/WrapDimUtilsMulti.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6896809Z copying torch/include/ATen/autocast_mode.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6898320Z copying torch/include/ATen/ceil_div.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6899750Z copying torch/include/ATen/code_template.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6901289Z copying torch/include/ATen/cpp_custom_type_hack.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6902698Z copying torch/include/ATen/div_rtn.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6904191Z copying torch/include/ATen/dlpack.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6905649Z copying torch/include/ATen/jit_macros.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6907126Z copying torch/include/ATen/jiterator_macros.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6908682Z copying torch/include/ATen/record_function.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6910294Z copying torch/include/ATen/CPUFunctions.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6911731Z copying torch/include/ATen/CPUFunctions_inl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6913878Z copying torch/include/ATen/CompositeExplicitAutogradFunctions.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6915078Z copying torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6917271Z copying torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6918507Z copying torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6920273Z copying torch/include/ATen/CompositeImplicitAutogradFunctions.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6921838Z copying torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6924044Z copying torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6925479Z copying torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6926838Z copying torch/include/ATen/Functions.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6929054Z copying torch/include/ATen/MetaFunctions.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6930244Z copying torch/include/ATen/MetaFunctions_inl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6932959Z copying torch/include/ATen/MethodOperators.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6934056Z copying torch/include/ATen/NativeFunctions.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6936341Z copying torch/include/ATen/NativeMetaFunctions.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6937975Z copying torch/include/ATen/Operators.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6940557Z copying torch/include/ATen/RedispatchFunctions.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6954191Z copying torch/include/ATen/RegistrationDeclarations.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6960884Z copying torch/include/ATen/VmapGeneratedPlumbing.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6973031Z copying torch/include/ATen/CUDAFunctions.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6974011Z copying torch/include/ATen/CUDAFunctions_inl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen 2022-12-01T10:11:03.6975861Z creating build/lib.linux-x86_64-3.7/torch/include/ATen/cpu 2022-12-01T10:11:03.6976587Z copying torch/include/ATen/cpu/FlushDenormal.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu 2022-12-01T10:11:03.6978052Z copying torch/include/ATen/cpu/vml.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu 2022-12-01T10:11:03.6980161Z creating build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec 2022-12-01T10:11:03.6980766Z creating build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec256 2022-12-01T10:11:03.6981559Z copying torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec256 2022-12-01T10:11:03.6982623Z copying torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec256 2022-12-01T10:11:03.6984022Z copying torch/include/ATen/cpu/vec/vec256/vec256.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec256 2022-12-01T10:11:03.6985645Z copying torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec256 2022-12-01T10:11:03.6987431Z copying torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec256 2022-12-01T10:11:03.6989160Z copying torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec256 2022-12-01T10:11:03.6990801Z copying torch/include/ATen/cpu/vec/vec256/vec256_double.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec256 2022-12-01T10:11:03.6992293Z copying torch/include/ATen/cpu/vec/vec256/vec256_float.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec256 2022-12-01T10:11:03.6993865Z copying torch/include/ATen/cpu/vec/vec256/vec256_float_neon.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec256 2022-12-01T10:11:03.6995601Z copying torch/include/ATen/cpu/vec/vec256/vec256_int.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec256 2022-12-01T10:11:03.6997861Z copying torch/include/ATen/cpu/vec/vec256/vec256_qint.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec256 2022-12-01T10:11:03.6999509Z creating build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec512 2022-12-01T10:11:03.7000350Z copying torch/include/ATen/cpu/vec/vec512/vec512.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec512 2022-12-01T10:11:03.7002070Z copying torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec512 2022-12-01T10:11:03.7004236Z copying torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec512 2022-12-01T10:11:03.7005763Z copying torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec512 2022-12-01T10:11:03.7007839Z copying torch/include/ATen/cpu/vec/vec512/vec512_double.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec512 2022-12-01T10:11:03.7009175Z copying torch/include/ATen/cpu/vec/vec512/vec512_float.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec512 2022-12-01T10:11:03.7010906Z copying torch/include/ATen/cpu/vec/vec512/vec512_int.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec512 2022-12-01T10:11:03.7013060Z copying torch/include/ATen/cpu/vec/vec512/vec512_qint.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec512 2022-12-01T10:11:03.7014966Z copying torch/include/ATen/cpu/vec/functional.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec 2022-12-01T10:11:03.7016319Z copying torch/include/ATen/cpu/vec/functional_base.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec 2022-12-01T10:11:03.7017925Z copying torch/include/ATen/cpu/vec/functional_bfloat16.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec 2022-12-01T10:11:03.7019569Z copying torch/include/ATen/cpu/vec/intrinsics.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec 2022-12-01T10:11:03.7020982Z copying torch/include/ATen/cpu/vec/vec.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec 2022-12-01T10:11:03.7022515Z copying torch/include/ATen/cpu/vec/vec_base.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec 2022-12-01T10:11:03.7024395Z creating build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7025108Z copying torch/include/ATen/core/ATenGeneral.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7026552Z copying torch/include/ATen/core/ATenOpList.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7027855Z copying torch/include/ATen/core/ATen_fwd.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7029218Z copying torch/include/ATen/core/ATen_pch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7030846Z copying torch/include/ATen/core/Array.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7032862Z copying torch/include/ATen/core/Backtrace.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7033877Z copying torch/include/ATen/core/CheckMemoryFormat.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7035177Z copying torch/include/ATen/core/DeprecatedTypeProperties.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7036689Z copying torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7037872Z copying torch/include/ATen/core/Dict.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7039630Z copying torch/include/ATen/core/Dict_inl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7041287Z copying torch/include/ATen/core/DimVector.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7042795Z copying torch/include/ATen/core/Dimname.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7044369Z copying torch/include/ATen/core/DistributionsHelper.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7046916Z copying torch/include/ATen/core/Formatting.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7048237Z copying torch/include/ATen/core/Generator.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7049793Z copying torch/include/ATen/core/IListRef.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7051531Z copying torch/include/ATen/core/IListRef_inl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7053093Z copying torch/include/ATen/core/LegacyTypeDispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7054516Z copying torch/include/ATen/core/List.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7056082Z copying torch/include/ATen/core/List_inl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7057685Z copying torch/include/ATen/core/MT19937RNGEngine.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7059147Z copying torch/include/ATen/core/NamedTensor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7060673Z copying torch/include/ATen/core/PhiloxRNGEngine.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7062175Z copying torch/include/ATen/core/PythonFallbackKernel.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7063587Z copying torch/include/ATen/core/QuantizerBase.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7065059Z copying torch/include/ATen/core/Range.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7066757Z copying torch/include/ATen/core/Reduction.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7068184Z copying torch/include/ATen/core/Scalar.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7069649Z copying torch/include/ATen/core/ScalarType.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7071069Z copying torch/include/ATen/core/Tensor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7072597Z copying torch/include/ATen/core/TensorAccessor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7074081Z copying torch/include/ATen/core/TensorBase.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7076280Z copying torch/include/ATen/core/TorchDispatchUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7077488Z copying torch/include/ATen/core/TransformationHelper.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7079011Z copying torch/include/ATen/core/UndefinedTensorImpl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7080599Z copying torch/include/ATen/core/UnsafeFromTH.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7082192Z copying torch/include/ATen/core/VariableHooksInterface.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7083556Z copying torch/include/ATen/core/Variadic.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7085016Z copying torch/include/ATen/core/Vitals.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7086479Z copying torch/include/ATen/core/alias_info.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7087849Z copying torch/include/ATen/core/blob.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7089374Z copying torch/include/ATen/core/builtin_function.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7090830Z copying torch/include/ATen/core/class_type.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7092426Z copying torch/include/ATen/core/custom_class.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7093894Z copying torch/include/ATen/core/dynamic_type.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7095448Z copying torch/include/ATen/core/enum_type.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7096903Z copying torch/include/ATen/core/function.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7098398Z copying torch/include/ATen/core/function_schema.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7100162Z copying torch/include/ATen/core/function_schema_inl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7101688Z copying torch/include/ATen/core/functional.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7103164Z copying torch/include/ATen/core/grad_mode.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7104633Z copying torch/include/ATen/core/interned_strings.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7106249Z copying torch/include/ATen/core/interned_strings_class.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7107664Z copying torch/include/ATen/core/ivalue.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7109869Z copying torch/include/ATen/core/ivalue_inl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7112039Z copying torch/include/ATen/core/ivalue_to.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7113254Z copying torch/include/ATen/core/jit_type.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7115807Z copying torch/include/ATen/core/jit_type_base.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7117042Z copying torch/include/ATen/core/operator_name.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7118534Z copying torch/include/ATen/core/qualified_name.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7120438Z copying torch/include/ATen/core/rref_interface.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7121819Z copying torch/include/ATen/core/stack.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7123322Z copying torch/include/ATen/core/symbol.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7124904Z copying torch/include/ATen/core/type_factory.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7126305Z copying torch/include/ATen/core/type_ptr.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7127838Z copying torch/include/ATen/core/typeid.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7129170Z copying torch/include/ATen/core/TensorBody.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7133290Z copying torch/include/ATen/core/aten_interned_strings.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7134667Z copying torch/include/ATen/core/enum_tag.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core 2022-12-01T10:11:03.7135999Z creating build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-12-01T10:11:03.7136892Z copying torch/include/ATen/cuda/ApplyGridUtils.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-12-01T10:11:03.7138430Z copying torch/include/ATen/cuda/AsmUtils.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-12-01T10:11:03.7139533Z copying torch/include/ATen/cuda/Atomic.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-12-01T10:11:03.7141171Z copying torch/include/ATen/cuda/CUDAApplyUtils.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-12-01T10:11:03.7142724Z copying torch/include/ATen/cuda/CUDAGraphsUtils.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-12-01T10:11:03.7144153Z copying torch/include/ATen/cuda/CUDATensorMethods.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-12-01T10:11:03.7145539Z copying torch/include/ATen/cuda/DeviceUtils.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-12-01T10:11:03.7146969Z copying torch/include/ATen/cuda/NumericLimits.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-12-01T10:11:03.7148491Z copying torch/include/ATen/cuda/ScanUtils.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-12-01T10:11:03.7149933Z copying torch/include/ATen/cuda/cub.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-12-01T10:11:03.7151557Z copying torch/include/ATen/cuda/cub_definitions.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-12-01T10:11:03.7201183Z copying torch/include/ATen/cuda/ATenCUDAGeneral.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-12-01T10:11:03.7202073Z copying torch/include/ATen/cuda/CUDABlas.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-12-01T10:11:03.7202840Z copying torch/include/ATen/cuda/CUDAContext.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-12-01T10:11:03.7204177Z copying torch/include/ATen/cuda/CUDADataType.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-12-01T10:11:03.7204941Z copying torch/include/ATen/cuda/CUDADevice.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-12-01T10:11:03.7205680Z copying torch/include/ATen/cuda/CUDAEvent.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-12-01T10:11:03.7206460Z copying torch/include/ATen/cuda/CUDAGeneratorImpl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-12-01T10:11:03.7207224Z copying torch/include/ATen/cuda/CUDAGraph.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-12-01T10:11:03.7207980Z copying torch/include/ATen/cuda/CUDASparse.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-12-01T10:11:03.7208748Z copying torch/include/ATen/cuda/CUDASparseBlas.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-12-01T10:11:03.7209587Z copying torch/include/ATen/cuda/CUDASparseDescriptors.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-12-01T10:11:03.7210375Z copying torch/include/ATen/cuda/CUDAUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-12-01T10:11:03.7211183Z copying torch/include/ATen/cuda/CachingHostAllocator.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-12-01T10:11:03.7211969Z copying torch/include/ATen/cuda/EmptyTensor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-12-01T10:11:03.7212734Z copying torch/include/ATen/cuda/Exceptions.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-12-01T10:11:03.7213548Z copying torch/include/ATen/cuda/PeerToPeerAccess.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-12-01T10:11:03.7214385Z copying torch/include/ATen/cuda/PinnedMemoryAllocator.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-12-01T10:11:03.7215287Z copying torch/include/ATen/cuda/Sleep.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-12-01T10:11:03.7216113Z copying torch/include/ATen/cuda/ThrustAllocator.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-12-01T10:11:03.7216889Z copying torch/include/ATen/cuda/cub.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-12-01T10:11:03.7217616Z copying torch/include/ATen/cuda/jiterator.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-12-01T10:11:03.7218377Z copying torch/include/ATen/cuda/jiterator_impl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-12-01T10:11:03.7219148Z copying torch/include/ATen/cuda/llvm_jit_strings.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda 2022-12-01T10:11:03.7219831Z creating build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/detail 2022-12-01T10:11:03.7220577Z copying torch/include/ATen/cuda/detail/IndexUtils.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/detail 2022-12-01T10:11:03.7221431Z copying torch/include/ATen/cuda/detail/IntegerDivider.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/detail 2022-12-01T10:11:03.7222324Z copying torch/include/ATen/cuda/detail/OffsetCalculator.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/detail 2022-12-01T10:11:03.7222861Z copying torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/detail 2022-12-01T10:11:03.7223369Z copying torch/include/ATen/cuda/detail/TensorInfo.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/detail 2022-12-01T10:11:03.7223856Z copying torch/include/ATen/cuda/detail/UnpackRaw.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/detail 2022-12-01T10:11:03.7224333Z copying torch/include/ATen/cuda/detail/CUDAHooks.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/detail 2022-12-01T10:11:03.7224831Z copying torch/include/ATen/cuda/detail/DeviceThreadHandles.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/detail 2022-12-01T10:11:03.7225323Z copying torch/include/ATen/cuda/detail/KernelUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/detail 2022-12-01T10:11:03.7225812Z copying torch/include/ATen/cuda/detail/LazyNVRTC.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/detail 2022-12-01T10:11:03.7226124Z creating build/lib.linux-x86_64-3.7/torch/include/ATen/cudnn 2022-12-01T10:11:03.7226571Z copying torch/include/ATen/cudnn/Descriptors.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cudnn 2022-12-01T10:11:03.7227022Z copying torch/include/ATen/cudnn/Exceptions.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cudnn 2022-12-01T10:11:03.7227452Z copying torch/include/ATen/cudnn/Handle.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cudnn 2022-12-01T10:11:03.7227882Z copying torch/include/ATen/cudnn/Handles.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cudnn 2022-12-01T10:11:03.7228311Z copying torch/include/ATen/cudnn/Types.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cudnn 2022-12-01T10:11:03.7228712Z copying torch/include/ATen/cudnn/Utils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cudnn 2022-12-01T10:11:03.7229144Z copying torch/include/ATen/cudnn/cudnn-wrapper.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/cudnn 2022-12-01T10:11:03.7229477Z creating build/lib.linux-x86_64-3.7/torch/include/ATen/functorch 2022-12-01T10:11:03.7229948Z copying torch/include/ATen/functorch/ADInterpreters.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/functorch 2022-12-01T10:11:03.7230449Z copying torch/include/ATen/functorch/BatchRulesHelper.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/functorch 2022-12-01T10:11:03.7230931Z copying torch/include/ATen/functorch/BatchedFallback.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/functorch 2022-12-01T10:11:03.7231431Z copying torch/include/ATen/functorch/BatchedTensorImpl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/functorch 2022-12-01T10:11:03.7231966Z copying torch/include/ATen/functorch/BatchingMetaprogramming.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/functorch 2022-12-01T10:11:03.7232555Z copying torch/include/ATen/functorch/DynamicLayer.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/functorch 2022-12-01T10:11:03.7233161Z copying torch/include/ATen/functorch/FunctionalizeInterpreter.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/functorch 2022-12-01T10:11:03.7233614Z copying torch/include/ATen/functorch/Interpreter.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/functorch 2022-12-01T10:11:03.7234133Z copying torch/include/ATen/functorch/LegacyVmapTransforms.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/functorch 2022-12-01T10:11:03.7234591Z copying torch/include/ATen/functorch/Macros.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/functorch 2022-12-01T10:11:03.7235074Z copying torch/include/ATen/functorch/PlumbingHelper.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/functorch 2022-12-01T10:11:03.7235547Z copying torch/include/ATen/functorch/TensorWrapper.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/functorch 2022-12-01T10:11:03.7236040Z copying torch/include/ATen/functorch/VmapInterpreter.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/functorch 2022-12-01T10:11:03.7236369Z creating build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7236990Z copying torch/include/ATen/ops/from_blob.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7238197Z copying torch/include/ATen/ops/tensor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7239611Z copying torch/include/ATen/ops/_adaptive_avg_pool2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7240531Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7241876Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7242909Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7243830Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7244999Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7246043Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7247424Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7248530Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7249754Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7250973Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7252181Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7253302Z copying torch/include/ATen/ops/_adaptive_avg_pool3d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7254507Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7255759Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7256882Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7258071Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7259184Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7260400Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7261622Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7262665Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7263845Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7265179Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7266316Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7267433Z copying torch/include/ATen/ops/_add_batch_dim.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7268656Z copying torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7269762Z copying torch/include/ATen/ops/_add_batch_dim_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7270904Z copying torch/include/ATen/ops/_add_batch_dim_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7272030Z copying torch/include/ATen/ops/_add_relu.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7273267Z copying torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7274360Z copying torch/include/ATen/ops/_add_relu_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7275508Z copying torch/include/ATen/ops/_add_relu_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7276629Z copying torch/include/ATen/ops/_add_relu_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7277849Z copying torch/include/ATen/ops/_add_relu_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7279024Z copying torch/include/ATen/ops/_addmm_activation.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7280596Z copying torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7281595Z copying torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7282748Z copying torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7283911Z copying torch/include/ATen/ops/_addmm_activation_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7285129Z copying torch/include/ATen/ops/_addmm_activation_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7286261Z copying torch/include/ATen/ops/_addmm_activation_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7287384Z copying torch/include/ATen/ops/_addmm_activation_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7288546Z copying torch/include/ATen/ops/_aminmax.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7289803Z copying torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7290915Z copying torch/include/ATen/ops/_aminmax_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7292074Z copying torch/include/ATen/ops/_aminmax_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7293226Z copying torch/include/ATen/ops/_aminmax_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7294400Z copying torch/include/ATen/ops/_aminmax_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7295577Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7296940Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7298466Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7299764Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7300693Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7301863Z copying torch/include/ATen/ops/_amp_update_scale.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7303163Z copying torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7304475Z copying torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7305821Z copying torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7306899Z copying torch/include/ATen/ops/_amp_update_scale_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7308198Z copying torch/include/ATen/ops/_amp_update_scale_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7309312Z copying torch/include/ATen/ops/_assert_async.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7310451Z copying torch/include/ATen/ops/_assert_async_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7311675Z copying torch/include/ATen/ops/_assert_async_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7312850Z copying torch/include/ATen/ops/_assert_async_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7313951Z copying torch/include/ATen/ops/_assert_async_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7315125Z copying torch/include/ATen/ops/_assert_tensor_metadata.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7316483Z copying torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7317568Z copying torch/include/ATen/ops/_assert_tensor_metadata_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7318791Z copying torch/include/ATen/ops/_assert_tensor_metadata_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7320167Z copying torch/include/ATen/ops/_autocast_to_full_precision.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7321776Z copying torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7323057Z copying torch/include/ATen/ops/_autocast_to_full_precision_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7324101Z copying torch/include/ATen/ops/_autocast_to_full_precision_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7326093Z copying torch/include/ATen/ops/_autocast_to_reduced_precision.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7327303Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7328131Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7329817Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7330903Z copying torch/include/ATen/ops/_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7332681Z copying torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7333893Z copying torch/include/ATen/ops/_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7335519Z copying torch/include/ATen/ops/_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7336854Z copying torch/include/ATen/ops/_batch_norm_impl_index.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7338838Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7340112Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7341456Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7343082Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7344526Z copying torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7345950Z copying torch/include/ATen/ops/_batch_norm_impl_index_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7347610Z copying torch/include/ATen/ops/_batch_norm_impl_index_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7348840Z copying torch/include/ATen/ops/_cast_Byte.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7350631Z copying torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7351971Z copying torch/include/ATen/ops/_cast_Byte_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7353621Z copying torch/include/ATen/ops/_cast_Byte_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7354869Z copying torch/include/ATen/ops/_cast_Char.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7356615Z copying torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7357817Z copying torch/include/ATen/ops/_cast_Char_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7359526Z copying torch/include/ATen/ops/_cast_Char_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7361083Z copying torch/include/ATen/ops/_cast_Double.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7362819Z copying torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7364120Z copying torch/include/ATen/ops/_cast_Double_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7365667Z copying torch/include/ATen/ops/_cast_Double_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7366993Z copying torch/include/ATen/ops/_cast_Float.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7368728Z copying torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7370056Z copying torch/include/ATen/ops/_cast_Float_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7371556Z copying torch/include/ATen/ops/_cast_Float_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7373029Z copying torch/include/ATen/ops/_cast_Half.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7374664Z copying torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7376263Z copying torch/include/ATen/ops/_cast_Half_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7377526Z copying torch/include/ATen/ops/_cast_Half_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7379133Z copying torch/include/ATen/ops/_cast_Int.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7380716Z copying torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7381905Z copying torch/include/ATen/ops/_cast_Int_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7383431Z copying torch/include/ATen/ops/_cast_Int_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7384781Z copying torch/include/ATen/ops/_cast_Long.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7386256Z copying torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7388024Z copying torch/include/ATen/ops/_cast_Long_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7388744Z copying torch/include/ATen/ops/_cast_Long_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7390489Z copying torch/include/ATen/ops/_cast_Short.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7391378Z copying torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7392693Z copying torch/include/ATen/ops/_cast_Short_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7394205Z copying torch/include/ATen/ops/_cast_Short_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7395119Z copying torch/include/ATen/ops/_cdist_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7396726Z copying torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7397517Z copying torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7398861Z copying torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7400314Z copying torch/include/ATen/ops/_cdist_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7401228Z copying torch/include/ATen/ops/_cdist_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7402375Z copying torch/include/ATen/ops/_cdist_forward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7403713Z copying torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7404617Z copying torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7405645Z copying torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7407155Z copying torch/include/ATen/ops/_cdist_forward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7408014Z copying torch/include/ATen/ops/_cdist_forward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7409315Z copying torch/include/ATen/ops/_cholesky_solve_helper.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7410409Z copying torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7411643Z copying torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7412829Z copying torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7414033Z copying torch/include/ATen/ops/_cholesky_solve_helper_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7415178Z copying torch/include/ATen/ops/_cholesky_solve_helper_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7416379Z copying torch/include/ATen/ops/_choose_qparams_per_tensor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7417666Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7418849Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7419866Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7421136Z copying torch/include/ATen/ops/_coalesce.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7422335Z copying torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7423469Z copying torch/include/ATen/ops/_coalesce_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7424651Z copying torch/include/ATen/ops/_coalesce_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7425845Z copying torch/include/ATen/ops/_coalesced.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7427085Z copying torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7428231Z copying torch/include/ATen/ops/_coalesced_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7429371Z copying torch/include/ATen/ops/_coalesced_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7430563Z copying torch/include/ATen/ops/_coalesced_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7431762Z copying torch/include/ATen/ops/_compute_linear_combination.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7432941Z copying torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7434116Z copying torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7435272Z copying torch/include/ATen/ops/_compute_linear_combination_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7436452Z copying torch/include/ATen/ops/_compute_linear_combination_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7437609Z copying torch/include/ATen/ops/_conj.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7438884Z copying torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7440314Z copying torch/include/ATen/ops/_conj_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7441754Z copying torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7443121Z copying torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7443961Z copying torch/include/ATen/ops/_conj_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7445209Z copying torch/include/ATen/ops/_conj_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7446175Z copying torch/include/ATen/ops/_conj_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7447451Z copying torch/include/ATen/ops/_conj_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7448965Z copying torch/include/ATen/ops/_conj_physical.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7449649Z copying torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7451281Z copying torch/include/ATen/ops/_conj_physical_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7451824Z copying torch/include/ATen/ops/_conj_physical_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7453390Z copying torch/include/ATen/ops/_conv_depthwise2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7454553Z copying torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7455766Z copying torch/include/ATen/ops/_conv_depthwise2d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7456723Z copying torch/include/ATen/ops/_convolution.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7458188Z copying torch/include/ATen/ops/_conv_depthwise2d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7459349Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7460715Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7461686Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7462654Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7464116Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7465419Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7466516Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7468246Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7468967Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7470253Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7471199Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7472509Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7473668Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7474781Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7475593Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7476948Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7478270Z copying torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7479077Z copying torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7480523Z copying torch/include/ATen/ops/_convolution_double_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7481990Z copying torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7483016Z copying torch/include/ATen/ops/_convolution_double_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7484688Z copying torch/include/ATen/ops/_convolution_double_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7485442Z copying torch/include/ATen/ops/_convolution_mode.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7486860Z copying torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7487791Z copying torch/include/ATen/ops/_convolution_mode_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7488966Z copying torch/include/ATen/ops/_convolution_mode_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7490108Z copying torch/include/ATen/ops/_convolution_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7491312Z copying torch/include/ATen/ops/_convolution_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7492453Z copying torch/include/ATen/ops/_copy_from.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7493595Z copying torch/include/ATen/ops/_copy_from_and_resize.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7494948Z copying torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7495910Z copying torch/include/ATen/ops/_copy_from_and_resize_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7497075Z copying torch/include/ATen/ops/_copy_from_and_resize_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7498542Z copying torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7499259Z copying torch/include/ATen/ops/_copy_from_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7500812Z copying torch/include/ATen/ops/_copy_from_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7502055Z copying torch/include/ATen/ops/_ctc_loss.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7502906Z copying torch/include/ATen/ops/_ctc_loss_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7504338Z copying torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7505434Z copying torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7506772Z copying torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7507638Z copying torch/include/ATen/ops/_ctc_loss_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7509165Z copying torch/include/ATen/ops/_ctc_loss_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7510218Z copying torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7511563Z copying torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7512632Z copying torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7513728Z copying torch/include/ATen/ops/_ctc_loss_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7514851Z copying torch/include/ATen/ops/_ctc_loss_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7515933Z copying torch/include/ATen/ops/_cudnn_ctc_loss.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7517073Z copying torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7518066Z copying torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7519454Z copying torch/include/ATen/ops/_cudnn_ctc_loss_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7520375Z copying torch/include/ATen/ops/_cudnn_ctc_loss_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7521713Z copying torch/include/ATen/ops/_cudnn_init_dropout_state.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7523002Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7524112Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7525383Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7526358Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7527381Z copying torch/include/ATen/ops/_cudnn_rnn.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7529076Z copying torch/include/ATen/ops/_cudnn_rnn_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7529958Z copying torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7530946Z copying torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7532252Z copying torch/include/ATen/ops/_cudnn_rnn_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7533577Z copying torch/include/ATen/ops/_cudnn_rnn_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7534974Z copying torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7536239Z copying torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7537376Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7538689Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7540331Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7542490Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7542939Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7543580Z copying torch/include/ATen/ops/_cudnn_rnn_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7545064Z copying torch/include/ATen/ops/_cudnn_rnn_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7545902Z copying torch/include/ATen/ops/_cufft_clear_plan_cache.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7546952Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7548378Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7549683Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7550637Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7551979Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7553354Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7554300Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7555172Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7556880Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7557576Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7558886Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7560432Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7561798Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7562747Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7564159Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7564678Z copying torch/include/ATen/ops/_cummax_helper.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7566260Z copying torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7567140Z copying torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7568696Z copying torch/include/ATen/ops/_cummax_helper_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7569199Z copying torch/include/ATen/ops/_cummax_helper_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7570718Z copying torch/include/ATen/ops/_cummin_helper.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7571963Z copying torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7572849Z copying torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7574330Z copying torch/include/ATen/ops/_cummin_helper_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7575070Z copying torch/include/ATen/ops/_cummin_helper_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7576119Z copying torch/include/ATen/ops/_debug_has_internal_overlap.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7577308Z copying torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7578319Z copying torch/include/ATen/ops/_debug_has_internal_overlap_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7579421Z copying torch/include/ATen/ops/_debug_has_internal_overlap_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7580352Z copying torch/include/ATen/ops/_dimI.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7581447Z copying torch/include/ATen/ops/_dimI_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7582477Z copying torch/include/ATen/ops/_dimI_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7583779Z copying torch/include/ATen/ops/_dimV.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7584777Z copying torch/include/ATen/ops/_dimV_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7585850Z copying torch/include/ATen/ops/_dimV_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7587114Z copying torch/include/ATen/ops/_dim_arange.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7588109Z copying torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7589189Z copying torch/include/ATen/ops/_dim_arange_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7590396Z copying torch/include/ATen/ops/_dim_arange_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7591575Z copying torch/include/ATen/ops/_dirichlet_grad.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7592598Z copying torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7594226Z copying torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7595017Z copying torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7596365Z copying torch/include/ATen/ops/_dirichlet_grad_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7597247Z copying torch/include/ATen/ops/_dirichlet_grad_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7598477Z copying torch/include/ATen/ops/_efficientzerotensor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7600094Z copying torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7601606Z copying torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7602891Z copying torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7603878Z copying torch/include/ATen/ops/_efficientzerotensor_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7605015Z copying torch/include/ATen/ops/_efficientzerotensor_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7605941Z copying torch/include/ATen/ops/_embedding_bag.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7607316Z copying torch/include/ATen/ops/_embedding_bag_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7608366Z copying torch/include/ATen/ops/_embedding_bag_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7609342Z copying torch/include/ATen/ops/_embedding_bag_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7610297Z copying torch/include/ATen/ops/_embedding_bag_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7611739Z copying torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7612593Z copying torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7614260Z copying torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7615284Z copying torch/include/ATen/ops/_embedding_bag_dense_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7616363Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7617402Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7618436Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7619745Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7620910Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7622302Z copying torch/include/ATen/ops/_embedding_bag_forward_only.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7623303Z copying torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7624616Z copying torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7625104Z copying torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7626494Z copying torch/include/ATen/ops/_embedding_bag_forward_only_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7627430Z copying torch/include/ATen/ops/_embedding_bag_forward_only_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7628783Z copying torch/include/ATen/ops/_embedding_bag_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7629721Z copying torch/include/ATen/ops/_embedding_bag_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7630984Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7632695Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7633409Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7634727Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7635797Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7637213Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7638196Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7639795Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7641041Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7642626Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7643449Z copying torch/include/ATen/ops/_empty_affine_quantized.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7645034Z copying torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7645941Z copying torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7647645Z copying torch/include/ATen/ops/_empty_affine_quantized_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7648492Z copying torch/include/ATen/ops/_empty_affine_quantized_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7649751Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7651129Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7652175Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7653520Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7654401Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7655833Z copying torch/include/ATen/ops/_euclidean_dist.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7657201Z copying torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7657988Z copying torch/include/ATen/ops/_euclidean_dist_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7660209Z copying torch/include/ATen/ops/_euclidean_dist_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7660727Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7661728Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7662824Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7664088Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7665115Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7666357Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7667675Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7668820Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7669953Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7671098Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7672269Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7673450Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7674688Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7676211Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7677345Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7678823Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7680069Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7681165Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7682514Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7683607Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7684554Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7686724Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7687049Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7688335Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7689033Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7690607Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7691677Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7693834Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7694087Z copying torch/include/ATen/ops/_fft_c2c.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7694940Z copying torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7696026Z copying torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7697342Z copying torch/include/ATen/ops/_fft_c2c_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7697762Z copying torch/include/ATen/ops/_fft_c2c_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7699150Z copying torch/include/ATen/ops/_fft_c2r.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7699965Z copying torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7701876Z copying torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7702338Z copying torch/include/ATen/ops/_fft_c2r_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7703218Z copying torch/include/ATen/ops/_fft_c2r_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7704256Z copying torch/include/ATen/ops/_fft_r2c.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7705079Z copying torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7706451Z copying torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7707288Z copying torch/include/ATen/ops/_fft_r2c_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7708206Z copying torch/include/ATen/ops/_fft_r2c_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7709454Z copying torch/include/ATen/ops/_flash_scaled_dot_product_attention.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7710538Z copying torch/include/ATen/ops/_flash_scaled_dot_product_attention_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7711637Z copying torch/include/ATen/ops/_flash_scaled_dot_product_attention_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7712464Z copying torch/include/ATen/ops/_flash_scaled_dot_product_attention_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7713677Z copying torch/include/ATen/ops/_foobar.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7714668Z copying torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7716034Z copying torch/include/ATen/ops/_foobar_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7716846Z copying torch/include/ATen/ops/_foobar_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7717740Z copying torch/include/ATen/ops/_foobar_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7719010Z copying torch/include/ATen/ops/_foreach_abs.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7720361Z copying torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7721343Z copying torch/include/ATen/ops/_foreach_abs_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7722879Z copying torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7723636Z copying torch/include/ATen/ops/_foreach_abs_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7725039Z copying torch/include/ATen/ops/_foreach_abs_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7726264Z copying torch/include/ATen/ops/_foreach_acos.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7727268Z copying torch/include/ATen/ops/_foreach_acos_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7728762Z copying torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7729580Z copying torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7730679Z copying torch/include/ATen/ops/_foreach_acos_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7731718Z copying torch/include/ATen/ops/_foreach_acos_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7732944Z copying torch/include/ATen/ops/_foreach_add.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7733968Z copying torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7735346Z copying torch/include/ATen/ops/_foreach_add_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7736267Z copying torch/include/ATen/ops/_foreach_add_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7737473Z copying torch/include/ATen/ops/_foreach_add_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7738802Z copying torch/include/ATen/ops/_foreach_add_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7739938Z copying torch/include/ATen/ops/_foreach_addcdiv.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7741380Z copying torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7742620Z copying torch/include/ATen/ops/_foreach_addcdiv_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7743634Z copying torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7744915Z copying torch/include/ATen/ops/_foreach_addcdiv_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7746136Z copying torch/include/ATen/ops/_foreach_addcdiv_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7747436Z copying torch/include/ATen/ops/_foreach_addcmul.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7748747Z copying torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7749929Z copying torch/include/ATen/ops/_foreach_addcmul_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7751181Z copying torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7752371Z copying torch/include/ATen/ops/_foreach_addcmul_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7753879Z copying torch/include/ATen/ops/_foreach_addcmul_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7755309Z copying torch/include/ATen/ops/_foreach_asin.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7756549Z copying torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7757755Z copying torch/include/ATen/ops/_foreach_asin_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7759005Z copying torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7760503Z copying torch/include/ATen/ops/_foreach_asin_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7762022Z copying torch/include/ATen/ops/_foreach_asin_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7763300Z copying torch/include/ATen/ops/_foreach_atan.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7765051Z copying torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7766061Z copying torch/include/ATen/ops/_foreach_atan_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7767369Z copying torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7768781Z copying torch/include/ATen/ops/_foreach_atan_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7769764Z copying torch/include/ATen/ops/_foreach_atan_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7771127Z copying torch/include/ATen/ops/_foreach_ceil.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7772240Z copying torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7773115Z copying torch/include/ATen/ops/_foreach_ceil_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7774501Z copying torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7775307Z copying torch/include/ATen/ops/_foreach_ceil_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7776467Z copying torch/include/ATen/ops/_foreach_ceil_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7777747Z copying torch/include/ATen/ops/_foreach_cos.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7779036Z copying torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7779959Z copying torch/include/ATen/ops/_foreach_cos_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7781253Z copying torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7782578Z copying torch/include/ATen/ops/_foreach_cos_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7783882Z copying torch/include/ATen/ops/_foreach_cos_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7785287Z copying torch/include/ATen/ops/_foreach_cosh.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7786176Z copying torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7787702Z copying torch/include/ATen/ops/_foreach_cosh_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7788378Z copying torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7789198Z copying torch/include/ATen/ops/_foreach_cosh_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7790379Z copying torch/include/ATen/ops/_foreach_cosh_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7791560Z copying torch/include/ATen/ops/_foreach_div.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7792908Z copying torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7793670Z copying torch/include/ATen/ops/_foreach_div_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7794659Z copying torch/include/ATen/ops/_foreach_div_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7796015Z copying torch/include/ATen/ops/_foreach_div_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7796784Z copying torch/include/ATen/ops/_foreach_div_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7797922Z copying torch/include/ATen/ops/_foreach_erf.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7799006Z copying torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7800551Z copying torch/include/ATen/ops/_foreach_erf_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7802036Z copying torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7802551Z copying torch/include/ATen/ops/_foreach_erf_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7803952Z copying torch/include/ATen/ops/_foreach_erf_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7804528Z copying torch/include/ATen/ops/_foreach_erfc.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7806395Z copying torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7806992Z copying torch/include/ATen/ops/_foreach_erfc_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7808407Z copying torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7809428Z copying torch/include/ATen/ops/_foreach_erfc_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7811067Z copying torch/include/ATen/ops/_foreach_erfc_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7811881Z copying torch/include/ATen/ops/_foreach_exp.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7813717Z copying torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7814536Z copying torch/include/ATen/ops/_foreach_exp_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7815976Z copying torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7816981Z copying torch/include/ATen/ops/_foreach_exp_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7818369Z copying torch/include/ATen/ops/_foreach_exp_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7819907Z copying torch/include/ATen/ops/_foreach_expm1.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7821084Z copying torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7822242Z copying torch/include/ATen/ops/_foreach_expm1_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7823560Z copying torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7824882Z copying torch/include/ATen/ops/_foreach_expm1_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7825835Z copying torch/include/ATen/ops/_foreach_expm1_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7827652Z copying torch/include/ATen/ops/_foreach_floor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7828608Z copying torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7830027Z copying torch/include/ATen/ops/_foreach_floor_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7831273Z copying torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7832251Z copying torch/include/ATen/ops/_foreach_floor_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7833649Z copying torch/include/ATen/ops/_foreach_floor_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7834969Z copying torch/include/ATen/ops/_foreach_frac.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7835784Z copying torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7837068Z copying torch/include/ATen/ops/_foreach_frac_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7838265Z copying torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7839622Z copying torch/include/ATen/ops/_foreach_frac_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7841323Z copying torch/include/ATen/ops/eq.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7842695Z copying torch/include/ATen/ops/_foreach_frac_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7844089Z copying torch/include/ATen/ops/_foreach_lgamma.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7845646Z copying torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7846771Z copying torch/include/ATen/ops/_foreach_lgamma_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7848049Z copying torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7849355Z copying torch/include/ATen/ops/_foreach_lgamma_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7850450Z copying torch/include/ATen/ops/_foreach_lgamma_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7851634Z copying torch/include/ATen/ops/_foreach_log.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7852841Z copying torch/include/ATen/ops/_foreach_log10.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7853793Z copying torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7855116Z copying torch/include/ATen/ops/_foreach_log10_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7856056Z copying torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7857499Z copying torch/include/ATen/ops/_foreach_log10_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7858566Z copying torch/include/ATen/ops/_foreach_log10_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7859894Z copying torch/include/ATen/ops/_foreach_log1p.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7861192Z copying torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7862574Z copying torch/include/ATen/ops/_foreach_log1p_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7863692Z copying torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7865369Z copying torch/include/ATen/ops/_foreach_log1p_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7866222Z copying torch/include/ATen/ops/_foreach_log1p_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7867162Z copying torch/include/ATen/ops/_foreach_log2.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7868622Z copying torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7869694Z copying torch/include/ATen/ops/_foreach_log2_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7870624Z copying torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7871858Z copying torch/include/ATen/ops/_foreach_log2_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7873174Z copying torch/include/ATen/ops/_foreach_log2_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7874635Z copying torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7875193Z copying torch/include/ATen/ops/_foreach_log_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7876713Z copying torch/include/ATen/ops/_foreach_log_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7877243Z copying torch/include/ATen/ops/_foreach_log_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7878655Z copying torch/include/ATen/ops/_foreach_log_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7879980Z copying torch/include/ATen/ops/_foreach_maximum.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7881114Z copying torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7882429Z copying torch/include/ATen/ops/_foreach_maximum_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7883715Z copying torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7885011Z copying torch/include/ATen/ops/_foreach_maximum_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7886066Z copying torch/include/ATen/ops/_foreach_maximum_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7887294Z copying torch/include/ATen/ops/_foreach_minimum.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7888616Z copying torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7889304Z copying torch/include/ATen/ops/_foreach_minimum_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7890607Z copying torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7891520Z copying torch/include/ATen/ops/_foreach_minimum_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7892708Z copying torch/include/ATen/ops/_foreach_minimum_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7893872Z copying torch/include/ATen/ops/_foreach_mul.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7895052Z copying torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7896173Z copying torch/include/ATen/ops/_foreach_mul_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7897202Z copying torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7898439Z copying torch/include/ATen/ops/_foreach_mul_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7899450Z copying torch/include/ATen/ops/_foreach_mul_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7900747Z copying torch/include/ATen/ops/_foreach_neg.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7901908Z copying torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7903119Z copying torch/include/ATen/ops/_foreach_neg_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7904123Z copying torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7905346Z copying torch/include/ATen/ops/_foreach_neg_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7906349Z copying torch/include/ATen/ops/_foreach_neg_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7907593Z copying torch/include/ATen/ops/_foreach_norm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7908772Z copying torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7909905Z copying torch/include/ATen/ops/_foreach_norm_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7910926Z copying torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7912191Z copying torch/include/ATen/ops/_foreach_norm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7913185Z copying torch/include/ATen/ops/_foreach_norm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7914449Z copying torch/include/ATen/ops/_foreach_reciprocal.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7915533Z copying torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7917271Z copying torch/include/ATen/ops/_foreach_reciprocal_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7918532Z copying torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7919769Z copying torch/include/ATen/ops/_foreach_reciprocal_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7921400Z copying torch/include/ATen/ops/_foreach_reciprocal_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7922701Z copying torch/include/ATen/ops/_foreach_round.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7924029Z copying torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7924900Z copying torch/include/ATen/ops/_foreach_round_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7926172Z copying torch/include/ATen/ops/_foreach_round_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7927321Z copying torch/include/ATen/ops/_foreach_round_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7928544Z copying torch/include/ATen/ops/_foreach_round_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7930009Z copying torch/include/ATen/ops/_foreach_sigmoid.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7930922Z copying torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7932177Z copying torch/include/ATen/ops/_foreach_sigmoid_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7934340Z copying torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7934626Z copying torch/include/ATen/ops/_foreach_sigmoid_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7935789Z copying torch/include/ATen/ops/_foreach_sigmoid_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7936910Z copying torch/include/ATen/ops/_foreach_sin.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7938444Z copying torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7939225Z copying torch/include/ATen/ops/_foreach_sin_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7940424Z copying torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7941679Z copying torch/include/ATen/ops/_foreach_sin_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7942681Z copying torch/include/ATen/ops/_foreach_sin_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7943825Z copying torch/include/ATen/ops/_foreach_sinh.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7944767Z copying torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7946170Z copying torch/include/ATen/ops/_foreach_sinh_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7947365Z copying torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7949288Z copying torch/include/ATen/ops/_foreach_sinh_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7949548Z copying torch/include/ATen/ops/_foreach_sinh_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7951016Z copying torch/include/ATen/ops/_foreach_sqrt.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7951941Z copying torch/include/ATen/ops/ge.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7953003Z copying torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7954590Z copying torch/include/ATen/ops/_foreach_sqrt_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7955584Z copying torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7956883Z copying torch/include/ATen/ops/_foreach_sqrt_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7958064Z copying torch/include/ATen/ops/_foreach_sqrt_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7958986Z copying torch/include/ATen/ops/_foreach_sub.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7960446Z copying torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7961367Z copying torch/include/ATen/ops/_foreach_sub_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7962820Z copying torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7964116Z copying torch/include/ATen/ops/_foreach_sub_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7964980Z copying torch/include/ATen/ops/_foreach_sub_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7966505Z copying torch/include/ATen/ops/_foreach_tan.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7967811Z copying torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7968607Z copying torch/include/ATen/ops/_foreach_tan_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7969911Z copying torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7971284Z copying torch/include/ATen/ops/_foreach_tan_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7972270Z copying torch/include/ATen/ops/_foreach_tan_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7973750Z copying torch/include/ATen/ops/_foreach_tanh.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7974633Z copying torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7975789Z copying torch/include/ATen/ops/_foreach_tanh_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7977046Z copying torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7978270Z copying torch/include/ATen/ops/_foreach_tanh_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7979472Z copying torch/include/ATen/ops/_foreach_tanh_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7980643Z copying torch/include/ATen/ops/_foreach_trunc.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7981957Z copying torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7982959Z copying torch/include/ATen/ops/_foreach_trunc_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7984306Z copying torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7985315Z copying torch/include/ATen/ops/_foreach_trunc_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7986641Z copying torch/include/ATen/ops/_foreach_trunc_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7987803Z copying torch/include/ATen/ops/_foreach_zero.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7989113Z copying torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7990123Z copying torch/include/ATen/ops/_foreach_zero_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7991447Z copying torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7992631Z copying torch/include/ATen/ops/_foreach_zero_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7994479Z copying torch/include/ATen/ops/_foreach_zero_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7995634Z copying torch/include/ATen/ops/_fused_adam.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7996868Z copying torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7998116Z copying torch/include/ATen/ops/_fused_adam_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.7999390Z copying torch/include/ATen/ops/_fused_adam_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8000481Z copying torch/include/ATen/ops/_fused_adam_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8001641Z copying torch/include/ATen/ops/_fused_dropout.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8002864Z copying torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8004066Z copying torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8005211Z copying torch/include/ATen/ops/_fused_dropout_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8006488Z copying torch/include/ATen/ops/_fused_dropout_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8007706Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8009206Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8010246Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8011594Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8012786Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8014194Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8015427Z copying torch/include/ATen/ops/_fw_primal.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8016797Z copying torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8017963Z copying torch/include/ATen/ops/_fw_primal_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8019292Z copying torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8020582Z copying torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8021757Z copying torch/include/ATen/ops/_fw_primal_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8022980Z copying torch/include/ATen/ops/_fw_primal_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8024241Z copying torch/include/ATen/ops/_fw_primal_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8025769Z copying torch/include/ATen/ops/_fw_primal_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8027032Z copying torch/include/ATen/ops/_gather_sparse_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8028444Z copying torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8029429Z copying torch/include/ATen/ops/_gather_sparse_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8030490Z copying torch/include/ATen/ops/_gather_sparse_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8031686Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8032665Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8034440Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8035122Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8036314Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8037622Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8038726Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8040430Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8042286Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8043747Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8045350Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8046695Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8048677Z copying torch/include/ATen/ops/_has_same_storage_numel.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8050089Z copying torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8051684Z copying torch/include/ATen/ops/_has_same_storage_numel_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8053021Z copying torch/include/ATen/ops/_has_same_storage_numel_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8054751Z copying torch/include/ATen/ops/_histogramdd_bin_edges.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8056388Z copying torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8057712Z copying torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8059372Z copying torch/include/ATen/ops/gt.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8060980Z copying torch/include/ATen/ops/_histogramdd_bin_edges_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8062798Z copying torch/include/ATen/ops/_histogramdd_bin_edges_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8064103Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8065869Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8067272Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8068837Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8070375Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8071937Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8073607Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8074970Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8076634Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8078008Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8079785Z copying torch/include/ATen/ops/_index_put_impl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8081420Z copying torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8083666Z copying torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8084869Z copying torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8086498Z copying torch/include/ATen/ops/_index_put_impl_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8087931Z copying torch/include/ATen/ops/_index_put_impl_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8089406Z copying torch/include/ATen/ops/_index_put_impl_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8090607Z copying torch/include/ATen/ops/_indices.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8092009Z copying torch/include/ATen/ops/_indices_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8092933Z copying torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8094683Z copying torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8095579Z copying torch/include/ATen/ops/_indices_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8097158Z copying torch/include/ATen/ops/_indices_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8098174Z copying torch/include/ATen/ops/_indices_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8099550Z copying torch/include/ATen/ops/_indices_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8100490Z copying torch/include/ATen/ops/_is_zerotensor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8101814Z copying torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8102712Z copying torch/include/ATen/ops/_is_zerotensor_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8103911Z copying torch/include/ATen/ops/_is_zerotensor_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8105107Z copying torch/include/ATen/ops/_linalg_check_errors.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8106361Z copying torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8107279Z copying torch/include/ATen/ops/_linalg_check_errors_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8108475Z copying torch/include/ATen/ops/_linalg_check_errors_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8109436Z copying torch/include/ATen/ops/_linalg_det.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8110785Z copying torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8111655Z copying torch/include/ATen/ops/_linalg_det_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8112965Z copying torch/include/ATen/ops/_linalg_det_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8113919Z copying torch/include/ATen/ops/_linalg_det_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8115229Z copying torch/include/ATen/ops/_linalg_det_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8116404Z copying torch/include/ATen/ops/_linalg_det_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8117288Z copying torch/include/ATen/ops/_linalg_det_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8118346Z copying torch/include/ATen/ops/_linalg_eigh.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8119979Z copying torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8120835Z copying torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8122382Z copying torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8123642Z copying torch/include/ATen/ops/_linalg_eigh_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8124768Z copying torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8126021Z copying torch/include/ATen/ops/_linalg_eigh_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8127240Z copying torch/include/ATen/ops/_linalg_eigh_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8128519Z copying torch/include/ATen/ops/_linalg_slogdet.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8129624Z copying torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8130554Z copying torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8131931Z copying torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8132951Z copying torch/include/ATen/ops/_linalg_slogdet_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8134246Z copying torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8135703Z copying torch/include/ATen/ops/_linalg_slogdet_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8136674Z copying torch/include/ATen/ops/_linalg_slogdet_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8138180Z copying torch/include/ATen/ops/_linalg_solve_ex.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8140092Z copying torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8140659Z copying torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8142152Z copying torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8143032Z copying torch/include/ATen/ops/_linalg_solve_ex_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8144052Z copying torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8145263Z copying torch/include/ATen/ops/_linalg_solve_ex_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8146514Z copying torch/include/ATen/ops/_linalg_solve_ex_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8147421Z copying torch/include/ATen/ops/_linalg_svd.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8148780Z copying torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8149754Z copying torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8150929Z copying torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8151984Z copying torch/include/ATen/ops/_linalg_svd_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8153239Z copying torch/include/ATen/ops/_linalg_svd_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8154211Z copying torch/include/ATen/ops/_linalg_svd_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8155414Z copying torch/include/ATen/ops/_linalg_svd_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8156428Z copying torch/include/ATen/ops/_local_scalar_dense.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8157681Z copying torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8158726Z copying torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8160840Z copying torch/include/ATen/ops/_local_scalar_dense_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8161799Z copying torch/include/ATen/ops/_local_scalar_dense_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8162978Z copying torch/include/ATen/ops/_log_softmax.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8164205Z copying torch/include/ATen/ops/_log_softmax_backward_data.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8165529Z copying torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8166765Z copying torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8167970Z copying torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8169237Z copying torch/include/ATen/ops/_log_softmax_backward_data_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8170550Z copying torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8171900Z copying torch/include/ATen/ops/_lstm_mps.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8172906Z copying torch/include/ATen/ops/_log_softmax_backward_data_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8174813Z copying torch/include/ATen/ops/_log_softmax_backward_data_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8175637Z copying torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8176488Z copying torch/include/ATen/ops/_log_softmax_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8177845Z copying torch/include/ATen/ops/_log_softmax_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8179080Z copying torch/include/ATen/ops/_log_softmax_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8180357Z copying torch/include/ATen/ops/_log_softmax_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8181353Z copying torch/include/ATen/ops/_log_softmax_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8182606Z copying torch/include/ATen/ops/_log_softmax_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8183685Z copying torch/include/ATen/ops/_logcumsumexp.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8184931Z copying torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8186738Z copying torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8187154Z copying torch/include/ATen/ops/_logcumsumexp_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8188717Z copying torch/include/ATen/ops/_logcumsumexp_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8189842Z copying torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8191129Z copying torch/include/ATen/ops/_lstm_mps_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8192434Z copying torch/include/ATen/ops/_lstm_mps_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8193728Z copying torch/include/ATen/ops/_lu_with_info.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8195227Z copying torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8196545Z copying torch/include/ATen/ops/_lu_with_info_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8197472Z copying torch/include/ATen/ops/_lu_with_info_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8198698Z copying torch/include/ATen/ops/_make_dual.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8200076Z copying torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8201047Z copying torch/include/ATen/ops/_make_dual_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8202702Z copying torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8204085Z copying torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8204938Z copying torch/include/ATen/ops/_make_dual_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8206587Z copying torch/include/ATen/ops/_make_dual_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8207719Z copying torch/include/ATen/ops/_make_dual_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8209035Z copying torch/include/ATen/ops/_make_dual_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8210008Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8211454Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8212577Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8213911Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8214926Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8216816Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8217539Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8218821Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8219804Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8220895Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8222383Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8223578Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8224689Z copying torch/include/ATen/ops/_masked_scale.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8225889Z copying torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8227199Z copying torch/include/ATen/ops/_masked_scale_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8228414Z copying torch/include/ATen/ops/_masked_scale_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8229933Z copying torch/include/ATen/ops/_masked_scale_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8231342Z copying torch/include/ATen/ops/_masked_softmax.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8232272Z copying torch/include/ATen/ops/_masked_softmax_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8233549Z copying torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8234841Z copying torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8236064Z copying torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8237328Z copying torch/include/ATen/ops/_masked_softmax_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8238545Z copying torch/include/ATen/ops/_masked_softmax_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8240900Z copying torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8242271Z copying torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8243551Z copying torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8244807Z copying torch/include/ATen/ops/_masked_softmax_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8246055Z copying torch/include/ATen/ops/_masked_softmax_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8247344Z copying torch/include/ATen/ops/_mkldnn_reshape.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8248736Z copying torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8249967Z copying torch/include/ATen/ops/_mkldnn_reshape_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8251295Z copying torch/include/ATen/ops/_mkldnn_reshape_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8252520Z copying torch/include/ATen/ops/_mkldnn_transpose.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8254324Z copying torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8255016Z copying torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8256011Z copying torch/include/ATen/ops/_mkldnn_transpose_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8257267Z copying torch/include/ATen/ops/_mkldnn_transpose_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8258727Z copying torch/include/ATen/ops/_mps_convolution.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8260115Z copying torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8260767Z copying torch/include/ATen/ops/_mps_convolution_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8262056Z copying torch/include/ATen/ops/_mps_convolution_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8263109Z copying torch/include/ATen/ops/_mps_convolution_transpose.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8264390Z copying torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8265652Z copying torch/include/ATen/ops/_mps_convolution_transpose_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8266488Z copying torch/include/ATen/ops/_mps_convolution_transpose_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8267803Z copying torch/include/ATen/ops/_mps_max_pool2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8269628Z copying torch/include/ATen/ops/_mps_max_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8270505Z copying torch/include/ATen/ops/_mps_max_pool2d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8271281Z copying torch/include/ATen/ops/_mps_max_pool2d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8272774Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8274662Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8275217Z copying torch/include/ATen/ops/_neg_view.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8276770Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8277668Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8279084Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8280470Z copying torch/include/ATen/ops/_native_decoder_only_multi_head_attention_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8282062Z copying torch/include/ATen/ops/_native_multi_head_attention.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8283323Z copying torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8284249Z copying torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8285774Z copying torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8286932Z copying torch/include/ATen/ops/_native_multi_head_attention_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8288409Z copying torch/include/ATen/ops/_native_multi_head_attention_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8289860Z copying torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8290885Z copying torch/include/ATen/ops/_neg_view_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8292324Z copying torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8293375Z copying torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8294376Z copying torch/include/ATen/ops/_neg_view_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8295674Z copying torch/include/ATen/ops/_neg_view_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8296626Z copying torch/include/ATen/ops/_neg_view_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8298087Z copying torch/include/ATen/ops/_neg_view_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8299557Z copying torch/include/ATen/ops/_nested_from_padded.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8300601Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8301986Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8303227Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8304286Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8305659Z copying torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8306881Z copying torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8308984Z copying torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8309602Z copying torch/include/ATen/ops/_nested_from_padded_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8310491Z copying torch/include/ATen/ops/_nested_from_padded_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8311678Z copying torch/include/ATen/ops/_nested_select_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8313089Z copying torch/include/ATen/ops/_nested_select_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8314038Z copying torch/include/ATen/ops/_nested_select_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8315117Z copying torch/include/ATen/ops/_nested_sum_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8316453Z copying torch/include/ATen/ops/_nested_sum_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8317599Z copying torch/include/ATen/ops/_nested_sum_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8318856Z copying torch/include/ATen/ops/_nested_tensor_from_mask.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8320592Z copying torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8322506Z copying torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8323482Z copying torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8324507Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8325623Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8326947Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8328222Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8329099Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8330366Z copying torch/include/ATen/ops/_nested_tensor_from_mask_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8331302Z copying torch/include/ATen/ops/_nested_tensor_from_mask_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8332537Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8334266Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8334974Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8336305Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8337269Z copying torch/include/ATen/ops/_nested_tensor_layer_norm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8338575Z copying torch/include/ATen/ops/_nested_tensor_layer_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8339776Z copying torch/include/ATen/ops/_nested_tensor_layer_norm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8340980Z copying torch/include/ATen/ops/_nested_tensor_layer_norm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8341843Z copying torch/include/ATen/ops/_nested_tensor_offsets.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8343093Z copying torch/include/ATen/ops/_nested_tensor_offsets_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8344294Z copying torch/include/ATen/ops/_nested_tensor_offsets_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8345550Z copying torch/include/ATen/ops/_nested_tensor_size.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8347182Z copying torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8347979Z copying torch/include/ATen/ops/_nested_tensor_size_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8349549Z copying torch/include/ATen/ops/_nested_tensor_size_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8350796Z copying torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8352019Z copying torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8353222Z copying torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8354342Z copying torch/include/ATen/ops/_nested_tensor_strides.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8355751Z copying torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8356690Z copying torch/include/ATen/ops/_nested_tensor_strides_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8358146Z copying torch/include/ATen/ops/_nested_tensor_strides_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8359688Z copying torch/include/ATen/ops/_nested_view_from_buffer.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8360856Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8362466Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8363558Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8364961Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8365736Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8367079Z copying torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8368303Z copying torch/include/ATen/ops/_nnz.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8369281Z copying torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8370827Z copying torch/include/ATen/ops/_nested_view_from_buffer_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8372020Z copying torch/include/ATen/ops/_nested_view_from_buffer_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8373140Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8373817Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8375618Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8376367Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8377543Z copying torch/include/ATen/ops/_nnpack_available.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8379297Z copying torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8379616Z copying torch/include/ATen/ops/_nnpack_available_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8380864Z copying torch/include/ATen/ops/_nnpack_available_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8382526Z copying torch/include/ATen/ops/_nnpack_spatial_convolution.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8383306Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8384985Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8386244Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8386932Z copying torch/include/ATen/ops/_nnz_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8388382Z copying torch/include/ATen/ops/_nnz_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8389267Z copying torch/include/ATen/ops/_pack_padded_sequence.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8390899Z copying torch/include/ATen/ops/_pack_padded_sequence_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8391893Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8393221Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8394140Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8395137Z copying torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8396509Z copying torch/include/ATen/ops/_pack_padded_sequence_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8398074Z copying torch/include/ATen/ops/_pack_padded_sequence_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8399367Z copying torch/include/ATen/ops/_pad_circular.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8400870Z copying torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8401733Z copying torch/include/ATen/ops/_pad_circular_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8403050Z copying torch/include/ATen/ops/_pad_circular_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8404181Z copying torch/include/ATen/ops/_pad_enum.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8405461Z copying torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8406550Z copying torch/include/ATen/ops/_pad_enum_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8407818Z copying torch/include/ATen/ops/_pad_enum_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8409071Z copying torch/include/ATen/ops/_pad_packed_sequence.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8410309Z copying torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8411351Z copying torch/include/ATen/ops/_pad_packed_sequence_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8412503Z copying torch/include/ATen/ops/_pad_packed_sequence_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8413497Z copying torch/include/ATen/ops/_pdist_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8414699Z copying torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8415872Z copying torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8417110Z copying torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8418057Z copying torch/include/ATen/ops/_pdist_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8419331Z copying torch/include/ATen/ops/_pdist_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8420464Z copying torch/include/ATen/ops/_pdist_forward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8421825Z copying torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8423048Z copying torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8424354Z copying torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8425673Z copying torch/include/ATen/ops/_pdist_forward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8426524Z copying torch/include/ATen/ops/_pdist_forward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8427810Z copying torch/include/ATen/ops/_pin_memory.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8429034Z copying torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8430036Z copying torch/include/ATen/ops/_pin_memory_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8431560Z copying torch/include/ATen/ops/_pin_memory_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8432686Z copying torch/include/ATen/ops/_pin_memory_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8433859Z copying torch/include/ATen/ops/_remove_batch_dim.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8434954Z copying torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8436191Z copying torch/include/ATen/ops/_remove_batch_dim_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8437217Z copying torch/include/ATen/ops/_remove_batch_dim_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8438368Z copying torch/include/ATen/ops/_reshape_alias.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8439977Z copying torch/include/ATen/ops/_reshape_alias_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8441538Z copying torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8442861Z copying torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8443770Z copying torch/include/ATen/ops/_reshape_alias_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8444970Z copying torch/include/ATen/ops/_reshape_alias_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8446216Z copying torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8447405Z copying torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8448790Z copying torch/include/ATen/ops/_reshape_alias_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8449885Z copying torch/include/ATen/ops/_reshape_alias_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8451233Z copying torch/include/ATen/ops/_reshape_alias_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8452351Z copying torch/include/ATen/ops/_reshape_from_tensor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8453794Z copying torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8455112Z copying torch/include/ATen/ops/_reshape_from_tensor_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8456110Z copying torch/include/ATen/ops/_reshape_from_tensor_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8457448Z copying torch/include/ATen/ops/_resize_output.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8458875Z copying torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8460277Z copying torch/include/ATen/ops/_resize_output_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8461441Z copying torch/include/ATen/ops/_resize_output_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8462841Z copying torch/include/ATen/ops/_resize_output_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8463977Z copying torch/include/ATen/ops/_rowwise_prune.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8465519Z copying torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8466368Z copying torch/include/ATen/ops/_rowwise_prune_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8467801Z copying torch/include/ATen/ops/_rowwise_prune_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8468782Z copying torch/include/ATen/ops/_sample_dirichlet.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8470408Z copying torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8471379Z copying torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8472620Z copying torch/include/ATen/ops/_shape_as_tensor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8474006Z copying torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8482491Z copying torch/include/ATen/ops/_sample_dirichlet_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8484132Z copying torch/include/ATen/ops/_sample_dirichlet_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8485441Z copying torch/include/ATen/ops/_saturate_weight_to_fp16.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8486874Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8488280Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8489912Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8490600Z copying torch/include/ATen/ops/_scaled_dot_product_attention.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8492602Z copying torch/include/ATen/ops/_scaled_dot_product_attention_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8493282Z copying torch/include/ATen/ops/_scaled_dot_product_attention_forward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8494984Z copying torch/include/ATen/ops/_scaled_dot_product_attention_forward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8495947Z copying torch/include/ATen/ops/_scaled_dot_product_attention_forward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8497437Z copying torch/include/ATen/ops/_scaled_dot_product_attention_forward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8498839Z copying torch/include/ATen/ops/_scaled_dot_product_attention_forward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8500067Z copying torch/include/ATen/ops/_scaled_dot_product_attention_forward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8501320Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8502675Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8503942Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8505287Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8506468Z copying torch/include/ATen/ops/_scaled_dot_product_attention_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8507738Z copying torch/include/ATen/ops/_scaled_dot_product_attention_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8509062Z copying torch/include/ATen/ops/_segment_reduce_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8510381Z copying torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8512099Z copying torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8513031Z copying torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8514486Z copying torch/include/ATen/ops/_segment_reduce_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8516415Z copying torch/include/ATen/ops/_segment_reduce_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8517460Z copying torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8518815Z copying torch/include/ATen/ops/_shape_as_tensor_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8520693Z copying torch/include/ATen/ops/_shape_as_tensor_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8522365Z copying torch/include/ATen/ops/_slow_conv2d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8524199Z copying torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8525580Z copying torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8527318Z copying torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8529022Z copying torch/include/ATen/ops/_slow_conv2d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8530204Z copying torch/include/ATen/ops/_slow_conv2d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8531844Z copying torch/include/ATen/ops/_slow_conv2d_forward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8533517Z copying torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8535087Z copying torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8536656Z copying torch/include/ATen/ops/_slow_conv2d_forward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8538217Z copying torch/include/ATen/ops/_slow_conv2d_forward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8539808Z copying torch/include/ATen/ops/_sobol_engine_draw.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8541491Z copying torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8542643Z copying torch/include/ATen/ops/_sobol_engine_draw_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8544112Z copying torch/include/ATen/ops/_sobol_engine_draw_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8544916Z copying torch/include/ATen/ops/_sobol_engine_ff.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8546478Z copying torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8547451Z copying torch/include/ATen/ops/_sobol_engine_ff_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8548740Z copying torch/include/ATen/ops/_sobol_engine_ff_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8550038Z copying torch/include/ATen/ops/_sobol_engine_initialize_state.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8551328Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8552634Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8553760Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8555201Z copying torch/include/ATen/ops/_sobol_engine_scramble.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8556271Z copying torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8557845Z copying torch/include/ATen/ops/_sobol_engine_scramble_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8558805Z copying torch/include/ATen/ops/_sobol_engine_scramble_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8560796Z copying torch/include/ATen/ops/_softmax.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8562159Z copying torch/include/ATen/ops/_softmax_backward_data.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8563492Z copying torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8564509Z copying torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8565800Z copying torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8566886Z copying torch/include/ATen/ops/_softmax_backward_data_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8568195Z copying torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8569125Z copying torch/include/ATen/ops/_softmax_backward_data_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8570304Z copying torch/include/ATen/ops/_softmax_backward_data_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8572023Z copying torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8573111Z copying torch/include/ATen/ops/_softmax_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8574263Z copying torch/include/ATen/ops/_softmax_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8575257Z copying torch/include/ATen/ops/_softmax_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8576410Z copying torch/include/ATen/ops/_softmax_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8577556Z copying torch/include/ATen/ops/_softmax_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8579132Z copying torch/include/ATen/ops/_softmax_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8580254Z copying torch/include/ATen/ops/_sparse_addmm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8581750Z copying torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8582705Z copying torch/include/ATen/ops/_sparse_addmm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8583878Z copying torch/include/ATen/ops/_sparse_addmm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8585018Z copying torch/include/ATen/ops/_sparse_broadcast_to.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8586457Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8587504Z copying torch/include/ATen/ops/_sparse_mm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8589037Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8590385Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8591468Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8592976Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8593962Z copying torch/include/ATen/ops/_sparse_broadcast_to_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8595115Z copying torch/include/ATen/ops/_sparse_broadcast_to_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8596600Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8597890Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8599217Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8600494Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8601704Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8603317Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8604308Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8605515Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8606885Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8608201Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8609331Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8610241Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8611757Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8613088Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8614126Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8615550Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8616733Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8618042Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8619900Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8620722Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8622121Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8623352Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8624625Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8625836Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8627029Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8628276Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8629478Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8630816Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8632046Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8633367Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8634674Z copying torch/include/ATen/ops/_sparse_csr_prod.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8636150Z copying torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8637116Z copying torch/include/ATen/ops/_sparse_csr_prod_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8638719Z copying torch/include/ATen/ops/_sparse_csr_prod_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8640142Z copying torch/include/ATen/ops/_sparse_csr_sum.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8641777Z copying torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8642821Z copying torch/include/ATen/ops/_sparse_csr_sum_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8644229Z copying torch/include/ATen/ops/_sparse_csr_sum_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8645417Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8646727Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8647927Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8649517Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8650280Z copying torch/include/ATen/ops/_sparse_log_softmax.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8651523Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8653273Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8654513Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8655938Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8656870Z copying torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8657951Z copying torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8659127Z copying torch/include/ATen/ops/_sparse_log_softmax_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8660304Z copying torch/include/ATen/ops/_sparse_log_softmax_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8661569Z copying torch/include/ATen/ops/_sparse_mask_helper.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8663059Z copying torch/include/ATen/ops/_sparse_mask_helper_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8664308Z copying torch/include/ATen/ops/_sparse_mask_helper_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8665698Z copying torch/include/ATen/ops/_sparse_mask_helper_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8667069Z copying torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8668440Z copying torch/include/ATen/ops/_sparse_mm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8669810Z copying torch/include/ATen/ops/_sparse_mm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8671253Z copying torch/include/ATen/ops/_sparse_softmax.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8672560Z copying torch/include/ATen/ops/_sparse_softmax_backward_data.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8674013Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8675336Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8676774Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8678182Z copying torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8679649Z copying torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8681072Z copying torch/include/ATen/ops/_sparse_softmax_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8682489Z copying torch/include/ATen/ops/_sparse_softmax_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8683962Z copying torch/include/ATen/ops/_sparse_sparse_matmul.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8685127Z copying torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8686492Z copying torch/include/ATen/ops/_sparse_sparse_matmul_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8687920Z copying torch/include/ATen/ops/_sparse_sparse_matmul_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8689166Z copying torch/include/ATen/ops/_sparse_sum.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8690246Z copying torch/include/ATen/ops/_sparse_sum_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8691611Z copying torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8692711Z copying torch/include/ATen/ops/_sparse_sum_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8693828Z copying torch/include/ATen/ops/_sparse_sum_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8695182Z copying torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8696191Z copying torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8697293Z copying torch/include/ATen/ops/_sparse_sum_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8698571Z copying torch/include/ATen/ops/_sparse_sum_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8700053Z copying torch/include/ATen/ops/_spdiags.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8701459Z copying torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8702318Z copying torch/include/ATen/ops/_spdiags_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8703192Z copying torch/include/ATen/ops/_spdiags_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8704606Z copying torch/include/ATen/ops/_spdiags_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8705568Z copying torch/include/ATen/ops/_stack.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8706982Z copying torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8708346Z copying torch/include/ATen/ops/_stack_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8709181Z copying torch/include/ATen/ops/_stack_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8710332Z copying torch/include/ATen/ops/_stack_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8711628Z copying torch/include/ATen/ops/_standard_gamma.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8712936Z copying torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8713808Z copying torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8715065Z copying torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8716309Z copying torch/include/ATen/ops/_standard_gamma_grad.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8717799Z copying torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8718662Z copying torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8720051Z copying torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8721210Z copying torch/include/ATen/ops/_standard_gamma_grad_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8722423Z copying torch/include/ATen/ops/_standard_gamma_grad_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8723661Z copying torch/include/ATen/ops/_standard_gamma_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8724930Z copying torch/include/ATen/ops/_standard_gamma_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8726119Z copying torch/include/ATen/ops/_symeig_helper.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8727572Z copying torch/include/ATen/ops/_symeig_helper_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8728340Z copying torch/include/ATen/ops/_symeig_helper_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8729653Z copying torch/include/ATen/ops/_symeig_helper_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8730902Z copying torch/include/ATen/ops/_symeig_helper_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8732177Z copying torch/include/ATen/ops/_symeig_helper_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8733611Z copying torch/include/ATen/ops/_test_ambiguous_defaults.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8734925Z copying torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8735903Z copying torch/include/ATen/ops/_test_ambiguous_defaults_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8737246Z copying torch/include/ATen/ops/_test_ambiguous_defaults_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8738422Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8739721Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8740784Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8742041Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8743203Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8744435Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8745695Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8746877Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8748112Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8749452Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8750509Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8751755Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8753130Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8754306Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8755595Z copying torch/include/ATen/ops/_test_optional_filled_intlist.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8756945Z copying torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8757950Z copying torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8759223Z copying torch/include/ATen/ops/_test_optional_filled_intlist_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8761153Z copying torch/include/ATen/ops/_test_optional_filled_intlist_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8761711Z copying torch/include/ATen/ops/_test_optional_floatlist.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8763219Z copying torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8764264Z copying torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8765575Z copying torch/include/ATen/ops/_test_optional_floatlist_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8766562Z copying torch/include/ATen/ops/_test_optional_floatlist_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8767724Z copying torch/include/ATen/ops/_test_optional_intlist.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8769149Z copying torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8770493Z copying torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8771444Z copying torch/include/ATen/ops/_test_optional_intlist_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8772880Z copying torch/include/ATen/ops/_test_optional_intlist_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8774130Z copying torch/include/ATen/ops/_test_serialization_subcmul.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8775193Z copying torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8776613Z copying torch/include/ATen/ops/_test_serialization_subcmul_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8777649Z copying torch/include/ATen/ops/_test_serialization_subcmul_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8778921Z copying torch/include/ATen/ops/_test_string_default.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8780885Z copying torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8781605Z copying torch/include/ATen/ops/_test_string_default_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8782675Z copying torch/include/ATen/ops/_test_string_default_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8784491Z copying torch/include/ATen/ops/_test_warn_in_autograd.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8785345Z copying torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8786259Z copying torch/include/ATen/ops/_test_warn_in_autograd_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8787564Z copying torch/include/ATen/ops/_test_warn_in_autograd_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8788446Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8789930Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8791278Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8792073Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8793444Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8794830Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8796131Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8797447Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8798892Z copying torch/include/ATen/ops/_thnn_fused_gru_cell.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8800166Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8801731Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8802675Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8804028Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8804942Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8806797Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8807357Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8808924Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8809768Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8811154Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8812947Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8814283Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8815355Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8817210Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8818248Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8819798Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8820656Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8822025Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8822894Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8824157Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8825071Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8826483Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8827358Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8828776Z copying torch/include/ATen/ops/_to_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8829672Z copying torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8830838Z copying torch/include/ATen/ops/_to_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8832007Z copying torch/include/ATen/ops/_to_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8833219Z copying torch/include/ATen/ops/_to_cpu.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8834523Z copying torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8835501Z copying torch/include/ATen/ops/_to_cpu_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8836752Z copying torch/include/ATen/ops/_to_cpu_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8838051Z copying torch/include/ATen/ops/_to_dense.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8839362Z copying torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8840367Z copying torch/include/ATen/ops/_to_dense_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8842127Z copying torch/include/ATen/ops/_to_dense_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8843020Z copying torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8844459Z copying torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8845383Z copying torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8846357Z copying torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8847624Z copying torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8848561Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8850123Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8851111Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8852379Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8853265Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8854675Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8855383Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8857039Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8857854Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8859097Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8860367Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8861587Z copying torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8862771Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8863946Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8865175Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8866171Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8867435Z copying torch/include/ATen/ops/i0.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8868392Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8870024Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8870812Z copying torch/include/ATen/ops/_trilinear.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8872254Z copying torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8873176Z copying torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8874639Z copying torch/include/ATen/ops/_trilinear_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8875373Z copying torch/include/ATen/ops/_trilinear_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8876908Z copying torch/include/ATen/ops/_triton_multi_head_attention.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8879402Z copying torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8880018Z copying torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8880784Z copying torch/include/ATen/ops/_triton_multi_head_attention_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8881501Z copying torch/include/ATen/ops/_triton_multi_head_attention_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8882748Z copying torch/include/ATen/ops/_triton_scaled_dot_attention.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8884248Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8885199Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8887406Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8887704Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8889623Z copying torch/include/ATen/ops/_unique.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8890495Z copying torch/include/ATen/ops/_unique2.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8891916Z copying torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8893675Z copying torch/include/ATen/ops/_unique2_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8893972Z copying torch/include/ATen/ops/_unique2_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8895010Z copying torch/include/ATen/ops/_unique2_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8896343Z copying torch/include/ATen/ops/_unique2_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8897542Z copying torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8898471Z copying torch/include/ATen/ops/_unique_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8899768Z copying torch/include/ATen/ops/_unique_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8900966Z copying torch/include/ATen/ops/_unique_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8901764Z copying torch/include/ATen/ops/_unique_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8903294Z copying torch/include/ATen/ops/_unpack_dual.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8904204Z copying torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8905831Z copying torch/include/ATen/ops/_unpack_dual_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8906971Z copying torch/include/ATen/ops/_unpack_dual_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8908078Z copying torch/include/ATen/ops/_unsafe_view.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8909488Z copying torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8910392Z copying torch/include/ATen/ops/_unsafe_view_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8911635Z copying torch/include/ATen/ops/_unsafe_view_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8912750Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8914126Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8915242Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8917450Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8917883Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8918897Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8920279Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8921599Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8922888Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8923839Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8925300Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8926532Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8927754Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8928735Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8929918Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8931173Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8932160Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8933695Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8934411Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8935684Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8936809Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8938235Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8939576Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8940518Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8941909Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8943210Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8944388Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8945645Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8947375Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8948345Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8949365Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8950573Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8951736Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8952987Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8954056Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8955069Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8956549Z copying torch/include/ATen/ops/_upsample_nearest_exact1d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8957433Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8958831Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8960384Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8962357Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8963385Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8964810Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8966060Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8967619Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8968991Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8970330Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8971369Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8972734Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8973946Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8975259Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8976224Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8977265Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8978340Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8979190Z copying torch/include/ATen/ops/_upsample_nearest_exact2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8980608Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8981646Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8983157Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8984011Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8985342Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8986134Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8987618Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8988556Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8989785Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8991047Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8992020Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8993423Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8994191Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8995448Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8996549Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8997648Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8998656Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.8999856Z copying torch/include/ATen/ops/_upsample_nearest_exact3d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9002115Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9002786Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9004090Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9004949Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9006032Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9007067Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9008432Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9009582Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9010773Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9012150Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9013158Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9014087Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9015264Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9016278Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9017479Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9018587Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9020540Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9021496Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9022966Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9024659Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9025951Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9027695Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9029208Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9030833Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9032488Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9033878Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9035531Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9037192Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9038917Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9040319Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9041929Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9043373Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9045315Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9046645Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9047981Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9050608Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9051647Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9053035Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9054748Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9056509Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9057816Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9059460Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9060811Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9062599Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9063884Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9065570Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9067233Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9068720Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9070452Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9071702Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9073525Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9075039Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9076428Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9078229Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9079606Z copying torch/include/ATen/ops/_values.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9081313Z copying torch/include/ATen/ops/_values_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9082972Z copying torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9084489Z copying torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9085908Z copying torch/include/ATen/ops/_values_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9087538Z copying torch/include/ATen/ops/_values_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9089149Z copying torch/include/ATen/ops/_values_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9090744Z copying torch/include/ATen/ops/_values_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9092007Z copying torch/include/ATen/ops/_version.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9093897Z copying torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9095037Z copying torch/include/ATen/ops/_version_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9096723Z copying torch/include/ATen/ops/_version_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9098036Z copying torch/include/ATen/ops/_weight_norm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9099893Z copying torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9101139Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9102956Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9104214Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9105844Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9107284Z copying torch/include/ATen/ops/_weight_norm_interface.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9108693Z copying torch/include/ATen/ops/_weight_norm_interface_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9109641Z copying torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9110684Z copying torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9111726Z copying torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9112947Z copying torch/include/ATen/ops/_weight_norm_interface_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9113832Z copying torch/include/ATen/ops/_weight_norm_interface_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9115164Z copying torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9115978Z copying torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9117282Z copying torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9118278Z copying torch/include/ATen/ops/_weight_norm_interface_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9119742Z copying torch/include/ATen/ops/_weight_norm_interface_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9121768Z copying torch/include/ATen/ops/_weight_norm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9123047Z copying torch/include/ATen/ops/_weight_norm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9123883Z copying torch/include/ATen/ops/abs.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9125259Z copying torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9126404Z copying torch/include/ATen/ops/abs_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9127555Z copying torch/include/ATen/ops/abs_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9129012Z copying torch/include/ATen/ops/abs_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9130118Z copying torch/include/ATen/ops/abs_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9131216Z copying torch/include/ATen/ops/absolute.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9132670Z copying torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9133677Z copying torch/include/ATen/ops/absolute_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9135151Z copying torch/include/ATen/ops/absolute_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9136128Z copying torch/include/ATen/ops/acos.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9137659Z copying torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9138913Z copying torch/include/ATen/ops/acos_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9140222Z copying torch/include/ATen/ops/acos_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9141430Z copying torch/include/ATen/ops/acos_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9142676Z copying torch/include/ATen/ops/acos_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9144094Z copying torch/include/ATen/ops/acos_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9145595Z copying torch/include/ATen/ops/acos_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9146448Z copying torch/include/ATen/ops/acosh.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9147884Z copying torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9149172Z copying torch/include/ATen/ops/acosh_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9150269Z copying torch/include/ATen/ops/acosh_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9151689Z copying torch/include/ATen/ops/acosh_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9152988Z copying torch/include/ATen/ops/acosh_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9154207Z copying torch/include/ATen/ops/acosh_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9155404Z copying torch/include/ATen/ops/acosh_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9156656Z copying torch/include/ATen/ops/adaptive_avg_pool1d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9157954Z copying torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9158969Z copying torch/include/ATen/ops/adaptive_avg_pool1d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9160580Z copying torch/include/ATen/ops/adaptive_avg_pool1d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9162134Z copying torch/include/ATen/ops/adaptive_avg_pool2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9163068Z copying torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9164848Z copying torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9165775Z copying torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9166615Z copying torch/include/ATen/ops/adaptive_avg_pool2d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9168211Z copying torch/include/ATen/ops/adaptive_avg_pool2d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9169185Z copying torch/include/ATen/ops/adaptive_avg_pool3d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9170073Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9171404Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9172644Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9173857Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9175239Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9176755Z copying torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9178017Z copying torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9179164Z copying torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9180436Z copying torch/include/ATen/ops/adaptive_avg_pool3d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9181710Z copying torch/include/ATen/ops/adaptive_avg_pool3d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9182733Z copying torch/include/ATen/ops/adaptive_max_pool1d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9183971Z copying torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9185214Z copying torch/include/ATen/ops/adaptive_max_pool1d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9186159Z copying torch/include/ATen/ops/adaptive_max_pool1d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9187416Z copying torch/include/ATen/ops/adaptive_max_pool2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9188842Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9190207Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9191260Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9192732Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9193700Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9195179Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9196296Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9197341Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9198706Z copying torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9199764Z copying torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9201167Z copying torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9202338Z copying torch/include/ATen/ops/adaptive_max_pool2d_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9203642Z copying torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9204969Z copying torch/include/ATen/ops/adaptive_max_pool2d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9206286Z copying torch/include/ATen/ops/adaptive_max_pool2d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9208695Z copying torch/include/ATen/ops/adaptive_max_pool3d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9209103Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9210287Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9211319Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9212510Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9213489Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9214750Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9215747Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9216822Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9217762Z copying torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9219355Z copying torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9220304Z copying torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9221688Z copying torch/include/ATen/ops/adaptive_max_pool3d_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9222528Z copying torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9223693Z copying torch/include/ATen/ops/adaptive_max_pool3d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9224613Z copying torch/include/ATen/ops/adaptive_max_pool3d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9225724Z copying torch/include/ATen/ops/add.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9227226Z copying torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9228113Z copying torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9229349Z copying torch/include/ATen/ops/add_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9230387Z copying torch/include/ATen/ops/add_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9231361Z copying torch/include/ATen/ops/add_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9233033Z copying torch/include/ATen/ops/add_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9233938Z copying torch/include/ATen/ops/add_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9234880Z copying torch/include/ATen/ops/add_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9236346Z copying torch/include/ATen/ops/addbmm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9237284Z copying torch/include/ATen/ops/addbmm_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9238187Z copying torch/include/ATen/ops/addbmm_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9239185Z copying torch/include/ATen/ops/addbmm_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9240835Z copying torch/include/ATen/ops/addbmm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9241802Z copying torch/include/ATen/ops/addbmm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9243075Z copying torch/include/ATen/ops/addcdiv.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9244565Z copying torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9245850Z copying torch/include/ATen/ops/addcdiv_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9246717Z copying torch/include/ATen/ops/addcdiv_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9247733Z copying torch/include/ATen/ops/addcdiv_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9249019Z copying torch/include/ATen/ops/addcdiv_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9250084Z copying torch/include/ATen/ops/addcdiv_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9251049Z copying torch/include/ATen/ops/addcdiv_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9252213Z copying torch/include/ATen/ops/addcmul.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9253362Z copying torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9254328Z copying torch/include/ATen/ops/addcmul_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9255595Z copying torch/include/ATen/ops/addcmul_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9256518Z copying torch/include/ATen/ops/addcmul_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9258218Z copying torch/include/ATen/ops/addcmul_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9258870Z copying torch/include/ATen/ops/addcmul_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9260001Z copying torch/include/ATen/ops/addcmul_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9261012Z copying torch/include/ATen/ops/addmm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9262782Z copying torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9263576Z copying torch/include/ATen/ops/addmm_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9264693Z copying torch/include/ATen/ops/addmm_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9265968Z copying torch/include/ATen/ops/addmm_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9266873Z copying torch/include/ATen/ops/addmm_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9268068Z copying torch/include/ATen/ops/addmm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9269389Z copying torch/include/ATen/ops/addmm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9270561Z copying torch/include/ATen/ops/addmv.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9272046Z copying torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9272979Z copying torch/include/ATen/ops/addmv_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9273932Z copying torch/include/ATen/ops/addmv_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9274973Z copying torch/include/ATen/ops/addmv_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9276095Z copying torch/include/ATen/ops/addmv_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9277101Z copying torch/include/ATen/ops/addmv_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9278524Z copying torch/include/ATen/ops/addmv_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9279647Z copying torch/include/ATen/ops/addr.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9280726Z copying torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9282388Z copying torch/include/ATen/ops/addr_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9283683Z copying torch/include/ATen/ops/addr_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9284675Z copying torch/include/ATen/ops/addr_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9285493Z copying torch/include/ATen/ops/addr_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9287089Z copying torch/include/ATen/ops/adjoint.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9287990Z copying torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9290289Z copying torch/include/ATen/ops/adjoint_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9290943Z copying torch/include/ATen/ops/adjoint_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9291806Z copying torch/include/ATen/ops/affine_grid_generator.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9293584Z copying torch/include/ATen/ops/affine_grid_generator_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9294775Z copying torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9295885Z copying torch/include/ATen/ops/affine_grid_generator_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9296872Z copying torch/include/ATen/ops/affine_grid_generator_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9298278Z copying torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9299224Z copying torch/include/ATen/ops/affine_grid_generator_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9300662Z copying torch/include/ATen/ops/affine_grid_generator_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9301584Z copying torch/include/ATen/ops/alias.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9303632Z copying torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9304669Z copying torch/include/ATen/ops/alias_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9306063Z copying torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9307709Z copying torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9309074Z copying torch/include/ATen/ops/alias_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9310460Z copying torch/include/ATen/ops/alias_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9312388Z copying torch/include/ATen/ops/alias_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9313636Z copying torch/include/ATen/ops/alias_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9315140Z copying torch/include/ATen/ops/align_as.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9316810Z copying torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9318202Z copying torch/include/ATen/ops/align_as_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9319993Z copying torch/include/ATen/ops/align_as_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9321513Z copying torch/include/ATen/ops/align_tensors.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9323226Z copying torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9324643Z copying torch/include/ATen/ops/align_tensors_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9326180Z copying torch/include/ATen/ops/align_tensors_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9327611Z copying torch/include/ATen/ops/align_to.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9329313Z copying torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9330727Z copying torch/include/ATen/ops/align_to_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9332441Z copying torch/include/ATen/ops/align_to_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9333954Z copying torch/include/ATen/ops/all.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9335746Z copying torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9337263Z copying torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9338655Z copying torch/include/ATen/ops/all_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9340183Z copying torch/include/ATen/ops/all_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9341788Z copying torch/include/ATen/ops/all_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9343227Z copying torch/include/ATen/ops/all_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9344780Z copying torch/include/ATen/ops/all_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9346292Z copying torch/include/ATen/ops/all_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9347876Z copying torch/include/ATen/ops/allclose.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9349512Z copying torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9350955Z copying torch/include/ATen/ops/allclose_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9352451Z copying torch/include/ATen/ops/allclose_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9354007Z copying torch/include/ATen/ops/alpha_dropout.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9355621Z copying torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9357084Z copying torch/include/ATen/ops/alpha_dropout_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9358559Z copying torch/include/ATen/ops/alpha_dropout_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9360144Z copying torch/include/ATen/ops/amax.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9362302Z copying torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9363523Z copying torch/include/ATen/ops/amax_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9365002Z copying torch/include/ATen/ops/amax_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9366470Z copying torch/include/ATen/ops/amax_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9367983Z copying torch/include/ATen/ops/amax_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9369413Z copying torch/include/ATen/ops/amax_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9370959Z copying torch/include/ATen/ops/amax_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9372566Z copying torch/include/ATen/ops/amin.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9374267Z copying torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9375617Z copying torch/include/ATen/ops/amin_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9377169Z copying torch/include/ATen/ops/amin_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9378643Z copying torch/include/ATen/ops/amin_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9380234Z copying torch/include/ATen/ops/amin_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9381691Z copying torch/include/ATen/ops/amin_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9383216Z copying torch/include/ATen/ops/amin_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9385125Z copying torch/include/ATen/ops/aminmax.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9386711Z copying torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9388176Z copying torch/include/ATen/ops/aminmax_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9390412Z copying torch/include/ATen/ops/aminmax_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9391734Z copying torch/include/ATen/ops/aminmax_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9393288Z copying torch/include/ATen/ops/aminmax_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9394792Z copying torch/include/ATen/ops/aminmax_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9396324Z copying torch/include/ATen/ops/aminmax_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9397871Z copying torch/include/ATen/ops/and.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9399756Z copying torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9401290Z copying torch/include/ATen/ops/and_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9402881Z copying torch/include/ATen/ops/and_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9404456Z copying torch/include/ATen/ops/angle.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9406026Z copying torch/include/ATen/ops/angle_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9407568Z copying torch/include/ATen/ops/angle_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9409060Z copying torch/include/ATen/ops/angle_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9410575Z copying torch/include/ATen/ops/angle_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9412096Z copying torch/include/ATen/ops/any.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9413875Z copying torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9415360Z copying torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9416733Z copying torch/include/ATen/ops/le.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9418350Z copying torch/include/ATen/ops/any_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9420006Z copying torch/include/ATen/ops/any_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9421517Z copying torch/include/ATen/ops/any_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9423060Z copying torch/include/ATen/ops/any_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9424570Z copying torch/include/ATen/ops/any_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9426077Z copying torch/include/ATen/ops/any_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9427652Z copying torch/include/ATen/ops/arange.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9429398Z copying torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9430813Z copying torch/include/ATen/ops/arange_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9432355Z copying torch/include/ATen/ops/arange_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9433849Z copying torch/include/ATen/ops/arange_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9435327Z copying torch/include/ATen/ops/arange_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9437009Z copying torch/include/ATen/ops/arange_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9438713Z copying torch/include/ATen/ops/arccos.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9440529Z copying torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9442024Z copying torch/include/ATen/ops/arccos_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9443584Z copying torch/include/ATen/ops/arccos_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9445046Z copying torch/include/ATen/ops/arccosh.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9446736Z copying torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9448158Z copying torch/include/ATen/ops/arccosh_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9449633Z copying torch/include/ATen/ops/arccosh_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9451125Z copying torch/include/ATen/ops/arcsin.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9452845Z copying torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9454224Z copying torch/include/ATen/ops/arcsin_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9455722Z copying torch/include/ATen/ops/arcsin_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9457204Z copying torch/include/ATen/ops/arcsinh.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9458976Z copying torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9460383Z copying torch/include/ATen/ops/arcsinh_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9461879Z copying torch/include/ATen/ops/arcsinh_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9463375Z copying torch/include/ATen/ops/arctan.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9464935Z copying torch/include/ATen/ops/arctan2.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9466583Z copying torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9468040Z copying torch/include/ATen/ops/arctan2_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9469475Z copying torch/include/ATen/ops/arctan2_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9471183Z copying torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9472548Z copying torch/include/ATen/ops/arctan_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9474079Z copying torch/include/ATen/ops/arctan_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9475537Z copying torch/include/ATen/ops/arctanh.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9477237Z copying torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9478637Z copying torch/include/ATen/ops/arctanh_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9480425Z copying torch/include/ATen/ops/arctanh_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9481909Z copying torch/include/ATen/ops/argmax.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9483734Z copying torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9485177Z copying torch/include/ATen/ops/argmax_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9486624Z copying torch/include/ATen/ops/argmax_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9488074Z copying torch/include/ATen/ops/argmax_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9490506Z copying torch/include/ATen/ops/argmax_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9491862Z copying torch/include/ATen/ops/argmax_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9493298Z copying torch/include/ATen/ops/argmax_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9494780Z copying torch/include/ATen/ops/argmin.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9496597Z copying torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9497934Z copying torch/include/ATen/ops/argmin_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9499489Z copying torch/include/ATen/ops/argmin_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9500942Z copying torch/include/ATen/ops/argmin_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9502557Z copying torch/include/ATen/ops/argmin_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9504071Z copying torch/include/ATen/ops/argmin_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9505586Z copying torch/include/ATen/ops/argmin_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9507090Z copying torch/include/ATen/ops/argsort.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9508794Z copying torch/include/ATen/ops/argsort_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9510320Z copying torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9511739Z copying torch/include/ATen/ops/argsort_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9513285Z copying torch/include/ATen/ops/argsort_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9514758Z copying torch/include/ATen/ops/argsort_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9516272Z copying torch/include/ATen/ops/argsort_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9518099Z copying torch/include/ATen/ops/argwhere.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9519846Z copying torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9522130Z copying torch/include/ATen/ops/argwhere_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9523477Z copying torch/include/ATen/ops/argwhere_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9525027Z copying torch/include/ATen/ops/as_strided.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9526848Z copying torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9528207Z copying torch/include/ATen/ops/as_strided_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9529807Z copying torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9531534Z copying torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9532908Z copying torch/include/ATen/ops/as_strided_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9534311Z copying torch/include/ATen/ops/as_strided_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9535839Z copying torch/include/ATen/ops/as_strided_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9537408Z copying torch/include/ATen/ops/as_strided_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9538867Z copying torch/include/ATen/ops/as_strided_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9540365Z copying torch/include/ATen/ops/as_strided_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9541887Z copying torch/include/ATen/ops/as_strided_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9543449Z copying torch/include/ATen/ops/as_strided_scatter.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9545240Z copying torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9546672Z copying torch/include/ATen/ops/as_strided_scatter_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9548172Z copying torch/include/ATen/ops/as_strided_scatter_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9549619Z copying torch/include/ATen/ops/asin.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9551387Z copying torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9552775Z copying torch/include/ATen/ops/asin_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9554260Z copying torch/include/ATen/ops/asin_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9555748Z copying torch/include/ATen/ops/asin_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9557294Z copying torch/include/ATen/ops/asin_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9558788Z copying torch/include/ATen/ops/asin_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9560545Z copying torch/include/ATen/ops/asin_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9562224Z copying torch/include/ATen/ops/asinh.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9563958Z copying torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9565329Z copying torch/include/ATen/ops/asinh_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9566811Z copying torch/include/ATen/ops/asinh_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9568345Z copying torch/include/ATen/ops/asinh_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9570163Z copying torch/include/ATen/ops/asinh_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9571627Z copying torch/include/ATen/ops/asinh_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9573149Z copying torch/include/ATen/ops/asinh_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9574670Z copying torch/include/ATen/ops/atan.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9576247Z copying torch/include/ATen/ops/atan2.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9578126Z copying torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9579420Z copying torch/include/ATen/ops/atan2_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9580968Z copying torch/include/ATen/ops/atan2_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9582486Z copying torch/include/ATen/ops/atan2_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9584049Z copying torch/include/ATen/ops/atan2_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9585514Z copying torch/include/ATen/ops/atan2_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9587084Z copying torch/include/ATen/ops/lt.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9588594Z copying torch/include/ATen/ops/atan2_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9591343Z copying torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9592416Z copying torch/include/ATen/ops/atan_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9593783Z copying torch/include/ATen/ops/atan_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9595229Z copying torch/include/ATen/ops/atan_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9596851Z copying torch/include/ATen/ops/atan_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9598490Z copying torch/include/ATen/ops/atan_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9600176Z copying torch/include/ATen/ops/atan_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9602784Z copying torch/include/ATen/ops/atanh.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9604183Z copying torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9605507Z copying torch/include/ATen/ops/atanh_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9606990Z copying torch/include/ATen/ops/atanh_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9608484Z copying torch/include/ATen/ops/atanh_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9610044Z copying torch/include/ATen/ops/atanh_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9611562Z copying torch/include/ATen/ops/atanh_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9613137Z copying torch/include/ATen/ops/atanh_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9614589Z copying torch/include/ATen/ops/atleast_1d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9616282Z copying torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9617694Z copying torch/include/ATen/ops/atleast_1d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9619349Z copying torch/include/ATen/ops/atleast_1d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9620832Z copying torch/include/ATen/ops/atleast_2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9622475Z copying torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9623846Z copying torch/include/ATen/ops/atleast_2d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9625368Z copying torch/include/ATen/ops/atleast_2d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9626960Z copying torch/include/ATen/ops/atleast_3d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9628524Z copying torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9629985Z copying torch/include/ATen/ops/atleast_3d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9631480Z copying torch/include/ATen/ops/atleast_3d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9632991Z copying torch/include/ATen/ops/avg_pool1d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9634695Z copying torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9636091Z copying torch/include/ATen/ops/avg_pool1d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9637610Z copying torch/include/ATen/ops/avg_pool1d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9639086Z copying torch/include/ATen/ops/avg_pool2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9640799Z copying torch/include/ATen/ops/avg_pool2d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9642800Z copying torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9644142Z copying torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9645644Z copying torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9647155Z copying torch/include/ATen/ops/avg_pool2d_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9648727Z copying torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9650263Z copying torch/include/ATen/ops/avg_pool2d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9651918Z copying torch/include/ATen/ops/avg_pool2d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9653641Z copying torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9654997Z copying torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9656502Z copying torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9658001Z copying torch/include/ATen/ops/avg_pool2d_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9659589Z copying torch/include/ATen/ops/avg_pool2d_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9661077Z copying torch/include/ATen/ops/avg_pool2d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9662549Z copying torch/include/ATen/ops/avg_pool2d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9664118Z copying torch/include/ATen/ops/avg_pool3d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9665650Z copying torch/include/ATen/ops/avg_pool3d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9667403Z copying torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9668787Z copying torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9670384Z copying torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9671820Z copying torch/include/ATen/ops/avg_pool3d_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9673385Z copying torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9674881Z copying torch/include/ATen/ops/avg_pool3d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9676364Z copying torch/include/ATen/ops/avg_pool3d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9678131Z copying torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9679639Z copying torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9681210Z copying torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9682682Z copying torch/include/ATen/ops/avg_pool3d_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9684251Z copying torch/include/ATen/ops/avg_pool3d_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9685788Z copying torch/include/ATen/ops/avg_pool3d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9687278Z copying torch/include/ATen/ops/avg_pool3d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9688794Z copying torch/include/ATen/ops/baddbmm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9691373Z copying torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9692474Z copying torch/include/ATen/ops/baddbmm_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9693931Z copying torch/include/ATen/ops/baddbmm_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9695399Z copying torch/include/ATen/ops/baddbmm_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9696820Z copying torch/include/ATen/ops/baddbmm_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9698301Z copying torch/include/ATen/ops/baddbmm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9699829Z copying torch/include/ATen/ops/baddbmm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9701390Z copying torch/include/ATen/ops/bartlett_window.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9703513Z copying torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9704908Z copying torch/include/ATen/ops/bartlett_window_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9706466Z copying torch/include/ATen/ops/bartlett_window_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9707982Z copying torch/include/ATen/ops/batch_norm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9709568Z copying torch/include/ATen/ops/batch_norm_backward_elemt.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9711217Z copying torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9712661Z copying torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9714141Z copying torch/include/ATen/ops/batch_norm_backward_elemt_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9715782Z copying torch/include/ATen/ops/batch_norm_backward_elemt_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9717206Z copying torch/include/ATen/ops/batch_norm_backward_reduce.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9718950Z copying torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9720648Z copying torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9722224Z copying torch/include/ATen/ops/batch_norm_backward_reduce_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9723790Z copying torch/include/ATen/ops/batch_norm_backward_reduce_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9725425Z copying torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9726901Z copying torch/include/ATen/ops/batch_norm_elemt.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9728504Z copying torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9730081Z copying torch/include/ATen/ops/batch_norm_elemt_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9731569Z copying torch/include/ATen/ops/batch_norm_elemt_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9733056Z copying torch/include/ATen/ops/batch_norm_gather_stats.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9734759Z copying torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9736201Z copying torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9737728Z copying torch/include/ATen/ops/batch_norm_gather_stats_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9739395Z copying torch/include/ATen/ops/batch_norm_gather_stats_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9740990Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9788017Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9789051Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9789985Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9790876Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9791711Z copying torch/include/ATen/ops/batch_norm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9792474Z copying torch/include/ATen/ops/batch_norm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9793264Z copying torch/include/ATen/ops/batch_norm_stats.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9794177Z copying torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9795089Z copying torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9795930Z copying torch/include/ATen/ops/batch_norm_stats_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9796837Z copying torch/include/ATen/ops/batch_norm_stats_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9797716Z copying torch/include/ATen/ops/batch_norm_update_stats.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9798670Z copying torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9799778Z copying torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9800741Z copying torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9801580Z copying torch/include/ATen/ops/batch_norm_update_stats_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9802428Z copying torch/include/ATen/ops/batch_norm_update_stats_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9803207Z copying torch/include/ATen/ops/bernoulli.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9804103Z copying torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9805056Z copying torch/include/ATen/ops/bernoulli_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9805943Z copying torch/include/ATen/ops/bernoulli_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9806787Z copying torch/include/ATen/ops/bernoulli_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9807614Z copying torch/include/ATen/ops/bernoulli_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9808408Z copying torch/include/ATen/ops/bernoulli_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9809194Z copying torch/include/ATen/ops/bernoulli_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9809961Z copying torch/include/ATen/ops/bilinear.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9810812Z copying torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9811658Z copying torch/include/ATen/ops/bilinear_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9812413Z copying torch/include/ATen/ops/bilinear_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9813210Z copying torch/include/ATen/ops/binary_cross_entropy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9814057Z copying torch/include/ATen/ops/binary_cross_entropy_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9814955Z copying torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9815888Z copying torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9816776Z copying torch/include/ATen/ops/binary_cross_entropy_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9817657Z copying torch/include/ATen/ops/binary_cross_entropy_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9818521Z copying torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9819406Z copying torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9820272Z copying torch/include/ATen/ops/binary_cross_entropy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9821239Z copying torch/include/ATen/ops/binary_cross_entropy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9822138Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9823147Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9824108Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9824984Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9825776Z copying torch/include/ATen/ops/bincount.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9826647Z copying torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9827542Z copying torch/include/ATen/ops/bincount_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9828385Z copying torch/include/ATen/ops/bincount_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9829177Z copying torch/include/ATen/ops/bincount_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9829931Z copying torch/include/ATen/ops/bincount_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9830686Z copying torch/include/ATen/ops/binomial.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9831553Z copying torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9832431Z copying torch/include/ATen/ops/binomial_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9833271Z copying torch/include/ATen/ops/binomial_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9834076Z copying torch/include/ATen/ops/binomial_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9834839Z copying torch/include/ATen/ops/binomial_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9835615Z copying torch/include/ATen/ops/bitwise_and.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9836519Z copying torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9837572Z copying torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9838585Z copying torch/include/ATen/ops/bitwise_and_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9839637Z copying torch/include/ATen/ops/bitwise_and_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9840542Z copying torch/include/ATen/ops/bitwise_and_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9841331Z copying torch/include/ATen/ops/bitwise_and_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9842131Z copying torch/include/ATen/ops/bitwise_and_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9842939Z copying torch/include/ATen/ops/bitwise_and_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9843731Z copying torch/include/ATen/ops/bitwise_and_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9844515Z copying torch/include/ATen/ops/bitwise_left_shift.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9845685Z copying torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9847324Z copying torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9848675Z copying torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9850240Z copying torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9851778Z copying torch/include/ATen/ops/bitwise_left_shift_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9853274Z copying torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9854835Z copying torch/include/ATen/ops/bitwise_left_shift_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9856679Z copying torch/include/ATen/ops/bitwise_left_shift_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9858184Z copying torch/include/ATen/ops/bitwise_not.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9859963Z copying torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9861416Z copying torch/include/ATen/ops/bitwise_not_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9862911Z copying torch/include/ATen/ops/bitwise_not_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9864476Z copying torch/include/ATen/ops/bitwise_not_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9866043Z copying torch/include/ATen/ops/bitwise_not_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9867571Z copying torch/include/ATen/ops/bitwise_not_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9869065Z copying torch/include/ATen/ops/bitwise_not_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9870592Z copying torch/include/ATen/ops/bitwise_or.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9872176Z copying torch/include/ATen/ops/bitwise_or_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9873788Z copying torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9875551Z copying torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9877020Z copying torch/include/ATen/ops/bitwise_or_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9878451Z copying torch/include/ATen/ops/bitwise_or_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9880109Z copying torch/include/ATen/ops/bitwise_or_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9882004Z copying torch/include/ATen/ops/bitwise_or_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9883403Z copying torch/include/ATen/ops/bitwise_or_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9884850Z copying torch/include/ATen/ops/bitwise_or_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9886445Z copying torch/include/ATen/ops/bitwise_right_shift.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9888150Z copying torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9889786Z copying torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9891825Z copying torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9893243Z copying torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9894412Z copying torch/include/ATen/ops/bitwise_right_shift_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9896005Z copying torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9897182Z copying torch/include/ATen/ops/bitwise_right_shift_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9898619Z copying torch/include/ATen/ops/bitwise_right_shift_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9900983Z copying torch/include/ATen/ops/bitwise_xor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9901625Z copying torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9902319Z copying torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9903285Z copying torch/include/ATen/ops/bitwise_xor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9904493Z copying torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9905924Z copying torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9907330Z copying torch/include/ATen/ops/bitwise_xor_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9908826Z copying torch/include/ATen/ops/bitwise_xor_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9909920Z copying torch/include/ATen/ops/bitwise_xor_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9911258Z copying torch/include/ATen/ops/bitwise_xor_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9913239Z copying torch/include/ATen/ops/blackman_window.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9913769Z copying torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9914966Z copying torch/include/ATen/ops/blackman_window_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9916126Z copying torch/include/ATen/ops/blackman_window_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9917457Z copying torch/include/ATen/ops/block_diag.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9918848Z copying torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9920026Z copying torch/include/ATen/ops/block_diag_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9921557Z copying torch/include/ATen/ops/block_diag_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9922529Z copying torch/include/ATen/ops/bmm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9923989Z copying torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9925126Z copying torch/include/ATen/ops/bmm_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9926335Z copying torch/include/ATen/ops/bmm_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9927556Z copying torch/include/ATen/ops/bmm_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9929553Z copying torch/include/ATen/ops/bmm_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9930211Z copying torch/include/ATen/ops/bmm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9931053Z copying torch/include/ATen/ops/bmm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9932286Z copying torch/include/ATen/ops/broadcast_tensors.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9933619Z copying torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9934597Z copying torch/include/ATen/ops/broadcast_tensors_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9935813Z copying torch/include/ATen/ops/broadcast_tensors_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9936845Z copying torch/include/ATen/ops/broadcast_to.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9938296Z copying torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9939444Z copying torch/include/ATen/ops/broadcast_to_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9940576Z copying torch/include/ATen/ops/broadcast_to_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9941744Z copying torch/include/ATen/ops/bucketize.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9943175Z copying torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9944302Z copying torch/include/ATen/ops/bucketize_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9945494Z copying torch/include/ATen/ops/bucketize_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9946706Z copying torch/include/ATen/ops/bucketize_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9947799Z copying torch/include/ATen/ops/bucketize_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9948972Z copying torch/include/ATen/ops/can_cast.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9950396Z copying torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9951508Z copying torch/include/ATen/ops/can_cast_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9952664Z copying torch/include/ATen/ops/can_cast_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9953815Z copying torch/include/ATen/ops/cartesian_prod.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9955149Z copying torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9956535Z copying torch/include/ATen/ops/cartesian_prod_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9958111Z copying torch/include/ATen/ops/cartesian_prod_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9960157Z copying torch/include/ATen/ops/cat.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9961490Z copying torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9962766Z copying torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9964024Z copying torch/include/ATen/ops/cat_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9965101Z copying torch/include/ATen/ops/cat_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9966734Z copying torch/include/ATen/ops/cat_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9968785Z copying torch/include/ATen/ops/cat_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9969962Z copying torch/include/ATen/ops/cat_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9971108Z copying torch/include/ATen/ops/cat_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9972504Z copying torch/include/ATen/ops/cauchy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9975207Z copying torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9976329Z copying torch/include/ATen/ops/cauchy_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9978882Z copying torch/include/ATen/ops/cauchy_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9979906Z copying torch/include/ATen/ops/cauchy_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9980982Z copying torch/include/ATen/ops/cauchy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9983453Z copying torch/include/ATen/ops/cauchy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9985775Z copying torch/include/ATen/ops/ccol_indices.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9987378Z copying torch/include/ATen/ops/ccol_indices_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9989639Z copying torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9990590Z copying torch/include/ATen/ops/ccol_indices_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9992232Z copying torch/include/ATen/ops/ccol_indices_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9993747Z copying torch/include/ATen/ops/ccol_indices_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9995521Z copying torch/include/ATen/ops/ccol_indices_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9996555Z copying torch/include/ATen/ops/cdist.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9998276Z copying torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:03.9998762Z copying torch/include/ATen/ops/cdist_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0000061Z copying torch/include/ATen/ops/cdist_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0001962Z copying torch/include/ATen/ops/ceil.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0003164Z copying torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0004143Z copying torch/include/ATen/ops/ceil_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0005299Z copying torch/include/ATen/ops/ceil_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0006650Z copying torch/include/ATen/ops/ceil_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0007821Z copying torch/include/ATen/ops/ceil_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0008898Z copying torch/include/ATen/ops/ceil_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0009976Z copying torch/include/ATen/ops/ceil_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0011438Z copying torch/include/ATen/ops/celu.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0012485Z copying torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0014017Z copying torch/include/ATen/ops/celu_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0014996Z copying torch/include/ATen/ops/celu_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0016552Z copying torch/include/ATen/ops/chain_matmul.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0017733Z copying torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0018812Z copying torch/include/ATen/ops/chain_matmul_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0019676Z copying torch/include/ATen/ops/chain_matmul_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0020956Z copying torch/include/ATen/ops/chalf.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0022442Z copying torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0024390Z copying torch/include/ATen/ops/chalf_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0024634Z copying torch/include/ATen/ops/chalf_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0026390Z copying torch/include/ATen/ops/channel_shuffle.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0027512Z copying torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0029618Z copying torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0030143Z copying torch/include/ATen/ops/channel_shuffle_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0031402Z copying torch/include/ATen/ops/channel_shuffle_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0032913Z copying torch/include/ATen/ops/cholesky.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0033848Z copying torch/include/ATen/ops/cholesky_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0034849Z copying torch/include/ATen/ops/cholesky_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0036352Z copying torch/include/ATen/ops/cholesky_inverse.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0037363Z copying torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0038562Z copying torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0040085Z copying torch/include/ATen/ops/cholesky_inverse_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0041283Z copying torch/include/ATen/ops/cholesky_inverse_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0042940Z copying torch/include/ATen/ops/cholesky_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0044221Z copying torch/include/ATen/ops/cholesky_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0045372Z copying torch/include/ATen/ops/cholesky_solve.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0047186Z copying torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0048332Z copying torch/include/ATen/ops/cholesky_solve_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0049568Z copying torch/include/ATen/ops/cholesky_solve_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0050842Z copying torch/include/ATen/ops/choose_qparams_optimized.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0052038Z copying torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0053019Z copying torch/include/ATen/ops/choose_qparams_optimized_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0054252Z copying torch/include/ATen/ops/choose_qparams_optimized_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0055950Z copying torch/include/ATen/ops/chunk.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0056648Z copying torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0058000Z copying torch/include/ATen/ops/chunk_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0059214Z copying torch/include/ATen/ops/chunk_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0060795Z copying torch/include/ATen/ops/clamp.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0062459Z copying torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0063533Z copying torch/include/ATen/ops/clamp_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0064862Z copying torch/include/ATen/ops/clamp_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0066117Z copying torch/include/ATen/ops/clamp_max.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0067644Z copying torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0068795Z copying torch/include/ATen/ops/clamp_max_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0070074Z copying torch/include/ATen/ops/clamp_max_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0071343Z copying torch/include/ATen/ops/clamp_max_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0072717Z copying torch/include/ATen/ops/clamp_max_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0073903Z copying torch/include/ATen/ops/clamp_max_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0075072Z copying torch/include/ATen/ops/clamp_max_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0076554Z copying torch/include/ATen/ops/clamp_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0077640Z copying torch/include/ATen/ops/clamp_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0078969Z copying torch/include/ATen/ops/clamp_min.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0080620Z copying torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0081850Z copying torch/include/ATen/ops/clamp_min_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0083196Z copying torch/include/ATen/ops/clamp_min_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0084536Z copying torch/include/ATen/ops/clamp_min_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0085827Z copying torch/include/ATen/ops/clamp_min_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0087155Z copying torch/include/ATen/ops/clamp_min_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0088491Z copying torch/include/ATen/ops/clamp_min_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0089762Z copying torch/include/ATen/ops/clamp_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0091017Z copying torch/include/ATen/ops/clamp_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0092358Z copying torch/include/ATen/ops/clip.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0093936Z copying torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0095152Z copying torch/include/ATen/ops/clip_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0096435Z copying torch/include/ATen/ops/clip_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0097775Z copying torch/include/ATen/ops/clone.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0099204Z copying torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0100467Z copying torch/include/ATen/ops/clone_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0101715Z copying torch/include/ATen/ops/clone_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0103110Z copying torch/include/ATen/ops/coalesce.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0104596Z copying torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0105850Z copying torch/include/ATen/ops/coalesce_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0107227Z copying torch/include/ATen/ops/coalesce_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0108396Z copying torch/include/ATen/ops/col2im.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0109757Z copying torch/include/ATen/ops/col2im_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0111092Z copying torch/include/ATen/ops/col2im_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0112248Z copying torch/include/ATen/ops/col2im_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0113700Z copying torch/include/ATen/ops/col2im_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0114886Z copying torch/include/ATen/ops/col_indices.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0116330Z copying torch/include/ATen/ops/col_indices_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0117771Z copying torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0119145Z copying torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0120421Z copying torch/include/ATen/ops/col_indices_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0121951Z copying torch/include/ATen/ops/col_indices_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0123158Z copying torch/include/ATen/ops/col_indices_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0124521Z copying torch/include/ATen/ops/col_indices_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0126251Z copying torch/include/ATen/ops/column_stack.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0127076Z copying torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0128755Z copying torch/include/ATen/ops/column_stack_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0129830Z copying torch/include/ATen/ops/column_stack_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0131134Z copying torch/include/ATen/ops/combinations.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0132229Z copying torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0133980Z copying torch/include/ATen/ops/combinations_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0134567Z copying torch/include/ATen/ops/combinations_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0136157Z copying torch/include/ATen/ops/complex.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0137185Z copying torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0138179Z copying torch/include/ATen/ops/complex_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0140237Z copying torch/include/ATen/ops/complex_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0141040Z copying torch/include/ATen/ops/complex_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0142761Z copying torch/include/ATen/ops/complex_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0143960Z copying torch/include/ATen/ops/concat.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0146536Z copying torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0147498Z copying torch/include/ATen/ops/concat_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0149239Z copying torch/include/ATen/ops/concat_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0150845Z copying torch/include/ATen/ops/concatenate.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0152494Z copying torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0153893Z copying torch/include/ATen/ops/concatenate_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0155549Z copying torch/include/ATen/ops/concatenate_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0157117Z copying torch/include/ATen/ops/conj.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0158822Z copying torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0160162Z copying torch/include/ATen/ops/conj_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0162820Z copying torch/include/ATen/ops/conj_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0163866Z copying torch/include/ATen/ops/conj_physical.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0165746Z copying torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0166937Z copying torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0168627Z copying torch/include/ATen/ops/conj_physical_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0169967Z copying torch/include/ATen/ops/conj_physical_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0171737Z copying torch/include/ATen/ops/conj_physical_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0173151Z copying torch/include/ATen/ops/conj_physical_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0174798Z copying torch/include/ATen/ops/constant_pad_nd.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0176497Z copying torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0177786Z copying torch/include/ATen/ops/constant_pad_nd_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0179454Z copying torch/include/ATen/ops/constant_pad_nd_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0180823Z copying torch/include/ATen/ops/contiguous.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0182668Z copying torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0183906Z copying torch/include/ATen/ops/contiguous_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0185613Z copying torch/include/ATen/ops/contiguous_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0186904Z copying torch/include/ATen/ops/conv1d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0188796Z copying torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0189987Z copying torch/include/ATen/ops/conv1d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0191854Z copying torch/include/ATen/ops/conv1d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0193147Z copying torch/include/ATen/ops/conv2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0195000Z copying torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0196197Z copying torch/include/ATen/ops/conv2d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0197904Z copying torch/include/ATen/ops/conv2d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0199642Z copying torch/include/ATen/ops/conv3d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0201167Z copying torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0202722Z copying torch/include/ATen/ops/conv3d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0204312Z copying torch/include/ATen/ops/conv3d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0205840Z copying torch/include/ATen/ops/conv_depthwise3d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0207637Z copying torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0208908Z copying torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0210619Z copying torch/include/ATen/ops/conv_depthwise3d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0211920Z copying torch/include/ATen/ops/conv_depthwise3d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0213581Z copying torch/include/ATen/ops/conv_tbc.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0214920Z copying torch/include/ATen/ops/conv_tbc_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0216821Z copying torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0217986Z copying torch/include/ATen/ops/conv_tbc_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0219797Z copying torch/include/ATen/ops/conv_tbc_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0221190Z copying torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0222844Z copying torch/include/ATen/ops/conv_tbc_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0224457Z copying torch/include/ATen/ops/conv_tbc_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0225796Z copying torch/include/ATen/ops/conv_transpose1d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0227666Z copying torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0228920Z copying torch/include/ATen/ops/conv_transpose1d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0230670Z copying torch/include/ATen/ops/conv_transpose1d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0231942Z copying torch/include/ATen/ops/conv_transpose2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0233789Z copying torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0235140Z copying torch/include/ATen/ops/conv_transpose2d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0236701Z copying torch/include/ATen/ops/conv_transpose2d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0238288Z copying torch/include/ATen/ops/conv_transpose3d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0240035Z copying torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0241467Z copying torch/include/ATen/ops/conv_transpose3d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0243313Z copying torch/include/ATen/ops/conv_transpose3d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0244902Z copying torch/include/ATen/ops/convolution.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0247172Z copying torch/include/ATen/ops/convolution_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0248391Z copying torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0250155Z copying torch/include/ATen/ops/convolution_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0251410Z copying torch/include/ATen/ops/convolution_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0253220Z copying torch/include/ATen/ops/convolution_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0254507Z copying torch/include/ATen/ops/convolution_backward_overrideable.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0256468Z copying torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0257628Z copying torch/include/ATen/ops/convolution_backward_overrideable_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0259436Z copying torch/include/ATen/ops/convolution_backward_overrideable_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0260804Z copying torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0262553Z copying torch/include/ATen/ops/convolution_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0264317Z copying torch/include/ATen/ops/convolution_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0265578Z copying torch/include/ATen/ops/convolution_overrideable.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0267414Z copying torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0268607Z copying torch/include/ATen/ops/convolution_overrideable_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0270375Z copying torch/include/ATen/ops/convolution_overrideable_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0271641Z copying torch/include/ATen/ops/copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0273568Z copying torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0274823Z copying torch/include/ATen/ops/copy_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0276460Z copying torch/include/ATen/ops/copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0278050Z copying torch/include/ATen/ops/copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0279815Z copying torch/include/ATen/ops/copy_sparse_to_sparse.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0281709Z copying torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0283056Z copying torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0284802Z copying torch/include/ATen/ops/copy_sparse_to_sparse_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0286159Z copying torch/include/ATen/ops/copy_sparse_to_sparse_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0287791Z copying torch/include/ATen/ops/copysign.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0289452Z copying torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0290798Z copying torch/include/ATen/ops/copysign_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0292774Z copying torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0294393Z copying torch/include/ATen/ops/copysign_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0295993Z copying torch/include/ATen/ops/copysign_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0297355Z copying torch/include/ATen/ops/copysign_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0299276Z copying torch/include/ATen/ops/copysign_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0300464Z copying torch/include/ATen/ops/copysign_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0302223Z copying torch/include/ATen/ops/corrcoef.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0303669Z copying torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0305280Z copying torch/include/ATen/ops/corrcoef_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0306567Z copying torch/include/ATen/ops/corrcoef_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0308281Z copying torch/include/ATen/ops/cos.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0310135Z copying torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0311240Z copying torch/include/ATen/ops/cos_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0312993Z copying torch/include/ATen/ops/cos_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0314289Z copying torch/include/ATen/ops/cos_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0316078Z copying torch/include/ATen/ops/cos_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0317330Z copying torch/include/ATen/ops/cos_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0319054Z copying torch/include/ATen/ops/cos_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0320534Z copying torch/include/ATen/ops/cosh.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0322763Z copying torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0323811Z copying torch/include/ATen/ops/cosh_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0325475Z copying torch/include/ATen/ops/cosh_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0326760Z copying torch/include/ATen/ops/cosh_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0328554Z copying torch/include/ATen/ops/cosh_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0329804Z copying torch/include/ATen/ops/cosh_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0331592Z copying torch/include/ATen/ops/cosh_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0332909Z copying torch/include/ATen/ops/cosine_embedding_loss.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0334880Z copying torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0335970Z copying torch/include/ATen/ops/cosine_embedding_loss_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0337657Z copying torch/include/ATen/ops/cosine_embedding_loss_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0338966Z copying torch/include/ATen/ops/cosine_similarity.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0340913Z copying torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0342097Z copying torch/include/ATen/ops/cosine_similarity_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0343815Z copying torch/include/ATen/ops/cosine_similarity_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0345057Z copying torch/include/ATen/ops/count_nonzero.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0347647Z copying torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0348640Z copying torch/include/ATen/ops/count_nonzero_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0350385Z copying torch/include/ATen/ops/count_nonzero_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0352016Z copying torch/include/ATen/ops/count_nonzero_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0353318Z copying torch/include/ATen/ops/count_nonzero_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0355074Z copying torch/include/ATen/ops/cov.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0356567Z copying torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0358179Z copying torch/include/ATen/ops/cov_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0359876Z copying torch/include/ATen/ops/cov_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0361578Z copying torch/include/ATen/ops/cross.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0363011Z copying torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0364666Z copying torch/include/ATen/ops/cross_entropy_loss.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0366205Z copying torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0367846Z copying torch/include/ATen/ops/cross_entropy_loss_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0369227Z copying torch/include/ATen/ops/cross_entropy_loss_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0370715Z copying torch/include/ATen/ops/cross_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0372156Z copying torch/include/ATen/ops/cross_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0373021Z copying torch/include/ATen/ops/crow_indices.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0374662Z copying torch/include/ATen/ops/crow_indices_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0375673Z copying torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0377560Z copying torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0378774Z copying torch/include/ATen/ops/crow_indices_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0380470Z copying torch/include/ATen/ops/crow_indices_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0381719Z copying torch/include/ATen/ops/crow_indices_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0383513Z copying torch/include/ATen/ops/crow_indices_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0384723Z copying torch/include/ATen/ops/ctc_loss.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0386702Z copying torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0387837Z copying torch/include/ATen/ops/ctc_loss_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0389624Z copying torch/include/ATen/ops/ctc_loss_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0390943Z copying torch/include/ATen/ops/cudnn_affine_grid_generator.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0392768Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0394201Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0395927Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0397216Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0399083Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0400644Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0402506Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0404180Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0405503Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0407267Z copying torch/include/ATen/ops/cudnn_batch_norm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0408584Z copying torch/include/ATen/ops/cudnn_batch_norm_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0410517Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0411704Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0413503Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0414734Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0416574Z copying torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0417990Z copying torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0418930Z copying torch/include/ATen/ops/cudnn_batch_norm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0420354Z copying torch/include/ATen/ops/cudnn_batch_norm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0421767Z copying torch/include/ATen/ops/cudnn_convolution.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0422616Z copying torch/include/ATen/ops/cudnn_convolution_add_relu.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0424025Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0425072Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0426385Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0427336Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0428400Z copying torch/include/ATen/ops/cudnn_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0429834Z copying torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0431123Z copying torch/include/ATen/ops/cudnn_convolution_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0432103Z copying torch/include/ATen/ops/cudnn_convolution_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0433356Z copying torch/include/ATen/ops/cudnn_convolution_relu.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0434422Z copying torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0435503Z copying torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0436498Z copying torch/include/ATen/ops/cudnn_convolution_relu_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0437563Z copying torch/include/ATen/ops/cudnn_convolution_relu_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0439386Z copying torch/include/ATen/ops/cudnn_convolution_transpose.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0440536Z copying torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0441626Z copying torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0442613Z copying torch/include/ATen/ops/cudnn_convolution_transpose_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0444481Z copying torch/include/ATen/ops/cudnn_convolution_transpose_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0445511Z copying torch/include/ATen/ops/cudnn_grid_sampler.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0446671Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0448207Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0449125Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0450562Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0451385Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0452908Z copying torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0454060Z copying torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0455291Z copying torch/include/ATen/ops/cudnn_grid_sampler_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0457007Z copying torch/include/ATen/ops/cudnn_grid_sampler_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0457898Z copying torch/include/ATen/ops/cudnn_is_acceptable.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0459290Z copying torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0460544Z copying torch/include/ATen/ops/cudnn_is_acceptable_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0461806Z copying torch/include/ATen/ops/cudnn_is_acceptable_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0463003Z copying torch/include/ATen/ops/cummax.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0464440Z copying torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0465674Z copying torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0466942Z copying torch/include/ATen/ops/cummax_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0468186Z copying torch/include/ATen/ops/cummax_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0469574Z copying torch/include/ATen/ops/cummaxmin_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0470990Z copying torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0472181Z copying torch/include/ATen/ops/cummaxmin_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0473527Z copying torch/include/ATen/ops/cummaxmin_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0474735Z copying torch/include/ATen/ops/cummin.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0476150Z copying torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0477427Z copying torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0478667Z copying torch/include/ATen/ops/cummin_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0480029Z copying torch/include/ATen/ops/cummin_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0481825Z copying torch/include/ATen/ops/cumprod.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0483201Z copying torch/include/ATen/ops/cumprod_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0484607Z copying torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0485503Z copying torch/include/ATen/ops/cumprod_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0486632Z copying torch/include/ATen/ops/cumprod_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0488073Z copying torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0489812Z copying torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0490591Z copying torch/include/ATen/ops/cumprod_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0491916Z copying torch/include/ATen/ops/cumprod_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0492771Z copying torch/include/ATen/ops/cumprod_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0494244Z copying torch/include/ATen/ops/cumprod_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0495262Z copying torch/include/ATen/ops/cumprod_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0496380Z copying torch/include/ATen/ops/cumprod_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0497487Z copying torch/include/ATen/ops/cumsum.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0498928Z copying torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0499955Z copying torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0501354Z copying torch/include/ATen/ops/cumsum_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0502296Z copying torch/include/ATen/ops/cumsum_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0503663Z copying torch/include/ATen/ops/cumsum_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0505019Z copying torch/include/ATen/ops/cumsum_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0506267Z copying torch/include/ATen/ops/cumsum_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0507584Z copying torch/include/ATen/ops/cumsum_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0508897Z copying torch/include/ATen/ops/cumulative_trapezoid.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0510874Z copying torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0512659Z copying torch/include/ATen/ops/cumulative_trapezoid_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0513085Z copying torch/include/ATen/ops/cumulative_trapezoid_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0513804Z copying torch/include/ATen/ops/data.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0515207Z copying torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0516426Z copying torch/include/ATen/ops/data_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0517858Z copying torch/include/ATen/ops/data_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0519050Z copying torch/include/ATen/ops/deg2rad.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0521108Z copying torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0522718Z copying torch/include/ATen/ops/deg2rad_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0523488Z copying torch/include/ATen/ops/deg2rad_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0525002Z copying torch/include/ATen/ops/dense_dim.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0525963Z copying torch/include/ATen/ops/dense_dim_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0527390Z copying torch/include/ATen/ops/dense_dim_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0528680Z copying torch/include/ATen/ops/dequantize.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0529663Z copying torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0531213Z copying torch/include/ATen/ops/dequantize_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0532090Z copying torch/include/ATen/ops/dequantize_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0533780Z copying torch/include/ATen/ops/dequantize_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0534734Z copying torch/include/ATen/ops/dequantize_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0536478Z copying torch/include/ATen/ops/det.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0537686Z copying torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0539102Z copying torch/include/ATen/ops/det_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0540254Z copying torch/include/ATen/ops/det_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0541778Z copying torch/include/ATen/ops/detach.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0543155Z copying torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0544196Z copying torch/include/ATen/ops/detach_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0545702Z copying torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0547240Z copying torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0548188Z copying torch/include/ATen/ops/detach_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0549930Z copying torch/include/ATen/ops/detach_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0551165Z copying torch/include/ATen/ops/detach_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0552024Z copying torch/include/ATen/ops/detach_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0553696Z copying torch/include/ATen/ops/diag.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0554902Z copying torch/include/ATen/ops/diag_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0556340Z copying torch/include/ATen/ops/diag_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0557336Z copying torch/include/ATen/ops/diag_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0559046Z copying torch/include/ATen/ops/diag_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0560918Z copying torch/include/ATen/ops/diag_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0561626Z copying torch/include/ATen/ops/diag_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0563291Z copying torch/include/ATen/ops/diag_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0564421Z copying torch/include/ATen/ops/diag_embed.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0565692Z copying torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0567318Z copying torch/include/ATen/ops/diag_embed_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0568044Z copying torch/include/ATen/ops/diag_embed_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0569568Z copying torch/include/ATen/ops/diag_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0570881Z copying torch/include/ATen/ops/diag_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0571797Z copying torch/include/ATen/ops/diagflat.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0573623Z copying torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0574520Z copying torch/include/ATen/ops/diagflat_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0575922Z copying torch/include/ATen/ops/diagflat_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0577274Z copying torch/include/ATen/ops/diagonal.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0578428Z copying torch/include/ATen/ops/diagonal_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0580171Z copying torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0581060Z copying torch/include/ATen/ops/diagonal_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0582703Z copying torch/include/ATen/ops/diagonal_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0584397Z copying torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0585271Z copying torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0586762Z copying torch/include/ATen/ops/diagonal_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0587722Z copying torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0589376Z copying torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0590566Z copying torch/include/ATen/ops/diagonal_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0591822Z copying torch/include/ATen/ops/diagonal_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0593203Z copying torch/include/ATen/ops/diagonal_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0594692Z copying torch/include/ATen/ops/diagonal_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0595835Z copying torch/include/ATen/ops/diagonal_scatter.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0597323Z copying torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0598228Z copying torch/include/ATen/ops/diagonal_scatter_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0599566Z copying torch/include/ATen/ops/diagonal_scatter_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0600549Z copying torch/include/ATen/ops/diff.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0602267Z copying torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0603267Z copying torch/include/ATen/ops/diff_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0604701Z copying torch/include/ATen/ops/diff_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0606059Z copying torch/include/ATen/ops/digamma.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0607415Z copying torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0608441Z copying torch/include/ATen/ops/digamma_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0609707Z copying torch/include/ATen/ops/digamma_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0610991Z copying torch/include/ATen/ops/digamma_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0612188Z copying torch/include/ATen/ops/digamma_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0613434Z copying torch/include/ATen/ops/digamma_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0614453Z copying torch/include/ATen/ops/digamma_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0615769Z copying torch/include/ATen/ops/dist.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0617149Z copying torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0618372Z copying torch/include/ATen/ops/dist_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0619521Z copying torch/include/ATen/ops/dist_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0620788Z copying torch/include/ATen/ops/div.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0622094Z copying torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0623635Z copying torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0624488Z copying torch/include/ATen/ops/div_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0625824Z copying torch/include/ATen/ops/div_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0627192Z copying torch/include/ATen/ops/div_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0628546Z copying torch/include/ATen/ops/div_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0629737Z copying torch/include/ATen/ops/div_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0631119Z copying torch/include/ATen/ops/div_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0632663Z copying torch/include/ATen/ops/divide.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0634141Z copying torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0635358Z copying torch/include/ATen/ops/divide_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0636780Z copying torch/include/ATen/ops/divide_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0638459Z copying torch/include/ATen/ops/dot.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0640057Z copying torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0641276Z copying torch/include/ATen/ops/dot_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0641983Z copying torch/include/ATen/ops/dot_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0643293Z copying torch/include/ATen/ops/dot_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0645082Z copying torch/include/ATen/ops/dot_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0645605Z copying torch/include/ATen/ops/dropout.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0647050Z copying torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0647904Z copying torch/include/ATen/ops/dropout_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0649230Z copying torch/include/ATen/ops/dropout_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0650243Z copying torch/include/ATen/ops/dsplit.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0651174Z copying torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0652550Z copying torch/include/ATen/ops/dsplit_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0653256Z copying torch/include/ATen/ops/dsplit_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0654449Z copying torch/include/ATen/ops/dstack.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0655687Z copying torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0656950Z copying torch/include/ATen/ops/dstack_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0657804Z copying torch/include/ATen/ops/dstack_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0659162Z copying torch/include/ATen/ops/einsum.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0660409Z copying torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0661578Z copying torch/include/ATen/ops/einsum_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0662505Z copying torch/include/ATen/ops/einsum_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0663755Z copying torch/include/ATen/ops/elu.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0666254Z copying torch/include/ATen/ops/elu_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0666875Z copying torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0667935Z copying torch/include/ATen/ops/elu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0669113Z copying torch/include/ATen/ops/elu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0670028Z copying torch/include/ATen/ops/elu_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0671569Z copying torch/include/ATen/ops/elu_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0672273Z copying torch/include/ATen/ops/elu_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0673643Z copying torch/include/ATen/ops/elu_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0675962Z copying torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0676461Z copying torch/include/ATen/ops/elu_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0678131Z copying torch/include/ATen/ops/elu_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0678561Z copying torch/include/ATen/ops/elu_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0680057Z copying torch/include/ATen/ops/elu_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0681658Z copying torch/include/ATen/ops/elu_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0683157Z copying torch/include/ATen/ops/elu_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0684634Z copying torch/include/ATen/ops/embedding.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0685509Z copying torch/include/ATen/ops/embedding_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0687120Z copying torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0688061Z copying torch/include/ATen/ops/embedding_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0689298Z copying torch/include/ATen/ops/embedding_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0690261Z copying torch/include/ATen/ops/embedding_bag.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0691326Z copying torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0692593Z copying torch/include/ATen/ops/embedding_bag_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0693307Z copying torch/include/ATen/ops/embedding_bag_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0694807Z copying torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0695676Z copying torch/include/ATen/ops/embedding_dense_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0697032Z copying torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0698243Z copying torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0699086Z copying torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0700682Z copying torch/include/ATen/ops/embedding_dense_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0701668Z copying torch/include/ATen/ops/embedding_dense_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0703070Z copying torch/include/ATen/ops/embedding_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0704296Z copying torch/include/ATen/ops/embedding_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0705272Z copying torch/include/ATen/ops/embedding_renorm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0706715Z copying torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0707829Z copying torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0709079Z copying torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0710293Z copying torch/include/ATen/ops/embedding_renorm_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0711407Z copying torch/include/ATen/ops/embedding_renorm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0712783Z copying torch/include/ATen/ops/embedding_renorm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0713741Z copying torch/include/ATen/ops/embedding_sparse_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0714818Z copying torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0716102Z copying torch/include/ATen/ops/embedding_sparse_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0717160Z copying torch/include/ATen/ops/embedding_sparse_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0718297Z copying torch/include/ATen/ops/empty.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0719804Z copying torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0720959Z copying torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0721924Z copying torch/include/ATen/ops/empty_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0723462Z copying torch/include/ATen/ops/empty_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0724699Z copying torch/include/ATen/ops/empty_like.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0725698Z copying torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0726662Z copying torch/include/ATen/ops/empty_like_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0727824Z copying torch/include/ATen/ops/empty_like_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0729078Z copying torch/include/ATen/ops/empty_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0730129Z copying torch/include/ATen/ops/empty_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0731480Z copying torch/include/ATen/ops/empty_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0732869Z copying torch/include/ATen/ops/empty_quantized.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0734131Z copying torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0735317Z copying torch/include/ATen/ops/empty_quantized_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0736516Z copying torch/include/ATen/ops/empty_quantized_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0737728Z copying torch/include/ATen/ops/empty_strided.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0739922Z copying torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0740209Z copying torch/include/ATen/ops/empty_strided_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0741569Z copying torch/include/ATen/ops/empty_strided_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0742357Z copying torch/include/ATen/ops/empty_strided_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0743710Z copying torch/include/ATen/ops/empty_strided_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0744661Z copying torch/include/ATen/ops/empty_strided_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0745963Z copying torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0747134Z copying torch/include/ATen/ops/eq_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0748284Z copying torch/include/ATen/ops/eq_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0749232Z copying torch/include/ATen/ops/eq_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0750583Z copying torch/include/ATen/ops/eq_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0751848Z copying torch/include/ATen/ops/eq_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0753110Z copying torch/include/ATen/ops/eq_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0754373Z copying torch/include/ATen/ops/equal.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0755772Z copying torch/include/ATen/ops/equal_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0757182Z copying torch/include/ATen/ops/equal_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0758068Z copying torch/include/ATen/ops/equal_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0759171Z copying torch/include/ATen/ops/equal_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0761020Z copying torch/include/ATen/ops/erf.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0762878Z copying torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0763378Z copying torch/include/ATen/ops/erf_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0764822Z copying torch/include/ATen/ops/erf_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0766460Z copying torch/include/ATen/ops/erf_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0767162Z copying torch/include/ATen/ops/erf_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0768727Z copying torch/include/ATen/ops/erf_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0769919Z copying torch/include/ATen/ops/erf_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0771678Z copying torch/include/ATen/ops/erfc.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0772183Z copying torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0773540Z copying torch/include/ATen/ops/erfc_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0774976Z copying torch/include/ATen/ops/erfc_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0776134Z copying torch/include/ATen/ops/erfc_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0777229Z copying torch/include/ATen/ops/erfc_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0779256Z copying torch/include/ATen/ops/erfc_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0779499Z copying torch/include/ATen/ops/erfc_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0780428Z copying torch/include/ATen/ops/erfinv.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0782238Z copying torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0782846Z copying torch/include/ATen/ops/erfinv_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0783534Z copying torch/include/ATen/ops/erfinv_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0784769Z copying torch/include/ATen/ops/erfinv_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0785705Z copying torch/include/ATen/ops/erfinv_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0786920Z copying torch/include/ATen/ops/erfinv_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0788727Z copying torch/include/ATen/ops/erfinv_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0789482Z copying torch/include/ATen/ops/exp.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0790507Z copying torch/include/ATen/ops/exp2.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0792104Z copying torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0793093Z copying torch/include/ATen/ops/exp2_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0793910Z copying torch/include/ATen/ops/exp2_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0795437Z copying torch/include/ATen/ops/exp2_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0796221Z copying torch/include/ATen/ops/exp2_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0797132Z copying torch/include/ATen/ops/exp2_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0798619Z copying torch/include/ATen/ops/exp2_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0800001Z copying torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0800813Z copying torch/include/ATen/ops/exp_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0802238Z copying torch/include/ATen/ops/exp_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0803414Z copying torch/include/ATen/ops/exp_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0804884Z copying torch/include/ATen/ops/exp_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0806087Z copying torch/include/ATen/ops/exp_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0807378Z copying torch/include/ATen/ops/exp_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0808972Z copying torch/include/ATen/ops/expand.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0810170Z copying torch/include/ATen/ops/expand_as.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0811486Z copying torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0812801Z copying torch/include/ATen/ops/expand_as_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0814016Z copying torch/include/ATen/ops/expand_as_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0815119Z copying torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0816063Z copying torch/include/ATen/ops/expand_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0817706Z copying torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0818747Z copying torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0819733Z copying torch/include/ATen/ops/expand_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0821085Z copying torch/include/ATen/ops/expand_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0822523Z copying torch/include/ATen/ops/expand_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0823709Z copying torch/include/ATen/ops/expand_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0825029Z copying torch/include/ATen/ops/expm1.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0826468Z copying torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0827673Z copying torch/include/ATen/ops/expm1_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0828941Z copying torch/include/ATen/ops/expm1_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0830373Z copying torch/include/ATen/ops/expm1_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0831749Z copying torch/include/ATen/ops/expm1_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0833013Z copying torch/include/ATen/ops/expm1_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0834439Z copying torch/include/ATen/ops/expm1_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0835618Z copying torch/include/ATen/ops/exponential.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0836999Z copying torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0838243Z copying torch/include/ATen/ops/exponential_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0840094Z copying torch/include/ATen/ops/exponential_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0841750Z copying torch/include/ATen/ops/exponential_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0843045Z copying torch/include/ATen/ops/exponential_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0844406Z copying torch/include/ATen/ops/exponential_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0845630Z copying torch/include/ATen/ops/eye.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0847021Z copying torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0848233Z copying torch/include/ATen/ops/eye_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0849604Z copying torch/include/ATen/ops/eye_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0850917Z copying torch/include/ATen/ops/eye_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0852247Z copying torch/include/ATen/ops/eye_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0853506Z copying torch/include/ATen/ops/eye_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0854735Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0856014Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0857218Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0858552Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0859604Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0861045Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0862181Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0863388Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0864540Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0865714Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0866735Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0868082Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0869340Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0870698Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0871578Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0872914Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0874303Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0875657Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0877222Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0878406Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0879685Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0880826Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0882228Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0883829Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0884887Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0886396Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0887328Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0888748Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0889729Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0890869Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0891839Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0893154Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0894403Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0895640Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0896823Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0897932Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0899115Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0900233Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0901169Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0902596Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0903564Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0905192Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0906334Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0907313Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0908597Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0909930Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0910818Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0912208Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0913375Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0914694Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0916422Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0917188Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0918166Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0920451Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0921254Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0922381Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0923278Z copying torch/include/ATen/ops/feature_alpha_dropout.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0925560Z copying torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0925857Z copying torch/include/ATen/ops/feature_alpha_dropout_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0927099Z copying torch/include/ATen/ops/feature_alpha_dropout_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0928342Z copying torch/include/ATen/ops/feature_dropout.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0929769Z copying torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0930618Z copying torch/include/ATen/ops/feature_dropout_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0932062Z copying torch/include/ATen/ops/feature_dropout_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0933156Z copying torch/include/ATen/ops/fft_fft.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0934465Z copying torch/include/ATen/ops/fft_fft2.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0935672Z copying torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0936653Z copying torch/include/ATen/ops/fft_fft2_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0937836Z copying torch/include/ATen/ops/fft_fft2_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0939048Z copying torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0939947Z copying torch/include/ATen/ops/fft_fft_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0941481Z copying torch/include/ATen/ops/fft_fft_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0942282Z copying torch/include/ATen/ops/fft_fftfreq.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0943802Z copying torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0944719Z copying torch/include/ATen/ops/fft_fftfreq_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0945963Z copying torch/include/ATen/ops/fft_fftfreq_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0946905Z copying torch/include/ATen/ops/fft_fftn.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0948404Z copying torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0949349Z copying torch/include/ATen/ops/fft_fftn_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0950698Z copying torch/include/ATen/ops/fft_fftn_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0952165Z copying torch/include/ATen/ops/fft_fftshift.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0953379Z copying torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0954542Z copying torch/include/ATen/ops/fft_fftshift_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0955639Z copying torch/include/ATen/ops/fft_fftshift_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0956982Z copying torch/include/ATen/ops/fft_hfft.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0958275Z copying torch/include/ATen/ops/fft_hfft2.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0960043Z copying torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0961154Z copying torch/include/ATen/ops/fft_hfft2_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0962455Z copying torch/include/ATen/ops/fft_hfft2_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0963701Z copying torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0964583Z copying torch/include/ATen/ops/fft_hfft_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0966178Z copying torch/include/ATen/ops/fft_hfft_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0966924Z copying torch/include/ATen/ops/fft_hfftn.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0968312Z copying torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0969360Z copying torch/include/ATen/ops/fft_hfftn_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0970645Z copying torch/include/ATen/ops/fft_hfftn_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0971502Z copying torch/include/ATen/ops/fft_ifft.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0972819Z copying torch/include/ATen/ops/fft_ifft2.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0973870Z copying torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0975045Z copying torch/include/ATen/ops/fft_ifft2_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0976441Z copying torch/include/ATen/ops/fft_ifft2_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0977812Z copying torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0978578Z copying torch/include/ATen/ops/fft_ifft_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0980088Z copying torch/include/ATen/ops/fft_ifft_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0980971Z copying torch/include/ATen/ops/fft_ifftn.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0982477Z copying torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0983570Z copying torch/include/ATen/ops/fft_ifftn_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0984998Z copying torch/include/ATen/ops/fft_ifftn_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0985876Z copying torch/include/ATen/ops/fft_ifftshift.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0987348Z copying torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0988301Z copying torch/include/ATen/ops/fft_ifftshift_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0989677Z copying torch/include/ATen/ops/fft_ifftshift_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0990661Z copying torch/include/ATen/ops/fft_ihfft.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0991987Z copying torch/include/ATen/ops/fft_ihfft2.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0993307Z copying torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0994288Z copying torch/include/ATen/ops/fft_ihfft2_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0995595Z copying torch/include/ATen/ops/fft_ihfft2_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0997349Z copying torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0998943Z copying torch/include/ATen/ops/fft_ihfft_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.0999797Z copying torch/include/ATen/ops/fft_ihfft_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1001817Z copying torch/include/ATen/ops/fft_ihfftn.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1003284Z copying torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1004250Z copying torch/include/ATen/ops/fft_ihfftn_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1005455Z copying torch/include/ATen/ops/fft_ihfftn_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1006810Z copying torch/include/ATen/ops/fft_irfft.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1007996Z copying torch/include/ATen/ops/fft_irfft2.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1009268Z copying torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1010614Z copying torch/include/ATen/ops/fft_irfft2_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1011459Z copying torch/include/ATen/ops/fft_irfft2_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1013256Z copying torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1013789Z copying torch/include/ATen/ops/fft_irfft_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1015550Z copying torch/include/ATen/ops/fft_irfft_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1016289Z copying torch/include/ATen/ops/fft_irfftn.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1018088Z copying torch/include/ATen/ops/fft_irfftn_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1018984Z copying torch/include/ATen/ops/mH.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1020566Z copying torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1021953Z copying torch/include/ATen/ops/fft_irfftn_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1023363Z copying torch/include/ATen/ops/fft_rfft.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1025001Z copying torch/include/ATen/ops/fft_rfft2.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1025927Z copying torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1027664Z copying torch/include/ATen/ops/fft_rfft2_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1028490Z copying torch/include/ATen/ops/fft_rfft2_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1029876Z copying torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1030957Z copying torch/include/ATen/ops/fft_rfft_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1032995Z copying torch/include/ATen/ops/fft_rfft_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1034789Z copying torch/include/ATen/ops/fft_rfftfreq.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1035410Z copying torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1037004Z copying torch/include/ATen/ops/fft_rfftfreq_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1037963Z copying torch/include/ATen/ops/fft_rfftfreq_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1039703Z copying torch/include/ATen/ops/fft_rfftn.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1041198Z copying torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1042774Z copying torch/include/ATen/ops/fft_rfftn_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1043821Z copying torch/include/ATen/ops/fft_rfftn_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1045097Z copying torch/include/ATen/ops/fill.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1046443Z copying torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1047686Z copying torch/include/ATen/ops/fill_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1048898Z copying torch/include/ATen/ops/fill_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1050236Z copying torch/include/ATen/ops/fill_diagonal.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1051681Z copying torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1052723Z copying torch/include/ATen/ops/fill_diagonal_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1054266Z copying torch/include/ATen/ops/fill_diagonal_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1056082Z copying torch/include/ATen/ops/fill_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1056867Z copying torch/include/ATen/ops/fill_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1058304Z copying torch/include/ATen/ops/fill_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1060040Z copying torch/include/ATen/ops/fix.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1061728Z copying torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1062961Z copying torch/include/ATen/ops/fix_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1064746Z copying torch/include/ATen/ops/fix_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1065986Z copying torch/include/ATen/ops/flatten.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1068037Z copying torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1069031Z copying torch/include/ATen/ops/flatten_dense_tensors.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1070862Z copying torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1072024Z copying torch/include/ATen/ops/flatten_dense_tensors_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1073832Z copying torch/include/ATen/ops/flatten_dense_tensors_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1075432Z copying torch/include/ATen/ops/flatten_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1077006Z copying torch/include/ATen/ops/flatten_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1078300Z copying torch/include/ATen/ops/flip.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1080435Z copying torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1081601Z copying torch/include/ATen/ops/flip_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1083274Z copying torch/include/ATen/ops/flip_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1084590Z copying torch/include/ATen/ops/flip_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1086768Z copying torch/include/ATen/ops/flip_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1087681Z copying torch/include/ATen/ops/fliplr.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1089267Z copying torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1090371Z copying torch/include/ATen/ops/fliplr_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1091913Z copying torch/include/ATen/ops/fliplr_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1092998Z copying torch/include/ATen/ops/flipud.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1094307Z copying torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1095544Z copying torch/include/ATen/ops/flipud_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1097009Z copying torch/include/ATen/ops/flipud_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1098231Z copying torch/include/ATen/ops/float_power.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1099563Z copying torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1100899Z copying torch/include/ATen/ops/float_power_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1102318Z copying torch/include/ATen/ops/float_power_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1103486Z copying torch/include/ATen/ops/floor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1105081Z copying torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1105923Z copying torch/include/ATen/ops/floor_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1107428Z copying torch/include/ATen/ops/floor_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1108353Z copying torch/include/ATen/ops/floor_divide.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1110082Z copying torch/include/ATen/ops/floor_divide_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1110932Z copying torch/include/ATen/ops/floor_divide_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1112519Z copying torch/include/ATen/ops/floor_divide_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1113653Z copying torch/include/ATen/ops/floor_divide_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1114438Z copying torch/include/ATen/ops/floor_divide_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1115819Z copying torch/include/ATen/ops/floor_divide_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1116834Z copying torch/include/ATen/ops/floor_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1117930Z copying torch/include/ATen/ops/floor_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1119080Z copying torch/include/ATen/ops/floor_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1120202Z copying torch/include/ATen/ops/floor_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1121544Z copying torch/include/ATen/ops/fmax.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1122789Z copying torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1123998Z copying torch/include/ATen/ops/fmax_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1125321Z copying torch/include/ATen/ops/fmax_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1126125Z copying torch/include/ATen/ops/fmax_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1127973Z copying torch/include/ATen/ops/fmax_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1128557Z copying torch/include/ATen/ops/fmax_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1129844Z copying torch/include/ATen/ops/fmax_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1131152Z copying torch/include/ATen/ops/fmin.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1132262Z copying torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1133199Z copying torch/include/ATen/ops/fmin_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1134602Z copying torch/include/ATen/ops/fmin_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1135572Z copying torch/include/ATen/ops/fmin_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1136766Z copying torch/include/ATen/ops/fmin_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1137969Z copying torch/include/ATen/ops/fmin_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1139019Z copying torch/include/ATen/ops/fmin_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1140483Z copying torch/include/ATen/ops/fmod.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1141738Z copying torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1142711Z copying torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1144449Z copying torch/include/ATen/ops/fmod_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1145027Z copying torch/include/ATen/ops/fmod_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1146292Z copying torch/include/ATen/ops/fmod_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1147808Z copying torch/include/ATen/ops/fmod_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1148774Z copying torch/include/ATen/ops/fmod_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1149696Z copying torch/include/ATen/ops/fmod_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1151234Z copying torch/include/ATen/ops/frac.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1152260Z copying torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1153763Z copying torch/include/ATen/ops/frac_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1155073Z copying torch/include/ATen/ops/frac_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1156256Z copying torch/include/ATen/ops/frac_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1157585Z copying torch/include/ATen/ops/frac_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1158866Z copying torch/include/ATen/ops/frac_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1159999Z copying torch/include/ATen/ops/frac_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1161858Z copying torch/include/ATen/ops/fractional_max_pool2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1163575Z copying torch/include/ATen/ops/fractional_max_pool2d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1164767Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1166512Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1168250Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1169053Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1170744Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1171821Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1173440Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1174856Z copying torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1175837Z copying torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1177237Z copying torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1178409Z copying torch/include/ATen/ops/fractional_max_pool2d_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1179980Z copying torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1180864Z copying torch/include/ATen/ops/fractional_max_pool2d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1182290Z copying torch/include/ATen/ops/fractional_max_pool2d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1183537Z copying torch/include/ATen/ops/fractional_max_pool3d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1185055Z copying torch/include/ATen/ops/fractional_max_pool3d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1186347Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1187289Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1188578Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1189773Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1190888Z copying torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1193018Z copying torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1193312Z copying torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1194756Z copying torch/include/ATen/ops/fractional_max_pool3d_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1196172Z copying torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1197698Z copying torch/include/ATen/ops/fractional_max_pool3d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1199120Z copying torch/include/ATen/ops/fractional_max_pool3d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1201155Z copying torch/include/ATen/ops/frexp.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1202550Z copying torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1204190Z copying torch/include/ATen/ops/frexp_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1205458Z copying torch/include/ATen/ops/frexp_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1207256Z copying torch/include/ATen/ops/frexp_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1208425Z copying torch/include/ATen/ops/frexp_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1210244Z copying torch/include/ATen/ops/frobenius_norm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1211761Z copying torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1213253Z copying torch/include/ATen/ops/frobenius_norm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1214806Z copying torch/include/ATen/ops/frobenius_norm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1216462Z copying torch/include/ATen/ops/from_file.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1218193Z copying torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1219428Z copying torch/include/ATen/ops/from_file_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1221156Z copying torch/include/ATen/ops/from_file_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1222837Z copying torch/include/ATen/ops/from_file_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1224023Z copying torch/include/ATen/ops/full.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1226112Z copying torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1227283Z copying torch/include/ATen/ops/full_like.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1229208Z copying torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1230421Z copying torch/include/ATen/ops/full_like_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1232114Z copying torch/include/ATen/ops/full_like_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1233534Z copying torch/include/ATen/ops/full_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1235185Z copying torch/include/ATen/ops/full_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1236878Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1238332Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1240181Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1241231Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1242858Z copying torch/include/ATen/ops/gather.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1244075Z copying torch/include/ATen/ops/gather_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1245584Z copying torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1246883Z copying torch/include/ATen/ops/gather_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1248528Z copying torch/include/ATen/ops/gather_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1249999Z copying torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1251425Z copying torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1252921Z copying torch/include/ATen/ops/gather_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1254446Z copying torch/include/ATen/ops/gather_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1256015Z copying torch/include/ATen/ops/gather_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1257362Z copying torch/include/ATen/ops/gather_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1259424Z copying torch/include/ATen/ops/gather_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1260522Z copying torch/include/ATen/ops/gather_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1261941Z copying torch/include/ATen/ops/gcd.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1263453Z copying torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1264662Z copying torch/include/ATen/ops/gcd_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1265888Z copying torch/include/ATen/ops/gcd_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1267194Z copying torch/include/ATen/ops/gcd_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1268369Z copying torch/include/ATen/ops/gcd_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1269852Z copying torch/include/ATen/ops/gcd_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1271010Z copying torch/include/ATen/ops/gcd_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1272600Z copying torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1273668Z copying torch/include/ATen/ops/ge_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1275061Z copying torch/include/ATen/ops/ge_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1276710Z copying torch/include/ATen/ops/ge_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1278005Z copying torch/include/ATen/ops/ge_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1279600Z copying torch/include/ATen/ops/ge_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1280802Z copying torch/include/ATen/ops/ge_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1282277Z copying torch/include/ATen/ops/gelu.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1283492Z copying torch/include/ATen/ops/gelu_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1285066Z copying torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1286274Z copying torch/include/ATen/ops/gelu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1287592Z copying torch/include/ATen/ops/gelu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1288867Z copying torch/include/ATen/ops/gelu_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1290219Z copying torch/include/ATen/ops/gelu_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1291527Z copying torch/include/ATen/ops/gelu_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1292804Z copying torch/include/ATen/ops/gelu_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1294293Z copying torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1295757Z copying torch/include/ATen/ops/gelu_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1297079Z copying torch/include/ATen/ops/gelu_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1298403Z copying torch/include/ATen/ops/gelu_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1299650Z copying torch/include/ATen/ops/gelu_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1301733Z copying torch/include/ATen/ops/gelu_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1302457Z copying torch/include/ATen/ops/gelu_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1303783Z copying torch/include/ATen/ops/geometric.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1305587Z copying torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1306726Z copying torch/include/ATen/ops/geometric_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1308552Z copying torch/include/ATen/ops/geometric_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1309786Z copying torch/include/ATen/ops/geometric_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1311522Z copying torch/include/ATen/ops/geometric_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1312735Z copying torch/include/ATen/ops/geometric_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1314572Z copying torch/include/ATen/ops/geqrf.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1315785Z copying torch/include/ATen/ops/geqrf_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1317596Z copying torch/include/ATen/ops/geqrf_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1318834Z copying torch/include/ATen/ops/geqrf_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1320871Z copying torch/include/ATen/ops/geqrf_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1322867Z copying torch/include/ATen/ops/ger.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1324304Z copying torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1325833Z copying torch/include/ATen/ops/ger_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1327599Z copying torch/include/ATen/ops/ger_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1328484Z copying torch/include/ATen/ops/glu.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1329836Z copying torch/include/ATen/ops/glu_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1331157Z copying torch/include/ATen/ops/glu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1332438Z copying torch/include/ATen/ops/glu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1333709Z copying torch/include/ATen/ops/glu_backward_jvp.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1335082Z copying torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1336368Z copying torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1337626Z copying torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1338915Z copying torch/include/ATen/ops/glu_backward_jvp_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1340284Z copying torch/include/ATen/ops/glu_backward_jvp_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1341888Z copying torch/include/ATen/ops/glu_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1342989Z copying torch/include/ATen/ops/glu_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1344521Z copying torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1345651Z copying torch/include/ATen/ops/glu_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1346994Z copying torch/include/ATen/ops/glu_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1348950Z copying torch/include/ATen/ops/glu_jvp.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1350321Z copying torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1351591Z copying torch/include/ATen/ops/glu_jvp_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1352467Z copying torch/include/ATen/ops/glu_jvp_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1353975Z copying torch/include/ATen/ops/glu_jvp_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1355308Z copying torch/include/ATen/ops/glu_jvp_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1356108Z copying torch/include/ATen/ops/glu_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1357588Z copying torch/include/ATen/ops/glu_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1358822Z copying torch/include/ATen/ops/glu_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1359771Z copying torch/include/ATen/ops/glu_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1361154Z copying torch/include/ATen/ops/gradient.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1362766Z copying torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1363753Z copying torch/include/ATen/ops/gradient_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1364806Z copying torch/include/ATen/ops/gradient_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1366159Z copying torch/include/ATen/ops/greater.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1367322Z copying torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1368095Z copying torch/include/ATen/ops/greater_equal.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1369827Z copying torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1370871Z copying torch/include/ATen/ops/greater_equal_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1372027Z copying torch/include/ATen/ops/greater_equal_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1373346Z copying torch/include/ATen/ops/greater_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1374542Z copying torch/include/ATen/ops/greater_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1375894Z copying torch/include/ATen/ops/grid_sampler.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1377390Z copying torch/include/ATen/ops/grid_sampler_2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1378597Z copying torch/include/ATen/ops/grid_sampler_2d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1380056Z copying torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1380926Z copying torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1382019Z copying torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1382918Z copying torch/include/ATen/ops/grid_sampler_2d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1384269Z copying torch/include/ATen/ops/grid_sampler_2d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1385240Z copying torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1386225Z copying torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1387323Z copying torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1388409Z copying torch/include/ATen/ops/grid_sampler_2d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1389433Z copying torch/include/ATen/ops/grid_sampler_2d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1390518Z copying torch/include/ATen/ops/grid_sampler_3d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1391603Z copying torch/include/ATen/ops/grid_sampler_3d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1393013Z copying torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1393794Z copying torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1394868Z copying torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1395897Z copying torch/include/ATen/ops/grid_sampler_3d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1397152Z copying torch/include/ATen/ops/grid_sampler_3d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1398178Z copying torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1399201Z copying torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1400472Z copying torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1401677Z copying torch/include/ATen/ops/grid_sampler_3d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1402933Z copying torch/include/ATen/ops/grid_sampler_3d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1404182Z copying torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1405075Z copying torch/include/ATen/ops/grid_sampler_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1406519Z copying torch/include/ATen/ops/grid_sampler_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1407444Z copying torch/include/ATen/ops/group_norm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1408630Z copying torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1409694Z copying torch/include/ATen/ops/group_norm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1411530Z copying torch/include/ATen/ops/group_norm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1412242Z copying torch/include/ATen/ops/gru.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1413444Z copying torch/include/ATen/ops/gru_cell.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1414759Z copying torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1415751Z copying torch/include/ATen/ops/gru_cell_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1416881Z copying torch/include/ATen/ops/gru_cell_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1418177Z copying torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1419176Z copying torch/include/ATen/ops/gru_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1420535Z copying torch/include/ATen/ops/gru_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1421838Z copying torch/include/ATen/ops/mT.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1423099Z copying torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1424547Z copying torch/include/ATen/ops/gt_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1425829Z copying torch/include/ATen/ops/gt_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1427032Z copying torch/include/ATen/ops/gt_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1428197Z copying torch/include/ATen/ops/gt_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1429430Z copying torch/include/ATen/ops/gt_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1430755Z copying torch/include/ATen/ops/gt_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1432259Z copying torch/include/ATen/ops/hamming_window.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1433257Z copying torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1434661Z copying torch/include/ATen/ops/hamming_window_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1436041Z copying torch/include/ATen/ops/hamming_window_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1437212Z copying torch/include/ATen/ops/hann_window.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1438652Z copying torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1440237Z copying torch/include/ATen/ops/hann_window_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1441375Z copying torch/include/ATen/ops/hann_window_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1442782Z copying torch/include/ATen/ops/hardshrink.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1444312Z copying torch/include/ATen/ops/hardshrink_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1445423Z copying torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1446813Z copying torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1448034Z copying torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1449353Z copying torch/include/ATen/ops/hardshrink_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1450529Z copying torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1451790Z copying torch/include/ATen/ops/hardshrink_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1452884Z copying torch/include/ATen/ops/hardshrink_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1454905Z copying torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1455269Z copying torch/include/ATen/ops/hardshrink_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1456913Z copying torch/include/ATen/ops/hardshrink_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1457866Z copying torch/include/ATen/ops/hardshrink_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1459079Z copying torch/include/ATen/ops/hardshrink_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1459986Z copying torch/include/ATen/ops/hardshrink_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1461363Z copying torch/include/ATen/ops/hardshrink_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1462342Z copying torch/include/ATen/ops/hardsigmoid.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1463777Z copying torch/include/ATen/ops/hardsigmoid_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1464894Z copying torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1465857Z copying torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1467368Z copying torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1468261Z copying torch/include/ATen/ops/hardsigmoid_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1469318Z copying torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1470549Z copying torch/include/ATen/ops/hardsigmoid_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1471723Z copying torch/include/ATen/ops/hardsigmoid_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1472960Z copying torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1474188Z copying torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1475458Z copying torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1476301Z copying torch/include/ATen/ops/hardsigmoid_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1477487Z copying torch/include/ATen/ops/hardsigmoid_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1478796Z copying torch/include/ATen/ops/hardsigmoid_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1479846Z copying torch/include/ATen/ops/hardsigmoid_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1481506Z copying torch/include/ATen/ops/hardswish.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1482738Z copying torch/include/ATen/ops/hardswish_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1484179Z copying torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1484823Z copying torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1486367Z copying torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1487170Z copying torch/include/ATen/ops/hardswish_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1488685Z copying torch/include/ATen/ops/hardswish_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1489904Z copying torch/include/ATen/ops/hardswish_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1491139Z copying torch/include/ATen/ops/hardswish_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1492403Z copying torch/include/ATen/ops/hardswish_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1493697Z copying torch/include/ATen/ops/hardswish_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1494564Z copying torch/include/ATen/ops/hardswish_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1496232Z copying torch/include/ATen/ops/hardtanh.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1497143Z copying torch/include/ATen/ops/hardtanh_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1498468Z copying torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1500072Z copying torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1500937Z copying torch/include/ATen/ops/hardtanh_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1502277Z copying torch/include/ATen/ops/hardtanh_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1504754Z copying torch/include/ATen/ops/hardtanh_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1505031Z copying torch/include/ATen/ops/hardtanh_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1506036Z copying torch/include/ATen/ops/hardtanh_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1507322Z copying torch/include/ATen/ops/hardtanh_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1508137Z copying torch/include/ATen/ops/hardtanh_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1509799Z copying torch/include/ATen/ops/heaviside.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1510788Z copying torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1511382Z copying torch/include/ATen/ops/heaviside_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1513327Z copying torch/include/ATen/ops/heaviside_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1513938Z copying torch/include/ATen/ops/heaviside_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1516093Z copying torch/include/ATen/ops/heaviside_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1516640Z copying torch/include/ATen/ops/heaviside_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1518460Z copying torch/include/ATen/ops/heaviside_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1520088Z copying torch/include/ATen/ops/hinge_embedding_loss.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1520939Z copying torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1522671Z copying torch/include/ATen/ops/hinge_embedding_loss_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1523610Z copying torch/include/ATen/ops/hinge_embedding_loss_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1525352Z copying torch/include/ATen/ops/histc.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1526325Z copying torch/include/ATen/ops/histc_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1527800Z copying torch/include/ATen/ops/histc_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1529215Z copying torch/include/ATen/ops/histc_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1530532Z copying torch/include/ATen/ops/histc_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1531933Z copying torch/include/ATen/ops/histogram.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1533347Z copying torch/include/ATen/ops/histogram_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1534792Z copying torch/include/ATen/ops/histogram_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1536397Z copying torch/include/ATen/ops/histogram_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1537885Z copying torch/include/ATen/ops/histogramdd.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1539471Z copying torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1540898Z copying torch/include/ATen/ops/histogramdd_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1542217Z copying torch/include/ATen/ops/histogramdd_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1543734Z copying torch/include/ATen/ops/hsplit.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1545014Z copying torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1545943Z copying torch/include/ATen/ops/hsplit_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1547461Z copying torch/include/ATen/ops/hsplit_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1548563Z copying torch/include/ATen/ops/hspmm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1550153Z copying torch/include/ATen/ops/hspmm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1551184Z copying torch/include/ATen/ops/hspmm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1552806Z copying torch/include/ATen/ops/hstack.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1554135Z copying torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1555444Z copying torch/include/ATen/ops/hstack_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1556650Z copying torch/include/ATen/ops/hstack_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1557976Z copying torch/include/ATen/ops/huber_loss.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1559145Z copying torch/include/ATen/ops/huber_loss_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1561167Z copying torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1562002Z copying torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1563661Z copying torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1564477Z copying torch/include/ATen/ops/huber_loss_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1566097Z copying torch/include/ATen/ops/huber_loss_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1567380Z copying torch/include/ATen/ops/huber_loss_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1568545Z copying torch/include/ATen/ops/huber_loss_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1570219Z copying torch/include/ATen/ops/huber_loss_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1571394Z copying torch/include/ATen/ops/huber_loss_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1572805Z copying torch/include/ATen/ops/hypot.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1573668Z copying torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1574779Z copying torch/include/ATen/ops/hypot_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1575756Z copying torch/include/ATen/ops/hypot_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1577094Z copying torch/include/ATen/ops/hypot_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1578131Z copying torch/include/ATen/ops/hypot_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1579521Z copying torch/include/ATen/ops/hypot_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1580672Z copying torch/include/ATen/ops/hypot_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1581997Z copying torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1583315Z copying torch/include/ATen/ops/i0_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1584452Z copying torch/include/ATen/ops/i0_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1585800Z copying torch/include/ATen/ops/i0_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1587464Z copying torch/include/ATen/ops/i0_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1588598Z copying torch/include/ATen/ops/i0_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1589916Z copying torch/include/ATen/ops/i0_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1590950Z copying torch/include/ATen/ops/igamma.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1592506Z copying torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1593382Z copying torch/include/ATen/ops/igamma_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1594582Z copying torch/include/ATen/ops/igamma_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1595651Z copying torch/include/ATen/ops/igamma_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1596876Z copying torch/include/ATen/ops/igamma_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1597953Z copying torch/include/ATen/ops/igamma_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1599570Z copying torch/include/ATen/ops/igamma_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1600528Z copying torch/include/ATen/ops/igammac.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1601834Z copying torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1602920Z copying torch/include/ATen/ops/igammac_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1604098Z copying torch/include/ATen/ops/igammac_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1605394Z copying torch/include/ATen/ops/igammac_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1606500Z copying torch/include/ATen/ops/igammac_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1607798Z copying torch/include/ATen/ops/igammac_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1608833Z copying torch/include/ATen/ops/igammac_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1610111Z copying torch/include/ATen/ops/im2col.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1611266Z copying torch/include/ATen/ops/im2col_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1612567Z copying torch/include/ATen/ops/im2col_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1613585Z copying torch/include/ATen/ops/im2col_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1614753Z copying torch/include/ATen/ops/im2col_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1616029Z copying torch/include/ATen/ops/imag.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1617252Z copying torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1618246Z copying torch/include/ATen/ops/imag_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1619637Z copying torch/include/ATen/ops/imag_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1620642Z copying torch/include/ATen/ops/index.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1622073Z copying torch/include/ATen/ops/index_add.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1623190Z copying torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1624443Z copying torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1625152Z copying torch/include/ATen/ops/index_add_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1626527Z copying torch/include/ATen/ops/index_add_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1627287Z copying torch/include/ATen/ops/index_add_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1628570Z copying torch/include/ATen/ops/index_add_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1629805Z copying torch/include/ATen/ops/index_add_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1631102Z copying torch/include/ATen/ops/index_add_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1632257Z copying torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1633192Z copying torch/include/ATen/ops/index_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1634691Z copying torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1636027Z copying torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1636919Z copying torch/include/ATen/ops/index_copy_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1638375Z copying torch/include/ATen/ops/index_copy_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1640010Z copying torch/include/ATen/ops/index_copy_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1641529Z copying torch/include/ATen/ops/index_copy_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1642987Z copying torch/include/ATen/ops/index_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1644220Z copying torch/include/ATen/ops/index_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1645763Z copying torch/include/ATen/ops/index_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1647308Z copying torch/include/ATen/ops/index_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1648135Z copying torch/include/ATen/ops/index_fill.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1649724Z copying torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1650604Z copying torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1651879Z copying torch/include/ATen/ops/index_fill_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1654057Z copying torch/include/ATen/ops/index_fill_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1654340Z copying torch/include/ATen/ops/index_fill_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1655752Z copying torch/include/ATen/ops/index_fill_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1657085Z copying torch/include/ATen/ops/index_fill_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1658409Z copying torch/include/ATen/ops/index_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1659684Z copying torch/include/ATen/ops/index_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1660864Z copying torch/include/ATen/ops/index_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1662721Z copying torch/include/ATen/ops/index_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1663328Z copying torch/include/ATen/ops/index_put.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1664730Z copying torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1666177Z copying torch/include/ATen/ops/index_put_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1667309Z copying torch/include/ATen/ops/index_put_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1668469Z copying torch/include/ATen/ops/index_reduce.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1669739Z copying torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1671876Z copying torch/include/ATen/ops/index_reduce_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1672268Z copying torch/include/ATen/ops/index_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1673202Z copying torch/include/ATen/ops/index_reduce_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1674373Z copying torch/include/ATen/ops/index_reduce_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1675343Z copying torch/include/ATen/ops/index_reduce_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1676568Z copying torch/include/ATen/ops/index_reduce_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1677715Z copying torch/include/ATen/ops/index_select.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1679196Z copying torch/include/ATen/ops/index_select_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1680313Z copying torch/include/ATen/ops/index_select_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1681585Z copying torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1682993Z copying torch/include/ATen/ops/index_select_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1683948Z copying torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1685212Z copying torch/include/ATen/ops/index_select_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1686200Z copying torch/include/ATen/ops/index_select_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1687493Z copying torch/include/ATen/ops/index_select_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1689056Z copying torch/include/ATen/ops/index_select_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1689799Z copying torch/include/ATen/ops/indices.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1691221Z copying torch/include/ATen/ops/indices_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1693127Z copying torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1694424Z copying torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1695886Z copying torch/include/ATen/ops/indices_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1697551Z copying torch/include/ATen/ops/indices_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1698877Z copying torch/include/ATen/ops/indices_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1700317Z copying torch/include/ATen/ops/indices_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1701832Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1703164Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1704668Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1706362Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1707007Z copying torch/include/ATen/ops/inner.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1708899Z copying torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1709859Z copying torch/include/ATen/ops/inner_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1711652Z copying torch/include/ATen/ops/inner_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1712456Z copying torch/include/ATen/ops/instance_norm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1714047Z copying torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1715321Z copying torch/include/ATen/ops/instance_norm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1716437Z copying torch/include/ATen/ops/instance_norm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1717783Z copying torch/include/ATen/ops/int_repr.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1719417Z copying torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1720710Z copying torch/include/ATen/ops/int_repr_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1722145Z copying torch/include/ATen/ops/int_repr_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1723398Z copying torch/include/ATen/ops/inverse.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1724932Z copying torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1726123Z copying torch/include/ATen/ops/inverse_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1727560Z copying torch/include/ATen/ops/inverse_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1728786Z copying torch/include/ATen/ops/is_coalesced.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1730270Z copying torch/include/ATen/ops/is_coalesced_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1731496Z copying torch/include/ATen/ops/is_coalesced_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1732924Z copying torch/include/ATen/ops/is_complex.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1734319Z copying torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1735823Z copying torch/include/ATen/ops/is_complex_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1736976Z copying torch/include/ATen/ops/is_complex_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1738863Z copying torch/include/ATen/ops/is_conj.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1740190Z copying torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1741473Z copying torch/include/ATen/ops/is_conj_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1743265Z copying torch/include/ATen/ops/is_conj_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1744516Z copying torch/include/ATen/ops/is_distributed.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1746403Z copying torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1747619Z copying torch/include/ATen/ops/is_distributed_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1749477Z copying torch/include/ATen/ops/is_distributed_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1750707Z copying torch/include/ATen/ops/is_floating_point.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1753525Z copying torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1754319Z copying torch/include/ATen/ops/is_floating_point_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1755657Z copying torch/include/ATen/ops/is_floating_point_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1757784Z copying torch/include/ATen/ops/is_inference.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1758951Z copying torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1760332Z copying torch/include/ATen/ops/is_inference_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1761823Z copying torch/include/ATen/ops/is_inference_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1762941Z copying torch/include/ATen/ops/is_leaf.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1764274Z copying torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1765199Z copying torch/include/ATen/ops/is_leaf_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1766485Z copying torch/include/ATen/ops/is_leaf_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1767956Z copying torch/include/ATen/ops/is_neg.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1769446Z copying torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1770805Z copying torch/include/ATen/ops/is_neg_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1772041Z copying torch/include/ATen/ops/is_neg_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1773446Z copying torch/include/ATen/ops/is_nonzero.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1774840Z copying torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1776196Z copying torch/include/ATen/ops/is_nonzero_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1777460Z copying torch/include/ATen/ops/is_nonzero_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1778834Z copying torch/include/ATen/ops/is_pinned.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1780365Z copying torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1781538Z copying torch/include/ATen/ops/is_pinned_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1782828Z copying torch/include/ATen/ops/is_pinned_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1784267Z copying torch/include/ATen/ops/is_pinned_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1785503Z copying torch/include/ATen/ops/is_same_size.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1786985Z copying torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1788285Z copying torch/include/ATen/ops/is_same_size_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1789738Z copying torch/include/ATen/ops/is_same_size_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1790757Z copying torch/include/ATen/ops/is_set_to.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1793046Z copying torch/include/ATen/ops/is_set_to_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1793591Z copying torch/include/ATen/ops/is_set_to_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1794529Z copying torch/include/ATen/ops/is_set_to_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1795252Z copying torch/include/ATen/ops/is_set_to_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1796415Z copying torch/include/ATen/ops/is_signed.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1797617Z copying torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1798468Z copying torch/include/ATen/ops/is_signed_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1799850Z copying torch/include/ATen/ops/is_signed_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1801102Z copying torch/include/ATen/ops/is_vulkan_available.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1802354Z copying torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1803790Z copying torch/include/ATen/ops/is_vulkan_available_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1804975Z copying torch/include/ATen/ops/is_vulkan_available_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1806315Z copying torch/include/ATen/ops/isclose.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1807671Z copying torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1808783Z copying torch/include/ATen/ops/isclose_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1810078Z copying torch/include/ATen/ops/isclose_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1811266Z copying torch/include/ATen/ops/isfinite.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1812616Z copying torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1813515Z copying torch/include/ATen/ops/isfinite_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1814795Z copying torch/include/ATen/ops/isfinite_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1816103Z copying torch/include/ATen/ops/isin.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1817591Z copying torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1818594Z copying torch/include/ATen/ops/isin_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1819900Z copying torch/include/ATen/ops/isin_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1821308Z copying torch/include/ATen/ops/isin_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1822597Z copying torch/include/ATen/ops/isin_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1823883Z copying torch/include/ATen/ops/isin_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1825148Z copying torch/include/ATen/ops/isin_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1826555Z copying torch/include/ATen/ops/isinf.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1828001Z copying torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1829301Z copying torch/include/ATen/ops/isinf_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1830612Z copying torch/include/ATen/ops/isinf_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1831912Z copying torch/include/ATen/ops/isnan.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1833331Z copying torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1834669Z copying torch/include/ATen/ops/isnan_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1836383Z copying torch/include/ATen/ops/isnan_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1837683Z copying torch/include/ATen/ops/isnan_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1838924Z copying torch/include/ATen/ops/isnan_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1840600Z copying torch/include/ATen/ops/isneginf.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1842437Z copying torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1843667Z copying torch/include/ATen/ops/isneginf_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1844980Z copying torch/include/ATen/ops/isneginf_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1846654Z copying torch/include/ATen/ops/isneginf_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1847946Z copying torch/include/ATen/ops/isneginf_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1849270Z copying torch/include/ATen/ops/isneginf_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1850638Z copying torch/include/ATen/ops/isneginf_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1851823Z copying torch/include/ATen/ops/isposinf.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1853255Z copying torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1854212Z copying torch/include/ATen/ops/isposinf_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1855623Z copying torch/include/ATen/ops/isposinf_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1857002Z copying torch/include/ATen/ops/isposinf_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1858330Z copying torch/include/ATen/ops/isposinf_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1859506Z copying torch/include/ATen/ops/isposinf_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1860731Z copying torch/include/ATen/ops/isposinf_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1862025Z copying torch/include/ATen/ops/isreal.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1863570Z copying torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1864435Z copying torch/include/ATen/ops/isreal_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1865827Z copying torch/include/ATen/ops/isreal_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1866981Z copying torch/include/ATen/ops/istft.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1868607Z copying torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1869738Z copying torch/include/ATen/ops/istft_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1871342Z copying torch/include/ATen/ops/istft_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1872218Z copying torch/include/ATen/ops/item.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1873585Z copying torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1874696Z copying torch/include/ATen/ops/item_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1875627Z copying torch/include/ATen/ops/item_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1876969Z copying torch/include/ATen/ops/kaiser_window.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1878170Z copying torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1879560Z copying torch/include/ATen/ops/kaiser_window_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1881041Z copying torch/include/ATen/ops/kaiser_window_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1882149Z copying torch/include/ATen/ops/kl_div.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1883083Z copying torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1884369Z copying torch/include/ATen/ops/kl_div_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1885669Z copying torch/include/ATen/ops/kl_div_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1886704Z copying torch/include/ATen/ops/kron.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1888418Z copying torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1889191Z copying torch/include/ATen/ops/kron_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1890627Z copying torch/include/ATen/ops/kron_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1891625Z copying torch/include/ATen/ops/kthvalue.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1892994Z copying torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1893998Z copying torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1895063Z copying torch/include/ATen/ops/kthvalue_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1896332Z copying torch/include/ATen/ops/kthvalue_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1897304Z copying torch/include/ATen/ops/kthvalue_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1898461Z copying torch/include/ATen/ops/kthvalue_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1899639Z copying torch/include/ATen/ops/l1_loss.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1900990Z copying torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1901713Z copying torch/include/ATen/ops/l1_loss_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1903653Z copying torch/include/ATen/ops/l1_loss_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1904077Z copying torch/include/ATen/ops/layer_norm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1905446Z copying torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1906893Z copying torch/include/ATen/ops/layer_norm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1907750Z copying torch/include/ATen/ops/layer_norm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1909266Z copying torch/include/ATen/ops/lcm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1910667Z copying torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1911764Z copying torch/include/ATen/ops/lcm_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1913747Z copying torch/include/ATen/ops/lcm_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1914628Z copying torch/include/ATen/ops/lcm_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1916475Z copying torch/include/ATen/ops/lcm_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1918594Z copying torch/include/ATen/ops/lcm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1920137Z copying torch/include/ATen/ops/lcm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1921569Z copying torch/include/ATen/ops/ldexp.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1923363Z copying torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1924602Z copying torch/include/ATen/ops/ldexp_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1926185Z copying torch/include/ATen/ops/ldexp_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1927977Z copying torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1929257Z copying torch/include/ATen/ops/le_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1930907Z copying torch/include/ATen/ops/le_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1932400Z copying torch/include/ATen/ops/le_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1933970Z copying torch/include/ATen/ops/le_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1935899Z copying torch/include/ATen/ops/le_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1936783Z copying torch/include/ATen/ops/le_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1937977Z copying torch/include/ATen/ops/leaky_relu.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1939104Z copying torch/include/ATen/ops/leaky_relu_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1940977Z copying torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1941553Z copying torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1942666Z copying torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1944316Z copying torch/include/ATen/ops/leaky_relu_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1945308Z copying torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1946310Z copying torch/include/ATen/ops/leaky_relu_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1947757Z copying torch/include/ATen/ops/leaky_relu_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1949257Z copying torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1950269Z copying torch/include/ATen/ops/leaky_relu_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1951202Z copying torch/include/ATen/ops/leaky_relu_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1952443Z copying torch/include/ATen/ops/leaky_relu_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1953425Z copying torch/include/ATen/ops/leaky_relu_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1954840Z copying torch/include/ATen/ops/leaky_relu_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1955790Z copying torch/include/ATen/ops/mm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1957144Z copying torch/include/ATen/ops/leaky_relu_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1958520Z copying torch/include/ATen/ops/lerp.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1960088Z copying torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1961291Z copying torch/include/ATen/ops/lerp_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1962580Z copying torch/include/ATen/ops/lerp_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1963771Z copying torch/include/ATen/ops/lerp_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1964752Z copying torch/include/ATen/ops/lerp_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1965906Z copying torch/include/ATen/ops/lerp_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1967197Z copying torch/include/ATen/ops/lerp_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1968247Z copying torch/include/ATen/ops/less.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1969652Z copying torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1970892Z copying torch/include/ATen/ops/less_equal.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1971825Z copying torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1973438Z copying torch/include/ATen/ops/less_equal_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1975035Z copying torch/include/ATen/ops/less_equal_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1976229Z copying torch/include/ATen/ops/less_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1977428Z copying torch/include/ATen/ops/less_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1979094Z copying torch/include/ATen/ops/lgamma.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1980606Z copying torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1981431Z copying torch/include/ATen/ops/lgamma_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1982978Z copying torch/include/ATen/ops/lgamma_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1984489Z copying torch/include/ATen/ops/lgamma_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1985493Z copying torch/include/ATen/ops/lgamma_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1986763Z copying torch/include/ATen/ops/lgamma_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1988071Z copying torch/include/ATen/ops/lgamma_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1989112Z copying torch/include/ATen/ops/lift.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1990703Z copying torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1991585Z copying torch/include/ATen/ops/lift_fresh.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1993225Z copying torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1994543Z copying torch/include/ATen/ops/lift_fresh_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1996133Z copying torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1997027Z copying torch/include/ATen/ops/lift_fresh_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.1998085Z copying torch/include/ATen/ops/lift_fresh_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2000339Z copying torch/include/ATen/ops/lift_fresh_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2000602Z copying torch/include/ATen/ops/lift_fresh_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2002676Z copying torch/include/ATen/ops/lift_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2003953Z copying torch/include/ATen/ops/lift_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2005146Z copying torch/include/ATen/ops/linalg_cholesky.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2006652Z copying torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2007515Z copying torch/include/ATen/ops/linalg_cholesky_ex.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2009937Z copying torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2010389Z copying torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2011500Z copying torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2012583Z copying torch/include/ATen/ops/linalg_cholesky_ex_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2013715Z copying torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2014839Z copying torch/include/ATen/ops/linalg_cholesky_ex_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2015987Z copying torch/include/ATen/ops/linalg_cholesky_ex_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2016847Z copying torch/include/ATen/ops/linalg_cholesky_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2018310Z copying torch/include/ATen/ops/linalg_cholesky_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2019377Z copying torch/include/ATen/ops/linalg_cond.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2021400Z copying torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2022245Z copying torch/include/ATen/ops/linalg_cond_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2023504Z copying torch/include/ATen/ops/linalg_cond_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2024753Z copying torch/include/ATen/ops/linalg_cross.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2026349Z copying torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2027105Z copying torch/include/ATen/ops/linalg_cross_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2028259Z copying torch/include/ATen/ops/linalg_cross_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2029754Z copying torch/include/ATen/ops/linalg_cross_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2030595Z copying torch/include/ATen/ops/linalg_cross_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2031795Z copying torch/include/ATen/ops/linalg_cross_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2033850Z copying torch/include/ATen/ops/linalg_cross_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2034162Z copying torch/include/ATen/ops/linalg_det.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2035562Z copying torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2036344Z copying torch/include/ATen/ops/linalg_det_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2038018Z copying torch/include/ATen/ops/linalg_det_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2038927Z copying torch/include/ATen/ops/linalg_diagonal.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2040726Z copying torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2041916Z copying torch/include/ATen/ops/linalg_diagonal_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2043276Z copying torch/include/ATen/ops/linalg_diagonal_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2044536Z copying torch/include/ATen/ops/linalg_eig.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2045882Z copying torch/include/ATen/ops/linalg_eig_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2047173Z copying torch/include/ATen/ops/linalg_eig_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2048459Z copying torch/include/ATen/ops/linalg_eig_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2049859Z copying torch/include/ATen/ops/linalg_eig_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2051028Z copying torch/include/ATen/ops/linalg_eigh.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2052485Z copying torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2053779Z copying torch/include/ATen/ops/linalg_eigh_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2055161Z copying torch/include/ATen/ops/linalg_eigh_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2056105Z copying torch/include/ATen/ops/linalg_eigvals.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2057856Z copying torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2059016Z copying torch/include/ATen/ops/linalg_eigvals_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2060309Z copying torch/include/ATen/ops/linalg_eigvals_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2061940Z copying torch/include/ATen/ops/linalg_eigvalsh.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2062929Z copying torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2064249Z copying torch/include/ATen/ops/linalg_eigvalsh_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2065212Z copying torch/include/ATen/ops/linalg_eigvalsh_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2066542Z copying torch/include/ATen/ops/linalg_householder_product.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2067827Z copying torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2069152Z copying torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2070171Z copying torch/include/ATen/ops/linalg_householder_product_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2071419Z copying torch/include/ATen/ops/linalg_householder_product_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2072605Z copying torch/include/ATen/ops/linalg_inv.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2073852Z copying torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2075145Z copying torch/include/ATen/ops/linalg_inv_ex.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2076373Z copying torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2077603Z copying torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2078619Z copying torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2079855Z copying torch/include/ATen/ops/linalg_inv_ex_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2080930Z copying torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2082546Z copying torch/include/ATen/ops/linalg_inv_ex_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2083742Z copying torch/include/ATen/ops/linalg_inv_ex_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2084932Z copying torch/include/ATen/ops/linalg_inv_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2086074Z copying torch/include/ATen/ops/linalg_inv_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2087114Z copying torch/include/ATen/ops/linalg_ldl_factor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2088324Z copying torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2089579Z copying torch/include/ATen/ops/linalg_ldl_factor_ex.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2091111Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2092100Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2093638Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2095012Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2096123Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2097238Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2098646Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2099953Z copying torch/include/ATen/ops/linalg_ldl_factor_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2101163Z copying torch/include/ATen/ops/linalg_ldl_factor_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2102432Z copying torch/include/ATen/ops/linalg_ldl_solve.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2103793Z copying torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2104990Z copying torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2106431Z copying torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2107475Z copying torch/include/ATen/ops/linalg_ldl_solve_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2108713Z copying torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2109740Z copying torch/include/ATen/ops/linalg_ldl_solve_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2111140Z copying torch/include/ATen/ops/linalg_ldl_solve_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2112338Z copying torch/include/ATen/ops/linalg_lstsq.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2113553Z copying torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2114483Z copying torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2115736Z copying torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2117000Z copying torch/include/ATen/ops/linalg_lstsq_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2118093Z copying torch/include/ATen/ops/linalg_lstsq_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2119060Z copying torch/include/ATen/ops/linalg_lu.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2120617Z copying torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2122456Z copying torch/include/ATen/ops/linalg_lu_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2123456Z copying torch/include/ATen/ops/linalg_lu_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2124815Z copying torch/include/ATen/ops/linalg_lu_factor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2125845Z copying torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2127124Z copying torch/include/ATen/ops/linalg_lu_factor_ex.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2128351Z copying torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2129529Z copying torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2131057Z copying torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2131924Z copying torch/include/ATen/ops/linalg_lu_factor_ex_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2133016Z copying torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2134260Z copying torch/include/ATen/ops/linalg_lu_factor_ex_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2135240Z copying torch/include/ATen/ops/linalg_lu_factor_ex_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2136473Z copying torch/include/ATen/ops/linalg_lu_factor_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2137815Z copying torch/include/ATen/ops/linalg_lu_factor_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2139267Z copying torch/include/ATen/ops/linalg_lu_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2140246Z copying torch/include/ATen/ops/linalg_lu_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2141552Z copying torch/include/ATen/ops/linalg_lu_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2142694Z copying torch/include/ATen/ops/linalg_lu_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2143937Z copying torch/include/ATen/ops/linalg_lu_solve.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2145301Z copying torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2146108Z copying torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2147612Z copying torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2149558Z copying torch/include/ATen/ops/linalg_lu_solve_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2151093Z copying torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2151556Z copying torch/include/ATen/ops/linalg_lu_solve_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2152826Z copying torch/include/ATen/ops/linalg_lu_solve_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2154549Z copying torch/include/ATen/ops/linalg_matmul.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2156014Z copying torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2157613Z copying torch/include/ATen/ops/linalg_matmul_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2159178Z copying torch/include/ATen/ops/linalg_matmul_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2160961Z copying torch/include/ATen/ops/linalg_matrix_exp.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2162646Z copying torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2164880Z copying torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2166026Z copying torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2167686Z copying torch/include/ATen/ops/linalg_matrix_exp_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2169073Z copying torch/include/ATen/ops/linalg_matrix_exp_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2170999Z copying torch/include/ATen/ops/linalg_matrix_norm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2172311Z copying torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2174125Z copying torch/include/ATen/ops/linalg_matrix_norm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2175341Z copying torch/include/ATen/ops/linalg_matrix_norm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2177205Z copying torch/include/ATen/ops/linalg_matrix_power.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2178710Z copying torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2180247Z copying torch/include/ATen/ops/linalg_matrix_power_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2181868Z copying torch/include/ATen/ops/linalg_matrix_power_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2183096Z copying torch/include/ATen/ops/linalg_matrix_rank.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2185156Z copying torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2186235Z copying torch/include/ATen/ops/linalg_matrix_rank_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2187996Z copying torch/include/ATen/ops/linalg_matrix_rank_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2189324Z copying torch/include/ATen/ops/linalg_multi_dot.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2191409Z copying torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2192497Z copying torch/include/ATen/ops/linalg_multi_dot_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2194227Z copying torch/include/ATen/ops/linalg_multi_dot_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2195599Z copying torch/include/ATen/ops/linalg_norm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2197429Z copying torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2198620Z copying torch/include/ATen/ops/linalg_norm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2201838Z copying torch/include/ATen/ops/linalg_norm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2202273Z copying torch/include/ATen/ops/linalg_pinv.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2204034Z copying torch/include/ATen/ops/linalg_pinv_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2205332Z copying torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2207343Z copying torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2208632Z copying torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2210142Z copying torch/include/ATen/ops/linalg_pinv_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2211791Z copying torch/include/ATen/ops/linalg_qr.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2213467Z copying torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2214806Z copying torch/include/ATen/ops/linalg_qr_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2216714Z copying torch/include/ATen/ops/linalg_qr_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2217883Z copying torch/include/ATen/ops/linalg_qr_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2219581Z copying torch/include/ATen/ops/linalg_qr_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2220947Z copying torch/include/ATen/ops/linalg_qr_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2222611Z copying torch/include/ATen/ops/linalg_qr_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2224102Z copying torch/include/ATen/ops/linalg_slogdet.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2225848Z copying torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2227185Z copying torch/include/ATen/ops/linalg_slogdet_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2228920Z copying torch/include/ATen/ops/linalg_slogdet_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2230196Z copying torch/include/ATen/ops/linalg_solve.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2232089Z copying torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2233272Z copying torch/include/ATen/ops/linalg_solve_ex.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2235203Z copying torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2236396Z copying torch/include/ATen/ops/linalg_solve_ex_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2238133Z copying torch/include/ATen/ops/linalg_solve_ex_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2239595Z copying torch/include/ATen/ops/linalg_solve_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2241602Z copying torch/include/ATen/ops/linalg_solve_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2242798Z copying torch/include/ATen/ops/linalg_solve_triangular.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2244665Z copying torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2245938Z copying torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2247603Z copying torch/include/ATen/ops/linalg_solve_triangular_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2249048Z copying torch/include/ATen/ops/linalg_solve_triangular_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2250366Z copying torch/include/ATen/ops/linalg_svd.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2251745Z copying torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2253266Z copying torch/include/ATen/ops/linalg_svd_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2254580Z copying torch/include/ATen/ops/linalg_svd_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2256227Z copying torch/include/ATen/ops/linalg_svdvals.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2257635Z copying torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2258983Z copying torch/include/ATen/ops/linalg_svdvals_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2260259Z copying torch/include/ATen/ops/linalg_svdvals_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2261471Z copying torch/include/ATen/ops/linalg_tensorinv.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2263552Z copying torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2264356Z copying torch/include/ATen/ops/linalg_tensorinv_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2266026Z copying torch/include/ATen/ops/linalg_tensorinv_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2267055Z copying torch/include/ATen/ops/linalg_tensorsolve.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2268475Z copying torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2269713Z copying torch/include/ATen/ops/linalg_tensorsolve_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2271018Z copying torch/include/ATen/ops/linalg_tensorsolve_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2272502Z copying torch/include/ATen/ops/linalg_vander.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2274673Z copying torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2275008Z copying torch/include/ATen/ops/linalg_vander_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2276321Z copying torch/include/ATen/ops/linalg_vander_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2276817Z copying torch/include/ATen/ops/linalg_vecdot.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2278315Z copying torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2279557Z copying torch/include/ATen/ops/linalg_vecdot_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2280806Z copying torch/include/ATen/ops/linalg_vecdot_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2282268Z copying torch/include/ATen/ops/linalg_vector_norm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2283645Z copying torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2284912Z copying torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2285743Z copying torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2286792Z copying torch/include/ATen/ops/linalg_vector_norm_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2287922Z copying torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2289235Z copying torch/include/ATen/ops/linalg_vector_norm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2290253Z copying torch/include/ATen/ops/linalg_vector_norm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2291567Z copying torch/include/ATen/ops/linear.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2292619Z copying torch/include/ATen/ops/linear_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2294029Z copying torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2294977Z copying torch/include/ATen/ops/linear_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2296380Z copying torch/include/ATen/ops/linear_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2297680Z copying torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2298890Z copying torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2300073Z copying torch/include/ATen/ops/linear_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2301917Z copying torch/include/ATen/ops/linear_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2302694Z copying torch/include/ATen/ops/linspace.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2303969Z copying torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2304893Z copying torch/include/ATen/ops/linspace_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2306361Z copying torch/include/ATen/ops/linspace_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2307581Z copying torch/include/ATen/ops/linspace_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2308516Z copying torch/include/ATen/ops/linspace_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2309805Z copying torch/include/ATen/ops/linspace_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2310910Z copying torch/include/ATen/ops/log.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2311790Z copying torch/include/ATen/ops/log10.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2313181Z copying torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2314110Z copying torch/include/ATen/ops/log10_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2315344Z copying torch/include/ATen/ops/log10_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2316509Z copying torch/include/ATen/ops/log10_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2317545Z copying torch/include/ATen/ops/log10_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2318798Z copying torch/include/ATen/ops/log10_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2320100Z copying torch/include/ATen/ops/log10_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2322395Z copying torch/include/ATen/ops/log1p.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2323037Z copying torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2323761Z copying torch/include/ATen/ops/log1p_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2324954Z copying torch/include/ATen/ops/log1p_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2326242Z copying torch/include/ATen/ops/log1p_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2327398Z copying torch/include/ATen/ops/log1p_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2328548Z copying torch/include/ATen/ops/log1p_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2330001Z copying torch/include/ATen/ops/log1p_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2330834Z copying torch/include/ATen/ops/log2.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2332447Z copying torch/include/ATen/ops/log2_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2333654Z copying torch/include/ATen/ops/log2_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2334932Z copying torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2336307Z copying torch/include/ATen/ops/log2_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2337454Z copying torch/include/ATen/ops/log2_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2338399Z copying torch/include/ATen/ops/log2_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2339785Z copying torch/include/ATen/ops/log2_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2341604Z copying torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2342578Z copying torch/include/ATen/ops/log_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2344123Z copying torch/include/ATen/ops/log_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2345440Z copying torch/include/ATen/ops/log_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2346792Z copying torch/include/ATen/ops/log_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2348034Z copying torch/include/ATen/ops/log_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2349267Z copying torch/include/ATen/ops/log_normal.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2350538Z copying torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2351831Z copying torch/include/ATen/ops/log_normal_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2353276Z copying torch/include/ATen/ops/log_normal_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2354459Z copying torch/include/ATen/ops/log_normal_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2355805Z copying torch/include/ATen/ops/log_normal_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2357194Z copying torch/include/ATen/ops/log_normal_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2358394Z copying torch/include/ATen/ops/log_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2359862Z copying torch/include/ATen/ops/log_sigmoid.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2361640Z copying torch/include/ATen/ops/log_sigmoid_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2362917Z copying torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2364358Z copying torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2365557Z copying torch/include/ATen/ops/log_sigmoid_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2366831Z copying torch/include/ATen/ops/log_sigmoid_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2368503Z copying torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2369464Z copying torch/include/ATen/ops/log_sigmoid_forward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2370956Z copying torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2372063Z copying torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2373374Z copying torch/include/ATen/ops/log_sigmoid_forward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2374778Z copying torch/include/ATen/ops/log_sigmoid_forward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2376009Z copying torch/include/ATen/ops/log_sigmoid_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2377242Z copying torch/include/ATen/ops/log_sigmoid_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2378670Z copying torch/include/ATen/ops/log_softmax.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2380049Z copying torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2381235Z copying torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2382665Z copying torch/include/ATen/ops/log_softmax_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2384120Z copying torch/include/ATen/ops/log_softmax_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2385096Z copying torch/include/ATen/ops/logaddexp.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2386561Z copying torch/include/ATen/ops/logaddexp2.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2387655Z copying torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2388946Z copying torch/include/ATen/ops/logaddexp2_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2390183Z copying torch/include/ATen/ops/logaddexp2_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2391411Z copying torch/include/ATen/ops/logaddexp2_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2392687Z copying torch/include/ATen/ops/logaddexp2_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2393957Z copying torch/include/ATen/ops/logaddexp2_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2395322Z copying torch/include/ATen/ops/logaddexp2_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2396814Z copying torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2398172Z copying torch/include/ATen/ops/logaddexp_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2399456Z copying torch/include/ATen/ops/logaddexp_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2400922Z copying torch/include/ATen/ops/logaddexp_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2402493Z copying torch/include/ATen/ops/logaddexp_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2403425Z copying torch/include/ATen/ops/logaddexp_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2404880Z copying torch/include/ATen/ops/logaddexp_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2406088Z copying torch/include/ATen/ops/logcumsumexp.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2407669Z copying torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2409576Z copying torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2410325Z copying torch/include/ATen/ops/logcumsumexp_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2411647Z copying torch/include/ATen/ops/logcumsumexp_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2412802Z copying torch/include/ATen/ops/logdet.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2414259Z copying torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2415167Z copying torch/include/ATen/ops/logdet_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2416752Z copying torch/include/ATen/ops/logdet_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2417582Z copying torch/include/ATen/ops/logical_and.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2419089Z copying torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2420029Z copying torch/include/ATen/ops/logical_and_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2420843Z copying torch/include/ATen/ops/logical_and_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2422984Z copying torch/include/ATen/ops/logical_and_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2423420Z copying torch/include/ATen/ops/logical_and_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2425045Z copying torch/include/ATen/ops/logical_not.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2426522Z copying torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2427241Z copying torch/include/ATen/ops/logical_not_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2429101Z copying torch/include/ATen/ops/logical_not_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2429535Z copying torch/include/ATen/ops/logical_not_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2430975Z copying torch/include/ATen/ops/logical_not_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2432141Z copying torch/include/ATen/ops/logical_or.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2433140Z copying torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2434087Z copying torch/include/ATen/ops/logical_or_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2435417Z copying torch/include/ATen/ops/logical_or_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2436670Z copying torch/include/ATen/ops/logical_or_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2437824Z copying torch/include/ATen/ops/logical_or_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2438757Z copying torch/include/ATen/ops/logical_xor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2440470Z copying torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2441213Z copying torch/include/ATen/ops/logical_xor_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2442827Z copying torch/include/ATen/ops/logical_xor_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2443745Z copying torch/include/ATen/ops/logical_xor_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2445331Z copying torch/include/ATen/ops/logical_xor_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2446091Z copying torch/include/ATen/ops/logit.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2447327Z copying torch/include/ATen/ops/logit_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2448604Z copying torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2449400Z copying torch/include/ATen/ops/logit_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2450415Z copying torch/include/ATen/ops/logit_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2451976Z copying torch/include/ATen/ops/logit_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2452432Z copying torch/include/ATen/ops/logit_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2454146Z copying torch/include/ATen/ops/logit_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2455060Z copying torch/include/ATen/ops/logit_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2456487Z copying torch/include/ATen/ops/logit_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2457462Z copying torch/include/ATen/ops/logit_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2458606Z copying torch/include/ATen/ops/logit_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2459733Z copying torch/include/ATen/ops/logit_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2461088Z copying torch/include/ATen/ops/logit_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2462113Z copying torch/include/ATen/ops/logspace.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2463958Z copying torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2464707Z copying torch/include/ATen/ops/logspace_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2466228Z copying torch/include/ATen/ops/logspace_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2467246Z copying torch/include/ATen/ops/logspace_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2468470Z copying torch/include/ATen/ops/logspace_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2469267Z copying torch/include/ATen/ops/logspace_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2470440Z copying torch/include/ATen/ops/logsumexp.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2471588Z copying torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2472819Z copying torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2473736Z copying torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2474609Z copying torch/include/ATen/ops/logsumexp_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2475885Z copying torch/include/ATen/ops/logsumexp_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2476763Z copying torch/include/ATen/ops/lshift.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2477863Z copying torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2478893Z copying torch/include/ATen/ops/lshift_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2480714Z copying torch/include/ATen/ops/lshift_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2481244Z copying torch/include/ATen/ops/lshift_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2482722Z copying torch/include/ATen/ops/lshift_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2483470Z copying torch/include/ATen/ops/lshift_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2484663Z copying torch/include/ATen/ops/lstm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2485971Z copying torch/include/ATen/ops/lstm_cell.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2486865Z copying torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2488575Z copying torch/include/ATen/ops/lstm_cell_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2489098Z copying torch/include/ATen/ops/lstm_cell_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2490329Z copying torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2491081Z copying torch/include/ATen/ops/lstm_mps_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2492806Z copying torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2494030Z copying torch/include/ATen/ops/lstm_mps_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2495477Z copying torch/include/ATen/ops/lstm_mps_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2496663Z copying torch/include/ATen/ops/lstm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2497916Z copying torch/include/ATen/ops/lstm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2499635Z copying torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2500992Z copying torch/include/ATen/ops/lt_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2502106Z copying torch/include/ATen/ops/lt_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2503369Z copying torch/include/ATen/ops/lt_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2504746Z copying torch/include/ATen/ops/lt_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2506185Z copying torch/include/ATen/ops/lt_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2507002Z copying torch/include/ATen/ops/lt_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2508335Z copying torch/include/ATen/ops/lu_solve.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2509344Z copying torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2510612Z copying torch/include/ATen/ops/lu_solve_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2511994Z copying torch/include/ATen/ops/lu_solve_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2512719Z copying torch/include/ATen/ops/lu_unpack.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2514130Z copying torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2515135Z copying torch/include/ATen/ops/lu_unpack_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2516105Z copying torch/include/ATen/ops/lu_unpack_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2517504Z copying torch/include/ATen/ops/lu_unpack_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2518708Z copying torch/include/ATen/ops/lu_unpack_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2519779Z copying torch/include/ATen/ops/lu_unpack_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2521380Z copying torch/include/ATen/ops/lu_unpack_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2522761Z copying torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2523668Z copying torch/include/ATen/ops/mH_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2525133Z copying torch/include/ATen/ops/mH_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2526127Z copying torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2527341Z copying torch/include/ATen/ops/mT_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2528567Z copying torch/include/ATen/ops/mT_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2529634Z copying torch/include/ATen/ops/margin_ranking_loss.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2530786Z copying torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2531688Z copying torch/include/ATen/ops/margin_ranking_loss_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2533019Z copying torch/include/ATen/ops/margin_ranking_loss_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2533913Z copying torch/include/ATen/ops/masked_fill.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2535286Z copying torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2536213Z copying torch/include/ATen/ops/masked_fill_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2537474Z copying torch/include/ATen/ops/masked_fill_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2538483Z copying torch/include/ATen/ops/masked_fill_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2539792Z copying torch/include/ATen/ops/masked_fill_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2541034Z copying torch/include/ATen/ops/masked_fill_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2542207Z copying torch/include/ATen/ops/masked_scatter.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2543094Z copying torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2544333Z copying torch/include/ATen/ops/masked_scatter_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2546396Z copying torch/include/ATen/ops/masked_scatter_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2546870Z copying torch/include/ATen/ops/masked_scatter_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2548263Z copying torch/include/ATen/ops/masked_scatter_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2549567Z copying torch/include/ATen/ops/masked_scatter_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2550459Z copying torch/include/ATen/ops/masked_select.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2551811Z copying torch/include/ATen/ops/masked_select_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2553296Z copying torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2554290Z copying torch/include/ATen/ops/masked_select_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2554946Z copying torch/include/ATen/ops/masked_select_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2556474Z copying torch/include/ATen/ops/masked_select_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2557501Z copying torch/include/ATen/ops/masked_select_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2558792Z copying torch/include/ATen/ops/masked_select_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2559988Z copying torch/include/ATen/ops/masked_select_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2561452Z copying torch/include/ATen/ops/matmul.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2562458Z copying torch/include/ATen/ops/matmul_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2564007Z copying torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2564930Z copying torch/include/ATen/ops/matmul_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2566206Z copying torch/include/ATen/ops/matmul_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2567643Z copying torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2568701Z copying torch/include/ATen/ops/matmul_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2570070Z copying torch/include/ATen/ops/matmul_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2570921Z copying torch/include/ATen/ops/matrix_H.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2572385Z copying torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2573207Z copying torch/include/ATen/ops/matrix_H_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2574635Z copying torch/include/ATen/ops/matrix_H_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2576094Z copying torch/include/ATen/ops/matrix_exp.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2577531Z copying torch/include/ATen/ops/matrix_exp_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2578657Z copying torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2579558Z copying torch/include/ATen/ops/matrix_exp_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2580900Z copying torch/include/ATen/ops/max.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2581823Z copying torch/include/ATen/ops/matrix_exp_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2583292Z copying torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2584404Z copying torch/include/ATen/ops/matrix_exp_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2585679Z copying torch/include/ATen/ops/matrix_exp_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2586855Z copying torch/include/ATen/ops/matrix_power.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2588406Z copying torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2589421Z copying torch/include/ATen/ops/matrix_power_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2590625Z copying torch/include/ATen/ops/matrix_power_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2591973Z copying torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2593716Z copying torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2594595Z copying torch/include/ATen/ops/max_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2596093Z copying torch/include/ATen/ops/max_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2597022Z copying torch/include/ATen/ops/max_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2598523Z copying torch/include/ATen/ops/max_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2599955Z copying torch/include/ATen/ops/max_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2601338Z copying torch/include/ATen/ops/max_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2602708Z copying torch/include/ATen/ops/max_pool1d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2604356Z copying torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2605649Z copying torch/include/ATen/ops/max_pool1d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2606886Z copying torch/include/ATen/ops/max_pool1d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2608163Z copying torch/include/ATen/ops/max_pool1d_with_indices.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2609449Z copying torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2610459Z copying torch/include/ATen/ops/max_pool1d_with_indices_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2611847Z copying torch/include/ATen/ops/max_pool1d_with_indices_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2612805Z copying torch/include/ATen/ops/max_pool2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2614233Z copying torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2615451Z copying torch/include/ATen/ops/max_pool2d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2617116Z copying torch/include/ATen/ops/max_pool2d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2618090Z copying torch/include/ATen/ops/max_pool2d_with_indices.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2619068Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2620399Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2621496Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2622469Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2623848Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2625401Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2626198Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2627599Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2628634Z copying torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2631073Z copying torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2631594Z copying torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2632580Z copying torch/include/ATen/ops/max_pool2d_with_indices_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2633950Z copying torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2635049Z copying torch/include/ATen/ops/max_pool2d_with_indices_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2636458Z copying torch/include/ATen/ops/max_pool2d_with_indices_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2637580Z copying torch/include/ATen/ops/max_pool3d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2639191Z copying torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2640429Z copying torch/include/ATen/ops/max_pool3d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2641916Z copying torch/include/ATen/ops/max_pool3d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2643092Z copying torch/include/ATen/ops/max_pool3d_with_indices.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2679223Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2680336Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2680913Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2681287Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2681819Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2682256Z copying torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2682544Z copying torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2682828Z copying torch/include/ATen/ops/max_pool3d_with_indices_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2683199Z copying torch/include/ATen/ops/max_pool3d_with_indices_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2683454Z copying torch/include/ATen/ops/max_unpool2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2683848Z copying torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2684120Z copying torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2684437Z copying torch/include/ATen/ops/max_unpool2d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2684756Z copying torch/include/ATen/ops/max_unpool2d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2685056Z copying torch/include/ATen/ops/max_unpool3d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2685337Z copying torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2685605Z copying torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2685941Z copying torch/include/ATen/ops/max_unpool3d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2686264Z copying torch/include/ATen/ops/max_unpool3d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2686546Z copying torch/include/ATen/ops/maximum.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2686889Z copying torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2687206Z copying torch/include/ATen/ops/maximum_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2687543Z copying torch/include/ATen/ops/maximum_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2687833Z copying torch/include/ATen/ops/maximum_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2688085Z copying torch/include/ATen/ops/maximum_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2688348Z copying torch/include/ATen/ops/maximum_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2688694Z copying torch/include/ATen/ops/maximum_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2688995Z copying torch/include/ATen/ops/mean.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2689306Z copying torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2689646Z copying torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2690115Z copying torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2690423Z copying torch/include/ATen/ops/mean_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2690665Z copying torch/include/ATen/ops/mean_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2690900Z copying torch/include/ATen/ops/mean_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2691229Z copying torch/include/ATen/ops/mean_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2691560Z copying torch/include/ATen/ops/mean_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2691842Z copying torch/include/ATen/ops/mean_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2692072Z copying torch/include/ATen/ops/median.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2692402Z copying torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2693481Z copying torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2694795Z copying torch/include/ATen/ops/median_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2696194Z copying torch/include/ATen/ops/mv.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2697476Z copying torch/include/ATen/ops/median_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2699250Z copying torch/include/ATen/ops/median_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2699569Z copying torch/include/ATen/ops/median_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2701069Z copying torch/include/ATen/ops/meshgrid.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2702415Z copying torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2703557Z copying torch/include/ATen/ops/meshgrid_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2704813Z copying torch/include/ATen/ops/meshgrid_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2706057Z copying torch/include/ATen/ops/min.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2707458Z copying torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2708857Z copying torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2710023Z copying torch/include/ATen/ops/min_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2711488Z copying torch/include/ATen/ops/min_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2712191Z copying torch/include/ATen/ops/min_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2713634Z copying torch/include/ATen/ops/min_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2714805Z copying torch/include/ATen/ops/min_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2716120Z copying torch/include/ATen/ops/min_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2717414Z copying torch/include/ATen/ops/minimum.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2718742Z copying torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2720085Z copying torch/include/ATen/ops/minimum_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2721605Z copying torch/include/ATen/ops/minimum_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2722750Z copying torch/include/ATen/ops/minimum_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2724164Z copying torch/include/ATen/ops/minimum_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2725407Z copying torch/include/ATen/ops/minimum_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2726747Z copying torch/include/ATen/ops/minimum_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2728103Z copying torch/include/ATen/ops/miopen_batch_norm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2729308Z copying torch/include/ATen/ops/miopen_batch_norm_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2730488Z copying torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2731775Z copying torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2732708Z copying torch/include/ATen/ops/miopen_batch_norm_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2734054Z copying torch/include/ATen/ops/miopen_batch_norm_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2735280Z copying torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2736825Z copying torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2738372Z copying torch/include/ATen/ops/miopen_batch_norm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2739570Z copying torch/include/ATen/ops/miopen_batch_norm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2740706Z copying torch/include/ATen/ops/miopen_convolution.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2742079Z copying torch/include/ATen/ops/miopen_convolution_add_relu.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2743581Z copying torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2744672Z copying torch/include/ATen/ops/miopen_convolution_add_relu_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2745868Z copying torch/include/ATen/ops/miopen_convolution_add_relu_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2747444Z copying torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2748372Z copying torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2749530Z copying torch/include/ATen/ops/miopen_convolution_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2750712Z copying torch/include/ATen/ops/miopen_convolution_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2752138Z copying torch/include/ATen/ops/miopen_convolution_relu.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2753261Z copying torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2754410Z copying torch/include/ATen/ops/miopen_convolution_relu_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2755628Z copying torch/include/ATen/ops/miopen_convolution_relu_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2756835Z copying torch/include/ATen/ops/miopen_convolution_transpose.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2758207Z copying torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2759416Z copying torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2760695Z copying torch/include/ATen/ops/miopen_convolution_transpose_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2762075Z copying torch/include/ATen/ops/miopen_convolution_transpose_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2762977Z copying torch/include/ATen/ops/miopen_depthwise_convolution.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2764182Z copying torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2765135Z copying torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2766566Z copying torch/include/ATen/ops/miopen_depthwise_convolution_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2767764Z copying torch/include/ATen/ops/miopen_depthwise_convolution_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2769027Z copying torch/include/ATen/ops/miopen_rnn.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2769720Z copying torch/include/ATen/ops/miopen_rnn_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2771389Z copying torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2772625Z copying torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2773615Z copying torch/include/ATen/ops/miopen_rnn_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2774923Z copying torch/include/ATen/ops/miopen_rnn_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2775926Z copying torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2777321Z copying torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2778235Z copying torch/include/ATen/ops/miopen_rnn_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2779553Z copying torch/include/ATen/ops/miopen_rnn_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2780657Z copying torch/include/ATen/ops/mish.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2781818Z copying torch/include/ATen/ops/mish_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2783033Z copying torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2783998Z copying torch/include/ATen/ops/mish_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2785549Z copying torch/include/ATen/ops/mish_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2786867Z copying torch/include/ATen/ops/mish_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2788183Z copying torch/include/ATen/ops/mish_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2789421Z copying torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2790650Z copying torch/include/ATen/ops/mish_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2791640Z copying torch/include/ATen/ops/mish_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2792814Z copying torch/include/ATen/ops/mish_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2794071Z copying torch/include/ATen/ops/mish_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2795042Z copying torch/include/ATen/ops/mish_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2796392Z copying torch/include/ATen/ops/mish_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2797602Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2799027Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2800362Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2802314Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2803994Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2804930Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2806245Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2807310Z copying torch/include/ATen/ops/mkldnn_convolution.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2808668Z copying torch/include/ATen/ops/mkldnn_convolution_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2809843Z copying torch/include/ATen/ops/mm_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2811229Z copying torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2812436Z copying torch/include/ATen/ops/mkldnn_convolution_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2813466Z copying torch/include/ATen/ops/mkldnn_linear.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2814715Z copying torch/include/ATen/ops/mkldnn_linear_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2816292Z copying torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2817452Z copying torch/include/ATen/ops/mkldnn_linear_backward_input.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2818856Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2820061Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2821488Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2822459Z copying torch/include/ATen/ops/mkldnn_linear_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2824047Z copying torch/include/ATen/ops/mkldnn_linear_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2825044Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2826429Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2827691Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2829014Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2830241Z copying torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2831540Z copying torch/include/ATen/ops/mkldnn_linear_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2832770Z copying torch/include/ATen/ops/mkldnn_linear_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2833946Z copying torch/include/ATen/ops/mkldnn_max_pool2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2835373Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2837108Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2838040Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2839209Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2840777Z copying torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2841921Z copying torch/include/ATen/ops/mkldnn_max_pool2d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2843098Z copying torch/include/ATen/ops/mkldnn_max_pool2d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2844411Z copying torch/include/ATen/ops/mkldnn_max_pool3d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2845552Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2846876Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2847936Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2848864Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2850293Z copying torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2851229Z copying torch/include/ATen/ops/mkldnn_max_pool3d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2852431Z copying torch/include/ATen/ops/mkldnn_max_pool3d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2853639Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2854979Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2855975Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2857236Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2858194Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2859553Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2860572Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2861791Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2863108Z copying torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2864022Z copying torch/include/ATen/ops/mm_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2865325Z copying torch/include/ATen/ops/mm_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2866444Z copying torch/include/ATen/ops/mm_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2867645Z copying torch/include/ATen/ops/mm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2868789Z copying torch/include/ATen/ops/mm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2870044Z copying torch/include/ATen/ops/mode.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2871237Z copying torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2872419Z copying torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2873392Z copying torch/include/ATen/ops/mode_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2874685Z copying torch/include/ATen/ops/mode_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2875786Z copying torch/include/ATen/ops/mode_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2878014Z copying torch/include/ATen/ops/mode_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2878449Z copying torch/include/ATen/ops/moveaxis.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2879804Z copying torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2880987Z copying torch/include/ATen/ops/moveaxis_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2882184Z copying torch/include/ATen/ops/moveaxis_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2883300Z copying torch/include/ATen/ops/movedim.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2884543Z copying torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2885522Z copying torch/include/ATen/ops/movedim_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2887067Z copying torch/include/ATen/ops/movedim_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2887932Z copying torch/include/ATen/ops/mps_convolution_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2889520Z copying torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2890504Z copying torch/include/ATen/ops/mps_convolution_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2891672Z copying torch/include/ATen/ops/mps_convolution_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2892723Z copying torch/include/ATen/ops/mps_convolution_transpose_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2894163Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2895526Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2896587Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2897857Z copying torch/include/ATen/ops/mps_max_pool2d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2899123Z copying torch/include/ATen/ops/mps_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2900456Z copying torch/include/ATen/ops/mps_max_pool2d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2901340Z copying torch/include/ATen/ops/mps_max_pool2d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2902769Z copying torch/include/ATen/ops/mse_loss.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2904203Z copying torch/include/ATen/ops/mse_loss_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2905153Z copying torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2906323Z copying torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2907599Z copying torch/include/ATen/ops/mse_loss_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2908863Z copying torch/include/ATen/ops/mse_loss_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2909951Z copying torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2911242Z copying torch/include/ATen/ops/mse_loss_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2912546Z copying torch/include/ATen/ops/mse_loss_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2914020Z copying torch/include/ATen/ops/mse_loss_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2914935Z copying torch/include/ATen/ops/mse_loss_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2916129Z copying torch/include/ATen/ops/mse_loss_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2917134Z copying torch/include/ATen/ops/mse_loss_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2918621Z copying torch/include/ATen/ops/msort.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2919823Z copying torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2921382Z copying torch/include/ATen/ops/msort_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2922470Z copying torch/include/ATen/ops/msort_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2923792Z copying torch/include/ATen/ops/mul.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2924952Z copying torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2926277Z copying torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2927406Z copying torch/include/ATen/ops/mul_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2928650Z copying torch/include/ATen/ops/mul_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2929839Z copying torch/include/ATen/ops/mul_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2930966Z copying torch/include/ATen/ops/mul_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2932314Z copying torch/include/ATen/ops/mul_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2933850Z copying torch/include/ATen/ops/mul_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2934869Z copying torch/include/ATen/ops/multi_margin_loss.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2935839Z copying torch/include/ATen/ops/multi_margin_loss_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2936803Z copying torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2938257Z copying torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2939123Z copying torch/include/ATen/ops/multi_margin_loss_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2940535Z copying torch/include/ATen/ops/multi_margin_loss_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2941742Z copying torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2942913Z copying torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2944398Z copying torch/include/ATen/ops/multi_margin_loss_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2945625Z copying torch/include/ATen/ops/multi_margin_loss_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2946842Z copying torch/include/ATen/ops/multilabel_margin_loss.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2948149Z copying torch/include/ATen/ops/multilabel_margin_loss_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2949764Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2951052Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2952382Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2953714Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2954642Z copying torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2956045Z copying torch/include/ATen/ops/multilabel_margin_loss_forward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2957039Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2958418Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2960081Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2961583Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2962708Z copying torch/include/ATen/ops/multilabel_margin_loss_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2963920Z copying torch/include/ATen/ops/multilabel_margin_loss_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2964885Z copying torch/include/ATen/ops/multinomial.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2966279Z copying torch/include/ATen/ops/multinomial_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2967242Z copying torch/include/ATen/ops/multinomial_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2968126Z copying torch/include/ATen/ops/multinomial_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2969478Z copying torch/include/ATen/ops/multinomial_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2970487Z copying torch/include/ATen/ops/multiply.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2971541Z copying torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2972679Z copying torch/include/ATen/ops/multiply_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2974473Z copying torch/include/ATen/ops/multiply_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2975671Z copying torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2976398Z copying torch/include/ATen/ops/mv_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2977781Z copying torch/include/ATen/ops/mv_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2978558Z copying torch/include/ATen/ops/mvlgamma.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2980063Z copying torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2980850Z copying torch/include/ATen/ops/mvlgamma_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2982348Z copying torch/include/ATen/ops/mvlgamma_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2983347Z copying torch/include/ATen/ops/mvlgamma_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2984357Z copying torch/include/ATen/ops/mvlgamma_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2985692Z copying torch/include/ATen/ops/nan_to_num.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2986907Z copying torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2988116Z copying torch/include/ATen/ops/nan_to_num_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2989288Z copying torch/include/ATen/ops/nan_to_num_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2990493Z copying torch/include/ATen/ops/nan_to_num_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2991710Z copying torch/include/ATen/ops/nan_to_num_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2992896Z copying torch/include/ATen/ops/nanmean.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2994349Z copying torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2995538Z copying torch/include/ATen/ops/nanmean_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2997016Z copying torch/include/ATen/ops/nanmean_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2998099Z copying torch/include/ATen/ops/nanmedian.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.2999703Z copying torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3000925Z copying torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3002337Z copying torch/include/ATen/ops/nanmedian_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3003658Z copying torch/include/ATen/ops/nanmedian_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3004896Z copying torch/include/ATen/ops/nanmedian_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3006134Z copying torch/include/ATen/ops/nanmedian_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3007369Z copying torch/include/ATen/ops/nanquantile.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3008709Z copying torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3009590Z copying torch/include/ATen/ops/nanquantile_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3010774Z copying torch/include/ATen/ops/nanquantile_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3012074Z copying torch/include/ATen/ops/nansum.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3013327Z copying torch/include/ATen/ops/nansum_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3014541Z copying torch/include/ATen/ops/nansum_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3015489Z copying torch/include/ATen/ops/nansum_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3016939Z copying torch/include/ATen/ops/nansum_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3018185Z copying torch/include/ATen/ops/narrow.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3019562Z copying torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3020769Z copying torch/include/ATen/ops/narrow_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3022180Z copying torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3023377Z copying torch/include/ATen/ops/narrow_copy_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3024656Z copying torch/include/ATen/ops/narrow_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3025910Z copying torch/include/ATen/ops/narrow_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3027159Z copying torch/include/ATen/ops/narrow_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3028425Z copying torch/include/ATen/ops/narrow_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3029755Z copying torch/include/ATen/ops/native_batch_norm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3031051Z copying torch/include/ATen/ops/native_batch_norm_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3032421Z copying torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3033655Z copying torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3034939Z copying torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3036342Z copying torch/include/ATen/ops/native_batch_norm_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3037668Z copying torch/include/ATen/ops/native_batch_norm_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3038971Z copying torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3040377Z copying torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3041632Z copying torch/include/ATen/ops/native_batch_norm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3042927Z copying torch/include/ATen/ops/native_batch_norm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3044207Z copying torch/include/ATen/ops/native_channel_shuffle.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3045769Z copying torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3046795Z copying torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3048217Z copying torch/include/ATen/ops/native_channel_shuffle_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3049554Z copying torch/include/ATen/ops/native_channel_shuffle_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3050420Z copying torch/include/ATen/ops/native_dropout.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3051675Z copying torch/include/ATen/ops/native_dropout_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3053118Z copying torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3054499Z copying torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3055534Z copying torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3057001Z copying torch/include/ATen/ops/native_dropout_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3058139Z copying torch/include/ATen/ops/native_dropout_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3059300Z copying torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3060650Z copying torch/include/ATen/ops/native_dropout_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3061938Z copying torch/include/ATen/ops/native_dropout_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3063196Z copying torch/include/ATen/ops/native_dropout_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3064342Z copying torch/include/ATen/ops/native_dropout_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3065625Z copying torch/include/ATen/ops/native_group_norm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3067088Z copying torch/include/ATen/ops/native_group_norm_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3068500Z copying torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3069849Z copying torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3071257Z copying torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3072564Z copying torch/include/ATen/ops/native_group_norm_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3073536Z copying torch/include/ATen/ops/native_group_norm_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3074871Z copying torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3076019Z copying torch/include/ATen/ops/native_group_norm_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3077162Z copying torch/include/ATen/ops/native_group_norm_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3078289Z copying torch/include/ATen/ops/native_group_norm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3079575Z copying torch/include/ATen/ops/native_group_norm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3080771Z copying torch/include/ATen/ops/native_layer_norm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3082056Z copying torch/include/ATen/ops/native_layer_norm_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3083577Z copying torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3084586Z copying torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3085903Z copying torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3087131Z copying torch/include/ATen/ops/native_layer_norm_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3088422Z copying torch/include/ATen/ops/native_layer_norm_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3089627Z copying torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3090564Z copying torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3091740Z copying torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3093476Z copying torch/include/ATen/ops/native_layer_norm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3094409Z copying torch/include/ATen/ops/native_layer_norm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3095686Z copying torch/include/ATen/ops/native_norm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3096863Z copying torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3098128Z copying torch/include/ATen/ops/native_norm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3099486Z copying torch/include/ATen/ops/native_norm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3100755Z copying torch/include/ATen/ops/ne.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3102216Z copying torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3103421Z copying torch/include/ATen/ops/ne_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3104722Z copying torch/include/ATen/ops/ne_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3105996Z copying torch/include/ATen/ops/ne_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3107315Z copying torch/include/ATen/ops/ne_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3108582Z copying torch/include/ATen/ops/ne_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3109879Z copying torch/include/ATen/ops/ne_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3111317Z copying torch/include/ATen/ops/neg.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3112738Z copying torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3113955Z copying torch/include/ATen/ops/neg_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3115226Z copying torch/include/ATen/ops/neg_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3116505Z copying torch/include/ATen/ops/neg_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3117837Z copying torch/include/ATen/ops/neg_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3119087Z copying torch/include/ATen/ops/neg_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3120546Z copying torch/include/ATen/ops/neg_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3122337Z copying torch/include/ATen/ops/negative.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3123596Z copying torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3124438Z copying torch/include/ATen/ops/negative_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3125739Z copying torch/include/ATen/ops/negative_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3126910Z copying torch/include/ATen/ops/nested_to_padded_tensor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3128523Z copying torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3129356Z copying torch/include/ATen/ops/nested_to_padded_tensor_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3130574Z copying torch/include/ATen/ops/nested_to_padded_tensor_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3131853Z copying torch/include/ATen/ops/new_empty.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3133136Z copying torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3134340Z copying torch/include/ATen/ops/new_empty_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3136090Z copying torch/include/ATen/ops/new_empty_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3136869Z copying torch/include/ATen/ops/new_empty_strided.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3138156Z copying torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3139245Z copying torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3140517Z copying torch/include/ATen/ops/new_empty_strided_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3141506Z copying torch/include/ATen/ops/new_empty_strided_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3142707Z copying torch/include/ATen/ops/new_full.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3143995Z copying torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3145414Z copying torch/include/ATen/ops/new_full_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3146217Z copying torch/include/ATen/ops/new_full_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3147627Z copying torch/include/ATen/ops/new_ones.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3148338Z copying torch/include/ATen/ops/new_zeros.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3150680Z copying torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3150980Z copying torch/include/ATen/ops/new_ones_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3152291Z copying torch/include/ATen/ops/new_ones_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3154076Z copying torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3154645Z copying torch/include/ATen/ops/new_zeros_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3155746Z copying torch/include/ATen/ops/new_zeros_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3157113Z copying torch/include/ATen/ops/nextafter.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3158232Z copying torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3159623Z copying torch/include/ATen/ops/nextafter_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3160884Z copying torch/include/ATen/ops/nextafter_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3162235Z copying torch/include/ATen/ops/nextafter_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3163646Z copying torch/include/ATen/ops/nextafter_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3165539Z copying torch/include/ATen/ops/nextafter_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3165857Z copying torch/include/ATen/ops/nextafter_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3167820Z copying torch/include/ATen/ops/nll_loss.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3168662Z copying torch/include/ATen/ops/nll_loss2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3170051Z copying torch/include/ATen/ops/nll_loss2d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3170664Z copying torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3172009Z copying torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3173375Z copying torch/include/ATen/ops/nll_loss2d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3174686Z copying torch/include/ATen/ops/nll_loss2d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3175892Z copying torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3177327Z copying torch/include/ATen/ops/nll_loss2d_forward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3178491Z copying torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3179837Z copying torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3181196Z copying torch/include/ATen/ops/nll_loss2d_forward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3181916Z copying torch/include/ATen/ops/nll_loss2d_forward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3183394Z copying torch/include/ATen/ops/nll_loss2d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3185080Z copying torch/include/ATen/ops/nll_loss2d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3185759Z copying torch/include/ATen/ops/nll_loss_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3186820Z copying torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3188179Z copying torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3189438Z copying torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3190480Z copying torch/include/ATen/ops/nll_loss_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3191839Z copying torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3193234Z copying torch/include/ATen/ops/nll_loss_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3193938Z copying torch/include/ATen/ops/nll_loss_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3195282Z copying torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3196309Z copying torch/include/ATen/ops/nll_loss_forward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3197680Z copying torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3198788Z copying torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3200224Z copying torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3201539Z copying torch/include/ATen/ops/nll_loss_forward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3202844Z copying torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3204192Z copying torch/include/ATen/ops/nll_loss_forward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3205418Z copying torch/include/ATen/ops/nll_loss_forward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3206457Z copying torch/include/ATen/ops/nll_loss_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3207724Z copying torch/include/ATen/ops/nll_loss_nd.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3209253Z copying torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3210498Z copying torch/include/ATen/ops/nll_loss_nd_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3211379Z copying torch/include/ATen/ops/nll_loss_nd_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3212744Z copying torch/include/ATen/ops/nll_loss_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3214213Z copying torch/include/ATen/ops/nonzero.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3215769Z copying torch/include/ATen/ops/nonzero_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3217017Z copying torch/include/ATen/ops/nonzero_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3218553Z copying torch/include/ATen/ops/nonzero_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3219572Z copying torch/include/ATen/ops/nonzero_numpy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3220383Z copying torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3221365Z copying torch/include/ATen/ops/nonzero_numpy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3222412Z copying torch/include/ATen/ops/nonzero_numpy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3223481Z copying torch/include/ATen/ops/nonzero_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3224520Z copying torch/include/ATen/ops/norm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3225743Z copying torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3226867Z copying torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3227990Z copying torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3228930Z copying torch/include/ATen/ops/norm_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3230016Z copying torch/include/ATen/ops/norm_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3231078Z copying torch/include/ATen/ops/norm_except_dim.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3232261Z copying torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3233245Z copying torch/include/ATen/ops/norm_except_dim_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3234475Z copying torch/include/ATen/ops/norm_except_dim_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3235485Z copying torch/include/ATen/ops/norm_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3236558Z copying torch/include/ATen/ops/norm_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3237661Z copying torch/include/ATen/ops/norm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3238704Z copying torch/include/ATen/ops/norm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3240093Z copying torch/include/ATen/ops/normal.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3241215Z copying torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3242468Z copying torch/include/ATen/ops/normal_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3243417Z copying torch/include/ATen/ops/normal_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3244629Z copying torch/include/ATen/ops/normal_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3245613Z copying torch/include/ATen/ops/normal_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3246702Z copying torch/include/ATen/ops/normal_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3247832Z copying torch/include/ATen/ops/not_equal.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3249013Z copying torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3250042Z copying torch/include/ATen/ops/not_equal_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3251139Z copying torch/include/ATen/ops/not_equal_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3252236Z copying torch/include/ATen/ops/nuclear_norm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3253533Z copying torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3254545Z copying torch/include/ATen/ops/nuclear_norm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3255635Z copying torch/include/ATen/ops/nuclear_norm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3256721Z copying torch/include/ATen/ops/numpy_T.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3257924Z copying torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3258936Z copying torch/include/ATen/ops/numpy_T_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3260024Z copying torch/include/ATen/ops/numpy_T_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3261103Z copying torch/include/ATen/ops/one_hot.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3262383Z copying torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3263322Z copying torch/include/ATen/ops/one_hot_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3264399Z copying torch/include/ATen/ops/one_hot_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3265503Z copying torch/include/ATen/ops/ones.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3266624Z copying torch/include/ATen/ops/ones_like.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3267697Z copying torch/include/ATen/ops/or.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3268889Z copying torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3270116Z copying torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3271155Z copying torch/include/ATen/ops/ones_like_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3272222Z copying torch/include/ATen/ops/ones_like_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3273303Z copying torch/include/ATen/ops/ones_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3274401Z copying torch/include/ATen/ops/ones_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3275602Z copying torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3276606Z copying torch/include/ATen/ops/or_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3277639Z copying torch/include/ATen/ops/or_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3278759Z copying torch/include/ATen/ops/orgqr.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3280139Z copying torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3281712Z copying torch/include/ATen/ops/orgqr_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3282980Z copying torch/include/ATen/ops/orgqr_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3283942Z copying torch/include/ATen/ops/ormqr.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3285242Z copying torch/include/ATen/ops/ormqr_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3286922Z copying torch/include/ATen/ops/ormqr_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3288043Z copying torch/include/ATen/ops/ormqr_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3289202Z copying torch/include/ATen/ops/ormqr_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3290330Z copying torch/include/ATen/ops/outer.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3291649Z copying torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3292861Z copying torch/include/ATen/ops/outer_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3293859Z copying torch/include/ATen/ops/outer_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3295035Z copying torch/include/ATen/ops/output_nr.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3296047Z copying torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3297227Z copying torch/include/ATen/ops/output_nr_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3298169Z copying torch/include/ATen/ops/output_nr_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3300680Z copying torch/include/ATen/ops/pad.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3301100Z copying torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3302324Z copying torch/include/ATen/ops/pad_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3303545Z copying torch/include/ATen/ops/pad_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3304852Z copying torch/include/ATen/ops/pad_sequence.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3306094Z copying torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3307304Z copying torch/include/ATen/ops/pad_sequence_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3308673Z copying torch/include/ATen/ops/pad_sequence_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3310150Z copying torch/include/ATen/ops/pairwise_distance.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3311198Z copying torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3312558Z copying torch/include/ATen/ops/pairwise_distance_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3314034Z copying torch/include/ATen/ops/pairwise_distance_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3314999Z copying torch/include/ATen/ops/pdist.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3316766Z copying torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3317655Z copying torch/include/ATen/ops/pdist_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3318551Z copying torch/include/ATen/ops/pdist_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3320061Z copying torch/include/ATen/ops/permute.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3321607Z copying torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3322298Z copying torch/include/ATen/ops/permute_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3323961Z copying torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3325335Z copying torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3326499Z copying torch/include/ATen/ops/permute_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3327809Z copying torch/include/ATen/ops/permute_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3329247Z copying torch/include/ATen/ops/permute_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3330389Z copying torch/include/ATen/ops/permute_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3331278Z copying torch/include/ATen/ops/pin_memory.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3332759Z copying torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3333769Z copying torch/include/ATen/ops/pin_memory_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3335694Z copying torch/include/ATen/ops/pin_memory_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3336477Z copying torch/include/ATen/ops/pinverse.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3337567Z copying torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3339466Z copying torch/include/ATen/ops/pinverse_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3339796Z copying torch/include/ATen/ops/pinverse_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3340865Z copying torch/include/ATen/ops/pixel_shuffle.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3342078Z copying torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3343500Z copying torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3344385Z copying torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3345563Z copying torch/include/ATen/ops/pixel_shuffle_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3346871Z copying torch/include/ATen/ops/pixel_shuffle_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3347825Z copying torch/include/ATen/ops/pixel_unshuffle.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3348862Z copying torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3350191Z copying torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3351443Z copying torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3352442Z copying torch/include/ATen/ops/pixel_unshuffle_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3353813Z copying torch/include/ATen/ops/pixel_unshuffle_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3355003Z copying torch/include/ATen/ops/poisson.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3356141Z copying torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3356901Z copying torch/include/ATen/ops/poisson_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3357975Z copying torch/include/ATen/ops/poisson_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3359472Z copying torch/include/ATen/ops/poisson_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3360347Z copying torch/include/ATen/ops/poisson_nll_loss.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3361906Z copying torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3362868Z copying torch/include/ATen/ops/poisson_nll_loss_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3364393Z copying torch/include/ATen/ops/poisson_nll_loss_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3365405Z copying torch/include/ATen/ops/poisson_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3366685Z copying torch/include/ATen/ops/polar.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3368109Z copying torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3369084Z copying torch/include/ATen/ops/polar_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3370324Z copying torch/include/ATen/ops/polar_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3371283Z copying torch/include/ATen/ops/polar_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3372795Z copying torch/include/ATen/ops/polar_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3373927Z copying torch/include/ATen/ops/polygamma.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3375490Z copying torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3376903Z copying torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3378012Z copying torch/include/ATen/ops/polygamma_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3379345Z copying torch/include/ATen/ops/polygamma_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3381333Z copying torch/include/ATen/ops/polygamma_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3382125Z copying torch/include/ATen/ops/polygamma_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3383356Z copying torch/include/ATen/ops/polygamma_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3384993Z copying torch/include/ATen/ops/polygamma_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3385375Z copying torch/include/ATen/ops/positive.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3386819Z copying torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3387676Z copying torch/include/ATen/ops/positive_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3389035Z copying torch/include/ATen/ops/positive_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3390203Z copying torch/include/ATen/ops/pow.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3391378Z copying torch/include/ATen/ops/pow_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3392708Z copying torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3393659Z copying torch/include/ATen/ops/pow_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3395002Z copying torch/include/ATen/ops/pow_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3396158Z copying torch/include/ATen/ops/pow_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3397321Z copying torch/include/ATen/ops/pow_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3398505Z copying torch/include/ATen/ops/pow_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3400074Z copying torch/include/ATen/ops/prelu.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3401305Z copying torch/include/ATen/ops/prelu_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3402754Z copying torch/include/ATen/ops/prelu_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3404040Z copying torch/include/ATen/ops/prelu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3405313Z copying torch/include/ATen/ops/prelu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3406699Z copying torch/include/ATen/ops/prelu_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3407831Z copying torch/include/ATen/ops/prelu_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3409207Z copying torch/include/ATen/ops/prelu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3410522Z copying torch/include/ATen/ops/prelu_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3411731Z copying torch/include/ATen/ops/prelu_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3412924Z copying torch/include/ATen/ops/prelu_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3414293Z copying torch/include/ATen/ops/prelu_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3415575Z copying torch/include/ATen/ops/prod.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3416957Z copying torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3418367Z copying torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3419649Z copying torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3420911Z copying torch/include/ATen/ops/prod_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3422181Z copying torch/include/ATen/ops/prod_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3423497Z copying torch/include/ATen/ops/prod_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3424755Z copying torch/include/ATen/ops/prod_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3426043Z copying torch/include/ATen/ops/prod_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3427321Z copying torch/include/ATen/ops/prod_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3428790Z copying torch/include/ATen/ops/promote_types.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3430035Z copying torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3431297Z copying torch/include/ATen/ops/promote_types_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3432749Z copying torch/include/ATen/ops/promote_types_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3433851Z copying torch/include/ATen/ops/put.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3435248Z copying torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3436437Z copying torch/include/ATen/ops/put_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3437860Z copying torch/include/ATen/ops/put_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3439150Z copying torch/include/ATen/ops/put_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3440567Z copying torch/include/ATen/ops/put_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3442373Z copying torch/include/ATen/ops/put_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3443642Z copying torch/include/ATen/ops/q_per_channel_axis.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3444908Z copying torch/include/ATen/ops/q_per_channel_axis_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3446549Z copying torch/include/ATen/ops/q_per_channel_axis_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3447517Z copying torch/include/ATen/ops/q_per_channel_scales.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3448829Z copying torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3449651Z copying torch/include/ATen/ops/q_per_channel_scales_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3450988Z copying torch/include/ATen/ops/q_per_channel_scales_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3452024Z copying torch/include/ATen/ops/q_per_channel_zero_points.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3453586Z copying torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3454117Z copying torch/include/ATen/ops/q_per_channel_zero_points_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3455588Z copying torch/include/ATen/ops/q_per_channel_zero_points_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3456374Z copying torch/include/ATen/ops/q_scale.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3457598Z copying torch/include/ATen/ops/q_scale_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3458777Z copying torch/include/ATen/ops/q_scale_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3459875Z copying torch/include/ATen/ops/q_zero_point.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3461183Z copying torch/include/ATen/ops/q_zero_point_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3462317Z copying torch/include/ATen/ops/q_zero_point_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3463482Z copying torch/include/ATen/ops/qr.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3464742Z copying torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3465897Z copying torch/include/ATen/ops/qr_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3467132Z copying torch/include/ATen/ops/qr_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3468162Z copying torch/include/ATen/ops/qscheme.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3469868Z copying torch/include/ATen/ops/qscheme_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3470691Z copying torch/include/ATen/ops/qscheme_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3471798Z copying torch/include/ATen/ops/quantile.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3473387Z copying torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3474113Z copying torch/include/ATen/ops/quantile_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3475483Z copying torch/include/ATen/ops/quantile_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3476591Z copying torch/include/ATen/ops/quantize_per_channel.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3477858Z copying torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3478918Z copying torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3480161Z copying torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3481440Z copying torch/include/ATen/ops/quantize_per_channel_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3482419Z copying torch/include/ATen/ops/quantize_per_channel_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3483454Z copying torch/include/ATen/ops/quantize_per_tensor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3485151Z copying torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3485869Z copying torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3487158Z copying torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3488190Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3489538Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3490826Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3492161Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3493267Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3494288Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3495663Z copying torch/include/ATen/ops/quantize_per_tensor_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3496709Z copying torch/include/ATen/ops/quantize_per_tensor_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3497649Z copying torch/include/ATen/ops/quantized_batch_norm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3499180Z copying torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3499944Z copying torch/include/ATen/ops/quantized_batch_norm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3501370Z copying torch/include/ATen/ops/quantized_batch_norm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3502816Z copying torch/include/ATen/ops/quantized_gru_cell.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3504151Z copying torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3505146Z copying torch/include/ATen/ops/quantized_gru_cell_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3506457Z copying torch/include/ATen/ops/quantized_gru_cell_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3507637Z copying torch/include/ATen/ops/quantized_lstm_cell.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3508966Z copying torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3509832Z copying torch/include/ATen/ops/quantized_lstm_cell_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3511078Z copying torch/include/ATen/ops/quantized_lstm_cell_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3513283Z copying torch/include/ATen/ops/quantized_max_pool1d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3514056Z copying torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3515241Z copying torch/include/ATen/ops/quantized_max_pool1d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3516799Z copying torch/include/ATen/ops/quantized_max_pool1d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3517582Z copying torch/include/ATen/ops/quantized_max_pool2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3519193Z copying torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3520380Z copying torch/include/ATen/ops/quantized_max_pool2d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3522227Z copying torch/include/ATen/ops/quantized_max_pool2d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3523436Z copying torch/include/ATen/ops/quantized_rnn_relu_cell.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3524672Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3525634Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3526855Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3528079Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3529455Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3530436Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3531618Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3532773Z copying torch/include/ATen/ops/rad2deg.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3534241Z copying torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3535044Z copying torch/include/ATen/ops/rad2deg_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3536417Z copying torch/include/ATen/ops/rad2deg_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3536988Z copying torch/include/ATen/ops/rand.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3538412Z copying torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3539339Z copying torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3540276Z copying torch/include/ATen/ops/rand_like.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3541386Z copying torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3542773Z copying torch/include/ATen/ops/rand_like_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3543624Z copying torch/include/ATen/ops/rand_like_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3545089Z copying torch/include/ATen/ops/rand_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3545883Z copying torch/include/ATen/ops/rand_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3547541Z copying torch/include/ATen/ops/randint.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3548762Z copying torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3549883Z copying torch/include/ATen/ops/randint_like.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3551217Z copying torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3552490Z copying torch/include/ATen/ops/randint_like_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3553752Z copying torch/include/ATen/ops/randint_like_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3554666Z copying torch/include/ATen/ops/randint_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3555946Z copying torch/include/ATen/ops/randint_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3557341Z copying torch/include/ATen/ops/randn.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3558421Z copying torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3559883Z copying torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3561146Z copying torch/include/ATen/ops/randn_like.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3562447Z copying torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3563369Z copying torch/include/ATen/ops/randn_like_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3564759Z copying torch/include/ATen/ops/randn_like_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3566212Z copying torch/include/ATen/ops/randn_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3567035Z copying torch/include/ATen/ops/randn_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3568563Z copying torch/include/ATen/ops/random.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3569918Z copying torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3570858Z copying torch/include/ATen/ops/random_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3572180Z copying torch/include/ATen/ops/random_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3573592Z copying torch/include/ATen/ops/random_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3574806Z copying torch/include/ATen/ops/random_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3575831Z copying torch/include/ATen/ops/random_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3577059Z copying torch/include/ATen/ops/randperm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3578358Z copying torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3579381Z copying torch/include/ATen/ops/randperm_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3581502Z copying torch/include/ATen/ops/randperm_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3582186Z copying torch/include/ATen/ops/randperm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3583461Z copying torch/include/ATen/ops/randperm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3585209Z copying torch/include/ATen/ops/range.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3587022Z copying torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3588371Z copying torch/include/ATen/ops/range_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3590081Z copying torch/include/ATen/ops/range_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3591359Z copying torch/include/ATen/ops/range_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3593035Z copying torch/include/ATen/ops/range_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3594587Z copying torch/include/ATen/ops/range_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3596179Z copying torch/include/ATen/ops/ravel.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3597912Z copying torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3599399Z copying torch/include/ATen/ops/ravel_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3602024Z copying torch/include/ATen/ops/ravel_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3603097Z copying torch/include/ATen/ops/real.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3604960Z copying torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3606993Z copying torch/include/ATen/ops/real_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3608184Z copying torch/include/ATen/ops/real_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3609942Z copying torch/include/ATen/ops/reciprocal.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3611644Z copying torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3612947Z copying torch/include/ATen/ops/reciprocal_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3614624Z copying torch/include/ATen/ops/reciprocal_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3616136Z copying torch/include/ATen/ops/reciprocal_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3617920Z copying torch/include/ATen/ops/reciprocal_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3619144Z copying torch/include/ATen/ops/reciprocal_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3620818Z copying torch/include/ATen/ops/reciprocal_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3622320Z copying torch/include/ATen/ops/record_stream.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3623922Z copying torch/include/ATen/ops/record_stream_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3625426Z copying torch/include/ATen/ops/record_stream_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3627035Z copying torch/include/ATen/ops/record_stream_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3628576Z copying torch/include/ATen/ops/refine_names.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3630297Z copying torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3631641Z copying torch/include/ATen/ops/refine_names_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3633247Z copying torch/include/ATen/ops/refine_names_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3634817Z copying torch/include/ATen/ops/reflection_pad1d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3636081Z copying torch/include/ATen/ops/reflection_pad1d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3637440Z copying torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3639061Z copying torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3640610Z copying torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3642026Z copying torch/include/ATen/ops/reflection_pad1d_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3643154Z copying torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3644546Z copying torch/include/ATen/ops/reflection_pad1d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3646034Z copying torch/include/ATen/ops/reflection_pad1d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3647421Z copying torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3648822Z copying torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3650026Z copying torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3650978Z copying torch/include/ATen/ops/reflection_pad1d_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3652646Z copying torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3653507Z copying torch/include/ATen/ops/reflection_pad1d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3654551Z copying torch/include/ATen/ops/reflection_pad1d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3655795Z copying torch/include/ATen/ops/reflection_pad2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3656830Z copying torch/include/ATen/ops/reflection_pad2d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3658193Z copying torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3659437Z copying torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3660642Z copying torch/include/ATen/ops/reflection_pad2d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3662152Z copying torch/include/ATen/ops/reflection_pad2d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3663262Z copying torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3664611Z copying torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3665773Z copying torch/include/ATen/ops/reflection_pad2d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3666977Z copying torch/include/ATen/ops/reflection_pad2d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3668462Z copying torch/include/ATen/ops/reflection_pad3d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3669416Z copying torch/include/ATen/ops/reflection_pad3d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3671190Z copying torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3671983Z copying torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3673396Z copying torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3674407Z copying torch/include/ATen/ops/reflection_pad3d_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3675642Z copying torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3676954Z copying torch/include/ATen/ops/reflection_pad3d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3677874Z copying torch/include/ATen/ops/reflection_pad3d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3679494Z copying torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3680498Z copying torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3681847Z copying torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3683017Z copying torch/include/ATen/ops/reflection_pad3d_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3684118Z copying torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3685173Z copying torch/include/ATen/ops/reflection_pad3d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3686536Z copying torch/include/ATen/ops/reflection_pad3d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3687353Z copying torch/include/ATen/ops/relu.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3688760Z copying torch/include/ATen/ops/relu6.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3689960Z copying torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3691065Z copying torch/include/ATen/ops/relu6_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3692489Z copying torch/include/ATen/ops/relu6_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3693720Z copying torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3694797Z copying torch/include/ATen/ops/relu_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3696063Z copying torch/include/ATen/ops/relu_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3697259Z copying torch/include/ATen/ops/relu_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3698456Z copying torch/include/ATen/ops/relu_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3699790Z copying torch/include/ATen/ops/relu_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3700895Z copying torch/include/ATen/ops/remainder.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3702490Z copying torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3703891Z copying torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3705209Z copying torch/include/ATen/ops/remainder_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3706529Z copying torch/include/ATen/ops/remainder_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3707481Z copying torch/include/ATen/ops/remainder_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3708968Z copying torch/include/ATen/ops/remainder_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3710090Z copying torch/include/ATen/ops/remainder_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3711035Z copying torch/include/ATen/ops/remainder_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3712349Z copying torch/include/ATen/ops/rename.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3713489Z copying torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3714483Z copying torch/include/ATen/ops/rename_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3715740Z copying torch/include/ATen/ops/rename_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3717110Z copying torch/include/ATen/ops/renorm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3718225Z copying torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3719544Z copying torch/include/ATen/ops/renorm_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3720559Z copying torch/include/ATen/ops/renorm_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3721973Z copying torch/include/ATen/ops/renorm_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3723158Z copying torch/include/ATen/ops/renorm_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3724366Z copying torch/include/ATen/ops/renorm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3725638Z copying torch/include/ATen/ops/renorm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3726958Z copying torch/include/ATen/ops/repeat.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3728351Z copying torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3729280Z copying torch/include/ATen/ops/repeat_interleave.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3730871Z copying torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3731975Z copying torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3733186Z copying torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3734559Z copying torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3735595Z copying torch/include/ATen/ops/repeat_interleave_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3736544Z copying torch/include/ATen/ops/repeat_interleave_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3737886Z copying torch/include/ATen/ops/repeat_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3738802Z copying torch/include/ATen/ops/repeat_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3739933Z copying torch/include/ATen/ops/replication_pad1d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3741598Z copying torch/include/ATen/ops/replication_pad1d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3742673Z copying torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3743690Z copying torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3745002Z copying torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3746140Z copying torch/include/ATen/ops/replication_pad1d_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3747540Z copying torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3748841Z copying torch/include/ATen/ops/replication_pad1d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3750133Z copying torch/include/ATen/ops/replication_pad1d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3751901Z copying torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3752652Z copying torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3754215Z copying torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3755441Z copying torch/include/ATen/ops/replication_pad1d_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3756584Z copying torch/include/ATen/ops/replication_pad1d_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3758033Z copying torch/include/ATen/ops/replication_pad1d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3758989Z copying torch/include/ATen/ops/replication_pad1d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3761134Z copying torch/include/ATen/ops/replication_pad2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3762353Z copying torch/include/ATen/ops/replication_pad2d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3763829Z copying torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3764801Z copying torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3766429Z copying torch/include/ATen/ops/replication_pad2d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3767461Z copying torch/include/ATen/ops/replication_pad2d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3769046Z copying torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3770180Z copying torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3771620Z copying torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3773848Z copying torch/include/ATen/ops/replication_pad2d_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3775374Z copying torch/include/ATen/ops/replication_pad2d_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3776574Z copying torch/include/ATen/ops/replication_pad2d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3777860Z copying torch/include/ATen/ops/replication_pad2d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3778764Z copying torch/include/ATen/ops/replication_pad3d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3779874Z copying torch/include/ATen/ops/replication_pad3d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3781582Z copying torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3782659Z copying torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3783639Z copying torch/include/ATen/ops/replication_pad3d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3784513Z copying torch/include/ATen/ops/replication_pad3d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3786148Z copying torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3786941Z copying torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3788386Z copying torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3789357Z copying torch/include/ATen/ops/replication_pad3d_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3790565Z copying torch/include/ATen/ops/replication_pad3d_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3792088Z copying torch/include/ATen/ops/replication_pad3d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3792827Z copying torch/include/ATen/ops/replication_pad3d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3794371Z copying torch/include/ATen/ops/requires_grad.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3795584Z copying torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3796497Z copying torch/include/ATen/ops/requires_grad_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3798177Z copying torch/include/ATen/ops/requires_grad_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3799059Z copying torch/include/ATen/ops/reshape.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3800574Z copying torch/include/ATen/ops/reshape_as.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3801728Z copying torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3804167Z copying torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3804487Z copying torch/include/ATen/ops/reshape_as_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3805401Z copying torch/include/ATen/ops/reshape_as_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3806610Z copying torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3807872Z copying torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3808820Z copying torch/include/ATen/ops/reshape_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3810261Z copying torch/include/ATen/ops/reshape_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3811753Z copying torch/include/ATen/ops/resize.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3812944Z copying torch/include/ATen/ops/resize_as.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3814015Z copying torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3815364Z copying torch/include/ATen/ops/resize_as_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3816308Z copying torch/include/ATen/ops/resize_as_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3817305Z copying torch/include/ATen/ops/resize_as_sparse.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3818648Z copying torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3819534Z copying torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3821157Z copying torch/include/ATen/ops/resize_as_sparse_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3821856Z copying torch/include/ATen/ops/resize_as_sparse_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3823321Z copying torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3824532Z copying torch/include/ATen/ops/resize_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3825280Z copying torch/include/ATen/ops/resize_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3826462Z copying torch/include/ATen/ops/resize_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3827591Z copying torch/include/ATen/ops/resize_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3828763Z copying torch/include/ATen/ops/resize_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3830017Z copying torch/include/ATen/ops/resolve_conj.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3831007Z copying torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3832293Z copying torch/include/ATen/ops/resolve_conj_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3833431Z copying torch/include/ATen/ops/resolve_conj_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3834662Z copying torch/include/ATen/ops/resolve_neg.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3835707Z copying torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3836747Z copying torch/include/ATen/ops/resolve_neg_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3837720Z copying torch/include/ATen/ops/resolve_neg_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3839374Z copying torch/include/ATen/ops/result_type.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3840441Z copying torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3841712Z copying torch/include/ATen/ops/result_type_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3842828Z copying torch/include/ATen/ops/result_type_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3844134Z copying torch/include/ATen/ops/retain_grad.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3845812Z copying torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3846573Z copying torch/include/ATen/ops/retain_grad_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3847896Z copying torch/include/ATen/ops/retain_grad_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3849124Z copying torch/include/ATen/ops/retains_grad.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3850931Z copying torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3851695Z copying torch/include/ATen/ops/retains_grad_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3853094Z copying torch/include/ATen/ops/retains_grad_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3854042Z copying torch/include/ATen/ops/rnn_relu.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3855001Z copying torch/include/ATen/ops/rnn_relu_cell.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3856286Z copying torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3857285Z copying torch/include/ATen/ops/rnn_relu_cell_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3858275Z copying torch/include/ATen/ops/rnn_relu_cell_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3859637Z copying torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3860669Z copying torch/include/ATen/ops/rnn_relu_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3861671Z copying torch/include/ATen/ops/rnn_relu_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3862815Z copying torch/include/ATen/ops/rnn_tanh.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3863950Z copying torch/include/ATen/ops/rnn_tanh_cell.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3865497Z copying torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3866210Z copying torch/include/ATen/ops/rnn_tanh_cell_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3867500Z copying torch/include/ATen/ops/rnn_tanh_cell_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3868921Z copying torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3870113Z copying torch/include/ATen/ops/t.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3871539Z copying torch/include/ATen/ops/rnn_tanh_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3872873Z copying torch/include/ATen/ops/rnn_tanh_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3874184Z copying torch/include/ATen/ops/roll.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3875810Z copying torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3876602Z copying torch/include/ATen/ops/roll_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3877895Z copying torch/include/ATen/ops/roll_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3879159Z copying torch/include/ATen/ops/roll_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3880614Z copying torch/include/ATen/ops/roll_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3881939Z copying torch/include/ATen/ops/rot90.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3883002Z copying torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3884281Z copying torch/include/ATen/ops/rot90_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3885281Z copying torch/include/ATen/ops/rot90_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3886765Z copying torch/include/ATen/ops/round.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3888147Z copying torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3888790Z copying torch/include/ATen/ops/round_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3890393Z copying torch/include/ATen/ops/round_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3891557Z copying torch/include/ATen/ops/round_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3892291Z copying torch/include/ATen/ops/round_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3893790Z copying torch/include/ATen/ops/round_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3894594Z copying torch/include/ATen/ops/round_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3896178Z copying torch/include/ATen/ops/row_indices.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3897309Z copying torch/include/ATen/ops/row_indices_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3898389Z copying torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3899799Z copying torch/include/ATen/ops/row_indices_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3908269Z copying torch/include/ATen/ops/row_indices_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3909615Z copying torch/include/ATen/ops/row_indices_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3910830Z copying torch/include/ATen/ops/row_indices_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3912078Z copying torch/include/ATen/ops/row_stack.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3913504Z copying torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3922599Z copying torch/include/ATen/ops/row_stack_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3923782Z copying torch/include/ATen/ops/row_stack_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3925441Z copying torch/include/ATen/ops/rrelu.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3927255Z copying torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3928596Z copying torch/include/ATen/ops/rrelu_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3929786Z copying torch/include/ATen/ops/rrelu_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3930998Z copying torch/include/ATen/ops/rrelu_with_noise.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3932210Z copying torch/include/ATen/ops/rrelu_with_noise_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3933549Z copying torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3934631Z copying torch/include/ATen/ops/rrelu_with_noise_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3935907Z copying torch/include/ATen/ops/rrelu_with_noise_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3937442Z copying torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3938556Z copying torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3939909Z copying torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3940935Z copying torch/include/ATen/ops/rrelu_with_noise_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3942199Z copying torch/include/ATen/ops/rrelu_with_noise_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3943578Z copying torch/include/ATen/ops/rshift.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3945287Z copying torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3946290Z copying torch/include/ATen/ops/rshift_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3947614Z copying torch/include/ATen/ops/rshift_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3949960Z copying torch/include/ATen/ops/rshift_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3950344Z copying torch/include/ATen/ops/rshift_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3951214Z copying torch/include/ATen/ops/rshift_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3952102Z copying torch/include/ATen/ops/rsqrt.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3953597Z copying torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3954368Z copying torch/include/ATen/ops/rsqrt_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3955973Z copying torch/include/ATen/ops/rsqrt_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3956250Z copying torch/include/ATen/ops/rsqrt_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3957638Z copying torch/include/ATen/ops/rsqrt_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3958965Z copying torch/include/ATen/ops/rsqrt_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3960125Z copying torch/include/ATen/ops/rsqrt_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3961514Z copying torch/include/ATen/ops/rsub.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3963049Z copying torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3963924Z copying torch/include/ATen/ops/rsub_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3965469Z copying torch/include/ATen/ops/rsub_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3966325Z copying torch/include/ATen/ops/rsub_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3967532Z copying torch/include/ATen/ops/rsub_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3968763Z copying torch/include/ATen/ops/scalar_tensor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3969762Z copying torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3971651Z copying torch/include/ATen/ops/scalar_tensor_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3972555Z copying torch/include/ATen/ops/scalar_tensor_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3973688Z copying torch/include/ATen/ops/scatter.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3975177Z copying torch/include/ATen/ops/scatter_add.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3976407Z copying torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3977378Z copying torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3978452Z copying torch/include/ATen/ops/scatter_add_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3979640Z copying torch/include/ATen/ops/scatter_add_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3980821Z copying torch/include/ATen/ops/scatter_add_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3982269Z copying torch/include/ATen/ops/scatter_add_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3983499Z copying torch/include/ATen/ops/scatter_add_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3984652Z copying torch/include/ATen/ops/scatter_add_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3986080Z copying torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3987121Z copying torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3988116Z copying torch/include/ATen/ops/scatter_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3989961Z copying torch/include/ATen/ops/scatter_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3990453Z copying torch/include/ATen/ops/scatter_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3991744Z copying torch/include/ATen/ops/scatter_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3992968Z copying torch/include/ATen/ops/scatter_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3994127Z copying torch/include/ATen/ops/scatter_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3995441Z copying torch/include/ATen/ops/scatter_reduce.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3996553Z copying torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3997693Z copying torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.3998982Z copying torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4000642Z copying torch/include/ATen/ops/scatter_reduce_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4001460Z copying torch/include/ATen/ops/scatter_reduce_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4002849Z copying torch/include/ATen/ops/scatter_reduce_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4003755Z copying torch/include/ATen/ops/scatter_reduce_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4005030Z copying torch/include/ATen/ops/searchsorted.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4006389Z copying torch/include/ATen/ops/searchsorted_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4007473Z copying torch/include/ATen/ops/searchsorted_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4008802Z copying torch/include/ATen/ops/searchsorted_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4010044Z copying torch/include/ATen/ops/searchsorted_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4011333Z copying torch/include/ATen/ops/searchsorted_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4012654Z copying torch/include/ATen/ops/to.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4014121Z copying torch/include/ATen/ops/segment_reduce.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4015625Z copying torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4016882Z copying torch/include/ATen/ops/segment_reduce_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4018164Z copying torch/include/ATen/ops/segment_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4019477Z copying torch/include/ATen/ops/segment_reduce_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4020761Z copying torch/include/ATen/ops/segment_reduce_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4021968Z copying torch/include/ATen/ops/select.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4023588Z copying torch/include/ATen/ops/select_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4024985Z copying torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4026284Z copying torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4027589Z copying torch/include/ATen/ops/select_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4028808Z copying torch/include/ATen/ops/select_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4030084Z copying torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4031101Z copying torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4033523Z copying torch/include/ATen/ops/select_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4034060Z copying torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4035344Z copying torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4035927Z copying torch/include/ATen/ops/select_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4037315Z copying torch/include/ATen/ops/select_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4038279Z copying torch/include/ATen/ops/select_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4040383Z copying torch/include/ATen/ops/select_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4040880Z copying torch/include/ATen/ops/select_scatter.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4042222Z copying torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4043465Z copying torch/include/ATen/ops/select_scatter_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4044786Z copying torch/include/ATen/ops/select_scatter_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4045715Z copying torch/include/ATen/ops/selu.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4047168Z copying torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4048460Z copying torch/include/ATen/ops/selu_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4049835Z copying torch/include/ATen/ops/selu_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4051055Z copying torch/include/ATen/ops/set.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4052574Z copying torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4053605Z copying torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4054922Z copying torch/include/ATen/ops/set_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4056498Z copying torch/include/ATen/ops/set_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4058329Z copying torch/include/ATen/ops/set_data.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4058881Z copying torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4060060Z copying torch/include/ATen/ops/set_data_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4061578Z copying torch/include/ATen/ops/set_data_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4063197Z copying torch/include/ATen/ops/set_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4064740Z copying torch/include/ATen/ops/set_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4066568Z copying torch/include/ATen/ops/set_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4067915Z copying torch/include/ATen/ops/sgn.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4070791Z copying torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4071178Z copying torch/include/ATen/ops/sgn_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4071957Z copying torch/include/ATen/ops/sgn_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4073222Z copying torch/include/ATen/ops/sgn_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4074509Z copying torch/include/ATen/ops/sgn_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4075651Z copying torch/include/ATen/ops/sgn_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4076800Z copying torch/include/ATen/ops/sgn_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4078008Z copying torch/include/ATen/ops/sigmoid.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4079231Z copying torch/include/ATen/ops/sigmoid_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4080771Z copying torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4081631Z copying torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4083076Z copying torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4084061Z copying torch/include/ATen/ops/sigmoid_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4085923Z copying torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4086590Z copying torch/include/ATen/ops/sigmoid_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4087535Z copying torch/include/ATen/ops/sigmoid_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4088605Z copying torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4090017Z copying torch/include/ATen/ops/sigmoid_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4090744Z copying torch/include/ATen/ops/sigmoid_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4092249Z copying torch/include/ATen/ops/sigmoid_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4093144Z copying torch/include/ATen/ops/sigmoid_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4094668Z copying torch/include/ATen/ops/sigmoid_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4095823Z copying torch/include/ATen/ops/sigmoid_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4097004Z copying torch/include/ATen/ops/sign.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4098638Z copying torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4099822Z copying torch/include/ATen/ops/sign_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4101174Z copying torch/include/ATen/ops/sign_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4102420Z copying torch/include/ATen/ops/sign_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4103731Z copying torch/include/ATen/ops/sign_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4105550Z copying torch/include/ATen/ops/sign_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4106788Z copying torch/include/ATen/ops/sign_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4107768Z copying torch/include/ATen/ops/signbit.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4109211Z copying torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4110708Z copying torch/include/ATen/ops/signbit_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4111722Z copying torch/include/ATen/ops/signbit_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4112998Z copying torch/include/ATen/ops/signbit_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4113948Z copying torch/include/ATen/ops/signbit_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4115382Z copying torch/include/ATen/ops/signbit_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4116876Z copying torch/include/ATen/ops/signbit_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4117774Z copying torch/include/ATen/ops/silu.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4119000Z copying torch/include/ATen/ops/silu_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4120668Z copying torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4121865Z copying torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4123026Z copying torch/include/ATen/ops/silu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4124259Z copying torch/include/ATen/ops/silu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4125548Z copying torch/include/ATen/ops/silu_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4126834Z copying torch/include/ATen/ops/silu_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4128174Z copying torch/include/ATen/ops/silu_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4129426Z copying torch/include/ATen/ops/silu_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4130881Z copying torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4132030Z copying torch/include/ATen/ops/silu_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4133331Z copying torch/include/ATen/ops/silu_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4134583Z copying torch/include/ATen/ops/silu_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4135924Z copying torch/include/ATen/ops/silu_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4137175Z copying torch/include/ATen/ops/silu_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4138467Z copying torch/include/ATen/ops/silu_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4139764Z copying torch/include/ATen/ops/sin.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4141233Z copying torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4142334Z copying torch/include/ATen/ops/sin_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4143655Z copying torch/include/ATen/ops/sin_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4145216Z copying torch/include/ATen/ops/sin_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4146422Z copying torch/include/ATen/ops/sin_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4147648Z copying torch/include/ATen/ops/sin_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4148975Z copying torch/include/ATen/ops/sin_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4150192Z copying torch/include/ATen/ops/sinc.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4151620Z copying torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4152806Z copying torch/include/ATen/ops/sinc_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4154049Z copying torch/include/ATen/ops/sinc_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4155340Z copying torch/include/ATen/ops/sinc_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4156900Z copying torch/include/ATen/ops/sinc_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4158000Z copying torch/include/ATen/ops/sinc_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4159465Z copying torch/include/ATen/ops/sinc_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4160902Z copying torch/include/ATen/ops/sinh.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4162342Z copying torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4163244Z copying torch/include/ATen/ops/sinh_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4164597Z copying torch/include/ATen/ops/sinh_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4165852Z copying torch/include/ATen/ops/sinh_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4167080Z copying torch/include/ATen/ops/sinh_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4168228Z copying torch/include/ATen/ops/sinh_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4169433Z copying torch/include/ATen/ops/sinh_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4170662Z copying torch/include/ATen/ops/size.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4172020Z copying torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4173185Z copying torch/include/ATen/ops/size_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4174399Z copying torch/include/ATen/ops/size_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4175590Z copying torch/include/ATen/ops/slice.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4176875Z copying torch/include/ATen/ops/slice_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4178381Z copying torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4179658Z copying torch/include/ATen/ops/slice_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4180968Z copying torch/include/ATen/ops/slice_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4182484Z copying torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4183447Z copying torch/include/ATen/ops/slice_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4184822Z copying torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4186188Z copying torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4187795Z copying torch/include/ATen/ops/slice_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4189196Z copying torch/include/ATen/ops/slice_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4190336Z copying torch/include/ATen/ops/slice_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4191659Z copying torch/include/ATen/ops/slice_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4193312Z copying torch/include/ATen/ops/slice_scatter.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4194249Z copying torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4195408Z copying torch/include/ATen/ops/slice_scatter_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4196597Z copying torch/include/ATen/ops/slice_scatter_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4197842Z copying torch/include/ATen/ops/slogdet.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4199529Z copying torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4200851Z copying torch/include/ATen/ops/slogdet_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4202175Z copying torch/include/ATen/ops/slogdet_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4203379Z copying torch/include/ATen/ops/slow_conv3d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4204883Z copying torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4206008Z copying torch/include/ATen/ops/slow_conv3d_forward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4207386Z copying torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4208573Z copying torch/include/ATen/ops/slow_conv3d_forward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4210212Z copying torch/include/ATen/ops/slow_conv3d_forward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4210681Z copying torch/include/ATen/ops/slow_conv3d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4212115Z copying torch/include/ATen/ops/slow_conv3d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4213731Z copying torch/include/ATen/ops/slow_conv_dilated2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4214651Z copying torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4215942Z copying torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4217004Z copying torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4218200Z copying torch/include/ATen/ops/slow_conv_dilated2d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4219413Z copying torch/include/ATen/ops/slow_conv_dilated2d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4220622Z copying torch/include/ATen/ops/slow_conv_dilated3d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4222025Z copying torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4222939Z copying torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4224284Z copying torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4225973Z copying torch/include/ATen/ops/slow_conv_dilated3d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4226312Z copying torch/include/ATen/ops/slow_conv_dilated3d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4227939Z copying torch/include/ATen/ops/slow_conv_transpose2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4228809Z copying torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4230004Z copying torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4231259Z copying torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4232293Z copying torch/include/ATen/ops/slow_conv_transpose2d_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4233684Z copying torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4235288Z copying torch/include/ATen/ops/slow_conv_transpose2d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4236016Z copying torch/include/ATen/ops/slow_conv_transpose2d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4237823Z copying torch/include/ATen/ops/slow_conv_transpose3d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4238735Z copying torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4240035Z copying torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4241924Z copying torch/include/ATen/ops/slow_conv_transpose3d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4242928Z copying torch/include/ATen/ops/slow_conv_transpose3d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4244109Z copying torch/include/ATen/ops/smm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4245279Z copying torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4246369Z copying torch/include/ATen/ops/smm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4247505Z copying torch/include/ATen/ops/smm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4248636Z copying torch/include/ATen/ops/smooth_l1_loss.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4249935Z copying torch/include/ATen/ops/smooth_l1_loss_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4251479Z copying torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4252311Z copying torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4253793Z copying torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4254840Z copying torch/include/ATen/ops/smooth_l1_loss_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4256762Z copying torch/include/ATen/ops/smooth_l1_loss_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4257913Z copying torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4258937Z copying torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4260329Z copying torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4261315Z copying torch/include/ATen/ops/smooth_l1_loss_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4262705Z copying torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4263827Z copying torch/include/ATen/ops/smooth_l1_loss_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4265322Z copying torch/include/ATen/ops/smooth_l1_loss_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4266371Z copying torch/include/ATen/ops/soft_margin_loss.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4268301Z copying torch/include/ATen/ops/soft_margin_loss_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4269635Z copying torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4270872Z copying torch/include/ATen/ops/soft_margin_loss_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4271916Z copying torch/include/ATen/ops/soft_margin_loss_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4273450Z copying torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4274632Z copying torch/include/ATen/ops/soft_margin_loss_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4276057Z copying torch/include/ATen/ops/soft_margin_loss_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4277582Z copying torch/include/ATen/ops/softmax.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4278453Z copying torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4279860Z copying torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4282222Z copying torch/include/ATen/ops/softmax_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4282838Z copying torch/include/ATen/ops/softmax_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4283524Z copying torch/include/ATen/ops/softplus.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4284644Z copying torch/include/ATen/ops/softplus_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4286028Z copying torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4287061Z copying torch/include/ATen/ops/softplus_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4288660Z copying torch/include/ATen/ops/softplus_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4289702Z copying torch/include/ATen/ops/softplus_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4291179Z copying torch/include/ATen/ops/softplus_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4291855Z copying torch/include/ATen/ops/softplus_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4293120Z copying torch/include/ATen/ops/softplus_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4295212Z copying torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4295782Z copying torch/include/ATen/ops/softplus_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4296401Z copying torch/include/ATen/ops/softplus_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4297478Z copying torch/include/ATen/ops/softplus_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4298791Z copying torch/include/ATen/ops/softplus_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4300141Z copying torch/include/ATen/ops/softplus_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4301138Z copying torch/include/ATen/ops/softplus_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4302647Z copying torch/include/ATen/ops/softshrink.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4303753Z copying torch/include/ATen/ops/softshrink_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4305106Z copying torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4306248Z copying torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4307380Z copying torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4308600Z copying torch/include/ATen/ops/softshrink_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4309889Z copying torch/include/ATen/ops/softshrink_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4310907Z copying torch/include/ATen/ops/softshrink_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4312422Z copying torch/include/ATen/ops/softshrink_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4313529Z copying torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4314664Z copying torch/include/ATen/ops/softshrink_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4315846Z copying torch/include/ATen/ops/softshrink_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4317463Z copying torch/include/ATen/ops/softshrink_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4318440Z copying torch/include/ATen/ops/softshrink_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4319706Z copying torch/include/ATen/ops/softshrink_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4321114Z copying torch/include/ATen/ops/softshrink_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4322004Z copying torch/include/ATen/ops/sort.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4323530Z copying torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4324535Z copying torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4325606Z copying torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4326699Z copying torch/include/ATen/ops/sort_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4328113Z copying torch/include/ATen/ops/sort_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4329183Z copying torch/include/ATen/ops/sort_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4330628Z copying torch/include/ATen/ops/sort_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4331985Z copying torch/include/ATen/ops/sort_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4332979Z copying torch/include/ATen/ops/sort_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4334546Z copying torch/include/ATen/ops/sparse_bsc_tensor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4335967Z copying torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4336905Z copying torch/include/ATen/ops/sparse_bsc_tensor_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4338108Z copying torch/include/ATen/ops/sparse_bsc_tensor_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4339235Z copying torch/include/ATen/ops/sparse_bsr_tensor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4340633Z copying torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4341873Z copying torch/include/ATen/ops/sparse_bsr_tensor_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4343266Z copying torch/include/ATen/ops/sparse_bsr_tensor_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4344418Z copying torch/include/ATen/ops/sparse_compressed_tensor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4345684Z copying torch/include/ATen/ops/sparse_compressed_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4346955Z copying torch/include/ATen/ops/sparse_compressed_tensor_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4347971Z copying torch/include/ATen/ops/sparse_compressed_tensor_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4349320Z copying torch/include/ATen/ops/sparse_coo_tensor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4350383Z copying torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4351633Z copying torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4352619Z copying torch/include/ATen/ops/sparse_coo_tensor_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4353732Z copying torch/include/ATen/ops/sparse_coo_tensor_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4354990Z copying torch/include/ATen/ops/sparse_csc_tensor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4355988Z copying torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4357143Z copying torch/include/ATen/ops/sparse_csc_tensor_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4358202Z copying torch/include/ATen/ops/sparse_csc_tensor_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4359998Z copying torch/include/ATen/ops/sparse_csr_tensor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4360876Z copying torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4362293Z copying torch/include/ATen/ops/sparse_csr_tensor_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4363165Z copying torch/include/ATen/ops/sparse_csr_tensor_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4364325Z copying torch/include/ATen/ops/sparse_dim.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4365542Z copying torch/include/ATen/ops/sparse_dim_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4366611Z copying torch/include/ATen/ops/sparse_dim_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4367708Z copying torch/include/ATen/ops/sparse_mask.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4368937Z copying torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4369978Z copying torch/include/ATen/ops/sparse_mask_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4371486Z copying torch/include/ATen/ops/sparse_mask_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4372573Z copying torch/include/ATen/ops/sparse_resize.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4373520Z copying torch/include/ATen/ops/sparse_resize_and_clear.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4374685Z copying torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4376152Z copying torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4376902Z copying torch/include/ATen/ops/sparse_resize_and_clear_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4378572Z copying torch/include/ATen/ops/sparse_resize_and_clear_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4379372Z copying torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4380456Z copying torch/include/ATen/ops/sparse_resize_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4381951Z copying torch/include/ATen/ops/sparse_resize_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4382838Z copying torch/include/ATen/ops/sparse_resize_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4383973Z copying torch/include/ATen/ops/sparse_sampled_addmm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4385134Z copying torch/include/ATen/ops/sparse_sampled_addmm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4386226Z copying torch/include/ATen/ops/sparse_sampled_addmm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4387369Z copying torch/include/ATen/ops/special_airy_ai.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4388851Z copying torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4389950Z copying torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4391049Z copying torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4392070Z copying torch/include/ATen/ops/special_airy_ai_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4393218Z copying torch/include/ATen/ops/special_airy_ai_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4394284Z copying torch/include/ATen/ops/special_airy_ai_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4395914Z copying torch/include/ATen/ops/special_airy_ai_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4396782Z copying torch/include/ATen/ops/special_bessel_j0.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4397967Z copying torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4398950Z copying torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4400489Z copying torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4401931Z copying torch/include/ATen/ops/special_bessel_j0_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4403051Z copying torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4404183Z copying torch/include/ATen/ops/special_bessel_j0_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4405488Z copying torch/include/ATen/ops/special_bessel_j0_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4406780Z copying torch/include/ATen/ops/special_bessel_j1.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4407910Z copying torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4409031Z copying torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4410174Z copying torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4411705Z copying torch/include/ATen/ops/special_bessel_j1_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4413089Z copying torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4414112Z copying torch/include/ATen/ops/special_bessel_j1_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4415229Z copying torch/include/ATen/ops/special_bessel_j1_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4416524Z copying torch/include/ATen/ops/special_bessel_y0.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4417908Z copying torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4418983Z copying torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4420314Z copying torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4421608Z copying torch/include/ATen/ops/special_bessel_y0_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4423303Z copying torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4424403Z copying torch/include/ATen/ops/special_bessel_y0_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4425603Z copying torch/include/ATen/ops/special_bessel_y0_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4427012Z copying torch/include/ATen/ops/special_bessel_y1.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4428579Z copying torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4429491Z copying torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4430996Z copying torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4432088Z copying torch/include/ATen/ops/special_bessel_y1_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4433538Z copying torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4434591Z copying torch/include/ATen/ops/special_bessel_y1_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4435970Z copying torch/include/ATen/ops/special_bessel_y1_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4437302Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4438564Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4440381Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4441503Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4442655Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4444041Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4445150Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4446142Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4447339Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4449362Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4449934Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4451238Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4452481Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4453738Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4454965Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4456160Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4457525Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4458618Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4459837Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4461130Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4462481Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4463599Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4464852Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4466208Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4467183Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4468431Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4469655Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4471320Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4472095Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4473479Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4474809Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4476070Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4477428Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4478642Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4480096Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4481107Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4482337Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4483630Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4484638Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4485730Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4487189Z copying torch/include/ATen/ops/special_digamma.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4488272Z copying torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4489430Z copying torch/include/ATen/ops/special_digamma_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4490804Z copying torch/include/ATen/ops/special_digamma_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4491895Z copying torch/include/ATen/ops/special_entr.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4493084Z copying torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4494249Z copying torch/include/ATen/ops/special_entr_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4495274Z copying torch/include/ATen/ops/special_entr_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4496666Z copying torch/include/ATen/ops/special_entr_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4497783Z copying torch/include/ATen/ops/special_entr_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4499059Z copying torch/include/ATen/ops/special_entr_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4500224Z copying torch/include/ATen/ops/special_entr_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4501609Z copying torch/include/ATen/ops/special_erf.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4503374Z copying torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4504323Z copying torch/include/ATen/ops/special_erf_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4505313Z copying torch/include/ATen/ops/special_erf_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4506647Z copying torch/include/ATen/ops/special_erfc.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4507696Z copying torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4508705Z copying torch/include/ATen/ops/special_erfc_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4509781Z copying torch/include/ATen/ops/special_erfc_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4511087Z copying torch/include/ATen/ops/special_erfcx.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4512197Z copying torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4513609Z copying torch/include/ATen/ops/special_erfcx_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4514585Z copying torch/include/ATen/ops/special_erfcx_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4515743Z copying torch/include/ATen/ops/special_erfcx_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4517042Z copying torch/include/ATen/ops/special_erfcx_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4518067Z copying torch/include/ATen/ops/special_erfcx_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4519090Z copying torch/include/ATen/ops/special_erfcx_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4521424Z copying torch/include/ATen/ops/special_erfinv.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4521968Z copying torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4523035Z copying torch/include/ATen/ops/special_erfinv_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4524705Z copying torch/include/ATen/ops/special_erfinv_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4525810Z copying torch/include/ATen/ops/special_exp2.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4526823Z copying torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4528002Z copying torch/include/ATen/ops/special_exp2_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4529768Z copying torch/include/ATen/ops/special_exp2_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4530572Z copying torch/include/ATen/ops/special_expit.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4532195Z copying torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4533112Z copying torch/include/ATen/ops/special_expit_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4534646Z copying torch/include/ATen/ops/special_expit_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4535804Z copying torch/include/ATen/ops/special_expm1.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4537617Z copying torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4538726Z copying torch/include/ATen/ops/special_expm1_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4540274Z copying torch/include/ATen/ops/special_expm1_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4541224Z copying torch/include/ATen/ops/special_gammainc.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4542695Z copying torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4543801Z copying torch/include/ATen/ops/special_gammainc_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4544898Z copying torch/include/ATen/ops/special_gammainc_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4546296Z copying torch/include/ATen/ops/special_gammaincc.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4547461Z copying torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4548636Z copying torch/include/ATen/ops/special_gammaincc_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4549691Z copying torch/include/ATen/ops/special_gammaincc_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4552041Z copying torch/include/ATen/ops/special_gammaln.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4552821Z copying torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4553625Z copying torch/include/ATen/ops/special_gammaln_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4554616Z copying torch/include/ATen/ops/special_gammaln_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4555651Z copying torch/include/ATen/ops/special_hermite_polynomial_h.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4557229Z copying torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4558035Z copying torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4559457Z copying torch/include/ATen/ops/special_hermite_polynomial_h_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4560961Z copying torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4562201Z copying torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4563674Z copying torch/include/ATen/ops/special_hermite_polynomial_h_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4564810Z copying torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4566095Z copying torch/include/ATen/ops/special_hermite_polynomial_h_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4567244Z copying torch/include/ATen/ops/special_hermite_polynomial_h_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4568666Z copying torch/include/ATen/ops/special_hermite_polynomial_he.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4569989Z copying torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4571166Z copying torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4572809Z copying torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4574012Z copying torch/include/ATen/ops/special_hermite_polynomial_he_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4575069Z copying torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4576550Z copying torch/include/ATen/ops/special_hermite_polynomial_he_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4578094Z copying torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4579298Z copying torch/include/ATen/ops/special_hermite_polynomial_he_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4580233Z copying torch/include/ATen/ops/special_hermite_polynomial_he_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4582014Z copying torch/include/ATen/ops/special_i0.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4583549Z copying torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4584577Z copying torch/include/ATen/ops/special_i0_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4585618Z copying torch/include/ATen/ops/special_i0_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4586733Z copying torch/include/ATen/ops/special_i0e.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4588032Z copying torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4589078Z copying torch/include/ATen/ops/special_i0e_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4590136Z copying torch/include/ATen/ops/special_i0e_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4591163Z copying torch/include/ATen/ops/special_i0e_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4592410Z copying torch/include/ATen/ops/special_i0e_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4593692Z copying torch/include/ATen/ops/special_i0e_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4594683Z copying torch/include/ATen/ops/special_i0e_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4595938Z copying torch/include/ATen/ops/special_i1.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4597512Z copying torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4598534Z copying torch/include/ATen/ops/special_i1_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4599607Z copying torch/include/ATen/ops/special_i1_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4601041Z copying torch/include/ATen/ops/special_i1_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4601989Z copying torch/include/ATen/ops/special_i1_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4603143Z copying torch/include/ATen/ops/special_i1_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4604200Z copying torch/include/ATen/ops/special_i1_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4605275Z copying torch/include/ATen/ops/special_i1e.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4606630Z copying torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4607519Z copying torch/include/ATen/ops/special_i1e_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4609242Z copying torch/include/ATen/ops/special_i1e_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4610359Z copying torch/include/ATen/ops/special_i1e_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4611611Z copying torch/include/ATen/ops/special_i1e_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4612711Z copying torch/include/ATen/ops/special_i1e_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4613861Z copying torch/include/ATen/ops/special_i1e_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4615054Z copying torch/include/ATen/ops/special_laguerre_polynomial_l.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4616491Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4617739Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4618968Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4620152Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4621493Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4623003Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4624177Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4625383Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4626601Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4628098Z copying torch/include/ATen/ops/special_legendre_polynomial_p.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4629363Z copying torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4630691Z copying torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4631894Z copying torch/include/ATen/ops/special_legendre_polynomial_p_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4633070Z copying torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4634477Z copying torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4635682Z copying torch/include/ATen/ops/special_legendre_polynomial_p_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4636907Z copying torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4638134Z copying torch/include/ATen/ops/special_legendre_polynomial_p_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4639723Z copying torch/include/ATen/ops/special_legendre_polynomial_p_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4640836Z copying torch/include/ATen/ops/special_log1p.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4642274Z copying torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4643331Z copying torch/include/ATen/ops/special_log1p_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4644538Z copying torch/include/ATen/ops/special_log1p_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4645948Z copying torch/include/ATen/ops/special_log_ndtr.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4647161Z copying torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4648232Z copying torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4649595Z copying torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4650676Z copying torch/include/ATen/ops/special_log_ndtr_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4652062Z copying torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4653136Z copying torch/include/ATen/ops/special_log_ndtr_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4654502Z copying torch/include/ATen/ops/special_log_ndtr_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4655578Z copying torch/include/ATen/ops/special_log_softmax.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4656997Z copying torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4658046Z copying torch/include/ATen/ops/special_log_softmax_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4659283Z copying torch/include/ATen/ops/special_log_softmax_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4660664Z copying torch/include/ATen/ops/special_logit.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4662586Z copying torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4663620Z copying torch/include/ATen/ops/special_logit_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4664660Z copying torch/include/ATen/ops/special_logit_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4666341Z copying torch/include/ATen/ops/special_logsumexp.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4667435Z copying torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4668572Z copying torch/include/ATen/ops/special_logsumexp_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4669987Z copying torch/include/ATen/ops/special_logsumexp_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4671072Z copying torch/include/ATen/ops/special_modified_bessel_i0.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4672706Z copying torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4673765Z copying torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4674907Z copying torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4676257Z copying torch/include/ATen/ops/special_modified_bessel_i0_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4678493Z copying torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4679072Z copying torch/include/ATen/ops/special_modified_bessel_i0_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4680468Z copying torch/include/ATen/ops/special_modified_bessel_i0_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4682343Z copying torch/include/ATen/ops/special_modified_bessel_i1.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4683467Z copying torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4684565Z copying torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4685766Z copying torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4686936Z copying torch/include/ATen/ops/special_modified_bessel_i1_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4688131Z copying torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4689240Z copying torch/include/ATen/ops/special_modified_bessel_i1_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4690594Z copying torch/include/ATen/ops/special_modified_bessel_i1_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4692006Z copying torch/include/ATen/ops/special_modified_bessel_k0.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4693083Z copying torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4694364Z copying torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4695569Z copying torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4696956Z copying torch/include/ATen/ops/special_modified_bessel_k0_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4697998Z copying torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4699055Z copying torch/include/ATen/ops/special_modified_bessel_k0_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4700331Z copying torch/include/ATen/ops/special_modified_bessel_k0_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4701628Z copying torch/include/ATen/ops/special_modified_bessel_k1.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4702823Z copying torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4704040Z copying torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4705525Z copying torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4706664Z copying torch/include/ATen/ops/special_modified_bessel_k1_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4708104Z copying torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4709326Z copying torch/include/ATen/ops/special_modified_bessel_k1_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4710602Z copying torch/include/ATen/ops/special_modified_bessel_k1_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4712078Z copying torch/include/ATen/ops/special_multigammaln.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4713181Z copying torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4714395Z copying torch/include/ATen/ops/special_multigammaln_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4715564Z copying torch/include/ATen/ops/special_multigammaln_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4716962Z copying torch/include/ATen/ops/special_ndtr.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4718161Z copying torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4719217Z copying torch/include/ATen/ops/special_ndtr_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4720428Z copying torch/include/ATen/ops/special_ndtr_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4721606Z copying torch/include/ATen/ops/special_ndtri.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4722791Z copying torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4723771Z copying torch/include/ATen/ops/special_ndtri_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4725294Z copying torch/include/ATen/ops/special_ndtri_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4726221Z copying torch/include/ATen/ops/special_ndtri_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4727406Z copying torch/include/ATen/ops/special_ndtri_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4728476Z copying torch/include/ATen/ops/special_ndtri_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4729646Z copying torch/include/ATen/ops/special_ndtri_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4730729Z copying torch/include/ATen/ops/special_polygamma.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4732056Z copying torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4733038Z copying torch/include/ATen/ops/special_polygamma_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4734223Z copying torch/include/ATen/ops/special_polygamma_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4735551Z copying torch/include/ATen/ops/special_psi.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4736606Z copying torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4738197Z copying torch/include/ATen/ops/special_psi_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4739055Z copying torch/include/ATen/ops/special_psi_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4740507Z copying torch/include/ATen/ops/special_round.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4742205Z copying torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4743412Z copying torch/include/ATen/ops/special_round_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4744830Z copying torch/include/ATen/ops/special_round_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4746015Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4747380Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4748419Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4749729Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4750939Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4752123Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4753303Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4754522Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4755745Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4756979Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4758081Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4759626Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4760659Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4761982Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4763135Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4764194Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4765343Z copying torch/include/ATen/ops/special_sinc.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4766519Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4768266Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4769318Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4770299Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4771719Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4772913Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4773960Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4775095Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4776243Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4777717Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4778915Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4780215Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4781353Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4782530Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4783701Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4784840Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4786077Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4787326Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4788496Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4789729Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4790996Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4792563Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4793696Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4794857Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4796022Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4797279Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4798522Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4800058Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4801459Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4802835Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4804239Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4805473Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4806851Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4809047Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4810148Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4810881Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4811737Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4812946Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4814042Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4815288Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4816731Z copying torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4817577Z copying torch/include/ATen/ops/special_sinc_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4818883Z copying torch/include/ATen/ops/special_sinc_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4820276Z copying torch/include/ATen/ops/special_softmax.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4822000Z copying torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4823087Z copying torch/include/ATen/ops/special_softmax_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4824531Z copying torch/include/ATen/ops/special_softmax_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4825673Z copying torch/include/ATen/ops/special_spherical_bessel_j0.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4827469Z copying torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4828391Z copying torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4829901Z copying torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4831025Z copying torch/include/ATen/ops/special_spherical_bessel_j0_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4832454Z copying torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4833628Z copying torch/include/ATen/ops/special_spherical_bessel_j0_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4834945Z copying torch/include/ATen/ops/special_spherical_bessel_j0_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4836449Z copying torch/include/ATen/ops/special_xlog1py.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4837679Z copying torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4839121Z copying torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4840460Z copying torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4842558Z copying torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4843410Z copying torch/include/ATen/ops/special_xlog1py_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4844846Z copying torch/include/ATen/ops/special_xlog1py_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4845963Z copying torch/include/ATen/ops/special_xlog1py_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4847628Z copying torch/include/ATen/ops/special_xlog1py_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4848390Z copying torch/include/ATen/ops/special_xlogy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4849719Z copying torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4850757Z copying torch/include/ATen/ops/special_xlogy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4852067Z copying torch/include/ATen/ops/special_xlogy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4853081Z copying torch/include/ATen/ops/special_zeta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4854650Z copying torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4855551Z copying torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4857691Z copying torch/include/ATen/ops/special_zeta_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4858435Z copying torch/include/ATen/ops/special_zeta_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4859197Z copying torch/include/ATen/ops/special_zeta_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4860494Z copying torch/include/ATen/ops/special_zeta_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4861548Z copying torch/include/ATen/ops/special_zeta_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4862769Z copying torch/include/ATen/ops/special_zeta_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4863982Z copying torch/include/ATen/ops/split.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4865148Z copying torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4866259Z copying torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4867357Z copying torch/include/ATen/ops/split_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4868780Z copying torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4869996Z copying torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4870934Z copying torch/include/ATen/ops/split_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4872571Z copying torch/include/ATen/ops/split_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4873634Z copying torch/include/ATen/ops/split_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4874812Z copying torch/include/ATen/ops/split_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4876461Z copying torch/include/ATen/ops/split_with_sizes.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4877448Z copying torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4878703Z copying torch/include/ATen/ops/split_with_sizes_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4880307Z copying torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4881394Z copying torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4882173Z copying torch/include/ATen/ops/split_with_sizes_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4883594Z copying torch/include/ATen/ops/split_with_sizes_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4884840Z copying torch/include/ATen/ops/split_with_sizes_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4885822Z copying torch/include/ATen/ops/split_with_sizes_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4887339Z copying torch/include/ATen/ops/sqrt.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4888518Z copying torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4889500Z copying torch/include/ATen/ops/sqrt_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4890839Z copying torch/include/ATen/ops/sqrt_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4891646Z copying torch/include/ATen/ops/sqrt_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4893144Z copying torch/include/ATen/ops/sqrt_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4894530Z copying torch/include/ATen/ops/sqrt_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4895329Z copying torch/include/ATen/ops/sqrt_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4896759Z copying torch/include/ATen/ops/square.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4898159Z copying torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4899357Z copying torch/include/ATen/ops/square_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4900535Z copying torch/include/ATen/ops/square_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4902219Z copying torch/include/ATen/ops/squeeze.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4903639Z copying torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4904872Z copying torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4905644Z copying torch/include/ATen/ops/squeeze_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4907061Z copying torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4908453Z copying torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4909706Z copying torch/include/ATen/ops/squeeze_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4910896Z copying torch/include/ATen/ops/squeeze_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4912187Z copying torch/include/ATen/ops/squeeze_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4913389Z copying torch/include/ATen/ops/squeeze_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4914404Z copying torch/include/ATen/ops/sspaddmm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4915870Z copying torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4916893Z copying torch/include/ATen/ops/sspaddmm_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4918204Z copying torch/include/ATen/ops/sspaddmm_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4919719Z copying torch/include/ATen/ops/sspaddmm_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4921033Z copying torch/include/ATen/ops/sspaddmm_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4922416Z copying torch/include/ATen/ops/stack.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4923455Z copying torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4924661Z copying torch/include/ATen/ops/stack_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4925564Z copying torch/include/ATen/ops/stack_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4926819Z copying torch/include/ATen/ops/std.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4928123Z copying torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4929059Z copying torch/include/ATen/ops/std_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4930309Z copying torch/include/ATen/ops/std_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4931253Z copying torch/include/ATen/ops/std_mean.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4932610Z copying torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4933674Z copying torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4934866Z copying torch/include/ATen/ops/std_mean_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4935873Z copying torch/include/ATen/ops/std_mean_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4937258Z copying torch/include/ATen/ops/std_mean_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4938143Z copying torch/include/ATen/ops/std_mean_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4939343Z copying torch/include/ATen/ops/std_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4940720Z copying torch/include/ATen/ops/std_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4941897Z copying torch/include/ATen/ops/stft.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4943105Z copying torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4944260Z copying torch/include/ATen/ops/stft_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4945187Z copying torch/include/ATen/ops/stft_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4946535Z copying torch/include/ATen/ops/stride.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4948005Z copying torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4949253Z copying torch/include/ATen/ops/stride_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4950196Z copying torch/include/ATen/ops/stride_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4951363Z copying torch/include/ATen/ops/sub.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4952697Z copying torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4953860Z copying torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4954880Z copying torch/include/ATen/ops/sub_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4956187Z copying torch/include/ATen/ops/sub_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4957781Z copying torch/include/ATen/ops/sub_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4958427Z copying torch/include/ATen/ops/sub_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4960037Z copying torch/include/ATen/ops/sub_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4961235Z copying torch/include/ATen/ops/sub_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4962573Z copying torch/include/ATen/ops/subtract.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4963836Z copying torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4965087Z copying torch/include/ATen/ops/subtract_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4966562Z copying torch/include/ATen/ops/sum.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4967890Z copying torch/include/ATen/ops/subtract_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4969535Z copying torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4970767Z copying torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4971976Z copying torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4973186Z copying torch/include/ATen/ops/sum_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4974683Z copying torch/include/ATen/ops/sum_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.4975980Z copying torch/include/ATen/ops/sum_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5012611Z copying torch/include/ATen/ops/sum_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5013263Z copying torch/include/ATen/ops/sum_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5013676Z copying torch/include/ATen/ops/sum_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5014169Z copying torch/include/ATen/ops/sum_to_size.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5014658Z copying torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5014917Z copying torch/include/ATen/ops/sum_to_size_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5015284Z copying torch/include/ATen/ops/sum_to_size_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5015657Z copying torch/include/ATen/ops/svd.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5015993Z copying torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5016228Z copying torch/include/ATen/ops/svd_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5016616Z copying torch/include/ATen/ops/svd_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5016915Z copying torch/include/ATen/ops/swapaxes.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5017228Z copying torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5017529Z copying torch/include/ATen/ops/swapaxes_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5017775Z copying torch/include/ATen/ops/swapaxes_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5018007Z copying torch/include/ATen/ops/swapdims.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5018312Z copying torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5018689Z copying torch/include/ATen/ops/swapdims_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5018998Z copying torch/include/ATen/ops/swapdims_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5019255Z copying torch/include/ATen/ops/symeig.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5019639Z copying torch/include/ATen/ops/symeig_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5019883Z copying torch/include/ATen/ops/symeig_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5020119Z copying torch/include/ATen/ops/symeig_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5020460Z copying torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5020687Z copying torch/include/ATen/ops/t_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5021020Z copying torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5021442Z copying torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5021699Z copying torch/include/ATen/ops/t_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5022025Z copying torch/include/ATen/ops/t_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5022329Z copying torch/include/ATen/ops/t_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5022558Z copying torch/include/ATen/ops/t_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5022832Z copying torch/include/ATen/ops/take.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5023075Z copying torch/include/ATen/ops/take_along_dim.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5023423Z copying torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5023725Z copying torch/include/ATen/ops/take_along_dim_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5024023Z copying torch/include/ATen/ops/take_along_dim_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5024279Z copying torch/include/ATen/ops/take_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5024523Z copying torch/include/ATen/ops/take_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5025424Z copying torch/include/ATen/ops/take_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5026663Z copying torch/include/ATen/ops/take_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5027881Z copying torch/include/ATen/ops/tan.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5029282Z copying torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5030152Z copying torch/include/ATen/ops/tan_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5031335Z copying torch/include/ATen/ops/tan_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5032523Z copying torch/include/ATen/ops/tan_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5033607Z copying torch/include/ATen/ops/tan_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5034841Z copying torch/include/ATen/ops/tan_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5036047Z copying torch/include/ATen/ops/tan_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5037296Z copying torch/include/ATen/ops/tanh.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5038496Z copying torch/include/ATen/ops/tanh_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5040170Z copying torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5040970Z copying torch/include/ATen/ops/tanh_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5042303Z copying torch/include/ATen/ops/tanh_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5043311Z copying torch/include/ATen/ops/tanh_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5044741Z copying torch/include/ATen/ops/tanh_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5045741Z copying torch/include/ATen/ops/tanh_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5047071Z copying torch/include/ATen/ops/tanh_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5048412Z copying torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5049293Z copying torch/include/ATen/ops/tanh_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5050567Z copying torch/include/ATen/ops/tanh_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5051732Z copying torch/include/ATen/ops/tanh_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5052875Z copying torch/include/ATen/ops/tanh_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5054000Z copying torch/include/ATen/ops/tanh_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5055142Z copying torch/include/ATen/ops/tanh_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5056305Z copying torch/include/ATen/ops/tensor_split.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5057545Z copying torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5058668Z copying torch/include/ATen/ops/tensor_split_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5060234Z copying torch/include/ATen/ops/tensor_split_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5061420Z copying torch/include/ATen/ops/tensordot.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5062665Z copying torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5063760Z copying torch/include/ATen/ops/tensordot_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5065044Z copying torch/include/ATen/ops/tensordot_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5066182Z copying torch/include/ATen/ops/tensordot_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5067323Z copying torch/include/ATen/ops/tensordot_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5068511Z copying torch/include/ATen/ops/thnn_conv2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5069753Z copying torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5070993Z copying torch/include/ATen/ops/thnn_conv2d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5071982Z copying torch/include/ATen/ops/thnn_conv2d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5073167Z copying torch/include/ATen/ops/threshold.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5074383Z copying torch/include/ATen/ops/threshold_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5075663Z copying torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5076688Z copying torch/include/ATen/ops/threshold_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5077978Z copying torch/include/ATen/ops/threshold_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5079148Z copying torch/include/ATen/ops/threshold_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5080578Z copying torch/include/ATen/ops/threshold_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5082399Z copying torch/include/ATen/ops/threshold_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5083692Z copying torch/include/ATen/ops/threshold_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5085038Z copying torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5086244Z copying torch/include/ATen/ops/threshold_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5087516Z copying torch/include/ATen/ops/threshold_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5088893Z copying torch/include/ATen/ops/threshold_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5090148Z copying torch/include/ATen/ops/threshold_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5091413Z copying torch/include/ATen/ops/threshold_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5092660Z copying torch/include/ATen/ops/threshold_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5093910Z copying torch/include/ATen/ops/tile.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5095241Z copying torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5096444Z copying torch/include/ATen/ops/tile_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5097758Z copying torch/include/ATen/ops/tile_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5099003Z copying torch/include/ATen/ops/to_dense.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5100352Z copying torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5101750Z copying torch/include/ATen/ops/to_dense_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5103134Z copying torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5104290Z copying torch/include/ATen/ops/to_dense_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5105530Z copying torch/include/ATen/ops/to_dense_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5106843Z copying torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5108079Z copying torch/include/ATen/ops/to_dense_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5109278Z copying torch/include/ATen/ops/to_dense_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5110516Z copying torch/include/ATen/ops/to_mkldnn.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5111810Z copying torch/include/ATen/ops/to_mkldnn_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5113126Z copying torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5114340Z copying torch/include/ATen/ops/to_mkldnn_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5115597Z copying torch/include/ATen/ops/to_mkldnn_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5116927Z copying torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5118145Z copying torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5119480Z copying torch/include/ATen/ops/to_mkldnn_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5120951Z copying torch/include/ATen/ops/to_mkldnn_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5122301Z copying torch/include/ATen/ops/to_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5123535Z copying torch/include/ATen/ops/to_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5124946Z copying torch/include/ATen/ops/to_padded_tensor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5126325Z copying torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5127570Z copying torch/include/ATen/ops/to_padded_tensor_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5128913Z copying torch/include/ATen/ops/to_padded_tensor_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5130197Z copying torch/include/ATen/ops/to_sparse.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5131498Z copying torch/include/ATen/ops/to_sparse_bsc.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5133012Z copying torch/include/ATen/ops/to_sparse_bsc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5134281Z copying torch/include/ATen/ops/to_sparse_bsc_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5135588Z copying torch/include/ATen/ops/to_sparse_bsc_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5136879Z copying torch/include/ATen/ops/to_sparse_bsc_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5138150Z copying torch/include/ATen/ops/to_sparse_bsc_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5139475Z copying torch/include/ATen/ops/to_sparse_bsr.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5140910Z copying torch/include/ATen/ops/to_sparse_bsr_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5142494Z copying torch/include/ATen/ops/to_sparse_bsr_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5144013Z copying torch/include/ATen/ops/to_sparse_bsr_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5144815Z copying torch/include/ATen/ops/to_sparse_bsr_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5146136Z copying torch/include/ATen/ops/to_sparse_bsr_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5147310Z copying torch/include/ATen/ops/to_sparse_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5148535Z copying torch/include/ATen/ops/to_sparse_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5149689Z copying torch/include/ATen/ops/to_sparse_csc.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5151303Z copying torch/include/ATen/ops/to_sparse_csc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5152144Z copying torch/include/ATen/ops/to_sparse_csc_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5153379Z copying torch/include/ATen/ops/to_sparse_csc_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5154706Z copying torch/include/ATen/ops/to_sparse_csc_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5155832Z copying torch/include/ATen/ops/to_sparse_csc_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5157286Z copying torch/include/ATen/ops/to_sparse_csr.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5158865Z copying torch/include/ATen/ops/to_sparse_csr_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5160014Z copying torch/include/ATen/ops/to_sparse_csr_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5161762Z copying torch/include/ATen/ops/to_sparse_csr_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5163104Z copying torch/include/ATen/ops/to_sparse_csr_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5164049Z copying torch/include/ATen/ops/to_sparse_csr_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5165519Z copying torch/include/ATen/ops/to_sparse_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5166402Z copying torch/include/ATen/ops/to_sparse_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5167683Z copying torch/include/ATen/ops/to_sparse_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5168950Z copying torch/include/ATen/ops/topk.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5170762Z copying torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5171447Z copying torch/include/ATen/ops/topk_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5172692Z copying torch/include/ATen/ops/topk_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5173853Z copying torch/include/ATen/ops/topk_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5175405Z copying torch/include/ATen/ops/topk_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5176321Z copying torch/include/ATen/ops/topk_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5177757Z copying torch/include/ATen/ops/topk_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5178752Z copying torch/include/ATen/ops/trace.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5179672Z copying torch/include/ATen/ops/trace_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5181435Z copying torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5181952Z copying torch/include/ATen/ops/trace_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5183213Z copying torch/include/ATen/ops/trace_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5184374Z copying torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5185332Z copying torch/include/ATen/ops/trace_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5186488Z copying torch/include/ATen/ops/trace_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5187924Z copying torch/include/ATen/ops/trace_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5189101Z copying torch/include/ATen/ops/trace_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5190485Z copying torch/include/ATen/ops/transpose.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5191767Z copying torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5193242Z copying torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5194127Z copying torch/include/ATen/ops/transpose_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5195453Z copying torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5196468Z copying torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5197710Z copying torch/include/ATen/ops/transpose_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5199739Z copying torch/include/ATen/ops/transpose_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5200047Z copying torch/include/ATen/ops/transpose_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5201695Z copying torch/include/ATen/ops/transpose_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5202892Z copying torch/include/ATen/ops/trapezoid.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5204166Z copying torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5205349Z copying torch/include/ATen/ops/trapezoid_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5206660Z copying torch/include/ATen/ops/trapezoid_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5207977Z copying torch/include/ATen/ops/trapz.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5209377Z copying torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5210531Z copying torch/include/ATen/ops/trapz_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5211859Z copying torch/include/ATen/ops/trapz_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5213305Z copying torch/include/ATen/ops/triangular_solve.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5214658Z copying torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5215882Z copying torch/include/ATen/ops/triangular_solve_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5217216Z copying torch/include/ATen/ops/triangular_solve_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5218608Z copying torch/include/ATen/ops/triangular_solve_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5220065Z copying torch/include/ATen/ops/triangular_solve_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5221410Z copying torch/include/ATen/ops/triangular_solve_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5222958Z copying torch/include/ATen/ops/triangular_solve_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5224504Z copying torch/include/ATen/ops/tril.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5225751Z copying torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5227093Z copying torch/include/ATen/ops/tril_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5228201Z copying torch/include/ATen/ops/tril_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5229853Z copying torch/include/ATen/ops/tril_indices.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5230958Z copying torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5231563Z copying torch/include/ATen/ops/tril_indices_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5233202Z copying torch/include/ATen/ops/tril_indices_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5234320Z copying torch/include/ATen/ops/tril_indices_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5235483Z copying torch/include/ATen/ops/tril_indices_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5236459Z copying torch/include/ATen/ops/tril_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5237900Z copying torch/include/ATen/ops/tril_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5238879Z copying torch/include/ATen/ops/tril_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5240168Z copying torch/include/ATen/ops/tril_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5241374Z copying torch/include/ATen/ops/triplet_margin_loss.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5242696Z copying torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5244698Z copying torch/include/ATen/ops/triplet_margin_loss_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5245191Z copying torch/include/ATen/ops/triplet_margin_loss_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5245894Z copying torch/include/ATen/ops/triu.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5247483Z copying torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5248186Z copying torch/include/ATen/ops/triu_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5249592Z copying torch/include/ATen/ops/triu_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5250861Z copying torch/include/ATen/ops/triu_indices.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5251789Z copying torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5252891Z copying torch/include/ATen/ops/triu_indices_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5254243Z copying torch/include/ATen/ops/triu_indices_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5255765Z copying torch/include/ATen/ops/triu_indices_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5256729Z copying torch/include/ATen/ops/triu_indices_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5258020Z copying torch/include/ATen/ops/triu_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5259134Z copying torch/include/ATen/ops/triu_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5260478Z copying torch/include/ATen/ops/triu_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5261829Z copying torch/include/ATen/ops/triu_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5263007Z copying torch/include/ATen/ops/true_divide.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5264534Z copying torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5265627Z copying torch/include/ATen/ops/true_divide_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5266714Z copying torch/include/ATen/ops/true_divide_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5267918Z copying torch/include/ATen/ops/trunc.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5269023Z copying torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5270434Z copying torch/include/ATen/ops/trunc_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5271353Z copying torch/include/ATen/ops/trunc_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5272483Z copying torch/include/ATen/ops/trunc_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5273579Z copying torch/include/ATen/ops/trunc_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5274683Z copying torch/include/ATen/ops/trunc_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5276177Z copying torch/include/ATen/ops/trunc_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5276702Z copying torch/include/ATen/ops/type_as.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5278213Z copying torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5279169Z copying torch/include/ATen/ops/type_as_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5281141Z copying torch/include/ATen/ops/type_as_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5281623Z copying torch/include/ATen/ops/unbind.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5283079Z copying torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5284033Z copying torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5285604Z copying torch/include/ATen/ops/unbind_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5286543Z copying torch/include/ATen/ops/unbind_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5287878Z copying torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5289054Z copying torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5289699Z copying torch/include/ATen/ops/unbind_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5291238Z copying torch/include/ATen/ops/unbind_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5292283Z copying torch/include/ATen/ops/unbind_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5293552Z copying torch/include/ATen/ops/unbind_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5294547Z copying torch/include/ATen/ops/unflatten.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5296082Z copying torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5296964Z copying torch/include/ATen/ops/unflatten_dense_tensors.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5298378Z copying torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5300033Z copying torch/include/ATen/ops/unflatten_dense_tensors_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5301390Z copying torch/include/ATen/ops/unflatten_dense_tensors_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5302591Z copying torch/include/ATen/ops/unflatten_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5303804Z copying torch/include/ATen/ops/unflatten_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5304949Z copying torch/include/ATen/ops/unfold.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5306192Z copying torch/include/ATen/ops/unfold_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5307580Z copying torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5308713Z copying torch/include/ATen/ops/unfold_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5309932Z copying torch/include/ATen/ops/unfold_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5311177Z copying torch/include/ATen/ops/unfold_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5312394Z copying torch/include/ATen/ops/unfold_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5313598Z copying torch/include/ATen/ops/unfold_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5314931Z copying torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5316196Z copying torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5317334Z copying torch/include/ATen/ops/unfold_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5318516Z copying torch/include/ATen/ops/unfold_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5319963Z copying torch/include/ATen/ops/unfold_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5321511Z copying torch/include/ATen/ops/unfold_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5322795Z copying torch/include/ATen/ops/unfold_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5323733Z copying torch/include/ATen/ops/unfold_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5325037Z copying torch/include/ATen/ops/unfold_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5326213Z copying torch/include/ATen/ops/uniform.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5327561Z copying torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5328786Z copying torch/include/ATen/ops/uniform_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5329954Z copying torch/include/ATen/ops/uniform_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5331169Z copying torch/include/ATen/ops/uniform_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5332354Z copying torch/include/ATen/ops/uniform_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5333530Z copying torch/include/ATen/ops/uniform_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5334759Z copying torch/include/ATen/ops/unique_consecutive.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5336112Z copying torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5337302Z copying torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5338515Z copying torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5339711Z copying torch/include/ATen/ops/unique_consecutive_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5340921Z copying torch/include/ATen/ops/unique_consecutive_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5342123Z copying torch/include/ATen/ops/unique_dim.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5343480Z copying torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5344674Z copying torch/include/ATen/ops/unsqueeze.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5345920Z copying torch/include/ATen/ops/unique_dim_consecutive.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5347268Z copying torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5348546Z copying torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5349695Z copying torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5350916Z copying torch/include/ATen/ops/unique_dim_consecutive_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5352142Z copying torch/include/ATen/ops/unique_dim_consecutive_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5353362Z copying torch/include/ATen/ops/unique_dim_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5354536Z copying torch/include/ATen/ops/unique_dim_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5355727Z copying torch/include/ATen/ops/unique_dim_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5356924Z copying torch/include/ATen/ops/unique_dim_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5358180Z copying torch/include/ATen/ops/unsafe_chunk.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5359587Z copying torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5360776Z copying torch/include/ATen/ops/unsafe_chunk_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5362071Z copying torch/include/ATen/ops/unsafe_chunk_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5363201Z copying torch/include/ATen/ops/unsafe_split.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5364514Z copying torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5365632Z copying torch/include/ATen/ops/unsafe_split_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5366864Z copying torch/include/ATen/ops/unsafe_split_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5368096Z copying torch/include/ATen/ops/unsafe_split_with_sizes.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5369369Z copying torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5370508Z copying torch/include/ATen/ops/unsafe_split_with_sizes_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5371731Z copying torch/include/ATen/ops/unsafe_split_with_sizes_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5372978Z copying torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5374086Z copying torch/include/ATen/ops/unsqueeze_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5375416Z copying torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5376650Z copying torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5377813Z copying torch/include/ATen/ops/unsqueeze_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5379683Z copying torch/include/ATen/ops/unsqueeze_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5380951Z copying torch/include/ATen/ops/unsqueeze_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5382092Z copying torch/include/ATen/ops/unsqueeze_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5383170Z copying torch/include/ATen/ops/upsample_bicubic2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5384422Z copying torch/include/ATen/ops/upsample_bicubic2d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5386066Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5387138Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5388358Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5389704Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5390866Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5392097Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5393192Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5394400Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5395637Z copying torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5396738Z copying torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5397797Z copying torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5399063Z copying torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5400157Z copying torch/include/ATen/ops/upsample_bicubic2d_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5401496Z copying torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5402661Z copying torch/include/ATen/ops/upsample_bicubic2d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5404018Z copying torch/include/ATen/ops/upsample_bicubic2d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5405306Z copying torch/include/ATen/ops/upsample_bilinear2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5406309Z copying torch/include/ATen/ops/upsample_bilinear2d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5407849Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5408953Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5410210Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5411428Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5412616Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5413829Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5414987Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5416175Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5417501Z copying torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5418924Z copying torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5419952Z copying torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5421226Z copying torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5422436Z copying torch/include/ATen/ops/upsample_bilinear2d_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5423437Z copying torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5424829Z copying torch/include/ATen/ops/upsample_bilinear2d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5425989Z copying torch/include/ATen/ops/upsample_bilinear2d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5427239Z copying torch/include/ATen/ops/upsample_linear1d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5428479Z copying torch/include/ATen/ops/upsample_linear1d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5429782Z copying torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5431058Z copying torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5432094Z copying torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5433326Z copying torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5434517Z copying torch/include/ATen/ops/upsample_linear1d_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5435775Z copying torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5437062Z copying torch/include/ATen/ops/upsample_linear1d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5438371Z copying torch/include/ATen/ops/upsample_linear1d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5440865Z copying torch/include/ATen/ops/upsample_linear1d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5441686Z copying torch/include/ATen/ops/upsample_linear1d_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5442289Z copying torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5443727Z copying torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5444775Z copying torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5446032Z copying torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5447193Z copying torch/include/ATen/ops/upsample_linear1d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5449065Z copying torch/include/ATen/ops/upsample_linear1d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5450042Z copying torch/include/ATen/ops/upsample_nearest1d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5451648Z copying torch/include/ATen/ops/upsample_nearest1d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5452684Z copying torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5453974Z copying torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5454965Z copying torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5456477Z copying torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5457276Z copying torch/include/ATen/ops/upsample_nearest1d_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5459839Z copying torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5460527Z copying torch/include/ATen/ops/upsample_nearest1d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5461496Z copying torch/include/ATen/ops/upsample_nearest1d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5462547Z copying torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5463785Z copying torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5465576Z copying torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5465974Z copying torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5467338Z copying torch/include/ATen/ops/upsample_nearest1d_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5468610Z copying torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5469704Z copying torch/include/ATen/ops/upsample_nearest1d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5470896Z copying torch/include/ATen/ops/upsample_nearest1d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5472020Z copying torch/include/ATen/ops/upsample_nearest2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5473460Z copying torch/include/ATen/ops/upsample_nearest2d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5474854Z copying torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5476167Z copying torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5477128Z copying torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5478369Z copying torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5479589Z copying torch/include/ATen/ops/upsample_nearest2d_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5480676Z copying torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5482375Z copying torch/include/ATen/ops/upsample_nearest2d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5483496Z copying torch/include/ATen/ops/upsample_nearest2d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5484914Z copying torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5486002Z copying torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5487412Z copying torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5488667Z copying torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5490004Z copying torch/include/ATen/ops/upsample_nearest2d_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5491257Z copying torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5492484Z copying torch/include/ATen/ops/upsample_nearest2d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5493693Z copying torch/include/ATen/ops/upsample_nearest2d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5495186Z copying torch/include/ATen/ops/upsample_nearest3d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5496371Z copying torch/include/ATen/ops/upsample_nearest3d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5497882Z copying torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5499402Z copying torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5500215Z copying torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5501596Z copying torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5502558Z copying torch/include/ATen/ops/upsample_nearest3d_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5504100Z copying torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5505778Z copying torch/include/ATen/ops/upsample_nearest3d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5506372Z copying torch/include/ATen/ops/upsample_nearest3d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5507865Z copying torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5509093Z copying torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5510341Z copying torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5511809Z copying torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5513093Z copying torch/include/ATen/ops/upsample_nearest3d_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5514275Z copying torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5515439Z copying torch/include/ATen/ops/upsample_nearest3d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5516827Z copying torch/include/ATen/ops/upsample_nearest3d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5518055Z copying torch/include/ATen/ops/upsample_trilinear3d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5519460Z copying torch/include/ATen/ops/upsample_trilinear3d_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5521299Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5521897Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5522854Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5524209Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5525566Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5526791Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5528145Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5529058Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5530366Z copying torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5531437Z copying torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5532791Z copying torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5533826Z copying torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5535008Z copying torch/include/ATen/ops/upsample_trilinear3d_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5536069Z copying torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5537297Z copying torch/include/ATen/ops/upsample_trilinear3d_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5539018Z copying torch/include/ATen/ops/upsample_trilinear3d_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5540223Z copying torch/include/ATen/ops/value_selecting_reduction_backward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5541586Z copying torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5542624Z copying torch/include/ATen/ops/value_selecting_reduction_backward_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5543638Z copying torch/include/ATen/ops/value_selecting_reduction_backward_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5545072Z copying torch/include/ATen/ops/values.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5545769Z copying torch/include/ATen/ops/values_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5547343Z copying torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5548841Z copying torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5549797Z copying torch/include/ATen/ops/values_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5551315Z copying torch/include/ATen/ops/values_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5552145Z copying torch/include/ATen/ops/values_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5553504Z copying torch/include/ATen/ops/values_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5554771Z copying torch/include/ATen/ops/vander.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5556036Z copying torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5557017Z copying torch/include/ATen/ops/vander_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5558283Z copying torch/include/ATen/ops/vander_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5559647Z copying torch/include/ATen/ops/var.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5560916Z copying torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5562037Z copying torch/include/ATen/ops/var_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5563236Z copying torch/include/ATen/ops/var_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5564186Z copying torch/include/ATen/ops/var_mean.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5565596Z copying torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5566642Z copying torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5567863Z copying torch/include/ATen/ops/var_mean_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5568992Z copying torch/include/ATen/ops/var_mean_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5570164Z copying torch/include/ATen/ops/var_mean_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5571241Z copying torch/include/ATen/ops/var_mean_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5572516Z copying torch/include/ATen/ops/var_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5573667Z copying torch/include/ATen/ops/var_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5574879Z copying torch/include/ATen/ops/vdot.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5576134Z copying torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5577225Z copying torch/include/ATen/ops/vdot_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5578395Z copying torch/include/ATen/ops/vdot_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5579557Z copying torch/include/ATen/ops/vdot_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5580685Z copying torch/include/ATen/ops/vdot_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5581827Z copying torch/include/ATen/ops/view.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5583005Z copying torch/include/ATen/ops/view_as.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5584179Z copying torch/include/ATen/ops/view_as_complex.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5585315Z copying torch/include/ATen/ops/view_as_complex_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5586594Z copying torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5587690Z copying torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5588867Z copying torch/include/ATen/ops/view_as_complex_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5589985Z copying torch/include/ATen/ops/view_as_complex_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5591229Z copying torch/include/ATen/ops/view_as_complex_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5592282Z copying torch/include/ATen/ops/view_as_complex_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5593579Z copying torch/include/ATen/ops/view_as_complex_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5594796Z copying torch/include/ATen/ops/view_as_complex_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5595966Z copying torch/include/ATen/ops/view_as_complex_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5597208Z copying torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5598125Z copying torch/include/ATen/ops/view_as_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5599596Z copying torch/include/ATen/ops/view_as_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5600821Z copying torch/include/ATen/ops/view_as_real.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5602027Z copying torch/include/ATen/ops/view_as_real_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5603325Z copying torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5604446Z copying torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5605446Z copying torch/include/ATen/ops/view_as_real_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5606616Z copying torch/include/ATen/ops/view_as_real_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5607578Z copying torch/include/ATen/ops/view_as_real_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5608615Z copying torch/include/ATen/ops/view_as_real_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5609786Z copying torch/include/ATen/ops/view_as_real_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5610716Z copying torch/include/ATen/ops/view_as_real_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5611735Z copying torch/include/ATen/ops/view_as_real_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5612938Z copying torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5614361Z copying torch/include/ATen/ops/view_copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5615773Z copying torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5616880Z copying torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5618014Z copying torch/include/ATen/ops/view_copy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5619734Z copying torch/include/ATen/ops/view_copy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5621050Z copying torch/include/ATen/ops/view_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5623005Z copying torch/include/ATen/ops/view_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5624179Z copying torch/include/ATen/ops/view_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5625904Z copying torch/include/ATen/ops/view_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5627383Z copying torch/include/ATen/ops/view_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5628882Z copying torch/include/ATen/ops/vsplit.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5630830Z copying torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5632129Z copying torch/include/ATen/ops/vsplit_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5633817Z copying torch/include/ATen/ops/vsplit_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5635395Z copying torch/include/ATen/ops/vstack.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5637131Z copying torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5638452Z copying torch/include/ATen/ops/vstack_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5640628Z copying torch/include/ATen/ops/vstack_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5642769Z copying torch/include/ATen/ops/where.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5644134Z copying torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5645794Z copying torch/include/ATen/ops/where_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5647339Z copying torch/include/ATen/ops/where_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5648854Z copying torch/include/ATen/ops/where_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5650529Z copying torch/include/ATen/ops/where_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5652085Z copying torch/include/ATen/ops/xlogy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5653927Z copying torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5655404Z copying torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5656880Z copying torch/include/ATen/ops/xlogy_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5658604Z copying torch/include/ATen/ops/xlogy_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5660032Z copying torch/include/ATen/ops/xlogy_meta.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5661755Z copying torch/include/ATen/ops/xlogy_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5663420Z copying torch/include/ATen/ops/xlogy_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5664953Z copying torch/include/ATen/ops/xlogy_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5666500Z copying torch/include/ATen/ops/xor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5668257Z copying torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5669526Z copying torch/include/ATen/ops/xor_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5671280Z copying torch/include/ATen/ops/xor_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5673105Z copying torch/include/ATen/ops/zero.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5674820Z copying torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5676080Z copying torch/include/ATen/ops/zero_cpu_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5677876Z copying torch/include/ATen/ops/zero_cuda_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5679208Z copying torch/include/ATen/ops/zero_meta_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5681303Z copying torch/include/ATen/ops/zero_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5682558Z copying torch/include/ATen/ops/zero_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5684398Z copying torch/include/ATen/ops/zeros.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5686036Z copying torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5687345Z copying torch/include/ATen/ops/zeros_like.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5689375Z copying torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5690472Z copying torch/include/ATen/ops/zeros_like_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5692215Z copying torch/include/ATen/ops/zeros_like_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5693541Z copying torch/include/ATen/ops/zeros_native.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5695466Z copying torch/include/ATen/ops/zeros_ops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/ops 2022-12-01T10:11:04.5696868Z creating build/lib.linux-x86_64-3.7/torch/include/ATen/hip 2022-12-01T10:11:04.5697200Z creating build/lib.linux-x86_64-3.7/torch/include/ATen/hip/impl 2022-12-01T10:11:04.5698221Z copying torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/hip/impl 2022-12-01T10:11:04.5699674Z copying torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/hip/impl 2022-12-01T10:11:04.5701310Z copying torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/hip/impl 2022-12-01T10:11:04.5702225Z copying torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/hip/impl 2022-12-01T10:11:04.5703782Z creating build/lib.linux-x86_64-3.7/torch/include/ATen/detail 2022-12-01T10:11:04.5704173Z copying torch/include/ATen/detail/CUDAHooksInterface.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/detail 2022-12-01T10:11:04.5705549Z copying torch/include/ATen/detail/FunctionTraits.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/detail 2022-12-01T10:11:04.5706811Z copying torch/include/ATen/detail/HIPHooksInterface.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/detail 2022-12-01T10:11:04.5707948Z copying torch/include/ATen/detail/ORTHooksInterface.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/detail 2022-12-01T10:11:04.5709380Z creating build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5709773Z copying torch/include/ATen/native/Activation.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5711246Z copying torch/include/ATen/native/AdaptivePooling.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5712428Z copying torch/include/ATen/native/BatchLinearAlgebra.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5714317Z copying torch/include/ATen/native/BinaryOps.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5714597Z copying torch/include/ATen/native/BucketizationUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5715891Z copying torch/include/ATen/native/CPUBlas.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5716527Z copying torch/include/ATen/native/CPUFallback.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5717786Z copying torch/include/ATen/native/CanUse32BitIndexMath.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5718795Z copying torch/include/ATen/native/ComplexHelper.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5720014Z copying torch/include/ATen/native/CompositeRandomAccessor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5721518Z copying torch/include/ATen/native/CompositeRandomAccessorCommon.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5722480Z copying torch/include/ATen/native/ConvUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5724298Z copying torch/include/ATen/native/ConvolutionMM3d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5724894Z copying torch/include/ATen/native/Copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5726574Z copying torch/include/ATen/native/Cross.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5727704Z copying torch/include/ATen/native/DilatedConvolutionUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5728659Z copying torch/include/ATen/native/DispatchStub.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5729857Z copying torch/include/ATen/native/Distance.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5732191Z copying torch/include/ATen/native/DistributionTemplates.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5732651Z copying torch/include/ATen/native/Distributions.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5733565Z copying torch/include/ATen/native/EmbeddingBag.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5734791Z copying torch/include/ATen/native/Fill.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5736252Z copying torch/include/ATen/native/ForeachUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5737491Z copying torch/include/ATen/native/FunctionOfAMatrixUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5738666Z copying torch/include/ATen/native/GridSampler.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5740265Z copying torch/include/ATen/native/GridSamplerUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5740994Z copying torch/include/ATen/native/Histogram.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5742116Z copying torch/include/ATen/native/IndexKernel.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5742918Z copying torch/include/ATen/native/IndexingUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5744202Z copying torch/include/ATen/native/Lerp.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5745206Z copying torch/include/ATen/native/LinearAlgebra.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5746019Z copying torch/include/ATen/native/LinearAlgebraUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5747577Z copying torch/include/ATen/native/LossMulti.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5748513Z copying torch/include/ATen/native/Math.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5750722Z copying torch/include/ATen/native/MathBitFallThroughLists.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5752713Z copying torch/include/ATen/native/MathBitsFallback.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5753219Z copying torch/include/ATen/native/MaxPooling.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5754977Z copying torch/include/ATen/native/NonEmptyUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5755907Z copying torch/include/ATen/native/NonSymbolicBC.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5757406Z copying torch/include/ATen/native/Normalization.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5758470Z copying torch/include/ATen/native/PointwiseOps.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5760132Z copying torch/include/ATen/native/Pool.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5761096Z copying torch/include/ATen/native/Pow.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5762470Z copying torch/include/ATen/native/RNN.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5763754Z copying torch/include/ATen/native/RangeFactories.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5765060Z copying torch/include/ATen/native/ReduceAllOps.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5766423Z copying torch/include/ATen/native/ReduceOps.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5767052Z copying torch/include/ATen/native/ReduceOpsUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5768757Z copying torch/include/ATen/native/Repeat.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5769315Z copying torch/include/ATen/native/Resize.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5771162Z copying torch/include/ATen/native/ResizeCommon.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5772008Z copying torch/include/ATen/native/ScatterGatherChecks.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5772895Z copying torch/include/ATen/native/SegmentReduce.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5773609Z copying torch/include/ATen/native/SharedReduceOps.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5774908Z copying torch/include/ATen/native/SobolEngineOpsUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5776021Z copying torch/include/ATen/native/Sorting.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5776716Z copying torch/include/ATen/native/SortingUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5778017Z copying torch/include/ATen/native/SpectralOpsUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5778856Z copying torch/include/ATen/native/StridedRandomAccessor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5780354Z copying torch/include/ATen/native/TensorAdvancedIndexing.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5781447Z copying torch/include/ATen/native/TensorAdvancedIndexingUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5782212Z copying torch/include/ATen/native/TensorCompare.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5783681Z copying torch/include/ATen/native/TensorConversions.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5785305Z copying torch/include/ATen/native/TensorDimApply.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5785567Z copying torch/include/ATen/native/TensorFactories.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5787066Z copying torch/include/ATen/native/TensorIterator.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5787966Z copying torch/include/ATen/native/TensorIteratorDynamicCasting.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5789393Z copying torch/include/ATen/native/TensorProperties.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5790299Z copying torch/include/ATen/native/TensorShape.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5791959Z copying torch/include/ATen/native/TensorTransformations.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5792792Z copying torch/include/ATen/native/TopKImpl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5794067Z copying torch/include/ATen/native/TransposeType.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5794970Z copying torch/include/ATen/native/TriangularOpsUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5796216Z copying torch/include/ATen/native/TypeProperties.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5797880Z copying torch/include/ATen/native/UnaryOps.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5798723Z copying torch/include/ATen/native/Unfold2d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5800292Z copying torch/include/ATen/native/Unfold3d.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5801559Z copying torch/include/ATen/native/UnfoldBackward.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5802555Z copying torch/include/ATen/native/UpSample.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5804084Z copying torch/include/ATen/native/batch_norm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5805036Z copying torch/include/ATen/native/group_norm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5806285Z copying torch/include/ATen/native/im2col.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5807575Z copying torch/include/ATen/native/im2col_shape_check.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5808953Z copying torch/include/ATen/native/layer_norm.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5809810Z copying torch/include/ATen/native/verbose_wrapper.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5810960Z copying torch/include/ATen/native/vol2col.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native 2022-12-01T10:11:04.5812508Z creating build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu 2022-12-01T10:11:04.5813046Z copying torch/include/ATen/native/cpu/AtomicAddFloat.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu 2022-12-01T10:11:04.5814019Z copying torch/include/ATen/native/cpu/CatKernel.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu 2022-12-01T10:11:04.5815502Z copying torch/include/ATen/native/cpu/ChannelShuffleKernel.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu 2022-12-01T10:11:04.5816471Z copying torch/include/ATen/native/cpu/CopyKernel.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu 2022-12-01T10:11:04.5817522Z copying torch/include/ATen/native/cpu/DepthwiseConvKernel.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu 2022-12-01T10:11:04.5819331Z copying torch/include/ATen/native/cpu/DistributionTemplates.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu 2022-12-01T10:11:04.5819804Z copying torch/include/ATen/native/cpu/GridSamplerKernel.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu 2022-12-01T10:11:04.5821063Z copying torch/include/ATen/native/cpu/IndexKernelUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu 2022-12-01T10:11:04.5822123Z copying torch/include/ATen/native/cpu/Intrinsics.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu 2022-12-01T10:11:04.5823195Z copying torch/include/ATen/native/cpu/IsContiguous.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu 2022-12-01T10:11:04.5824223Z copying torch/include/ATen/native/cpu/Loops.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu 2022-12-01T10:11:04.5825323Z copying torch/include/ATen/native/cpu/MaxUnpoolKernel.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu 2022-12-01T10:11:04.5826493Z copying torch/include/ATen/native/cpu/PixelShuffleKernel.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu 2022-12-01T10:11:04.5827372Z copying torch/include/ATen/native/cpu/Reduce.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu 2022-12-01T10:11:04.5828856Z copying torch/include/ATen/native/cpu/SerialStackImpl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu 2022-12-01T10:11:04.5829816Z copying torch/include/ATen/native/cpu/SoftmaxKernel.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu 2022-12-01T10:11:04.5830753Z copying torch/include/ATen/native/cpu/StackKernel.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu 2022-12-01T10:11:04.5831691Z copying torch/include/ATen/native/cpu/WeightNormKernel.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu 2022-12-01T10:11:04.5833031Z copying torch/include/ATen/native/cpu/avx_mathfun.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu 2022-12-01T10:11:04.5834083Z copying torch/include/ATen/native/cpu/mixed_data_type.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu 2022-12-01T10:11:04.5835416Z copying torch/include/ATen/native/cpu/moments_utils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu 2022-12-01T10:11:04.5836376Z copying torch/include/ATen/native/cpu/utils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu 2022-12-01T10:11:04.5837677Z copying torch/include/ATen/native/cpu/zmath.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu 2022-12-01T10:11:04.5838657Z creating build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5840197Z copying torch/include/ATen/native/cuda/Activation.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5840704Z copying torch/include/ATen/native/cuda/BinaryInternal.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5841688Z copying torch/include/ATen/native/cuda/CompositeRandomAccessor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5842641Z copying torch/include/ATen/native/cuda/Copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5843574Z copying torch/include/ATen/native/cuda/CuFFTPlanCache.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5845053Z copying torch/include/ATen/native/cuda/CuFFTUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5845873Z copying torch/include/ATen/native/cuda/DistributionTemplates.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5847290Z copying torch/include/ATen/native/cuda/Distributions.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5848180Z copying torch/include/ATen/native/cuda/GridSampler.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5849203Z copying torch/include/ATen/native/cuda/IndexKernel.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5850235Z copying torch/include/ATen/native/cuda/LaunchUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5851203Z copying torch/include/ATen/native/cuda/MiscUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5852427Z copying torch/include/ATen/native/cuda/ReduceOps.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5853402Z copying torch/include/ATen/native/cuda/Resize.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5854427Z copying torch/include/ATen/native/cuda/ScanKernels.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5855369Z copying torch/include/ATen/native/cuda/Sort.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5856801Z copying torch/include/ATen/native/cuda/SortStable.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5857807Z copying torch/include/ATen/native/cuda/Sorting.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5858889Z copying torch/include/ATen/native/cuda/TensorModeKernel.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5859854Z copying torch/include/ATen/native/cuda/TensorTopK.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5860837Z copying torch/include/ATen/native/cuda/jit_utils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5861911Z copying torch/include/ATen/native/cuda/thread_constants.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5862926Z copying torch/include/ATen/native/cuda/CUDAJitLoops.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5864270Z copying torch/include/ATen/native/cuda/CUDALoops.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5865174Z copying torch/include/ATen/native/cuda/DeviceSqrt.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5866518Z copying torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5867458Z copying torch/include/ATen/native/cuda/ForeachFunctors.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5869039Z copying torch/include/ATen/native/cuda/GridSampler.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5870204Z copying torch/include/ATen/native/cuda/JitLoops.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5871410Z copying torch/include/ATen/native/cuda/KernelUtils.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5872744Z copying torch/include/ATen/native/cuda/Loops.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5874104Z copying torch/include/ATen/native/cuda/Math.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5876176Z copying torch/include/ATen/native/cuda/MemoryAccess.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5877467Z copying torch/include/ATen/native/cuda/MultiTensorApply.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5878387Z copying torch/include/ATen/native/cuda/Normalization.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5880573Z copying torch/include/ATen/native/cuda/PersistentSoftmax.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5881989Z copying torch/include/ATen/native/cuda/Pow.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5882731Z copying torch/include/ATen/native/cuda/ROCmLoops.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5884166Z copying torch/include/ATen/native/cuda/Randperm.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5885404Z copying torch/include/ATen/native/cuda/Reduce.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5886977Z copying torch/include/ATen/native/cuda/ScanUtils.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5888282Z copying torch/include/ATen/native/cuda/SortUtils.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5890061Z copying torch/include/ATen/native/cuda/SortingCommon.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5891531Z copying torch/include/ATen/native/cuda/SortingRadixSelect.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5892458Z copying torch/include/ATen/native/cuda/TensorModeKernel.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5893947Z copying torch/include/ATen/native/cuda/UniqueCub.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5895206Z copying torch/include/ATen/native/cuda/UpSample.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5896186Z copying torch/include/ATen/native/cuda/block_reduce.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5897516Z copying torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5898823Z copying torch/include/ATen/native/cuda/fused_adam_impl.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5900031Z copying torch/include/ATen/native/cuda/fused_adam_utils.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5901392Z copying torch/include/ATen/native/cuda/im2col.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5902878Z copying torch/include/ATen/native/cuda/reduction_template.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5904295Z copying torch/include/ATen/native/cuda/vol2col.cuh -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda 2022-12-01T10:11:04.5905810Z creating build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized 2022-12-01T10:11:04.5906319Z copying torch/include/ATen/native/quantized/AffineQuantizer.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized 2022-12-01T10:11:04.5907691Z copying torch/include/ATen/native/quantized/AffineQuantizerBase.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized 2022-12-01T10:11:04.5908568Z copying torch/include/ATen/native/quantized/Copy.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized 2022-12-01T10:11:04.5910011Z copying torch/include/ATen/native/quantized/FakeQuantAffine.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized 2022-12-01T10:11:04.5910851Z copying torch/include/ATen/native/quantized/IndexKernel.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized 2022-12-01T10:11:04.5912095Z copying torch/include/ATen/native/quantized/PackedParams.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized 2022-12-01T10:11:04.5913918Z creating build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu 2022-12-01T10:11:04.5914472Z copying torch/include/ATen/native/quantized/cpu/BinaryOps.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu 2022-12-01T10:11:04.5915394Z copying torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu 2022-12-01T10:11:04.5916761Z copying torch/include/ATen/native/quantized/cpu/OnednnUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu 2022-12-01T10:11:04.5918647Z copying torch/include/ATen/native/quantized/cpu/QnnpackUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu 2022-12-01T10:11:04.5920155Z copying torch/include/ATen/native/quantized/cpu/QuantUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu 2022-12-01T10:11:04.5922057Z copying torch/include/ATen/native/quantized/cpu/QuantizedOps.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu 2022-12-01T10:11:04.5923621Z copying torch/include/ATen/native/quantized/cpu/RuyUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu 2022-12-01T10:11:04.5925016Z copying torch/include/ATen/native/quantized/cpu/XnnpackUtils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu 2022-12-01T10:11:04.5926547Z copying torch/include/ATen/native/quantized/cpu/conv_serialization.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu 2022-12-01T10:11:04.5928245Z copying torch/include/ATen/native/quantized/cpu/fbgemm_utils.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu 2022-12-01T10:11:04.5929662Z copying torch/include/ATen/native/quantized/cpu/init_qnnpack.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu 2022-12-01T10:11:04.5931325Z copying torch/include/ATen/native/quantized/cpu/qembeddingbag.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu 2022-12-01T10:11:04.5932656Z copying torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu 2022-12-01T10:11:04.5934043Z creating build/lib.linux-x86_64-3.7/torch/include/ATen/quantized 2022-12-01T10:11:04.5934639Z copying torch/include/ATen/quantized/QTensorImpl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/quantized 2022-12-01T10:11:04.5936347Z copying torch/include/ATen/quantized/Quantizer.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/quantized 2022-12-01T10:11:04.5937141Z creating build/lib.linux-x86_64-3.7/torch/include/caffe2 2022-12-01T10:11:04.5937719Z creating build/lib.linux-x86_64-3.7/torch/include/caffe2/utils 2022-12-01T10:11:04.5938786Z copying torch/include/caffe2/utils/bench_utils.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils 2022-12-01T10:11:04.5940255Z copying torch/include/caffe2/utils/cast.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils 2022-12-01T10:11:04.5941657Z copying torch/include/caffe2/utils/cblas.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils 2022-12-01T10:11:04.5943872Z copying torch/include/caffe2/utils/conversions.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils 2022-12-01T10:11:04.5945631Z copying torch/include/caffe2/utils/cpu_neon.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils 2022-12-01T10:11:04.5946270Z copying torch/include/caffe2/utils/cpuid.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils 2022-12-01T10:11:04.5947688Z copying torch/include/caffe2/utils/eigen_utils.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils 2022-12-01T10:11:04.5949190Z copying torch/include/caffe2/utils/filler.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils 2022-12-01T10:11:04.5950492Z copying torch/include/caffe2/utils/fixed_divisor.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils 2022-12-01T10:11:04.5952079Z copying torch/include/caffe2/utils/knob_patcher.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils 2022-12-01T10:11:04.5953300Z copying torch/include/caffe2/utils/knobs.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils 2022-12-01T10:11:04.5954857Z copying torch/include/caffe2/utils/map_utils.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils 2022-12-01T10:11:04.5956145Z copying torch/include/caffe2/utils/math-detail.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils 2022-12-01T10:11:04.5957663Z copying torch/include/caffe2/utils/math.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils 2022-12-01T10:11:04.5959223Z copying torch/include/caffe2/utils/murmur_hash3.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils 2022-12-01T10:11:04.5960773Z copying torch/include/caffe2/utils/proto_convert.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils 2022-12-01T10:11:04.5962444Z copying torch/include/caffe2/utils/proto_utils.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils 2022-12-01T10:11:04.5964062Z copying torch/include/caffe2/utils/proto_wrap.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils 2022-12-01T10:11:04.5965891Z copying torch/include/caffe2/utils/signal_handler.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils 2022-12-01T10:11:04.5967976Z copying torch/include/caffe2/utils/simple_queue.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils 2022-12-01T10:11:04.5969134Z copying torch/include/caffe2/utils/smart_tensor_printer.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils 2022-12-01T10:11:04.5970743Z copying torch/include/caffe2/utils/string_utils.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils 2022-12-01T10:11:04.5972002Z copying torch/include/caffe2/utils/zmq_helper.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils 2022-12-01T10:11:04.5973700Z creating build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/math 2022-12-01T10:11:04.5974332Z copying torch/include/caffe2/utils/math/broadcast.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/math 2022-12-01T10:11:04.5975865Z copying torch/include/caffe2/utils/math/elementwise.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/math 2022-12-01T10:11:04.5976920Z copying torch/include/caffe2/utils/math/half_utils.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/math 2022-12-01T10:11:04.5979255Z copying torch/include/caffe2/utils/math/reduce.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/math 2022-12-01T10:11:04.5979835Z copying torch/include/caffe2/utils/math/transpose.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/math 2022-12-01T10:11:04.5981463Z copying torch/include/caffe2/utils/math/utils.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/math 2022-12-01T10:11:04.5982419Z creating build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/threadpool 2022-12-01T10:11:04.5983468Z copying torch/include/caffe2/utils/threadpool/ThreadPool.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/threadpool 2022-12-01T10:11:04.5984780Z copying torch/include/caffe2/utils/threadpool/ThreadPoolCommon.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/threadpool 2022-12-01T10:11:04.5985993Z copying torch/include/caffe2/utils/threadpool/WorkersPool.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/threadpool 2022-12-01T10:11:04.5988771Z copying torch/include/caffe2/utils/threadpool/pthreadpool-cpp.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/threadpool 2022-12-01T10:11:04.5989636Z copying torch/include/caffe2/utils/threadpool/pthreadpool.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/threadpool 2022-12-01T10:11:04.5990968Z copying torch/include/caffe2/utils/threadpool/thread_pool_guard.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/threadpool 2022-12-01T10:11:04.5992547Z creating build/lib.linux-x86_64-3.7/torch/include/c10 2022-12-01T10:11:04.5992866Z creating build/lib.linux-x86_64-3.7/torch/include/c10/macros 2022-12-01T10:11:04.5993477Z copying torch/include/c10/macros/Export.h -> build/lib.linux-x86_64-3.7/torch/include/c10/macros 2022-12-01T10:11:04.5995236Z copying torch/include/c10/macros/Macros.h -> build/lib.linux-x86_64-3.7/torch/include/c10/macros 2022-12-01T10:11:04.5996191Z copying torch/include/c10/macros/cmake_macros.h -> build/lib.linux-x86_64-3.7/torch/include/c10/macros 2022-12-01T10:11:04.5997681Z creating build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-12-01T10:11:04.5998238Z copying torch/include/c10/core/Allocator.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-12-01T10:11:04.5999760Z copying torch/include/c10/core/AutogradState.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-12-01T10:11:04.6001490Z copying torch/include/c10/core/Backend.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-12-01T10:11:04.6002602Z copying torch/include/c10/core/CPUAllocator.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-12-01T10:11:04.6004106Z copying torch/include/c10/core/CompileTimeFunctionPointer.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-12-01T10:11:04.6004600Z copying torch/include/c10/core/CopyBytes.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-12-01T10:11:04.6005980Z copying torch/include/c10/core/DefaultDtype.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-12-01T10:11:04.6006764Z copying torch/include/c10/core/DefaultTensorOptions.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-12-01T10:11:04.6007677Z copying torch/include/c10/core/Device.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-12-01T10:11:04.6009068Z copying torch/include/c10/core/DeviceArray.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-12-01T10:11:04.6010333Z copying torch/include/c10/core/DeviceGuard.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-12-01T10:11:04.6011150Z copying torch/include/c10/core/DeviceType.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-12-01T10:11:04.6012544Z copying torch/include/c10/core/DispatchKey.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-12-01T10:11:04.6013925Z copying torch/include/c10/core/DispatchKeySet.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-12-01T10:11:04.6015046Z copying torch/include/c10/core/DynamicCast.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-12-01T10:11:04.6017160Z copying torch/include/c10/core/Event.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-12-01T10:11:04.6017416Z copying torch/include/c10/core/GeneratorImpl.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-12-01T10:11:04.6018968Z copying torch/include/c10/core/GradMode.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-12-01T10:11:04.6021173Z copying torch/include/c10/core/InferenceMode.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-12-01T10:11:04.6021624Z copying torch/include/c10/core/Layout.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-12-01T10:11:04.6022363Z copying torch/include/c10/core/MemoryFormat.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-12-01T10:11:04.6024055Z copying torch/include/c10/core/OptionalRef.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-12-01T10:11:04.6025318Z copying torch/include/c10/core/PyHandleCache.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-12-01T10:11:04.6027126Z copying torch/include/c10/core/QEngine.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-12-01T10:11:04.6029252Z copying torch/include/c10/core/QScheme.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-12-01T10:11:04.6030444Z copying torch/include/c10/core/SafePyObject.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-12-01T10:11:04.6032065Z copying torch/include/c10/core/Scalar.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-12-01T10:11:04.6033472Z copying torch/include/c10/core/ScalarType.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-12-01T10:11:04.6035454Z copying torch/include/c10/core/ScalarTypeToTypeMeta.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-12-01T10:11:04.6036510Z copying torch/include/c10/core/Storage.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-12-01T10:11:04.6038282Z copying torch/include/c10/core/StorageImpl.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-12-01T10:11:04.6039810Z copying torch/include/c10/core/Stream.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-12-01T10:11:04.6041229Z copying torch/include/c10/core/StreamGuard.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-12-01T10:11:04.6042139Z copying torch/include/c10/core/SymFloat.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-12-01T10:11:04.6043441Z copying torch/include/c10/core/SymFloatNodeImpl.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-12-01T10:11:04.6044243Z copying torch/include/c10/core/SymInt.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-12-01T10:11:04.6045673Z copying torch/include/c10/core/SymIntArrayRef.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-12-01T10:11:04.6046442Z copying torch/include/c10/core/SymIntNodeImpl.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-12-01T10:11:04.6047615Z copying torch/include/c10/core/TensorImpl.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-12-01T10:11:04.6049472Z copying torch/include/c10/core/TensorOptions.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-12-01T10:11:04.6051128Z copying torch/include/c10/core/UndefinedTensorImpl.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-12-01T10:11:04.6051984Z copying torch/include/c10/core/WrapDimMinimal.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-12-01T10:11:04.6053401Z copying torch/include/c10/core/alignment.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-12-01T10:11:04.6054234Z copying torch/include/c10/core/thread_pool.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core 2022-12-01T10:11:04.6055510Z creating build/lib.linux-x86_64-3.7/torch/include/ATen/core/boxing 2022-12-01T10:11:04.6056114Z copying torch/include/ATen/core/boxing/BoxedKernel.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core/boxing 2022-12-01T10:11:04.6058091Z copying torch/include/ATen/core/boxing/BoxedKernel_impl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core/boxing 2022-12-01T10:11:04.6058820Z copying torch/include/ATen/core/boxing/KernelFunction.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core/boxing 2022-12-01T10:11:04.6059683Z copying torch/include/ATen/core/boxing/KernelFunction_impl.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core/boxing 2022-12-01T10:11:04.6061265Z copying torch/include/ATen/core/boxing/OperatorKernel.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core/boxing 2022-12-01T10:11:04.6062048Z creating build/lib.linux-x86_64-3.7/torch/include/ATen/core/boxing/impl 2022-12-01T10:11:04.6062670Z copying torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core/boxing/impl 2022-12-01T10:11:04.6064121Z copying torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core/boxing/impl 2022-12-01T10:11:04.6064976Z copying torch/include/ATen/core/boxing/impl/boxing.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core/boxing/impl 2022-12-01T10:11:04.6066155Z copying torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core/boxing/impl 2022-12-01T10:11:04.6067505Z copying torch/include/ATen/core/boxing/impl/test_helpers.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core/boxing/impl 2022-12-01T10:11:04.6068971Z creating build/lib.linux-x86_64-3.7/torch/include/ATen/core/dispatch 2022-12-01T10:11:04.6069299Z copying torch/include/ATen/core/dispatch/CppSignature.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core/dispatch 2022-12-01T10:11:04.6070325Z copying torch/include/ATen/core/dispatch/DispatchKeyExtractor.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core/dispatch 2022-12-01T10:11:04.6071768Z copying torch/include/ATen/core/dispatch/Dispatcher.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core/dispatch 2022-12-01T10:11:04.6073164Z copying torch/include/ATen/core/dispatch/ObservedOperators.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core/dispatch 2022-12-01T10:11:04.6074221Z copying torch/include/ATen/core/dispatch/OperatorEntry.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core/dispatch 2022-12-01T10:11:04.6075935Z copying torch/include/ATen/core/dispatch/OperatorOptions.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core/dispatch 2022-12-01T10:11:04.6076705Z copying torch/include/ATen/core/dispatch/RegistrationHandleRAII.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core/dispatch 2022-12-01T10:11:04.6078173Z creating build/lib.linux-x86_64-3.7/torch/include/ATen/core/op_registration 2022-12-01T10:11:04.6078500Z copying torch/include/ATen/core/op_registration/adaption.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core/op_registration 2022-12-01T10:11:04.6080087Z copying torch/include/ATen/core/op_registration/infer_schema.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core/op_registration 2022-12-01T10:11:04.6081888Z copying torch/include/ATen/core/op_registration/op_allowlist.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core/op_registration 2022-12-01T10:11:04.6082211Z copying torch/include/ATen/core/op_registration/op_registration.h -> build/lib.linux-x86_64-3.7/torch/include/ATen/core/op_registration 2022-12-01T10:11:04.6083644Z creating build/lib.linux-x86_64-3.7/torch/include/c10/core/impl 2022-12-01T10:11:04.6084115Z copying torch/include/c10/core/impl/DeviceGuardImplInterface.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core/impl 2022-12-01T10:11:04.6085618Z copying torch/include/c10/core/impl/FakeGuardImpl.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core/impl 2022-12-01T10:11:04.6086704Z copying torch/include/c10/core/impl/GPUTrace.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core/impl 2022-12-01T10:11:04.6087712Z copying torch/include/c10/core/impl/InlineDeviceGuard.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core/impl 2022-12-01T10:11:04.6089116Z copying torch/include/c10/core/impl/InlineEvent.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core/impl 2022-12-01T10:11:04.6090036Z copying torch/include/c10/core/impl/InlineStreamGuard.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core/impl 2022-12-01T10:11:04.6091202Z copying torch/include/c10/core/impl/LocalDispatchKeySet.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core/impl 2022-12-01T10:11:04.6092352Z copying torch/include/c10/core/impl/PyInterpreter.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core/impl 2022-12-01T10:11:04.6093631Z copying torch/include/c10/core/impl/PythonDispatcherTLS.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core/impl 2022-12-01T10:11:04.6094976Z copying torch/include/c10/core/impl/SizesAndStrides.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core/impl 2022-12-01T10:11:04.6096192Z copying torch/include/c10/core/impl/TorchDispatchModeTLS.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core/impl 2022-12-01T10:11:04.6097384Z copying torch/include/c10/core/impl/VirtualGuardImpl.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core/impl 2022-12-01T10:11:04.6098578Z copying torch/include/c10/core/impl/alloc_cpu.h -> build/lib.linux-x86_64-3.7/torch/include/c10/core/impl 2022-12-01T10:11:04.6099978Z creating build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6100465Z copying torch/include/c10/util/AlignOf.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6101646Z copying torch/include/c10/util/Array.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6102938Z copying torch/include/c10/util/ArrayRef.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6103862Z copying torch/include/c10/util/BFloat16-inl.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6105026Z copying torch/include/c10/util/BFloat16-math.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6106199Z copying torch/include/c10/util/BFloat16.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6107500Z copying torch/include/c10/util/Backtrace.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6108682Z copying torch/include/c10/util/Bitset.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6109914Z copying torch/include/c10/util/C++17.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6111266Z copying torch/include/c10/util/CallOnce.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6112520Z copying torch/include/c10/util/ConstexprCrc.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6113741Z copying torch/include/c10/util/DeadlockDetection.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6114646Z copying torch/include/c10/util/Deprecated.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6115913Z copying torch/include/c10/util/DimVector.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6117670Z copying torch/include/c10/util/Exception.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6118934Z copying torch/include/c10/util/ExclusivelyOwned.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6120417Z copying torch/include/c10/util/ExclusivelyOwnedTensorTraits.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6121761Z copying torch/include/c10/util/Flags.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6122946Z copying torch/include/c10/util/FunctionRef.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6124456Z copying torch/include/c10/util/Half-inl.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6125327Z copying torch/include/c10/util/Half.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6126942Z copying torch/include/c10/util/IdWrapper.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6127768Z copying torch/include/c10/util/LeftRight.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6129305Z copying torch/include/c10/util/Load.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6130243Z copying torch/include/c10/util/Logging.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6131766Z copying torch/include/c10/util/MathConstants.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6132985Z copying torch/include/c10/util/MaybeOwned.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6134328Z copying torch/include/c10/util/Metaprogramming.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6135756Z copying torch/include/c10/util/Optional.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6137465Z copying torch/include/c10/util/OptionalArrayRef.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6138287Z copying torch/include/c10/util/Registry.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6139585Z copying torch/include/c10/util/ScopeExit.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6140872Z copying torch/include/c10/util/SmallBuffer.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6141801Z copying torch/include/c10/util/SmallVector.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6143598Z copying torch/include/c10/util/StringUtil.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6144601Z copying torch/include/c10/util/Synchronized.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6145787Z copying torch/include/c10/util/ThreadLocal.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6146661Z copying torch/include/c10/util/ThreadLocalDebugInfo.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6147640Z copying torch/include/c10/util/Type.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6148744Z copying torch/include/c10/util/TypeCast.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6149578Z copying torch/include/c10/util/TypeIndex.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6150853Z copying torch/include/c10/util/TypeList.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6152104Z copying torch/include/c10/util/TypeSafeSignMath.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6153041Z copying torch/include/c10/util/TypeTraits.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6154729Z copying torch/include/c10/util/Unicode.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6155258Z copying torch/include/c10/util/UniqueVoidPtr.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6156584Z copying torch/include/c10/util/Unroll.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6157497Z copying torch/include/c10/util/accumulate.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6158954Z copying torch/include/c10/util/complex.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6160713Z copying torch/include/c10/util/complex_math.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6161948Z copying torch/include/c10/util/complex_utils.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6162891Z copying torch/include/c10/util/copysign.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6164376Z copying torch/include/c10/util/either.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6165628Z copying torch/include/c10/util/env.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6166883Z copying torch/include/c10/util/flat_hash_map.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6168694Z copying torch/include/c10/util/hash.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6169598Z copying torch/include/c10/util/in_place.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6171187Z copying torch/include/c10/util/int128.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6172492Z copying torch/include/c10/util/intrusive_ptr.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6174100Z copying torch/include/c10/util/irange.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6175262Z copying torch/include/c10/util/llvmMathExtras.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6176861Z copying torch/include/c10/util/logging_is_google_glog.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6177859Z copying torch/include/c10/util/logging_is_not_google_glog.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6179538Z copying torch/include/c10/util/math_compat.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6180780Z copying torch/include/c10/util/numa.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6182171Z copying torch/include/c10/util/order_preserving_flat_hash_map.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6183895Z copying torch/include/c10/util/overloaded.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6185077Z copying torch/include/c10/util/python_stub.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6186625Z copying torch/include/c10/util/qint32.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6187853Z copying torch/include/c10/util/qint8.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6188693Z copying torch/include/c10/util/quint2x4.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6190078Z copying torch/include/c10/util/quint4x2.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6191183Z copying torch/include/c10/util/quint8.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6192762Z copying torch/include/c10/util/reverse_iterator.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6193992Z copying torch/include/c10/util/safe_numerics.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6194955Z copying torch/include/c10/util/signal_handler.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6196561Z copying torch/include/c10/util/sparse_bitset.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6198122Z copying torch/include/c10/util/strides.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6200235Z copying torch/include/c10/util/string_utils.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6201690Z copying torch/include/c10/util/string_view.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6203191Z copying torch/include/c10/util/strong_type.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6204638Z copying torch/include/c10/util/tempfile.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6205510Z copying torch/include/c10/util/thread_name.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6206982Z copying torch/include/c10/util/typeid.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6208308Z copying torch/include/c10/util/variant.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6210582Z copying torch/include/c10/util/win32-headers.h -> build/lib.linux-x86_64-3.7/torch/include/c10/util 2022-12-01T10:11:04.6211207Z creating build/lib.linux-x86_64-3.7/torch/include/c10/cuda 2022-12-01T10:11:04.6212697Z copying torch/include/c10/cuda/CUDAAlgorithm.h -> build/lib.linux-x86_64-3.7/torch/include/c10/cuda 2022-12-01T10:11:04.6214151Z copying torch/include/c10/cuda/CUDACachingAllocator.h -> build/lib.linux-x86_64-3.7/torch/include/c10/cuda 2022-12-01T10:11:04.6215224Z copying torch/include/c10/cuda/CUDAException.h -> build/lib.linux-x86_64-3.7/torch/include/c10/cuda 2022-12-01T10:11:04.6217003Z copying torch/include/c10/cuda/CUDAFunctions.h -> build/lib.linux-x86_64-3.7/torch/include/c10/cuda 2022-12-01T10:11:04.6217803Z copying torch/include/c10/cuda/CUDAGraphsC10Utils.h -> build/lib.linux-x86_64-3.7/torch/include/c10/cuda 2022-12-01T10:11:04.6219186Z copying torch/include/c10/cuda/CUDAGuard.h -> build/lib.linux-x86_64-3.7/torch/include/c10/cuda 2022-12-01T10:11:04.6220341Z copying torch/include/c10/cuda/CUDAMacros.h -> build/lib.linux-x86_64-3.7/torch/include/c10/cuda 2022-12-01T10:11:04.6221629Z copying torch/include/c10/cuda/CUDAMathCompat.h -> build/lib.linux-x86_64-3.7/torch/include/c10/cuda 2022-12-01T10:11:04.6222870Z copying torch/include/c10/cuda/CUDAMiscFunctions.h -> build/lib.linux-x86_64-3.7/torch/include/c10/cuda 2022-12-01T10:11:04.6224156Z copying torch/include/c10/cuda/CUDAStream.h -> build/lib.linux-x86_64-3.7/torch/include/c10/cuda 2022-12-01T10:11:04.6226071Z creating build/lib.linux-x86_64-3.7/torch/include/c10/cuda/impl 2022-12-01T10:11:04.6226704Z copying torch/include/c10/cuda/impl/CUDAGuardImpl.h -> build/lib.linux-x86_64-3.7/torch/include/c10/cuda/impl 2022-12-01T10:11:04.6226965Z copying torch/include/c10/cuda/impl/CUDATest.h -> build/lib.linux-x86_64-3.7/torch/include/c10/cuda/impl 2022-12-01T10:11:04.6228949Z creating build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6229214Z copying torch/include/caffe2/core/allocator.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6230236Z copying torch/include/caffe2/core/blob.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6231871Z copying torch/include/caffe2/core/blob_serialization.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6232822Z copying torch/include/caffe2/core/blob_serializer_base.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6234103Z copying torch/include/caffe2/core/blob_stats.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6235250Z copying torch/include/caffe2/core/common.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6236502Z copying torch/include/caffe2/core/common_cudnn.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6237805Z copying torch/include/caffe2/core/common_gpu.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6239384Z copying torch/include/caffe2/core/common_omp.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6240415Z copying torch/include/caffe2/core/context.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6242509Z copying torch/include/caffe2/core/context_base.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6243708Z copying torch/include/caffe2/core/context_gpu.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6245073Z copying torch/include/caffe2/core/cudnn_wrappers.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6246053Z copying torch/include/caffe2/core/db.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6247501Z copying torch/include/caffe2/core/distributions_stubs.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6248384Z copying torch/include/caffe2/core/event.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6250551Z copying torch/include/caffe2/core/event_cpu.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6250893Z copying torch/include/caffe2/core/export_c10_op_to_caffe2.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6252420Z copying torch/include/caffe2/core/export_caffe2_op_to_c10.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6253539Z copying torch/include/caffe2/core/flags.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6254637Z copying torch/include/caffe2/core/graph.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6255939Z copying torch/include/caffe2/core/init.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6256743Z copying torch/include/caffe2/core/logging.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6258473Z copying torch/include/caffe2/core/memonger.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6259176Z copying torch/include/caffe2/core/module.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6260678Z copying torch/include/caffe2/core/net.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6261516Z copying torch/include/caffe2/core/net_async_base.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6262763Z copying torch/include/caffe2/core/net_async_scheduling.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6263891Z copying torch/include/caffe2/core/net_async_task.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6265114Z copying torch/include/caffe2/core/net_async_task_future.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6266439Z copying torch/include/caffe2/core/net_async_task_graph.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6267638Z copying torch/include/caffe2/core/net_async_tracing.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6269156Z copying torch/include/caffe2/core/net_dag_utils.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6269843Z copying torch/include/caffe2/core/net_parallel.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6270735Z copying torch/include/caffe2/core/net_simple.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6271891Z copying torch/include/caffe2/core/net_simple_refcount.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6272755Z copying torch/include/caffe2/core/numa.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6273675Z copying torch/include/caffe2/core/observer.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6274670Z copying torch/include/caffe2/core/operator.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6276198Z copying torch/include/caffe2/core/operator_gradient.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6277559Z copying torch/include/caffe2/core/operator_schema.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6278564Z copying torch/include/caffe2/core/plan_executor.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6279985Z copying torch/include/caffe2/core/prof_dag_counters.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6281068Z copying torch/include/caffe2/core/qtensor.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6282584Z copying torch/include/caffe2/core/qtensor_serialization.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6283556Z copying torch/include/caffe2/core/scope_guard.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6284680Z copying torch/include/caffe2/core/static_tracepoint.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6285979Z copying torch/include/caffe2/core/static_tracepoint_elfx86.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6287079Z copying torch/include/caffe2/core/stats.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6288100Z copying torch/include/caffe2/core/storage.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6289147Z copying torch/include/caffe2/core/tensor.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6290403Z copying torch/include/caffe2/core/tensor_impl.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6291424Z copying torch/include/caffe2/core/tensor_int8.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6292546Z copying torch/include/caffe2/core/test_utils.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6293672Z copying torch/include/caffe2/core/timer.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6294781Z copying torch/include/caffe2/core/transform.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6295859Z copying torch/include/caffe2/core/types.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6296970Z copying torch/include/caffe2/core/workspace.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6298206Z copying torch/include/caffe2/core/macros.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/core 2022-12-01T10:11:04.6299361Z creating build/lib.linux-x86_64-3.7/torch/include/caffe2/cuda_rtc 2022-12-01T10:11:04.6300215Z copying torch/include/caffe2/cuda_rtc/common_rtc.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/cuda_rtc 2022-12-01T10:11:04.6301017Z creating build/lib.linux-x86_64-3.7/torch/include/caffe2/db 2022-12-01T10:11:04.6301428Z copying torch/include/caffe2/db/create_db_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/db 2022-12-01T10:11:04.6302568Z creating build/lib.linux-x86_64-3.7/torch/include/caffe2/distributed 2022-12-01T10:11:04.6303039Z copying torch/include/caffe2/distributed/file_store_handler.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/distributed 2022-12-01T10:11:04.6304209Z copying torch/include/caffe2/distributed/file_store_handler_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/distributed 2022-12-01T10:11:04.6305203Z copying torch/include/caffe2/distributed/redis_store_handler.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/distributed 2022-12-01T10:11:04.6306298Z copying torch/include/caffe2/distributed/redis_store_handler_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/distributed 2022-12-01T10:11:04.6307351Z copying torch/include/caffe2/distributed/store_handler.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/distributed 2022-12-01T10:11:04.6308471Z copying torch/include/caffe2/distributed/store_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/distributed 2022-12-01T10:11:04.6309635Z creating build/lib.linux-x86_64-3.7/torch/include/caffe2/ideep 2022-12-01T10:11:04.6310140Z copying torch/include/caffe2/ideep/ideep_utils.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/ideep 2022-12-01T10:11:04.6311317Z creating build/lib.linux-x86_64-3.7/torch/include/caffe2/image 2022-12-01T10:11:04.6311831Z copying torch/include/caffe2/image/image_input_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/image 2022-12-01T10:11:04.6313369Z copying torch/include/caffe2/image/transform_gpu.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/image 2022-12-01T10:11:04.6314668Z creating build/lib.linux-x86_64-3.7/torch/include/caffe2/mpi 2022-12-01T10:11:04.6315256Z copying torch/include/caffe2/mpi/mpi_common.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/mpi 2022-12-01T10:11:04.6316346Z copying torch/include/caffe2/mpi/mpi_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/mpi 2022-12-01T10:11:04.6317361Z creating build/lib.linux-x86_64-3.7/torch/include/caffe2/observers 2022-12-01T10:11:04.6318046Z copying torch/include/caffe2/observers/operator_attaching_net_observer.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/observers 2022-12-01T10:11:04.6319055Z copying torch/include/caffe2/observers/profile_observer.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/observers 2022-12-01T10:11:04.6320257Z copying torch/include/caffe2/observers/runcnt_observer.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/observers 2022-12-01T10:11:04.6321490Z copying torch/include/caffe2/observers/time_observer.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/observers 2022-12-01T10:11:04.6322310Z creating build/lib.linux-x86_64-3.7/torch/include/caffe2/onnx 2022-12-01T10:11:04.6322904Z copying torch/include/caffe2/onnx/backend.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/onnx 2022-12-01T10:11:04.6324141Z copying torch/include/caffe2/onnx/backend_rep.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/onnx 2022-12-01T10:11:04.6324902Z copying torch/include/caffe2/onnx/device.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/onnx 2022-12-01T10:11:04.6325961Z copying torch/include/caffe2/onnx/helper.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/onnx 2022-12-01T10:11:04.6327119Z copying torch/include/caffe2/onnx/offline_tensor.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/onnx 2022-12-01T10:11:04.6328045Z copying torch/include/caffe2/onnx/onnx_exporter.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/onnx 2022-12-01T10:11:04.6329196Z copying torch/include/caffe2/onnx/onnxifi_graph_info.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/onnx 2022-12-01T10:11:04.6330092Z copying torch/include/caffe2/onnx/onnxifi_init.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/onnx 2022-12-01T10:11:04.6331275Z creating build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6331901Z copying torch/include/caffe2/operators/abs_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6332772Z copying torch/include/caffe2/operators/accumulate_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6334147Z copying torch/include/caffe2/operators/accuracy_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6335158Z copying torch/include/caffe2/operators/acos_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6336198Z copying torch/include/caffe2/operators/activation_ops_cudnn.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6337324Z copying torch/include/caffe2/operators/affine_channel_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6338520Z copying torch/include/caffe2/operators/alias_with_name.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6340085Z copying torch/include/caffe2/operators/apmeter_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6341110Z copying torch/include/caffe2/operators/arg_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6342157Z copying torch/include/caffe2/operators/asin_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6343037Z copying torch/include/caffe2/operators/assert_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6344066Z copying torch/include/caffe2/operators/async_net_barrier_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6345016Z copying torch/include/caffe2/operators/atan_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6346094Z copying torch/include/caffe2/operators/batch_box_cox_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6347030Z copying torch/include/caffe2/operators/batch_bucketize_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6348414Z copying torch/include/caffe2/operators/batch_gather_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6349245Z copying torch/include/caffe2/operators/batch_matmul_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6350830Z copying torch/include/caffe2/operators/batch_moments_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6351498Z copying torch/include/caffe2/operators/batch_permutation_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6352745Z copying torch/include/caffe2/operators/batch_sparse_to_dense_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6353796Z copying torch/include/caffe2/operators/bbox_transform_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6354780Z copying torch/include/caffe2/operators/bisect_percentile_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6355850Z copying torch/include/caffe2/operators/boolean_mask_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6356889Z copying torch/include/caffe2/operators/boolean_unmask_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6357875Z copying torch/include/caffe2/operators/box_with_nms_limit_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6358950Z copying torch/include/caffe2/operators/bucketize_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6360175Z copying torch/include/caffe2/operators/byte_weight_dequant_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6361223Z copying torch/include/caffe2/operators/cast_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6362256Z copying torch/include/caffe2/operators/cbrt_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6363281Z copying torch/include/caffe2/operators/cc_bmm_bg_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6364309Z copying torch/include/caffe2/operators/ceil_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6365370Z copying torch/include/caffe2/operators/channel_backprop_stats_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6366393Z copying torch/include/caffe2/operators/channel_shuffle_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6367425Z copying torch/include/caffe2/operators/channel_stats_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6368418Z copying torch/include/caffe2/operators/clip_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6369496Z copying torch/include/caffe2/operators/collect_and_distribute_fpn_rpn_proposals_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6370577Z copying torch/include/caffe2/operators/concat_split_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6371669Z copying torch/include/caffe2/operators/conditional_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6372698Z copying torch/include/caffe2/operators/conv_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6373739Z copying torch/include/caffe2/operators/conv_op_cache_cudnn.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6374743Z copying torch/include/caffe2/operators/conv_op_impl.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6375976Z copying torch/include/caffe2/operators/conv_op_shared.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6377015Z copying torch/include/caffe2/operators/conv_pool_op_base.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6378249Z copying torch/include/caffe2/operators/conv_transpose_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6379277Z copying torch/include/caffe2/operators/conv_transpose_op_impl.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6380449Z copying torch/include/caffe2/operators/conv_transpose_op_mobile.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6381528Z copying torch/include/caffe2/operators/conv_transpose_op_mobile_impl.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6382693Z copying torch/include/caffe2/operators/conv_transpose_unpool_op_base.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6383729Z copying torch/include/caffe2/operators/copy_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6384775Z copying torch/include/caffe2/operators/copy_rows_to_tensor_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6385797Z copying torch/include/caffe2/operators/cos_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6386818Z copying torch/include/caffe2/operators/cosh_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6387887Z copying torch/include/caffe2/operators/cosine_embedding_criterion_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6388975Z copying torch/include/caffe2/operators/counter_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6390030Z copying torch/include/caffe2/operators/create_scope_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6391081Z copying torch/include/caffe2/operators/cross_entropy_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6392170Z copying torch/include/caffe2/operators/ctc_beam_search_decoder_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6393202Z copying torch/include/caffe2/operators/ctc_greedy_decoder_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6394184Z copying torch/include/caffe2/operators/cube_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6395244Z copying torch/include/caffe2/operators/data_couple.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6396275Z copying torch/include/caffe2/operators/dataset_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6397332Z copying torch/include/caffe2/operators/deform_conv_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6398396Z copying torch/include/caffe2/operators/deform_conv_op_impl.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6399614Z copying torch/include/caffe2/operators/dense_vector_to_id_list_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6401205Z copying torch/include/caffe2/operators/distance_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6402368Z copying torch/include/caffe2/operators/do_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6403430Z copying torch/include/caffe2/operators/dropout_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6404467Z copying torch/include/caffe2/operators/elementwise_add_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6405436Z copying torch/include/caffe2/operators/elementwise_div_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6406402Z copying torch/include/caffe2/operators/elementwise_linear_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6407501Z copying torch/include/caffe2/operators/elementwise_logical_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6408899Z copying torch/include/caffe2/operators/elementwise_mul_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6409903Z copying torch/include/caffe2/operators/elementwise_op_test.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6411075Z copying torch/include/caffe2/operators/elementwise_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6412174Z copying torch/include/caffe2/operators/elementwise_ops_utils.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6413121Z copying torch/include/caffe2/operators/elementwise_sub_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6414206Z copying torch/include/caffe2/operators/elu_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6415120Z copying torch/include/caffe2/operators/enforce_finite_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6416046Z copying torch/include/caffe2/operators/ensure_clipped_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6417038Z copying torch/include/caffe2/operators/ensure_cpu_output_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6417953Z copying torch/include/caffe2/operators/erf_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6418960Z copying torch/include/caffe2/operators/exp_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6419889Z copying torch/include/caffe2/operators/expand_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6420905Z copying torch/include/caffe2/operators/expand_squeeze_dims_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6422006Z copying torch/include/caffe2/operators/fc_inference.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6423200Z copying torch/include/caffe2/operators/feature_maps_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6424393Z copying torch/include/caffe2/operators/feed_blob_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6425596Z copying torch/include/caffe2/operators/filler_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6426870Z copying torch/include/caffe2/operators/find_duplicate_elements_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6427872Z copying torch/include/caffe2/operators/find_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6428903Z copying torch/include/caffe2/operators/flatten_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6429960Z copying torch/include/caffe2/operators/flexible_top_k.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6430930Z copying torch/include/caffe2/operators/floor_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6432006Z copying torch/include/caffe2/operators/free_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6433009Z copying torch/include/caffe2/operators/fully_connected_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6434219Z copying torch/include/caffe2/operators/fused_rowwise_8bit_conversion_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6435117Z copying torch/include/caffe2/operators/fused_rowwise_nbit_conversion_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6436233Z copying torch/include/caffe2/operators/fused_rowwise_nbitfake_conversion_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6437646Z copying torch/include/caffe2/operators/fused_rowwise_random_quantization_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6438571Z copying torch/include/caffe2/operators/gather_fused_8bit_rowwise_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6439883Z copying torch/include/caffe2/operators/gather_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6441133Z copying torch/include/caffe2/operators/gather_ranges_to_dense_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6442360Z copying torch/include/caffe2/operators/gelu_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6443397Z copying torch/include/caffe2/operators/generate_proposals_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6444902Z copying torch/include/caffe2/operators/generate_proposals_op_util_boxes.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6445832Z copying torch/include/caffe2/operators/generate_proposals_op_util_nms.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6447202Z copying torch/include/caffe2/operators/generate_proposals_op_util_nms_gpu.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6448460Z copying torch/include/caffe2/operators/given_tensor_byte_string_to_uint8_fill_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6449679Z copying torch/include/caffe2/operators/given_tensor_fill_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6450909Z copying torch/include/caffe2/operators/glu_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6452297Z copying torch/include/caffe2/operators/group_norm_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6453497Z copying torch/include/caffe2/operators/gru_unit_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6454669Z copying torch/include/caffe2/operators/h_softmax_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6455966Z copying torch/include/caffe2/operators/half_float_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6456900Z copying torch/include/caffe2/operators/hard_sigmoid_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6457915Z copying torch/include/caffe2/operators/heatmap_max_keypoint_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6458967Z copying torch/include/caffe2/operators/histogram_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6459971Z copying torch/include/caffe2/operators/if_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6461022Z copying torch/include/caffe2/operators/im2col_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6462233Z copying torch/include/caffe2/operators/index_hash_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6463311Z copying torch/include/caffe2/operators/index_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6464457Z copying torch/include/caffe2/operators/inference_lstm_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6465554Z copying torch/include/caffe2/operators/instance_norm_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6466608Z copying torch/include/caffe2/operators/integral_image_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6467595Z copying torch/include/caffe2/operators/is_empty_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6468568Z copying torch/include/caffe2/operators/jsd_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6469613Z copying torch/include/caffe2/operators/key_split_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6470611Z copying torch/include/caffe2/operators/layer_norm_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6471659Z copying torch/include/caffe2/operators/leaky_relu_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6472780Z copying torch/include/caffe2/operators/length_split_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6473735Z copying torch/include/caffe2/operators/lengths_pad_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6474876Z copying torch/include/caffe2/operators/lengths_reducer_fused_8bit_rowwise_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6475939Z copying torch/include/caffe2/operators/lengths_reducer_fused_nbit_rowwise_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6477476Z copying torch/include/caffe2/operators/lengths_reducer_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6478685Z copying torch/include/caffe2/operators/lengths_reducer_rowwise_8bit_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6480891Z copying torch/include/caffe2/operators/lengths_tile_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6482317Z copying torch/include/caffe2/operators/lengths_top_k_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6483343Z copying torch/include/caffe2/operators/listwise_l2r_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6484444Z copying torch/include/caffe2/operators/load_save_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6485806Z copying torch/include/caffe2/operators/load_save_op_util.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6486894Z copying torch/include/caffe2/operators/local_response_normalization_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6487957Z copying torch/include/caffe2/operators/locally_connected_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6489279Z copying torch/include/caffe2/operators/locally_connected_op_impl.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6490779Z copying torch/include/caffe2/operators/locally_connected_op_util.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6491795Z copying torch/include/caffe2/operators/log1p_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6492627Z copying torch/include/caffe2/operators/log_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6493657Z copying torch/include/caffe2/operators/logit_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6494990Z copying torch/include/caffe2/operators/loss_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6495947Z copying torch/include/caffe2/operators/lpnorm_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6496981Z copying torch/include/caffe2/operators/lstm_unit_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6498487Z copying torch/include/caffe2/operators/lstm_utils.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6499582Z copying torch/include/caffe2/operators/map_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6500824Z copying torch/include/caffe2/operators/margin_loss_l2r_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6502281Z copying torch/include/caffe2/operators/margin_ranking_criterion_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6503308Z copying torch/include/caffe2/operators/matmul_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6504777Z copying torch/include/caffe2/operators/max_pool_with_index_gpu.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6505716Z copying torch/include/caffe2/operators/mean_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6506749Z copying torch/include/caffe2/operators/merge_id_lists_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6508002Z copying torch/include/caffe2/operators/minmax_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6508969Z copying torch/include/caffe2/operators/mish_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6510176Z copying torch/include/caffe2/operators/mod_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6511363Z copying torch/include/caffe2/operators/moments_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6512718Z copying torch/include/caffe2/operators/multi_class_accuracy_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6514214Z copying torch/include/caffe2/operators/negate_gradient_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6514784Z copying torch/include/caffe2/operators/negative_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6516052Z copying torch/include/caffe2/operators/ngram_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6516783Z copying torch/include/caffe2/operators/no_default_engine_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6518442Z copying torch/include/caffe2/operators/normalize_l1_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6519043Z copying torch/include/caffe2/operators/normalize_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6521130Z copying torch/include/caffe2/operators/numpy_tile_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6521885Z copying torch/include/caffe2/operators/one_hot_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6522920Z copying torch/include/caffe2/operators/onnx_while_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6523988Z copying torch/include/caffe2/operators/op_utils_cudnn.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6525246Z copying torch/include/caffe2/operators/operator_fallback_gpu.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6526316Z copying torch/include/caffe2/operators/order_switch_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6527376Z copying torch/include/caffe2/operators/pack_rnn_sequence_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6528547Z copying torch/include/caffe2/operators/pack_segments.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6529585Z copying torch/include/caffe2/operators/pad_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6530652Z copying torch/include/caffe2/operators/partition_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6531741Z copying torch/include/caffe2/operators/percentile_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6532680Z copying torch/include/caffe2/operators/perplexity_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6533979Z copying torch/include/caffe2/operators/piecewise_linear_transform_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6534943Z copying torch/include/caffe2/operators/pool_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6536446Z copying torch/include/caffe2/operators/pool_op_util.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6537231Z copying torch/include/caffe2/operators/pow_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6538146Z copying torch/include/caffe2/operators/prefetch_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6539549Z copying torch/include/caffe2/operators/prelu_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6540679Z copying torch/include/caffe2/operators/prepend_dim_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6541779Z copying torch/include/caffe2/operators/quant_decode_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6543072Z copying torch/include/caffe2/operators/quantile_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6544134Z copying torch/include/caffe2/operators/rank_loss_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6544966Z copying torch/include/caffe2/operators/reciprocal_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6546296Z copying torch/include/caffe2/operators/reduce_front_back_max_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6547342Z copying torch/include/caffe2/operators/reduce_front_back_sum_mean_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6548306Z copying torch/include/caffe2/operators/reduce_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6549743Z copying torch/include/caffe2/operators/reducer_functors.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6551180Z copying torch/include/caffe2/operators/reduction_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6552095Z copying torch/include/caffe2/operators/relu_n_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6553523Z copying torch/include/caffe2/operators/relu_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6555174Z copying torch/include/caffe2/operators/remove_data_blocks_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6556421Z copying torch/include/caffe2/operators/replace_nan_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6557334Z copying torch/include/caffe2/operators/reshape_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6558752Z copying torch/include/caffe2/operators/resize_3d_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6560098Z copying torch/include/caffe2/operators/resize_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6561852Z copying torch/include/caffe2/operators/reverse_packed_segs_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6563064Z copying torch/include/caffe2/operators/rmac_regions_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6565150Z copying torch/include/caffe2/operators/rms_norm_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6565847Z copying torch/include/caffe2/operators/roi_align_gradient_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6566837Z copying torch/include/caffe2/operators/roi_align_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6568378Z copying torch/include/caffe2/operators/roi_align_rotated_gradient_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6569329Z copying torch/include/caffe2/operators/roi_align_rotated_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6570379Z copying torch/include/caffe2/operators/roi_pool_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6571474Z copying torch/include/caffe2/operators/rowmul_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6572565Z copying torch/include/caffe2/operators/rsqrt_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6573656Z copying torch/include/caffe2/operators/scale_blobs_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6574751Z copying torch/include/caffe2/operators/scale_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6575900Z copying torch/include/caffe2/operators/segment_reduction_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6577609Z copying torch/include/caffe2/operators/self_binning_histogram_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6578634Z copying torch/include/caffe2/operators/selu_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6579802Z copying torch/include/caffe2/operators/sequence_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6580890Z copying torch/include/caffe2/operators/shape_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6582052Z copying torch/include/caffe2/operators/sigmoid_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6583435Z copying torch/include/caffe2/operators/sin_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6584493Z copying torch/include/caffe2/operators/sinh_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6585694Z copying torch/include/caffe2/operators/sinusoid_position_encoding_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6586755Z copying torch/include/caffe2/operators/slice_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6588111Z copying torch/include/caffe2/operators/softmax_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6589170Z copying torch/include/caffe2/operators/softmax_utils.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6590285Z copying torch/include/caffe2/operators/softmax_with_loss_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6591418Z copying torch/include/caffe2/operators/softplus_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6592492Z copying torch/include/caffe2/operators/softsign_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6593670Z copying torch/include/caffe2/operators/space_batch_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6595127Z copying torch/include/caffe2/operators/sparse_dropout_with_replacement_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6596150Z copying torch/include/caffe2/operators/sparse_itemwise_dropout_with_replacement_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6597211Z copying torch/include/caffe2/operators/sparse_lp_regularizer_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6598375Z copying torch/include/caffe2/operators/sparse_normalize_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6599765Z copying torch/include/caffe2/operators/sparse_to_dense_mask_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6600977Z copying torch/include/caffe2/operators/sparse_to_dense_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6602035Z copying torch/include/caffe2/operators/spatial_batch_norm_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6603180Z copying torch/include/caffe2/operators/sqr_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6604358Z copying torch/include/caffe2/operators/spatial_softmax_with_loss_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6605571Z copying torch/include/caffe2/operators/sqrt_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6606992Z copying torch/include/caffe2/operators/square_root_divide_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6608074Z copying torch/include/caffe2/operators/stats_put_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6609247Z copying torch/include/caffe2/operators/stop_gradient.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6610396Z copying torch/include/caffe2/operators/string_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6611584Z copying torch/include/caffe2/operators/stump_func_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6612763Z copying torch/include/caffe2/operators/summarize_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6613906Z copying torch/include/caffe2/operators/swish_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6615093Z copying torch/include/caffe2/operators/tan_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6616245Z copying torch/include/caffe2/operators/tanh_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6617522Z copying torch/include/caffe2/operators/tensor_protos_db_input.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6618626Z copying torch/include/caffe2/operators/text_file_reader_utils.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6619807Z copying torch/include/caffe2/operators/thresholded_relu_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6620792Z copying torch/include/caffe2/operators/tile_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6622874Z copying torch/include/caffe2/operators/top_k.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6624774Z copying torch/include/caffe2/operators/transpose_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6625128Z copying torch/include/caffe2/operators/tt_linear_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6625834Z copying torch/include/caffe2/operators/unique_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6627222Z copying torch/include/caffe2/operators/unsafe_coalesce.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6627931Z copying torch/include/caffe2/operators/upsample_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6629494Z copying torch/include/caffe2/operators/utility_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6631329Z copying torch/include/caffe2/operators/variable_length_sequence_padding.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6632411Z copying torch/include/caffe2/operators/weighted_multi_sampling_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6633753Z copying torch/include/caffe2/operators/weighted_sample_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6634728Z copying torch/include/caffe2/operators/while_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6635750Z copying torch/include/caffe2/operators/zero_gradient_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/operators 2022-12-01T10:11:04.6636931Z creating build/lib.linux-x86_64-3.7/torch/include/caffe2/opt 2022-12-01T10:11:04.6637503Z copying torch/include/caffe2/opt/annotations.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/opt 2022-12-01T10:11:04.6638647Z copying torch/include/caffe2/opt/backend_cutting.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/opt 2022-12-01T10:11:04.6640256Z copying torch/include/caffe2/opt/backend_transformer_base.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/opt 2022-12-01T10:11:04.6641224Z copying torch/include/caffe2/opt/bound_shape_inferencer.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/opt 2022-12-01T10:11:04.6642567Z copying torch/include/caffe2/opt/converter.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/opt 2022-12-01T10:11:04.6643509Z copying torch/include/caffe2/opt/device.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/opt 2022-12-01T10:11:04.6644826Z copying torch/include/caffe2/opt/distributed.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/opt 2022-12-01T10:11:04.6645921Z copying torch/include/caffe2/opt/fakefp16_transform.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/opt 2022-12-01T10:11:04.6647192Z copying torch/include/caffe2/opt/fusion.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/opt 2022-12-01T10:11:04.6648310Z copying torch/include/caffe2/opt/glow_net_transform.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/opt 2022-12-01T10:11:04.6649482Z copying torch/include/caffe2/opt/mobile.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/opt 2022-12-01T10:11:04.6650656Z copying torch/include/caffe2/opt/onnx_convert.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/opt 2022-12-01T10:11:04.6651965Z copying torch/include/caffe2/opt/onnxifi_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/opt 2022-12-01T10:11:04.6653315Z copying torch/include/caffe2/opt/onnxifi_transformer.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/opt 2022-12-01T10:11:04.6654463Z copying torch/include/caffe2/opt/optimize_ideep.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/opt 2022-12-01T10:11:04.6655920Z copying torch/include/caffe2/opt/optimizer.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/opt 2022-12-01T10:11:04.6657002Z copying torch/include/caffe2/opt/passes.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/opt 2022-12-01T10:11:04.6658304Z copying torch/include/caffe2/opt/shape_info.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/opt 2022-12-01T10:11:04.6659488Z copying torch/include/caffe2/opt/tvm_transformer.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/opt 2022-12-01T10:11:04.6660526Z creating build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels 2022-12-01T10:11:04.6661392Z copying torch/include/caffe2/perfkernels/adagrad.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels 2022-12-01T10:11:04.6662529Z copying torch/include/caffe2/perfkernels/common.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels 2022-12-01T10:11:04.6664763Z copying torch/include/caffe2/perfkernels/cvtsh_ss_bugfix.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels 2022-12-01T10:11:04.6665279Z copying torch/include/caffe2/perfkernels/embedding_lookup.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels 2022-12-01T10:11:04.6666139Z copying torch/include/caffe2/perfkernels/embedding_lookup_idx.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels 2022-12-01T10:11:04.6667152Z copying torch/include/caffe2/perfkernels/fused_8bit_rowwise_embedding_lookup.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels 2022-12-01T10:11:04.6668186Z copying torch/include/caffe2/perfkernels/fused_8bit_rowwise_embedding_lookup_idx.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels 2022-12-01T10:11:04.6669247Z copying torch/include/caffe2/perfkernels/fused_nbit_rowwise_conversion.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels 2022-12-01T10:11:04.6670382Z copying torch/include/caffe2/perfkernels/lstm_unit_cpu-impl.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels 2022-12-01T10:11:04.6671486Z copying torch/include/caffe2/perfkernels/lstm_unit_cpu.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels 2022-12-01T10:11:04.6672574Z copying torch/include/caffe2/perfkernels/lstm_unit_cpu_common.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels 2022-12-01T10:11:04.6673591Z copying torch/include/caffe2/perfkernels/math.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels 2022-12-01T10:11:04.6675133Z copying torch/include/caffe2/perfkernels/typed_axpy.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels 2022-12-01T10:11:04.6676612Z creating build/lib.linux-x86_64-3.7/torch/include/caffe2/predictor 2022-12-01T10:11:04.6677297Z copying torch/include/caffe2/predictor/InferenceGraph.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/predictor 2022-12-01T10:11:04.6678366Z copying torch/include/caffe2/predictor/ThreadLocalPtr.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/predictor 2022-12-01T10:11:04.6680140Z copying torch/include/caffe2/predictor/predictor.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/predictor 2022-12-01T10:11:04.6680831Z copying torch/include/caffe2/predictor/predictor_config.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/predictor 2022-12-01T10:11:04.6682245Z copying torch/include/caffe2/predictor/predictor_utils.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/predictor 2022-12-01T10:11:04.6683225Z copying torch/include/caffe2/predictor/transforms.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/predictor 2022-12-01T10:11:04.6684218Z creating build/lib.linux-x86_64-3.7/torch/include/caffe2/proto 2022-12-01T10:11:04.6684516Z copying torch/include/caffe2/proto/caffe2_pb.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/proto 2022-12-01T10:11:04.6686127Z copying torch/include/caffe2/proto/torch_pb.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/proto 2022-12-01T10:11:04.6687146Z copying torch/include/caffe2/proto/torch.pb.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/proto 2022-12-01T10:11:04.6690396Z copying torch/include/caffe2/proto/caffe2.pb.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/proto 2022-12-01T10:11:04.6694692Z creating build/lib.linux-x86_64-3.7/torch/include/caffe2/python 2022-12-01T10:11:04.6695156Z copying torch/include/caffe2/python/dlpack.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/python 2022-12-01T10:11:04.6696338Z copying torch/include/caffe2/python/pybind_state.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/python 2022-12-01T10:11:04.6698160Z copying torch/include/caffe2/python/pybind_state_dlpack.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/python 2022-12-01T10:11:04.6699413Z copying torch/include/caffe2/python/pybind_state_registry.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/python 2022-12-01T10:11:04.6700351Z creating build/lib.linux-x86_64-3.7/torch/include/caffe2/queue 2022-12-01T10:11:04.6700913Z copying torch/include/caffe2/queue/blobs_queue.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/queue 2022-12-01T10:11:04.6702399Z copying torch/include/caffe2/queue/blobs_queue_db.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/queue 2022-12-01T10:11:04.6703573Z copying torch/include/caffe2/queue/queue_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/queue 2022-12-01T10:11:04.6704470Z copying torch/include/caffe2/queue/rebatching_queue.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/queue 2022-12-01T10:11:04.6706068Z copying torch/include/caffe2/queue/rebatching_queue_ops.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/queue 2022-12-01T10:11:04.6707003Z creating build/lib.linux-x86_64-3.7/torch/include/caffe2/serialize 2022-12-01T10:11:04.6707346Z copying torch/include/caffe2/serialize/crc_alt.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/serialize 2022-12-01T10:11:04.6709532Z copying torch/include/caffe2/serialize/file_adapter.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/serialize 2022-12-01T10:11:04.6710468Z copying torch/include/caffe2/serialize/in_memory_adapter.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/serialize 2022-12-01T10:11:04.6711643Z copying torch/include/caffe2/serialize/inline_container.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/serialize 2022-12-01T10:11:04.6713032Z copying torch/include/caffe2/serialize/istream_adapter.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/serialize 2022-12-01T10:11:04.6714024Z copying torch/include/caffe2/serialize/read_adapter_interface.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/serialize 2022-12-01T10:11:04.6715324Z copying torch/include/caffe2/serialize/versions.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/serialize 2022-12-01T10:11:04.6716250Z creating build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd 2022-12-01T10:11:04.6717144Z copying torch/include/caffe2/sgd/adadelta_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd 2022-12-01T10:11:04.6718130Z copying torch/include/caffe2/sgd/adagrad_fused.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd 2022-12-01T10:11:04.6719975Z copying torch/include/caffe2/sgd/adagrad_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd 2022-12-01T10:11:04.6721689Z copying torch/include/caffe2/sgd/adam_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd 2022-12-01T10:11:04.6722713Z copying torch/include/caffe2/sgd/clip_tensor_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd 2022-12-01T10:11:04.6723796Z copying torch/include/caffe2/sgd/decay_adagrad_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd 2022-12-01T10:11:04.6724895Z copying torch/include/caffe2/sgd/fp16_momentum_sgd_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd 2022-12-01T10:11:04.6725904Z copying torch/include/caffe2/sgd/fp32_momentum_sgd_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd 2022-12-01T10:11:04.6726854Z copying torch/include/caffe2/sgd/ftrl_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd 2022-12-01T10:11:04.6727871Z copying torch/include/caffe2/sgd/gftrl_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd 2022-12-01T10:11:04.6729777Z copying torch/include/caffe2/sgd/iter_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd 2022-12-01T10:11:04.6730033Z copying torch/include/caffe2/sgd/lars_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd 2022-12-01T10:11:04.6731348Z copying torch/include/caffe2/sgd/learning_rate_adaption_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd 2022-12-01T10:11:04.6732310Z copying torch/include/caffe2/sgd/learning_rate_functors.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd 2022-12-01T10:11:04.6733731Z copying torch/include/caffe2/sgd/learning_rate_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd 2022-12-01T10:11:04.6735215Z copying torch/include/caffe2/sgd/math_lp.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd 2022-12-01T10:11:04.6736423Z copying torch/include/caffe2/sgd/momentum_sgd_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd 2022-12-01T10:11:04.6737799Z copying torch/include/caffe2/sgd/rmsprop_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd 2022-12-01T10:11:04.6738648Z copying torch/include/caffe2/sgd/rowwise_adagrad_fused.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd 2022-12-01T10:11:04.6740229Z copying torch/include/caffe2/sgd/rowwise_counter.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd 2022-12-01T10:11:04.6741078Z copying torch/include/caffe2/sgd/storm_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd 2022-12-01T10:11:04.6742432Z copying torch/include/caffe2/sgd/weight_scale_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd 2022-12-01T10:11:04.6743491Z copying torch/include/caffe2/sgd/wngrad_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd 2022-12-01T10:11:04.6745393Z copying torch/include/caffe2/sgd/yellowfin_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd 2022-12-01T10:11:04.6746714Z creating build/lib.linux-x86_64-3.7/torch/include/caffe2/transforms 2022-12-01T10:11:04.6747042Z copying torch/include/caffe2/transforms/common_subexpression_elimination.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/transforms 2022-12-01T10:11:04.6748789Z copying torch/include/caffe2/transforms/conv_to_nnpack_transform.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/transforms 2022-12-01T10:11:04.6749628Z copying torch/include/caffe2/transforms/pattern_net_transform.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/transforms 2022-12-01T10:11:04.6750777Z copying torch/include/caffe2/transforms/single_op_transform.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/transforms 2022-12-01T10:11:04.6751644Z creating build/lib.linux-x86_64-3.7/torch/include/caffe2/video 2022-12-01T10:11:04.6752173Z copying torch/include/caffe2/video/optical_flow.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/video 2022-12-01T10:11:04.6753914Z copying torch/include/caffe2/video/video_decoder.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/video 2022-12-01T10:11:04.6754500Z copying torch/include/caffe2/video/video_input_op.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/video 2022-12-01T10:11:04.6756215Z copying torch/include/caffe2/video/video_io.h -> build/lib.linux-x86_64-3.7/torch/include/caffe2/video 2022-12-01T10:11:04.6757009Z creating build/lib.linux-x86_64-3.7/torch/include/torch 2022-12-01T10:11:04.6757606Z copying torch/include/torch/script.h -> build/lib.linux-x86_64-3.7/torch/include/torch 2022-12-01T10:11:04.6759120Z copying torch/include/torch/extension.h -> build/lib.linux-x86_64-3.7/torch/include/torch 2022-12-01T10:11:04.6760169Z copying torch/include/torch/custom_class.h -> build/lib.linux-x86_64-3.7/torch/include/torch 2022-12-01T10:11:04.6761665Z copying torch/include/torch/library.h -> build/lib.linux-x86_64-3.7/torch/include/torch 2022-12-01T10:11:04.6763075Z copying torch/include/torch/custom_class_detail.h -> build/lib.linux-x86_64-3.7/torch/include/torch 2022-12-01T10:11:04.6764505Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-12-01T10:11:04.6764817Z copying torch/include/torch/csrc/CudaIPCTypes.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-12-01T10:11:04.6766056Z copying torch/include/torch/csrc/DataLoader.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-12-01T10:11:04.6766898Z copying torch/include/torch/csrc/Device.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-12-01T10:11:04.6767880Z copying torch/include/torch/csrc/Dtype.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-12-01T10:11:04.6769228Z copying torch/include/torch/csrc/DynamicTypes.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-12-01T10:11:04.6770499Z copying torch/include/torch/csrc/Exceptions.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-12-01T10:11:04.6771657Z copying torch/include/torch/csrc/Export.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-12-01T10:11:04.6772813Z copying torch/include/torch/csrc/Generator.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-12-01T10:11:04.6774040Z copying torch/include/torch/csrc/Layout.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-12-01T10:11:04.6775405Z copying torch/include/torch/csrc/MemoryFormat.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-12-01T10:11:04.6776596Z copying torch/include/torch/csrc/Module.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-12-01T10:11:04.6778748Z copying torch/include/torch/csrc/PythonTypes.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-12-01T10:11:04.6779049Z copying torch/include/torch/csrc/QScheme.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-12-01T10:11:04.6780293Z copying torch/include/torch/csrc/Size.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-12-01T10:11:04.6781606Z copying torch/include/torch/csrc/Storage.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-12-01T10:11:04.6782782Z copying torch/include/torch/csrc/StorageMethods.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-12-01T10:11:04.6784032Z copying torch/include/torch/csrc/StorageSharing.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-12-01T10:11:04.6784917Z copying torch/include/torch/csrc/Stream.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-12-01T10:11:04.6786899Z copying torch/include/torch/csrc/THConcat.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-12-01T10:11:04.6788215Z copying torch/include/torch/csrc/THP.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-12-01T10:11:04.6789418Z copying torch/include/torch/csrc/TypeInfo.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-12-01T10:11:04.6790241Z copying torch/include/torch/csrc/Types.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-12-01T10:11:04.6791520Z copying torch/include/torch/csrc/copy_utils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-12-01T10:11:04.6792507Z copying torch/include/torch/csrc/itt_wrapper.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-12-01T10:11:04.6793787Z copying torch/include/torch/csrc/python_dimname.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-12-01T10:11:04.6794919Z copying torch/include/torch/csrc/python_headers.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-12-01T10:11:04.6796120Z copying torch/include/torch/csrc/serialization.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-12-01T10:11:04.6797064Z copying torch/include/torch/csrc/utils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc 2022-12-01T10:11:04.6798741Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api 2022-12-01T10:11:04.6798997Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include 2022-12-01T10:11:04.6799219Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch 2022-12-01T10:11:04.6800022Z copying torch/include/torch/csrc/api/include/torch/all.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch 2022-12-01T10:11:04.6801900Z copying torch/include/torch/csrc/api/include/torch/arg.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch 2022-12-01T10:11:04.6803036Z copying torch/include/torch/csrc/api/include/torch/autograd.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch 2022-12-01T10:11:04.6804351Z copying torch/include/torch/csrc/api/include/torch/cuda.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch 2022-12-01T10:11:04.6805485Z copying torch/include/torch/csrc/api/include/torch/data.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch 2022-12-01T10:11:04.6806826Z copying torch/include/torch/csrc/api/include/torch/enum.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch 2022-12-01T10:11:04.6808178Z copying torch/include/torch/csrc/api/include/torch/expanding_array.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch 2022-12-01T10:11:04.6809462Z copying torch/include/torch/csrc/api/include/torch/fft.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch 2022-12-01T10:11:04.6810980Z copying torch/include/torch/csrc/api/include/torch/imethod.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch 2022-12-01T10:11:04.6812233Z copying torch/include/torch/csrc/api/include/torch/jit.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch 2022-12-01T10:11:04.6813624Z copying torch/include/torch/csrc/api/include/torch/linalg.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch 2022-12-01T10:11:04.6815242Z copying torch/include/torch/csrc/api/include/torch/nested.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch 2022-12-01T10:11:04.6816494Z copying torch/include/torch/csrc/api/include/torch/nn.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch 2022-12-01T10:11:04.6818009Z copying torch/include/torch/csrc/api/include/torch/optim.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch 2022-12-01T10:11:04.6819006Z copying torch/include/torch/csrc/api/include/torch/ordered_dict.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch 2022-12-01T10:11:04.6820668Z copying torch/include/torch/csrc/api/include/torch/python.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch 2022-12-01T10:11:04.6822610Z copying torch/include/torch/csrc/api/include/torch/serialize.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch 2022-12-01T10:11:04.6823464Z copying torch/include/torch/csrc/api/include/torch/sparse.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch 2022-12-01T10:11:04.6825153Z copying torch/include/torch/csrc/api/include/torch/special.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch 2022-12-01T10:11:04.6826622Z copying torch/include/torch/csrc/api/include/torch/torch.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch 2022-12-01T10:11:04.6827601Z copying torch/include/torch/csrc/api/include/torch/types.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch 2022-12-01T10:11:04.6829460Z copying torch/include/torch/csrc/api/include/torch/utils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch 2022-12-01T10:11:04.6830834Z copying torch/include/torch/csrc/api/include/torch/version.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch 2022-12-01T10:11:04.6831706Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data 2022-12-01T10:11:04.6832956Z copying torch/include/torch/csrc/api/include/torch/data/dataloader.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data 2022-12-01T10:11:04.6834303Z copying torch/include/torch/csrc/api/include/torch/data/dataloader_options.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data 2022-12-01T10:11:04.6835747Z copying torch/include/torch/csrc/api/include/torch/data/datasets.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data 2022-12-01T10:11:04.6837157Z copying torch/include/torch/csrc/api/include/torch/data/example.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data 2022-12-01T10:11:04.6838597Z copying torch/include/torch/csrc/api/include/torch/data/iterator.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data 2022-12-01T10:11:04.6840420Z copying torch/include/torch/csrc/api/include/torch/data/samplers.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data 2022-12-01T10:11:04.6841880Z copying torch/include/torch/csrc/api/include/torch/data/transforms.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data 2022-12-01T10:11:04.6843754Z copying torch/include/torch/csrc/api/include/torch/data/worker_exception.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data 2022-12-01T10:11:04.6844834Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-12-01T10:11:04.6845646Z copying torch/include/torch/csrc/api/include/torch/data/dataloader/base.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-12-01T10:11:04.6847687Z copying torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-12-01T10:11:04.6849099Z copying torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-12-01T10:11:04.6850529Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/datasets 2022-12-01T10:11:04.6851311Z copying torch/include/torch/csrc/api/include/torch/data/datasets/base.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/datasets 2022-12-01T10:11:04.6852823Z copying torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/datasets 2022-12-01T10:11:04.6854811Z copying torch/include/torch/csrc/api/include/torch/data/datasets/map.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/datasets 2022-12-01T10:11:04.6856047Z copying torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/datasets 2022-12-01T10:11:04.6857826Z copying torch/include/torch/csrc/api/include/torch/data/datasets/shared.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/datasets 2022-12-01T10:11:04.6859157Z copying torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/datasets 2022-12-01T10:11:04.6860926Z copying torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/datasets 2022-12-01T10:11:04.6862030Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/detail 2022-12-01T10:11:04.6862759Z copying torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/detail 2022-12-01T10:11:04.6864361Z copying torch/include/torch/csrc/api/include/torch/data/detail/queue.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/detail 2022-12-01T10:11:04.6865419Z copying torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/detail 2022-12-01T10:11:04.6867356Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/samplers 2022-12-01T10:11:04.6867723Z copying torch/include/torch/csrc/api/include/torch/data/samplers/base.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/samplers 2022-12-01T10:11:04.6868736Z copying torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/samplers 2022-12-01T10:11:04.6870102Z copying torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/samplers 2022-12-01T10:11:04.6871313Z copying torch/include/torch/csrc/api/include/torch/data/samplers/random.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/samplers 2022-12-01T10:11:04.6872646Z copying torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/samplers 2022-12-01T10:11:04.6873987Z copying torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/samplers 2022-12-01T10:11:04.6875155Z copying torch/include/torch/csrc/api/include/torch/data/samplers/stream.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/samplers 2022-12-01T10:11:04.6876596Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/transforms 2022-12-01T10:11:04.6877575Z copying torch/include/torch/csrc/api/include/torch/data/transforms/base.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/transforms 2022-12-01T10:11:04.6878480Z copying torch/include/torch/csrc/api/include/torch/data/transforms/collate.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/transforms 2022-12-01T10:11:04.6880384Z copying torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/transforms 2022-12-01T10:11:04.6881786Z copying torch/include/torch/csrc/api/include/torch/data/transforms/stack.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/transforms 2022-12-01T10:11:04.6882857Z copying torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/transforms 2022-12-01T10:11:04.6884478Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/detail 2022-12-01T10:11:04.6884938Z copying torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/detail 2022-12-01T10:11:04.6885940Z copying torch/include/torch/csrc/api/include/torch/detail/static.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/detail 2022-12-01T10:11:04.6887159Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn 2022-12-01T10:11:04.6887534Z copying torch/include/torch/csrc/api/include/torch/nn/cloneable.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn 2022-12-01T10:11:04.6888860Z copying torch/include/torch/csrc/api/include/torch/nn/functional.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn 2022-12-01T10:11:04.6889796Z copying torch/include/torch/csrc/api/include/torch/nn/init.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn 2022-12-01T10:11:04.6891047Z copying torch/include/torch/csrc/api/include/torch/nn/module.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn 2022-12-01T10:11:04.6892282Z copying torch/include/torch/csrc/api/include/torch/nn/modules.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn 2022-12-01T10:11:04.6893508Z copying torch/include/torch/csrc/api/include/torch/nn/options.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn 2022-12-01T10:11:04.6894902Z copying torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn 2022-12-01T10:11:04.6896173Z copying torch/include/torch/csrc/api/include/torch/nn/pimpl.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn 2022-12-01T10:11:04.6897461Z copying torch/include/torch/csrc/api/include/torch/nn/utils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn 2022-12-01T10:11:04.6898711Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:11:04.6899761Z copying torch/include/torch/csrc/api/include/torch/nn/functional/activation.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:11:04.6901512Z copying torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:11:04.6902786Z copying torch/include/torch/csrc/api/include/torch/nn/functional/conv.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:11:04.6904187Z copying torch/include/torch/csrc/api/include/torch/nn/functional/distance.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:11:04.6905408Z copying torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:11:04.6906884Z copying torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:11:04.6907981Z copying torch/include/torch/csrc/api/include/torch/nn/functional/fold.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:11:04.6909510Z copying torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:11:04.6910679Z copying torch/include/torch/csrc/api/include/torch/nn/functional/linear.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:11:04.6912035Z copying torch/include/torch/csrc/api/include/torch/nn/functional/loss.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:11:04.6913585Z copying torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:11:04.6914967Z copying torch/include/torch/csrc/api/include/torch/nn/functional/padding.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:11:04.6916264Z copying torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:11:04.6917572Z copying torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:11:04.6919745Z copying torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:11:04.6920786Z copying torch/include/torch/csrc/api/include/torch/nn/functional/vision.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:11:04.6922035Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:11:04.6922685Z copying torch/include/torch/csrc/api/include/torch/nn/options/activation.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:11:04.6923765Z copying torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:11:04.6925132Z copying torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:11:04.6926075Z copying torch/include/torch/csrc/api/include/torch/nn/options/conv.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:11:04.6928334Z copying torch/include/torch/csrc/api/include/torch/nn/options/distance.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:11:04.6928935Z copying torch/include/torch/csrc/api/include/torch/nn/options/dropout.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:11:04.6930238Z copying torch/include/torch/csrc/api/include/torch/nn/options/embedding.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:11:04.6931509Z copying torch/include/torch/csrc/api/include/torch/nn/options/fold.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:11:04.6932789Z copying torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:11:04.6933874Z copying torch/include/torch/csrc/api/include/torch/nn/options/linear.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:11:04.6934831Z copying torch/include/torch/csrc/api/include/torch/nn/options/loss.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:11:04.6936281Z copying torch/include/torch/csrc/api/include/torch/nn/options/normalization.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:11:04.6937538Z copying torch/include/torch/csrc/api/include/torch/nn/options/padding.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:11:04.6938554Z copying torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:11:04.6939745Z copying torch/include/torch/csrc/api/include/torch/nn/options/pooling.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:11:04.6941050Z copying torch/include/torch/csrc/api/include/torch/nn/options/rnn.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:11:04.6942076Z copying torch/include/torch/csrc/api/include/torch/nn/options/transformer.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:11:04.6943161Z copying torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:11:04.6944377Z copying torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:11:04.6945659Z copying torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:11:04.6946899Z copying torch/include/torch/csrc/api/include/torch/nn/options/vision.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:11:04.6948200Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:11:04.6948834Z copying torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:11:04.6950049Z copying torch/include/torch/csrc/api/include/torch/nn/modules/activation.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:11:04.6951556Z copying torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:11:04.6952556Z copying torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:11:04.6953981Z copying torch/include/torch/csrc/api/include/torch/nn/modules/common.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:11:04.6955093Z copying torch/include/torch/csrc/api/include/torch/nn/modules/conv.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:11:04.6956664Z copying torch/include/torch/csrc/api/include/torch/nn/modules/distance.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:11:04.6957826Z copying torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:11:04.6959457Z copying torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:11:04.6960768Z copying torch/include/torch/csrc/api/include/torch/nn/modules/fold.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:11:04.6962028Z copying torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:11:04.6963508Z copying torch/include/torch/csrc/api/include/torch/nn/modules/linear.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:11:04.6964616Z copying torch/include/torch/csrc/api/include/torch/nn/modules/loss.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:11:04.6965616Z copying torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:11:04.6966808Z copying torch/include/torch/csrc/api/include/torch/nn/modules/padding.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:11:04.6967904Z copying torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:11:04.6969211Z copying torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:11:04.6971697Z copying torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:11:04.6972138Z copying torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:11:04.6973204Z copying torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:11:04.6974223Z copying torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:11:04.6975822Z copying torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:11:04.6976460Z copying torch/include/torch/csrc/api/include/torch/nn/modules/utils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:11:04.6977745Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-12-01T10:11:04.6978101Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-12-01T10:11:04.6979804Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-12-01T10:11:04.6980739Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-12-01T10:11:04.6981993Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-12-01T10:11:04.6983294Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-12-01T10:11:04.6984623Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-12-01T10:11:04.6985659Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-12-01T10:11:04.6986988Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-12-01T10:11:04.6988405Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-12-01T10:11:04.6989482Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-12-01T10:11:04.6990838Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/parallel 2022-12-01T10:11:04.6991192Z copying torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/parallel 2022-12-01T10:11:04.6992775Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/utils 2022-12-01T10:11:04.6993276Z copying torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/utils 2022-12-01T10:11:04.6994878Z copying torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/utils 2022-12-01T10:11:04.6995918Z copying torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/utils 2022-12-01T10:11:04.6996767Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/optim 2022-12-01T10:11:04.6997664Z copying torch/include/torch/csrc/api/include/torch/optim/adagrad.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/optim 2022-12-01T10:11:04.6998477Z copying torch/include/torch/csrc/api/include/torch/optim/adam.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/optim 2022-12-01T10:11:04.7000073Z copying torch/include/torch/csrc/api/include/torch/optim/adamw.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/optim 2022-12-01T10:11:04.7001376Z copying torch/include/torch/csrc/api/include/torch/optim/lbfgs.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/optim 2022-12-01T10:11:04.7002965Z copying torch/include/torch/csrc/api/include/torch/optim/optimizer.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/optim 2022-12-01T10:11:04.7003730Z copying torch/include/torch/csrc/api/include/torch/optim/rmsprop.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/optim 2022-12-01T10:11:04.7005082Z copying torch/include/torch/csrc/api/include/torch/optim/serialize.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/optim 2022-12-01T10:11:04.7006017Z copying torch/include/torch/csrc/api/include/torch/optim/sgd.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/optim 2022-12-01T10:11:04.7007535Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-12-01T10:11:04.7008146Z copying torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-12-01T10:11:04.7009197Z copying torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-12-01T10:11:04.7010678Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/serialize 2022-12-01T10:11:04.7011006Z copying torch/include/torch/csrc/api/include/torch/serialize/archive.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/serialize 2022-12-01T10:11:04.7012526Z copying torch/include/torch/csrc/api/include/torch/serialize/input-archive.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/serialize 2022-12-01T10:11:04.7013655Z copying torch/include/torch/csrc/api/include/torch/serialize/output-archive.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/serialize 2022-12-01T10:11:04.7014903Z copying torch/include/torch/csrc/api/include/torch/serialize/tensor.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/serialize 2022-12-01T10:11:04.7015962Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-12-01T10:11:04.7016735Z copying torch/include/torch/csrc/autograd/FunctionsManual.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-12-01T10:11:04.7018341Z copying torch/include/torch/csrc/autograd/InferenceMode.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-12-01T10:11:04.7018930Z copying torch/include/torch/csrc/autograd/VariableTypeUtils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-12-01T10:11:04.7020211Z copying torch/include/torch/csrc/autograd/anomaly_mode.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-12-01T10:11:04.7021153Z copying torch/include/torch/csrc/autograd/autograd.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-12-01T10:11:04.7023606Z copying torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-12-01T10:11:04.7024122Z copying torch/include/torch/csrc/autograd/cpp_hook.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-12-01T10:11:04.7025144Z copying torch/include/torch/csrc/autograd/custom_function.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-12-01T10:11:04.7026495Z copying torch/include/torch/csrc/autograd/edge.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-12-01T10:11:04.7028121Z copying torch/include/torch/csrc/autograd/engine.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-12-01T10:11:04.7029794Z copying torch/include/torch/csrc/autograd/forward_grad.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-12-01T10:11:04.7031060Z copying torch/include/torch/csrc/autograd/function.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-12-01T10:11:04.7033070Z copying torch/include/torch/csrc/autograd/function_hook.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-12-01T10:11:04.7034125Z copying torch/include/torch/csrc/autograd/grad_mode.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-12-01T10:11:04.7035856Z copying torch/include/torch/csrc/autograd/graph_task.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-12-01T10:11:04.7038355Z copying torch/include/torch/csrc/autograd/input_buffer.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-12-01T10:11:04.7039458Z copying torch/include/torch/csrc/autograd/input_metadata.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-12-01T10:11:04.7040718Z copying torch/include/torch/csrc/autograd/jit_decomp_interface.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-12-01T10:11:04.7042286Z copying torch/include/torch/csrc/autograd/profiler.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-12-01T10:11:04.7043728Z copying torch/include/torch/csrc/autograd/profiler_kineto.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-12-01T10:11:04.7045094Z copying torch/include/torch/csrc/autograd/profiler_legacy.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-12-01T10:11:04.7046014Z copying torch/include/torch/csrc/autograd/profiler_python.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-12-01T10:11:04.7048031Z copying torch/include/torch/csrc/autograd/python_anomaly_mode.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-12-01T10:11:04.7048322Z copying torch/include/torch/csrc/autograd/python_autograd.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-12-01T10:11:04.7049457Z copying torch/include/torch/csrc/autograd/python_cpp_function.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-12-01T10:11:04.7050651Z copying torch/include/torch/csrc/autograd/python_engine.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-12-01T10:11:04.7051600Z copying torch/include/torch/csrc/autograd/python_enum_tag.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-12-01T10:11:04.7053009Z copying torch/include/torch/csrc/autograd/python_fft_functions.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-12-01T10:11:04.7053877Z copying torch/include/torch/csrc/autograd/python_function.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-12-01T10:11:04.7054878Z copying torch/include/torch/csrc/autograd/python_hook.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-12-01T10:11:04.7056251Z copying torch/include/torch/csrc/autograd/python_legacy_variable.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-12-01T10:11:04.7057171Z copying torch/include/torch/csrc/autograd/python_linalg_functions.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-12-01T10:11:04.7058259Z copying torch/include/torch/csrc/autograd/python_nested_functions.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-12-01T10:11:04.7059135Z copying torch/include/torch/csrc/autograd/python_nn_functions.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-12-01T10:11:04.7060438Z copying torch/include/torch/csrc/autograd/python_return_types.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-12-01T10:11:04.7061430Z copying torch/include/torch/csrc/autograd/python_saved_variable_hooks.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-12-01T10:11:04.7062819Z copying torch/include/torch/csrc/autograd/python_sparse_functions.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-12-01T10:11:04.7063634Z copying torch/include/torch/csrc/autograd/python_special_functions.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-12-01T10:11:04.7064528Z copying torch/include/torch/csrc/autograd/python_torch_functions.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-12-01T10:11:04.7065763Z copying torch/include/torch/csrc/autograd/python_variable.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-12-01T10:11:04.7066732Z copying torch/include/torch/csrc/autograd/python_variable_indexing.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-12-01T10:11:04.7067984Z copying torch/include/torch/csrc/autograd/record_function_ops.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-12-01T10:11:04.7068911Z copying torch/include/torch/csrc/autograd/saved_variable.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-12-01T10:11:04.7070487Z copying torch/include/torch/csrc/autograd/saved_variable_hooks.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-12-01T10:11:04.7071302Z copying torch/include/torch/csrc/autograd/symbolic.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-12-01T10:11:04.7072442Z copying torch/include/torch/csrc/autograd/variable.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd 2022-12-01T10:11:04.7074193Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/functions 2022-12-01T10:11:04.7074775Z copying torch/include/torch/csrc/autograd/functions/accumulate_grad.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/functions 2022-12-01T10:11:04.7075800Z copying torch/include/torch/csrc/autograd/functions/basic_ops.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/functions 2022-12-01T10:11:04.7076797Z copying torch/include/torch/csrc/autograd/functions/comm.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/functions 2022-12-01T10:11:04.7077725Z copying torch/include/torch/csrc/autograd/functions/pybind.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/functions 2022-12-01T10:11:04.7078877Z copying torch/include/torch/csrc/autograd/functions/tensor.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/functions 2022-12-01T10:11:04.7080501Z copying torch/include/torch/csrc/autograd/functions/utils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/functions 2022-12-01T10:11:04.7081356Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/generated 2022-12-01T10:11:04.7081887Z copying torch/include/torch/csrc/autograd/generated/python_functions.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/generated 2022-12-01T10:11:04.7083334Z copying torch/include/torch/csrc/autograd/generated/VariableType.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/generated 2022-12-01T10:11:04.7084180Z copying torch/include/torch/csrc/autograd/generated/Functions.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/generated 2022-12-01T10:11:04.7086926Z copying torch/include/torch/csrc/autograd/generated/variable_factories.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/generated 2022-12-01T10:11:04.7088435Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/utils 2022-12-01T10:11:04.7089120Z copying torch/include/torch/csrc/autograd/utils/error_messages.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/utils 2022-12-01T10:11:04.7090284Z copying torch/include/torch/csrc/autograd/utils/grad_layout_contract.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/utils 2022-12-01T10:11:04.7092730Z copying torch/include/torch/csrc/autograd/utils/lambda_post_hook.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/utils 2022-12-01T10:11:04.7093340Z copying torch/include/torch/csrc/autograd/utils/python_arg_parsing.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/utils 2022-12-01T10:11:04.7093749Z copying torch/include/torch/csrc/autograd/utils/warnings.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/utils 2022-12-01T10:11:04.7095243Z copying torch/include/torch/csrc/autograd/utils/wrap_outputs.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/utils 2022-12-01T10:11:04.7096358Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/cuda 2022-12-01T10:11:04.7097031Z copying torch/include/torch/csrc/cuda/Event.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/cuda 2022-12-01T10:11:04.7098279Z copying torch/include/torch/csrc/cuda/Module.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/cuda 2022-12-01T10:11:04.7099342Z copying torch/include/torch/csrc/cuda/Stream.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/cuda 2022-12-01T10:11:04.7100575Z copying torch/include/torch/csrc/cuda/THCP.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/cuda 2022-12-01T10:11:04.7101831Z copying torch/include/torch/csrc/cuda/comm.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/cuda 2022-12-01T10:11:04.7102703Z copying torch/include/torch/csrc/cuda/device_set.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/cuda 2022-12-01T10:11:04.7104193Z copying torch/include/torch/csrc/cuda/memory_snapshot.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/cuda 2022-12-01T10:11:04.7105648Z copying torch/include/torch/csrc/cuda/nccl.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/cuda 2022-12-01T10:11:04.7108139Z copying torch/include/torch/csrc/cuda/python_comm.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/cuda 2022-12-01T10:11:04.7108618Z copying torch/include/torch/csrc/cuda/python_nccl.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/cuda 2022-12-01T10:11:04.7109230Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed 2022-12-01T10:11:04.7110170Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:04.7110939Z copying torch/include/torch/csrc/distributed/c10d/TraceUtils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:04.7112935Z copying torch/include/torch/csrc/distributed/c10d/c10d.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:04.7113604Z copying torch/include/torch/csrc/distributed/c10d/debug.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:04.7115220Z copying torch/include/torch/csrc/distributed/c10d/error.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:04.7116661Z copying torch/include/torch/csrc/distributed/c10d/exception.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:04.7117419Z copying torch/include/torch/csrc/distributed/c10d/logging.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:04.7118891Z copying torch/include/torch/csrc/distributed/c10d/python_comm_hook.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:04.7120004Z copying torch/include/torch/csrc/distributed/c10d/socket.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:04.7120968Z copying torch/include/torch/csrc/distributed/c10d/Backend.hpp -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:04.7122435Z copying torch/include/torch/csrc/distributed/c10d/FileStore.hpp -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:04.7123575Z copying torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:04.7124687Z copying torch/include/torch/csrc/distributed/c10d/HashStore.hpp -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:04.7126009Z copying torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:04.7127105Z copying torch/include/torch/csrc/distributed/c10d/Ops.hpp -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:04.7128388Z copying torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:04.7129357Z copying torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:04.7130532Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:04.7131838Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:04.7133194Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:04.7134512Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:04.7135818Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.hpp -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:04.7137081Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:04.7138286Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:04.7139467Z copying torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:04.7140379Z copying torch/include/torch/csrc/distributed/c10d/Store.hpp -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:04.7141681Z copying torch/include/torch/csrc/distributed/c10d/TCPStore.hpp -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:04.7142616Z copying torch/include/torch/csrc/distributed/c10d/Types.hpp -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:04.7143995Z copying torch/include/torch/csrc/distributed/c10d/UCCForNCCL.hpp -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:04.7145026Z copying torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:04.7145963Z copying torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:04.7147377Z copying torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:04.7147915Z copying torch/include/torch/csrc/distributed/c10d/Utils.hpp -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:04.7149259Z copying torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:04.7150432Z copying torch/include/torch/csrc/distributed/c10d/Work.hpp -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:04.7151920Z copying torch/include/torch/csrc/distributed/c10d/comm.hpp -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:04.7152937Z copying torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:04.7153818Z copying torch/include/torch/csrc/distributed/c10d/logger.hpp -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:04.7155037Z copying torch/include/torch/csrc/distributed/c10d/reducer.hpp -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:04.7156475Z copying torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:04.7157509Z copying torch/include/torch/csrc/distributed/c10d/sequence_num.hpp -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:04.7158820Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:04.7159233Z copying torch/include/torch/csrc/distributed/rpc/agent_utils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:04.7160836Z copying torch/include/torch/csrc/distributed/rpc/message.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:04.7161907Z copying torch/include/torch/csrc/distributed/rpc/py_rref.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:04.7163152Z copying torch/include/torch/csrc/distributed/rpc/python_call.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:04.7164255Z copying torch/include/torch/csrc/distributed/rpc/python_functions.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:04.7165605Z copying torch/include/torch/csrc/distributed/rpc/python_remote_call.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:04.7166571Z copying torch/include/torch/csrc/distributed/rpc/python_resp.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:04.7168149Z copying torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:04.7168919Z copying torch/include/torch/csrc/distributed/rpc/request_callback.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:04.7170577Z copying torch/include/torch/csrc/distributed/rpc/request_callback_impl.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:04.7171598Z copying torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:04.7172640Z copying torch/include/torch/csrc/distributed/rpc/rpc.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:04.7173938Z copying torch/include/torch/csrc/distributed/rpc/rpc_agent.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:04.7175345Z copying torch/include/torch/csrc/distributed/rpc/rpc_command_base.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:04.7176236Z copying torch/include/torch/csrc/distributed/rpc/rref_context.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:04.7177723Z copying torch/include/torch/csrc/distributed/rpc/rref_impl.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:04.7178763Z copying torch/include/torch/csrc/distributed/rpc/rref_proto.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:04.7180220Z copying torch/include/torch/csrc/distributed/rpc/script_call.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:04.7181119Z copying torch/include/torch/csrc/distributed/rpc/script_remote_call.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:04.7182428Z copying torch/include/torch/csrc/distributed/rpc/script_resp.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:04.7183204Z copying torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:04.7185046Z copying torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:04.7186008Z copying torch/include/torch/csrc/distributed/rpc/torchscript_functions.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:04.7186622Z copying torch/include/torch/csrc/distributed/rpc/types.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:04.7188271Z copying torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:04.7189163Z copying torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:04.7190564Z copying torch/include/torch/csrc/distributed/rpc/utils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:04.7191447Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit 2022-12-01T10:11:04.7191898Z copying torch/include/torch/csrc/jit/jit_log.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit 2022-12-01T10:11:04.7193538Z copying torch/include/torch/csrc/jit/jit_opt_limit.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit 2022-12-01T10:11:04.7194299Z copying torch/include/torch/csrc/jit/resource_guard.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit 2022-12-01T10:11:04.7195791Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/backends 2022-12-01T10:11:04.7196139Z copying torch/include/torch/csrc/jit/backends/backend.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/backends 2022-12-01T10:11:04.7197553Z copying torch/include/torch/csrc/jit/backends/backend_debug_handler.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/backends 2022-12-01T10:11:04.7198506Z copying torch/include/torch/csrc/jit/backends/backend_debug_info.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/backends 2022-12-01T10:11:04.7199548Z copying torch/include/torch/csrc/jit/backends/backend_detail.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/backends 2022-12-01T10:11:04.7201300Z copying torch/include/torch/csrc/jit/backends/backend_exception.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/backends 2022-12-01T10:11:04.7202737Z copying torch/include/torch/csrc/jit/backends/backend_init.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/backends 2022-12-01T10:11:04.7203564Z copying torch/include/torch/csrc/jit/backends/backend_interface.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/backends 2022-12-01T10:11:04.7204427Z copying torch/include/torch/csrc/jit/backends/backend_preprocess.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/backends 2022-12-01T10:11:04.7205383Z copying torch/include/torch/csrc/jit/backends/backend_resolver.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/backends 2022-12-01T10:11:04.7206390Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7206988Z copying torch/include/torch/csrc/jit/passes/add_if_then_else.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7208352Z copying torch/include/torch/csrc/jit/passes/annotate_warns.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7209363Z copying torch/include/torch/csrc/jit/passes/autocast.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7210502Z copying torch/include/torch/csrc/jit/passes/bailout_graph.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7211491Z copying torch/include/torch/csrc/jit/passes/batch_mm.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7212372Z copying torch/include/torch/csrc/jit/passes/canonicalize.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7213562Z copying torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7214515Z copying torch/include/torch/csrc/jit/passes/check_strict_fusion.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7215872Z copying torch/include/torch/csrc/jit/passes/clear_profiling.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7216607Z copying torch/include/torch/csrc/jit/passes/clear_undefinedness.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7217933Z copying torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7218817Z copying torch/include/torch/csrc/jit/passes/concat_opt.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7220042Z copying torch/include/torch/csrc/jit/passes/constant_pooling.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7221488Z copying torch/include/torch/csrc/jit/passes/constant_propagation.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7223003Z copying torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7223886Z copying torch/include/torch/csrc/jit/passes/create_functional_graphs.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7225266Z copying torch/include/torch/csrc/jit/passes/cuda_graph_fuser.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7227302Z copying torch/include/torch/csrc/jit/passes/dead_code_elimination.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7227658Z copying torch/include/torch/csrc/jit/passes/decompose_ops.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7228562Z copying torch/include/torch/csrc/jit/passes/device_type_analysis.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7230529Z copying torch/include/torch/csrc/jit/passes/dtype_analysis.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7230902Z copying torch/include/torch/csrc/jit/passes/eliminate_no_ops.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7232566Z copying torch/include/torch/csrc/jit/passes/erase_number_types.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7233377Z copying torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7234671Z copying torch/include/torch/csrc/jit/passes/fold_conv_bn.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7235667Z copying torch/include/torch/csrc/jit/passes/freeze_module.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7236910Z copying torch/include/torch/csrc/jit/passes/frozen_concat_linear.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7237983Z copying torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7239648Z copying torch/include/torch/csrc/jit/passes/frozen_conv_folding.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7240980Z copying torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7241887Z copying torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7243460Z copying torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7244363Z copying torch/include/torch/csrc/jit/passes/fuse_linear.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7245771Z copying torch/include/torch/csrc/jit/passes/fuse_relu.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7246712Z copying torch/include/torch/csrc/jit/passes/graph_fuser.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7248034Z copying torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7249327Z copying torch/include/torch/csrc/jit/passes/guard_elimination.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7250212Z copying torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7252131Z copying torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7252605Z copying torch/include/torch/csrc/jit/passes/inline_fork_wait.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7253769Z copying torch/include/torch/csrc/jit/passes/inline_forked_closures.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7254905Z copying torch/include/torch/csrc/jit/passes/inliner.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7256065Z copying torch/include/torch/csrc/jit/passes/inplace_check.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7257195Z copying torch/include/torch/csrc/jit/passes/insert_guards.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7258478Z copying torch/include/torch/csrc/jit/passes/integer_value_refinement.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7259481Z copying torch/include/torch/csrc/jit/passes/lift_closures.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7260619Z copying torch/include/torch/csrc/jit/passes/liveness.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7261452Z copying torch/include/torch/csrc/jit/passes/loop_unrolling.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7263041Z copying torch/include/torch/csrc/jit/passes/lower_grad_of.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7264306Z copying torch/include/torch/csrc/jit/passes/lower_graph.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7265246Z copying torch/include/torch/csrc/jit/passes/lower_tuples.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7266101Z copying torch/include/torch/csrc/jit/passes/metal_rewrite.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7267719Z copying torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7268582Z copying torch/include/torch/csrc/jit/passes/normalize_ops.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7269874Z copying torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7271242Z copying torch/include/torch/csrc/jit/passes/onnx.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7271869Z copying torch/include/torch/csrc/jit/passes/pass_manager.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7273228Z copying torch/include/torch/csrc/jit/passes/peephole.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7274055Z copying torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7275402Z copying torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7276364Z copying torch/include/torch/csrc/jit/passes/peephole_list_idioms.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7277702Z copying torch/include/torch/csrc/jit/passes/peephole_non_tensor.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7279146Z copying torch/include/torch/csrc/jit/passes/prepack_folding.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7280105Z copying torch/include/torch/csrc/jit/passes/refine_tuple_types.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7281742Z copying torch/include/torch/csrc/jit/passes/remove_dropout.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7282433Z copying torch/include/torch/csrc/jit/passes/remove_exceptions.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7284094Z copying torch/include/torch/csrc/jit/passes/remove_expands.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7285037Z copying torch/include/torch/csrc/jit/passes/remove_inplace_ops.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7286207Z copying torch/include/torch/csrc/jit/passes/remove_mutation.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7287551Z copying torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7288574Z copying torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7289919Z copying torch/include/torch/csrc/jit/passes/requires_grad_analysis.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7290800Z copying torch/include/torch/csrc/jit/passes/restore_mutation.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7292216Z copying torch/include/torch/csrc/jit/passes/shape_analysis.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7293240Z copying torch/include/torch/csrc/jit/passes/specialize_autogradzero.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7294563Z copying torch/include/torch/csrc/jit/passes/subgraph_rewrite.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7296176Z copying torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7296912Z copying torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7298234Z copying torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7299450Z copying torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7300550Z copying torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7301579Z copying torch/include/torch/csrc/jit/passes/value_refinement_utils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7302829Z copying torch/include/torch/csrc/jit/passes/variadic_ops.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7303775Z copying torch/include/torch/csrc/jit/passes/vulkan_rewrite.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7305019Z copying torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:04.7306183Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/quantization 2022-12-01T10:11:04.7306940Z copying torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/quantization 2022-12-01T10:11:04.7308199Z copying torch/include/torch/csrc/jit/passes/quantization/finalize.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/quantization 2022-12-01T10:11:04.7309335Z copying torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/quantization 2022-12-01T10:11:04.7310578Z copying torch/include/torch/csrc/jit/passes/quantization/helper.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/quantization 2022-12-01T10:11:04.7311847Z copying torch/include/torch/csrc/jit/passes/quantization/insert_observers.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/quantization 2022-12-01T10:11:04.7313156Z copying torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/quantization 2022-12-01T10:11:04.7314281Z copying torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/quantization 2022-12-01T10:11:04.7315830Z copying torch/include/torch/csrc/jit/passes/quantization/quantization_type.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/quantization 2022-12-01T10:11:04.7316823Z copying torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/quantization 2022-12-01T10:11:04.7317707Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/utils 2022-12-01T10:11:04.7318616Z copying torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/utils 2022-12-01T10:11:04.7320447Z copying torch/include/torch/csrc/jit/passes/utils/memory_dag.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/utils 2022-12-01T10:11:04.7321457Z copying torch/include/torch/csrc/jit/passes/utils/op_registry.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/utils 2022-12-01T10:11:04.7322848Z copying torch/include/torch/csrc/jit/passes/utils/optimization_utils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/utils 2022-12-01T10:11:04.7323617Z copying torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/utils 2022-12-01T10:11:04.7324620Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:04.7325166Z copying torch/include/torch/csrc/jit/runtime/argument_spec.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:04.7326942Z copying torch/include/torch/csrc/jit/runtime/autodiff.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:04.7328019Z copying torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:04.7329386Z copying torch/include/torch/csrc/jit/runtime/custom_operator.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:04.7330360Z copying torch/include/torch/csrc/jit/runtime/decomposition_registry.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:04.7331709Z copying torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:04.7332976Z copying torch/include/torch/csrc/jit/runtime/exception_message.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:04.7334131Z copying torch/include/torch/csrc/jit/runtime/graph_executor.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:04.7335086Z copying torch/include/torch/csrc/jit/runtime/graph_executor_impl.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:04.7336641Z copying torch/include/torch/csrc/jit/runtime/graph_iterator.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:04.7337616Z copying torch/include/torch/csrc/jit/runtime/instruction.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:04.7338923Z copying torch/include/torch/csrc/jit/runtime/interpreter.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:04.7340007Z copying torch/include/torch/csrc/jit/runtime/jit_exception.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:04.7341525Z copying torch/include/torch/csrc/jit/runtime/jit_trace.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:04.7343111Z copying torch/include/torch/csrc/jit/runtime/logging.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:04.7344086Z copying torch/include/torch/csrc/jit/runtime/operator.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:04.7345415Z copying torch/include/torch/csrc/jit/runtime/operator_options.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:04.7346342Z copying torch/include/torch/csrc/jit/runtime/print_handler.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:04.7347441Z copying torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:04.7348659Z copying torch/include/torch/csrc/jit/runtime/profiling_record.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:04.7349594Z copying torch/include/torch/csrc/jit/runtime/register_ops_utils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:04.7350905Z copying torch/include/torch/csrc/jit/runtime/script_profile.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:04.7352207Z copying torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:04.7353150Z copying torch/include/torch/csrc/jit/runtime/shape_function_registry.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:04.7354123Z copying torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:04.7355090Z copying torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:04.7356119Z copying torch/include/torch/csrc/jit/runtime/symbolic_script.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:04.7357626Z copying torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:04.7358778Z copying torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:04.7359814Z copying torch/include/torch/csrc/jit/runtime/vararg_functions.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:04.7361732Z copying torch/include/torch/csrc/jit/runtime/variable_tensor_list.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:04.7362753Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/ir 2022-12-01T10:11:04.7363538Z copying torch/include/torch/csrc/jit/ir/alias_analysis.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/ir 2022-12-01T10:11:04.7364929Z copying torch/include/torch/csrc/jit/ir/attributes.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/ir 2022-12-01T10:11:04.7366140Z copying torch/include/torch/csrc/jit/ir/constants.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/ir 2022-12-01T10:11:04.7367083Z copying torch/include/torch/csrc/jit/ir/graph_node_list.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/ir 2022-12-01T10:11:04.7368707Z copying torch/include/torch/csrc/jit/ir/ir.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/ir 2022-12-01T10:11:04.7369741Z copying torch/include/torch/csrc/jit/ir/ir_views.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/ir 2022-12-01T10:11:04.7371221Z copying torch/include/torch/csrc/jit/ir/irparser.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/ir 2022-12-01T10:11:04.7372311Z copying torch/include/torch/csrc/jit/ir/named_value.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/ir 2022-12-01T10:11:04.7373286Z copying torch/include/torch/csrc/jit/ir/node_hashing.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/ir 2022-12-01T10:11:04.7375029Z copying torch/include/torch/csrc/jit/ir/scope.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/ir 2022-12-01T10:11:04.7375910Z copying torch/include/torch/csrc/jit/ir/subgraph_matcher.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/ir 2022-12-01T10:11:04.7377042Z copying torch/include/torch/csrc/jit/ir/type_hashing.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/ir 2022-12-01T10:11:04.7377852Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:04.7378521Z copying torch/include/torch/csrc/jit/frontend/builtin_functions.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:04.7379771Z copying torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:04.7380708Z copying torch/include/torch/csrc/jit/frontend/concrete_module_type.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:04.7381805Z copying torch/include/torch/csrc/jit/frontend/convert_to_ssa.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:04.7382957Z copying torch/include/torch/csrc/jit/frontend/edit_distance.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:04.7384200Z copying torch/include/torch/csrc/jit/frontend/error_report.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:04.7384679Z copying torch/include/torch/csrc/jit/frontend/exit_transforms.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:04.7386178Z copying torch/include/torch/csrc/jit/frontend/function_schema_parser.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:04.7387555Z copying torch/include/torch/csrc/jit/frontend/inline_loop_condition.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:04.7388497Z copying torch/include/torch/csrc/jit/frontend/ir_emitter.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:04.7389554Z copying torch/include/torch/csrc/jit/frontend/lexer.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:04.7391110Z copying torch/include/torch/csrc/jit/frontend/mini_environment.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:04.7392398Z copying torch/include/torch/csrc/jit/frontend/name_mangler.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:04.7394012Z copying torch/include/torch/csrc/jit/frontend/parse_string_literal.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:04.7394902Z copying torch/include/torch/csrc/jit/frontend/parser.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:04.7396148Z copying torch/include/torch/csrc/jit/frontend/parser_constants.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:04.7397293Z copying torch/include/torch/csrc/jit/frontend/resolver.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:04.7398731Z copying torch/include/torch/csrc/jit/frontend/schema_matching.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:04.7400069Z copying torch/include/torch/csrc/jit/frontend/schema_type_parser.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:04.7401448Z copying torch/include/torch/csrc/jit/frontend/script_type_parser.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:04.7402537Z copying torch/include/torch/csrc/jit/frontend/source_range.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:04.7404012Z copying torch/include/torch/csrc/jit/frontend/source_ref.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:04.7405208Z copying torch/include/torch/csrc/jit/frontend/strtod.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:04.7406466Z copying torch/include/torch/csrc/jit/frontend/sugared_value.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:04.7408373Z copying torch/include/torch/csrc/jit/frontend/tracer.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:04.7408823Z copying torch/include/torch/csrc/jit/frontend/tree.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:04.7410420Z copying torch/include/torch/csrc/jit/frontend/tree_views.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:04.7411431Z copying torch/include/torch/csrc/jit/frontend/versioned_symbols.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:04.7412238Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/api 2022-12-01T10:11:04.7412973Z copying torch/include/torch/csrc/jit/api/compilation_unit.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/api 2022-12-01T10:11:04.7414464Z copying torch/include/torch/csrc/jit/api/function_impl.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/api 2022-12-01T10:11:04.7415641Z copying torch/include/torch/csrc/jit/api/method.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/api 2022-12-01T10:11:04.7416759Z copying torch/include/torch/csrc/jit/api/module.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/api 2022-12-01T10:11:04.7418074Z copying torch/include/torch/csrc/jit/api/object.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/api 2022-12-01T10:11:04.7419293Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization 2022-12-01T10:11:04.7420128Z copying torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization 2022-12-01T10:11:04.7421438Z copying torch/include/torch/csrc/jit/serialization/export.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization 2022-12-01T10:11:04.7423233Z copying torch/include/torch/csrc/jit/serialization/export_bytecode.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization 2022-12-01T10:11:04.7423675Z copying torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization 2022-12-01T10:11:04.7424621Z copying torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization 2022-12-01T10:11:04.7426027Z copying torch/include/torch/csrc/jit/serialization/import.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization 2022-12-01T10:11:04.7426869Z copying torch/include/torch/csrc/jit/serialization/import_export_constants.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization 2022-12-01T10:11:04.7428476Z copying torch/include/torch/csrc/jit/serialization/import_export_functions.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization 2022-12-01T10:11:04.7429521Z copying torch/include/torch/csrc/jit/serialization/import_export_helpers.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization 2022-12-01T10:11:04.7430867Z copying torch/include/torch/csrc/jit/serialization/import_legacy.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization 2022-12-01T10:11:04.7432579Z copying torch/include/torch/csrc/jit/serialization/import_read.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization 2022-12-01T10:11:04.7432913Z copying torch/include/torch/csrc/jit/serialization/import_source.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization 2022-12-01T10:11:04.7434220Z copying torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization 2022-12-01T10:11:04.7436186Z copying torch/include/torch/csrc/jit/serialization/onnx.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization 2022-12-01T10:11:04.7437055Z copying torch/include/torch/csrc/jit/serialization/pickle.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization 2022-12-01T10:11:04.7438237Z copying torch/include/torch/csrc/jit/serialization/pickler.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization 2022-12-01T10:11:04.7439139Z copying torch/include/torch/csrc/jit/serialization/python_print.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization 2022-12-01T10:11:04.7440752Z copying torch/include/torch/csrc/jit/serialization/source_range_serialization.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization 2022-12-01T10:11:04.7441720Z copying torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization 2022-12-01T10:11:04.7443198Z copying torch/include/torch/csrc/jit/serialization/storage_context.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization 2022-12-01T10:11:04.7444287Z copying torch/include/torch/csrc/jit/serialization/type_name_uniquer.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization 2022-12-01T10:11:04.7446054Z copying torch/include/torch/csrc/jit/serialization/unpickler.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization 2022-12-01T10:11:04.7447498Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python 2022-12-01T10:11:04.7447792Z copying torch/include/torch/csrc/jit/python/init.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python 2022-12-01T10:11:04.7449195Z copying torch/include/torch/csrc/jit/python/module_python.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python 2022-12-01T10:11:04.7450218Z copying torch/include/torch/csrc/jit/python/pybind.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python 2022-12-01T10:11:04.7451304Z copying torch/include/torch/csrc/jit/python/pybind_utils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python 2022-12-01T10:11:04.7452860Z copying torch/include/torch/csrc/jit/python/python_arg_flatten.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python 2022-12-01T10:11:04.7455000Z copying torch/include/torch/csrc/jit/python/python_custom_class.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python 2022-12-01T10:11:04.7455413Z copying torch/include/torch/csrc/jit/python/python_dict.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python 2022-12-01T10:11:04.7456381Z copying torch/include/torch/csrc/jit/python/python_ir.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python 2022-12-01T10:11:04.7457363Z copying torch/include/torch/csrc/jit/python/python_ivalue.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python 2022-12-01T10:11:04.7458527Z copying torch/include/torch/csrc/jit/python/python_list.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python 2022-12-01T10:11:04.7459659Z copying torch/include/torch/csrc/jit/python/python_sugared_value.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python 2022-12-01T10:11:04.7460791Z copying torch/include/torch/csrc/jit/python/python_tracer.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python 2022-12-01T10:11:04.7461777Z copying torch/include/torch/csrc/jit/python/python_tree_views.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python 2022-12-01T10:11:04.7462807Z copying torch/include/torch/csrc/jit/python/script_init.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python 2022-12-01T10:11:04.7464346Z copying torch/include/torch/csrc/jit/python/update_graph_executor_opt.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python 2022-12-01T10:11:04.7465439Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile 2022-12-01T10:11:04.7466067Z copying torch/include/torch/csrc/jit/mobile/code.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile 2022-12-01T10:11:04.7467272Z copying torch/include/torch/csrc/jit/mobile/debug_info.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile 2022-12-01T10:11:04.7468464Z copying torch/include/torch/csrc/jit/mobile/file_format.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile 2022-12-01T10:11:04.7469494Z copying torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile 2022-12-01T10:11:04.7470967Z copying torch/include/torch/csrc/jit/mobile/frame.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile 2022-12-01T10:11:04.7471755Z copying torch/include/torch/csrc/jit/mobile/function.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile 2022-12-01T10:11:04.7472942Z copying torch/include/torch/csrc/jit/mobile/import.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile 2022-12-01T10:11:04.7474017Z copying torch/include/torch/csrc/jit/mobile/import_data.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile 2022-12-01T10:11:04.7475703Z copying torch/include/torch/csrc/jit/mobile/import_export_common.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile 2022-12-01T10:11:04.7476716Z copying torch/include/torch/csrc/jit/mobile/interpreter.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile 2022-12-01T10:11:04.7477844Z copying torch/include/torch/csrc/jit/mobile/method.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile 2022-12-01T10:11:04.7479013Z copying torch/include/torch/csrc/jit/mobile/module.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile 2022-12-01T10:11:04.7480342Z copying torch/include/torch/csrc/jit/mobile/observer.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile 2022-12-01T10:11:04.7481749Z copying torch/include/torch/csrc/jit/mobile/parse_bytecode.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile 2022-12-01T10:11:04.7482822Z copying torch/include/torch/csrc/jit/mobile/parse_operators.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile 2022-12-01T10:11:04.7483977Z copying torch/include/torch/csrc/jit/mobile/prim_ops_registery.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile 2022-12-01T10:11:04.7485520Z copying torch/include/torch/csrc/jit/mobile/profiler_edge.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile 2022-12-01T10:11:04.7486477Z copying torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile 2022-12-01T10:11:04.7487997Z copying torch/include/torch/csrc/jit/mobile/quantization.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile 2022-12-01T10:11:04.7488993Z copying torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile 2022-12-01T10:11:04.7489959Z copying torch/include/torch/csrc/jit/mobile/type_parser.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile 2022-12-01T10:11:04.7491416Z copying torch/include/torch/csrc/jit/mobile/upgrader_mobile.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile 2022-12-01T10:11:04.7492313Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/testing 2022-12-01T10:11:04.7493101Z copying torch/include/torch/csrc/jit/testing/file_check.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/testing 2022-12-01T10:11:04.7494444Z copying torch/include/torch/csrc/jit/testing/hooks_for_testing.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/testing 2022-12-01T10:11:04.7495687Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:04.7496258Z copying torch/include/torch/csrc/jit/tensorexpr/analysis.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:04.7497502Z copying torch/include/torch/csrc/jit/tensorexpr/block_codegen.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:04.7498758Z copying torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:04.7499894Z copying torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:04.7500899Z copying torch/include/torch/csrc/jit/tensorexpr/codegen.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:04.7502026Z copying torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:04.7503133Z copying torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:04.7504191Z copying torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:04.7505399Z copying torch/include/torch/csrc/jit/tensorexpr/cuda_random.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:04.7506277Z copying torch/include/torch/csrc/jit/tensorexpr/eval.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:04.7507650Z copying torch/include/torch/csrc/jit/tensorexpr/exceptions.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:04.7509663Z copying torch/include/torch/csrc/jit/tensorexpr/expr.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:04.7510426Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:04.7511245Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:04.7512560Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:04.7514424Z copying torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:04.7515294Z copying torch/include/torch/csrc/jit/tensorexpr/graph_opt.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:04.7516484Z copying torch/include/torch/csrc/jit/tensorexpr/half_support.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:04.7517545Z copying torch/include/torch/csrc/jit/tensorexpr/hash_provider.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:04.7518950Z copying torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:04.7519953Z copying torch/include/torch/csrc/jit/tensorexpr/ir.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:04.7522017Z copying torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:04.7523279Z copying torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:04.7524471Z copying torch/include/torch/csrc/jit/tensorexpr/ir_printer.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:04.7525786Z copying torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:04.7527037Z copying torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:04.7528402Z copying torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:04.7529623Z copying torch/include/torch/csrc/jit/tensorexpr/kernel.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:04.7530952Z copying torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:04.7532203Z copying torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:04.7533659Z copying torch/include/torch/csrc/jit/tensorexpr/loopnest.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:04.7534659Z copying torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:04.7535933Z copying torch/include/torch/csrc/jit/tensorexpr/lowerings.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:04.7537149Z copying torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:04.7538305Z copying torch/include/torch/csrc/jit/tensorexpr/reduction.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:04.7539717Z copying torch/include/torch/csrc/jit/tensorexpr/registerizer.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:04.7540922Z copying torch/include/torch/csrc/jit/tensorexpr/stmt.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:04.7542299Z copying torch/include/torch/csrc/jit/tensorexpr/tensor.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:04.7543730Z copying torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:04.7544741Z copying torch/include/torch/csrc/jit/tensorexpr/types.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:04.7546143Z copying torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:04.7547183Z copying torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:04.7548672Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/operators 2022-12-01T10:11:04.7549228Z copying torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/operators 2022-12-01T10:11:04.7550589Z copying torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/operators 2022-12-01T10:11:04.7551410Z copying torch/include/torch/csrc/jit/tensorexpr/operators/misc.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/operators 2022-12-01T10:11:04.7552434Z copying torch/include/torch/csrc/jit/tensorexpr/operators/norm.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/operators 2022-12-01T10:11:04.7553503Z copying torch/include/torch/csrc/jit/tensorexpr/operators/operators.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/operators 2022-12-01T10:11:04.7554516Z copying torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/operators 2022-12-01T10:11:04.7555561Z copying torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/operators 2022-12-01T10:11:04.7556561Z copying torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/operators 2022-12-01T10:11:04.7557716Z copying torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/operators 2022-12-01T10:11:04.7559042Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen 2022-12-01T10:11:04.7559434Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7560298Z copying torch/include/torch/csrc/jit/codegen/cuda/arith.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7561877Z copying torch/include/torch/csrc/jit/codegen/cuda/codegen.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7562650Z copying torch/include/torch/csrc/jit/codegen/cuda/compute_at.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7564508Z copying torch/include/torch/csrc/jit/codegen/cuda/compute_at_map.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7565470Z copying torch/include/torch/csrc/jit/codegen/cuda/contiguity.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7566768Z copying torch/include/torch/csrc/jit/codegen/cuda/disjoint_set.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7568065Z copying torch/include/torch/csrc/jit/codegen/cuda/dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7569105Z copying torch/include/torch/csrc/jit/codegen/cuda/dynamic_type.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7570234Z copying torch/include/torch/csrc/jit/codegen/cuda/evaluator_common.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7571188Z copying torch/include/torch/csrc/jit/codegen/cuda/executor.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7572607Z copying torch/include/torch/csrc/jit/codegen/cuda/executor_kernel_arg.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7573992Z copying torch/include/torch/csrc/jit/codegen/cuda/executor_launch_params.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7574698Z copying torch/include/torch/csrc/jit/codegen/cuda/executor_utils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7576340Z copying torch/include/torch/csrc/jit/codegen/cuda/expr_evaluator.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7576905Z copying torch/include/torch/csrc/jit/codegen/cuda/fusion.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7578232Z copying torch/include/torch/csrc/jit/codegen/cuda/fusion_segmenter.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7579684Z copying torch/include/torch/csrc/jit/codegen/cuda/grouped_reduction.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7580702Z copying torch/include/torch/csrc/jit/codegen/cuda/index_compute.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7582066Z copying torch/include/torch/csrc/jit/codegen/cuda/inline_propagator.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7583062Z copying torch/include/torch/csrc/jit/codegen/cuda/instrumentation.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7584374Z copying torch/include/torch/csrc/jit/codegen/cuda/interface.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7585171Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_all_nodes.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7586404Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_base_nodes.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7587511Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_builder.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7588463Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_cloner.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7589387Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_container.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7590725Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_graphviz.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7591905Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_interface_nodes.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7592928Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_internal_nodes.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7594360Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_iostream.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7595683Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_printer.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7596496Z copying torch/include/torch/csrc/jit/codegen/cuda/ir_utils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7597955Z copying torch/include/torch/csrc/jit/codegen/cuda/iter_visitor.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7599682Z copying torch/include/torch/csrc/jit/codegen/cuda/kernel.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7600658Z copying torch/include/torch/csrc/jit/codegen/cuda/kernel_cache.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7602267Z copying torch/include/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7603157Z copying torch/include/torch/csrc/jit/codegen/cuda/kernel_ir.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7604806Z copying torch/include/torch/csrc/jit/codegen/cuda/kernel_ir_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7605895Z copying torch/include/torch/csrc/jit/codegen/cuda/lower2device.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7607189Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_alias_memory.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7608405Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_allocation.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7609352Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_double_buffer.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7611293Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_expr_sort.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7612360Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_fused_reduction.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7613496Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_fusion_simplifier.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7614741Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_index.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7616053Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_index_compute.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7617079Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_index_hoist.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7618600Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_insert_syncs.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7619620Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_instrument.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7621220Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_loops.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7621986Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_magic_zero.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7623465Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_misaligned_vectorization.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7624435Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_predicate.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7626038Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_predicate_elimination.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7627124Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_replace_size.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7628116Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_shift.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7629421Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_sync_information.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7630673Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_thread_predicate.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7631898Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_broadcast.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7633091Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_reductions.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7634376Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_unroll.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7635462Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_utils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7636739Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_validation.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7637955Z copying torch/include/torch/csrc/jit/codegen/cuda/lower_warp_reduce.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7639173Z copying torch/include/torch/csrc/jit/codegen/cuda/manager.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7640659Z copying torch/include/torch/csrc/jit/codegen/cuda/maxinfo_propagator.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7642118Z copying torch/include/torch/csrc/jit/codegen/cuda/mma_type.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7643472Z copying torch/include/torch/csrc/jit/codegen/cuda/mutator.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7644801Z copying torch/include/torch/csrc/jit/codegen/cuda/non_divisible_split.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7645852Z copying torch/include/torch/csrc/jit/codegen/cuda/parallel_dimension_map.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7647213Z copying torch/include/torch/csrc/jit/codegen/cuda/parallel_type_bitmap.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7649388Z copying torch/include/torch/csrc/jit/codegen/cuda/parser.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7649815Z copying torch/include/torch/csrc/jit/codegen/cuda/partial_split_map.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7650828Z copying torch/include/torch/csrc/jit/codegen/cuda/partition.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7651928Z copying torch/include/torch/csrc/jit/codegen/cuda/predicate_compute.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7653431Z copying torch/include/torch/csrc/jit/codegen/cuda/reference_tensor.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7654480Z copying torch/include/torch/csrc/jit/codegen/cuda/root_domain_map.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7655415Z copying torch/include/torch/csrc/jit/codegen/cuda/transform_iter.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7656792Z copying torch/include/torch/csrc/jit/codegen/cuda/transform_replay.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7657723Z copying torch/include/torch/csrc/jit/codegen/cuda/transform_rfactor.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7658727Z copying torch/include/torch/csrc/jit/codegen/cuda/transform_view.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7659863Z copying torch/include/torch/csrc/jit/codegen/cuda/type.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7661125Z copying torch/include/torch/csrc/jit/codegen/cuda/type_inference.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7662123Z copying torch/include/torch/csrc/jit/codegen/cuda/type_promotion.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7663258Z copying torch/include/torch/csrc/jit/codegen/cuda/utils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7664655Z copying torch/include/torch/csrc/jit/codegen/cuda/vectorization_info.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:04.7666030Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-12-01T10:11:04.7666423Z copying torch/include/torch/csrc/jit/codegen/cuda/ops/alias.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-12-01T10:11:04.7667796Z copying torch/include/torch/csrc/jit/codegen/cuda/ops/all_ops.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-12-01T10:11:04.7669062Z copying torch/include/torch/csrc/jit/codegen/cuda/ops/composite.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-12-01T10:11:04.7669898Z copying torch/include/torch/csrc/jit/codegen/cuda/ops/normalization.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-12-01T10:11:04.7671414Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:11:04.7672069Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/all_schedulers.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:11:04.7673338Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/compile_time_info.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:11:04.7674809Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/debug_utils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:11:04.7675603Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/heuristic.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:11:04.7677085Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/matmul.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:11:04.7678326Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/mma_utils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:11:04.7679684Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/normalization.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:11:04.7680838Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:11:04.7682941Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_heuristic.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:11:04.7684581Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_utils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:11:04.7685755Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:11:04.7686816Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_heuristic.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:11:04.7688155Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_utils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:11:04.7689811Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/registry.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:11:04.7690702Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:11:04.7692469Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose_heuristic.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:11:04.7693437Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/utils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:11:04.7694851Z copying torch/include/torch/csrc/jit/codegen/cuda/scheduler/vectorize_helper.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:11:04.7696474Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/onnx 2022-12-01T10:11:04.7696886Z copying torch/include/torch/csrc/onnx/init.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/onnx 2022-12-01T10:11:04.7697750Z copying torch/include/torch/csrc/onnx/onnx.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/onnx 2022-12-01T10:11:04.7699054Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/profiler 2022-12-01T10:11:04.7699657Z copying torch/include/torch/csrc/profiler/api.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/profiler 2022-12-01T10:11:04.7700721Z copying torch/include/torch/csrc/profiler/collection.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/profiler 2022-12-01T10:11:04.7702051Z copying torch/include/torch/csrc/profiler/containers.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/profiler 2022-12-01T10:11:04.7703069Z copying torch/include/torch/csrc/profiler/execution_graph_observer.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/profiler 2022-12-01T10:11:04.7704048Z copying torch/include/torch/csrc/profiler/itt_observer.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/profiler 2022-12-01T10:11:04.7705368Z copying torch/include/torch/csrc/profiler/kineto_shim.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/profiler 2022-12-01T10:11:04.7706269Z copying torch/include/torch/csrc/profiler/nvtx_observer.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/profiler 2022-12-01T10:11:04.7707529Z copying torch/include/torch/csrc/profiler/util.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/profiler 2022-12-01T10:11:04.7708904Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/profiler/orchestration 2022-12-01T10:11:04.7709512Z copying torch/include/torch/csrc/profiler/orchestration/observer.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/profiler/orchestration 2022-12-01T10:11:04.7710313Z copying torch/include/torch/csrc/profiler/orchestration/python_tracer.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/profiler/orchestration 2022-12-01T10:11:04.7711156Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-12-01T10:11:04.7711800Z copying torch/include/torch/csrc/utils/auto_gil.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-12-01T10:11:04.7712990Z copying torch/include/torch/csrc/utils/byte_order.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-12-01T10:11:04.7714114Z copying torch/include/torch/csrc/utils/cpp_stacktraces.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-12-01T10:11:04.7715122Z copying torch/include/torch/csrc/utils/cuda_enabled.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-12-01T10:11:04.7716215Z copying torch/include/torch/csrc/utils/cuda_lazy_init.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-12-01T10:11:04.7717637Z copying torch/include/torch/csrc/utils/disable_torch_function.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-12-01T10:11:04.7718591Z copying torch/include/torch/csrc/utils/disallow_copy.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-12-01T10:11:04.7719742Z copying torch/include/torch/csrc/utils/init.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-12-01T10:11:04.7721021Z copying torch/include/torch/csrc/utils/invalid_arguments.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-12-01T10:11:04.7722164Z copying torch/include/torch/csrc/utils/memory.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-12-01T10:11:04.7723346Z copying torch/include/torch/csrc/utils/numpy_stub.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-12-01T10:11:04.7724811Z copying torch/include/torch/csrc/utils/object_ptr.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-12-01T10:11:04.7725869Z copying torch/include/torch/csrc/utils/out_types.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-12-01T10:11:04.7727324Z copying torch/include/torch/csrc/utils/pybind.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-12-01T10:11:04.7728753Z copying torch/include/torch/csrc/utils/pycfunction_helpers.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-12-01T10:11:04.7729665Z copying torch/include/torch/csrc/utils/python_arg_parser.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-12-01T10:11:04.7731515Z copying torch/include/torch/csrc/utils/python_compat.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-12-01T10:11:04.7732660Z copying torch/include/torch/csrc/utils/python_dispatch.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-12-01T10:11:04.7733813Z copying torch/include/torch/csrc/utils/python_numbers.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-12-01T10:11:04.7735149Z copying torch/include/torch/csrc/utils/python_scalars.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-12-01T10:11:04.7736222Z copying torch/include/torch/csrc/utils/python_strings.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-12-01T10:11:04.7737488Z copying torch/include/torch/csrc/utils/python_stub.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-12-01T10:11:04.7738786Z copying torch/include/torch/csrc/utils/python_torch_function_mode.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-12-01T10:11:04.7740118Z copying torch/include/torch/csrc/utils/python_tuples.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-12-01T10:11:04.7741388Z copying torch/include/torch/csrc/utils/schema_info.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-12-01T10:11:04.7742290Z copying torch/include/torch/csrc/utils/six.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-12-01T10:11:04.7743930Z copying torch/include/torch/csrc/utils/structseq.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-12-01T10:11:04.7744910Z copying torch/include/torch/csrc/utils/tensor_apply.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-12-01T10:11:04.7746428Z copying torch/include/torch/csrc/utils/tensor_dtypes.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-12-01T10:11:04.7747538Z copying torch/include/torch/csrc/utils/tensor_flatten.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-12-01T10:11:04.7748603Z copying torch/include/torch/csrc/utils/tensor_layouts.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-12-01T10:11:04.7749919Z copying torch/include/torch/csrc/utils/tensor_list.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-12-01T10:11:04.7750922Z copying torch/include/torch/csrc/utils/tensor_memoryformats.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-12-01T10:11:04.7753164Z copying torch/include/torch/csrc/utils/tensor_new.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-12-01T10:11:04.7753918Z copying torch/include/torch/csrc/utils/tensor_numpy.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-12-01T10:11:04.7755497Z copying torch/include/torch/csrc/utils/tensor_qschemes.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-12-01T10:11:04.7756520Z copying torch/include/torch/csrc/utils/tensor_types.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-12-01T10:11:04.7757863Z copying torch/include/torch/csrc/utils/throughput_benchmark-inl.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-12-01T10:11:04.7759159Z copying torch/include/torch/csrc/utils/throughput_benchmark.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-12-01T10:11:04.7760226Z copying torch/include/torch/csrc/utils/torch_dispatch_mode.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-12-01T10:11:04.7762162Z copying torch/include/torch/csrc/utils/variadic.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils 2022-12-01T10:11:04.7762818Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/tensor 2022-12-01T10:11:04.7764018Z copying torch/include/torch/csrc/tensor/python_tensor.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/tensor 2022-12-01T10:11:04.7765548Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy 2022-12-01T10:11:04.7765926Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/backend 2022-12-01T10:11:04.7767173Z copying torch/include/torch/csrc/lazy/backend/backend_data.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/backend 2022-12-01T10:11:04.7768299Z copying torch/include/torch/csrc/lazy/backend/backend_device.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/backend 2022-12-01T10:11:04.7770033Z copying torch/include/torch/csrc/lazy/backend/backend_interface.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/backend 2022-12-01T10:11:04.7771274Z copying torch/include/torch/csrc/lazy/backend/lowering_context.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/backend 2022-12-01T10:11:04.7772834Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core 2022-12-01T10:11:04.7773386Z copying torch/include/torch/csrc/lazy/core/cache.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core 2022-12-01T10:11:04.7774908Z copying torch/include/torch/csrc/lazy/core/config.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core 2022-12-01T10:11:04.7775880Z copying torch/include/torch/csrc/lazy/core/debug_util.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core 2022-12-01T10:11:04.7777574Z copying torch/include/torch/csrc/lazy/core/dynamic_ir.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core 2022-12-01T10:11:04.7778361Z copying torch/include/torch/csrc/lazy/core/hash.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core 2022-12-01T10:11:04.7779985Z copying torch/include/torch/csrc/lazy/core/helpers.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core 2022-12-01T10:11:04.7780848Z copying torch/include/torch/csrc/lazy/core/ir.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core 2022-12-01T10:11:04.7782418Z copying torch/include/torch/csrc/lazy/core/ir_builder.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core 2022-12-01T10:11:04.7783950Z copying torch/include/torch/csrc/lazy/core/ir_dump_util.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core 2022-12-01T10:11:04.7784830Z copying torch/include/torch/csrc/lazy/core/ir_metadata.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core 2022-12-01T10:11:04.7786583Z copying torch/include/torch/csrc/lazy/core/ir_util.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core 2022-12-01T10:11:04.7787255Z copying torch/include/torch/csrc/lazy/core/lazy_graph_executor.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core 2022-12-01T10:11:04.7788913Z copying torch/include/torch/csrc/lazy/core/lazy_view.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core 2022-12-01T10:11:04.7789954Z copying torch/include/torch/csrc/lazy/core/metrics.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core 2022-12-01T10:11:04.7791209Z copying torch/include/torch/csrc/lazy/core/multi_wait.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core 2022-12-01T10:11:04.7792648Z copying torch/include/torch/csrc/lazy/core/permutation_util.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core 2022-12-01T10:11:04.7793539Z copying torch/include/torch/csrc/lazy/core/shape.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core 2022-12-01T10:11:04.7795055Z copying torch/include/torch/csrc/lazy/core/shape_inference.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core 2022-12-01T10:11:04.7796735Z copying torch/include/torch/csrc/lazy/core/tensor.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core 2022-12-01T10:11:04.7797689Z copying torch/include/torch/csrc/lazy/core/tensor_impl.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core 2022-12-01T10:11:04.7799726Z copying torch/include/torch/csrc/lazy/core/tensor_util.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core 2022-12-01T10:11:04.7800580Z copying torch/include/torch/csrc/lazy/core/thread_pool.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core 2022-12-01T10:11:04.7801871Z copying torch/include/torch/csrc/lazy/core/trie.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core 2022-12-01T10:11:04.7803114Z copying torch/include/torch/csrc/lazy/core/unique.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core 2022-12-01T10:11:04.7804403Z copying torch/include/torch/csrc/lazy/core/util.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core 2022-12-01T10:11:04.7805910Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/internal_ops 2022-12-01T10:11:04.7806515Z copying torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/internal_ops 2022-12-01T10:11:04.7807452Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/ops 2022-12-01T10:11:04.7808055Z copying torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/ops 2022-12-01T10:11:04.7809717Z copying torch/include/torch/csrc/lazy/core/ops/utils.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/ops 2022-12-01T10:11:04.7810518Z creating build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/ts_backend 2022-12-01T10:11:04.7811351Z copying torch/include/torch/csrc/lazy/ts_backend/config.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/ts_backend 2022-12-01T10:11:04.7812577Z copying torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/ts_backend 2022-12-01T10:11:04.7813852Z copying torch/include/torch/csrc/lazy/ts_backend/ir_builder.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/ts_backend 2022-12-01T10:11:04.7814828Z copying torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/ts_backend 2022-12-01T10:11:04.7816108Z copying torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/ts_backend 2022-12-01T10:11:04.7817017Z copying torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/ts_backend 2022-12-01T10:11:04.7818218Z copying torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/ts_backend 2022-12-01T10:11:04.7819362Z copying torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/ts_backend 2022-12-01T10:11:04.7854968Z copying torch/include/torch/csrc/lazy/ts_backend/ts_node.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/ts_backend 2022-12-01T10:11:04.7855689Z copying torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h -> build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/ts_backend 2022-12-01T10:11:04.7856005Z creating build/lib.linux-x86_64-3.7/torch/include/pybind11 2022-12-01T10:11:04.7856533Z copying torch/include/pybind11/attr.h -> build/lib.linux-x86_64-3.7/torch/include/pybind11 2022-12-01T10:11:04.7857242Z copying torch/include/pybind11/buffer_info.h -> build/lib.linux-x86_64-3.7/torch/include/pybind11 2022-12-01T10:11:04.7857663Z copying torch/include/pybind11/cast.h -> build/lib.linux-x86_64-3.7/torch/include/pybind11 2022-12-01T10:11:04.7858034Z copying torch/include/pybind11/chrono.h -> build/lib.linux-x86_64-3.7/torch/include/pybind11 2022-12-01T10:11:04.7858409Z copying torch/include/pybind11/common.h -> build/lib.linux-x86_64-3.7/torch/include/pybind11 2022-12-01T10:11:04.7858802Z copying torch/include/pybind11/complex.h -> build/lib.linux-x86_64-3.7/torch/include/pybind11 2022-12-01T10:11:04.7859171Z copying torch/include/pybind11/eigen.h -> build/lib.linux-x86_64-3.7/torch/include/pybind11 2022-12-01T10:11:04.7859586Z copying torch/include/pybind11/embed.h -> build/lib.linux-x86_64-3.7/torch/include/pybind11 2022-12-01T10:11:04.7859991Z copying torch/include/pybind11/eval.h -> build/lib.linux-x86_64-3.7/torch/include/pybind11 2022-12-01T10:11:04.7860413Z copying torch/include/pybind11/functional.h -> build/lib.linux-x86_64-3.7/torch/include/pybind11 2022-12-01T10:11:04.7860853Z copying torch/include/pybind11/gil.h -> build/lib.linux-x86_64-3.7/torch/include/pybind11 2022-12-01T10:11:04.7861239Z copying torch/include/pybind11/iostream.h -> build/lib.linux-x86_64-3.7/torch/include/pybind11 2022-12-01T10:11:04.7861657Z copying torch/include/pybind11/numpy.h -> build/lib.linux-x86_64-3.7/torch/include/pybind11 2022-12-01T10:11:04.7862097Z copying torch/include/pybind11/operators.h -> build/lib.linux-x86_64-3.7/torch/include/pybind11 2022-12-01T10:11:04.7862513Z copying torch/include/pybind11/options.h -> build/lib.linux-x86_64-3.7/torch/include/pybind11 2022-12-01T10:11:04.7862922Z copying torch/include/pybind11/pybind11.h -> build/lib.linux-x86_64-3.7/torch/include/pybind11 2022-12-01T10:11:04.7863157Z copying torch/include/pybind11/pytypes.h -> build/lib.linux-x86_64-3.7/torch/include/pybind11 2022-12-01T10:11:04.7863383Z copying torch/include/pybind11/stl.h -> build/lib.linux-x86_64-3.7/torch/include/pybind11 2022-12-01T10:11:04.7863676Z copying torch/include/pybind11/stl_bind.h -> build/lib.linux-x86_64-3.7/torch/include/pybind11 2022-12-01T10:11:04.7864027Z creating build/lib.linux-x86_64-3.7/torch/include/pybind11/detail 2022-12-01T10:11:04.7864470Z copying torch/include/pybind11/detail/class.h -> build/lib.linux-x86_64-3.7/torch/include/pybind11/detail 2022-12-01T10:11:04.7864735Z copying torch/include/pybind11/detail/common.h -> build/lib.linux-x86_64-3.7/torch/include/pybind11/detail 2022-12-01T10:11:04.7865194Z copying torch/include/pybind11/detail/descr.h -> build/lib.linux-x86_64-3.7/torch/include/pybind11/detail 2022-12-01T10:11:04.7865628Z copying torch/include/pybind11/detail/init.h -> build/lib.linux-x86_64-3.7/torch/include/pybind11/detail 2022-12-01T10:11:04.7865939Z copying torch/include/pybind11/detail/internals.h -> build/lib.linux-x86_64-3.7/torch/include/pybind11/detail 2022-12-01T10:11:04.7866621Z copying torch/include/pybind11/detail/type_caster_base.h -> build/lib.linux-x86_64-3.7/torch/include/pybind11/detail 2022-12-01T10:11:04.7866905Z copying torch/include/pybind11/detail/typeid.h -> build/lib.linux-x86_64-3.7/torch/include/pybind11/detail 2022-12-01T10:11:04.7867197Z creating build/lib.linux-x86_64-3.7/torch/share 2022-12-01T10:11:04.7867508Z creating build/lib.linux-x86_64-3.7/torch/share/cmake 2022-12-01T10:11:04.7867820Z creating build/lib.linux-x86_64-3.7/torch/share/cmake/ATen 2022-12-01T10:11:04.7868294Z copying torch/share/cmake/ATen/ATenConfig.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/ATen 2022-12-01T10:11:04.7868490Z creating build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2 2022-12-01T10:11:04.7868753Z copying torch/share/cmake/Caffe2/Caffe2ConfigVersion.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2 2022-12-01T10:11:04.7869086Z copying torch/share/cmake/Caffe2/Caffe2Config.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2 2022-12-01T10:11:04.7869602Z copying torch/share/cmake/Caffe2/Caffe2Targets.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2 2022-12-01T10:11:04.7869981Z copying torch/share/cmake/Caffe2/Caffe2Targets-release.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2 2022-12-01T10:11:04.7870171Z creating build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/public 2022-12-01T10:11:04.7870492Z copying torch/share/cmake/Caffe2/public/cuda.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/public 2022-12-01T10:11:04.7871004Z copying torch/share/cmake/Caffe2/public/glog.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/public 2022-12-01T10:11:04.7871423Z copying torch/share/cmake/Caffe2/public/gflags.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/public 2022-12-01T10:11:04.7872067Z copying torch/share/cmake/Caffe2/public/mkl.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/public 2022-12-01T10:11:04.7873237Z copying torch/share/cmake/Caffe2/public/mkldnn.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/public 2022-12-01T10:11:04.7874361Z copying torch/share/cmake/Caffe2/public/protobuf.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/public 2022-12-01T10:11:04.7875811Z copying torch/share/cmake/Caffe2/public/threads.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/public 2022-12-01T10:11:04.7876852Z copying torch/share/cmake/Caffe2/public/utils.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/public 2022-12-01T10:11:04.7878430Z copying torch/share/cmake/Caffe2/public/LoadHIP.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/public 2022-12-01T10:11:04.7879660Z creating build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-12-01T10:11:04.7880309Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-12-01T10:11:04.7881488Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-12-01T10:11:04.7882533Z creating build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-12-01T10:11:04.7883477Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-12-01T10:11:04.7885480Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-12-01T10:11:04.7886480Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-12-01T10:11:04.7887673Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-12-01T10:11:04.7888877Z creating build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-12-01T10:11:04.7889497Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-12-01T10:11:04.7890859Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-12-01T10:11:04.7892006Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-12-01T10:11:04.7893374Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-12-01T10:11:04.7894407Z creating build/lib.linux-x86_64-3.7/torch/share/cmake/Tensorpipe 2022-12-01T10:11:04.7894692Z copying torch/share/cmake/Tensorpipe/TensorpipeTargets.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Tensorpipe 2022-12-01T10:11:04.7896810Z copying torch/share/cmake/Tensorpipe/TensorpipeTargets-release.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Tensorpipe 2022-12-01T10:11:04.7897447Z creating build/lib.linux-x86_64-3.7/torch/share/cmake/Torch 2022-12-01T10:11:04.7898039Z copying torch/share/cmake/Torch/TorchConfigVersion.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Torch 2022-12-01T10:11:04.7899518Z copying torch/share/cmake/Torch/TorchConfig.cmake -> build/lib.linux-x86_64-3.7/torch/share/cmake/Torch 2022-12-01T10:11:04.7900663Z copying torch/utils/benchmark/utils/timeit_template.cpp -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils 2022-12-01T10:11:04.7901917Z copying torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils/valgrind_wrapper 2022-12-01T10:11:04.7902881Z copying torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils/valgrind_wrapper 2022-12-01T10:11:04.7904239Z copying torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils/valgrind_wrapper 2022-12-01T10:11:04.7905443Z copying torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h -> build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils/valgrind_wrapper 2022-12-01T10:11:04.7909309Z copying torch/utils/model_dump/skeleton.html -> build/lib.linux-x86_64-3.7/torch/utils/model_dump 2022-12-01T10:11:04.7910510Z copying torch/utils/model_dump/code.js -> build/lib.linux-x86_64-3.7/torch/utils/model_dump 2022-12-01T10:11:04.7911796Z copying torch/utils/model_dump/htm.mjs -> build/lib.linux-x86_64-3.7/torch/utils/model_dump 2022-12-01T10:11:04.7912893Z copying torch/utils/model_dump/preact.mjs -> build/lib.linux-x86_64-3.7/torch/utils/model_dump 2022-12-01T10:11:04.7914324Z creating build/lib.linux-x86_64-3.7/torchgen/packaged 2022-12-01T10:11:04.7914635Z creating build/lib.linux-x86_64-3.7/torchgen/packaged/ATen 2022-12-01T10:11:04.7915290Z creating build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/native 2022-12-01T10:11:04.7915587Z copying torchgen/packaged/ATen/native/native_functions.yaml -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/native 2022-12-01T10:11:04.7920264Z copying torchgen/packaged/ATen/native/tags.yaml -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/native 2022-12-01T10:11:04.7921080Z creating build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-12-01T10:11:04.7921647Z copying torchgen/packaged/ATen/templates/ATenOpList.cpp -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-12-01T10:11:04.7923077Z copying torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-12-01T10:11:04.7924029Z copying torchgen/packaged/ATen/templates/DispatchKeyFunction.h -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-12-01T10:11:04.7925065Z copying torchgen/packaged/ATen/templates/DispatchKeyFunctions.h -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-12-01T10:11:04.7926594Z copying torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-12-01T10:11:04.7927737Z copying torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-12-01T10:11:04.7929142Z copying torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-12-01T10:11:04.7930506Z copying torchgen/packaged/ATen/templates/Function.h -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-12-01T10:11:04.7931999Z copying torchgen/packaged/ATen/templates/FunctionalInverses.h -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-12-01T10:11:04.7933333Z copying torchgen/packaged/ATen/templates/Functions.cpp -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-12-01T10:11:04.7935093Z copying torchgen/packaged/ATen/templates/Functions.h -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-12-01T10:11:04.7936191Z copying torchgen/packaged/ATen/templates/LazyIr.h -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-12-01T10:11:04.7937900Z copying torchgen/packaged/ATen/templates/LazyNonNativeIr.h -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-12-01T10:11:04.7939633Z copying torchgen/packaged/ATen/templates/MethodOperators.h -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-12-01T10:11:04.7940984Z copying torchgen/packaged/ATen/templates/NativeFunction.h -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-12-01T10:11:04.7942652Z copying torchgen/packaged/ATen/templates/NativeFunctions.h -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-12-01T10:11:04.7943935Z copying torchgen/packaged/ATen/templates/NativeMetaFunction.h -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-12-01T10:11:04.7945436Z copying torchgen/packaged/ATen/templates/NativeMetaFunctions.h -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-12-01T10:11:04.7946884Z copying torchgen/packaged/ATen/templates/Operator.h -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-12-01T10:11:04.7948364Z copying torchgen/packaged/ATen/templates/Operators.cpp -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-12-01T10:11:04.7950043Z copying torchgen/packaged/ATen/templates/Operators.h -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-12-01T10:11:04.7951318Z copying torchgen/packaged/ATen/templates/RedispatchFunctions.cpp -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-12-01T10:11:04.7953027Z copying torchgen/packaged/ATen/templates/RedispatchFunctions.h -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-12-01T10:11:04.7954267Z copying torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-12-01T10:11:04.7955770Z copying torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-12-01T10:11:04.7957224Z copying torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-12-01T10:11:04.7958605Z copying torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-12-01T10:11:04.7960266Z copying torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-12-01T10:11:04.7962661Z copying torchgen/packaged/ATen/templates/RegisterSchema.cpp -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-12-01T10:11:04.7964407Z copying torchgen/packaged/ATen/templates/RegistrationDeclarations.h -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-12-01T10:11:04.7965209Z copying torchgen/packaged/ATen/templates/TensorBody.h -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-12-01T10:11:04.7967107Z copying torchgen/packaged/ATen/templates/TensorMethods.cpp -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-12-01T10:11:04.7968330Z copying torchgen/packaged/ATen/templates/UfuncCPU.cpp -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-12-01T10:11:04.7970032Z copying torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-12-01T10:11:04.7971376Z copying torchgen/packaged/ATen/templates/UfuncCUDA.cu -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-12-01T10:11:04.7973054Z copying torchgen/packaged/ATen/templates/UnboxingFunctions.cpp -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-12-01T10:11:04.7974321Z copying torchgen/packaged/ATen/templates/UnboxingFunctions.h -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-12-01T10:11:04.7975707Z copying torchgen/packaged/ATen/templates/aten_interned_strings.h -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-12-01T10:11:04.7977261Z copying torchgen/packaged/ATen/templates/enum_tag.h -> build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates 2022-12-01T10:11:04.8348551Z running build_ext 2022-12-01T10:11:04.8394722Z -- Building with NumPy bindings 2022-12-01T10:11:04.8394902Z -- Not using cuDNN 2022-12-01T10:11:04.8395038Z -- Not using CUDA 2022-12-01T10:11:04.8395177Z -- Using MKLDNN 2022-12-01T10:11:04.8395526Z -- Not using Compute Library for the Arm architecture with MKLDNN 2022-12-01T10:11:04.8395735Z -- Not using CBLAS in MKLDNN 2022-12-01T10:11:04.8395889Z -- Not using NCCL 2022-12-01T10:11:04.8396092Z -- Building with distributed package: 2022-12-01T10:11:04.8396256Z -- USE_TENSORPIPE=True 2022-12-01T10:11:04.8396378Z -- USE_GLOO=True 2022-12-01T10:11:04.8396517Z -- USE_MPI=False 2022-12-01T10:11:04.8396667Z -- Using ITT 2022-12-01T10:11:04.9700731Z Copying functorch._C from functorch/functorch.so to /var/lib/jenkins/workspace/build/lib.linux-x86_64-3.7/functorch/_C.cpython-37m-x86_64-linux-gnu.so 2022-12-01T10:11:04.9701627Z copying functorch/functorch.so -> /var/lib/jenkins/workspace/build/lib.linux-x86_64-3.7/functorch/_C.cpython-37m-x86_64-linux-gnu.so 2022-12-01T10:11:04.9707835Z building 'torch._C' extension 2022-12-01T10:11:04.9708742Z creating build/temp.linux-x86_64-3.7 2022-12-01T10:11:04.9709145Z creating build/temp.linux-x86_64-3.7/torch 2022-12-01T10:11:04.9709524Z creating build/temp.linux-x86_64-3.7/torch/csrc 2022-12-01T10:11:04.9711058Z gcc -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/var/lib/jenkins/workspace/venv/include -I/opt/conda/include/python3.7m -c torch/csrc/stub.c -o build/temp.linux-x86_64-3.7/torch/csrc/stub.o -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces 2022-12-01T10:11:05.0531346Z gcc -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.7/torch/csrc/stub.o -L/var/lib/jenkins/workspace/torch/lib -ltorch_python -o build/lib.linux-x86_64-3.7/torch/_C.cpython-37m-x86_64-linux-gnu.so -Wl,-rpath,$ORIGIN/lib 2022-12-01T10:11:05.0924198Z building 'torch._C_flatbuffer' extension 2022-12-01T10:11:05.0925517Z gcc -pthread -B /opt/conda/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/var/lib/jenkins/workspace/venv/include -I/opt/conda/include/python3.7m -c torch/csrc/stub_with_flatbuffer.c -o build/temp.linux-x86_64-3.7/torch/csrc/stub_with_flatbuffer.o -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-strict-aliasing -Wno-missing-braces 2022-12-01T10:11:05.1643161Z gcc -pthread -shared -B /opt/conda/compiler_compat -L/opt/conda/lib -Wl,-rpath=/opt/conda/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.7/torch/csrc/stub_with_flatbuffer.o -L/var/lib/jenkins/workspace/torch/lib -ltorch_python -o build/lib.linux-x86_64-3.7/torch/_C_flatbuffer.cpython-37m-x86_64-linux-gnu.so -Wl,-rpath,$ORIGIN/lib 2022-12-01T10:11:05.2042121Z installing to base_bdist_tmp 2022-12-01T10:11:05.2042502Z running install 2022-12-01T10:11:05.2045954Z running install_lib 2022-12-01T10:11:05.2066810Z creating base_bdist_tmp 2022-12-01T10:11:05.2067347Z creating base_bdist_tmp/caffe2 2022-12-01T10:11:05.2068166Z copying build/lib.linux-x86_64-3.7/caffe2/__init__.py -> base_bdist_tmp/caffe2 2022-12-01T10:11:05.2070049Z creating base_bdist_tmp/caffe2/contrib 2022-12-01T10:11:05.2070800Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/__init__.py -> base_bdist_tmp/caffe2/contrib 2022-12-01T10:11:05.2071255Z creating base_bdist_tmp/caffe2/contrib/aten 2022-12-01T10:11:05.2072103Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/aten/__init__.py -> base_bdist_tmp/caffe2/contrib/aten 2022-12-01T10:11:05.2072960Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/aten/aten_test.py -> base_bdist_tmp/caffe2/contrib/aten 2022-12-01T10:11:05.2073814Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/aten/gen_op.py -> base_bdist_tmp/caffe2/contrib/aten 2022-12-01T10:11:05.2074724Z creating base_bdist_tmp/caffe2/contrib/aten/docs 2022-12-01T10:11:05.2075641Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/aten/docs/__init__.py -> base_bdist_tmp/caffe2/contrib/aten/docs 2022-12-01T10:11:05.2076374Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/aten/docs/sample.py -> base_bdist_tmp/caffe2/contrib/aten/docs 2022-12-01T10:11:05.2077245Z creating base_bdist_tmp/caffe2/contrib/gloo 2022-12-01T10:11:05.2077969Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/gloo/__init__.py -> base_bdist_tmp/caffe2/contrib/gloo 2022-12-01T10:11:05.2078753Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/gloo/gloo_test.py -> base_bdist_tmp/caffe2/contrib/gloo 2022-12-01T10:11:05.2080056Z creating base_bdist_tmp/caffe2/contrib/nccl 2022-12-01T10:11:05.2080755Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/nccl/__init__.py -> base_bdist_tmp/caffe2/contrib/nccl 2022-12-01T10:11:05.2081641Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/nccl/nccl_ops_test.py -> base_bdist_tmp/caffe2/contrib/nccl 2022-12-01T10:11:05.2083279Z creating base_bdist_tmp/caffe2/contrib/nnpack 2022-12-01T10:11:05.2083852Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/nnpack/__init__.py -> base_bdist_tmp/caffe2/contrib/nnpack 2022-12-01T10:11:05.2084669Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/nnpack/nnpack_ops_test.py -> base_bdist_tmp/caffe2/contrib/nnpack 2022-12-01T10:11:05.2085972Z creating base_bdist_tmp/caffe2/contrib/playground 2022-12-01T10:11:05.2086451Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/playground/AnyExp.py -> base_bdist_tmp/caffe2/contrib/playground 2022-12-01T10:11:05.2087480Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/playground/AnyExpOnTerm.py -> base_bdist_tmp/caffe2/contrib/playground 2022-12-01T10:11:05.2088272Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/playground/ModuleRegister.py -> base_bdist_tmp/caffe2/contrib/playground 2022-12-01T10:11:05.2089263Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/playground/__init__.py -> base_bdist_tmp/caffe2/contrib/playground 2022-12-01T10:11:05.2089901Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/playground/checkpoint.py -> base_bdist_tmp/caffe2/contrib/playground 2022-12-01T10:11:05.2091379Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/playground/compute_loss.py -> base_bdist_tmp/caffe2/contrib/playground 2022-12-01T10:11:05.2092025Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/playground/compute_topk_accuracy.py -> base_bdist_tmp/caffe2/contrib/playground 2022-12-01T10:11:05.2092808Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/playground/meter.py -> base_bdist_tmp/caffe2/contrib/playground 2022-12-01T10:11:05.2093743Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/playground/module_map.py -> base_bdist_tmp/caffe2/contrib/playground 2022-12-01T10:11:05.2094457Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/playground/output_generator.py -> base_bdist_tmp/caffe2/contrib/playground 2022-12-01T10:11:05.2095561Z creating base_bdist_tmp/caffe2/contrib/playground/resnetdemo 2022-12-01T10:11:05.2096547Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/playground/resnetdemo/IN1k_resnet.py -> base_bdist_tmp/caffe2/contrib/playground/resnetdemo 2022-12-01T10:11:05.2097837Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/playground/resnetdemo/IN1k_resnet_no_test_model.py -> base_bdist_tmp/caffe2/contrib/playground/resnetdemo 2022-12-01T10:11:05.2098691Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/playground/resnetdemo/__init__.py -> base_bdist_tmp/caffe2/contrib/playground/resnetdemo 2022-12-01T10:11:05.2099781Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/playground/resnetdemo/caffe2_resnet50_default_forward.py -> base_bdist_tmp/caffe2/contrib/playground/resnetdemo 2022-12-01T10:11:05.2100907Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/playground/resnetdemo/caffe2_resnet50_default_param_update.py -> base_bdist_tmp/caffe2/contrib/playground/resnetdemo 2022-12-01T10:11:05.2101941Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/playground/resnetdemo/explicit_resnet_forward.py -> base_bdist_tmp/caffe2/contrib/playground/resnetdemo 2022-12-01T10:11:05.2103019Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/playground/resnetdemo/explicit_resnet_param_update.py -> base_bdist_tmp/caffe2/contrib/playground/resnetdemo 2022-12-01T10:11:05.2104046Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/playground/resnetdemo/gfs_IN1k.py -> base_bdist_tmp/caffe2/contrib/playground/resnetdemo 2022-12-01T10:11:05.2104738Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/playground/resnetdemo/override_no_test_model_no_checkpoint.py -> base_bdist_tmp/caffe2/contrib/playground/resnetdemo 2022-12-01T10:11:05.2105710Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/playground/resnetdemo/rendezvous_filestore.py -> base_bdist_tmp/caffe2/contrib/playground/resnetdemo 2022-12-01T10:11:05.2106354Z creating base_bdist_tmp/caffe2/contrib/prof 2022-12-01T10:11:05.2106987Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/prof/__init__.py -> base_bdist_tmp/caffe2/contrib/prof 2022-12-01T10:11:05.2107746Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/prof/cuda_profile_ops_test.py -> base_bdist_tmp/caffe2/contrib/prof 2022-12-01T10:11:05.2108345Z creating base_bdist_tmp/caffe2/contrib/script 2022-12-01T10:11:05.2108788Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/script/__init__.py -> base_bdist_tmp/caffe2/contrib/script 2022-12-01T10:11:05.2109240Z creating base_bdist_tmp/caffe2/contrib/script/examples 2022-12-01T10:11:05.2109976Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/script/examples/__init__.py -> base_bdist_tmp/caffe2/contrib/script/examples 2022-12-01T10:11:05.2110483Z creating base_bdist_tmp/caffe2/contrib/tensorboard 2022-12-01T10:11:05.2111273Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/tensorboard/__init__.py -> base_bdist_tmp/caffe2/contrib/tensorboard 2022-12-01T10:11:05.2112125Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/tensorboard/tensorboard.py -> base_bdist_tmp/caffe2/contrib/tensorboard 2022-12-01T10:11:05.2113138Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/tensorboard/tensorboard_exporter.py -> base_bdist_tmp/caffe2/contrib/tensorboard 2022-12-01T10:11:05.2114072Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/tensorboard/tensorboard_exporter_test.py -> base_bdist_tmp/caffe2/contrib/tensorboard 2022-12-01T10:11:05.2115050Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/tensorboard/tensorboard_test.py -> base_bdist_tmp/caffe2/contrib/tensorboard 2022-12-01T10:11:05.2115791Z creating base_bdist_tmp/caffe2/contrib/warpctc 2022-12-01T10:11:05.2116859Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/warpctc/__init__.py -> base_bdist_tmp/caffe2/contrib/warpctc 2022-12-01T10:11:05.2117492Z copying build/lib.linux-x86_64-3.7/caffe2/contrib/warpctc/ctc_ops_test.py -> base_bdist_tmp/caffe2/contrib/warpctc 2022-12-01T10:11:05.2118581Z creating base_bdist_tmp/caffe2/core 2022-12-01T10:11:05.2118955Z copying build/lib.linux-x86_64-3.7/caffe2/core/__init__.py -> base_bdist_tmp/caffe2/core 2022-12-01T10:11:05.2120060Z creating base_bdist_tmp/caffe2/core/nomnigraph 2022-12-01T10:11:05.2120735Z copying build/lib.linux-x86_64-3.7/caffe2/core/nomnigraph/__init__.py -> base_bdist_tmp/caffe2/core/nomnigraph 2022-12-01T10:11:05.2121679Z copying build/lib.linux-x86_64-3.7/caffe2/core/nomnigraph/op_gen.py -> base_bdist_tmp/caffe2/core/nomnigraph 2022-12-01T10:11:05.2122770Z creating base_bdist_tmp/caffe2/distributed 2022-12-01T10:11:05.2123170Z copying build/lib.linux-x86_64-3.7/caffe2/distributed/__init__.py -> base_bdist_tmp/caffe2/distributed 2022-12-01T10:11:05.2124310Z copying build/lib.linux-x86_64-3.7/caffe2/distributed/file_store_handler_op_test.py -> base_bdist_tmp/caffe2/distributed 2022-12-01T10:11:05.2125507Z copying build/lib.linux-x86_64-3.7/caffe2/distributed/redis_store_handler_op_test.py -> base_bdist_tmp/caffe2/distributed 2022-12-01T10:11:05.2126603Z copying build/lib.linux-x86_64-3.7/caffe2/distributed/store_ops_test_util.py -> base_bdist_tmp/caffe2/distributed 2022-12-01T10:11:05.2127556Z creating base_bdist_tmp/caffe2/experiments 2022-12-01T10:11:05.2128169Z copying build/lib.linux-x86_64-3.7/caffe2/experiments/__init__.py -> base_bdist_tmp/caffe2/experiments 2022-12-01T10:11:05.2129905Z creating base_bdist_tmp/caffe2/experiments/python 2022-12-01T10:11:05.2130445Z copying build/lib.linux-x86_64-3.7/caffe2/experiments/python/SparseTransformer.py -> base_bdist_tmp/caffe2/experiments/python 2022-12-01T10:11:05.2131285Z copying build/lib.linux-x86_64-3.7/caffe2/experiments/python/__init__.py -> base_bdist_tmp/caffe2/experiments/python 2022-12-01T10:11:05.2132394Z copying build/lib.linux-x86_64-3.7/caffe2/experiments/python/convnet_benchmarks.py -> base_bdist_tmp/caffe2/experiments/python 2022-12-01T10:11:05.2133699Z copying build/lib.linux-x86_64-3.7/caffe2/experiments/python/device_reduce_sum_bench.py -> base_bdist_tmp/caffe2/experiments/python 2022-12-01T10:11:05.2134778Z copying build/lib.linux-x86_64-3.7/caffe2/experiments/python/funhash_op_test.py -> base_bdist_tmp/caffe2/experiments/python 2022-12-01T10:11:05.2135834Z copying build/lib.linux-x86_64-3.7/caffe2/experiments/python/net_construct_bench.py -> base_bdist_tmp/caffe2/experiments/python 2022-12-01T10:11:05.2136939Z copying build/lib.linux-x86_64-3.7/caffe2/experiments/python/sparse_funhash_op_test.py -> base_bdist_tmp/caffe2/experiments/python 2022-12-01T10:11:05.2138012Z copying build/lib.linux-x86_64-3.7/caffe2/experiments/python/sparse_reshape_op_test.py -> base_bdist_tmp/caffe2/experiments/python 2022-12-01T10:11:05.2139100Z copying build/lib.linux-x86_64-3.7/caffe2/experiments/python/tt_contraction_op_test.py -> base_bdist_tmp/caffe2/experiments/python 2022-12-01T10:11:05.2139983Z copying build/lib.linux-x86_64-3.7/caffe2/experiments/python/tt_pad_op_test.py -> base_bdist_tmp/caffe2/experiments/python 2022-12-01T10:11:05.2141354Z creating base_bdist_tmp/caffe2/perfkernels 2022-12-01T10:11:05.2142141Z copying build/lib.linux-x86_64-3.7/caffe2/perfkernels/__init__.py -> base_bdist_tmp/caffe2/perfkernels 2022-12-01T10:11:05.2142994Z copying build/lib.linux-x86_64-3.7/caffe2/perfkernels/hp_emblookup_codegen.py -> base_bdist_tmp/caffe2/perfkernels 2022-12-01T10:11:05.2144197Z creating base_bdist_tmp/caffe2/proto 2022-12-01T10:11:05.2145050Z copying build/lib.linux-x86_64-3.7/caffe2/proto/__init__.py -> base_bdist_tmp/caffe2/proto 2022-12-01T10:11:05.2146251Z copying build/lib.linux-x86_64-3.7/caffe2/proto/gen_proto_typestubs_helper.py -> base_bdist_tmp/caffe2/proto 2022-12-01T10:11:05.2147501Z copying build/lib.linux-x86_64-3.7/caffe2/proto/torch_pb2.py -> base_bdist_tmp/caffe2/proto 2022-12-01T10:11:05.2148657Z copying build/lib.linux-x86_64-3.7/caffe2/proto/caffe2_pb2.py -> base_bdist_tmp/caffe2/proto 2022-12-01T10:11:05.2152059Z creating base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2152878Z copying build/lib.linux-x86_64-3.7/caffe2/python/__init__.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2153719Z copying build/lib.linux-x86_64-3.7/caffe2/python/_import_c_extension.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2154651Z copying build/lib.linux-x86_64-3.7/caffe2/python/allcompare_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2155406Z copying build/lib.linux-x86_64-3.7/caffe2/python/attention.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2157160Z copying build/lib.linux-x86_64-3.7/caffe2/python/benchmark_generator.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2157709Z copying build/lib.linux-x86_64-3.7/caffe2/python/binarysize.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2158416Z copying build/lib.linux-x86_64-3.7/caffe2/python/brew.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2159731Z copying build/lib.linux-x86_64-3.7/caffe2/python/brew_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2160653Z copying build/lib.linux-x86_64-3.7/caffe2/python/build.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2161612Z copying build/lib.linux-x86_64-3.7/caffe2/python/cached_reader.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2162601Z copying build/lib.linux-x86_64-3.7/caffe2/python/caffe_translator.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2164078Z copying build/lib.linux-x86_64-3.7/caffe2/python/caffe_translator_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2164677Z copying build/lib.linux-x86_64-3.7/caffe2/python/checkpoint.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2165756Z copying build/lib.linux-x86_64-3.7/caffe2/python/checkpoint_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2166704Z copying build/lib.linux-x86_64-3.7/caffe2/python/cnn.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2167987Z copying build/lib.linux-x86_64-3.7/caffe2/python/context.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2168896Z copying build/lib.linux-x86_64-3.7/caffe2/python/context_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2169786Z copying build/lib.linux-x86_64-3.7/caffe2/python/control.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2170931Z copying build/lib.linux-x86_64-3.7/caffe2/python/control_ops_grad.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2172023Z copying build/lib.linux-x86_64-3.7/caffe2/python/control_ops_grad_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2172971Z copying build/lib.linux-x86_64-3.7/caffe2/python/control_ops_util.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2173983Z copying build/lib.linux-x86_64-3.7/caffe2/python/control_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2174933Z copying build/lib.linux-x86_64-3.7/caffe2/python/convert.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2175945Z copying build/lib.linux-x86_64-3.7/caffe2/python/convert_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2176960Z copying build/lib.linux-x86_64-3.7/caffe2/python/convnet_benchmarks.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2178071Z copying build/lib.linux-x86_64-3.7/caffe2/python/convnet_benchmarks_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2179103Z copying build/lib.linux-x86_64-3.7/caffe2/python/core.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2180966Z copying build/lib.linux-x86_64-3.7/caffe2/python/core_gradients_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2182061Z copying build/lib.linux-x86_64-3.7/caffe2/python/core_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2183395Z copying build/lib.linux-x86_64-3.7/caffe2/python/crf.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2184522Z copying build/lib.linux-x86_64-3.7/caffe2/python/crf_predict.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2185346Z copying build/lib.linux-x86_64-3.7/caffe2/python/crf_viterbi_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2186233Z copying build/lib.linux-x86_64-3.7/caffe2/python/data_parallel_model.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2188024Z copying build/lib.linux-x86_64-3.7/caffe2/python/data_parallel_model_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2189376Z copying build/lib.linux-x86_64-3.7/caffe2/python/data_workers.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2190279Z copying build/lib.linux-x86_64-3.7/caffe2/python/data_workers_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2191324Z copying build/lib.linux-x86_64-3.7/caffe2/python/dataio.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2192329Z copying build/lib.linux-x86_64-3.7/caffe2/python/dataio_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2194072Z copying build/lib.linux-x86_64-3.7/caffe2/python/dataset.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2194587Z copying build/lib.linux-x86_64-3.7/caffe2/python/db_file_reader.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2195422Z copying build/lib.linux-x86_64-3.7/caffe2/python/db_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2195921Z copying build/lib.linux-x86_64-3.7/caffe2/python/device_checker.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2196954Z copying build/lib.linux-x86_64-3.7/caffe2/python/dyndep.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2197788Z copying build/lib.linux-x86_64-3.7/caffe2/python/embedding_generation_benchmark.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2198877Z copying build/lib.linux-x86_64-3.7/caffe2/python/experiment_util.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2200216Z copying build/lib.linux-x86_64-3.7/caffe2/python/extension_loader.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2200997Z copying build/lib.linux-x86_64-3.7/caffe2/python/fakefp16_transform_lib.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2201841Z copying build/lib.linux-x86_64-3.7/caffe2/python/filler_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2202715Z copying build/lib.linux-x86_64-3.7/caffe2/python/functional.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2203342Z copying build/lib.linux-x86_64-3.7/caffe2/python/functional_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2204626Z copying build/lib.linux-x86_64-3.7/caffe2/python/fused_8bit_rowwise_conversion_ops_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2205412Z copying build/lib.linux-x86_64-3.7/caffe2/python/gradient_check_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2206613Z copying build/lib.linux-x86_64-3.7/caffe2/python/gradient_checker.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2207700Z copying build/lib.linux-x86_64-3.7/caffe2/python/gru_cell.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2208533Z copying build/lib.linux-x86_64-3.7/caffe2/python/hip_test_util.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2209779Z copying build/lib.linux-x86_64-3.7/caffe2/python/hsm_util.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2210589Z copying build/lib.linux-x86_64-3.7/caffe2/python/hypothesis_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2212710Z copying build/lib.linux-x86_64-3.7/caffe2/python/hypothesis_test_util.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2213500Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep_test_util.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2214710Z copying build/lib.linux-x86_64-3.7/caffe2/python/layer_model_helper.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2216584Z copying build/lib.linux-x86_64-3.7/caffe2/python/layer_model_instantiator.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2217626Z copying build/lib.linux-x86_64-3.7/caffe2/python/layer_parameter_sharing_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2218588Z copying build/lib.linux-x86_64-3.7/caffe2/python/layer_test_util.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2219756Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2221893Z copying build/lib.linux-x86_64-3.7/caffe2/python/lazy.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2222787Z copying build/lib.linux-x86_64-3.7/caffe2/python/lazy_dyndep.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2223729Z copying build/lib.linux-x86_64-3.7/caffe2/python/lazy_dyndep_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2225046Z copying build/lib.linux-x86_64-3.7/caffe2/python/lengths_reducer_fused_8bit_rowwise_ops_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2226229Z copying build/lib.linux-x86_64-3.7/caffe2/python/lengths_reducer_rowwise_8bit_ops_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2227242Z copying build/lib.linux-x86_64-3.7/caffe2/python/lstm_benchmark.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2228445Z copying build/lib.linux-x86_64-3.7/caffe2/python/memonger.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2229899Z copying build/lib.linux-x86_64-3.7/caffe2/python/memonger_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2231356Z copying build/lib.linux-x86_64-3.7/caffe2/python/mkl_test_util.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2232563Z copying build/lib.linux-x86_64-3.7/caffe2/python/model_device_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2233730Z copying build/lib.linux-x86_64-3.7/caffe2/python/model_helper.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2234887Z copying build/lib.linux-x86_64-3.7/caffe2/python/model_helper_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2235988Z copying build/lib.linux-x86_64-3.7/caffe2/python/modifier_context.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2237130Z copying build/lib.linux-x86_64-3.7/caffe2/python/muji.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2238299Z copying build/lib.linux-x86_64-3.7/caffe2/python/muji_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2239530Z copying build/lib.linux-x86_64-3.7/caffe2/python/net_builder.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2240892Z copying build/lib.linux-x86_64-3.7/caffe2/python/net_builder_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2242168Z copying build/lib.linux-x86_64-3.7/caffe2/python/net_drawer.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2243273Z copying build/lib.linux-x86_64-3.7/caffe2/python/net_printer.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2244506Z copying build/lib.linux-x86_64-3.7/caffe2/python/net_printer_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2245638Z copying build/lib.linux-x86_64-3.7/caffe2/python/nomnigraph.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2246783Z copying build/lib.linux-x86_64-3.7/caffe2/python/nomnigraph_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2248045Z copying build/lib.linux-x86_64-3.7/caffe2/python/nomnigraph_transformations.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2249119Z copying build/lib.linux-x86_64-3.7/caffe2/python/nomnigraph_transformations_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2250161Z copying build/lib.linux-x86_64-3.7/caffe2/python/normalizer.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2251300Z copying build/lib.linux-x86_64-3.7/caffe2/python/normalizer_context.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2252347Z copying build/lib.linux-x86_64-3.7/caffe2/python/normalizer_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2253449Z copying build/lib.linux-x86_64-3.7/caffe2/python/numa_benchmark.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2254470Z copying build/lib.linux-x86_64-3.7/caffe2/python/numa_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2255617Z copying build/lib.linux-x86_64-3.7/caffe2/python/observer_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2256752Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_fp_exceptions_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2257797Z copying build/lib.linux-x86_64-3.7/caffe2/python/optimizer.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2259900Z copying build/lib.linux-x86_64-3.7/caffe2/python/optimizer_context.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2260821Z copying build/lib.linux-x86_64-3.7/caffe2/python/optimizer_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2262291Z copying build/lib.linux-x86_64-3.7/caffe2/python/optimizer_test_util.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2263558Z copying build/lib.linux-x86_64-3.7/caffe2/python/parallel_workers.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2264700Z copying build/lib.linux-x86_64-3.7/caffe2/python/parallel_workers_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2266046Z copying build/lib.linux-x86_64-3.7/caffe2/python/parallelize_bmuf_distributed_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2267148Z copying build/lib.linux-x86_64-3.7/caffe2/python/pipeline.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2268459Z copying build/lib.linux-x86_64-3.7/caffe2/python/pipeline_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2269618Z copying build/lib.linux-x86_64-3.7/caffe2/python/predictor_constants.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2270728Z copying build/lib.linux-x86_64-3.7/caffe2/python/recurrent.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2271939Z copying build/lib.linux-x86_64-3.7/caffe2/python/python_op_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2273161Z copying build/lib.linux-x86_64-3.7/caffe2/python/queue_util.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2274312Z copying build/lib.linux-x86_64-3.7/caffe2/python/record_queue.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2275457Z copying build/lib.linux-x86_64-3.7/caffe2/python/regularizer.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2276821Z copying build/lib.linux-x86_64-3.7/caffe2/python/regularizer_context.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2277969Z copying build/lib.linux-x86_64-3.7/caffe2/python/regularizer_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2279203Z copying build/lib.linux-x86_64-3.7/caffe2/python/rnn_cell.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2281070Z copying build/lib.linux-x86_64-3.7/caffe2/python/schema.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2282744Z copying build/lib.linux-x86_64-3.7/caffe2/python/schema_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2283955Z copying build/lib.linux-x86_64-3.7/caffe2/python/scope.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2285252Z copying build/lib.linux-x86_64-3.7/caffe2/python/scope_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2286447Z copying build/lib.linux-x86_64-3.7/caffe2/python/session.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2287678Z copying build/lib.linux-x86_64-3.7/caffe2/python/session_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2288985Z copying build/lib.linux-x86_64-3.7/caffe2/python/sparse_to_dense_mask_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2290187Z copying build/lib.linux-x86_64-3.7/caffe2/python/sparse_to_dense_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2291262Z copying build/lib.linux-x86_64-3.7/caffe2/python/task.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2292581Z copying build/lib.linux-x86_64-3.7/caffe2/python/task_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2293952Z copying build/lib.linux-x86_64-3.7/caffe2/python/test_util.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2295840Z copying build/lib.linux-x86_64-3.7/caffe2/python/text_file_reader.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2296849Z copying build/lib.linux-x86_64-3.7/caffe2/python/timeout_guard.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2298050Z copying build/lib.linux-x86_64-3.7/caffe2/python/toy_regression_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2299114Z copying build/lib.linux-x86_64-3.7/caffe2/python/transformations.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2300413Z copying build/lib.linux-x86_64-3.7/caffe2/python/transformations_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2301346Z copying build/lib.linux-x86_64-3.7/caffe2/python/tt_core.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2302464Z copying build/lib.linux-x86_64-3.7/caffe2/python/tt_core_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2303661Z copying build/lib.linux-x86_64-3.7/caffe2/python/utils.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2304780Z copying build/lib.linux-x86_64-3.7/caffe2/python/utils_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2305878Z copying build/lib.linux-x86_64-3.7/caffe2/python/visualize.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2307267Z copying build/lib.linux-x86_64-3.7/caffe2/python/workspace.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2308544Z copying build/lib.linux-x86_64-3.7/caffe2/python/workspace_test.py -> base_bdist_tmp/caffe2/python 2022-12-01T10:11:05.2310431Z creating base_bdist_tmp/caffe2/python/docs 2022-12-01T10:11:05.2311439Z copying build/lib.linux-x86_64-3.7/caffe2/python/docs/__init__.py -> base_bdist_tmp/caffe2/python/docs 2022-12-01T10:11:05.2312265Z copying build/lib.linux-x86_64-3.7/caffe2/python/docs/formatter.py -> base_bdist_tmp/caffe2/python/docs 2022-12-01T10:11:05.2313094Z copying build/lib.linux-x86_64-3.7/caffe2/python/docs/generator.py -> base_bdist_tmp/caffe2/python/docs 2022-12-01T10:11:05.2313919Z copying build/lib.linux-x86_64-3.7/caffe2/python/docs/github.py -> base_bdist_tmp/caffe2/python/docs 2022-12-01T10:11:05.2314656Z copying build/lib.linux-x86_64-3.7/caffe2/python/docs/parser.py -> base_bdist_tmp/caffe2/python/docs 2022-12-01T10:11:05.2315683Z creating base_bdist_tmp/caffe2/python/examples 2022-12-01T10:11:05.2316435Z copying build/lib.linux-x86_64-3.7/caffe2/python/examples/__init__.py -> base_bdist_tmp/caffe2/python/examples 2022-12-01T10:11:05.2317158Z copying build/lib.linux-x86_64-3.7/caffe2/python/examples/char_rnn.py -> base_bdist_tmp/caffe2/python/examples 2022-12-01T10:11:05.2317894Z copying build/lib.linux-x86_64-3.7/caffe2/python/examples/imagenet_trainer.py -> base_bdist_tmp/caffe2/python/examples 2022-12-01T10:11:05.2318995Z copying build/lib.linux-x86_64-3.7/caffe2/python/examples/lmdb_create_example.py -> base_bdist_tmp/caffe2/python/examples 2022-12-01T10:11:05.2320080Z copying build/lib.linux-x86_64-3.7/caffe2/python/examples/resnet50_trainer.py -> base_bdist_tmp/caffe2/python/examples 2022-12-01T10:11:05.2321368Z creating base_bdist_tmp/caffe2/python/fakelowp 2022-12-01T10:11:05.2322179Z copying build/lib.linux-x86_64-3.7/caffe2/python/fakelowp/__init__.py -> base_bdist_tmp/caffe2/python/fakelowp 2022-12-01T10:11:05.2322885Z copying build/lib.linux-x86_64-3.7/caffe2/python/fakelowp/init_shared_libs.py -> base_bdist_tmp/caffe2/python/fakelowp 2022-12-01T10:11:05.2323560Z copying build/lib.linux-x86_64-3.7/caffe2/python/fakelowp/test_utils.py -> base_bdist_tmp/caffe2/python/fakelowp 2022-12-01T10:11:05.2324606Z creating base_bdist_tmp/caffe2/python/helpers 2022-12-01T10:11:05.2325340Z copying build/lib.linux-x86_64-3.7/caffe2/python/helpers/__init__.py -> base_bdist_tmp/caffe2/python/helpers 2022-12-01T10:11:05.2326073Z copying build/lib.linux-x86_64-3.7/caffe2/python/helpers/algebra.py -> base_bdist_tmp/caffe2/python/helpers 2022-12-01T10:11:05.2326819Z copying build/lib.linux-x86_64-3.7/caffe2/python/helpers/arg_scope.py -> base_bdist_tmp/caffe2/python/helpers 2022-12-01T10:11:05.2327609Z copying build/lib.linux-x86_64-3.7/caffe2/python/helpers/array_helpers.py -> base_bdist_tmp/caffe2/python/helpers 2022-12-01T10:11:05.2328435Z copying build/lib.linux-x86_64-3.7/caffe2/python/helpers/control_ops.py -> base_bdist_tmp/caffe2/python/helpers 2022-12-01T10:11:05.2329191Z copying build/lib.linux-x86_64-3.7/caffe2/python/helpers/conv.py -> base_bdist_tmp/caffe2/python/helpers 2022-12-01T10:11:05.2330179Z copying build/lib.linux-x86_64-3.7/caffe2/python/helpers/db_input.py -> base_bdist_tmp/caffe2/python/helpers 2022-12-01T10:11:05.2330992Z copying build/lib.linux-x86_64-3.7/caffe2/python/helpers/dropout.py -> base_bdist_tmp/caffe2/python/helpers 2022-12-01T10:11:05.2332082Z copying build/lib.linux-x86_64-3.7/caffe2/python/helpers/elementwise_linear.py -> base_bdist_tmp/caffe2/python/helpers 2022-12-01T10:11:05.2332830Z copying build/lib.linux-x86_64-3.7/caffe2/python/helpers/fc.py -> base_bdist_tmp/caffe2/python/helpers 2022-12-01T10:11:05.2333665Z copying build/lib.linux-x86_64-3.7/caffe2/python/helpers/nonlinearity.py -> base_bdist_tmp/caffe2/python/helpers 2022-12-01T10:11:05.2334543Z copying build/lib.linux-x86_64-3.7/caffe2/python/helpers/normalization.py -> base_bdist_tmp/caffe2/python/helpers 2022-12-01T10:11:05.2335238Z copying build/lib.linux-x86_64-3.7/caffe2/python/helpers/pooling.py -> base_bdist_tmp/caffe2/python/helpers 2022-12-01T10:11:05.2336009Z copying build/lib.linux-x86_64-3.7/caffe2/python/helpers/quantization.py -> base_bdist_tmp/caffe2/python/helpers 2022-12-01T10:11:05.2336781Z copying build/lib.linux-x86_64-3.7/caffe2/python/helpers/tools.py -> base_bdist_tmp/caffe2/python/helpers 2022-12-01T10:11:05.2337726Z copying build/lib.linux-x86_64-3.7/caffe2/python/helpers/train.py -> base_bdist_tmp/caffe2/python/helpers 2022-12-01T10:11:05.2339018Z creating base_bdist_tmp/caffe2/python/ideep 2022-12-01T10:11:05.2339747Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/LRN_op_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-12-01T10:11:05.2341066Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/__init__.py -> base_bdist_tmp/caffe2/python/ideep 2022-12-01T10:11:05.2341677Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/adam_op_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-12-01T10:11:05.2342570Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/blobs_queue_db_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-12-01T10:11:05.2343419Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/channel_shuffle_op_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-12-01T10:11:05.2344141Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/concat_split_op_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-12-01T10:11:05.2344896Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/conv_op_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-12-01T10:11:05.2345845Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/conv_transpose_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-12-01T10:11:05.2346594Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/convfusion_op_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-12-01T10:11:05.2347900Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/copy_op_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-12-01T10:11:05.2348589Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/dropout_op_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-12-01T10:11:05.2349263Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/elementwise_sum_op_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-12-01T10:11:05.2350085Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/expanddims_squeeze_op_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-12-01T10:11:05.2351232Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/fc_op_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-12-01T10:11:05.2352219Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/leaky_relu_op_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-12-01T10:11:05.2352986Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/moment_sgd_op_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-12-01T10:11:05.2353901Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/operator_fallback_op_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-12-01T10:11:05.2354590Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/order_switch_op_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-12-01T10:11:05.2355342Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/pool_op_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-12-01T10:11:05.2356403Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/pre_convert_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-12-01T10:11:05.2357153Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/relu_op_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-12-01T10:11:05.2357849Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/reshape_op_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-12-01T10:11:05.2358650Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/shape_op_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-12-01T10:11:05.2359558Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/sigmoid_op_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-12-01T10:11:05.2360697Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/softmax_op_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-12-01T10:11:05.2361505Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/spatial_bn_op_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-12-01T10:11:05.2362352Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/test_ideep_net.py -> base_bdist_tmp/caffe2/python/ideep 2022-12-01T10:11:05.2363077Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/transform_ideep_net.py -> base_bdist_tmp/caffe2/python/ideep 2022-12-01T10:11:05.2363893Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/transpose_op_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-12-01T10:11:05.2364763Z copying build/lib.linux-x86_64-3.7/caffe2/python/ideep/weightedsum_op_test.py -> base_bdist_tmp/caffe2/python/ideep 2022-12-01T10:11:05.2365926Z creating base_bdist_tmp/caffe2/python/layers 2022-12-01T10:11:05.2366463Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/__init__.py -> base_bdist_tmp/caffe2/python/layers 2022-12-01T10:11:05.2367327Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/adaptive_weight.py -> base_bdist_tmp/caffe2/python/layers 2022-12-01T10:11:05.2368491Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/add_bias.py -> base_bdist_tmp/caffe2/python/layers 2022-12-01T10:11:05.2369183Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/arc_cosine_feature_map.py -> base_bdist_tmp/caffe2/python/layers 2022-12-01T10:11:05.2370173Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/batch_huber_loss.py -> base_bdist_tmp/caffe2/python/layers 2022-12-01T10:11:05.2370878Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/batch_lr_loss.py -> base_bdist_tmp/caffe2/python/layers 2022-12-01T10:11:05.2371933Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/batch_mse_loss.py -> base_bdist_tmp/caffe2/python/layers 2022-12-01T10:11:05.2372685Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/batch_normalization.py -> base_bdist_tmp/caffe2/python/layers 2022-12-01T10:11:05.2373664Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/batch_sigmoid_cross_entropy_loss.py -> base_bdist_tmp/caffe2/python/layers 2022-12-01T10:11:05.2374390Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/batch_softmax_loss.py -> base_bdist_tmp/caffe2/python/layers 2022-12-01T10:11:05.2375380Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/blob_weighted_sum.py -> base_bdist_tmp/caffe2/python/layers 2022-12-01T10:11:05.2376102Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/bpr_loss.py -> base_bdist_tmp/caffe2/python/layers 2022-12-01T10:11:05.2376911Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/bucket_weighted.py -> base_bdist_tmp/caffe2/python/layers 2022-12-01T10:11:05.2378014Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/build_index.py -> base_bdist_tmp/caffe2/python/layers 2022-12-01T10:11:05.2378924Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/concat.py -> base_bdist_tmp/caffe2/python/layers 2022-12-01T10:11:05.2379765Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/constant_weight.py -> base_bdist_tmp/caffe2/python/layers 2022-12-01T10:11:05.2380672Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/conv.py -> base_bdist_tmp/caffe2/python/layers 2022-12-01T10:11:05.2381488Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/dropout.py -> base_bdist_tmp/caffe2/python/layers 2022-12-01T10:11:05.2382487Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/fc.py -> base_bdist_tmp/caffe2/python/layers 2022-12-01T10:11:05.2383287Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/fc_with_bootstrap.py -> base_bdist_tmp/caffe2/python/layers 2022-12-01T10:11:05.2384276Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/fc_without_bias.py -> base_bdist_tmp/caffe2/python/layers 2022-12-01T10:11:05.2385082Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/feature_sparse_to_dense.py -> base_bdist_tmp/caffe2/python/layers 2022-12-01T10:11:05.2386044Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/functional.py -> base_bdist_tmp/caffe2/python/layers 2022-12-01T10:11:05.2386852Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/gather_record.py -> base_bdist_tmp/caffe2/python/layers 2022-12-01T10:11:05.2387807Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/homotopy_weight.py -> base_bdist_tmp/caffe2/python/layers 2022-12-01T10:11:05.2388483Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/label_smooth.py -> base_bdist_tmp/caffe2/python/layers 2022-12-01T10:11:05.2390052Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/last_n_window_collector.py -> base_bdist_tmp/caffe2/python/layers 2022-12-01T10:11:05.2390823Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/layer_normalization.py -> base_bdist_tmp/caffe2/python/layers 2022-12-01T10:11:05.2391843Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/layers.py -> base_bdist_tmp/caffe2/python/layers 2022-12-01T10:11:05.2392737Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/margin_rank_loss.py -> base_bdist_tmp/caffe2/python/layers 2022-12-01T10:11:05.2393594Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/merge_id_lists.py -> base_bdist_tmp/caffe2/python/layers 2022-12-01T10:11:05.2394292Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/pairwise_similarity.py -> base_bdist_tmp/caffe2/python/layers 2022-12-01T10:11:05.2395279Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/position_weighted.py -> base_bdist_tmp/caffe2/python/layers 2022-12-01T10:11:05.2396120Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/random_fourier_features.py -> base_bdist_tmp/caffe2/python/layers 2022-12-01T10:11:05.2396911Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/reservoir_sampling.py -> base_bdist_tmp/caffe2/python/layers 2022-12-01T10:11:05.2397736Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/sampling_train.py -> base_bdist_tmp/caffe2/python/layers 2022-12-01T10:11:05.2398734Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/sampling_trainable_mixin.py -> base_bdist_tmp/caffe2/python/layers 2022-12-01T10:11:05.2399643Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/select_record_by_context.py -> base_bdist_tmp/caffe2/python/layers 2022-12-01T10:11:05.2400916Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/semi_random_features.py -> base_bdist_tmp/caffe2/python/layers 2022-12-01T10:11:05.2401920Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/sparse_dropout_with_replacement.py -> base_bdist_tmp/caffe2/python/layers 2022-12-01T10:11:05.2403017Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/sparse_feature_hash.py -> base_bdist_tmp/caffe2/python/layers 2022-12-01T10:11:05.2403973Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/sparse_itemwise_dropout_with_replacement.py -> base_bdist_tmp/caffe2/python/layers 2022-12-01T10:11:05.2404830Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/sparse_lookup.py -> base_bdist_tmp/caffe2/python/layers 2022-12-01T10:11:05.2405687Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/split.py -> base_bdist_tmp/caffe2/python/layers 2022-12-01T10:11:05.2406668Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/tags.py -> base_bdist_tmp/caffe2/python/layers 2022-12-01T10:11:05.2407683Z copying build/lib.linux-x86_64-3.7/caffe2/python/layers/uniform_sampling.py -> base_bdist_tmp/caffe2/python/layers 2022-12-01T10:11:05.2408755Z creating base_bdist_tmp/caffe2/python/mint 2022-12-01T10:11:05.2409635Z copying build/lib.linux-x86_64-3.7/caffe2/python/mint/__init__.py -> base_bdist_tmp/caffe2/python/mint 2022-12-01T10:11:05.2410243Z copying build/lib.linux-x86_64-3.7/caffe2/python/mint/app.py -> base_bdist_tmp/caffe2/python/mint 2022-12-01T10:11:05.2411501Z creating base_bdist_tmp/caffe2/python/mkl 2022-12-01T10:11:05.2412377Z copying build/lib.linux-x86_64-3.7/caffe2/python/mkl/__init__.py -> base_bdist_tmp/caffe2/python/mkl 2022-12-01T10:11:05.2413388Z copying build/lib.linux-x86_64-3.7/caffe2/python/mkl/mkl_LRN_op_test.py -> base_bdist_tmp/caffe2/python/mkl 2022-12-01T10:11:05.2414411Z copying build/lib.linux-x86_64-3.7/caffe2/python/mkl/mkl_LRN_speed_test.py -> base_bdist_tmp/caffe2/python/mkl 2022-12-01T10:11:05.2415478Z copying build/lib.linux-x86_64-3.7/caffe2/python/mkl/mkl_concat_op_test.py -> base_bdist_tmp/caffe2/python/mkl 2022-12-01T10:11:05.2416454Z copying build/lib.linux-x86_64-3.7/caffe2/python/mkl/mkl_conv_op_test.py -> base_bdist_tmp/caffe2/python/mkl 2022-12-01T10:11:05.2417653Z copying build/lib.linux-x86_64-3.7/caffe2/python/mkl/mkl_copy_op_test.py -> base_bdist_tmp/caffe2/python/mkl 2022-12-01T10:11:05.2418637Z copying build/lib.linux-x86_64-3.7/caffe2/python/mkl/mkl_elementwise_add_op_test.py -> base_bdist_tmp/caffe2/python/mkl 2022-12-01T10:11:05.2419755Z copying build/lib.linux-x86_64-3.7/caffe2/python/mkl/mkl_elementwise_sum_op_test.py -> base_bdist_tmp/caffe2/python/mkl 2022-12-01T10:11:05.2420811Z copying build/lib.linux-x86_64-3.7/caffe2/python/mkl/mkl_fc_op_test.py -> base_bdist_tmp/caffe2/python/mkl 2022-12-01T10:11:05.2421853Z copying build/lib.linux-x86_64-3.7/caffe2/python/mkl/mkl_fc_speed_test.py -> base_bdist_tmp/caffe2/python/mkl 2022-12-01T10:11:05.2422780Z copying build/lib.linux-x86_64-3.7/caffe2/python/mkl/mkl_fill_op_test.py -> base_bdist_tmp/caffe2/python/mkl 2022-12-01T10:11:05.2423876Z copying build/lib.linux-x86_64-3.7/caffe2/python/mkl/mkl_pool_op_test.py -> base_bdist_tmp/caffe2/python/mkl 2022-12-01T10:11:05.2425169Z copying build/lib.linux-x86_64-3.7/caffe2/python/mkl/mkl_pool_speed_test.py -> base_bdist_tmp/caffe2/python/mkl 2022-12-01T10:11:05.2426393Z copying build/lib.linux-x86_64-3.7/caffe2/python/mkl/mkl_relu_op_test.py -> base_bdist_tmp/caffe2/python/mkl 2022-12-01T10:11:05.2427375Z copying build/lib.linux-x86_64-3.7/caffe2/python/mkl/mkl_sbn_op_test.py -> base_bdist_tmp/caffe2/python/mkl 2022-12-01T10:11:05.2429128Z copying build/lib.linux-x86_64-3.7/caffe2/python/mkl/mkl_sbn_speed_test.py -> base_bdist_tmp/caffe2/python/mkl 2022-12-01T10:11:05.2430051Z copying build/lib.linux-x86_64-3.7/caffe2/python/mkl/mkl_sigmoid_op_test.py -> base_bdist_tmp/caffe2/python/mkl 2022-12-01T10:11:05.2431111Z copying build/lib.linux-x86_64-3.7/caffe2/python/mkl/mkl_speed_test.py -> base_bdist_tmp/caffe2/python/mkl 2022-12-01T10:11:05.2432165Z copying build/lib.linux-x86_64-3.7/caffe2/python/mkl/mkl_squeeze_op_test.py -> base_bdist_tmp/caffe2/python/mkl 2022-12-01T10:11:05.2432964Z copying build/lib.linux-x86_64-3.7/caffe2/python/mkl/rewrite_graph.py -> base_bdist_tmp/caffe2/python/mkl 2022-12-01T10:11:05.2434387Z copying build/lib.linux-x86_64-3.7/caffe2/python/mkl/rewrite_graph_test.py -> base_bdist_tmp/caffe2/python/mkl 2022-12-01T10:11:05.2435623Z creating base_bdist_tmp/caffe2/python/modeling 2022-12-01T10:11:05.2436611Z copying build/lib.linux-x86_64-3.7/caffe2/python/modeling/__init__.py -> base_bdist_tmp/caffe2/python/modeling 2022-12-01T10:11:05.2437148Z copying build/lib.linux-x86_64-3.7/caffe2/python/modeling/compute_histogram_for_blobs.py -> base_bdist_tmp/caffe2/python/modeling 2022-12-01T10:11:05.2438176Z copying build/lib.linux-x86_64-3.7/caffe2/python/modeling/compute_histogram_for_blobs_test.py -> base_bdist_tmp/caffe2/python/modeling 2022-12-01T10:11:05.2439192Z copying build/lib.linux-x86_64-3.7/caffe2/python/modeling/compute_norm_for_blobs.py -> base_bdist_tmp/caffe2/python/modeling 2022-12-01T10:11:05.2440428Z copying build/lib.linux-x86_64-3.7/caffe2/python/modeling/compute_norm_for_blobs_test.py -> base_bdist_tmp/caffe2/python/modeling 2022-12-01T10:11:05.2441778Z copying build/lib.linux-x86_64-3.7/caffe2/python/modeling/compute_statistics_for_blobs.py -> base_bdist_tmp/caffe2/python/modeling 2022-12-01T10:11:05.2442868Z copying build/lib.linux-x86_64-3.7/caffe2/python/modeling/compute_statistics_for_blobs_test.py -> base_bdist_tmp/caffe2/python/modeling 2022-12-01T10:11:05.2443795Z copying build/lib.linux-x86_64-3.7/caffe2/python/modeling/get_entry_from_blobs.py -> base_bdist_tmp/caffe2/python/modeling 2022-12-01T10:11:05.2444825Z copying build/lib.linux-x86_64-3.7/caffe2/python/modeling/get_entry_from_blobs_test.py -> base_bdist_tmp/caffe2/python/modeling 2022-12-01T10:11:05.2445825Z copying build/lib.linux-x86_64-3.7/caffe2/python/modeling/gradient_clipping.py -> base_bdist_tmp/caffe2/python/modeling 2022-12-01T10:11:05.2447172Z copying build/lib.linux-x86_64-3.7/caffe2/python/modeling/gradient_clipping_test.py -> base_bdist_tmp/caffe2/python/modeling 2022-12-01T10:11:05.2448389Z copying build/lib.linux-x86_64-3.7/caffe2/python/modeling/initializers.py -> base_bdist_tmp/caffe2/python/modeling 2022-12-01T10:11:05.2449506Z copying build/lib.linux-x86_64-3.7/caffe2/python/modeling/initializers_test.py -> base_bdist_tmp/caffe2/python/modeling 2022-12-01T10:11:05.2450632Z copying build/lib.linux-x86_64-3.7/caffe2/python/modeling/net_modifier.py -> base_bdist_tmp/caffe2/python/modeling 2022-12-01T10:11:05.2451653Z copying build/lib.linux-x86_64-3.7/caffe2/python/modeling/parameter_info.py -> base_bdist_tmp/caffe2/python/modeling 2022-12-01T10:11:05.2452745Z copying build/lib.linux-x86_64-3.7/caffe2/python/modeling/parameter_sharing.py -> base_bdist_tmp/caffe2/python/modeling 2022-12-01T10:11:05.2453985Z copying build/lib.linux-x86_64-3.7/caffe2/python/modeling/parameter_sharing_test.py -> base_bdist_tmp/caffe2/python/modeling 2022-12-01T10:11:05.2455034Z creating base_bdist_tmp/caffe2/python/models 2022-12-01T10:11:05.2455889Z copying build/lib.linux-x86_64-3.7/caffe2/python/models/__init__.py -> base_bdist_tmp/caffe2/python/models 2022-12-01T10:11:05.2457022Z copying build/lib.linux-x86_64-3.7/caffe2/python/models/__sym_init__.py -> base_bdist_tmp/caffe2/python/models 2022-12-01T10:11:05.2457873Z copying build/lib.linux-x86_64-3.7/caffe2/python/models/download.py -> base_bdist_tmp/caffe2/python/models 2022-12-01T10:11:05.2459131Z copying build/lib.linux-x86_64-3.7/caffe2/python/models/imagenet_trainer_test_utils.py -> base_bdist_tmp/caffe2/python/models 2022-12-01T10:11:05.2460184Z copying build/lib.linux-x86_64-3.7/caffe2/python/models/resnet.py -> base_bdist_tmp/caffe2/python/models 2022-12-01T10:11:05.2460969Z copying build/lib.linux-x86_64-3.7/caffe2/python/models/resnet_test.py -> base_bdist_tmp/caffe2/python/models 2022-12-01T10:11:05.2461855Z copying build/lib.linux-x86_64-3.7/caffe2/python/models/shufflenet.py -> base_bdist_tmp/caffe2/python/models 2022-12-01T10:11:05.2462746Z copying build/lib.linux-x86_64-3.7/caffe2/python/models/shufflenet_test.py -> base_bdist_tmp/caffe2/python/models 2022-12-01T10:11:05.2463931Z creating base_bdist_tmp/caffe2/python/models/seq2seq 2022-12-01T10:11:05.2465040Z copying build/lib.linux-x86_64-3.7/caffe2/python/models/seq2seq/__init__.py -> base_bdist_tmp/caffe2/python/models/seq2seq 2022-12-01T10:11:05.2465797Z copying build/lib.linux-x86_64-3.7/caffe2/python/models/seq2seq/beam_search.py -> base_bdist_tmp/caffe2/python/models/seq2seq 2022-12-01T10:11:05.2467187Z copying build/lib.linux-x86_64-3.7/caffe2/python/models/seq2seq/seq2seq_beam_search_test.py -> base_bdist_tmp/caffe2/python/models/seq2seq 2022-12-01T10:11:05.2467948Z copying build/lib.linux-x86_64-3.7/caffe2/python/models/seq2seq/seq2seq_model_helper.py -> base_bdist_tmp/caffe2/python/models/seq2seq 2022-12-01T10:11:05.2468980Z copying build/lib.linux-x86_64-3.7/caffe2/python/models/seq2seq/seq2seq_model_helper_test.py -> base_bdist_tmp/caffe2/python/models/seq2seq 2022-12-01T10:11:05.2470036Z copying build/lib.linux-x86_64-3.7/caffe2/python/models/seq2seq/seq2seq_util.py -> base_bdist_tmp/caffe2/python/models/seq2seq 2022-12-01T10:11:05.2471092Z copying build/lib.linux-x86_64-3.7/caffe2/python/models/seq2seq/train.py -> base_bdist_tmp/caffe2/python/models/seq2seq 2022-12-01T10:11:05.2472071Z copying build/lib.linux-x86_64-3.7/caffe2/python/models/seq2seq/translate.py -> base_bdist_tmp/caffe2/python/models/seq2seq 2022-12-01T10:11:05.2473825Z creating base_bdist_tmp/caffe2/python/onnx 2022-12-01T10:11:05.2474292Z copying build/lib.linux-x86_64-3.7/caffe2/python/onnx/__init__.py -> base_bdist_tmp/caffe2/python/onnx 2022-12-01T10:11:05.2474995Z copying build/lib.linux-x86_64-3.7/caffe2/python/onnx/backend.py -> base_bdist_tmp/caffe2/python/onnx 2022-12-01T10:11:05.2476460Z copying build/lib.linux-x86_64-3.7/caffe2/python/onnx/backend_cpp_rep.py -> base_bdist_tmp/caffe2/python/onnx 2022-12-01T10:11:05.2477385Z copying build/lib.linux-x86_64-3.7/caffe2/python/onnx/backend_rep.py -> base_bdist_tmp/caffe2/python/onnx 2022-12-01T10:11:05.2478198Z copying build/lib.linux-x86_64-3.7/caffe2/python/onnx/error.py -> base_bdist_tmp/caffe2/python/onnx 2022-12-01T10:11:05.2479619Z copying build/lib.linux-x86_64-3.7/caffe2/python/onnx/frontend.py -> base_bdist_tmp/caffe2/python/onnx 2022-12-01T10:11:05.2480603Z copying build/lib.linux-x86_64-3.7/caffe2/python/onnx/helper.py -> base_bdist_tmp/caffe2/python/onnx 2022-12-01T10:11:05.2482974Z copying build/lib.linux-x86_64-3.7/caffe2/python/onnx/onnxifi.py -> base_bdist_tmp/caffe2/python/onnx 2022-12-01T10:11:05.2483506Z copying build/lib.linux-x86_64-3.7/caffe2/python/onnx/test_onnxifi.py -> base_bdist_tmp/caffe2/python/onnx 2022-12-01T10:11:05.2484434Z copying build/lib.linux-x86_64-3.7/caffe2/python/onnx/workspace.py -> base_bdist_tmp/caffe2/python/onnx 2022-12-01T10:11:05.2485491Z creating base_bdist_tmp/caffe2/python/onnx/bin 2022-12-01T10:11:05.2486445Z copying build/lib.linux-x86_64-3.7/caffe2/python/onnx/bin/__init__.py -> base_bdist_tmp/caffe2/python/onnx/bin 2022-12-01T10:11:05.2487441Z copying build/lib.linux-x86_64-3.7/caffe2/python/onnx/bin/conversion.py -> base_bdist_tmp/caffe2/python/onnx/bin 2022-12-01T10:11:05.2488638Z creating base_bdist_tmp/caffe2/python/onnx/tests 2022-12-01T10:11:05.2489533Z copying build/lib.linux-x86_64-3.7/caffe2/python/onnx/tests/__init__.py -> base_bdist_tmp/caffe2/python/onnx/tests 2022-12-01T10:11:05.2490660Z copying build/lib.linux-x86_64-3.7/caffe2/python/onnx/tests/c2_ref_test.py -> base_bdist_tmp/caffe2/python/onnx/tests 2022-12-01T10:11:05.2491834Z copying build/lib.linux-x86_64-3.7/caffe2/python/onnx/tests/conversion_test.py -> base_bdist_tmp/caffe2/python/onnx/tests 2022-12-01T10:11:05.2493687Z copying build/lib.linux-x86_64-3.7/caffe2/python/onnx/tests/helper_test.py -> base_bdist_tmp/caffe2/python/onnx/tests 2022-12-01T10:11:05.2494721Z copying build/lib.linux-x86_64-3.7/caffe2/python/onnx/tests/onnx_backend_test.py -> base_bdist_tmp/caffe2/python/onnx/tests 2022-12-01T10:11:05.2495847Z copying build/lib.linux-x86_64-3.7/caffe2/python/onnx/tests/ssa_test.py -> base_bdist_tmp/caffe2/python/onnx/tests 2022-12-01T10:11:05.2496660Z copying build/lib.linux-x86_64-3.7/caffe2/python/onnx/tests/test_utils.py -> base_bdist_tmp/caffe2/python/onnx/tests 2022-12-01T10:11:05.2498705Z creating base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2499487Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/__init__.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2500635Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/activation_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2501497Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/adadelta_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2502964Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/adagrad_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2503657Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/adagrad_test_helper.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2504816Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/adam_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2505790Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/affine_channel_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2506731Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/alias_with_name_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2508264Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/apmeter_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2508902Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/arg_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2510328Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/assert_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2510923Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/async_net_barrier_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2511806Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/atomic_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2513483Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/basic_rnn_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2514617Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/batch_box_cox_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2515589Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/batch_bucketize_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2516551Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/batch_moments_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2517573Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/batch_sparse_to_dense_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2518581Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/bbox_transform_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2519865Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/bisect_percentile_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2520964Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/blobs_queue_db_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2522065Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/boolean_mask_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2523176Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/boolean_unmask_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2524256Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/box_with_nms_limit_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2525292Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/bucketize_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2527008Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/cast_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2536690Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/ceil_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2537669Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/channel_backprop_stats_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2538644Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/channel_shuffle_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2539522Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/channel_stats_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2540530Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/checkpoint_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2557333Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/clip_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2558303Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/clip_tensor_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2559510Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/collect_and_distribute_fpn_rpn_proposals_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2560554Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/concat_op_cost_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2561691Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/concat_split_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2562763Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/conditional_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2564732Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/conftest.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2566647Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/conv_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2568878Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/conv_transpose_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2571500Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/copy_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2572829Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/copy_rows_to_tensor_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2576443Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/cosine_embedding_criterion_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2577433Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/counter_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2578377Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/crf_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2579288Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/cross_entropy_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2580891Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/ctc_beam_search_decoder_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2584217Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/ctc_greedy_decoder_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2586291Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/cudnn_recurrent_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2586963Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/data_couple_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2588000Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/dataset_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2589387Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/decay_adagrad_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2590087Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/deform_conv_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2592432Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/dense_vector_to_id_list_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2593949Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/depthwise_3x3_conv_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2595360Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/detectron_keypoints.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2596386Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/distance_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2598329Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/dropout_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2599210Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/duplicate_operands_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2600197Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/elementwise_linear_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2601294Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/elementwise_logical_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2602503Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/elementwise_op_broadcast_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2603652Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/elementwise_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2604813Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/emptysample_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2605850Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/enforce_finite_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2607683Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/ensure_clipped_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2608118Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/ensure_cpu_output_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2608740Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/erf_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2609586Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/expand_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2610464Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/fc_operator_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2611404Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/feature_maps_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2612331Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/filler_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2613012Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/find_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2614350Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/flatten_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2614994Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/flexible_top_k_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2615811Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/floor_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2616699Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/fused_nbit_rowwise_conversion_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2617529Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/fused_nbit_rowwise_test_helper.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2618410Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/gather_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2619725Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/gather_ranges_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2620749Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/given_tensor_byte_string_to_uint8_fill_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2621598Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/given_tensor_fill_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2622518Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/glu_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2623181Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/group_conv_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2624188Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/group_norm_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2625155Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/gru_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2626157Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/heatmap_max_keypoint_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2627422Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/histogram_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2628474Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/hsm_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2630109Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/hyperbolic_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2630650Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/im2col_col2im_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2631395Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/image_input_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2632447Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/index_hash_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2633260Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/index_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2634265Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/instance_norm_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2635139Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/integral_image_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2635802Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/jsd_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2636742Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/key_split_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2637568Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/lars_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2638478Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/layer_norm_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2639589Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/leaky_relu_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2640582Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/learning_rate_adaption_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2641569Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/learning_rate_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2642542Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/length_split_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2643408Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/lengths_pad_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2644560Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/lengths_reducer_fused_nbit_rowwise_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2645633Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/lengths_tile_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2646749Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/lengths_top_k_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2647459Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/listwise_l2r_operator_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2648296Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/load_save_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2650014Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/locally_connected_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2650550Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/loss_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2651434Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/lpnorm_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2652791Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/map_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2653188Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/margin_loss_l2r_operator_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2654518Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/margin_ranking_criterion_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2655467Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/math_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2656396Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/matmul_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2657399Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/mean_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2658417Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/merge_id_lists_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2659307Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/mkl_conv_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2660544Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/mkl_packed_fc_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2661618Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/mod_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2663431Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/moments_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2663984Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/momentum_sgd_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2664903Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/mpi_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2665989Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/mul_gradient_benchmark.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2667082Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/negate_gradient_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2668229Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/ngram_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2669311Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/normalize_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2670419Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/numpy_tile_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2671531Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/one_hot_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2672659Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/onnx_while_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2673804Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/order_switch_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2674801Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/pack_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2676135Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/pack_rnn_sequence_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2677199Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/pad_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2678334Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/partition_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2679644Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/percentile_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2680894Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/piecewise_linear_transform_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2682857Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/pooling_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2683983Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/prepend_dim_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2685062Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/python_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2686158Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/quantile_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2687521Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/rand_quantization_op_speed_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2688647Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/rank_loss_operator_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2689743Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/rebatching_queue_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2690902Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/record_queue_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2692002Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/recurrent_net_executor_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2693216Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/recurrent_network_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2694422Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/reduce_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2695765Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/reduction_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2696988Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/reshape_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2698836Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/resize_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2699910Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/rmac_regions_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2701013Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/rms_norm_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2702118Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/rnn_cell_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2703975Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/roi_align_rotated_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2705227Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/rowwise_counter_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2706288Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/scale_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2707404Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/segment_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2708787Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/self_binning_histogram_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2710731Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/selu_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2711281Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/sequence_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2712306Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/shape_inference_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2713708Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/sinusoid_position_encoding_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2714888Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/softmax_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2716141Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/softplus_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2717500Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/sparse_dropout_with_replacement_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2718542Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/sparse_gradient_checker_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2719869Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/sparse_itemwise_dropout_with_replacement_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2721734Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/sparse_lengths_sum_benchmark.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2722082Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/sparse_lp_regularizer_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2723586Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/sparse_normalize_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2723947Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/sparse_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2725006Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/sparse_to_dense_mask_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2725888Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/spatial_bn_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2726864Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/specialized_segment_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2727881Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/split_op_cost_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2728489Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/square_root_divide_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2729651Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/stats_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2730528Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/stats_put_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2731710Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/storm_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2732376Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/string_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2733285Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/text_file_reader_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2734834Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/thresholded_relu_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2735183Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/tile_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2736270Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/top_k_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2737210Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/torch_integration_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2738525Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/transpose_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2739482Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/trigonometric_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2740638Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/unique_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2741483Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/unique_uniform_fill_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2742483Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/unsafe_coalesce_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2743507Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/upsample_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2744539Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/utility_ops_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2746499Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/video_input_op_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2747006Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/weight_scale_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2747627Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/weighted_multi_sample_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2748529Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/weighted_sample_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2749460Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/weighted_sum_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2750292Z copying build/lib.linux-x86_64-3.7/caffe2/python/operator_test/wngrad_test.py -> base_bdist_tmp/caffe2/python/operator_test 2022-12-01T10:11:05.2751658Z creating base_bdist_tmp/caffe2/python/predictor 2022-12-01T10:11:05.2752695Z copying build/lib.linux-x86_64-3.7/caffe2/python/predictor/__init__.py -> base_bdist_tmp/caffe2/python/predictor 2022-12-01T10:11:05.2753318Z copying build/lib.linux-x86_64-3.7/caffe2/python/predictor/mobile_exporter.py -> base_bdist_tmp/caffe2/python/predictor 2022-12-01T10:11:05.2754036Z copying build/lib.linux-x86_64-3.7/caffe2/python/predictor/mobile_exporter_test.py -> base_bdist_tmp/caffe2/python/predictor 2022-12-01T10:11:05.2755113Z copying build/lib.linux-x86_64-3.7/caffe2/python/predictor/predictor_exporter.py -> base_bdist_tmp/caffe2/python/predictor 2022-12-01T10:11:05.2756230Z copying build/lib.linux-x86_64-3.7/caffe2/python/predictor/predictor_exporter_test.py -> base_bdist_tmp/caffe2/python/predictor 2022-12-01T10:11:05.2757107Z copying build/lib.linux-x86_64-3.7/caffe2/python/predictor/predictor_py_utils.py -> base_bdist_tmp/caffe2/python/predictor 2022-12-01T10:11:05.2758023Z copying build/lib.linux-x86_64-3.7/caffe2/python/predictor/predictor_test.py -> base_bdist_tmp/caffe2/python/predictor 2022-12-01T10:11:05.2759041Z copying build/lib.linux-x86_64-3.7/caffe2/python/predictor/serde.py -> base_bdist_tmp/caffe2/python/predictor 2022-12-01T10:11:05.2760286Z creating base_bdist_tmp/caffe2/python/rnn 2022-12-01T10:11:05.2760869Z copying build/lib.linux-x86_64-3.7/caffe2/python/rnn/__init__.py -> base_bdist_tmp/caffe2/python/rnn 2022-12-01T10:11:05.2761776Z copying build/lib.linux-x86_64-3.7/caffe2/python/rnn/lstm_comparison.py -> base_bdist_tmp/caffe2/python/rnn 2022-12-01T10:11:05.2762592Z copying build/lib.linux-x86_64-3.7/caffe2/python/rnn/rnn_cell_test_util.py -> base_bdist_tmp/caffe2/python/rnn 2022-12-01T10:11:05.2763626Z creating base_bdist_tmp/caffe2/python/serialized_test 2022-12-01T10:11:05.2764207Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/__init__.py -> base_bdist_tmp/caffe2/python/serialized_test 2022-12-01T10:11:05.2765154Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/coverage.py -> base_bdist_tmp/caffe2/python/serialized_test 2022-12-01T10:11:05.2766348Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/serialized_test_util.py -> base_bdist_tmp/caffe2/python/serialized_test 2022-12-01T10:11:05.2767194Z creating base_bdist_tmp/caffe2/python/serialized_test/data 2022-12-01T10:11:05.2768917Z creating base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2769773Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_elu.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2770883Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_leaky_relu.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2772005Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_relu.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2772786Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_relu_n.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2773870Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/adadelta_test.test_adadelta.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2774928Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/adadelta_test.test_sparse_adadelta_empty.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2775859Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/adagrad_test.test_adagrad.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2776911Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/adagrad_test.test_row_wise_sparse_adagrad_empty.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2778093Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/adagrad_test.test_sparse_adagrad_empty.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2779102Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/affine_channel_op_test.test_affine_channel_2d.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2780057Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/arg_ops_test.test_argmax.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2781077Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/arg_ops_test.test_argmin.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2782196Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/batch_box_cox_test.test_batch_box_cox.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2783225Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/batch_bucketize_op_test.test_batch_bucketize_example.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2784797Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/batch_moments_op_test.test_batch_moments_2d.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2785538Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/batch_sparse_to_dense_op_test.test_batch_sparse_to_dense.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2786406Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/bbox_transform_test.test_bbox_transform.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2787395Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/boolean_mask_test.test_boolean_mask.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2788707Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/boolean_mask_test.test_sequence_mask_with_lengths.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2789695Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/boolean_unmask_test.test.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2790610Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/box_with_nms_limit_op_test.test_simple.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2791314Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/ceil_op_test.test_ceil.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2792051Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/channel_backprop_stats_op_test.testChannelBackpropStats.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2792856Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/channel_shuffle_test.test_channel_shuffle.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2793406Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.testChannelStats.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2794625Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.test_channel_stats_2d.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2795599Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.test_channel_stats_3d.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2796118Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/clip_op_test.test_clip.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2797075Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/clip_tensor_op_test.test_clip_tensor_by_scaling.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2797971Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/collect_and_distribute_fpn_rpn_proposals_op_test.test_collect_and_dist.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2799423Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_concat.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2800403Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_split.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2801264Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_split_by_lengths.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2802145Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/conditional_test.test_conditional.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2802898Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/conv_test.test_1x1_conv.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2803910Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/cosine_embedding_criterion_op_test.test_cosine_embedding_criterion.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2805003Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/ctc_beam_search_decoder_op_test.test_ctc_beam_search_decoder.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2806246Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/ctc_greedy_decoder_op_test.test_ctc_greedy_decoder.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2807073Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/distance_op_test.test_dot_product.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2808099Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/dropout_op_test.test_dropout_is_test.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2809078Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/elementwise_linear_op_test.test.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2810213Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/elementwise_logical_ops_test.test_is_member_of.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2811098Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/elementwise_logical_ops_test.test_where.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2812146Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/elementwise_op_broadcast_test.test_broadcast_powt.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2812980Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/erf_op_test.test_erf.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2813885Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/expand_op_test.test_expand_rand_shape.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2814873Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/fc_operator_test.test_fc.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2815816Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/filler_ops_test.test_diagonal_fill_op_float.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2816836Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/filler_ops_test.test_lengths_range_fill.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2817901Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/find_op_test.test_find.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2818746Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/flexible_top_k_test.test_flexible_top_k.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2819913Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/floor_op_test.test_floor.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2820601Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/gather_ops_test.test_batch_gather_ops.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2821374Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/gather_ops_test.test_gather_ops.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2822221Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/gather_ranges_op_test.test_gather_ranges.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2823004Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/gather_ranges_op_test.test_gather_ranges_split.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2823732Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/glu_op_test.test_glu_old.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2824554Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/group_norm_op_test.test_group_norm_2d.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2825360Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/gru_test.test_gru_unit_op.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2826476Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_cosh.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2827217Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_sinh.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2827997Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_tanh.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2828807Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/index_hash_ops_test.test_index_hash_ops.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2829946Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/instance_norm_test.test_instance_norm_reference_check.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2830622Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/integral_image_ops_test.test_integral_image_gradient_ops.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2831482Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/integral_image_ops_test.test_integral_image_ops.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2832196Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/jsd_ops_test.test_bernoulli_jsd.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2833059Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/layer_norm_op_test.test_layer_norm_grad_op.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2833929Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/learning_rate_adaption_op_test.test_learning_rate_adaption_op_normalization.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2834645Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/length_split_op_test.test_length_split_edge.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2835463Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/learning_rate_op_test.test_alter_learning_rate_op.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2836604Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/lengths_pad_op_test.test_lengths_pad.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2837348Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/lengths_tile_op_test.test_lengths_tile.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2838056Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/lengths_top_k_ops_test.test_lengths_top_k_op.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2838847Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/locally_connected_op_test.test_lc_2d.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2839824Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/loss_ops_test.test_averaged_loss.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2841369Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/margin_ranking_criterion_op_test.test_margin_ranking_criterion.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2842014Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/math_ops_test.test_sign.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2842942Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_batch_matmul.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2843635Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_matmul.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2844559Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_numpy_batch_matmul.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2845248Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/mean_op_test.test_mean.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2846639Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/merge_id_lists_op_test.test_merge_id_lists_op.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2847298Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/moments_op_test.test_moments.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2848229Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/momentum_sgd_test.test_momentum_sgd.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2849044Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/momentum_sgd_test.test_sparse_momentum_sgd.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2849927Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/negate_gradient_op_test.test_forward.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2850654Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/numpy_tile_op_test.test_numpy_tile.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2851441Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_batch_bucketized_one_hot.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2852471Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_batch_one_hot.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2853126Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_one_hot.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2854006Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_segment_one_hot.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2854686Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/onnx_while_test.test_onnx_while_fibb.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2855831Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/pack_ops_test.test_pack_with_max_length_ops.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2856472Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/pack_rnn_sequence_op_test.test_pack_rnn_seqence.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2857400Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/pack_rnn_sequence_op_test.test_unpack_rnn_seqence.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2858006Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/pad_test.test_crop.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2859084Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/piecewise_linear_transform_test.test_multi_predictions_params_from_arg.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2859712Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/rank_loss_operator_test.test_pair_wise_loss_batch.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2860541Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/recurrent_network_test.test_mul.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2861275Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_back_max.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2862199Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_back_mean.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2862917Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_max.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2864053Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_mean.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2864667Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_sum.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2865582Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_l2.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2866279Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_max.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2867195Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_mean.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2867877Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_min.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2868824Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_columnwise_max.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2869516Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_int_sum.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2870411Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_sqrsum.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2871106Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_sum.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2871959Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_rowwise_max.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2872692Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/selu_op_test.test_selu_1.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2873601Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_add_padding.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2874351Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_find_duplicate_elements.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2875320Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_gather_padding.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2876025Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_remove_data_blocks.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2877149Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_reverse_packed_segs.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2877853Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/sinusoid_position_encoding_op_test.test_sinusoid_embedding.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2878718Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2879574Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax_grad.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2880740Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax_with_loss.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2881486Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_spatial_softmax_with_loss.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2882451Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/sparse_ops_test.testScatterAssign.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2883227Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/sparse_ops_test.testScatterWeightedSum.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2884365Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/spatial_bn_op_test.test_spatialbn_test_mode_3d.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2885160Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/square_root_divide_op_test.test_square_root_divide.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2886157Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/string_ops_test.test_string_ends_with.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2887108Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/string_ops_test.test_string_starts_with.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2887985Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/thresholded_relu_op_test.test_thresholded_relu_1.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2888905Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/tile_op_test.test_tile.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2889738Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/top_k_test.test_top_k.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2890758Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/transpose_op_test.test_transpose.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2891586Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_acos.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2892562Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_asin.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2893382Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_atan.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2894371Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_tan.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2895182Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/unique_ops_test.test_unique_op.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2896244Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/upsample_op_test.test_upsample.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2897040Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/upsample_op_test.test_upsample_grad.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2898119Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_max.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2899071Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_max_grad.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2899875Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_min.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2900870Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_min_grad.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2902256Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_lengths_gather.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2903013Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_lengths_to_ranges.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2904051Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_nan_check.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2904961Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_size_op.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2905888Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_slice.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2906816Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_sum.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2907621Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_transpose.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2908587Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/weighted_sum_test.test_weighted_sum.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2909538Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/wngrad_test.test_sparse_wngrad_empty.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2910271Z copying build/lib.linux-x86_64-3.7/caffe2/python/serialized_test/data/operator_test/wngrad_test.test_wngrad_dense_base.zip -> base_bdist_tmp/caffe2/python/serialized_test/data/operator_test 2022-12-01T10:11:05.2911448Z creating base_bdist_tmp/caffe2/python/test 2022-12-01T10:11:05.2912171Z copying build/lib.linux-x86_64-3.7/caffe2/python/test/__init__.py -> base_bdist_tmp/caffe2/python/test 2022-12-01T10:11:05.2913087Z copying build/lib.linux-x86_64-3.7/caffe2/python/test/blob_deallocation_test.py -> base_bdist_tmp/caffe2/python/test 2022-12-01T10:11:05.2913799Z copying build/lib.linux-x86_64-3.7/caffe2/python/test/do_op_test.py -> base_bdist_tmp/caffe2/python/test 2022-12-01T10:11:05.2914849Z copying build/lib.linux-x86_64-3.7/caffe2/python/test/executor_test.py -> base_bdist_tmp/caffe2/python/test 2022-12-01T10:11:05.2915853Z copying build/lib.linux-x86_64-3.7/caffe2/python/test/executor_test_util.py -> base_bdist_tmp/caffe2/python/test 2022-12-01T10:11:05.2916623Z copying build/lib.linux-x86_64-3.7/caffe2/python/test/fakefp16_transform_test.py -> base_bdist_tmp/caffe2/python/test 2022-12-01T10:11:05.2917583Z copying build/lib.linux-x86_64-3.7/caffe2/python/test/gpu_context_test.py -> base_bdist_tmp/caffe2/python/test 2022-12-01T10:11:05.2918267Z copying build/lib.linux-x86_64-3.7/caffe2/python/test/inference_lstm_op_test.py -> base_bdist_tmp/caffe2/python/test 2022-12-01T10:11:05.2919099Z copying build/lib.linux-x86_64-3.7/caffe2/python/test/python_protobuf_test.py -> base_bdist_tmp/caffe2/python/test 2022-12-01T10:11:05.2920638Z creating base_bdist_tmp/caffe2/python/trt 2022-12-01T10:11:05.2921112Z copying build/lib.linux-x86_64-3.7/caffe2/python/trt/__init__.py -> base_bdist_tmp/caffe2/python/trt 2022-12-01T10:11:05.2922194Z copying build/lib.linux-x86_64-3.7/caffe2/python/trt/test_pt_onnx_trt.py -> base_bdist_tmp/caffe2/python/trt 2022-12-01T10:11:05.2922980Z copying build/lib.linux-x86_64-3.7/caffe2/python/trt/test_trt.py -> base_bdist_tmp/caffe2/python/trt 2022-12-01T10:11:05.2924699Z copying build/lib.linux-x86_64-3.7/caffe2/python/trt/transform.py -> base_bdist_tmp/caffe2/python/trt 2022-12-01T10:11:05.2924990Z creating base_bdist_tmp/caffe2/quantization 2022-12-01T10:11:05.2925735Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/__init__.py -> base_bdist_tmp/caffe2/quantization 2022-12-01T10:11:05.2926794Z creating base_bdist_tmp/caffe2/quantization/server 2022-12-01T10:11:05.2927589Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/__init__.py -> base_bdist_tmp/caffe2/quantization/server 2022-12-01T10:11:05.2928465Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/batch_matmul_dnnlowp_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-12-01T10:11:05.2929445Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/batch_permutation_dnnlowp_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-12-01T10:11:05.2930269Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/channel_shuffle_dnnlowp_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-12-01T10:11:05.2931066Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/compute_equalization_scale_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-12-01T10:11:05.2932011Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/concat_dnnlowp_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-12-01T10:11:05.2932810Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/conv_depthwise_dnnlowp_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-12-01T10:11:05.2933662Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/conv_dnnlowp_acc16_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-12-01T10:11:05.2934546Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/conv_dnnlowp_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-12-01T10:11:05.2935557Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/conv_groupwise_dnnlowp_acc16_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-12-01T10:11:05.2936615Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/conv_groupwise_dnnlowp_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-12-01T10:11:05.2937386Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/dequantize_dnnlowp_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-12-01T10:11:05.2938207Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/dnnlowp_test_utils.py -> base_bdist_tmp/caffe2/quantization/server 2022-12-01T10:11:05.2939099Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/elementwise_add_dnnlowp_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-12-01T10:11:05.2939955Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/elementwise_linear_dnnlowp_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-12-01T10:11:05.2940883Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/elementwise_mul_dnnlowp_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-12-01T10:11:05.2941597Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/elementwise_sum_dnnlowp_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-12-01T10:11:05.2942467Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/fully_connected_dnnlowp_acc16_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-12-01T10:11:05.2943248Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/fully_connected_dnnlowp_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-12-01T10:11:05.2944170Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/fully_connected_fp16_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-12-01T10:11:05.2944934Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/fully_connected_rowwise_dnnlowp_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-12-01T10:11:05.2945905Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/gather_dnnlowp_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-12-01T10:11:05.2946783Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/group_norm_dnnlowp_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-12-01T10:11:05.2947708Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/int8_gen_quant_params_min_max_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-12-01T10:11:05.2948536Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/int8_gen_quant_params_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-12-01T10:11:05.2949460Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/int8_quant_scheme_blob_fill_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-12-01T10:11:05.2950233Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/lstm_unit_dnnlowp_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-12-01T10:11:05.2951143Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/observer_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-12-01T10:11:05.2951947Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/pool_dnnlowp_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-12-01T10:11:05.2952934Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/quantize_dnnlowp_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-12-01T10:11:05.2953718Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/relu_dnnlowp_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-12-01T10:11:05.2954696Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/resize_nearest_3d_dnnlowp_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-12-01T10:11:05.2955498Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/resize_nearest_dnnlowp_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-12-01T10:11:05.2956422Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/sigmoid_dnnlowp_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-12-01T10:11:05.2957252Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/spatial_batch_norm_dnnlowp_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-12-01T10:11:05.2958183Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/tanh_dnnlowp_op_test.py -> base_bdist_tmp/caffe2/quantization/server 2022-12-01T10:11:05.2959092Z copying build/lib.linux-x86_64-3.7/caffe2/quantization/server/utils.py -> base_bdist_tmp/caffe2/quantization/server 2022-12-01T10:11:05.2960603Z creating base_bdist_tmp/functorch 2022-12-01T10:11:05.2961757Z copying build/lib.linux-x86_64-3.7/functorch/__init__.py -> base_bdist_tmp/functorch 2022-12-01T10:11:05.2962812Z copying build/lib.linux-x86_64-3.7/functorch/setup.py -> base_bdist_tmp/functorch 2022-12-01T10:11:05.2963883Z creating base_bdist_tmp/functorch/_src 2022-12-01T10:11:05.2976645Z copying build/lib.linux-x86_64-3.7/functorch/_src/__init__.py -> base_bdist_tmp/functorch/_src 2022-12-01T10:11:05.2977183Z copying build/lib.linux-x86_64-3.7/functorch/_src/aot_autograd.py -> base_bdist_tmp/functorch/_src 2022-12-01T10:11:05.2977645Z copying build/lib.linux-x86_64-3.7/functorch/_src/benchmark_utils.py -> base_bdist_tmp/functorch/_src 2022-12-01T10:11:05.2978085Z copying build/lib.linux-x86_64-3.7/functorch/_src/compile_utils.py -> base_bdist_tmp/functorch/_src 2022-12-01T10:11:05.2978541Z copying build/lib.linux-x86_64-3.7/functorch/_src/compilers.py -> base_bdist_tmp/functorch/_src 2022-12-01T10:11:05.2978809Z copying build/lib.linux-x86_64-3.7/functorch/_src/config.py -> base_bdist_tmp/functorch/_src 2022-12-01T10:11:05.2979093Z copying build/lib.linux-x86_64-3.7/functorch/_src/eager_transforms.py -> base_bdist_tmp/functorch/_src 2022-12-01T10:11:05.2979464Z copying build/lib.linux-x86_64-3.7/functorch/_src/fx_minifier.py -> base_bdist_tmp/functorch/_src 2022-12-01T10:11:05.2979928Z copying build/lib.linux-x86_64-3.7/functorch/_src/make_functional.py -> base_bdist_tmp/functorch/_src 2022-12-01T10:11:05.2980375Z copying build/lib.linux-x86_64-3.7/functorch/_src/named_members_polyfill.py -> base_bdist_tmp/functorch/_src 2022-12-01T10:11:05.2980674Z copying build/lib.linux-x86_64-3.7/functorch/_src/partitioners.py -> base_bdist_tmp/functorch/_src 2022-12-01T10:11:05.2981055Z copying build/lib.linux-x86_64-3.7/functorch/_src/python_key.py -> base_bdist_tmp/functorch/_src 2022-12-01T10:11:05.2981444Z copying build/lib.linux-x86_64-3.7/functorch/_src/pytree_hacks.py -> base_bdist_tmp/functorch/_src 2022-12-01T10:11:05.2981806Z copying build/lib.linux-x86_64-3.7/functorch/_src/top_operators_github_usage.py -> base_bdist_tmp/functorch/_src 2022-12-01T10:11:05.2982097Z copying build/lib.linux-x86_64-3.7/functorch/_src/vmap.py -> base_bdist_tmp/functorch/_src 2022-12-01T10:11:05.2982193Z creating base_bdist_tmp/functorch/compile 2022-12-01T10:11:05.2982555Z copying build/lib.linux-x86_64-3.7/functorch/compile/__init__.py -> base_bdist_tmp/functorch/compile 2022-12-01T10:11:05.2982703Z creating base_bdist_tmp/functorch/dim 2022-12-01T10:11:05.2982997Z copying build/lib.linux-x86_64-3.7/functorch/dim/__init__.py -> base_bdist_tmp/functorch/dim 2022-12-01T10:11:05.2983334Z copying build/lib.linux-x86_64-3.7/functorch/dim/batch_tensor.py -> base_bdist_tmp/functorch/dim 2022-12-01T10:11:05.2983673Z copying build/lib.linux-x86_64-3.7/functorch/dim/delayed_mul_tensor.py -> base_bdist_tmp/functorch/dim 2022-12-01T10:11:05.2984024Z copying build/lib.linux-x86_64-3.7/functorch/dim/dim.py -> base_bdist_tmp/functorch/dim 2022-12-01T10:11:05.2984302Z copying build/lib.linux-x86_64-3.7/functorch/dim/magic_trace.py -> base_bdist_tmp/functorch/dim 2022-12-01T10:11:05.2984575Z copying build/lib.linux-x86_64-3.7/functorch/dim/op_properties.py -> base_bdist_tmp/functorch/dim 2022-12-01T10:11:05.2985260Z copying build/lib.linux-x86_64-3.7/functorch/dim/reference.py -> base_bdist_tmp/functorch/dim 2022-12-01T10:11:05.2986413Z copying build/lib.linux-x86_64-3.7/functorch/dim/tree_map.py -> base_bdist_tmp/functorch/dim 2022-12-01T10:11:05.2988054Z copying build/lib.linux-x86_64-3.7/functorch/dim/wrap_type.py -> base_bdist_tmp/functorch/dim 2022-12-01T10:11:05.2989844Z creating base_bdist_tmp/functorch/experimental 2022-12-01T10:11:05.2990230Z copying build/lib.linux-x86_64-3.7/functorch/experimental/__init__.py -> base_bdist_tmp/functorch/experimental 2022-12-01T10:11:05.2991513Z copying build/lib.linux-x86_64-3.7/functorch/experimental/batch_norm_replacement.py -> base_bdist_tmp/functorch/experimental 2022-12-01T10:11:05.2992715Z copying build/lib.linux-x86_64-3.7/functorch/experimental/cond.py -> base_bdist_tmp/functorch/experimental 2022-12-01T10:11:05.2994075Z copying build/lib.linux-x86_64-3.7/functorch/experimental/ops.py -> base_bdist_tmp/functorch/experimental 2022-12-01T10:11:05.2994745Z copying build/lib.linux-x86_64-3.7/functorch/_C.cpython-37m-x86_64-linux-gnu.so -> base_bdist_tmp/functorch 2022-12-01T10:11:05.3000235Z creating base_bdist_tmp/torch 2022-12-01T10:11:05.3000646Z copying build/lib.linux-x86_64-3.7/torch/_VF.py -> base_bdist_tmp/torch 2022-12-01T10:11:05.3002495Z copying build/lib.linux-x86_64-3.7/torch/__config__.py -> base_bdist_tmp/torch 2022-12-01T10:11:05.3004099Z copying build/lib.linux-x86_64-3.7/torch/__future__.py -> base_bdist_tmp/torch 2022-12-01T10:11:05.3004444Z copying build/lib.linux-x86_64-3.7/torch/__init__.py -> base_bdist_tmp/torch 2022-12-01T10:11:05.3005681Z copying build/lib.linux-x86_64-3.7/torch/_appdirs.py -> base_bdist_tmp/torch 2022-12-01T10:11:05.3007127Z copying build/lib.linux-x86_64-3.7/torch/_classes.py -> base_bdist_tmp/torch 2022-12-01T10:11:05.3008255Z copying build/lib.linux-x86_64-3.7/torch/_deploy.py -> base_bdist_tmp/torch 2022-12-01T10:11:05.3009327Z copying build/lib.linux-x86_64-3.7/torch/_jit_internal.py -> base_bdist_tmp/torch 2022-12-01T10:11:05.3011044Z copying build/lib.linux-x86_64-3.7/torch/_linalg_utils.py -> base_bdist_tmp/torch 2022-12-01T10:11:05.3011668Z copying build/lib.linux-x86_64-3.7/torch/_lobpcg.py -> base_bdist_tmp/torch 2022-12-01T10:11:05.3013386Z copying build/lib.linux-x86_64-3.7/torch/_lowrank.py -> base_bdist_tmp/torch 2022-12-01T10:11:05.3014386Z copying build/lib.linux-x86_64-3.7/torch/_meta_registrations.py -> base_bdist_tmp/torch 2022-12-01T10:11:05.3015883Z copying build/lib.linux-x86_64-3.7/torch/_namedtensor_internals.py -> base_bdist_tmp/torch 2022-12-01T10:11:05.3016976Z copying build/lib.linux-x86_64-3.7/torch/_ops.py -> base_bdist_tmp/torch 2022-12-01T10:11:05.3018521Z copying build/lib.linux-x86_64-3.7/torch/_python_dispatcher.py -> base_bdist_tmp/torch 2022-12-01T10:11:05.3019570Z copying build/lib.linux-x86_64-3.7/torch/_six.py -> base_bdist_tmp/torch 2022-12-01T10:11:05.3022181Z copying build/lib.linux-x86_64-3.7/torch/_sources.py -> base_bdist_tmp/torch 2022-12-01T10:11:05.3022544Z copying build/lib.linux-x86_64-3.7/torch/_storage_docs.py -> base_bdist_tmp/torch 2022-12-01T10:11:05.3022911Z copying build/lib.linux-x86_64-3.7/torch/_tensor.py -> base_bdist_tmp/torch 2022-12-01T10:11:05.3024438Z copying build/lib.linux-x86_64-3.7/torch/_tensor_docs.py -> base_bdist_tmp/torch 2022-12-01T10:11:05.3026792Z copying build/lib.linux-x86_64-3.7/torch/_tensor_str.py -> base_bdist_tmp/torch 2022-12-01T10:11:05.3027688Z copying build/lib.linux-x86_64-3.7/torch/_torch_docs.py -> base_bdist_tmp/torch 2022-12-01T10:11:05.3032160Z copying build/lib.linux-x86_64-3.7/torch/_utils.py -> base_bdist_tmp/torch 2022-12-01T10:11:05.3032834Z copying build/lib.linux-x86_64-3.7/torch/_utils_internal.py -> base_bdist_tmp/torch 2022-12-01T10:11:05.3034773Z copying build/lib.linux-x86_64-3.7/torch/_vmap_internals.py -> base_bdist_tmp/torch 2022-12-01T10:11:05.3035021Z copying build/lib.linux-x86_64-3.7/torch/_weights_only_unpickler.py -> base_bdist_tmp/torch 2022-12-01T10:11:05.3035985Z copying build/lib.linux-x86_64-3.7/torch/functional.py -> base_bdist_tmp/torch 2022-12-01T10:11:05.3037468Z copying build/lib.linux-x86_64-3.7/torch/hub.py -> base_bdist_tmp/torch 2022-12-01T10:11:05.3038702Z copying build/lib.linux-x86_64-3.7/torch/library.py -> base_bdist_tmp/torch 2022-12-01T10:11:05.3039453Z copying build/lib.linux-x86_64-3.7/torch/overrides.py -> base_bdist_tmp/torch 2022-12-01T10:11:05.3041172Z copying build/lib.linux-x86_64-3.7/torch/quasirandom.py -> base_bdist_tmp/torch 2022-12-01T10:11:05.3042463Z copying build/lib.linux-x86_64-3.7/torch/random.py -> base_bdist_tmp/torch 2022-12-01T10:11:05.3042886Z copying build/lib.linux-x86_64-3.7/torch/return_types.py -> base_bdist_tmp/torch 2022-12-01T10:11:05.3043774Z copying build/lib.linux-x86_64-3.7/torch/serialization.py -> base_bdist_tmp/torch 2022-12-01T10:11:05.3045175Z copying build/lib.linux-x86_64-3.7/torch/storage.py -> base_bdist_tmp/torch 2022-12-01T10:11:05.3045995Z copying build/lib.linux-x86_64-3.7/torch/torch_version.py -> base_bdist_tmp/torch 2022-12-01T10:11:05.3047212Z copying build/lib.linux-x86_64-3.7/torch/types.py -> base_bdist_tmp/torch 2022-12-01T10:11:05.3047698Z copying build/lib.linux-x86_64-3.7/torch/version.py -> base_bdist_tmp/torch 2022-12-01T10:11:05.3049383Z creating base_bdist_tmp/torch/_decomp 2022-12-01T10:11:05.3050029Z copying build/lib.linux-x86_64-3.7/torch/_decomp/__init__.py -> base_bdist_tmp/torch/_decomp 2022-12-01T10:11:05.3050542Z copying build/lib.linux-x86_64-3.7/torch/_decomp/decompositions.py -> base_bdist_tmp/torch/_decomp 2022-12-01T10:11:05.3052373Z copying build/lib.linux-x86_64-3.7/torch/_decomp/decompositions_for_jvp.py -> base_bdist_tmp/torch/_decomp 2022-12-01T10:11:05.3053210Z creating base_bdist_tmp/torch/_dispatch 2022-12-01T10:11:05.3054020Z copying build/lib.linux-x86_64-3.7/torch/_dispatch/__init__.py -> base_bdist_tmp/torch/_dispatch 2022-12-01T10:11:05.3054767Z copying build/lib.linux-x86_64-3.7/torch/_dispatch/python.py -> base_bdist_tmp/torch/_dispatch 2022-12-01T10:11:05.3056554Z creating base_bdist_tmp/torch/_lazy 2022-12-01T10:11:05.3057001Z copying build/lib.linux-x86_64-3.7/torch/_lazy/__init__.py -> base_bdist_tmp/torch/_lazy 2022-12-01T10:11:05.3058523Z copying build/lib.linux-x86_64-3.7/torch/_lazy/closure.py -> base_bdist_tmp/torch/_lazy 2022-12-01T10:11:05.3059174Z copying build/lib.linux-x86_64-3.7/torch/_lazy/computation.py -> base_bdist_tmp/torch/_lazy 2022-12-01T10:11:05.3060446Z copying build/lib.linux-x86_64-3.7/torch/_lazy/config.py -> base_bdist_tmp/torch/_lazy 2022-12-01T10:11:05.3061304Z copying build/lib.linux-x86_64-3.7/torch/_lazy/debug.py -> base_bdist_tmp/torch/_lazy 2022-12-01T10:11:05.3062241Z copying build/lib.linux-x86_64-3.7/torch/_lazy/device_context.py -> base_bdist_tmp/torch/_lazy 2022-12-01T10:11:05.3063540Z copying build/lib.linux-x86_64-3.7/torch/_lazy/extract_compiled_graph.py -> base_bdist_tmp/torch/_lazy 2022-12-01T10:11:05.3064599Z copying build/lib.linux-x86_64-3.7/torch/_lazy/ir_cache.py -> base_bdist_tmp/torch/_lazy 2022-12-01T10:11:05.3065541Z copying build/lib.linux-x86_64-3.7/torch/_lazy/metrics.py -> base_bdist_tmp/torch/_lazy 2022-12-01T10:11:05.3067096Z copying build/lib.linux-x86_64-3.7/torch/_lazy/tensor_factory_functions.py -> base_bdist_tmp/torch/_lazy 2022-12-01T10:11:05.3067688Z copying build/lib.linux-x86_64-3.7/torch/_lazy/ts_backend.py -> base_bdist_tmp/torch/_lazy 2022-12-01T10:11:05.3069112Z creating base_bdist_tmp/torch/_prims 2022-12-01T10:11:05.3069939Z copying build/lib.linux-x86_64-3.7/torch/_prims/__init__.py -> base_bdist_tmp/torch/_prims 2022-12-01T10:11:05.3071498Z copying build/lib.linux-x86_64-3.7/torch/_prims/context.py -> base_bdist_tmp/torch/_prims 2022-12-01T10:11:05.3072244Z copying build/lib.linux-x86_64-3.7/torch/_prims/executor.py -> base_bdist_tmp/torch/_prims 2022-12-01T10:11:05.3073154Z copying build/lib.linux-x86_64-3.7/torch/_prims/nvfuser_executor.py -> base_bdist_tmp/torch/_prims 2022-12-01T10:11:05.3074078Z copying build/lib.linux-x86_64-3.7/torch/_prims/nvfuser_prims.py -> base_bdist_tmp/torch/_prims 2022-12-01T10:11:05.3075378Z creating base_bdist_tmp/torch/_prims_common 2022-12-01T10:11:05.3075933Z copying build/lib.linux-x86_64-3.7/torch/_prims_common/__init__.py -> base_bdist_tmp/torch/_prims_common 2022-12-01T10:11:05.3077434Z copying build/lib.linux-x86_64-3.7/torch/_prims_common/wrappers.py -> base_bdist_tmp/torch/_prims_common 2022-12-01T10:11:05.3078427Z creating base_bdist_tmp/torch/_refs 2022-12-01T10:11:05.3079966Z copying build/lib.linux-x86_64-3.7/torch/_refs/__init__.py -> base_bdist_tmp/torch/_refs 2022-12-01T10:11:05.3081813Z copying build/lib.linux-x86_64-3.7/torch/_refs/fft.py -> base_bdist_tmp/torch/_refs 2022-12-01T10:11:05.3083055Z creating base_bdist_tmp/torch/_refs/linalg 2022-12-01T10:11:05.3083347Z copying build/lib.linux-x86_64-3.7/torch/_refs/linalg/__init__.py -> base_bdist_tmp/torch/_refs/linalg 2022-12-01T10:11:05.3084746Z creating base_bdist_tmp/torch/_refs/nn 2022-12-01T10:11:05.3085198Z copying build/lib.linux-x86_64-3.7/torch/_refs/nn/__init__.py -> base_bdist_tmp/torch/_refs/nn 2022-12-01T10:11:05.3086376Z creating base_bdist_tmp/torch/_refs/nn/functional 2022-12-01T10:11:05.3087245Z copying build/lib.linux-x86_64-3.7/torch/_refs/nn/functional/__init__.py -> base_bdist_tmp/torch/_refs/nn/functional 2022-12-01T10:11:05.3088324Z creating base_bdist_tmp/torch/_refs/special 2022-12-01T10:11:05.3089772Z copying build/lib.linux-x86_64-3.7/torch/_refs/special/__init__.py -> base_bdist_tmp/torch/_refs/special 2022-12-01T10:11:05.3089945Z creating base_bdist_tmp/torch/_subclasses 2022-12-01T10:11:05.3090695Z copying build/lib.linux-x86_64-3.7/torch/_subclasses/__init__.py -> base_bdist_tmp/torch/_subclasses 2022-12-01T10:11:05.3091202Z copying build/lib.linux-x86_64-3.7/torch/_subclasses/fake_tensor.py -> base_bdist_tmp/torch/_subclasses 2022-12-01T10:11:05.3092403Z copying build/lib.linux-x86_64-3.7/torch/_subclasses/fake_utils.py -> base_bdist_tmp/torch/_subclasses 2022-12-01T10:11:05.3093349Z copying build/lib.linux-x86_64-3.7/torch/_subclasses/meta_utils.py -> base_bdist_tmp/torch/_subclasses 2022-12-01T10:11:05.3094625Z creating base_bdist_tmp/torch/amp 2022-12-01T10:11:05.3095934Z copying build/lib.linux-x86_64-3.7/torch/amp/__init__.py -> base_bdist_tmp/torch/amp 2022-12-01T10:11:05.3097099Z copying build/lib.linux-x86_64-3.7/torch/amp/autocast_mode.py -> base_bdist_tmp/torch/amp 2022-12-01T10:11:05.3098791Z creating base_bdist_tmp/torch/ao 2022-12-01T10:11:05.3099159Z copying build/lib.linux-x86_64-3.7/torch/ao/__init__.py -> base_bdist_tmp/torch/ao 2022-12-01T10:11:05.3100724Z creating base_bdist_tmp/torch/ao/nn 2022-12-01T10:11:05.3101051Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/__init__.py -> base_bdist_tmp/torch/ao/nn 2022-12-01T10:11:05.3102348Z creating base_bdist_tmp/torch/ao/nn/intrinsic 2022-12-01T10:11:05.3102675Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/intrinsic/__init__.py -> base_bdist_tmp/torch/ao/nn/intrinsic 2022-12-01T10:11:05.3104056Z creating base_bdist_tmp/torch/ao/nn/intrinsic/modules 2022-12-01T10:11:05.3104594Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/intrinsic/modules/__init__.py -> base_bdist_tmp/torch/ao/nn/intrinsic/modules 2022-12-01T10:11:05.3105634Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/intrinsic/modules/fused.py -> base_bdist_tmp/torch/ao/nn/intrinsic/modules 2022-12-01T10:11:05.3106497Z creating base_bdist_tmp/torch/ao/nn/qat 2022-12-01T10:11:05.3106942Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/qat/__init__.py -> base_bdist_tmp/torch/ao/nn/qat 2022-12-01T10:11:05.3108349Z creating base_bdist_tmp/torch/ao/nn/qat/dynamic 2022-12-01T10:11:05.3108735Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/qat/dynamic/__init__.py -> base_bdist_tmp/torch/ao/nn/qat/dynamic 2022-12-01T10:11:05.3109652Z creating base_bdist_tmp/torch/ao/nn/qat/dynamic/modules 2022-12-01T10:11:05.3110068Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/qat/dynamic/modules/__init__.py -> base_bdist_tmp/torch/ao/nn/qat/dynamic/modules 2022-12-01T10:11:05.3111334Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/qat/dynamic/modules/linear.py -> base_bdist_tmp/torch/ao/nn/qat/dynamic/modules 2022-12-01T10:11:05.3112282Z creating base_bdist_tmp/torch/ao/nn/qat/modules 2022-12-01T10:11:05.3112685Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/qat/modules/__init__.py -> base_bdist_tmp/torch/ao/nn/qat/modules 2022-12-01T10:11:05.3114028Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/qat/modules/conv.py -> base_bdist_tmp/torch/ao/nn/qat/modules 2022-12-01T10:11:05.3115452Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/qat/modules/embedding_ops.py -> base_bdist_tmp/torch/ao/nn/qat/modules 2022-12-01T10:11:05.3116184Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/qat/modules/linear.py -> base_bdist_tmp/torch/ao/nn/qat/modules 2022-12-01T10:11:05.3117431Z creating base_bdist_tmp/torch/ao/nn/quantizable 2022-12-01T10:11:05.3117863Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantizable/__init__.py -> base_bdist_tmp/torch/ao/nn/quantizable 2022-12-01T10:11:05.3119494Z creating base_bdist_tmp/torch/ao/nn/quantizable/modules 2022-12-01T10:11:05.3120187Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantizable/modules/__init__.py -> base_bdist_tmp/torch/ao/nn/quantizable/modules 2022-12-01T10:11:05.3120921Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantizable/modules/activation.py -> base_bdist_tmp/torch/ao/nn/quantizable/modules 2022-12-01T10:11:05.3122095Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantizable/modules/rnn.py -> base_bdist_tmp/torch/ao/nn/quantizable/modules 2022-12-01T10:11:05.3122941Z creating base_bdist_tmp/torch/ao/nn/quantized 2022-12-01T10:11:05.3123625Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/__init__.py -> base_bdist_tmp/torch/ao/nn/quantized 2022-12-01T10:11:05.3124680Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/functional.py -> base_bdist_tmp/torch/ao/nn/quantized 2022-12-01T10:11:05.3125734Z creating base_bdist_tmp/torch/ao/nn/quantized/dynamic 2022-12-01T10:11:05.3126602Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/dynamic/__init__.py -> base_bdist_tmp/torch/ao/nn/quantized/dynamic 2022-12-01T10:11:05.3127661Z creating base_bdist_tmp/torch/ao/nn/quantized/dynamic/modules 2022-12-01T10:11:05.3128880Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/dynamic/modules/__init__.py -> base_bdist_tmp/torch/ao/nn/quantized/dynamic/modules 2022-12-01T10:11:05.3130123Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/dynamic/modules/conv.py -> base_bdist_tmp/torch/ao/nn/quantized/dynamic/modules 2022-12-01T10:11:05.3131415Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/dynamic/modules/linear.py -> base_bdist_tmp/torch/ao/nn/quantized/dynamic/modules 2022-12-01T10:11:05.3132470Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/dynamic/modules/rnn.py -> base_bdist_tmp/torch/ao/nn/quantized/dynamic/modules 2022-12-01T10:11:05.3134188Z creating base_bdist_tmp/torch/ao/nn/quantized/modules 2022-12-01T10:11:05.3134918Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/modules/__init__.py -> base_bdist_tmp/torch/ao/nn/quantized/modules 2022-12-01T10:11:05.3136001Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/modules/activation.py -> base_bdist_tmp/torch/ao/nn/quantized/modules 2022-12-01T10:11:05.3137110Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/modules/batchnorm.py -> base_bdist_tmp/torch/ao/nn/quantized/modules 2022-12-01T10:11:05.3138242Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/modules/conv.py -> base_bdist_tmp/torch/ao/nn/quantized/modules 2022-12-01T10:11:05.3139674Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/modules/dropout.py -> base_bdist_tmp/torch/ao/nn/quantized/modules 2022-12-01T10:11:05.3140884Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/modules/embedding_ops.py -> base_bdist_tmp/torch/ao/nn/quantized/modules 2022-12-01T10:11:05.3142082Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/modules/functional_modules.py -> base_bdist_tmp/torch/ao/nn/quantized/modules 2022-12-01T10:11:05.3143091Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/modules/linear.py -> base_bdist_tmp/torch/ao/nn/quantized/modules 2022-12-01T10:11:05.3144217Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/modules/normalization.py -> base_bdist_tmp/torch/ao/nn/quantized/modules 2022-12-01T10:11:05.3145384Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/modules/rnn.py -> base_bdist_tmp/torch/ao/nn/quantized/modules 2022-12-01T10:11:05.3146453Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/modules/utils.py -> base_bdist_tmp/torch/ao/nn/quantized/modules 2022-12-01T10:11:05.3147649Z creating base_bdist_tmp/torch/ao/nn/quantized/reference 2022-12-01T10:11:05.3148766Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/reference/__init__.py -> base_bdist_tmp/torch/ao/nn/quantized/reference 2022-12-01T10:11:05.3149830Z creating base_bdist_tmp/torch/ao/nn/quantized/reference/modules 2022-12-01T10:11:05.3150939Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/reference/modules/__init__.py -> base_bdist_tmp/torch/ao/nn/quantized/reference/modules 2022-12-01T10:11:05.3151902Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/reference/modules/conv.py -> base_bdist_tmp/torch/ao/nn/quantized/reference/modules 2022-12-01T10:11:05.3153209Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/reference/modules/linear.py -> base_bdist_tmp/torch/ao/nn/quantized/reference/modules 2022-12-01T10:11:05.3154314Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/reference/modules/rnn.py -> base_bdist_tmp/torch/ao/nn/quantized/reference/modules 2022-12-01T10:11:05.3155605Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/reference/modules/sparse.py -> base_bdist_tmp/torch/ao/nn/quantized/reference/modules 2022-12-01T10:11:05.3156695Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/quantized/reference/modules/utils.py -> base_bdist_tmp/torch/ao/nn/quantized/reference/modules 2022-12-01T10:11:05.3157748Z creating base_bdist_tmp/torch/ao/nn/sparse 2022-12-01T10:11:05.3158632Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/sparse/__init__.py -> base_bdist_tmp/torch/ao/nn/sparse 2022-12-01T10:11:05.3159862Z creating base_bdist_tmp/torch/ao/nn/sparse/quantized 2022-12-01T10:11:05.3161656Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/sparse/quantized/__init__.py -> base_bdist_tmp/torch/ao/nn/sparse/quantized 2022-12-01T10:11:05.3162852Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/sparse/quantized/linear.py -> base_bdist_tmp/torch/ao/nn/sparse/quantized 2022-12-01T10:11:05.3164057Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/sparse/quantized/utils.py -> base_bdist_tmp/torch/ao/nn/sparse/quantized 2022-12-01T10:11:05.3165255Z creating base_bdist_tmp/torch/ao/nn/sparse/quantized/dynamic 2022-12-01T10:11:05.3166143Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/sparse/quantized/dynamic/__init__.py -> base_bdist_tmp/torch/ao/nn/sparse/quantized/dynamic 2022-12-01T10:11:05.3167266Z copying build/lib.linux-x86_64-3.7/torch/ao/nn/sparse/quantized/dynamic/linear.py -> base_bdist_tmp/torch/ao/nn/sparse/quantized/dynamic 2022-12-01T10:11:05.3168392Z creating base_bdist_tmp/torch/ao/ns 2022-12-01T10:11:05.3169175Z copying build/lib.linux-x86_64-3.7/torch/ao/ns/__init__.py -> base_bdist_tmp/torch/ao/ns 2022-12-01T10:11:05.3170242Z copying build/lib.linux-x86_64-3.7/torch/ao/ns/_numeric_suite.py -> base_bdist_tmp/torch/ao/ns 2022-12-01T10:11:05.3171711Z copying build/lib.linux-x86_64-3.7/torch/ao/ns/_numeric_suite_fx.py -> base_bdist_tmp/torch/ao/ns 2022-12-01T10:11:05.3173198Z creating base_bdist_tmp/torch/ao/ns/fx 2022-12-01T10:11:05.3173994Z copying build/lib.linux-x86_64-3.7/torch/ao/ns/fx/__init__.py -> base_bdist_tmp/torch/ao/ns/fx 2022-12-01T10:11:05.3175055Z copying build/lib.linux-x86_64-3.7/torch/ao/ns/fx/graph_matcher.py -> base_bdist_tmp/torch/ao/ns/fx 2022-12-01T10:11:05.3176308Z copying build/lib.linux-x86_64-3.7/torch/ao/ns/fx/graph_passes.py -> base_bdist_tmp/torch/ao/ns/fx 2022-12-01T10:11:05.3177788Z copying build/lib.linux-x86_64-3.7/torch/ao/ns/fx/mappings.py -> base_bdist_tmp/torch/ao/ns/fx 2022-12-01T10:11:05.3179163Z copying build/lib.linux-x86_64-3.7/torch/ao/ns/fx/ns_types.py -> base_bdist_tmp/torch/ao/ns/fx 2022-12-01T10:11:05.3180321Z copying build/lib.linux-x86_64-3.7/torch/ao/ns/fx/pattern_utils.py -> base_bdist_tmp/torch/ao/ns/fx 2022-12-01T10:11:05.3181408Z copying build/lib.linux-x86_64-3.7/torch/ao/ns/fx/utils.py -> base_bdist_tmp/torch/ao/ns/fx 2022-12-01T10:11:05.3182643Z copying build/lib.linux-x86_64-3.7/torch/ao/ns/fx/weight_utils.py -> base_bdist_tmp/torch/ao/ns/fx 2022-12-01T10:11:05.3184030Z creating base_bdist_tmp/torch/ao/quantization 2022-12-01T10:11:05.3184914Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/__init__.py -> base_bdist_tmp/torch/ao/quantization 2022-12-01T10:11:05.3186168Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/_correct_bias.py -> base_bdist_tmp/torch/ao/quantization 2022-12-01T10:11:05.3187313Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/_equalize.py -> base_bdist_tmp/torch/ao/quantization 2022-12-01T10:11:05.3188350Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/_learnable_fake_quantize.py -> base_bdist_tmp/torch/ao/quantization 2022-12-01T10:11:05.3189389Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/fake_quantize.py -> base_bdist_tmp/torch/ao/quantization 2022-12-01T10:11:05.3190682Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/fuse_modules.py -> base_bdist_tmp/torch/ao/quantization 2022-12-01T10:11:05.3191901Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/fuser_method_mappings.py -> base_bdist_tmp/torch/ao/quantization 2022-12-01T10:11:05.3192813Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/observer.py -> base_bdist_tmp/torch/ao/quantization 2022-12-01T10:11:05.3194515Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/qconfig.py -> base_bdist_tmp/torch/ao/quantization 2022-12-01T10:11:05.3195948Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/qconfig_mapping.py -> base_bdist_tmp/torch/ao/quantization 2022-12-01T10:11:05.3197127Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/qconfig_mapping_utils.py -> base_bdist_tmp/torch/ao/quantization 2022-12-01T10:11:05.3198085Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/quant_type.py -> base_bdist_tmp/torch/ao/quantization 2022-12-01T10:11:05.3199211Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/quantization_mappings.py -> base_bdist_tmp/torch/ao/quantization 2022-12-01T10:11:05.3200561Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/quantization_types.py -> base_bdist_tmp/torch/ao/quantization 2022-12-01T10:11:05.3201960Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/quantize.py -> base_bdist_tmp/torch/ao/quantization 2022-12-01T10:11:05.3203453Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/quantize_fx.py -> base_bdist_tmp/torch/ao/quantization 2022-12-01T10:11:05.3204755Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/quantize_jit.py -> base_bdist_tmp/torch/ao/quantization 2022-12-01T10:11:05.3205958Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/stubs.py -> base_bdist_tmp/torch/ao/quantization 2022-12-01T10:11:05.3207030Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/utils.py -> base_bdist_tmp/torch/ao/quantization 2022-12-01T10:11:05.3208489Z creating base_bdist_tmp/torch/ao/quantization/backend_config 2022-12-01T10:11:05.3209407Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/backend_config/__init__.py -> base_bdist_tmp/torch/ao/quantization/backend_config 2022-12-01T10:11:05.3210657Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/backend_config/_common_operator_config_utils.py -> base_bdist_tmp/torch/ao/quantization/backend_config 2022-12-01T10:11:05.3212003Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/backend_config/backend_config.py -> base_bdist_tmp/torch/ao/quantization/backend_config 2022-12-01T10:11:05.3213295Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/backend_config/executorch.py -> base_bdist_tmp/torch/ao/quantization/backend_config 2022-12-01T10:11:05.3214436Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/backend_config/fbgemm.py -> base_bdist_tmp/torch/ao/quantization/backend_config 2022-12-01T10:11:05.3215662Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/backend_config/native.py -> base_bdist_tmp/torch/ao/quantization/backend_config 2022-12-01T10:11:05.3216835Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/backend_config/observation_type.py -> base_bdist_tmp/torch/ao/quantization/backend_config 2022-12-01T10:11:05.3217749Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/backend_config/qnnpack.py -> base_bdist_tmp/torch/ao/quantization/backend_config 2022-12-01T10:11:05.3218780Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/backend_config/tensorrt.py -> base_bdist_tmp/torch/ao/quantization/backend_config 2022-12-01T10:11:05.3219693Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/backend_config/utils.py -> base_bdist_tmp/torch/ao/quantization/backend_config 2022-12-01T10:11:05.3220810Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/backend_config/x86.py -> base_bdist_tmp/torch/ao/quantization/backend_config 2022-12-01T10:11:05.3221970Z creating base_bdist_tmp/torch/ao/quantization/fx 2022-12-01T10:11:05.3222936Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/__init__.py -> base_bdist_tmp/torch/ao/quantization/fx 2022-12-01T10:11:05.3224160Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/_equalize.py -> base_bdist_tmp/torch/ao/quantization/fx 2022-12-01T10:11:05.3225650Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/_lower_to_native_backend.py -> base_bdist_tmp/torch/ao/quantization/fx 2022-12-01T10:11:05.3227233Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/backend_config_utils.py -> base_bdist_tmp/torch/ao/quantization/fx 2022-12-01T10:11:05.3228251Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/convert.py -> base_bdist_tmp/torch/ao/quantization/fx 2022-12-01T10:11:05.3229668Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/custom_config.py -> base_bdist_tmp/torch/ao/quantization/fx 2022-12-01T10:11:05.3230924Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/fuse.py -> base_bdist_tmp/torch/ao/quantization/fx 2022-12-01T10:11:05.3232023Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/fusion_patterns.py -> base_bdist_tmp/torch/ao/quantization/fx 2022-12-01T10:11:05.3233146Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/graph_module.py -> base_bdist_tmp/torch/ao/quantization/fx 2022-12-01T10:11:05.3234258Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/lower_to_fbgemm.py -> base_bdist_tmp/torch/ao/quantization/fx 2022-12-01T10:11:05.3235359Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/lower_to_qnnpack.py -> base_bdist_tmp/torch/ao/quantization/fx 2022-12-01T10:11:05.3236400Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/match_utils.py -> base_bdist_tmp/torch/ao/quantization/fx 2022-12-01T10:11:05.3238012Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/pattern_utils.py -> base_bdist_tmp/torch/ao/quantization/fx 2022-12-01T10:11:05.3238549Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/prepare.py -> base_bdist_tmp/torch/ao/quantization/fx 2022-12-01T10:11:05.3240928Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/qconfig_mapping_utils.py -> base_bdist_tmp/torch/ao/quantization/fx 2022-12-01T10:11:05.3241765Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/quantization_patterns.py -> base_bdist_tmp/torch/ao/quantization/fx 2022-12-01T10:11:05.3243091Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/tracer.py -> base_bdist_tmp/torch/ao/quantization/fx 2022-12-01T10:11:05.3244124Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/utils.py -> base_bdist_tmp/torch/ao/quantization/fx 2022-12-01T10:11:05.3245933Z creating base_bdist_tmp/torch/ao/quantization/fx/_model_report 2022-12-01T10:11:05.3247326Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/_model_report/__init__.py -> base_bdist_tmp/torch/ao/quantization/fx/_model_report 2022-12-01T10:11:05.3248299Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/_model_report/detector.py -> base_bdist_tmp/torch/ao/quantization/fx/_model_report 2022-12-01T10:11:05.3250429Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/_model_report/model_report.py -> base_bdist_tmp/torch/ao/quantization/fx/_model_report 2022-12-01T10:11:05.3251670Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/_model_report/model_report_observer.py -> base_bdist_tmp/torch/ao/quantization/fx/_model_report 2022-12-01T10:11:05.3252860Z copying build/lib.linux-x86_64-3.7/torch/ao/quantization/fx/_model_report/model_report_visualizer.py -> base_bdist_tmp/torch/ao/quantization/fx/_model_report 2022-12-01T10:11:05.3254270Z creating base_bdist_tmp/torch/ao/sparsity 2022-12-01T10:11:05.3255010Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/__init__.py -> base_bdist_tmp/torch/ao/sparsity 2022-12-01T10:11:05.3256391Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/_mappings.py -> base_bdist_tmp/torch/ao/sparsity 2022-12-01T10:11:05.3257189Z creating base_bdist_tmp/torch/ao/sparsity/_experimental 2022-12-01T10:11:05.3258229Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/__init__.py -> base_bdist_tmp/torch/ao/sparsity/_experimental 2022-12-01T10:11:05.3259376Z creating base_bdist_tmp/torch/ao/sparsity/_experimental/activation_sparsifier 2022-12-01T10:11:05.3259892Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/activation_sparsifier/__init__.py -> base_bdist_tmp/torch/ao/sparsity/_experimental/activation_sparsifier 2022-12-01T10:11:05.3261250Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/activation_sparsifier/activation_sparsifier.py -> base_bdist_tmp/torch/ao/sparsity/_experimental/activation_sparsifier 2022-12-01T10:11:05.3262929Z creating base_bdist_tmp/torch/ao/sparsity/_experimental/data_scheduler 2022-12-01T10:11:05.3263647Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/data_scheduler/__init__.py -> base_bdist_tmp/torch/ao/sparsity/_experimental/data_scheduler 2022-12-01T10:11:05.3264612Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/data_scheduler/base_data_scheduler.py -> base_bdist_tmp/torch/ao/sparsity/_experimental/data_scheduler 2022-12-01T10:11:05.3266022Z creating base_bdist_tmp/torch/ao/sparsity/_experimental/data_sparsifier 2022-12-01T10:11:05.3266680Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/data_sparsifier/__init__.py -> base_bdist_tmp/torch/ao/sparsity/_experimental/data_sparsifier 2022-12-01T10:11:05.3267770Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/data_sparsifier/base_data_sparsifier.py -> base_bdist_tmp/torch/ao/sparsity/_experimental/data_sparsifier 2022-12-01T10:11:05.3268779Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/data_sparsifier/data_norm_sparsifier.py -> base_bdist_tmp/torch/ao/sparsity/_experimental/data_sparsifier 2022-12-01T10:11:05.3269900Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/data_sparsifier/quantization_utils.py -> base_bdist_tmp/torch/ao/sparsity/_experimental/data_sparsifier 2022-12-01T10:11:05.3270810Z creating base_bdist_tmp/torch/ao/sparsity/_experimental/data_sparsifier/lightning 2022-12-01T10:11:05.3271771Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/data_sparsifier/lightning/__init__.py -> base_bdist_tmp/torch/ao/sparsity/_experimental/data_sparsifier/lightning 2022-12-01T10:11:05.3272707Z creating base_bdist_tmp/torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks 2022-12-01T10:11:05.3273569Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks/__init__.py -> base_bdist_tmp/torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks 2022-12-01T10:11:05.3274483Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py -> base_bdist_tmp/torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks 2022-12-01T10:11:05.3275682Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py -> base_bdist_tmp/torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks 2022-12-01T10:11:05.3276908Z creating base_bdist_tmp/torch/ao/sparsity/_experimental/pruner 2022-12-01T10:11:05.3277733Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/pruner/__init__.py -> base_bdist_tmp/torch/ao/sparsity/_experimental/pruner 2022-12-01T10:11:05.3278357Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/pruner/base_pruner.py -> base_bdist_tmp/torch/ao/sparsity/_experimental/pruner 2022-12-01T10:11:05.3280096Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/_experimental/pruner/parametrization.py -> base_bdist_tmp/torch/ao/sparsity/_experimental/pruner 2022-12-01T10:11:05.3280739Z creating base_bdist_tmp/torch/ao/sparsity/scheduler 2022-12-01T10:11:05.3281382Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/scheduler/__init__.py -> base_bdist_tmp/torch/ao/sparsity/scheduler 2022-12-01T10:11:05.3282232Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/scheduler/base_scheduler.py -> base_bdist_tmp/torch/ao/sparsity/scheduler 2022-12-01T10:11:05.3283163Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/scheduler/cubic_scheduler.py -> base_bdist_tmp/torch/ao/sparsity/scheduler 2022-12-01T10:11:05.3284168Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/scheduler/lambda_scheduler.py -> base_bdist_tmp/torch/ao/sparsity/scheduler 2022-12-01T10:11:05.3285064Z creating base_bdist_tmp/torch/ao/sparsity/sparsifier 2022-12-01T10:11:05.3285613Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/sparsifier/__init__.py -> base_bdist_tmp/torch/ao/sparsity/sparsifier 2022-12-01T10:11:05.3286404Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/sparsifier/base_sparsifier.py -> base_bdist_tmp/torch/ao/sparsity/sparsifier 2022-12-01T10:11:05.3287738Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/sparsifier/nearly_diagonal_sparsifier.py -> base_bdist_tmp/torch/ao/sparsity/sparsifier 2022-12-01T10:11:05.3289011Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/sparsifier/utils.py -> base_bdist_tmp/torch/ao/sparsity/sparsifier 2022-12-01T10:11:05.3290045Z copying build/lib.linux-x86_64-3.7/torch/ao/sparsity/sparsifier/weight_norm_sparsifier.py -> base_bdist_tmp/torch/ao/sparsity/sparsifier 2022-12-01T10:11:05.3291050Z creating base_bdist_tmp/torch/autograd 2022-12-01T10:11:05.3291750Z copying build/lib.linux-x86_64-3.7/torch/autograd/__init__.py -> base_bdist_tmp/torch/autograd 2022-12-01T10:11:05.3293386Z copying build/lib.linux-x86_64-3.7/torch/autograd/anomaly_mode.py -> base_bdist_tmp/torch/autograd 2022-12-01T10:11:05.3295195Z copying build/lib.linux-x86_64-3.7/torch/autograd/forward_ad.py -> base_bdist_tmp/torch/autograd 2022-12-01T10:11:05.3295432Z copying build/lib.linux-x86_64-3.7/torch/autograd/function.py -> base_bdist_tmp/torch/autograd 2022-12-01T10:11:05.3296304Z copying build/lib.linux-x86_64-3.7/torch/autograd/functional.py -> base_bdist_tmp/torch/autograd 2022-12-01T10:11:05.3297885Z copying build/lib.linux-x86_64-3.7/torch/autograd/grad_mode.py -> base_bdist_tmp/torch/autograd 2022-12-01T10:11:05.3298838Z copying build/lib.linux-x86_64-3.7/torch/autograd/gradcheck.py -> base_bdist_tmp/torch/autograd 2022-12-01T10:11:05.3300724Z copying build/lib.linux-x86_64-3.7/torch/autograd/graph.py -> base_bdist_tmp/torch/autograd 2022-12-01T10:11:05.3301550Z copying build/lib.linux-x86_64-3.7/torch/autograd/profiler.py -> base_bdist_tmp/torch/autograd 2022-12-01T10:11:05.3302863Z copying build/lib.linux-x86_64-3.7/torch/autograd/profiler_legacy.py -> base_bdist_tmp/torch/autograd 2022-12-01T10:11:05.3303392Z copying build/lib.linux-x86_64-3.7/torch/autograd/profiler_util.py -> base_bdist_tmp/torch/autograd 2022-12-01T10:11:05.3304987Z copying build/lib.linux-x86_64-3.7/torch/autograd/variable.py -> base_bdist_tmp/torch/autograd 2022-12-01T10:11:05.3305838Z creating base_bdist_tmp/torch/autograd/_functions 2022-12-01T10:11:05.3306239Z copying build/lib.linux-x86_64-3.7/torch/autograd/_functions/__init__.py -> base_bdist_tmp/torch/autograd/_functions 2022-12-01T10:11:05.3308013Z copying build/lib.linux-x86_64-3.7/torch/autograd/_functions/tensor.py -> base_bdist_tmp/torch/autograd/_functions 2022-12-01T10:11:05.3308457Z copying build/lib.linux-x86_64-3.7/torch/autograd/_functions/utils.py -> base_bdist_tmp/torch/autograd/_functions 2022-12-01T10:11:05.3310390Z creating base_bdist_tmp/torch/backends 2022-12-01T10:11:05.3310858Z copying build/lib.linux-x86_64-3.7/torch/backends/__init__.py -> base_bdist_tmp/torch/backends 2022-12-01T10:11:05.3311942Z creating base_bdist_tmp/torch/backends/_coreml 2022-12-01T10:11:05.3312742Z copying build/lib.linux-x86_64-3.7/torch/backends/_coreml/__init__.py -> base_bdist_tmp/torch/backends/_coreml 2022-12-01T10:11:05.3313954Z copying build/lib.linux-x86_64-3.7/torch/backends/_coreml/preprocess.py -> base_bdist_tmp/torch/backends/_coreml 2022-12-01T10:11:05.3316170Z creating base_bdist_tmp/torch/backends/_nnapi 2022-12-01T10:11:05.3316777Z copying build/lib.linux-x86_64-3.7/torch/backends/_nnapi/__init__.py -> base_bdist_tmp/torch/backends/_nnapi 2022-12-01T10:11:05.3317353Z copying build/lib.linux-x86_64-3.7/torch/backends/_nnapi/prepare.py -> base_bdist_tmp/torch/backends/_nnapi 2022-12-01T10:11:05.3318187Z copying build/lib.linux-x86_64-3.7/torch/backends/_nnapi/serializer.py -> base_bdist_tmp/torch/backends/_nnapi 2022-12-01T10:11:05.3320314Z creating base_bdist_tmp/torch/backends/cuda 2022-12-01T10:11:05.3321702Z copying build/lib.linux-x86_64-3.7/torch/backends/cuda/__init__.py -> base_bdist_tmp/torch/backends/cuda 2022-12-01T10:11:05.3323134Z creating base_bdist_tmp/torch/backends/cudnn 2022-12-01T10:11:05.3323625Z copying build/lib.linux-x86_64-3.7/torch/backends/cudnn/__init__.py -> base_bdist_tmp/torch/backends/cudnn 2022-12-01T10:11:05.3324933Z copying build/lib.linux-x86_64-3.7/torch/backends/cudnn/rnn.py -> base_bdist_tmp/torch/backends/cudnn 2022-12-01T10:11:05.3325686Z creating base_bdist_tmp/torch/backends/mkl 2022-12-01T10:11:05.3326628Z copying build/lib.linux-x86_64-3.7/torch/backends/mkl/__init__.py -> base_bdist_tmp/torch/backends/mkl 2022-12-01T10:11:05.3327959Z creating base_bdist_tmp/torch/backends/mkldnn 2022-12-01T10:11:05.3328445Z copying build/lib.linux-x86_64-3.7/torch/backends/mkldnn/__init__.py -> base_bdist_tmp/torch/backends/mkldnn 2022-12-01T10:11:05.3329527Z creating base_bdist_tmp/torch/backends/mps 2022-12-01T10:11:05.3329920Z copying build/lib.linux-x86_64-3.7/torch/backends/mps/__init__.py -> base_bdist_tmp/torch/backends/mps 2022-12-01T10:11:05.3331176Z creating base_bdist_tmp/torch/backends/openmp 2022-12-01T10:11:05.3331873Z copying build/lib.linux-x86_64-3.7/torch/backends/openmp/__init__.py -> base_bdist_tmp/torch/backends/openmp 2022-12-01T10:11:05.3333265Z creating base_bdist_tmp/torch/backends/opt_einsum 2022-12-01T10:11:05.3333897Z copying build/lib.linux-x86_64-3.7/torch/backends/opt_einsum/__init__.py -> base_bdist_tmp/torch/backends/opt_einsum 2022-12-01T10:11:05.3334782Z creating base_bdist_tmp/torch/backends/quantized 2022-12-01T10:11:05.3335311Z copying build/lib.linux-x86_64-3.7/torch/backends/quantized/__init__.py -> base_bdist_tmp/torch/backends/quantized 2022-12-01T10:11:05.3336768Z creating base_bdist_tmp/torch/backends/xeon 2022-12-01T10:11:05.3337403Z copying build/lib.linux-x86_64-3.7/torch/backends/xeon/__init__.py -> base_bdist_tmp/torch/backends/xeon 2022-12-01T10:11:05.3338260Z copying build/lib.linux-x86_64-3.7/torch/backends/xeon/run_cpu.py -> base_bdist_tmp/torch/backends/xeon 2022-12-01T10:11:05.3339926Z creating base_bdist_tmp/torch/backends/xnnpack 2022-12-01T10:11:05.3340245Z copying build/lib.linux-x86_64-3.7/torch/backends/xnnpack/__init__.py -> base_bdist_tmp/torch/backends/xnnpack 2022-12-01T10:11:05.3341544Z creating base_bdist_tmp/torch/contrib 2022-12-01T10:11:05.3341858Z copying build/lib.linux-x86_64-3.7/torch/contrib/__init__.py -> base_bdist_tmp/torch/contrib 2022-12-01T10:11:05.3342783Z copying build/lib.linux-x86_64-3.7/torch/contrib/_tensorboard_vis.py -> base_bdist_tmp/torch/contrib 2022-12-01T10:11:05.3344052Z creating base_bdist_tmp/torch/cpu 2022-12-01T10:11:05.3344583Z copying build/lib.linux-x86_64-3.7/torch/cpu/__init__.py -> base_bdist_tmp/torch/cpu 2022-12-01T10:11:05.3345217Z creating base_bdist_tmp/torch/cpu/amp 2022-12-01T10:11:05.3345873Z copying build/lib.linux-x86_64-3.7/torch/cpu/amp/__init__.py -> base_bdist_tmp/torch/cpu/amp 2022-12-01T10:11:05.3347055Z copying build/lib.linux-x86_64-3.7/torch/cpu/amp/autocast_mode.py -> base_bdist_tmp/torch/cpu/amp 2022-12-01T10:11:05.3348473Z creating base_bdist_tmp/torch/cuda 2022-12-01T10:11:05.3348869Z copying build/lib.linux-x86_64-3.7/torch/cuda/__init__.py -> base_bdist_tmp/torch/cuda 2022-12-01T10:11:05.3350041Z copying build/lib.linux-x86_64-3.7/torch/cuda/_dynamo_graphs.py -> base_bdist_tmp/torch/cuda 2022-12-01T10:11:05.3350777Z copying build/lib.linux-x86_64-3.7/torch/cuda/_memory_viz.py -> base_bdist_tmp/torch/cuda 2022-12-01T10:11:05.3351739Z copying build/lib.linux-x86_64-3.7/torch/cuda/_sanitizer.py -> base_bdist_tmp/torch/cuda 2022-12-01T10:11:05.3352934Z copying build/lib.linux-x86_64-3.7/torch/cuda/_utils.py -> base_bdist_tmp/torch/cuda 2022-12-01T10:11:05.3353708Z copying build/lib.linux-x86_64-3.7/torch/cuda/comm.py -> base_bdist_tmp/torch/cuda 2022-12-01T10:11:05.3354596Z copying build/lib.linux-x86_64-3.7/torch/cuda/error.py -> base_bdist_tmp/torch/cuda 2022-12-01T10:11:05.3355292Z copying build/lib.linux-x86_64-3.7/torch/cuda/graphs.py -> base_bdist_tmp/torch/cuda 2022-12-01T10:11:05.3356267Z copying build/lib.linux-x86_64-3.7/torch/cuda/jiterator.py -> base_bdist_tmp/torch/cuda 2022-12-01T10:11:05.3357447Z copying build/lib.linux-x86_64-3.7/torch/cuda/memory.py -> base_bdist_tmp/torch/cuda 2022-12-01T10:11:05.3359430Z copying build/lib.linux-x86_64-3.7/torch/cuda/nccl.py -> base_bdist_tmp/torch/cuda 2022-12-01T10:11:05.3359864Z copying build/lib.linux-x86_64-3.7/torch/cuda/nvtx.py -> base_bdist_tmp/torch/cuda 2022-12-01T10:11:05.3360486Z copying build/lib.linux-x86_64-3.7/torch/cuda/profiler.py -> base_bdist_tmp/torch/cuda 2022-12-01T10:11:05.3361724Z copying build/lib.linux-x86_64-3.7/torch/cuda/random.py -> base_bdist_tmp/torch/cuda 2022-12-01T10:11:05.3362708Z copying build/lib.linux-x86_64-3.7/torch/cuda/sparse.py -> base_bdist_tmp/torch/cuda 2022-12-01T10:11:05.3363779Z copying build/lib.linux-x86_64-3.7/torch/cuda/streams.py -> base_bdist_tmp/torch/cuda 2022-12-01T10:11:05.3365125Z creating base_bdist_tmp/torch/cuda/amp 2022-12-01T10:11:05.3366018Z copying build/lib.linux-x86_64-3.7/torch/cuda/amp/__init__.py -> base_bdist_tmp/torch/cuda/amp 2022-12-01T10:11:05.3367171Z copying build/lib.linux-x86_64-3.7/torch/cuda/amp/autocast_mode.py -> base_bdist_tmp/torch/cuda/amp 2022-12-01T10:11:05.3368241Z copying build/lib.linux-x86_64-3.7/torch/cuda/amp/common.py -> base_bdist_tmp/torch/cuda/amp 2022-12-01T10:11:05.3369346Z copying build/lib.linux-x86_64-3.7/torch/cuda/amp/grad_scaler.py -> base_bdist_tmp/torch/cuda/amp 2022-12-01T10:11:05.3370990Z creating base_bdist_tmp/torch/distributed 2022-12-01T10:11:05.3371659Z copying build/lib.linux-x86_64-3.7/torch/distributed/__init__.py -> base_bdist_tmp/torch/distributed 2022-12-01T10:11:05.3372912Z copying build/lib.linux-x86_64-3.7/torch/distributed/argparse_util.py -> base_bdist_tmp/torch/distributed 2022-12-01T10:11:05.3373519Z copying build/lib.linux-x86_64-3.7/torch/distributed/constants.py -> base_bdist_tmp/torch/distributed 2022-12-01T10:11:05.3375081Z copying build/lib.linux-x86_64-3.7/torch/distributed/distributed_c10d.py -> base_bdist_tmp/torch/distributed 2022-12-01T10:11:05.3377014Z copying build/lib.linux-x86_64-3.7/torch/distributed/launch.py -> base_bdist_tmp/torch/distributed 2022-12-01T10:11:05.3377591Z copying build/lib.linux-x86_64-3.7/torch/distributed/remote_device.py -> base_bdist_tmp/torch/distributed 2022-12-01T10:11:05.3378410Z copying build/lib.linux-x86_64-3.7/torch/distributed/rendezvous.py -> base_bdist_tmp/torch/distributed 2022-12-01T10:11:05.3379985Z copying build/lib.linux-x86_64-3.7/torch/distributed/run.py -> base_bdist_tmp/torch/distributed 2022-12-01T10:11:05.3381034Z copying build/lib.linux-x86_64-3.7/torch/distributed/utils.py -> base_bdist_tmp/torch/distributed 2022-12-01T10:11:05.3382643Z creating base_bdist_tmp/torch/distributed/_shard 2022-12-01T10:11:05.3383235Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/__init__.py -> base_bdist_tmp/torch/distributed/_shard 2022-12-01T10:11:05.3384196Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/_utils.py -> base_bdist_tmp/torch/distributed/_shard 2022-12-01T10:11:05.3384920Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/api.py -> base_bdist_tmp/torch/distributed/_shard 2022-12-01T10:11:05.3386084Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/common_op_utils.py -> base_bdist_tmp/torch/distributed/_shard 2022-12-01T10:11:05.3386813Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/metadata.py -> base_bdist_tmp/torch/distributed/_shard 2022-12-01T10:11:05.3387734Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/op_registry_utils.py -> base_bdist_tmp/torch/distributed/_shard 2022-12-01T10:11:05.3388777Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/partial_tensor.py -> base_bdist_tmp/torch/distributed/_shard 2022-12-01T10:11:05.3389959Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/replicated_tensor.py -> base_bdist_tmp/torch/distributed/_shard 2022-12-01T10:11:05.3390668Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharder.py -> base_bdist_tmp/torch/distributed/_shard 2022-12-01T10:11:05.3392494Z creating base_bdist_tmp/torch/distributed/_shard/checkpoint 2022-12-01T10:11:05.3392894Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/checkpoint/__init__.py -> base_bdist_tmp/torch/distributed/_shard/checkpoint 2022-12-01T10:11:05.3394506Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/checkpoint/api.py -> base_bdist_tmp/torch/distributed/_shard/checkpoint 2022-12-01T10:11:05.3394891Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/checkpoint/default_planner.py -> base_bdist_tmp/torch/distributed/_shard/checkpoint 2022-12-01T10:11:05.3396404Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/checkpoint/filesystem.py -> base_bdist_tmp/torch/distributed/_shard/checkpoint 2022-12-01T10:11:05.3397539Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/checkpoint/metadata.py -> base_bdist_tmp/torch/distributed/_shard/checkpoint 2022-12-01T10:11:05.3397897Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/checkpoint/planner.py -> base_bdist_tmp/torch/distributed/_shard/checkpoint 2022-12-01T10:11:05.3399134Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/checkpoint/planner_helpers.py -> base_bdist_tmp/torch/distributed/_shard/checkpoint 2022-12-01T10:11:05.3399843Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/checkpoint/resharding.py -> base_bdist_tmp/torch/distributed/_shard/checkpoint 2022-12-01T10:11:05.3400781Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/checkpoint/state_dict_loader.py -> base_bdist_tmp/torch/distributed/_shard/checkpoint 2022-12-01T10:11:05.3401401Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/checkpoint/state_dict_saver.py -> base_bdist_tmp/torch/distributed/_shard/checkpoint 2022-12-01T10:11:05.3402651Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/checkpoint/storage.py -> base_bdist_tmp/torch/distributed/_shard/checkpoint 2022-12-01T10:11:05.3403339Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/checkpoint/utils.py -> base_bdist_tmp/torch/distributed/_shard/checkpoint 2022-12-01T10:11:05.3404670Z creating base_bdist_tmp/torch/distributed/_shard/sharded_optim 2022-12-01T10:11:05.3405158Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_optim/__init__.py -> base_bdist_tmp/torch/distributed/_shard/sharded_optim 2022-12-01T10:11:05.3406374Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_optim/api.py -> base_bdist_tmp/torch/distributed/_shard/sharded_optim 2022-12-01T10:11:05.3407575Z creating base_bdist_tmp/torch/distributed/_shard/sharded_tensor 2022-12-01T10:11:05.3407937Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/__init__.py -> base_bdist_tmp/torch/distributed/_shard/sharded_tensor 2022-12-01T10:11:05.3409280Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/api.py -> base_bdist_tmp/torch/distributed/_shard/sharded_tensor 2022-12-01T10:11:05.3410513Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/metadata.py -> base_bdist_tmp/torch/distributed/_shard/sharded_tensor 2022-12-01T10:11:05.3411601Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/reshard.py -> base_bdist_tmp/torch/distributed/_shard/sharded_tensor 2022-12-01T10:11:05.3412364Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/shard.py -> base_bdist_tmp/torch/distributed/_shard/sharded_tensor 2022-12-01T10:11:05.3413652Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/utils.py -> base_bdist_tmp/torch/distributed/_shard/sharded_tensor 2022-12-01T10:11:05.3414623Z creating base_bdist_tmp/torch/distributed/_shard/sharded_tensor/_ops 2022-12-01T10:11:05.3415542Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/_ops/__init__.py -> base_bdist_tmp/torch/distributed/_shard/sharded_tensor/_ops 2022-12-01T10:11:05.3416337Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/_ops/_common.py -> base_bdist_tmp/torch/distributed/_shard/sharded_tensor/_ops 2022-12-01T10:11:05.3417204Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py -> base_bdist_tmp/torch/distributed/_shard/sharded_tensor/_ops 2022-12-01T10:11:05.3418823Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/_ops/chunk.py -> base_bdist_tmp/torch/distributed/_shard/sharded_tensor/_ops 2022-12-01T10:11:05.3419203Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/_ops/elementwise_ops.py -> base_bdist_tmp/torch/distributed/_shard/sharded_tensor/_ops 2022-12-01T10:11:05.3420381Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/_ops/init.py -> base_bdist_tmp/torch/distributed/_shard/sharded_tensor/_ops 2022-12-01T10:11:05.3420922Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/_ops/math_ops.py -> base_bdist_tmp/torch/distributed/_shard/sharded_tensor/_ops 2022-12-01T10:11:05.3421812Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/_ops/matrix_ops.py -> base_bdist_tmp/torch/distributed/_shard/sharded_tensor/_ops 2022-12-01T10:11:05.3422735Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py -> base_bdist_tmp/torch/distributed/_shard/sharded_tensor/_ops 2022-12-01T10:11:05.3423690Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py -> base_bdist_tmp/torch/distributed/_shard/sharded_tensor/_ops 2022-12-01T10:11:05.3425068Z creating base_bdist_tmp/torch/distributed/_shard/sharding_plan 2022-12-01T10:11:05.3425868Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_plan/__init__.py -> base_bdist_tmp/torch/distributed/_shard/sharding_plan 2022-12-01T10:11:05.3426944Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_plan/api.py -> base_bdist_tmp/torch/distributed/_shard/sharding_plan 2022-12-01T10:11:05.3427659Z creating base_bdist_tmp/torch/distributed/_shard/sharding_spec 2022-12-01T10:11:05.3428586Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_spec/__init__.py -> base_bdist_tmp/torch/distributed/_shard/sharding_spec 2022-12-01T10:11:05.3429609Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_spec/_internals.py -> base_bdist_tmp/torch/distributed/_shard/sharding_spec 2022-12-01T10:11:05.3430520Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_spec/api.py -> base_bdist_tmp/torch/distributed/_shard/sharding_spec 2022-12-01T10:11:05.3431248Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py -> base_bdist_tmp/torch/distributed/_shard/sharding_spec 2022-12-01T10:11:05.3432059Z creating base_bdist_tmp/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-12-01T10:11:05.3432768Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py -> base_bdist_tmp/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-12-01T10:11:05.3433958Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py -> base_bdist_tmp/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-12-01T10:11:05.3434890Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py -> base_bdist_tmp/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-12-01T10:11:05.3435674Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py -> base_bdist_tmp/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-12-01T10:11:05.3436904Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/linear.py -> base_bdist_tmp/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-12-01T10:11:05.3437733Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/math_ops.py -> base_bdist_tmp/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-12-01T10:11:05.3438801Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/matrix_ops.py -> base_bdist_tmp/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-12-01T10:11:05.3439842Z copying build/lib.linux-x86_64-3.7/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/softmax.py -> base_bdist_tmp/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2022-12-01T10:11:05.3440831Z creating base_bdist_tmp/torch/distributed/_sharded_tensor 2022-12-01T10:11:05.3441141Z copying build/lib.linux-x86_64-3.7/torch/distributed/_sharded_tensor/__init__.py -> base_bdist_tmp/torch/distributed/_sharded_tensor 2022-12-01T10:11:05.3442662Z creating base_bdist_tmp/torch/distributed/_sharding_spec 2022-12-01T10:11:05.3443086Z copying build/lib.linux-x86_64-3.7/torch/distributed/_sharding_spec/__init__.py -> base_bdist_tmp/torch/distributed/_sharding_spec 2022-12-01T10:11:05.3444402Z creating base_bdist_tmp/torch/distributed/_spmd 2022-12-01T10:11:05.3444824Z copying build/lib.linux-x86_64-3.7/torch/distributed/_spmd/__init__.py -> base_bdist_tmp/torch/distributed/_spmd 2022-12-01T10:11:05.3445645Z copying build/lib.linux-x86_64-3.7/torch/distributed/_spmd/comm_tensor.py -> base_bdist_tmp/torch/distributed/_spmd 2022-12-01T10:11:05.3447127Z creating base_bdist_tmp/torch/distributed/algorithms 2022-12-01T10:11:05.3447688Z copying build/lib.linux-x86_64-3.7/torch/distributed/algorithms/__init__.py -> base_bdist_tmp/torch/distributed/algorithms 2022-12-01T10:11:05.3448625Z copying build/lib.linux-x86_64-3.7/torch/distributed/algorithms/join.py -> base_bdist_tmp/torch/distributed/algorithms 2022-12-01T10:11:05.3450299Z creating base_bdist_tmp/torch/distributed/algorithms/_checkpoint 2022-12-01T10:11:05.3451283Z copying build/lib.linux-x86_64-3.7/torch/distributed/algorithms/_checkpoint/__init__.py -> base_bdist_tmp/torch/distributed/algorithms/_checkpoint 2022-12-01T10:11:05.3452188Z copying build/lib.linux-x86_64-3.7/torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py -> base_bdist_tmp/torch/distributed/algorithms/_checkpoint 2022-12-01T10:11:05.3452912Z creating base_bdist_tmp/torch/distributed/algorithms/_comm_hooks 2022-12-01T10:11:05.3453796Z copying build/lib.linux-x86_64-3.7/torch/distributed/algorithms/_comm_hooks/__init__.py -> base_bdist_tmp/torch/distributed/algorithms/_comm_hooks 2022-12-01T10:11:05.3454932Z copying build/lib.linux-x86_64-3.7/torch/distributed/algorithms/_comm_hooks/default_hooks.py -> base_bdist_tmp/torch/distributed/algorithms/_comm_hooks 2022-12-01T10:11:05.3455947Z creating base_bdist_tmp/torch/distributed/algorithms/_optimizer_overlap 2022-12-01T10:11:05.3456931Z copying build/lib.linux-x86_64-3.7/torch/distributed/algorithms/_optimizer_overlap/__init__.py -> base_bdist_tmp/torch/distributed/algorithms/_optimizer_overlap 2022-12-01T10:11:05.3458054Z copying build/lib.linux-x86_64-3.7/torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py -> base_bdist_tmp/torch/distributed/algorithms/_optimizer_overlap 2022-12-01T10:11:05.3459187Z creating base_bdist_tmp/torch/distributed/algorithms/_quantization 2022-12-01T10:11:05.3460111Z copying build/lib.linux-x86_64-3.7/torch/distributed/algorithms/_quantization/__init__.py -> base_bdist_tmp/torch/distributed/algorithms/_quantization 2022-12-01T10:11:05.3461217Z copying build/lib.linux-x86_64-3.7/torch/distributed/algorithms/_quantization/quantization.py -> base_bdist_tmp/torch/distributed/algorithms/_quantization 2022-12-01T10:11:05.3462323Z creating base_bdist_tmp/torch/distributed/algorithms/ddp_comm_hooks 2022-12-01T10:11:05.3463279Z copying build/lib.linux-x86_64-3.7/torch/distributed/algorithms/ddp_comm_hooks/__init__.py -> base_bdist_tmp/torch/distributed/algorithms/ddp_comm_hooks 2022-12-01T10:11:05.3464469Z copying build/lib.linux-x86_64-3.7/torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py -> base_bdist_tmp/torch/distributed/algorithms/ddp_comm_hooks 2022-12-01T10:11:05.3465939Z copying build/lib.linux-x86_64-3.7/torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py -> base_bdist_tmp/torch/distributed/algorithms/ddp_comm_hooks 2022-12-01T10:11:05.3466838Z copying build/lib.linux-x86_64-3.7/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py -> base_bdist_tmp/torch/distributed/algorithms/ddp_comm_hooks 2022-12-01T10:11:05.3468029Z copying build/lib.linux-x86_64-3.7/torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py -> base_bdist_tmp/torch/distributed/algorithms/ddp_comm_hooks 2022-12-01T10:11:05.3468935Z copying build/lib.linux-x86_64-3.7/torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py -> base_bdist_tmp/torch/distributed/algorithms/ddp_comm_hooks 2022-12-01T10:11:05.3469998Z copying build/lib.linux-x86_64-3.7/torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py -> base_bdist_tmp/torch/distributed/algorithms/ddp_comm_hooks 2022-12-01T10:11:05.3471448Z copying build/lib.linux-x86_64-3.7/torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py -> base_bdist_tmp/torch/distributed/algorithms/ddp_comm_hooks 2022-12-01T10:11:05.3472574Z creating base_bdist_tmp/torch/distributed/algorithms/model_averaging 2022-12-01T10:11:05.3473565Z copying build/lib.linux-x86_64-3.7/torch/distributed/algorithms/model_averaging/__init__.py -> base_bdist_tmp/torch/distributed/algorithms/model_averaging 2022-12-01T10:11:05.3474608Z copying build/lib.linux-x86_64-3.7/torch/distributed/algorithms/model_averaging/averagers.py -> base_bdist_tmp/torch/distributed/algorithms/model_averaging 2022-12-01T10:11:05.3475877Z copying build/lib.linux-x86_64-3.7/torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py -> base_bdist_tmp/torch/distributed/algorithms/model_averaging 2022-12-01T10:11:05.3476886Z copying build/lib.linux-x86_64-3.7/torch/distributed/algorithms/model_averaging/utils.py -> base_bdist_tmp/torch/distributed/algorithms/model_averaging 2022-12-01T10:11:05.3477819Z creating base_bdist_tmp/torch/distributed/autograd 2022-12-01T10:11:05.3478703Z copying build/lib.linux-x86_64-3.7/torch/distributed/autograd/__init__.py -> base_bdist_tmp/torch/distributed/autograd 2022-12-01T10:11:05.3480002Z creating base_bdist_tmp/torch/distributed/elastic 2022-12-01T10:11:05.3481648Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/__init__.py -> base_bdist_tmp/torch/distributed/elastic 2022-12-01T10:11:05.3482888Z creating base_bdist_tmp/torch/distributed/elastic/agent 2022-12-01T10:11:05.3483799Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/agent/__init__.py -> base_bdist_tmp/torch/distributed/elastic/agent 2022-12-01T10:11:05.3484879Z creating base_bdist_tmp/torch/distributed/elastic/agent/server 2022-12-01T10:11:05.3485714Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/agent/server/__init__.py -> base_bdist_tmp/torch/distributed/elastic/agent/server 2022-12-01T10:11:05.3486886Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/agent/server/api.py -> base_bdist_tmp/torch/distributed/elastic/agent/server 2022-12-01T10:11:05.3488384Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/agent/server/local_elastic_agent.py -> base_bdist_tmp/torch/distributed/elastic/agent/server 2022-12-01T10:11:05.3489501Z creating base_bdist_tmp/torch/distributed/elastic/events 2022-12-01T10:11:05.3491100Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/events/__init__.py -> base_bdist_tmp/torch/distributed/elastic/events 2022-12-01T10:11:05.3492272Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/events/api.py -> base_bdist_tmp/torch/distributed/elastic/events 2022-12-01T10:11:05.3493367Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/events/handlers.py -> base_bdist_tmp/torch/distributed/elastic/events 2022-12-01T10:11:05.3494495Z creating base_bdist_tmp/torch/distributed/elastic/metrics 2022-12-01T10:11:05.3495345Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/metrics/__init__.py -> base_bdist_tmp/torch/distributed/elastic/metrics 2022-12-01T10:11:05.3496535Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/metrics/api.py -> base_bdist_tmp/torch/distributed/elastic/metrics 2022-12-01T10:11:05.3497919Z creating base_bdist_tmp/torch/distributed/elastic/multiprocessing 2022-12-01T10:11:05.3498850Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/multiprocessing/__init__.py -> base_bdist_tmp/torch/distributed/elastic/multiprocessing 2022-12-01T10:11:05.3500016Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/multiprocessing/api.py -> base_bdist_tmp/torch/distributed/elastic/multiprocessing 2022-12-01T10:11:05.3501410Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/multiprocessing/redirects.py -> base_bdist_tmp/torch/distributed/elastic/multiprocessing 2022-12-01T10:11:05.3502523Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/multiprocessing/tail_log.py -> base_bdist_tmp/torch/distributed/elastic/multiprocessing 2022-12-01T10:11:05.3503566Z creating base_bdist_tmp/torch/distributed/elastic/multiprocessing/errors 2022-12-01T10:11:05.3504570Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/multiprocessing/errors/__init__.py -> base_bdist_tmp/torch/distributed/elastic/multiprocessing/errors 2022-12-01T10:11:05.3505862Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/multiprocessing/errors/error_handler.py -> base_bdist_tmp/torch/distributed/elastic/multiprocessing/errors 2022-12-01T10:11:05.3507067Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/multiprocessing/errors/handlers.py -> base_bdist_tmp/torch/distributed/elastic/multiprocessing/errors 2022-12-01T10:11:05.3508118Z creating base_bdist_tmp/torch/distributed/elastic/rendezvous 2022-12-01T10:11:05.3509080Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/rendezvous/__init__.py -> base_bdist_tmp/torch/distributed/elastic/rendezvous 2022-12-01T10:11:05.3510178Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/rendezvous/api.py -> base_bdist_tmp/torch/distributed/elastic/rendezvous 2022-12-01T10:11:05.3511417Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py -> base_bdist_tmp/torch/distributed/elastic/rendezvous 2022-12-01T10:11:05.3512511Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/rendezvous/dynamic_rendezvous.py -> base_bdist_tmp/torch/distributed/elastic/rendezvous 2022-12-01T10:11:05.3513924Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/rendezvous/etcd_rendezvous.py -> base_bdist_tmp/torch/distributed/elastic/rendezvous 2022-12-01T10:11:05.3515395Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py -> base_bdist_tmp/torch/distributed/elastic/rendezvous 2022-12-01T10:11:05.3516598Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/rendezvous/etcd_server.py -> base_bdist_tmp/torch/distributed/elastic/rendezvous 2022-12-01T10:11:05.3517654Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/rendezvous/etcd_store.py -> base_bdist_tmp/torch/distributed/elastic/rendezvous 2022-12-01T10:11:05.3518710Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/rendezvous/registry.py -> base_bdist_tmp/torch/distributed/elastic/rendezvous 2022-12-01T10:11:05.3520044Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py -> base_bdist_tmp/torch/distributed/elastic/rendezvous 2022-12-01T10:11:05.3521027Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/rendezvous/utils.py -> base_bdist_tmp/torch/distributed/elastic/rendezvous 2022-12-01T10:11:05.3522283Z creating base_bdist_tmp/torch/distributed/elastic/timer 2022-12-01T10:11:05.3523214Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/timer/__init__.py -> base_bdist_tmp/torch/distributed/elastic/timer 2022-12-01T10:11:05.3524285Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/timer/api.py -> base_bdist_tmp/torch/distributed/elastic/timer 2022-12-01T10:11:05.3525464Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/timer/file_based_local_timer.py -> base_bdist_tmp/torch/distributed/elastic/timer 2022-12-01T10:11:05.3526661Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/timer/local_timer.py -> base_bdist_tmp/torch/distributed/elastic/timer 2022-12-01T10:11:05.3527723Z creating base_bdist_tmp/torch/distributed/elastic/utils 2022-12-01T10:11:05.3528614Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/utils/__init__.py -> base_bdist_tmp/torch/distributed/elastic/utils 2022-12-01T10:11:05.3529753Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/utils/api.py -> base_bdist_tmp/torch/distributed/elastic/utils 2022-12-01T10:11:05.3530833Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/utils/distributed.py -> base_bdist_tmp/torch/distributed/elastic/utils 2022-12-01T10:11:05.3531951Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/utils/log_level.py -> base_bdist_tmp/torch/distributed/elastic/utils 2022-12-01T10:11:05.3533059Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/utils/logging.py -> base_bdist_tmp/torch/distributed/elastic/utils 2022-12-01T10:11:05.3534095Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/utils/store.py -> base_bdist_tmp/torch/distributed/elastic/utils 2022-12-01T10:11:05.3535226Z creating base_bdist_tmp/torch/distributed/elastic/utils/data 2022-12-01T10:11:05.3536340Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/utils/data/__init__.py -> base_bdist_tmp/torch/distributed/elastic/utils/data 2022-12-01T10:11:05.3537433Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/utils/data/cycling_iterator.py -> base_bdist_tmp/torch/distributed/elastic/utils/data 2022-12-01T10:11:05.3538486Z copying build/lib.linux-x86_64-3.7/torch/distributed/elastic/utils/data/elastic_distributed_sampler.py -> base_bdist_tmp/torch/distributed/elastic/utils/data 2022-12-01T10:11:05.3539532Z creating base_bdist_tmp/torch/distributed/fsdp 2022-12-01T10:11:05.3540455Z copying build/lib.linux-x86_64-3.7/torch/distributed/fsdp/__init__.py -> base_bdist_tmp/torch/distributed/fsdp 2022-12-01T10:11:05.3541600Z copying build/lib.linux-x86_64-3.7/torch/distributed/fsdp/_fsdp_extensions.py -> base_bdist_tmp/torch/distributed/fsdp 2022-12-01T10:11:05.3542684Z copying build/lib.linux-x86_64-3.7/torch/distributed/fsdp/_optim_utils.py -> base_bdist_tmp/torch/distributed/fsdp 2022-12-01T10:11:05.3544159Z copying build/lib.linux-x86_64-3.7/torch/distributed/fsdp/_shard_utils.py -> base_bdist_tmp/torch/distributed/fsdp 2022-12-01T10:11:05.3545364Z copying build/lib.linux-x86_64-3.7/torch/distributed/fsdp/_symbolic_trace.py -> base_bdist_tmp/torch/distributed/fsdp 2022-12-01T10:11:05.3546461Z copying build/lib.linux-x86_64-3.7/torch/distributed/fsdp/_utils.py -> base_bdist_tmp/torch/distributed/fsdp 2022-12-01T10:11:05.3547520Z copying build/lib.linux-x86_64-3.7/torch/distributed/fsdp/flat_param.py -> base_bdist_tmp/torch/distributed/fsdp 2022-12-01T10:11:05.3548979Z copying build/lib.linux-x86_64-3.7/torch/distributed/fsdp/flatten_params_wrapper.py -> base_bdist_tmp/torch/distributed/fsdp 2022-12-01T10:11:05.3550126Z copying build/lib.linux-x86_64-3.7/torch/distributed/fsdp/fully_sharded_data_parallel.py -> base_bdist_tmp/torch/distributed/fsdp 2022-12-01T10:11:05.3553436Z copying build/lib.linux-x86_64-3.7/torch/distributed/fsdp/sharded_grad_scaler.py -> base_bdist_tmp/torch/distributed/fsdp 2022-12-01T10:11:05.3554513Z copying build/lib.linux-x86_64-3.7/torch/distributed/fsdp/utils.py -> base_bdist_tmp/torch/distributed/fsdp 2022-12-01T10:11:05.3555511Z copying build/lib.linux-x86_64-3.7/torch/distributed/fsdp/wrap.py -> base_bdist_tmp/torch/distributed/fsdp 2022-12-01T10:11:05.3557085Z creating base_bdist_tmp/torch/distributed/launcher 2022-12-01T10:11:05.3558278Z copying build/lib.linux-x86_64-3.7/torch/distributed/launcher/__init__.py -> base_bdist_tmp/torch/distributed/launcher 2022-12-01T10:11:05.3559127Z copying build/lib.linux-x86_64-3.7/torch/distributed/launcher/api.py -> base_bdist_tmp/torch/distributed/launcher 2022-12-01T10:11:05.3560979Z creating base_bdist_tmp/torch/distributed/nn 2022-12-01T10:11:05.3561456Z copying build/lib.linux-x86_64-3.7/torch/distributed/nn/__init__.py -> base_bdist_tmp/torch/distributed/nn 2022-12-01T10:11:05.3562370Z copying build/lib.linux-x86_64-3.7/torch/distributed/nn/functional.py -> base_bdist_tmp/torch/distributed/nn 2022-12-01T10:11:05.3563208Z creating base_bdist_tmp/torch/distributed/nn/api 2022-12-01T10:11:05.3564269Z copying build/lib.linux-x86_64-3.7/torch/distributed/nn/api/__init__.py -> base_bdist_tmp/torch/distributed/nn/api 2022-12-01T10:11:05.3564882Z copying build/lib.linux-x86_64-3.7/torch/distributed/nn/api/remote_module.py -> base_bdist_tmp/torch/distributed/nn/api 2022-12-01T10:11:05.3566329Z creating base_bdist_tmp/torch/distributed/nn/jit 2022-12-01T10:11:05.3566855Z copying build/lib.linux-x86_64-3.7/torch/distributed/nn/jit/__init__.py -> base_bdist_tmp/torch/distributed/nn/jit 2022-12-01T10:11:05.3568152Z copying build/lib.linux-x86_64-3.7/torch/distributed/nn/jit/instantiator.py -> base_bdist_tmp/torch/distributed/nn/jit 2022-12-01T10:11:05.3568961Z creating base_bdist_tmp/torch/distributed/nn/jit/templates 2022-12-01T10:11:05.3569318Z copying build/lib.linux-x86_64-3.7/torch/distributed/nn/jit/templates/__init__.py -> base_bdist_tmp/torch/distributed/nn/jit/templates 2022-12-01T10:11:05.3570741Z copying build/lib.linux-x86_64-3.7/torch/distributed/nn/jit/templates/remote_module_template.py -> base_bdist_tmp/torch/distributed/nn/jit/templates 2022-12-01T10:11:05.3571628Z creating base_bdist_tmp/torch/distributed/optim 2022-12-01T10:11:05.3572517Z copying build/lib.linux-x86_64-3.7/torch/distributed/optim/__init__.py -> base_bdist_tmp/torch/distributed/optim 2022-12-01T10:11:05.3573550Z copying build/lib.linux-x86_64-3.7/torch/distributed/optim/functional_adadelta.py -> base_bdist_tmp/torch/distributed/optim 2022-12-01T10:11:05.3574328Z copying build/lib.linux-x86_64-3.7/torch/distributed/optim/functional_adagrad.py -> base_bdist_tmp/torch/distributed/optim 2022-12-01T10:11:05.3575127Z copying build/lib.linux-x86_64-3.7/torch/distributed/optim/functional_adam.py -> base_bdist_tmp/torch/distributed/optim 2022-12-01T10:11:05.3576108Z copying build/lib.linux-x86_64-3.7/torch/distributed/optim/functional_adamax.py -> base_bdist_tmp/torch/distributed/optim 2022-12-01T10:11:05.3577118Z copying build/lib.linux-x86_64-3.7/torch/distributed/optim/functional_adamw.py -> base_bdist_tmp/torch/distributed/optim 2022-12-01T10:11:05.3578104Z copying build/lib.linux-x86_64-3.7/torch/distributed/optim/functional_rmsprop.py -> base_bdist_tmp/torch/distributed/optim 2022-12-01T10:11:05.3579011Z copying build/lib.linux-x86_64-3.7/torch/distributed/optim/functional_rprop.py -> base_bdist_tmp/torch/distributed/optim 2022-12-01T10:11:05.3579938Z copying build/lib.linux-x86_64-3.7/torch/distributed/optim/functional_sgd.py -> base_bdist_tmp/torch/distributed/optim 2022-12-01T10:11:05.3580853Z copying build/lib.linux-x86_64-3.7/torch/distributed/optim/optimizer.py -> base_bdist_tmp/torch/distributed/optim 2022-12-01T10:11:05.3581790Z copying build/lib.linux-x86_64-3.7/torch/distributed/optim/post_localSGD_optimizer.py -> base_bdist_tmp/torch/distributed/optim 2022-12-01T10:11:05.3583472Z copying build/lib.linux-x86_64-3.7/torch/distributed/optim/utils.py -> base_bdist_tmp/torch/distributed/optim 2022-12-01T10:11:05.3583781Z copying build/lib.linux-x86_64-3.7/torch/distributed/optim/zero_redundancy_optimizer.py -> base_bdist_tmp/torch/distributed/optim 2022-12-01T10:11:05.3585679Z creating base_bdist_tmp/torch/distributed/pipeline 2022-12-01T10:11:05.3586077Z copying build/lib.linux-x86_64-3.7/torch/distributed/pipeline/__init__.py -> base_bdist_tmp/torch/distributed/pipeline 2022-12-01T10:11:05.3587244Z creating base_bdist_tmp/torch/distributed/pipeline/sync 2022-12-01T10:11:05.3587708Z copying build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/__init__.py -> base_bdist_tmp/torch/distributed/pipeline/sync 2022-12-01T10:11:05.3589374Z copying build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/batchnorm.py -> base_bdist_tmp/torch/distributed/pipeline/sync 2022-12-01T10:11:05.3589980Z copying build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/checkpoint.py -> base_bdist_tmp/torch/distributed/pipeline/sync 2022-12-01T10:11:05.3590862Z copying build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/copy.py -> base_bdist_tmp/torch/distributed/pipeline/sync 2022-12-01T10:11:05.3591635Z copying build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/dependency.py -> base_bdist_tmp/torch/distributed/pipeline/sync 2022-12-01T10:11:05.3592507Z copying build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/microbatch.py -> base_bdist_tmp/torch/distributed/pipeline/sync 2022-12-01T10:11:05.3593494Z copying build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/phony.py -> base_bdist_tmp/torch/distributed/pipeline/sync 2022-12-01T10:11:05.3594152Z copying build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/pipe.py -> base_bdist_tmp/torch/distributed/pipeline/sync 2022-12-01T10:11:05.3595204Z copying build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/pipeline.py -> base_bdist_tmp/torch/distributed/pipeline/sync 2022-12-01T10:11:05.3596137Z copying build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/stream.py -> base_bdist_tmp/torch/distributed/pipeline/sync 2022-12-01T10:11:05.3596910Z copying build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/utils.py -> base_bdist_tmp/torch/distributed/pipeline/sync 2022-12-01T10:11:05.3597557Z copying build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/worker.py -> base_bdist_tmp/torch/distributed/pipeline/sync 2022-12-01T10:11:05.3599480Z creating base_bdist_tmp/torch/distributed/pipeline/sync/_balance 2022-12-01T10:11:05.3600082Z copying build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/_balance/__init__.py -> base_bdist_tmp/torch/distributed/pipeline/sync/_balance 2022-12-01T10:11:05.3601025Z copying build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/_balance/blockpartition.py -> base_bdist_tmp/torch/distributed/pipeline/sync/_balance 2022-12-01T10:11:05.3601786Z copying build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/_balance/profile.py -> base_bdist_tmp/torch/distributed/pipeline/sync/_balance 2022-12-01T10:11:05.3602975Z creating base_bdist_tmp/torch/distributed/pipeline/sync/skip 2022-12-01T10:11:05.3603661Z copying build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/skip/__init__.py -> base_bdist_tmp/torch/distributed/pipeline/sync/skip 2022-12-01T10:11:05.3605104Z copying build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/skip/layout.py -> base_bdist_tmp/torch/distributed/pipeline/sync/skip 2022-12-01T10:11:05.3605436Z copying build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/skip/namespace.py -> base_bdist_tmp/torch/distributed/pipeline/sync/skip 2022-12-01T10:11:05.3606934Z copying build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/skip/portal.py -> base_bdist_tmp/torch/distributed/pipeline/sync/skip 2022-12-01T10:11:05.3607496Z copying build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/skip/skippable.py -> base_bdist_tmp/torch/distributed/pipeline/sync/skip 2022-12-01T10:11:05.3608385Z copying build/lib.linux-x86_64-3.7/torch/distributed/pipeline/sync/skip/tracker.py -> base_bdist_tmp/torch/distributed/pipeline/sync/skip 2022-12-01T10:11:05.3609805Z creating base_bdist_tmp/torch/distributed/rpc 2022-12-01T10:11:05.3610562Z copying build/lib.linux-x86_64-3.7/torch/distributed/rpc/__init__.py -> base_bdist_tmp/torch/distributed/rpc 2022-12-01T10:11:05.3611441Z copying build/lib.linux-x86_64-3.7/torch/distributed/rpc/_utils.py -> base_bdist_tmp/torch/distributed/rpc 2022-12-01T10:11:05.3612463Z copying build/lib.linux-x86_64-3.7/torch/distributed/rpc/api.py -> base_bdist_tmp/torch/distributed/rpc 2022-12-01T10:11:05.3614247Z copying build/lib.linux-x86_64-3.7/torch/distributed/rpc/backend_registry.py -> base_bdist_tmp/torch/distributed/rpc 2022-12-01T10:11:05.3615220Z copying build/lib.linux-x86_64-3.7/torch/distributed/rpc/constants.py -> base_bdist_tmp/torch/distributed/rpc 2022-12-01T10:11:05.3616307Z copying build/lib.linux-x86_64-3.7/torch/distributed/rpc/functions.py -> base_bdist_tmp/torch/distributed/rpc 2022-12-01T10:11:05.3617386Z copying build/lib.linux-x86_64-3.7/torch/distributed/rpc/internal.py -> base_bdist_tmp/torch/distributed/rpc 2022-12-01T10:11:05.3618459Z copying build/lib.linux-x86_64-3.7/torch/distributed/rpc/options.py -> base_bdist_tmp/torch/distributed/rpc 2022-12-01T10:11:05.3619704Z copying build/lib.linux-x86_64-3.7/torch/distributed/rpc/rref_proxy.py -> base_bdist_tmp/torch/distributed/rpc 2022-12-01T10:11:05.3620801Z copying build/lib.linux-x86_64-3.7/torch/distributed/rpc/server_process_global_profiler.py -> base_bdist_tmp/torch/distributed/rpc 2022-12-01T10:11:05.3622129Z creating base_bdist_tmp/torch/distributed/rpc/_testing 2022-12-01T10:11:05.3622770Z copying build/lib.linux-x86_64-3.7/torch/distributed/rpc/_testing/__init__.py -> base_bdist_tmp/torch/distributed/rpc/_testing 2022-12-01T10:11:05.3624099Z copying build/lib.linux-x86_64-3.7/torch/distributed/rpc/_testing/faulty_agent_backend_registry.py -> base_bdist_tmp/torch/distributed/rpc/_testing 2022-12-01T10:11:05.3625360Z creating base_bdist_tmp/torch/distributions 2022-12-01T10:11:05.3625943Z copying build/lib.linux-x86_64-3.7/torch/distributions/__init__.py -> base_bdist_tmp/torch/distributions 2022-12-01T10:11:05.3626886Z copying build/lib.linux-x86_64-3.7/torch/distributions/bernoulli.py -> base_bdist_tmp/torch/distributions 2022-12-01T10:11:05.3627753Z copying build/lib.linux-x86_64-3.7/torch/distributions/beta.py -> base_bdist_tmp/torch/distributions 2022-12-01T10:11:05.3629465Z copying build/lib.linux-x86_64-3.7/torch/distributions/binomial.py -> base_bdist_tmp/torch/distributions 2022-12-01T10:11:05.3629945Z copying build/lib.linux-x86_64-3.7/torch/distributions/categorical.py -> base_bdist_tmp/torch/distributions 2022-12-01T10:11:05.3631917Z copying build/lib.linux-x86_64-3.7/torch/distributions/cauchy.py -> base_bdist_tmp/torch/distributions 2022-12-01T10:11:05.3632584Z copying build/lib.linux-x86_64-3.7/torch/distributions/chi2.py -> base_bdist_tmp/torch/distributions 2022-12-01T10:11:05.3633190Z copying build/lib.linux-x86_64-3.7/torch/distributions/constraint_registry.py -> base_bdist_tmp/torch/distributions 2022-12-01T10:11:05.3633893Z copying build/lib.linux-x86_64-3.7/torch/distributions/constraints.py -> base_bdist_tmp/torch/distributions 2022-12-01T10:11:05.3634893Z copying build/lib.linux-x86_64-3.7/torch/distributions/continuous_bernoulli.py -> base_bdist_tmp/torch/distributions 2022-12-01T10:11:05.3635606Z copying build/lib.linux-x86_64-3.7/torch/distributions/dirichlet.py -> base_bdist_tmp/torch/distributions 2022-12-01T10:11:05.3636509Z copying build/lib.linux-x86_64-3.7/torch/distributions/distribution.py -> base_bdist_tmp/torch/distributions 2022-12-01T10:11:05.3637932Z copying build/lib.linux-x86_64-3.7/torch/distributions/exp_family.py -> base_bdist_tmp/torch/distributions 2022-12-01T10:11:05.3638532Z copying build/lib.linux-x86_64-3.7/torch/distributions/exponential.py -> base_bdist_tmp/torch/distributions 2022-12-01T10:11:05.3639546Z copying build/lib.linux-x86_64-3.7/torch/distributions/fishersnedecor.py -> base_bdist_tmp/torch/distributions 2022-12-01T10:11:05.3640542Z copying build/lib.linux-x86_64-3.7/torch/distributions/gamma.py -> base_bdist_tmp/torch/distributions 2022-12-01T10:11:05.3642194Z copying build/lib.linux-x86_64-3.7/torch/distributions/geometric.py -> base_bdist_tmp/torch/distributions 2022-12-01T10:11:05.3643325Z copying build/lib.linux-x86_64-3.7/torch/distributions/gumbel.py -> base_bdist_tmp/torch/distributions 2022-12-01T10:11:05.3644037Z copying build/lib.linux-x86_64-3.7/torch/distributions/half_cauchy.py -> base_bdist_tmp/torch/distributions 2022-12-01T10:11:05.3644752Z copying build/lib.linux-x86_64-3.7/torch/distributions/half_normal.py -> base_bdist_tmp/torch/distributions 2022-12-01T10:11:05.3645661Z copying build/lib.linux-x86_64-3.7/torch/distributions/independent.py -> base_bdist_tmp/torch/distributions 2022-12-01T10:11:05.3646253Z copying build/lib.linux-x86_64-3.7/torch/distributions/kl.py -> base_bdist_tmp/torch/distributions 2022-12-01T10:11:05.3647619Z copying build/lib.linux-x86_64-3.7/torch/distributions/kumaraswamy.py -> base_bdist_tmp/torch/distributions 2022-12-01T10:11:05.3648289Z copying build/lib.linux-x86_64-3.7/torch/distributions/laplace.py -> base_bdist_tmp/torch/distributions 2022-12-01T10:11:05.3649149Z copying build/lib.linux-x86_64-3.7/torch/distributions/lkj_cholesky.py -> base_bdist_tmp/torch/distributions 2022-12-01T10:11:05.3649963Z copying build/lib.linux-x86_64-3.7/torch/distributions/log_normal.py -> base_bdist_tmp/torch/distributions 2022-12-01T10:11:05.3650893Z copying build/lib.linux-x86_64-3.7/torch/distributions/logistic_normal.py -> base_bdist_tmp/torch/distributions 2022-12-01T10:11:05.3651791Z copying build/lib.linux-x86_64-3.7/torch/distributions/lowrank_multivariate_normal.py -> base_bdist_tmp/torch/distributions 2022-12-01T10:11:05.3652939Z copying build/lib.linux-x86_64-3.7/torch/distributions/mixture_same_family.py -> base_bdist_tmp/torch/distributions 2022-12-01T10:11:05.3654226Z copying build/lib.linux-x86_64-3.7/torch/distributions/multinomial.py -> base_bdist_tmp/torch/distributions 2022-12-01T10:11:05.3655039Z copying build/lib.linux-x86_64-3.7/torch/distributions/multivariate_normal.py -> base_bdist_tmp/torch/distributions 2022-12-01T10:11:05.3655804Z copying build/lib.linux-x86_64-3.7/torch/distributions/negative_binomial.py -> base_bdist_tmp/torch/distributions 2022-12-01T10:11:05.3656723Z copying build/lib.linux-x86_64-3.7/torch/distributions/normal.py -> base_bdist_tmp/torch/distributions 2022-12-01T10:11:05.3658160Z copying build/lib.linux-x86_64-3.7/torch/distributions/one_hot_categorical.py -> base_bdist_tmp/torch/distributions 2022-12-01T10:11:05.3658638Z copying build/lib.linux-x86_64-3.7/torch/distributions/pareto.py -> base_bdist_tmp/torch/distributions 2022-12-01T10:11:05.3659617Z copying build/lib.linux-x86_64-3.7/torch/distributions/poisson.py -> base_bdist_tmp/torch/distributions 2022-12-01T10:11:05.3660475Z copying build/lib.linux-x86_64-3.7/torch/distributions/relaxed_bernoulli.py -> base_bdist_tmp/torch/distributions 2022-12-01T10:11:05.3661325Z copying build/lib.linux-x86_64-3.7/torch/distributions/relaxed_categorical.py -> base_bdist_tmp/torch/distributions 2022-12-01T10:11:05.3661946Z copying build/lib.linux-x86_64-3.7/torch/distributions/studentT.py -> base_bdist_tmp/torch/distributions 2022-12-01T10:11:05.3662664Z copying build/lib.linux-x86_64-3.7/torch/distributions/transformed_distribution.py -> base_bdist_tmp/torch/distributions 2022-12-01T10:11:05.3663642Z copying build/lib.linux-x86_64-3.7/torch/distributions/transforms.py -> base_bdist_tmp/torch/distributions 2022-12-01T10:11:05.3664644Z copying build/lib.linux-x86_64-3.7/torch/distributions/uniform.py -> base_bdist_tmp/torch/distributions 2022-12-01T10:11:05.3665691Z copying build/lib.linux-x86_64-3.7/torch/distributions/utils.py -> base_bdist_tmp/torch/distributions 2022-12-01T10:11:05.3666621Z copying build/lib.linux-x86_64-3.7/torch/distributions/von_mises.py -> base_bdist_tmp/torch/distributions 2022-12-01T10:11:05.3667885Z copying build/lib.linux-x86_64-3.7/torch/distributions/weibull.py -> base_bdist_tmp/torch/distributions 2022-12-01T10:11:05.3668813Z copying build/lib.linux-x86_64-3.7/torch/distributions/wishart.py -> base_bdist_tmp/torch/distributions 2022-12-01T10:11:05.3670475Z creating base_bdist_tmp/torch/fft 2022-12-01T10:11:05.3670944Z copying build/lib.linux-x86_64-3.7/torch/fft/__init__.py -> base_bdist_tmp/torch/fft 2022-12-01T10:11:05.3672287Z creating base_bdist_tmp/torch/futures 2022-12-01T10:11:05.3672537Z copying build/lib.linux-x86_64-3.7/torch/futures/__init__.py -> base_bdist_tmp/torch/futures 2022-12-01T10:11:05.3674098Z creating base_bdist_tmp/torch/fx 2022-12-01T10:11:05.3674356Z copying build/lib.linux-x86_64-3.7/torch/fx/__init__.py -> base_bdist_tmp/torch/fx 2022-12-01T10:11:05.3675605Z copying build/lib.linux-x86_64-3.7/torch/fx/_compatibility.py -> base_bdist_tmp/torch/fx 2022-12-01T10:11:05.3675969Z copying build/lib.linux-x86_64-3.7/torch/fx/_pytree.py -> base_bdist_tmp/torch/fx 2022-12-01T10:11:05.3677130Z copying build/lib.linux-x86_64-3.7/torch/fx/_symbolic_trace.py -> base_bdist_tmp/torch/fx 2022-12-01T10:11:05.3678373Z copying build/lib.linux-x86_64-3.7/torch/fx/annotate.py -> base_bdist_tmp/torch/fx 2022-12-01T10:11:05.3679377Z copying build/lib.linux-x86_64-3.7/torch/fx/graph.py -> base_bdist_tmp/torch/fx 2022-12-01T10:11:05.3681204Z copying build/lib.linux-x86_64-3.7/torch/fx/graph_module.py -> base_bdist_tmp/torch/fx 2022-12-01T10:11:05.3682499Z copying build/lib.linux-x86_64-3.7/torch/fx/immutable_collections.py -> base_bdist_tmp/torch/fx 2022-12-01T10:11:05.3683374Z copying build/lib.linux-x86_64-3.7/torch/fx/interpreter.py -> base_bdist_tmp/torch/fx 2022-12-01T10:11:05.3684505Z copying build/lib.linux-x86_64-3.7/torch/fx/node.py -> base_bdist_tmp/torch/fx 2022-12-01T10:11:05.3685256Z copying build/lib.linux-x86_64-3.7/torch/fx/operator_schemas.py -> base_bdist_tmp/torch/fx 2022-12-01T10:11:05.3686482Z copying build/lib.linux-x86_64-3.7/torch/fx/proxy.py -> base_bdist_tmp/torch/fx 2022-12-01T10:11:05.3688056Z copying build/lib.linux-x86_64-3.7/torch/fx/subgraph_rewriter.py -> base_bdist_tmp/torch/fx 2022-12-01T10:11:05.3688622Z copying build/lib.linux-x86_64-3.7/torch/fx/tensor_type.py -> base_bdist_tmp/torch/fx 2022-12-01T10:11:05.3689913Z copying build/lib.linux-x86_64-3.7/torch/fx/traceback.py -> base_bdist_tmp/torch/fx 2022-12-01T10:11:05.3691227Z creating base_bdist_tmp/torch/fx/experimental 2022-12-01T10:11:05.3691934Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/__init__.py -> base_bdist_tmp/torch/fx/experimental 2022-12-01T10:11:05.3692874Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/accelerator_partitioner.py -> base_bdist_tmp/torch/fx/experimental 2022-12-01T10:11:05.3694145Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/const_fold.py -> base_bdist_tmp/torch/fx/experimental 2022-12-01T10:11:05.3694541Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/debug.py -> base_bdist_tmp/torch/fx/experimental 2022-12-01T10:11:05.3695529Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/graph_gradual_typechecker.py -> base_bdist_tmp/torch/fx/experimental 2022-12-01T10:11:05.3697027Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/merge_matmul.py -> base_bdist_tmp/torch/fx/experimental 2022-12-01T10:11:05.3697459Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/meta_tracer.py -> base_bdist_tmp/torch/fx/experimental 2022-12-01T10:11:05.3699064Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/normalize.py -> base_bdist_tmp/torch/fx/experimental 2022-12-01T10:11:05.3699415Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/optimization.py -> base_bdist_tmp/torch/fx/experimental 2022-12-01T10:11:05.3700694Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/partitioner_utils.py -> base_bdist_tmp/torch/fx/experimental 2022-12-01T10:11:05.3701693Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/proxy_tensor.py -> base_bdist_tmp/torch/fx/experimental 2022-12-01T10:11:05.3703015Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/refinement_types.py -> base_bdist_tmp/torch/fx/experimental 2022-12-01T10:11:05.3703533Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/rewriter.py -> base_bdist_tmp/torch/fx/experimental 2022-12-01T10:11:05.3704907Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/schema_type_annotation.py -> base_bdist_tmp/torch/fx/experimental 2022-12-01T10:11:05.3705958Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/symbolic_shapes.py -> base_bdist_tmp/torch/fx/experimental 2022-12-01T10:11:05.3707298Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/unify_refinements.py -> base_bdist_tmp/torch/fx/experimental 2022-12-01T10:11:05.3708340Z creating base_bdist_tmp/torch/fx/experimental/migrate_gradual_types 2022-12-01T10:11:05.3709135Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/migrate_gradual_types/__init__.py -> base_bdist_tmp/torch/fx/experimental/migrate_gradual_types 2022-12-01T10:11:05.3709902Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/migrate_gradual_types/constraint.py -> base_bdist_tmp/torch/fx/experimental/migrate_gradual_types 2022-12-01T10:11:05.3711117Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/migrate_gradual_types/constraint_generator.py -> base_bdist_tmp/torch/fx/experimental/migrate_gradual_types 2022-12-01T10:11:05.3712320Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/migrate_gradual_types/constraint_transformation.py -> base_bdist_tmp/torch/fx/experimental/migrate_gradual_types 2022-12-01T10:11:05.3713462Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/migrate_gradual_types/operation.py -> base_bdist_tmp/torch/fx/experimental/migrate_gradual_types 2022-12-01T10:11:05.3714522Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/migrate_gradual_types/transform_to_z3.py -> base_bdist_tmp/torch/fx/experimental/migrate_gradual_types 2022-12-01T10:11:05.3715409Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/migrate_gradual_types/util.py -> base_bdist_tmp/torch/fx/experimental/migrate_gradual_types 2022-12-01T10:11:05.3716242Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/migrate_gradual_types/z3_types.py -> base_bdist_tmp/torch/fx/experimental/migrate_gradual_types 2022-12-01T10:11:05.3716927Z creating base_bdist_tmp/torch/fx/experimental/unification 2022-12-01T10:11:05.3717954Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/unification/__init__.py -> base_bdist_tmp/torch/fx/experimental/unification 2022-12-01T10:11:05.3718628Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/unification/core.py -> base_bdist_tmp/torch/fx/experimental/unification 2022-12-01T10:11:05.3719682Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/unification/dispatch.py -> base_bdist_tmp/torch/fx/experimental/unification 2022-12-01T10:11:05.3720958Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/unification/match.py -> base_bdist_tmp/torch/fx/experimental/unification 2022-12-01T10:11:05.3721622Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/unification/more.py -> base_bdist_tmp/torch/fx/experimental/unification 2022-12-01T10:11:05.3722774Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/unification/unification_tools.py -> base_bdist_tmp/torch/fx/experimental/unification 2022-12-01T10:11:05.3723536Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/unification/utils.py -> base_bdist_tmp/torch/fx/experimental/unification 2022-12-01T10:11:05.3724201Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/unification/variable.py -> base_bdist_tmp/torch/fx/experimental/unification 2022-12-01T10:11:05.3725996Z creating base_bdist_tmp/torch/fx/experimental/unification/multipledispatch 2022-12-01T10:11:05.3726718Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/unification/multipledispatch/__init__.py -> base_bdist_tmp/torch/fx/experimental/unification/multipledispatch 2022-12-01T10:11:05.3727408Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/unification/multipledispatch/conflict.py -> base_bdist_tmp/torch/fx/experimental/unification/multipledispatch 2022-12-01T10:11:05.3728478Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/unification/multipledispatch/core.py -> base_bdist_tmp/torch/fx/experimental/unification/multipledispatch 2022-12-01T10:11:05.3729541Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/unification/multipledispatch/dispatcher.py -> base_bdist_tmp/torch/fx/experimental/unification/multipledispatch 2022-12-01T10:11:05.3730658Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/unification/multipledispatch/utils.py -> base_bdist_tmp/torch/fx/experimental/unification/multipledispatch 2022-12-01T10:11:05.3732018Z copying build/lib.linux-x86_64-3.7/torch/fx/experimental/unification/multipledispatch/variadic.py -> base_bdist_tmp/torch/fx/experimental/unification/multipledispatch 2022-12-01T10:11:05.3732905Z creating base_bdist_tmp/torch/fx/passes 2022-12-01T10:11:05.3733674Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/__init__.py -> base_bdist_tmp/torch/fx/passes 2022-12-01T10:11:05.3734884Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/fake_tensor_prop.py -> base_bdist_tmp/torch/fx/passes 2022-12-01T10:11:05.3735483Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/graph_drawer.py -> base_bdist_tmp/torch/fx/passes 2022-12-01T10:11:05.3736958Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/graph_manipulation.py -> base_bdist_tmp/torch/fx/passes 2022-12-01T10:11:05.3737807Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/net_min_base.py -> base_bdist_tmp/torch/fx/passes 2022-12-01T10:11:05.3739051Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/operator_support.py -> base_bdist_tmp/torch/fx/passes 2022-12-01T10:11:05.3740253Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/param_fetch.py -> base_bdist_tmp/torch/fx/passes 2022-12-01T10:11:05.3741330Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/pass_manager.py -> base_bdist_tmp/torch/fx/passes 2022-12-01T10:11:05.3742463Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/reinplace.py -> base_bdist_tmp/torch/fx/passes 2022-12-01T10:11:05.3744757Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/shape_prop.py -> base_bdist_tmp/torch/fx/passes 2022-12-01T10:11:05.3745264Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/split_module.py -> base_bdist_tmp/torch/fx/passes 2022-12-01T10:11:05.3746655Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/split_utils.py -> base_bdist_tmp/torch/fx/passes 2022-12-01T10:11:05.3747363Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/splitter_base.py -> base_bdist_tmp/torch/fx/passes 2022-12-01T10:11:05.3748678Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/tools_common.py -> base_bdist_tmp/torch/fx/passes 2022-12-01T10:11:05.3750097Z creating base_bdist_tmp/torch/fx/passes/backends 2022-12-01T10:11:05.3751310Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/backends/__init__.py -> base_bdist_tmp/torch/fx/passes/backends 2022-12-01T10:11:05.3752294Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/backends/cudagraphs.py -> base_bdist_tmp/torch/fx/passes/backends 2022-12-01T10:11:05.3753436Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/backends/nvfuser.py -> base_bdist_tmp/torch/fx/passes/backends 2022-12-01T10:11:05.3754713Z creating base_bdist_tmp/torch/fx/passes/dialect 2022-12-01T10:11:05.3755471Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/dialect/__init__.py -> base_bdist_tmp/torch/fx/passes/dialect 2022-12-01T10:11:05.3757159Z creating base_bdist_tmp/torch/fx/passes/dialect/common 2022-12-01T10:11:05.3758873Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/dialect/common/__init__.py -> base_bdist_tmp/torch/fx/passes/dialect/common 2022-12-01T10:11:05.3759473Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/dialect/common/cse_pass.py -> base_bdist_tmp/torch/fx/passes/dialect/common 2022-12-01T10:11:05.3759765Z creating base_bdist_tmp/torch/fx/passes/infra 2022-12-01T10:11:05.3760426Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/infra/__init__.py -> base_bdist_tmp/torch/fx/passes/infra 2022-12-01T10:11:05.3761444Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/infra/partitioner.py -> base_bdist_tmp/torch/fx/passes/infra 2022-12-01T10:11:05.3762440Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/infra/pass_base.py -> base_bdist_tmp/torch/fx/passes/infra 2022-12-01T10:11:05.3763209Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/infra/pass_manager.py -> base_bdist_tmp/torch/fx/passes/infra 2022-12-01T10:11:05.3764456Z creating base_bdist_tmp/torch/fx/passes/tests 2022-12-01T10:11:05.3765362Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/tests/__init__.py -> base_bdist_tmp/torch/fx/passes/tests 2022-12-01T10:11:05.3765938Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/tests/test_pass_manager.py -> base_bdist_tmp/torch/fx/passes/tests 2022-12-01T10:11:05.3767130Z creating base_bdist_tmp/torch/fx/passes/utils 2022-12-01T10:11:05.3767393Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/utils/__init__.py -> base_bdist_tmp/torch/fx/passes/utils 2022-12-01T10:11:05.3768567Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/utils/common.py -> base_bdist_tmp/torch/fx/passes/utils 2022-12-01T10:11:05.3769365Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/utils/fuser_utils.py -> base_bdist_tmp/torch/fx/passes/utils 2022-12-01T10:11:05.3770264Z copying build/lib.linux-x86_64-3.7/torch/fx/passes/utils/matcher_utils.py -> base_bdist_tmp/torch/fx/passes/utils 2022-12-01T10:11:05.3771991Z creating base_bdist_tmp/torch/jit 2022-12-01T10:11:05.3772336Z copying build/lib.linux-x86_64-3.7/torch/jit/__init__.py -> base_bdist_tmp/torch/jit 2022-12-01T10:11:05.3773153Z copying build/lib.linux-x86_64-3.7/torch/jit/_async.py -> base_bdist_tmp/torch/jit 2022-12-01T10:11:05.3774288Z copying build/lib.linux-x86_64-3.7/torch/jit/_builtins.py -> base_bdist_tmp/torch/jit 2022-12-01T10:11:05.3774952Z copying build/lib.linux-x86_64-3.7/torch/jit/_check.py -> base_bdist_tmp/torch/jit 2022-12-01T10:11:05.3776189Z copying build/lib.linux-x86_64-3.7/torch/jit/_dataclass_impls.py -> base_bdist_tmp/torch/jit 2022-12-01T10:11:05.3776686Z copying build/lib.linux-x86_64-3.7/torch/jit/_decomposition_utils.py -> base_bdist_tmp/torch/jit 2022-12-01T10:11:05.3777897Z copying build/lib.linux-x86_64-3.7/torch/jit/_decompositions.py -> base_bdist_tmp/torch/jit 2022-12-01T10:11:05.3778480Z copying build/lib.linux-x86_64-3.7/torch/jit/_freeze.py -> base_bdist_tmp/torch/jit 2022-12-01T10:11:05.3779352Z copying build/lib.linux-x86_64-3.7/torch/jit/_fuser.py -> base_bdist_tmp/torch/jit 2022-12-01T10:11:05.3780213Z copying build/lib.linux-x86_64-3.7/torch/jit/_ir_utils.py -> base_bdist_tmp/torch/jit 2022-12-01T10:11:05.3781004Z copying build/lib.linux-x86_64-3.7/torch/jit/_logging.py -> base_bdist_tmp/torch/jit 2022-12-01T10:11:05.3782392Z copying build/lib.linux-x86_64-3.7/torch/jit/_monkeytype_config.py -> base_bdist_tmp/torch/jit 2022-12-01T10:11:05.3783119Z copying build/lib.linux-x86_64-3.7/torch/jit/_pickle.py -> base_bdist_tmp/torch/jit 2022-12-01T10:11:05.3784098Z copying build/lib.linux-x86_64-3.7/torch/jit/_recursive.py -> base_bdist_tmp/torch/jit 2022-12-01T10:11:05.3785481Z copying build/lib.linux-x86_64-3.7/torch/jit/_script.py -> base_bdist_tmp/torch/jit 2022-12-01T10:11:05.3786809Z copying build/lib.linux-x86_64-3.7/torch/jit/_serialization.py -> base_bdist_tmp/torch/jit 2022-12-01T10:11:05.3787974Z copying build/lib.linux-x86_64-3.7/torch/jit/_shape_functions.py -> base_bdist_tmp/torch/jit 2022-12-01T10:11:05.3789376Z copying build/lib.linux-x86_64-3.7/torch/jit/_state.py -> base_bdist_tmp/torch/jit 2022-12-01T10:11:05.3790028Z copying build/lib.linux-x86_64-3.7/torch/jit/_trace.py -> base_bdist_tmp/torch/jit 2022-12-01T10:11:05.3791492Z copying build/lib.linux-x86_64-3.7/torch/jit/annotations.py -> base_bdist_tmp/torch/jit 2022-12-01T10:11:05.3792411Z copying build/lib.linux-x86_64-3.7/torch/jit/frontend.py -> base_bdist_tmp/torch/jit 2022-12-01T10:11:05.3793912Z copying build/lib.linux-x86_64-3.7/torch/jit/generate_bytecode.py -> base_bdist_tmp/torch/jit 2022-12-01T10:11:05.3794531Z copying build/lib.linux-x86_64-3.7/torch/jit/quantized.py -> base_bdist_tmp/torch/jit 2022-12-01T10:11:05.3795957Z copying build/lib.linux-x86_64-3.7/torch/jit/supported_ops.py -> base_bdist_tmp/torch/jit 2022-12-01T10:11:05.3796698Z copying build/lib.linux-x86_64-3.7/torch/jit/unsupported_tensor_ops.py -> base_bdist_tmp/torch/jit 2022-12-01T10:11:05.3797950Z creating base_bdist_tmp/torch/jit/_passes 2022-12-01T10:11:05.3798486Z copying build/lib.linux-x86_64-3.7/torch/jit/_passes/__init__.py -> base_bdist_tmp/torch/jit/_passes 2022-12-01T10:11:05.3799740Z copying build/lib.linux-x86_64-3.7/torch/jit/_passes/_property_propagation.py -> base_bdist_tmp/torch/jit/_passes 2022-12-01T10:11:05.3800852Z creating base_bdist_tmp/torch/jit/mobile 2022-12-01T10:11:05.3801228Z copying build/lib.linux-x86_64-3.7/torch/jit/mobile/__init__.py -> base_bdist_tmp/torch/jit/mobile 2022-12-01T10:11:05.3802652Z creating base_bdist_tmp/torch/linalg 2022-12-01T10:11:05.3802979Z copying build/lib.linux-x86_64-3.7/torch/linalg/__init__.py -> base_bdist_tmp/torch/linalg 2022-12-01T10:11:05.3805372Z creating base_bdist_tmp/torch/masked 2022-12-01T10:11:05.3805709Z copying build/lib.linux-x86_64-3.7/torch/masked/__init__.py -> base_bdist_tmp/torch/masked 2022-12-01T10:11:05.3806606Z copying build/lib.linux-x86_64-3.7/torch/masked/_docs.py -> base_bdist_tmp/torch/masked 2022-12-01T10:11:05.3808144Z copying build/lib.linux-x86_64-3.7/torch/masked/_ops.py -> base_bdist_tmp/torch/masked 2022-12-01T10:11:05.3810700Z creating base_bdist_tmp/torch/masked/maskedtensor 2022-12-01T10:11:05.3811021Z copying build/lib.linux-x86_64-3.7/torch/masked/maskedtensor/__init__.py -> base_bdist_tmp/torch/masked/maskedtensor 2022-12-01T10:11:05.3811398Z copying build/lib.linux-x86_64-3.7/torch/masked/maskedtensor/_ops_refs.py -> base_bdist_tmp/torch/masked/maskedtensor 2022-12-01T10:11:05.3812529Z copying build/lib.linux-x86_64-3.7/torch/masked/maskedtensor/binary.py -> base_bdist_tmp/torch/masked/maskedtensor 2022-12-01T10:11:05.3813598Z copying build/lib.linux-x86_64-3.7/torch/masked/maskedtensor/core.py -> base_bdist_tmp/torch/masked/maskedtensor 2022-12-01T10:11:05.3814540Z copying build/lib.linux-x86_64-3.7/torch/masked/maskedtensor/creation.py -> base_bdist_tmp/torch/masked/maskedtensor 2022-12-01T10:11:05.3815782Z copying build/lib.linux-x86_64-3.7/torch/masked/maskedtensor/passthrough.py -> base_bdist_tmp/torch/masked/maskedtensor 2022-12-01T10:11:05.3816741Z copying build/lib.linux-x86_64-3.7/torch/masked/maskedtensor/reductions.py -> base_bdist_tmp/torch/masked/maskedtensor 2022-12-01T10:11:05.3817761Z copying build/lib.linux-x86_64-3.7/torch/masked/maskedtensor/unary.py -> base_bdist_tmp/torch/masked/maskedtensor 2022-12-01T10:11:05.3819607Z creating base_bdist_tmp/torch/monitor 2022-12-01T10:11:05.3820256Z copying build/lib.linux-x86_64-3.7/torch/monitor/__init__.py -> base_bdist_tmp/torch/monitor 2022-12-01T10:11:05.3820712Z creating base_bdist_tmp/torch/multiprocessing 2022-12-01T10:11:05.3821454Z copying build/lib.linux-x86_64-3.7/torch/multiprocessing/__init__.py -> base_bdist_tmp/torch/multiprocessing 2022-12-01T10:11:05.3822579Z copying build/lib.linux-x86_64-3.7/torch/multiprocessing/_atfork.py -> base_bdist_tmp/torch/multiprocessing 2022-12-01T10:11:05.3823721Z copying build/lib.linux-x86_64-3.7/torch/multiprocessing/pool.py -> base_bdist_tmp/torch/multiprocessing 2022-12-01T10:11:05.3824805Z copying build/lib.linux-x86_64-3.7/torch/multiprocessing/queue.py -> base_bdist_tmp/torch/multiprocessing 2022-12-01T10:11:05.3825768Z copying build/lib.linux-x86_64-3.7/torch/multiprocessing/reductions.py -> base_bdist_tmp/torch/multiprocessing 2022-12-01T10:11:05.3826901Z copying build/lib.linux-x86_64-3.7/torch/multiprocessing/spawn.py -> base_bdist_tmp/torch/multiprocessing 2022-12-01T10:11:05.3828260Z creating base_bdist_tmp/torch/nested 2022-12-01T10:11:05.3829089Z copying build/lib.linux-x86_64-3.7/torch/nested/__init__.py -> base_bdist_tmp/torch/nested 2022-12-01T10:11:05.3830540Z creating base_bdist_tmp/torch/nn 2022-12-01T10:11:05.3831107Z copying build/lib.linux-x86_64-3.7/torch/nn/__init__.py -> base_bdist_tmp/torch/nn 2022-12-01T10:11:05.3832279Z copying build/lib.linux-x86_64-3.7/torch/nn/_reduction.py -> base_bdist_tmp/torch/nn 2022-12-01T10:11:05.3833270Z copying build/lib.linux-x86_64-3.7/torch/nn/common_types.py -> base_bdist_tmp/torch/nn 2022-12-01T10:11:05.3834208Z copying build/lib.linux-x86_64-3.7/torch/nn/cpp.py -> base_bdist_tmp/torch/nn 2022-12-01T10:11:05.3835297Z copying build/lib.linux-x86_64-3.7/torch/nn/functional.py -> base_bdist_tmp/torch/nn 2022-12-01T10:11:05.3838400Z copying build/lib.linux-x86_64-3.7/torch/nn/grad.py -> base_bdist_tmp/torch/nn 2022-12-01T10:11:05.3839124Z copying build/lib.linux-x86_64-3.7/torch/nn/init.py -> base_bdist_tmp/torch/nn 2022-12-01T10:11:05.3840458Z copying build/lib.linux-x86_64-3.7/torch/nn/parameter.py -> base_bdist_tmp/torch/nn 2022-12-01T10:11:05.3842637Z creating base_bdist_tmp/torch/nn/backends 2022-12-01T10:11:05.3843064Z copying build/lib.linux-x86_64-3.7/torch/nn/backends/__init__.py -> base_bdist_tmp/torch/nn/backends 2022-12-01T10:11:05.3844006Z copying build/lib.linux-x86_64-3.7/torch/nn/backends/thnn.py -> base_bdist_tmp/torch/nn/backends 2022-12-01T10:11:05.3845526Z creating base_bdist_tmp/torch/nn/intrinsic 2022-12-01T10:11:05.3846142Z copying build/lib.linux-x86_64-3.7/torch/nn/intrinsic/__init__.py -> base_bdist_tmp/torch/nn/intrinsic 2022-12-01T10:11:05.3846935Z creating base_bdist_tmp/torch/nn/intrinsic/modules 2022-12-01T10:11:05.3847579Z copying build/lib.linux-x86_64-3.7/torch/nn/intrinsic/modules/__init__.py -> base_bdist_tmp/torch/nn/intrinsic/modules 2022-12-01T10:11:05.3848535Z copying build/lib.linux-x86_64-3.7/torch/nn/intrinsic/modules/fused.py -> base_bdist_tmp/torch/nn/intrinsic/modules 2022-12-01T10:11:05.3849401Z creating base_bdist_tmp/torch/nn/intrinsic/qat 2022-12-01T10:11:05.3850184Z copying build/lib.linux-x86_64-3.7/torch/nn/intrinsic/qat/__init__.py -> base_bdist_tmp/torch/nn/intrinsic/qat 2022-12-01T10:11:05.3851218Z creating base_bdist_tmp/torch/nn/intrinsic/qat/modules 2022-12-01T10:11:05.3851645Z copying build/lib.linux-x86_64-3.7/torch/nn/intrinsic/qat/modules/__init__.py -> base_bdist_tmp/torch/nn/intrinsic/qat/modules 2022-12-01T10:11:05.3853197Z copying build/lib.linux-x86_64-3.7/torch/nn/intrinsic/qat/modules/conv_fused.py -> base_bdist_tmp/torch/nn/intrinsic/qat/modules 2022-12-01T10:11:05.3854044Z copying build/lib.linux-x86_64-3.7/torch/nn/intrinsic/qat/modules/linear_fused.py -> base_bdist_tmp/torch/nn/intrinsic/qat/modules 2022-12-01T10:11:05.3854710Z copying build/lib.linux-x86_64-3.7/torch/nn/intrinsic/qat/modules/linear_relu.py -> base_bdist_tmp/torch/nn/intrinsic/qat/modules 2022-12-01T10:11:05.3856162Z creating base_bdist_tmp/torch/nn/intrinsic/quantized 2022-12-01T10:11:05.3856636Z copying build/lib.linux-x86_64-3.7/torch/nn/intrinsic/quantized/__init__.py -> base_bdist_tmp/torch/nn/intrinsic/quantized 2022-12-01T10:11:05.3857698Z creating base_bdist_tmp/torch/nn/intrinsic/quantized/dynamic 2022-12-01T10:11:05.3858392Z copying build/lib.linux-x86_64-3.7/torch/nn/intrinsic/quantized/dynamic/__init__.py -> base_bdist_tmp/torch/nn/intrinsic/quantized/dynamic 2022-12-01T10:11:05.3859112Z creating base_bdist_tmp/torch/nn/intrinsic/quantized/dynamic/modules 2022-12-01T10:11:05.3859726Z copying build/lib.linux-x86_64-3.7/torch/nn/intrinsic/quantized/dynamic/modules/__init__.py -> base_bdist_tmp/torch/nn/intrinsic/quantized/dynamic/modules 2022-12-01T10:11:05.3860669Z copying build/lib.linux-x86_64-3.7/torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> base_bdist_tmp/torch/nn/intrinsic/quantized/dynamic/modules 2022-12-01T10:11:05.3861487Z creating base_bdist_tmp/torch/nn/intrinsic/quantized/modules 2022-12-01T10:11:05.3862078Z copying build/lib.linux-x86_64-3.7/torch/nn/intrinsic/quantized/modules/__init__.py -> base_bdist_tmp/torch/nn/intrinsic/quantized/modules 2022-12-01T10:11:05.3863135Z copying build/lib.linux-x86_64-3.7/torch/nn/intrinsic/quantized/modules/bn_relu.py -> base_bdist_tmp/torch/nn/intrinsic/quantized/modules 2022-12-01T10:11:05.3863908Z copying build/lib.linux-x86_64-3.7/torch/nn/intrinsic/quantized/modules/conv_relu.py -> base_bdist_tmp/torch/nn/intrinsic/quantized/modules 2022-12-01T10:11:05.3864845Z copying build/lib.linux-x86_64-3.7/torch/nn/intrinsic/quantized/modules/linear_relu.py -> base_bdist_tmp/torch/nn/intrinsic/quantized/modules 2022-12-01T10:11:05.3865588Z creating base_bdist_tmp/torch/nn/modules 2022-12-01T10:11:05.3903406Z copying build/lib.linux-x86_64-3.7/torch/nn/modules/__init__.py -> base_bdist_tmp/torch/nn/modules 2022-12-01T10:11:05.3904401Z copying build/lib.linux-x86_64-3.7/torch/nn/modules/_functions.py -> base_bdist_tmp/torch/nn/modules 2022-12-01T10:11:05.3904866Z copying build/lib.linux-x86_64-3.7/torch/nn/modules/activation.py -> base_bdist_tmp/torch/nn/modules 2022-12-01T10:11:05.3905176Z copying build/lib.linux-x86_64-3.7/torch/nn/modules/adaptive.py -> base_bdist_tmp/torch/nn/modules 2022-12-01T10:11:05.3905535Z copying build/lib.linux-x86_64-3.7/torch/nn/modules/batchnorm.py -> base_bdist_tmp/torch/nn/modules 2022-12-01T10:11:05.3905871Z copying build/lib.linux-x86_64-3.7/torch/nn/modules/channelshuffle.py -> base_bdist_tmp/torch/nn/modules 2022-12-01T10:11:05.3906158Z copying build/lib.linux-x86_64-3.7/torch/nn/modules/container.py -> base_bdist_tmp/torch/nn/modules 2022-12-01T10:11:05.3906475Z copying build/lib.linux-x86_64-3.7/torch/nn/modules/conv.py -> base_bdist_tmp/torch/nn/modules 2022-12-01T10:11:05.3906789Z copying build/lib.linux-x86_64-3.7/torch/nn/modules/distance.py -> base_bdist_tmp/torch/nn/modules 2022-12-01T10:11:05.3907032Z copying build/lib.linux-x86_64-3.7/torch/nn/modules/dropout.py -> base_bdist_tmp/torch/nn/modules 2022-12-01T10:11:05.3907378Z copying build/lib.linux-x86_64-3.7/torch/nn/modules/flatten.py -> base_bdist_tmp/torch/nn/modules 2022-12-01T10:11:05.3907672Z copying build/lib.linux-x86_64-3.7/torch/nn/modules/fold.py -> base_bdist_tmp/torch/nn/modules 2022-12-01T10:11:05.3907951Z copying build/lib.linux-x86_64-3.7/torch/nn/modules/instancenorm.py -> base_bdist_tmp/torch/nn/modules 2022-12-01T10:11:05.3908232Z copying build/lib.linux-x86_64-3.7/torch/nn/modules/lazy.py -> base_bdist_tmp/torch/nn/modules 2022-12-01T10:11:05.3908527Z copying build/lib.linux-x86_64-3.7/torch/nn/modules/linear.py -> base_bdist_tmp/torch/nn/modules 2022-12-01T10:11:05.3908801Z copying build/lib.linux-x86_64-3.7/torch/nn/modules/loss.py -> base_bdist_tmp/torch/nn/modules 2022-12-01T10:11:05.3909046Z copying build/lib.linux-x86_64-3.7/torch/nn/modules/module.py -> base_bdist_tmp/torch/nn/modules 2022-12-01T10:11:05.3909319Z copying build/lib.linux-x86_64-3.7/torch/nn/modules/normalization.py -> base_bdist_tmp/torch/nn/modules 2022-12-01T10:11:05.3909616Z copying build/lib.linux-x86_64-3.7/torch/nn/modules/padding.py -> base_bdist_tmp/torch/nn/modules 2022-12-01T10:11:05.3909910Z copying build/lib.linux-x86_64-3.7/torch/nn/modules/pixelshuffle.py -> base_bdist_tmp/torch/nn/modules 2022-12-01T10:11:05.3910146Z copying build/lib.linux-x86_64-3.7/torch/nn/modules/pooling.py -> base_bdist_tmp/torch/nn/modules 2022-12-01T10:11:05.3910431Z copying build/lib.linux-x86_64-3.7/torch/nn/modules/rnn.py -> base_bdist_tmp/torch/nn/modules 2022-12-01T10:11:05.3910734Z copying build/lib.linux-x86_64-3.7/torch/nn/modules/sparse.py -> base_bdist_tmp/torch/nn/modules 2022-12-01T10:11:05.3911061Z copying build/lib.linux-x86_64-3.7/torch/nn/modules/transformer.py -> base_bdist_tmp/torch/nn/modules 2022-12-01T10:11:05.3911374Z copying build/lib.linux-x86_64-3.7/torch/nn/modules/upsampling.py -> base_bdist_tmp/torch/nn/modules 2022-12-01T10:11:05.3911653Z copying build/lib.linux-x86_64-3.7/torch/nn/modules/utils.py -> base_bdist_tmp/torch/nn/modules 2022-12-01T10:11:05.3911754Z creating base_bdist_tmp/torch/nn/parallel 2022-12-01T10:11:05.3912064Z copying build/lib.linux-x86_64-3.7/torch/nn/parallel/__init__.py -> base_bdist_tmp/torch/nn/parallel 2022-12-01T10:11:05.3912379Z copying build/lib.linux-x86_64-3.7/torch/nn/parallel/_functions.py -> base_bdist_tmp/torch/nn/parallel 2022-12-01T10:11:05.3912786Z copying build/lib.linux-x86_64-3.7/torch/nn/parallel/_replicated_tensor_ddp_interop.py -> base_bdist_tmp/torch/nn/parallel 2022-12-01T10:11:05.3913106Z copying build/lib.linux-x86_64-3.7/torch/nn/parallel/_replicated_tensor_ddp_utils.py -> base_bdist_tmp/torch/nn/parallel 2022-12-01T10:11:05.3913408Z copying build/lib.linux-x86_64-3.7/torch/nn/parallel/comm.py -> base_bdist_tmp/torch/nn/parallel 2022-12-01T10:11:05.3913726Z copying build/lib.linux-x86_64-3.7/torch/nn/parallel/data_parallel.py -> base_bdist_tmp/torch/nn/parallel 2022-12-01T10:11:05.3914205Z copying build/lib.linux-x86_64-3.7/torch/nn/parallel/distributed.py -> base_bdist_tmp/torch/nn/parallel 2022-12-01T10:11:05.3914624Z copying build/lib.linux-x86_64-3.7/torch/nn/parallel/parallel_apply.py -> base_bdist_tmp/torch/nn/parallel 2022-12-01T10:11:05.3914964Z copying build/lib.linux-x86_64-3.7/torch/nn/parallel/replicate.py -> base_bdist_tmp/torch/nn/parallel 2022-12-01T10:11:05.3915257Z copying build/lib.linux-x86_64-3.7/torch/nn/parallel/scatter_gather.py -> base_bdist_tmp/torch/nn/parallel 2022-12-01T10:11:05.3915560Z copying build/lib.linux-x86_64-3.7/torch/nn/parallel/__init__.pyi -> base_bdist_tmp/torch/nn/parallel 2022-12-01T10:11:05.3915881Z copying build/lib.linux-x86_64-3.7/torch/nn/parallel/common_types.pyi -> base_bdist_tmp/torch/nn/parallel 2022-12-01T10:11:05.3916133Z copying build/lib.linux-x86_64-3.7/torch/nn/parallel/data_parallel.pyi -> base_bdist_tmp/torch/nn/parallel 2022-12-01T10:11:05.3916442Z copying build/lib.linux-x86_64-3.7/torch/nn/parallel/distributed.pyi -> base_bdist_tmp/torch/nn/parallel 2022-12-01T10:11:05.3916855Z copying build/lib.linux-x86_64-3.7/torch/nn/parallel/parallel_apply.pyi -> base_bdist_tmp/torch/nn/parallel 2022-12-01T10:11:05.3917259Z copying build/lib.linux-x86_64-3.7/torch/nn/parallel/replicate.pyi -> base_bdist_tmp/torch/nn/parallel 2022-12-01T10:11:05.3917542Z copying build/lib.linux-x86_64-3.7/torch/nn/parallel/scatter_gather.pyi -> base_bdist_tmp/torch/nn/parallel 2022-12-01T10:11:05.3917637Z creating base_bdist_tmp/torch/nn/qat 2022-12-01T10:11:05.3917854Z copying build/lib.linux-x86_64-3.7/torch/nn/qat/__init__.py -> base_bdist_tmp/torch/nn/qat 2022-12-01T10:11:05.3917967Z creating base_bdist_tmp/torch/nn/qat/dynamic 2022-12-01T10:11:05.3918284Z copying build/lib.linux-x86_64-3.7/torch/nn/qat/dynamic/__init__.py -> base_bdist_tmp/torch/nn/qat/dynamic 2022-12-01T10:11:05.3918428Z creating base_bdist_tmp/torch/nn/qat/dynamic/modules 2022-12-01T10:11:05.3918706Z copying build/lib.linux-x86_64-3.7/torch/nn/qat/dynamic/modules/__init__.py -> base_bdist_tmp/torch/nn/qat/dynamic/modules 2022-12-01T10:11:05.3919120Z copying build/lib.linux-x86_64-3.7/torch/nn/qat/dynamic/modules/linear.py -> base_bdist_tmp/torch/nn/qat/dynamic/modules 2022-12-01T10:11:05.3919258Z creating base_bdist_tmp/torch/nn/qat/modules 2022-12-01T10:11:05.3919667Z copying build/lib.linux-x86_64-3.7/torch/nn/qat/modules/__init__.py -> base_bdist_tmp/torch/nn/qat/modules 2022-12-01T10:11:05.3920071Z copying build/lib.linux-x86_64-3.7/torch/nn/qat/modules/conv.py -> base_bdist_tmp/torch/nn/qat/modules 2022-12-01T10:11:05.3920411Z copying build/lib.linux-x86_64-3.7/torch/nn/qat/modules/embedding_ops.py -> base_bdist_tmp/torch/nn/qat/modules 2022-12-01T10:11:05.3920874Z copying build/lib.linux-x86_64-3.7/torch/nn/qat/modules/linear.py -> base_bdist_tmp/torch/nn/qat/modules 2022-12-01T10:11:05.3921864Z creating base_bdist_tmp/torch/nn/quantizable 2022-12-01T10:11:05.3922183Z copying build/lib.linux-x86_64-3.7/torch/nn/quantizable/__init__.py -> base_bdist_tmp/torch/nn/quantizable 2022-12-01T10:11:05.3923725Z creating base_bdist_tmp/torch/nn/quantizable/modules 2022-12-01T10:11:05.3924074Z copying build/lib.linux-x86_64-3.7/torch/nn/quantizable/modules/__init__.py -> base_bdist_tmp/torch/nn/quantizable/modules 2022-12-01T10:11:05.3925591Z copying build/lib.linux-x86_64-3.7/torch/nn/quantizable/modules/activation.py -> base_bdist_tmp/torch/nn/quantizable/modules 2022-12-01T10:11:05.3926096Z copying build/lib.linux-x86_64-3.7/torch/nn/quantizable/modules/rnn.py -> base_bdist_tmp/torch/nn/quantizable/modules 2022-12-01T10:11:05.3926803Z creating base_bdist_tmp/torch/nn/quantized 2022-12-01T10:11:05.3927116Z copying build/lib.linux-x86_64-3.7/torch/nn/quantized/__init__.py -> base_bdist_tmp/torch/nn/quantized 2022-12-01T10:11:05.3928414Z copying build/lib.linux-x86_64-3.7/torch/nn/quantized/functional.py -> base_bdist_tmp/torch/nn/quantized 2022-12-01T10:11:05.3929967Z creating base_bdist_tmp/torch/nn/quantized/_reference 2022-12-01T10:11:05.3930632Z copying build/lib.linux-x86_64-3.7/torch/nn/quantized/_reference/__init__.py -> base_bdist_tmp/torch/nn/quantized/_reference 2022-12-01T10:11:05.3930983Z creating base_bdist_tmp/torch/nn/quantized/_reference/modules 2022-12-01T10:11:05.3931417Z copying build/lib.linux-x86_64-3.7/torch/nn/quantized/_reference/modules/__init__.py -> base_bdist_tmp/torch/nn/quantized/_reference/modules 2022-12-01T10:11:05.3932235Z copying build/lib.linux-x86_64-3.7/torch/nn/quantized/_reference/modules/conv.py -> base_bdist_tmp/torch/nn/quantized/_reference/modules 2022-12-01T10:11:05.3933341Z copying build/lib.linux-x86_64-3.7/torch/nn/quantized/_reference/modules/linear.py -> base_bdist_tmp/torch/nn/quantized/_reference/modules 2022-12-01T10:11:05.3934323Z copying build/lib.linux-x86_64-3.7/torch/nn/quantized/_reference/modules/rnn.py -> base_bdist_tmp/torch/nn/quantized/_reference/modules 2022-12-01T10:11:05.3934954Z copying build/lib.linux-x86_64-3.7/torch/nn/quantized/_reference/modules/sparse.py -> base_bdist_tmp/torch/nn/quantized/_reference/modules 2022-12-01T10:11:05.3936456Z copying build/lib.linux-x86_64-3.7/torch/nn/quantized/_reference/modules/utils.py -> base_bdist_tmp/torch/nn/quantized/_reference/modules 2022-12-01T10:11:05.3937692Z creating base_bdist_tmp/torch/nn/quantized/dynamic 2022-12-01T10:11:05.3938099Z copying build/lib.linux-x86_64-3.7/torch/nn/quantized/dynamic/__init__.py -> base_bdist_tmp/torch/nn/quantized/dynamic 2022-12-01T10:11:05.3939297Z creating base_bdist_tmp/torch/nn/quantized/dynamic/modules 2022-12-01T10:11:05.3939623Z copying build/lib.linux-x86_64-3.7/torch/nn/quantized/dynamic/modules/__init__.py -> base_bdist_tmp/torch/nn/quantized/dynamic/modules 2022-12-01T10:11:05.3940662Z copying build/lib.linux-x86_64-3.7/torch/nn/quantized/dynamic/modules/conv.py -> base_bdist_tmp/torch/nn/quantized/dynamic/modules 2022-12-01T10:11:05.3942426Z copying build/lib.linux-x86_64-3.7/torch/nn/quantized/dynamic/modules/linear.py -> base_bdist_tmp/torch/nn/quantized/dynamic/modules 2022-12-01T10:11:05.3944157Z copying build/lib.linux-x86_64-3.7/torch/nn/quantized/dynamic/modules/rnn.py -> base_bdist_tmp/torch/nn/quantized/dynamic/modules 2022-12-01T10:11:05.3944370Z creating base_bdist_tmp/torch/nn/quantized/modules 2022-12-01T10:11:05.3944872Z copying build/lib.linux-x86_64-3.7/torch/nn/quantized/modules/__init__.py -> base_bdist_tmp/torch/nn/quantized/modules 2022-12-01T10:11:05.3945968Z copying build/lib.linux-x86_64-3.7/torch/nn/quantized/modules/activation.py -> base_bdist_tmp/torch/nn/quantized/modules 2022-12-01T10:11:05.3946841Z copying build/lib.linux-x86_64-3.7/torch/nn/quantized/modules/batchnorm.py -> base_bdist_tmp/torch/nn/quantized/modules 2022-12-01T10:11:05.3947632Z copying build/lib.linux-x86_64-3.7/torch/nn/quantized/modules/conv.py -> base_bdist_tmp/torch/nn/quantized/modules 2022-12-01T10:11:05.3948438Z copying build/lib.linux-x86_64-3.7/torch/nn/quantized/modules/dropout.py -> base_bdist_tmp/torch/nn/quantized/modules 2022-12-01T10:11:05.3949332Z copying build/lib.linux-x86_64-3.7/torch/nn/quantized/modules/embedding_ops.py -> base_bdist_tmp/torch/nn/quantized/modules 2022-12-01T10:11:05.3950090Z copying build/lib.linux-x86_64-3.7/torch/nn/quantized/modules/functional_modules.py -> base_bdist_tmp/torch/nn/quantized/modules 2022-12-01T10:11:05.3950966Z copying build/lib.linux-x86_64-3.7/torch/nn/quantized/modules/linear.py -> base_bdist_tmp/torch/nn/quantized/modules 2022-12-01T10:11:05.3951864Z copying build/lib.linux-x86_64-3.7/torch/nn/quantized/modules/normalization.py -> base_bdist_tmp/torch/nn/quantized/modules 2022-12-01T10:11:05.3952643Z copying build/lib.linux-x86_64-3.7/torch/nn/quantized/modules/rnn.py -> base_bdist_tmp/torch/nn/quantized/modules 2022-12-01T10:11:05.3953639Z copying build/lib.linux-x86_64-3.7/torch/nn/quantized/modules/utils.py -> base_bdist_tmp/torch/nn/quantized/modules 2022-12-01T10:11:05.3955096Z creating base_bdist_tmp/torch/nn/utils 2022-12-01T10:11:05.3955584Z copying build/lib.linux-x86_64-3.7/torch/nn/utils/__init__.py -> base_bdist_tmp/torch/nn/utils 2022-12-01T10:11:05.3956049Z copying build/lib.linux-x86_64-3.7/torch/nn/utils/_deprecation_utils.py -> base_bdist_tmp/torch/nn/utils 2022-12-01T10:11:05.3956896Z copying build/lib.linux-x86_64-3.7/torch/nn/utils/_per_sample_grad.py -> base_bdist_tmp/torch/nn/utils 2022-12-01T10:11:05.3957953Z copying build/lib.linux-x86_64-3.7/torch/nn/utils/_stateless.py -> base_bdist_tmp/torch/nn/utils 2022-12-01T10:11:05.3958878Z copying build/lib.linux-x86_64-3.7/torch/nn/utils/clip_grad.py -> base_bdist_tmp/torch/nn/utils 2022-12-01T10:11:05.3960289Z copying build/lib.linux-x86_64-3.7/torch/nn/utils/convert_parameters.py -> base_bdist_tmp/torch/nn/utils 2022-12-01T10:11:05.3962048Z copying build/lib.linux-x86_64-3.7/torch/nn/utils/fusion.py -> base_bdist_tmp/torch/nn/utils 2022-12-01T10:11:05.3962978Z copying build/lib.linux-x86_64-3.7/torch/nn/utils/init.py -> base_bdist_tmp/torch/nn/utils 2022-12-01T10:11:05.3964016Z copying build/lib.linux-x86_64-3.7/torch/nn/utils/memory_format.py -> base_bdist_tmp/torch/nn/utils 2022-12-01T10:11:05.3965044Z copying build/lib.linux-x86_64-3.7/torch/nn/utils/parametrizations.py -> base_bdist_tmp/torch/nn/utils 2022-12-01T10:11:05.3966628Z copying build/lib.linux-x86_64-3.7/torch/nn/utils/parametrize.py -> base_bdist_tmp/torch/nn/utils 2022-12-01T10:11:05.3967710Z copying build/lib.linux-x86_64-3.7/torch/nn/utils/prune.py -> base_bdist_tmp/torch/nn/utils 2022-12-01T10:11:05.3969463Z copying build/lib.linux-x86_64-3.7/torch/nn/utils/rnn.py -> base_bdist_tmp/torch/nn/utils 2022-12-01T10:11:05.3970632Z copying build/lib.linux-x86_64-3.7/torch/nn/utils/spectral_norm.py -> base_bdist_tmp/torch/nn/utils 2022-12-01T10:11:05.3971798Z copying build/lib.linux-x86_64-3.7/torch/nn/utils/stateless.py -> base_bdist_tmp/torch/nn/utils 2022-12-01T10:11:05.3972992Z copying build/lib.linux-x86_64-3.7/torch/nn/utils/weight_norm.py -> base_bdist_tmp/torch/nn/utils 2022-12-01T10:11:05.3974714Z creating base_bdist_tmp/torch/nn/utils/_expanded_weights 2022-12-01T10:11:05.3975198Z copying build/lib.linux-x86_64-3.7/torch/nn/utils/_expanded_weights/__init__.py -> base_bdist_tmp/torch/nn/utils/_expanded_weights 2022-12-01T10:11:05.3976540Z copying build/lib.linux-x86_64-3.7/torch/nn/utils/_expanded_weights/conv_expanded_weights.py -> base_bdist_tmp/torch/nn/utils/_expanded_weights 2022-12-01T10:11:05.3977269Z copying build/lib.linux-x86_64-3.7/torch/nn/utils/_expanded_weights/conv_utils.py -> base_bdist_tmp/torch/nn/utils/_expanded_weights 2022-12-01T10:11:05.3979636Z copying build/lib.linux-x86_64-3.7/torch/nn/utils/_expanded_weights/embedding_expanded_weights.py -> base_bdist_tmp/torch/nn/utils/_expanded_weights 2022-12-01T10:11:05.3980235Z copying build/lib.linux-x86_64-3.7/torch/nn/utils/_expanded_weights/expanded_weights_impl.py -> base_bdist_tmp/torch/nn/utils/_expanded_weights 2022-12-01T10:11:05.3980733Z copying build/lib.linux-x86_64-3.7/torch/nn/utils/_expanded_weights/expanded_weights_utils.py -> base_bdist_tmp/torch/nn/utils/_expanded_weights 2022-12-01T10:11:05.3981498Z copying build/lib.linux-x86_64-3.7/torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py -> base_bdist_tmp/torch/nn/utils/_expanded_weights 2022-12-01T10:11:05.3982453Z copying build/lib.linux-x86_64-3.7/torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py -> base_bdist_tmp/torch/nn/utils/_expanded_weights 2022-12-01T10:11:05.3983674Z copying build/lib.linux-x86_64-3.7/torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py -> base_bdist_tmp/torch/nn/utils/_expanded_weights 2022-12-01T10:11:05.3984404Z copying build/lib.linux-x86_64-3.7/torch/nn/utils/_expanded_weights/linear_expanded_weights.py -> base_bdist_tmp/torch/nn/utils/_expanded_weights 2022-12-01T10:11:05.3986094Z copying build/lib.linux-x86_64-3.7/torch/nn/parameter.pyi -> base_bdist_tmp/torch/nn 2022-12-01T10:11:05.3986515Z copying build/lib.linux-x86_64-3.7/torch/nn/functional.pyi -> base_bdist_tmp/torch/nn 2022-12-01T10:11:05.3988282Z creating base_bdist_tmp/torch/onnx 2022-12-01T10:11:05.3989101Z copying build/lib.linux-x86_64-3.7/torch/onnx/__init__.py -> base_bdist_tmp/torch/onnx 2022-12-01T10:11:05.3989923Z copying build/lib.linux-x86_64-3.7/torch/onnx/_constants.py -> base_bdist_tmp/torch/onnx 2022-12-01T10:11:05.3991019Z copying build/lib.linux-x86_64-3.7/torch/onnx/_deprecation.py -> base_bdist_tmp/torch/onnx 2022-12-01T10:11:05.3992067Z copying build/lib.linux-x86_64-3.7/torch/onnx/_experimental.py -> base_bdist_tmp/torch/onnx 2022-12-01T10:11:05.3993042Z copying build/lib.linux-x86_64-3.7/torch/onnx/_exporter_states.py -> base_bdist_tmp/torch/onnx 2022-12-01T10:11:05.3994148Z copying build/lib.linux-x86_64-3.7/torch/onnx/_globals.py -> base_bdist_tmp/torch/onnx 2022-12-01T10:11:05.3995254Z copying build/lib.linux-x86_64-3.7/torch/onnx/_onnx_supported_ops.py -> base_bdist_tmp/torch/onnx 2022-12-01T10:11:05.3997143Z copying build/lib.linux-x86_64-3.7/torch/onnx/_patch_torch.py -> base_bdist_tmp/torch/onnx 2022-12-01T10:11:05.3997561Z copying build/lib.linux-x86_64-3.7/torch/onnx/_type_utils.py -> base_bdist_tmp/torch/onnx 2022-12-01T10:11:05.3998431Z copying build/lib.linux-x86_64-3.7/torch/onnx/errors.py -> base_bdist_tmp/torch/onnx 2022-12-01T10:11:05.3999620Z copying build/lib.linux-x86_64-3.7/torch/onnx/operators.py -> base_bdist_tmp/torch/onnx 2022-12-01T10:11:05.4000784Z copying build/lib.linux-x86_64-3.7/torch/onnx/symbolic_caffe2.py -> base_bdist_tmp/torch/onnx 2022-12-01T10:11:05.4001881Z copying build/lib.linux-x86_64-3.7/torch/onnx/symbolic_helper.py -> base_bdist_tmp/torch/onnx 2022-12-01T10:11:05.4003718Z copying build/lib.linux-x86_64-3.7/torch/onnx/symbolic_opset10.py -> base_bdist_tmp/torch/onnx 2022-12-01T10:11:05.4004897Z copying build/lib.linux-x86_64-3.7/torch/onnx/symbolic_opset11.py -> base_bdist_tmp/torch/onnx 2022-12-01T10:11:05.4007611Z copying build/lib.linux-x86_64-3.7/torch/onnx/symbolic_opset12.py -> base_bdist_tmp/torch/onnx 2022-12-01T10:11:05.4008412Z copying build/lib.linux-x86_64-3.7/torch/onnx/symbolic_opset13.py -> base_bdist_tmp/torch/onnx 2022-12-01T10:11:05.4009682Z copying build/lib.linux-x86_64-3.7/torch/onnx/symbolic_opset14.py -> base_bdist_tmp/torch/onnx 2022-12-01T10:11:05.4010761Z copying build/lib.linux-x86_64-3.7/torch/onnx/symbolic_opset15.py -> base_bdist_tmp/torch/onnx 2022-12-01T10:11:05.4011866Z copying build/lib.linux-x86_64-3.7/torch/onnx/symbolic_opset16.py -> base_bdist_tmp/torch/onnx 2022-12-01T10:11:05.4012868Z copying build/lib.linux-x86_64-3.7/torch/onnx/symbolic_opset17.py -> base_bdist_tmp/torch/onnx 2022-12-01T10:11:05.4013893Z copying build/lib.linux-x86_64-3.7/torch/onnx/symbolic_opset7.py -> base_bdist_tmp/torch/onnx 2022-12-01T10:11:05.4015109Z copying build/lib.linux-x86_64-3.7/torch/onnx/symbolic_opset8.py -> base_bdist_tmp/torch/onnx 2022-12-01T10:11:05.4016285Z copying build/lib.linux-x86_64-3.7/torch/onnx/symbolic_opset9.py -> base_bdist_tmp/torch/onnx 2022-12-01T10:11:05.4019524Z copying build/lib.linux-x86_64-3.7/torch/onnx/utils.py -> base_bdist_tmp/torch/onnx 2022-12-01T10:11:05.4020754Z copying build/lib.linux-x86_64-3.7/torch/onnx/verification.py -> base_bdist_tmp/torch/onnx 2022-12-01T10:11:05.4022449Z creating base_bdist_tmp/torch/onnx/_internal 2022-12-01T10:11:05.4023172Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/__init__.py -> base_bdist_tmp/torch/onnx/_internal 2022-12-01T10:11:05.4024318Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/_beartype.py -> base_bdist_tmp/torch/onnx/_internal 2022-12-01T10:11:05.4025564Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/jit_utils.py -> base_bdist_tmp/torch/onnx/_internal 2022-12-01T10:11:05.4026628Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/registration.py -> base_bdist_tmp/torch/onnx/_internal 2022-12-01T10:11:05.4027999Z creating base_bdist_tmp/torch/onnx/_internal/diagnostics 2022-12-01T10:11:05.4028582Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/__init__.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics 2022-12-01T10:11:05.4029864Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/_diagnostic.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics 2022-12-01T10:11:05.4030496Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/_rules.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics 2022-12-01T10:11:05.4032573Z creating base_bdist_tmp/torch/onnx/_internal/diagnostics/infra 2022-12-01T10:11:05.4033108Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/__init__.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra 2022-12-01T10:11:05.4033681Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/_infra.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra 2022-12-01T10:11:05.4035203Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/engine.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra 2022-12-01T10:11:05.4035659Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/formatter.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra 2022-12-01T10:11:05.4037080Z creating base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4037582Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/__init__.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4038540Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_address.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4040290Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4041425Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4041890Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4042462Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4043040Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4045494Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4046120Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4046492Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4046820Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_edge.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4048038Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4048755Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_exception.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4049679Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4051126Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4051617Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4052885Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_fix.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4053456Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_graph.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4055244Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4055913Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4057055Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_location.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4057848Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4058978Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4060115Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_message.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4060981Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4061785Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_node.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4062776Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_notification.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4063735Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4064647Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4065548Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4066485Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_region.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4067374Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4068400Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4069306Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4070278Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4071178Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4072063Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_result.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4073030Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4074069Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_run.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4075009Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4075910Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4076844Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4077756Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_stack.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4078896Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4080021Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4080804Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4081985Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4082726Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_tool.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4083717Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4084678Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4085446Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4086501Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4087356Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4088397Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4089400Z copying build/lib.linux-x86_64-3.7/torch/onnx/_internal/diagnostics/infra/sarif/version.py -> base_bdist_tmp/torch/onnx/_internal/diagnostics/infra/sarif 2022-12-01T10:11:05.4090411Z creating base_bdist_tmp/torch/optim 2022-12-01T10:11:05.4091234Z copying build/lib.linux-x86_64-3.7/torch/optim/__init__.py -> base_bdist_tmp/torch/optim 2022-12-01T10:11:05.4092291Z copying build/lib.linux-x86_64-3.7/torch/optim/_functional.py -> base_bdist_tmp/torch/optim 2022-12-01T10:11:05.4093036Z copying build/lib.linux-x86_64-3.7/torch/optim/adadelta.py -> base_bdist_tmp/torch/optim 2022-12-01T10:11:05.4094146Z copying build/lib.linux-x86_64-3.7/torch/optim/adagrad.py -> base_bdist_tmp/torch/optim 2022-12-01T10:11:05.4095437Z copying build/lib.linux-x86_64-3.7/torch/optim/adam.py -> base_bdist_tmp/torch/optim 2022-12-01T10:11:05.4096115Z copying build/lib.linux-x86_64-3.7/torch/optim/adamax.py -> base_bdist_tmp/torch/optim 2022-12-01T10:11:05.4097200Z copying build/lib.linux-x86_64-3.7/torch/optim/adamw.py -> base_bdist_tmp/torch/optim 2022-12-01T10:11:05.4098227Z copying build/lib.linux-x86_64-3.7/torch/optim/asgd.py -> base_bdist_tmp/torch/optim 2022-12-01T10:11:05.4099167Z copying build/lib.linux-x86_64-3.7/torch/optim/lbfgs.py -> base_bdist_tmp/torch/optim 2022-12-01T10:11:05.4100348Z copying build/lib.linux-x86_64-3.7/torch/optim/lr_scheduler.py -> base_bdist_tmp/torch/optim 2022-12-01T10:11:05.4101781Z copying build/lib.linux-x86_64-3.7/torch/optim/nadam.py -> base_bdist_tmp/torch/optim 2022-12-01T10:11:05.4102542Z copying build/lib.linux-x86_64-3.7/torch/optim/optimizer.py -> base_bdist_tmp/torch/optim 2022-12-01T10:11:05.4103397Z copying build/lib.linux-x86_64-3.7/torch/optim/radam.py -> base_bdist_tmp/torch/optim 2022-12-01T10:11:05.4104401Z copying build/lib.linux-x86_64-3.7/torch/optim/rmsprop.py -> base_bdist_tmp/torch/optim 2022-12-01T10:11:05.4105686Z copying build/lib.linux-x86_64-3.7/torch/optim/rprop.py -> base_bdist_tmp/torch/optim 2022-12-01T10:11:05.4106618Z copying build/lib.linux-x86_64-3.7/torch/optim/sgd.py -> base_bdist_tmp/torch/optim 2022-12-01T10:11:05.4107560Z copying build/lib.linux-x86_64-3.7/torch/optim/sparse_adam.py -> base_bdist_tmp/torch/optim 2022-12-01T10:11:05.4108309Z copying build/lib.linux-x86_64-3.7/torch/optim/swa_utils.py -> base_bdist_tmp/torch/optim 2022-12-01T10:11:05.4109440Z creating base_bdist_tmp/torch/optim/_multi_tensor 2022-12-01T10:11:05.4110385Z copying build/lib.linux-x86_64-3.7/torch/optim/_multi_tensor/__init__.py -> base_bdist_tmp/torch/optim/_multi_tensor 2022-12-01T10:11:05.4111248Z copying build/lib.linux-x86_64-3.7/torch/optim/__init__.pyi -> base_bdist_tmp/torch/optim 2022-12-01T10:11:05.4112174Z copying build/lib.linux-x86_64-3.7/torch/optim/adadelta.pyi -> base_bdist_tmp/torch/optim 2022-12-01T10:11:05.4113028Z copying build/lib.linux-x86_64-3.7/torch/optim/adagrad.pyi -> base_bdist_tmp/torch/optim 2022-12-01T10:11:05.4113850Z copying build/lib.linux-x86_64-3.7/torch/optim/adam.pyi -> base_bdist_tmp/torch/optim 2022-12-01T10:11:05.4114613Z copying build/lib.linux-x86_64-3.7/torch/optim/adamax.pyi -> base_bdist_tmp/torch/optim 2022-12-01T10:11:05.4115682Z copying build/lib.linux-x86_64-3.7/torch/optim/adamw.pyi -> base_bdist_tmp/torch/optim 2022-12-01T10:11:05.4116425Z copying build/lib.linux-x86_64-3.7/torch/optim/asgd.pyi -> base_bdist_tmp/torch/optim 2022-12-01T10:11:05.4117304Z copying build/lib.linux-x86_64-3.7/torch/optim/lbfgs.pyi -> base_bdist_tmp/torch/optim 2022-12-01T10:11:05.4118327Z copying build/lib.linux-x86_64-3.7/torch/optim/lr_scheduler.pyi -> base_bdist_tmp/torch/optim 2022-12-01T10:11:05.4119128Z copying build/lib.linux-x86_64-3.7/torch/optim/nadam.pyi -> base_bdist_tmp/torch/optim 2022-12-01T10:11:05.4120387Z copying build/lib.linux-x86_64-3.7/torch/optim/optimizer.pyi -> base_bdist_tmp/torch/optim 2022-12-01T10:11:05.4121332Z copying build/lib.linux-x86_64-3.7/torch/optim/radam.pyi -> base_bdist_tmp/torch/optim 2022-12-01T10:11:05.4123046Z copying build/lib.linux-x86_64-3.7/torch/optim/rmsprop.pyi -> base_bdist_tmp/torch/optim 2022-12-01T10:11:05.4123331Z copying build/lib.linux-x86_64-3.7/torch/optim/rprop.pyi -> base_bdist_tmp/torch/optim 2022-12-01T10:11:05.4124344Z copying build/lib.linux-x86_64-3.7/torch/optim/sgd.pyi -> base_bdist_tmp/torch/optim 2022-12-01T10:11:05.4125014Z copying build/lib.linux-x86_64-3.7/torch/optim/sparse_adam.pyi -> base_bdist_tmp/torch/optim 2022-12-01T10:11:05.4126105Z copying build/lib.linux-x86_64-3.7/torch/optim/swa_utils.pyi -> base_bdist_tmp/torch/optim 2022-12-01T10:11:05.4127560Z creating base_bdist_tmp/torch/package 2022-12-01T10:11:05.4127860Z copying build/lib.linux-x86_64-3.7/torch/package/__init__.py -> base_bdist_tmp/torch/package 2022-12-01T10:11:05.4129153Z copying build/lib.linux-x86_64-3.7/torch/package/_digraph.py -> base_bdist_tmp/torch/package 2022-12-01T10:11:05.4129623Z copying build/lib.linux-x86_64-3.7/torch/package/_directory_reader.py -> base_bdist_tmp/torch/package 2022-12-01T10:11:05.4130895Z copying build/lib.linux-x86_64-3.7/torch/package/_importlib.py -> base_bdist_tmp/torch/package 2022-12-01T10:11:05.4131500Z copying build/lib.linux-x86_64-3.7/torch/package/_mangling.py -> base_bdist_tmp/torch/package 2022-12-01T10:11:05.4132130Z copying build/lib.linux-x86_64-3.7/torch/package/_mock.py -> base_bdist_tmp/torch/package 2022-12-01T10:11:05.4133339Z copying build/lib.linux-x86_64-3.7/torch/package/_package_pickler.py -> base_bdist_tmp/torch/package 2022-12-01T10:11:05.4134054Z copying build/lib.linux-x86_64-3.7/torch/package/_package_unpickler.py -> base_bdist_tmp/torch/package 2022-12-01T10:11:05.4135066Z copying build/lib.linux-x86_64-3.7/torch/package/_stdlib.py -> base_bdist_tmp/torch/package 2022-12-01T10:11:05.4136019Z copying build/lib.linux-x86_64-3.7/torch/package/file_structure_representation.py -> base_bdist_tmp/torch/package 2022-12-01T10:11:05.4136835Z copying build/lib.linux-x86_64-3.7/torch/package/find_file_dependencies.py -> base_bdist_tmp/torch/package 2022-12-01T10:11:05.4137739Z copying build/lib.linux-x86_64-3.7/torch/package/glob_group.py -> base_bdist_tmp/torch/package 2022-12-01T10:11:05.4138533Z copying build/lib.linux-x86_64-3.7/torch/package/importer.py -> base_bdist_tmp/torch/package 2022-12-01T10:11:05.4139777Z copying build/lib.linux-x86_64-3.7/torch/package/package_exporter.py -> base_bdist_tmp/torch/package 2022-12-01T10:11:05.4141233Z copying build/lib.linux-x86_64-3.7/torch/package/package_importer.py -> base_bdist_tmp/torch/package 2022-12-01T10:11:05.4142557Z creating base_bdist_tmp/torch/package/analyze 2022-12-01T10:11:05.4143024Z copying build/lib.linux-x86_64-3.7/torch/package/analyze/__init__.py -> base_bdist_tmp/torch/package/analyze 2022-12-01T10:11:05.4144309Z copying build/lib.linux-x86_64-3.7/torch/package/analyze/find_first_use_of_broken_modules.py -> base_bdist_tmp/torch/package/analyze 2022-12-01T10:11:05.4144824Z copying build/lib.linux-x86_64-3.7/torch/package/analyze/is_from_package.py -> base_bdist_tmp/torch/package/analyze 2022-12-01T10:11:05.4145568Z copying build/lib.linux-x86_64-3.7/torch/package/analyze/trace_dependencies.py -> base_bdist_tmp/torch/package/analyze 2022-12-01T10:11:05.4146515Z creating base_bdist_tmp/torch/profiler 2022-12-01T10:11:05.4147143Z copying build/lib.linux-x86_64-3.7/torch/profiler/__init__.py -> base_bdist_tmp/torch/profiler 2022-12-01T10:11:05.4148946Z copying build/lib.linux-x86_64-3.7/torch/profiler/_pattern_matcher.py -> base_bdist_tmp/torch/profiler 2022-12-01T10:11:05.4149315Z copying build/lib.linux-x86_64-3.7/torch/profiler/_utils.py -> base_bdist_tmp/torch/profiler 2022-12-01T10:11:05.4150221Z copying build/lib.linux-x86_64-3.7/torch/profiler/itt.py -> base_bdist_tmp/torch/profiler 2022-12-01T10:11:05.4150811Z copying build/lib.linux-x86_64-3.7/torch/profiler/profiler.py -> base_bdist_tmp/torch/profiler 2022-12-01T10:11:05.4151792Z copying build/lib.linux-x86_64-3.7/torch/profiler/python_tracer.py -> base_bdist_tmp/torch/profiler 2022-12-01T10:11:05.4152963Z creating base_bdist_tmp/torch/quantization 2022-12-01T10:11:05.4153447Z copying build/lib.linux-x86_64-3.7/torch/quantization/__init__.py -> base_bdist_tmp/torch/quantization 2022-12-01T10:11:05.4154379Z copying build/lib.linux-x86_64-3.7/torch/quantization/_numeric_suite.py -> base_bdist_tmp/torch/quantization 2022-12-01T10:11:05.4155699Z copying build/lib.linux-x86_64-3.7/torch/quantization/_numeric_suite_fx.py -> base_bdist_tmp/torch/quantization 2022-12-01T10:11:05.4156490Z copying build/lib.linux-x86_64-3.7/torch/quantization/fake_quantize.py -> base_bdist_tmp/torch/quantization 2022-12-01T10:11:05.4157662Z copying build/lib.linux-x86_64-3.7/torch/quantization/fuse_modules.py -> base_bdist_tmp/torch/quantization 2022-12-01T10:11:05.4158378Z copying build/lib.linux-x86_64-3.7/torch/quantization/fuser_method_mappings.py -> base_bdist_tmp/torch/quantization 2022-12-01T10:11:05.4159604Z copying build/lib.linux-x86_64-3.7/torch/quantization/observer.py -> base_bdist_tmp/torch/quantization 2022-12-01T10:11:05.4160227Z copying build/lib.linux-x86_64-3.7/torch/quantization/qconfig.py -> base_bdist_tmp/torch/quantization 2022-12-01T10:11:05.4161983Z copying build/lib.linux-x86_64-3.7/torch/quantization/quant_type.py -> base_bdist_tmp/torch/quantization 2022-12-01T10:11:05.4163183Z copying build/lib.linux-x86_64-3.7/torch/quantization/quantization_mappings.py -> base_bdist_tmp/torch/quantization 2022-12-01T10:11:05.4163969Z copying build/lib.linux-x86_64-3.7/torch/quantization/quantize.py -> base_bdist_tmp/torch/quantization 2022-12-01T10:11:05.4164796Z copying build/lib.linux-x86_64-3.7/torch/quantization/quantize_fx.py -> base_bdist_tmp/torch/quantization 2022-12-01T10:11:05.4165671Z copying build/lib.linux-x86_64-3.7/torch/quantization/quantize_jit.py -> base_bdist_tmp/torch/quantization 2022-12-01T10:11:05.4166221Z copying build/lib.linux-x86_64-3.7/torch/quantization/stubs.py -> base_bdist_tmp/torch/quantization 2022-12-01T10:11:05.4167040Z copying build/lib.linux-x86_64-3.7/torch/quantization/utils.py -> base_bdist_tmp/torch/quantization 2022-12-01T10:11:05.4168442Z creating base_bdist_tmp/torch/quantization/fx 2022-12-01T10:11:05.4168959Z copying build/lib.linux-x86_64-3.7/torch/quantization/fx/__init__.py -> base_bdist_tmp/torch/quantization/fx 2022-12-01T10:11:05.4169867Z copying build/lib.linux-x86_64-3.7/torch/quantization/fx/_equalize.py -> base_bdist_tmp/torch/quantization/fx 2022-12-01T10:11:05.4170716Z copying build/lib.linux-x86_64-3.7/torch/quantization/fx/convert.py -> base_bdist_tmp/torch/quantization/fx 2022-12-01T10:11:05.4171507Z copying build/lib.linux-x86_64-3.7/torch/quantization/fx/fuse.py -> base_bdist_tmp/torch/quantization/fx 2022-12-01T10:11:05.4172422Z copying build/lib.linux-x86_64-3.7/torch/quantization/fx/fusion_patterns.py -> base_bdist_tmp/torch/quantization/fx 2022-12-01T10:11:05.4173856Z copying build/lib.linux-x86_64-3.7/torch/quantization/fx/graph_module.py -> base_bdist_tmp/torch/quantization/fx 2022-12-01T10:11:05.4174228Z copying build/lib.linux-x86_64-3.7/torch/quantization/fx/match_utils.py -> base_bdist_tmp/torch/quantization/fx 2022-12-01T10:11:05.4175404Z copying build/lib.linux-x86_64-3.7/torch/quantization/fx/pattern_utils.py -> base_bdist_tmp/torch/quantization/fx 2022-12-01T10:11:05.4176224Z copying build/lib.linux-x86_64-3.7/torch/quantization/fx/prepare.py -> base_bdist_tmp/torch/quantization/fx 2022-12-01T10:11:05.4177090Z copying build/lib.linux-x86_64-3.7/torch/quantization/fx/quantization_patterns.py -> base_bdist_tmp/torch/quantization/fx 2022-12-01T10:11:05.4177487Z copying build/lib.linux-x86_64-3.7/torch/quantization/fx/quantization_types.py -> base_bdist_tmp/torch/quantization/fx 2022-12-01T10:11:05.4178854Z copying build/lib.linux-x86_64-3.7/torch/quantization/fx/utils.py -> base_bdist_tmp/torch/quantization/fx 2022-12-01T10:11:05.4179625Z creating base_bdist_tmp/torch/sparse 2022-12-01T10:11:05.4180071Z copying build/lib.linux-x86_64-3.7/torch/sparse/__init__.py -> base_bdist_tmp/torch/sparse 2022-12-01T10:11:05.4181532Z creating base_bdist_tmp/torch/special 2022-12-01T10:11:05.4181824Z copying build/lib.linux-x86_64-3.7/torch/special/__init__.py -> base_bdist_tmp/torch/special 2022-12-01T10:11:05.4183335Z creating base_bdist_tmp/torch/testing 2022-12-01T10:11:05.4183840Z copying build/lib.linux-x86_64-3.7/torch/testing/__init__.py -> base_bdist_tmp/torch/testing 2022-12-01T10:11:05.4185169Z copying build/lib.linux-x86_64-3.7/torch/testing/_comparison.py -> base_bdist_tmp/torch/testing 2022-12-01T10:11:05.4186437Z copying build/lib.linux-x86_64-3.7/torch/testing/_creation.py -> base_bdist_tmp/torch/testing 2022-12-01T10:11:05.4187435Z copying build/lib.linux-x86_64-3.7/torch/testing/_deprecated.py -> base_bdist_tmp/torch/testing 2022-12-01T10:11:05.4188313Z copying build/lib.linux-x86_64-3.7/torch/testing/_legacy.py -> base_bdist_tmp/torch/testing 2022-12-01T10:11:05.4189787Z creating base_bdist_tmp/torch/testing/_internal 2022-12-01T10:11:05.4190082Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/__init__.py -> base_bdist_tmp/torch/testing/_internal 2022-12-01T10:11:05.4191846Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/autocast_test_lists.py -> base_bdist_tmp/torch/testing/_internal 2022-12-01T10:11:05.4192451Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/check_kernel_launches.py -> base_bdist_tmp/torch/testing/_internal 2022-12-01T10:11:05.4193629Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/common_cuda.py -> base_bdist_tmp/torch/testing/_internal 2022-12-01T10:11:05.4194393Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/common_device_type.py -> base_bdist_tmp/torch/testing/_internal 2022-12-01T10:11:05.4195903Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/common_distributed.py -> base_bdist_tmp/torch/testing/_internal 2022-12-01T10:11:05.4196791Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/common_dtype.py -> base_bdist_tmp/torch/testing/_internal 2022-12-01T10:11:05.4197544Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/common_fsdp.py -> base_bdist_tmp/torch/testing/_internal 2022-12-01T10:11:05.4199435Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/common_jit.py -> base_bdist_tmp/torch/testing/_internal 2022-12-01T10:11:05.4200010Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/common_methods_invocations.py -> base_bdist_tmp/torch/testing/_internal 2022-12-01T10:11:05.4206644Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/common_modules.py -> base_bdist_tmp/torch/testing/_internal 2022-12-01T10:11:05.4208055Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/common_nn.py -> base_bdist_tmp/torch/testing/_internal 2022-12-01T10:11:05.4210937Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/common_quantization.py -> base_bdist_tmp/torch/testing/_internal 2022-12-01T10:11:05.4212704Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/common_quantized.py -> base_bdist_tmp/torch/testing/_internal 2022-12-01T10:11:05.4213831Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/common_subclass.py -> base_bdist_tmp/torch/testing/_internal 2022-12-01T10:11:05.4214540Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/common_utils.py -> base_bdist_tmp/torch/testing/_internal 2022-12-01T10:11:05.4216502Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/composite_compliance.py -> base_bdist_tmp/torch/testing/_internal 2022-12-01T10:11:05.4217846Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/dist_utils.py -> base_bdist_tmp/torch/testing/_internal 2022-12-01T10:11:05.4218867Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/hypothesis_utils.py -> base_bdist_tmp/torch/testing/_internal 2022-12-01T10:11:05.4219754Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/jit_metaprogramming_utils.py -> base_bdist_tmp/torch/testing/_internal 2022-12-01T10:11:05.4221091Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/jit_utils.py -> base_bdist_tmp/torch/testing/_internal 2022-12-01T10:11:05.4222555Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/logging_tensor.py -> base_bdist_tmp/torch/testing/_internal 2022-12-01T10:11:05.4223587Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/quantization_torch_package_models.py -> base_bdist_tmp/torch/testing/_internal 2022-12-01T10:11:05.4224280Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/schema_check_mode.py -> base_bdist_tmp/torch/testing/_internal 2022-12-01T10:11:05.4225452Z creating base_bdist_tmp/torch/testing/_internal/codegen 2022-12-01T10:11:05.4226030Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/codegen/__init__.py -> base_bdist_tmp/torch/testing/_internal/codegen 2022-12-01T10:11:05.4227564Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/codegen/random_topo_test.py -> base_bdist_tmp/torch/testing/_internal/codegen 2022-12-01T10:11:05.4228651Z creating base_bdist_tmp/torch/testing/_internal/data 2022-12-01T10:11:05.4229115Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/data/__init__.py -> base_bdist_tmp/torch/testing/_internal/data 2022-12-01T10:11:05.4230206Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/data/network1.py -> base_bdist_tmp/torch/testing/_internal/data 2022-12-01T10:11:05.4230827Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/data/network2.py -> base_bdist_tmp/torch/testing/_internal/data 2022-12-01T10:11:05.4232120Z creating base_bdist_tmp/torch/testing/_internal/distributed 2022-12-01T10:11:05.4232706Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/__init__.py -> base_bdist_tmp/torch/testing/_internal/distributed 2022-12-01T10:11:05.4233261Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py -> base_bdist_tmp/torch/testing/_internal/distributed 2022-12-01T10:11:05.4234492Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/distributed_test.py -> base_bdist_tmp/torch/testing/_internal/distributed 2022-12-01T10:11:05.4237881Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/distributed_utils.py -> base_bdist_tmp/torch/testing/_internal/distributed 2022-12-01T10:11:05.4238508Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/pipe_with_ddp_test.py -> base_bdist_tmp/torch/testing/_internal/distributed 2022-12-01T10:11:05.4239794Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc_utils.py -> base_bdist_tmp/torch/testing/_internal/distributed 2022-12-01T10:11:05.4240702Z creating base_bdist_tmp/torch/testing/_internal/distributed/_shard 2022-12-01T10:11:05.4241414Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/_shard/__init__.py -> base_bdist_tmp/torch/testing/_internal/distributed/_shard 2022-12-01T10:11:05.4242361Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/_shard/test_common.py -> base_bdist_tmp/torch/testing/_internal/distributed/_shard 2022-12-01T10:11:05.4243504Z creating base_bdist_tmp/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-12-01T10:11:05.4244232Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py -> base_bdist_tmp/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-12-01T10:11:05.4245374Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py -> base_bdist_tmp/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-12-01T10:11:05.4246135Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py -> base_bdist_tmp/torch/testing/_internal/distributed/_shard/sharded_tensor 2022-12-01T10:11:05.4247449Z creating base_bdist_tmp/torch/testing/_internal/distributed/nn 2022-12-01T10:11:05.4247876Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/nn/__init__.py -> base_bdist_tmp/torch/testing/_internal/distributed/nn 2022-12-01T10:11:05.4249259Z creating base_bdist_tmp/torch/testing/_internal/distributed/nn/api 2022-12-01T10:11:05.4249739Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/nn/api/__init__.py -> base_bdist_tmp/torch/testing/_internal/distributed/nn/api 2022-12-01T10:11:05.4250603Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/nn/api/remote_module_test.py -> base_bdist_tmp/torch/testing/_internal/distributed/nn/api 2022-12-01T10:11:05.4252036Z creating base_bdist_tmp/torch/testing/_internal/distributed/pipeline 2022-12-01T10:11:05.4252512Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/pipeline/__init__.py -> base_bdist_tmp/torch/testing/_internal/distributed/pipeline 2022-12-01T10:11:05.4253533Z creating base_bdist_tmp/torch/testing/_internal/distributed/rpc 2022-12-01T10:11:05.4253934Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc/__init__.py -> base_bdist_tmp/torch/testing/_internal/distributed/rpc 2022-12-01T10:11:05.4254612Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc/dist_autograd_test.py -> base_bdist_tmp/torch/testing/_internal/distributed/rpc 2022-12-01T10:11:05.4256714Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc/dist_optimizer_test.py -> base_bdist_tmp/torch/testing/_internal/distributed/rpc 2022-12-01T10:11:05.4257146Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py -> base_bdist_tmp/torch/testing/_internal/distributed/rpc 2022-12-01T10:11:05.4258301Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py -> base_bdist_tmp/torch/testing/_internal/distributed/rpc 2022-12-01T10:11:05.4258960Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py -> base_bdist_tmp/torch/testing/_internal/distributed/rpc 2022-12-01T10:11:05.4259877Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc/rpc_test.py -> base_bdist_tmp/torch/testing/_internal/distributed/rpc 2022-12-01T10:11:05.4262435Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py -> base_bdist_tmp/torch/testing/_internal/distributed/rpc 2022-12-01T10:11:05.4263613Z creating base_bdist_tmp/torch/testing/_internal/distributed/rpc/examples 2022-12-01T10:11:05.4264055Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc/examples/__init__.py -> base_bdist_tmp/torch/testing/_internal/distributed/rpc/examples 2022-12-01T10:11:05.4265440Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py -> base_bdist_tmp/torch/testing/_internal/distributed/rpc/examples 2022-12-01T10:11:05.4266106Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py -> base_bdist_tmp/torch/testing/_internal/distributed/rpc/examples 2022-12-01T10:11:05.4268414Z creating base_bdist_tmp/torch/testing/_internal/distributed/rpc/jit 2022-12-01T10:11:05.4269363Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc/jit/__init__.py -> base_bdist_tmp/torch/testing/_internal/distributed/rpc/jit 2022-12-01T10:11:05.4270037Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py -> base_bdist_tmp/torch/testing/_internal/distributed/rpc/jit 2022-12-01T10:11:05.4270369Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc/jit/rpc_test.py -> base_bdist_tmp/torch/testing/_internal/distributed/rpc/jit 2022-12-01T10:11:05.4271249Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py -> base_bdist_tmp/torch/testing/_internal/distributed/rpc/jit 2022-12-01T10:11:05.4272089Z creating base_bdist_tmp/torch/testing/_internal/generated 2022-12-01T10:11:05.4272825Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/generated/__init__.py -> base_bdist_tmp/torch/testing/_internal/generated 2022-12-01T10:11:05.4273777Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/generated/annotated_fn_args.py -> base_bdist_tmp/torch/testing/_internal/generated 2022-12-01T10:11:05.4277286Z creating base_bdist_tmp/torch/testing/_internal/opinfo 2022-12-01T10:11:05.4277901Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/opinfo/__init__.py -> base_bdist_tmp/torch/testing/_internal/opinfo 2022-12-01T10:11:05.4279118Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/opinfo/core.py -> base_bdist_tmp/torch/testing/_internal/opinfo 2022-12-01T10:11:05.4281262Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/opinfo/refs.py -> base_bdist_tmp/torch/testing/_internal/opinfo 2022-12-01T10:11:05.4282063Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/opinfo/utils.py -> base_bdist_tmp/torch/testing/_internal/opinfo 2022-12-01T10:11:05.4283426Z creating base_bdist_tmp/torch/testing/_internal/opinfo/definitions 2022-12-01T10:11:05.4284091Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/opinfo/definitions/__init__.py -> base_bdist_tmp/torch/testing/_internal/opinfo/definitions 2022-12-01T10:11:05.4285205Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/opinfo/definitions/_masked.py -> base_bdist_tmp/torch/testing/_internal/opinfo/definitions 2022-12-01T10:11:05.4286758Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/opinfo/definitions/fft.py -> base_bdist_tmp/torch/testing/_internal/opinfo/definitions 2022-12-01T10:11:05.4287830Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/opinfo/definitions/linalg.py -> base_bdist_tmp/torch/testing/_internal/opinfo/definitions 2022-12-01T10:11:05.4289849Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/opinfo/definitions/special.py -> base_bdist_tmp/torch/testing/_internal/opinfo/definitions 2022-12-01T10:11:05.4291677Z creating base_bdist_tmp/torch/testing/_internal/test_module 2022-12-01T10:11:05.4292606Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/test_module/__init__.py -> base_bdist_tmp/torch/testing/_internal/test_module 2022-12-01T10:11:05.4293418Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/test_module/future_div.py -> base_bdist_tmp/torch/testing/_internal/test_module 2022-12-01T10:11:05.4294241Z copying build/lib.linux-x86_64-3.7/torch/testing/_internal/test_module/no_future_div.py -> base_bdist_tmp/torch/testing/_internal/test_module 2022-12-01T10:11:05.4294811Z creating base_bdist_tmp/torch/utils 2022-12-01T10:11:05.4295540Z copying build/lib.linux-x86_64-3.7/torch/utils/__init__.py -> base_bdist_tmp/torch/utils 2022-12-01T10:11:05.4296491Z copying build/lib.linux-x86_64-3.7/torch/utils/_cpp_extension_versioner.py -> base_bdist_tmp/torch/utils 2022-12-01T10:11:05.4297483Z copying build/lib.linux-x86_64-3.7/torch/utils/_crash_handler.py -> base_bdist_tmp/torch/utils 2022-12-01T10:11:05.4298413Z copying build/lib.linux-x86_64-3.7/torch/utils/_cuda_trace.py -> base_bdist_tmp/torch/utils 2022-12-01T10:11:05.4299273Z copying build/lib.linux-x86_64-3.7/torch/utils/_freeze.py -> base_bdist_tmp/torch/utils 2022-12-01T10:11:05.4300243Z copying build/lib.linux-x86_64-3.7/torch/utils/_mode_utils.py -> base_bdist_tmp/torch/utils 2022-12-01T10:11:05.4301179Z copying build/lib.linux-x86_64-3.7/torch/utils/_python_dispatch.py -> base_bdist_tmp/torch/utils 2022-12-01T10:11:05.4302142Z copying build/lib.linux-x86_64-3.7/torch/utils/_pytree.py -> base_bdist_tmp/torch/utils 2022-12-01T10:11:05.4303379Z copying build/lib.linux-x86_64-3.7/torch/utils/_zip.py -> base_bdist_tmp/torch/utils 2022-12-01T10:11:05.4304242Z copying build/lib.linux-x86_64-3.7/torch/utils/bundled_inputs.py -> base_bdist_tmp/torch/utils 2022-12-01T10:11:05.4305054Z copying build/lib.linux-x86_64-3.7/torch/utils/checkpoint.py -> base_bdist_tmp/torch/utils 2022-12-01T10:11:05.4306315Z copying build/lib.linux-x86_64-3.7/torch/utils/collect_env.py -> base_bdist_tmp/torch/utils 2022-12-01T10:11:05.4307190Z copying build/lib.linux-x86_64-3.7/torch/utils/cpp_backtrace.py -> base_bdist_tmp/torch/utils 2022-12-01T10:11:05.4308023Z copying build/lib.linux-x86_64-3.7/torch/utils/cpp_extension.py -> base_bdist_tmp/torch/utils 2022-12-01T10:11:05.4309946Z copying build/lib.linux-x86_64-3.7/torch/utils/dlpack.py -> base_bdist_tmp/torch/utils 2022-12-01T10:11:05.4310868Z copying build/lib.linux-x86_64-3.7/torch/utils/file_baton.py -> base_bdist_tmp/torch/utils 2022-12-01T10:11:05.4311683Z copying build/lib.linux-x86_64-3.7/torch/utils/hooks.py -> base_bdist_tmp/torch/utils 2022-12-01T10:11:05.4312697Z copying build/lib.linux-x86_64-3.7/torch/utils/mkldnn.py -> base_bdist_tmp/torch/utils 2022-12-01T10:11:05.4313768Z copying build/lib.linux-x86_64-3.7/torch/utils/mobile_optimizer.py -> base_bdist_tmp/torch/utils 2022-12-01T10:11:05.4314330Z copying build/lib.linux-x86_64-3.7/torch/utils/model_zoo.py -> base_bdist_tmp/torch/utils 2022-12-01T10:11:05.4315414Z copying build/lib.linux-x86_64-3.7/torch/utils/show_pickle.py -> base_bdist_tmp/torch/utils 2022-12-01T10:11:05.4316316Z copying build/lib.linux-x86_64-3.7/torch/utils/throughput_benchmark.py -> base_bdist_tmp/torch/utils 2022-12-01T10:11:05.4317311Z creating base_bdist_tmp/torch/utils/backcompat 2022-12-01T10:11:05.4318389Z copying build/lib.linux-x86_64-3.7/torch/utils/backcompat/__init__.py -> base_bdist_tmp/torch/utils/backcompat 2022-12-01T10:11:05.4319125Z creating base_bdist_tmp/torch/utils/benchmark 2022-12-01T10:11:05.4319787Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/__init__.py -> base_bdist_tmp/torch/utils/benchmark 2022-12-01T10:11:05.4321616Z creating base_bdist_tmp/torch/utils/benchmark/examples 2022-12-01T10:11:05.4322458Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/examples/__init__.py -> base_bdist_tmp/torch/utils/benchmark/examples 2022-12-01T10:11:05.4323211Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/examples/blas_compare.py -> base_bdist_tmp/torch/utils/benchmark/examples 2022-12-01T10:11:05.4323949Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/examples/blas_compare_setup.py -> base_bdist_tmp/torch/utils/benchmark/examples 2022-12-01T10:11:05.4324778Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/examples/compare.py -> base_bdist_tmp/torch/utils/benchmark/examples 2022-12-01T10:11:05.4325711Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/examples/end_to_end.py -> base_bdist_tmp/torch/utils/benchmark/examples 2022-12-01T10:11:05.4326749Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/examples/fuzzer.py -> base_bdist_tmp/torch/utils/benchmark/examples 2022-12-01T10:11:05.4327771Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/examples/op_benchmark.py -> base_bdist_tmp/torch/utils/benchmark/examples 2022-12-01T10:11:05.4328527Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/examples/simple_timeit.py -> base_bdist_tmp/torch/utils/benchmark/examples 2022-12-01T10:11:05.4329596Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/examples/spectral_ops_fuzz_test.py -> base_bdist_tmp/torch/utils/benchmark/examples 2022-12-01T10:11:05.4331077Z creating base_bdist_tmp/torch/utils/benchmark/op_fuzzers 2022-12-01T10:11:05.4331627Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/op_fuzzers/__init__.py -> base_bdist_tmp/torch/utils/benchmark/op_fuzzers 2022-12-01T10:11:05.4332476Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/op_fuzzers/binary.py -> base_bdist_tmp/torch/utils/benchmark/op_fuzzers 2022-12-01T10:11:05.4333338Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/op_fuzzers/sparse_binary.py -> base_bdist_tmp/torch/utils/benchmark/op_fuzzers 2022-12-01T10:11:05.4334300Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/op_fuzzers/sparse_unary.py -> base_bdist_tmp/torch/utils/benchmark/op_fuzzers 2022-12-01T10:11:05.4335130Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/op_fuzzers/spectral.py -> base_bdist_tmp/torch/utils/benchmark/op_fuzzers 2022-12-01T10:11:05.4336741Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/op_fuzzers/unary.py -> base_bdist_tmp/torch/utils/benchmark/op_fuzzers 2022-12-01T10:11:05.4337658Z creating base_bdist_tmp/torch/utils/benchmark/utils 2022-12-01T10:11:05.4338114Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils/__init__.py -> base_bdist_tmp/torch/utils/benchmark/utils 2022-12-01T10:11:05.4339144Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils/_stubs.py -> base_bdist_tmp/torch/utils/benchmark/utils 2022-12-01T10:11:05.4339912Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils/common.py -> base_bdist_tmp/torch/utils/benchmark/utils 2022-12-01T10:11:05.4340994Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils/compare.py -> base_bdist_tmp/torch/utils/benchmark/utils 2022-12-01T10:11:05.4341847Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils/cpp_jit.py -> base_bdist_tmp/torch/utils/benchmark/utils 2022-12-01T10:11:05.4342775Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils/fuzzer.py -> base_bdist_tmp/torch/utils/benchmark/utils 2022-12-01T10:11:05.4343873Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils/sparse_fuzzer.py -> base_bdist_tmp/torch/utils/benchmark/utils 2022-12-01T10:11:05.4344646Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils/timer.py -> base_bdist_tmp/torch/utils/benchmark/utils 2022-12-01T10:11:05.4346415Z creating base_bdist_tmp/torch/utils/benchmark/utils/valgrind_wrapper 2022-12-01T10:11:05.4347274Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils/valgrind_wrapper/__init__.py -> base_bdist_tmp/torch/utils/benchmark/utils/valgrind_wrapper 2022-12-01T10:11:05.4347870Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py -> base_bdist_tmp/torch/utils/benchmark/utils/valgrind_wrapper 2022-12-01T10:11:05.4348935Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp -> base_bdist_tmp/torch/utils/benchmark/utils/valgrind_wrapper 2022-12-01T10:11:05.4350012Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp -> base_bdist_tmp/torch/utils/benchmark/utils/valgrind_wrapper 2022-12-01T10:11:05.4350987Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h -> base_bdist_tmp/torch/utils/benchmark/utils/valgrind_wrapper 2022-12-01T10:11:05.4351795Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h -> base_bdist_tmp/torch/utils/benchmark/utils/valgrind_wrapper 2022-12-01T10:11:05.4355217Z copying build/lib.linux-x86_64-3.7/torch/utils/benchmark/utils/timeit_template.cpp -> base_bdist_tmp/torch/utils/benchmark/utils 2022-12-01T10:11:05.4356189Z creating base_bdist_tmp/torch/utils/bottleneck 2022-12-01T10:11:05.4356726Z copying build/lib.linux-x86_64-3.7/torch/utils/bottleneck/__init__.py -> base_bdist_tmp/torch/utils/bottleneck 2022-12-01T10:11:05.4357546Z copying build/lib.linux-x86_64-3.7/torch/utils/bottleneck/__main__.py -> base_bdist_tmp/torch/utils/bottleneck 2022-12-01T10:11:05.4358760Z creating base_bdist_tmp/torch/utils/data 2022-12-01T10:11:05.4359130Z copying build/lib.linux-x86_64-3.7/torch/utils/data/__init__.py -> base_bdist_tmp/torch/utils/data 2022-12-01T10:11:05.4360814Z copying build/lib.linux-x86_64-3.7/torch/utils/data/backward_compatibility.py -> base_bdist_tmp/torch/utils/data 2022-12-01T10:11:05.4361283Z copying build/lib.linux-x86_64-3.7/torch/utils/data/dataloader.py -> base_bdist_tmp/torch/utils/data 2022-12-01T10:11:05.4363574Z copying build/lib.linux-x86_64-3.7/torch/utils/data/dataloader_experimental.py -> base_bdist_tmp/torch/utils/data 2022-12-01T10:11:05.4364174Z copying build/lib.linux-x86_64-3.7/torch/utils/data/dataset.py -> base_bdist_tmp/torch/utils/data 2022-12-01T10:11:05.4364622Z copying build/lib.linux-x86_64-3.7/torch/utils/data/distributed.py -> base_bdist_tmp/torch/utils/data 2022-12-01T10:11:05.4365319Z copying build/lib.linux-x86_64-3.7/torch/utils/data/graph.py -> base_bdist_tmp/torch/utils/data 2022-12-01T10:11:05.4366042Z copying build/lib.linux-x86_64-3.7/torch/utils/data/graph_settings.py -> base_bdist_tmp/torch/utils/data 2022-12-01T10:11:05.4367079Z copying build/lib.linux-x86_64-3.7/torch/utils/data/sampler.py -> base_bdist_tmp/torch/utils/data 2022-12-01T10:11:05.4368376Z creating base_bdist_tmp/torch/utils/data/_utils 2022-12-01T10:11:05.4368890Z copying build/lib.linux-x86_64-3.7/torch/utils/data/_utils/__init__.py -> base_bdist_tmp/torch/utils/data/_utils 2022-12-01T10:11:05.4369970Z copying build/lib.linux-x86_64-3.7/torch/utils/data/_utils/collate.py -> base_bdist_tmp/torch/utils/data/_utils 2022-12-01T10:11:05.4371162Z copying build/lib.linux-x86_64-3.7/torch/utils/data/_utils/fetch.py -> base_bdist_tmp/torch/utils/data/_utils 2022-12-01T10:11:05.4371890Z copying build/lib.linux-x86_64-3.7/torch/utils/data/_utils/pin_memory.py -> base_bdist_tmp/torch/utils/data/_utils 2022-12-01T10:11:05.4373106Z copying build/lib.linux-x86_64-3.7/torch/utils/data/_utils/serialization.py -> base_bdist_tmp/torch/utils/data/_utils 2022-12-01T10:11:05.4373891Z copying build/lib.linux-x86_64-3.7/torch/utils/data/_utils/signal_handling.py -> base_bdist_tmp/torch/utils/data/_utils 2022-12-01T10:11:05.4374672Z copying build/lib.linux-x86_64-3.7/torch/utils/data/_utils/worker.py -> base_bdist_tmp/torch/utils/data/_utils 2022-12-01T10:11:05.4376090Z creating base_bdist_tmp/torch/utils/data/communication 2022-12-01T10:11:05.4376726Z copying build/lib.linux-x86_64-3.7/torch/utils/data/communication/__init__.py -> base_bdist_tmp/torch/utils/data/communication 2022-12-01T10:11:05.4377822Z copying build/lib.linux-x86_64-3.7/torch/utils/data/communication/eventloop.py -> base_bdist_tmp/torch/utils/data/communication 2022-12-01T10:11:05.4378448Z copying build/lib.linux-x86_64-3.7/torch/utils/data/communication/iter.py -> base_bdist_tmp/torch/utils/data/communication 2022-12-01T10:11:05.4379286Z copying build/lib.linux-x86_64-3.7/torch/utils/data/communication/map.py -> base_bdist_tmp/torch/utils/data/communication 2022-12-01T10:11:05.4380246Z copying build/lib.linux-x86_64-3.7/torch/utils/data/communication/messages.py -> base_bdist_tmp/torch/utils/data/communication 2022-12-01T10:11:05.4381599Z copying build/lib.linux-x86_64-3.7/torch/utils/data/communication/protocol.py -> base_bdist_tmp/torch/utils/data/communication 2022-12-01T10:11:05.4382501Z copying build/lib.linux-x86_64-3.7/torch/utils/data/communication/queue.py -> base_bdist_tmp/torch/utils/data/communication 2022-12-01T10:11:05.4383894Z creating base_bdist_tmp/torch/utils/data/datapipes 2022-12-01T10:11:05.4384326Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/__init__.py -> base_bdist_tmp/torch/utils/data/datapipes 2022-12-01T10:11:05.4385304Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/_decorator.py -> base_bdist_tmp/torch/utils/data/datapipes 2022-12-01T10:11:05.4385866Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/_hook_iterator.py -> base_bdist_tmp/torch/utils/data/datapipes 2022-12-01T10:11:05.4387152Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/_typing.py -> base_bdist_tmp/torch/utils/data/datapipes 2022-12-01T10:11:05.4387659Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/datapipe.py -> base_bdist_tmp/torch/utils/data/datapipes 2022-12-01T10:11:05.4389029Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/gen_pyi.py -> base_bdist_tmp/torch/utils/data/datapipes 2022-12-01T10:11:05.4390295Z creating base_bdist_tmp/torch/utils/data/datapipes/dataframe 2022-12-01T10:11:05.4390868Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/dataframe/__init__.py -> base_bdist_tmp/torch/utils/data/datapipes/dataframe 2022-12-01T10:11:05.4391771Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/dataframe/dataframe_wrapper.py -> base_bdist_tmp/torch/utils/data/datapipes/dataframe 2022-12-01T10:11:05.4392646Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/dataframe/dataframes.py -> base_bdist_tmp/torch/utils/data/datapipes/dataframe 2022-12-01T10:11:05.4393586Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/dataframe/datapipes.py -> base_bdist_tmp/torch/utils/data/datapipes/dataframe 2022-12-01T10:11:05.4394495Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/dataframe/structures.py -> base_bdist_tmp/torch/utils/data/datapipes/dataframe 2022-12-01T10:11:05.4395561Z creating base_bdist_tmp/torch/utils/data/datapipes/iter 2022-12-01T10:11:05.4396704Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/iter/__init__.py -> base_bdist_tmp/torch/utils/data/datapipes/iter 2022-12-01T10:11:05.4397306Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/iter/callable.py -> base_bdist_tmp/torch/utils/data/datapipes/iter 2022-12-01T10:11:05.4398566Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/iter/combinatorics.py -> base_bdist_tmp/torch/utils/data/datapipes/iter 2022-12-01T10:11:05.4399474Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/iter/combining.py -> base_bdist_tmp/torch/utils/data/datapipes/iter 2022-12-01T10:11:05.4401269Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/iter/filelister.py -> base_bdist_tmp/torch/utils/data/datapipes/iter 2022-12-01T10:11:05.4402000Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/iter/fileopener.py -> base_bdist_tmp/torch/utils/data/datapipes/iter 2022-12-01T10:11:05.4402962Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/iter/grouping.py -> base_bdist_tmp/torch/utils/data/datapipes/iter 2022-12-01T10:11:05.4403708Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/iter/routeddecoder.py -> base_bdist_tmp/torch/utils/data/datapipes/iter 2022-12-01T10:11:05.4404633Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/iter/selecting.py -> base_bdist_tmp/torch/utils/data/datapipes/iter 2022-12-01T10:11:05.4405631Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/iter/streamreader.py -> base_bdist_tmp/torch/utils/data/datapipes/iter 2022-12-01T10:11:05.4406836Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/iter/utils.py -> base_bdist_tmp/torch/utils/data/datapipes/iter 2022-12-01T10:11:05.4407908Z creating base_bdist_tmp/torch/utils/data/datapipes/map 2022-12-01T10:11:05.4408492Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/map/__init__.py -> base_bdist_tmp/torch/utils/data/datapipes/map 2022-12-01T10:11:05.4409555Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/map/callable.py -> base_bdist_tmp/torch/utils/data/datapipes/map 2022-12-01T10:11:05.4410276Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/map/combinatorics.py -> base_bdist_tmp/torch/utils/data/datapipes/map 2022-12-01T10:11:05.4412053Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/map/combining.py -> base_bdist_tmp/torch/utils/data/datapipes/map 2022-12-01T10:11:05.4412801Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/map/grouping.py -> base_bdist_tmp/torch/utils/data/datapipes/map 2022-12-01T10:11:05.4413341Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/map/utils.py -> base_bdist_tmp/torch/utils/data/datapipes/map 2022-12-01T10:11:05.4414254Z creating base_bdist_tmp/torch/utils/data/datapipes/utils 2022-12-01T10:11:05.4414999Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/utils/__init__.py -> base_bdist_tmp/torch/utils/data/datapipes/utils 2022-12-01T10:11:05.4415791Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/utils/common.py -> base_bdist_tmp/torch/utils/data/datapipes/utils 2022-12-01T10:11:05.4416893Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/utils/decoder.py -> base_bdist_tmp/torch/utils/data/datapipes/utils 2022-12-01T10:11:05.4417654Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/utils/snapshot.py -> base_bdist_tmp/torch/utils/data/datapipes/utils 2022-12-01T10:11:05.4418650Z copying build/lib.linux-x86_64-3.7/torch/utils/data/datapipes/datapipe.pyi -> base_bdist_tmp/torch/utils/data/datapipes 2022-12-01T10:11:05.4420019Z creating base_bdist_tmp/torch/utils/hipify 2022-12-01T10:11:05.4420430Z copying build/lib.linux-x86_64-3.7/torch/utils/hipify/__init__.py -> base_bdist_tmp/torch/utils/hipify 2022-12-01T10:11:05.4421270Z copying build/lib.linux-x86_64-3.7/torch/utils/hipify/constants.py -> base_bdist_tmp/torch/utils/hipify 2022-12-01T10:11:05.4422150Z copying build/lib.linux-x86_64-3.7/torch/utils/hipify/cuda_to_hip_mappings.py -> base_bdist_tmp/torch/utils/hipify 2022-12-01T10:11:05.4425622Z copying build/lib.linux-x86_64-3.7/torch/utils/hipify/hipify_python.py -> base_bdist_tmp/torch/utils/hipify 2022-12-01T10:11:05.4426677Z copying build/lib.linux-x86_64-3.7/torch/utils/hipify/version.py -> base_bdist_tmp/torch/utils/hipify 2022-12-01T10:11:05.4428055Z creating base_bdist_tmp/torch/utils/jit 2022-12-01T10:11:05.4428492Z copying build/lib.linux-x86_64-3.7/torch/utils/jit/__init__.py -> base_bdist_tmp/torch/utils/jit 2022-12-01T10:11:05.4429453Z copying build/lib.linux-x86_64-3.7/torch/utils/jit/log_extract.py -> base_bdist_tmp/torch/utils/jit 2022-12-01T10:11:05.4430393Z creating base_bdist_tmp/torch/utils/model_dump 2022-12-01T10:11:05.4431018Z copying build/lib.linux-x86_64-3.7/torch/utils/model_dump/__init__.py -> base_bdist_tmp/torch/utils/model_dump 2022-12-01T10:11:05.4432419Z copying build/lib.linux-x86_64-3.7/torch/utils/model_dump/__main__.py -> base_bdist_tmp/torch/utils/model_dump 2022-12-01T10:11:05.4432945Z copying build/lib.linux-x86_64-3.7/torch/utils/model_dump/skeleton.html -> base_bdist_tmp/torch/utils/model_dump 2022-12-01T10:11:05.4433873Z copying build/lib.linux-x86_64-3.7/torch/utils/model_dump/code.js -> base_bdist_tmp/torch/utils/model_dump 2022-12-01T10:11:05.4434937Z copying build/lib.linux-x86_64-3.7/torch/utils/model_dump/htm.mjs -> base_bdist_tmp/torch/utils/model_dump 2022-12-01T10:11:05.4435805Z copying build/lib.linux-x86_64-3.7/torch/utils/model_dump/preact.mjs -> base_bdist_tmp/torch/utils/model_dump 2022-12-01T10:11:05.4436964Z creating base_bdist_tmp/torch/utils/tensorboard 2022-12-01T10:11:05.4438465Z copying build/lib.linux-x86_64-3.7/torch/utils/tensorboard/__init__.py -> base_bdist_tmp/torch/utils/tensorboard 2022-12-01T10:11:05.4439087Z copying build/lib.linux-x86_64-3.7/torch/utils/tensorboard/_caffe2_graph.py -> base_bdist_tmp/torch/utils/tensorboard 2022-12-01T10:11:05.4440063Z copying build/lib.linux-x86_64-3.7/torch/utils/tensorboard/_convert_np.py -> base_bdist_tmp/torch/utils/tensorboard 2022-12-01T10:11:05.4441095Z copying build/lib.linux-x86_64-3.7/torch/utils/tensorboard/_embedding.py -> base_bdist_tmp/torch/utils/tensorboard 2022-12-01T10:11:05.4441729Z copying build/lib.linux-x86_64-3.7/torch/utils/tensorboard/_onnx_graph.py -> base_bdist_tmp/torch/utils/tensorboard 2022-12-01T10:11:05.4442476Z copying build/lib.linux-x86_64-3.7/torch/utils/tensorboard/_proto_graph.py -> base_bdist_tmp/torch/utils/tensorboard 2022-12-01T10:11:05.4443719Z copying build/lib.linux-x86_64-3.7/torch/utils/tensorboard/_pytorch_graph.py -> base_bdist_tmp/torch/utils/tensorboard 2022-12-01T10:11:05.4444497Z copying build/lib.linux-x86_64-3.7/torch/utils/tensorboard/_utils.py -> base_bdist_tmp/torch/utils/tensorboard 2022-12-01T10:11:05.4445246Z copying build/lib.linux-x86_64-3.7/torch/utils/tensorboard/summary.py -> base_bdist_tmp/torch/utils/tensorboard 2022-12-01T10:11:05.4446407Z copying build/lib.linux-x86_64-3.7/torch/utils/tensorboard/writer.py -> base_bdist_tmp/torch/utils/tensorboard 2022-12-01T10:11:05.4448116Z copying build/lib.linux-x86_64-3.7/torch/py.typed -> base_bdist_tmp/torch 2022-12-01T10:11:05.4448827Z creating base_bdist_tmp/torch/bin 2022-12-01T10:11:05.4449265Z copying build/lib.linux-x86_64-3.7/torch/bin/protoc-3.13.0.0 -> base_bdist_tmp/torch/bin 2022-12-01T10:11:05.4482348Z copying build/lib.linux-x86_64-3.7/torch/bin/protoc -> base_bdist_tmp/torch/bin 2022-12-01T10:11:05.4513982Z copying build/lib.linux-x86_64-3.7/torch/bin/test_jit -> base_bdist_tmp/torch/bin 2022-12-01T10:11:05.4557043Z copying build/lib.linux-x86_64-3.7/torch/bin/test_tensorexpr -> base_bdist_tmp/torch/bin 2022-12-01T10:11:05.4608294Z copying build/lib.linux-x86_64-3.7/torch/bin/tutorial_tensorexpr -> base_bdist_tmp/torch/bin 2022-12-01T10:11:05.4609985Z copying build/lib.linux-x86_64-3.7/torch/bin/FileStoreTest -> base_bdist_tmp/torch/bin 2022-12-01T10:11:05.4614313Z copying build/lib.linux-x86_64-3.7/torch/bin/TCPStoreTest -> base_bdist_tmp/torch/bin 2022-12-01T10:11:05.4619226Z copying build/lib.linux-x86_64-3.7/torch/bin/HashStoreTest -> base_bdist_tmp/torch/bin 2022-12-01T10:11:05.4624103Z copying build/lib.linux-x86_64-3.7/torch/bin/test_dist_autograd -> base_bdist_tmp/torch/bin 2022-12-01T10:11:05.4628589Z copying build/lib.linux-x86_64-3.7/torch/bin/test_cpp_rpc -> base_bdist_tmp/torch/bin 2022-12-01T10:11:05.4634013Z copying build/lib.linux-x86_64-3.7/torch/bin/test_api -> base_bdist_tmp/torch/bin 2022-12-01T10:11:05.4722801Z copying build/lib.linux-x86_64-3.7/torch/bin/test_lazy -> base_bdist_tmp/torch/bin 2022-12-01T10:11:05.4752303Z copying build/lib.linux-x86_64-3.7/torch/bin/torch_shm_manager -> base_bdist_tmp/torch/bin 2022-12-01T10:11:05.4754370Z creating base_bdist_tmp/torch/test 2022-12-01T10:11:05.4754799Z copying build/lib.linux-x86_64-3.7/torch/test/c10_CompileTimeFunctionPointer_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.4759485Z copying build/lib.linux-x86_64-3.7/torch/test/c10_DeviceGuard_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.4763727Z copying build/lib.linux-x86_64-3.7/torch/test/c10_Device_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.4767908Z copying build/lib.linux-x86_64-3.7/torch/test/c10_DispatchKeySet_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.4772633Z copying build/lib.linux-x86_64-3.7/torch/test/c10_StreamGuard_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.4776681Z copying build/lib.linux-x86_64-3.7/torch/test/c10_SymInt_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.4780749Z copying build/lib.linux-x86_64-3.7/torch/test/c10_InlineDeviceGuard_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.4785226Z copying build/lib.linux-x86_64-3.7/torch/test/c10_InlineStreamGuard_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.4789852Z copying build/lib.linux-x86_64-3.7/torch/test/c10_SizesAndStrides_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.4794303Z copying build/lib.linux-x86_64-3.7/torch/test/c10_Array_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.4798331Z copying build/lib.linux-x86_64-3.7/torch/test/c10_Bitset_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.4802946Z copying build/lib.linux-x86_64-3.7/torch/test/c10_C++17_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.4807311Z copying build/lib.linux-x86_64-3.7/torch/test/c10_ConstexprCrc_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.4811323Z copying build/lib.linux-x86_64-3.7/torch/test/c10_DeadlockDetection_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.4815297Z copying build/lib.linux-x86_64-3.7/torch/test/c10_Half_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.4819658Z copying build/lib.linux-x86_64-3.7/torch/test/c10_LeftRight_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.4824273Z copying build/lib.linux-x86_64-3.7/torch/test/c10_Metaprogramming_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.4829461Z copying build/lib.linux-x86_64-3.7/torch/test/c10_SmallVectorTest -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.4842461Z copying build/lib.linux-x86_64-3.7/torch/test/c10_Synchronized_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.4846599Z copying build/lib.linux-x86_64-3.7/torch/test/c10_ThreadLocal_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.4851211Z copying build/lib.linux-x86_64-3.7/torch/test/c10_TypeIndex_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.4855530Z copying build/lib.linux-x86_64-3.7/torch/test/c10_TypeList_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.4859674Z copying build/lib.linux-x86_64-3.7/torch/test/c10_TypeTraits_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.4863720Z copying build/lib.linux-x86_64-3.7/torch/test/c10_accumulate_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.4867888Z copying build/lib.linux-x86_64-3.7/torch/test/c10_bfloat16_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.4872395Z copying build/lib.linux-x86_64-3.7/torch/test/c10_complex_math_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.4876771Z copying build/lib.linux-x86_64-3.7/torch/test/c10_complex_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.4881585Z copying build/lib.linux-x86_64-3.7/torch/test/c10_either_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.4890916Z copying build/lib.linux-x86_64-3.7/torch/test/c10_exception_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.4895116Z copying build/lib.linux-x86_64-3.7/torch/test/c10_flags_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.4899257Z copying build/lib.linux-x86_64-3.7/torch/test/c10_intrusive_ptr_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.4914059Z copying build/lib.linux-x86_64-3.7/torch/test/c10_irange_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.4918241Z copying build/lib.linux-x86_64-3.7/torch/test/c10_logging_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.4923032Z copying build/lib.linux-x86_64-3.7/torch/test/c10_optional_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.4929055Z copying build/lib.linux-x86_64-3.7/torch/test/c10_ordered_preserving_dict_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.4934630Z copying build/lib.linux-x86_64-3.7/torch/test/c10_registry_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.4938881Z copying build/lib.linux-x86_64-3.7/torch/test/c10_string_view_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.4943458Z copying build/lib.linux-x86_64-3.7/torch/test/c10_tempfile_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.4947547Z copying build/lib.linux-x86_64-3.7/torch/test/c10_typeid_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.4952111Z copying build/lib.linux-x86_64-3.7/torch/test/c10_intrusive_ptr_benchmark -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.4956402Z copying build/lib.linux-x86_64-3.7/torch/test/Dict_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.4962695Z copying build/lib.linux-x86_64-3.7/torch/test/Dimname_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.4966847Z copying build/lib.linux-x86_64-3.7/torch/test/MaybeOwned_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.4972449Z copying build/lib.linux-x86_64-3.7/torch/test/NamedTensor_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.4976952Z copying build/lib.linux-x86_64-3.7/torch/test/apply_utils_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.4981654Z copying build/lib.linux-x86_64-3.7/torch/test/atest -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.4986352Z copying build/lib.linux-x86_64-3.7/torch/test/basic -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.4991105Z copying build/lib.linux-x86_64-3.7/torch/test/broadcast_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.4995398Z copying build/lib.linux-x86_64-3.7/torch/test/cpu_generator_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.5000437Z copying build/lib.linux-x86_64-3.7/torch/test/cpu_profiling_allocator_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.5004617Z copying build/lib.linux-x86_64-3.7/torch/test/cpu_rng_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.5011668Z copying build/lib.linux-x86_64-3.7/torch/test/dispatch_key_set_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.5015810Z copying build/lib.linux-x86_64-3.7/torch/test/dlconvertor_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.5020419Z copying build/lib.linux-x86_64-3.7/torch/test/extension_backend_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.5024900Z copying build/lib.linux-x86_64-3.7/torch/test/half_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.5029384Z copying build/lib.linux-x86_64-3.7/torch/test/ivalue_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.5036332Z copying build/lib.linux-x86_64-3.7/torch/test/lazy_tensor_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.5040484Z copying build/lib.linux-x86_64-3.7/torch/test/math_kernel_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.5044704Z copying build/lib.linux-x86_64-3.7/torch/test/memory_format_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.5049023Z copying build/lib.linux-x86_64-3.7/torch/test/memory_overlapping_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.5053261Z copying build/lib.linux-x86_64-3.7/torch/test/mobile_memory_cleanup -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.5057472Z copying build/lib.linux-x86_64-3.7/torch/test/native_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.5061897Z copying build/lib.linux-x86_64-3.7/torch/test/operator_name_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.5066015Z copying build/lib.linux-x86_64-3.7/torch/test/operators_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.5070134Z copying build/lib.linux-x86_64-3.7/torch/test/packedtensoraccessor_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.5074167Z copying build/lib.linux-x86_64-3.7/torch/test/pow_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.5079461Z copying build/lib.linux-x86_64-3.7/torch/test/quantized_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.5084138Z copying build/lib.linux-x86_64-3.7/torch/test/reduce_ops_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.5088157Z copying build/lib.linux-x86_64-3.7/torch/test/reportMemoryUsage_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.5092307Z copying build/lib.linux-x86_64-3.7/torch/test/scalar_tensor_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.5096656Z copying build/lib.linux-x86_64-3.7/torch/test/scalar_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.5101266Z copying build/lib.linux-x86_64-3.7/torch/test/stride_properties_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.5105400Z copying build/lib.linux-x86_64-3.7/torch/test/tensor_iterator_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.5111864Z copying build/lib.linux-x86_64-3.7/torch/test/test_parallel -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.5116515Z copying build/lib.linux-x86_64-3.7/torch/test/thread_init_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.5117622Z copying build/lib.linux-x86_64-3.7/torch/test/type_ptr_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.5122481Z copying build/lib.linux-x86_64-3.7/torch/test/type_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.5127092Z copying build/lib.linux-x86_64-3.7/torch/test/undefined_tensor_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.5131250Z copying build/lib.linux-x86_64-3.7/torch/test/variant_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.5135275Z copying build/lib.linux-x86_64-3.7/torch/test/verify_api_visibility -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.5136317Z copying build/lib.linux-x86_64-3.7/torch/test/vmap_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.5141844Z copying build/lib.linux-x86_64-3.7/torch/test/weakref_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.5145833Z copying build/lib.linux-x86_64-3.7/torch/test/wrapdim_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.5149979Z copying build/lib.linux-x86_64-3.7/torch/test/xla_tensor_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.5154224Z copying build/lib.linux-x86_64-3.7/torch/test/IListRef_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.5158771Z copying build/lib.linux-x86_64-3.7/torch/test/List_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.5168262Z copying build/lib.linux-x86_64-3.7/torch/test/KernelFunction_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.5173470Z copying build/lib.linux-x86_64-3.7/torch/test/kernel_function_legacy_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.5182880Z copying build/lib.linux-x86_64-3.7/torch/test/kernel_function_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.5190440Z copying build/lib.linux-x86_64-3.7/torch/test/kernel_lambda_legacy_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.5201027Z copying build/lib.linux-x86_64-3.7/torch/test/kernel_lambda_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.5209508Z copying build/lib.linux-x86_64-3.7/torch/test/kernel_stackbased_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.5214252Z copying build/lib.linux-x86_64-3.7/torch/test/make_boxed_from_unboxed_functor_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.5221679Z copying build/lib.linux-x86_64-3.7/torch/test/CppSignature_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.5225706Z copying build/lib.linux-x86_64-3.7/torch/test/backend_fallback_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.5230099Z copying build/lib.linux-x86_64-3.7/torch/test/op_allowlist_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.5234009Z copying build/lib.linux-x86_64-3.7/torch/test/op_registration_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.5260251Z copying build/lib.linux-x86_64-3.7/torch/test/inline_container_test -> base_bdist_tmp/torch/test 2022-12-01T10:11:05.5264716Z creating base_bdist_tmp/torch/_C 2022-12-01T10:11:05.5265091Z copying build/lib.linux-x86_64-3.7/torch/_C/_autograd.pyi -> base_bdist_tmp/torch/_C 2022-12-01T10:11:05.5266553Z copying build/lib.linux-x86_64-3.7/torch/_C/_cudnn.pyi -> base_bdist_tmp/torch/_C 2022-12-01T10:11:05.5267083Z copying build/lib.linux-x86_64-3.7/torch/_C/_distributed_autograd.pyi -> base_bdist_tmp/torch/_C 2022-12-01T10:11:05.5268765Z copying build/lib.linux-x86_64-3.7/torch/_C/_distributed_c10d.pyi -> base_bdist_tmp/torch/_C 2022-12-01T10:11:05.5269346Z copying build/lib.linux-x86_64-3.7/torch/_C/_distributed_rpc.pyi -> base_bdist_tmp/torch/_C 2022-12-01T10:11:05.5270426Z copying build/lib.linux-x86_64-3.7/torch/_C/_distributed_rpc_testing.pyi -> base_bdist_tmp/torch/_C 2022-12-01T10:11:05.5271358Z copying build/lib.linux-x86_64-3.7/torch/_C/_functions.pyi -> base_bdist_tmp/torch/_C 2022-12-01T10:11:05.5272681Z copying build/lib.linux-x86_64-3.7/torch/_C/_functorch.pyi -> base_bdist_tmp/torch/_C 2022-12-01T10:11:05.5273503Z copying build/lib.linux-x86_64-3.7/torch/_C/_itt.pyi -> base_bdist_tmp/torch/_C 2022-12-01T10:11:05.5274296Z copying build/lib.linux-x86_64-3.7/torch/_C/_lazy.pyi -> base_bdist_tmp/torch/_C 2022-12-01T10:11:05.5275406Z copying build/lib.linux-x86_64-3.7/torch/_C/_lazy_ts_backend.pyi -> base_bdist_tmp/torch/_C 2022-12-01T10:11:05.5276267Z copying build/lib.linux-x86_64-3.7/torch/_C/_monitor.pyi -> base_bdist_tmp/torch/_C 2022-12-01T10:11:05.5277091Z copying build/lib.linux-x86_64-3.7/torch/_C/_nvtx.pyi -> base_bdist_tmp/torch/_C 2022-12-01T10:11:05.5277880Z copying build/lib.linux-x86_64-3.7/torch/_C/_onnx.pyi -> base_bdist_tmp/torch/_C 2022-12-01T10:11:05.5278818Z copying build/lib.linux-x86_64-3.7/torch/_C/_profiler.pyi -> base_bdist_tmp/torch/_C 2022-12-01T10:11:05.5280243Z copying build/lib.linux-x86_64-3.7/torch/_C/_verbose.pyi -> base_bdist_tmp/torch/_C 2022-12-01T10:11:05.5281379Z copying build/lib.linux-x86_64-3.7/torch/_C/__init__.pyi -> base_bdist_tmp/torch/_C 2022-12-01T10:11:05.5283301Z copying build/lib.linux-x86_64-3.7/torch/_C/_VariableFunctions.pyi -> base_bdist_tmp/torch/_C 2022-12-01T10:11:05.5285143Z copying build/lib.linux-x86_64-3.7/torch/_C/_nn.pyi -> base_bdist_tmp/torch/_C 2022-12-01T10:11:05.5286207Z creating base_bdist_tmp/torch/_C_flatbuffer 2022-12-01T10:11:05.5286863Z copying build/lib.linux-x86_64-3.7/torch/_C_flatbuffer/__init__.pyi -> base_bdist_tmp/torch/_C_flatbuffer 2022-12-01T10:11:05.5288351Z creating base_bdist_tmp/torch/lib 2022-12-01T10:11:05.5288695Z copying build/lib.linux-x86_64-3.7/torch/lib/libc10.so -> base_bdist_tmp/torch/lib 2022-12-01T10:11:05.5294607Z copying build/lib.linux-x86_64-3.7/torch/lib/libtorch_cpu.so -> base_bdist_tmp/torch/lib 2022-12-01T10:11:05.6732529Z copying build/lib.linux-x86_64-3.7/torch/lib/libtorch.so -> base_bdist_tmp/torch/lib 2022-12-01T10:11:05.6733339Z copying build/lib.linux-x86_64-3.7/torch/lib/libtorch_global_deps.so -> base_bdist_tmp/torch/lib 2022-12-01T10:11:05.6734059Z copying build/lib.linux-x86_64-3.7/torch/lib/libtorchbind_test.so -> base_bdist_tmp/torch/lib 2022-12-01T10:11:05.6740431Z copying build/lib.linux-x86_64-3.7/torch/lib/libjitbackend_test.so -> base_bdist_tmp/torch/lib 2022-12-01T10:11:05.6744101Z copying build/lib.linux-x86_64-3.7/torch/lib/libbackend_with_compiler.so -> base_bdist_tmp/torch/lib 2022-12-01T10:11:05.6747335Z copying build/lib.linux-x86_64-3.7/torch/lib/libtorch_python.so -> base_bdist_tmp/torch/lib 2022-12-01T10:11:05.6867912Z copying build/lib.linux-x86_64-3.7/torch/lib/libshm.so -> base_bdist_tmp/torch/lib 2022-12-01T10:11:05.6869057Z creating base_bdist_tmp/torch/include 2022-12-01T10:11:05.6871214Z creating base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6871964Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ATen.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6872793Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/AccumulateType.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6874838Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ArrayRef.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6875622Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/Backend.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6876553Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/Backtrace.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6877406Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/BatchedFallback.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6878370Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/BatchedTensorImpl.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6879452Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/CPUApplyUtils.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6880230Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/CPUFixedAllocator.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6881495Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/CPUGeneratorImpl.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6882041Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/CollapseDims.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6883186Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/Config.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6884190Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/Context.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6885009Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/DLConvertor.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6885790Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/Device.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6886592Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/DeviceGuard.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6887457Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/DimVector.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6889652Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/Dimname.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6890324Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/Dispatch.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6891256Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/DynamicLibrary.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6892524Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/EmptyTensor.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6893343Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ExpandBase.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6894756Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ExpandUtils.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6895788Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/Formatting.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6896778Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/FuncTorchTLS.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6897862Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/FunctionalStorageImpl.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6899011Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/FunctionalTensorWrapper.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6899895Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/Generator.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6900809Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/InferSize.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6901796Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/InitialTensorOptions.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6902905Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/Layout.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6903880Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/LinalgBackend.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6904899Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/MapAllocator.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6907935Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/MatrixRef.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6908952Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/MemoryOverlap.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6909725Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/NamedTensor.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6910598Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/NamedTensorUtils.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6911188Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/NestedTensorImpl.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6911914Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/NumericUtils.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6912649Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/OpMathType.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6913141Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/OpaqueTensorImpl.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6914166Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/PTThreadPool.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6915008Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/PadNd.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6915718Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/Parallel-inl.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6916843Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/Parallel.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6918174Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ParallelFuture.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6919058Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ParallelNative.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6920230Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ParallelNativeTBB.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6921583Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ParallelOpenMP.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6922866Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/PythonTorchFunctionTLS.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6923651Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/SavedTensorHooks.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6924770Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/Scalar.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6925697Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ScalarOps.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6926501Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ScalarType.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6927434Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/SequenceNumber.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6928673Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/SmallVector.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6929651Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/SparseCsrTensorImpl.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6931725Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/SparseCsrTensorUtils.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6932393Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/SparseTensorImpl.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6933060Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/SparseTensorUtils.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6933813Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/Storage.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6934874Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/Tensor.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6935963Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/TensorAccessor.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6937196Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/TensorGeometry.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6938031Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/TensorIndexing.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6939160Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/TensorIterator.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6940758Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/TensorIteratorInternal.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6941967Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/TensorMeta.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6943248Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/TensorNames.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6944592Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/TensorOperators.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6945671Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/TensorOptions.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6946463Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/TensorSubclassLikeUtils.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6947334Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/TensorUtils.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6948399Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ThreadLocalState.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6949493Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/TracerMode.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6950375Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/TypeDefault.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6951171Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/Utils.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6953280Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/Version.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6953903Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/VmapMode.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6954913Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/VmapTransforms.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6955606Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/WrapDimUtils.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6956882Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/WrapDimUtilsMulti.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6957912Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/autocast_mode.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6958660Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ceil_div.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6960768Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/code_template.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6961599Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpp_custom_type_hack.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6962501Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/div_rtn.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6964049Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/dlpack.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6964683Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/jit_macros.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6965531Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/jiterator_macros.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6966606Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/record_function.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6967621Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/CPUFunctions.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6968932Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/CPUFunctions_inl.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6970704Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/CompositeExplicitAutogradFunctions.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6971986Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6973200Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6974745Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6975891Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/CompositeImplicitAutogradFunctions.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6977227Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6978596Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6979949Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6981092Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/Functions.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6982117Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/MetaFunctions.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6983185Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/MetaFunctions_inl.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6984247Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/MethodOperators.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6985507Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/NativeFunctions.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6989071Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/NativeMetaFunctions.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6989927Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/Operators.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.6990742Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/RedispatchFunctions.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.7004594Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/RegistrationDeclarations.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.7011133Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/VmapGeneratedPlumbing.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.7023188Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/CUDAFunctions.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.7024325Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/CUDAFunctions_inl.h -> base_bdist_tmp/torch/include/ATen 2022-12-01T10:11:05.7026057Z creating base_bdist_tmp/torch/include/ATen/cpu 2022-12-01T10:11:05.7027544Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/FlushDenormal.h -> base_bdist_tmp/torch/include/ATen/cpu 2022-12-01T10:11:05.7028350Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vml.h -> base_bdist_tmp/torch/include/ATen/cpu 2022-12-01T10:11:05.7029131Z creating base_bdist_tmp/torch/include/ATen/cpu/vec 2022-12-01T10:11:05.7030795Z creating base_bdist_tmp/torch/include/ATen/cpu/vec/vec256 2022-12-01T10:11:05.7031651Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h -> base_bdist_tmp/torch/include/ATen/cpu/vec/vec256 2022-12-01T10:11:05.7032759Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h -> base_bdist_tmp/torch/include/ATen/cpu/vec/vec256 2022-12-01T10:11:05.7033813Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec256/vec256.h -> base_bdist_tmp/torch/include/ATen/cpu/vec/vec256 2022-12-01T10:11:05.7035131Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h -> base_bdist_tmp/torch/include/ATen/cpu/vec/vec256 2022-12-01T10:11:05.7036397Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h -> base_bdist_tmp/torch/include/ATen/cpu/vec/vec256 2022-12-01T10:11:05.7037738Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h -> base_bdist_tmp/torch/include/ATen/cpu/vec/vec256 2022-12-01T10:11:05.7038964Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec256/vec256_double.h -> base_bdist_tmp/torch/include/ATen/cpu/vec/vec256 2022-12-01T10:11:05.7040458Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec256/vec256_float.h -> base_bdist_tmp/torch/include/ATen/cpu/vec/vec256 2022-12-01T10:11:05.7041577Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec256/vec256_float_neon.h -> base_bdist_tmp/torch/include/ATen/cpu/vec/vec256 2022-12-01T10:11:05.7042916Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec256/vec256_int.h -> base_bdist_tmp/torch/include/ATen/cpu/vec/vec256 2022-12-01T10:11:05.7044916Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec256/vec256_qint.h -> base_bdist_tmp/torch/include/ATen/cpu/vec/vec256 2022-12-01T10:11:05.7046709Z creating base_bdist_tmp/torch/include/ATen/cpu/vec/vec512 2022-12-01T10:11:05.7047509Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec512/vec512.h -> base_bdist_tmp/torch/include/ATen/cpu/vec/vec512 2022-12-01T10:11:05.7048581Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h -> base_bdist_tmp/torch/include/ATen/cpu/vec/vec512 2022-12-01T10:11:05.7050556Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h -> base_bdist_tmp/torch/include/ATen/cpu/vec/vec512 2022-12-01T10:11:05.7051681Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h -> base_bdist_tmp/torch/include/ATen/cpu/vec/vec512 2022-12-01T10:11:05.7052950Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec512/vec512_double.h -> base_bdist_tmp/torch/include/ATen/cpu/vec/vec512 2022-12-01T10:11:05.7054201Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec512/vec512_float.h -> base_bdist_tmp/torch/include/ATen/cpu/vec/vec512 2022-12-01T10:11:05.7055443Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec512/vec512_int.h -> base_bdist_tmp/torch/include/ATen/cpu/vec/vec512 2022-12-01T10:11:05.7057147Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec512/vec512_qint.h -> base_bdist_tmp/torch/include/ATen/cpu/vec/vec512 2022-12-01T10:11:05.7058515Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/functional.h -> base_bdist_tmp/torch/include/ATen/cpu/vec 2022-12-01T10:11:05.7059668Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/functional_base.h -> base_bdist_tmp/torch/include/ATen/cpu/vec 2022-12-01T10:11:05.7060555Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/functional_bfloat16.h -> base_bdist_tmp/torch/include/ATen/cpu/vec 2022-12-01T10:11:05.7062079Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/intrinsics.h -> base_bdist_tmp/torch/include/ATen/cpu/vec 2022-12-01T10:11:05.7062953Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec.h -> base_bdist_tmp/torch/include/ATen/cpu/vec 2022-12-01T10:11:05.7064092Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cpu/vec/vec_base.h -> base_bdist_tmp/torch/include/ATen/cpu/vec 2022-12-01T10:11:05.7066115Z creating base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7067072Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/ATenGeneral.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7068277Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/ATenOpList.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7068966Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/ATen_fwd.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7070865Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/ATen_pch.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7072050Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/Array.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7073086Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/Backtrace.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7075058Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/CheckMemoryFormat.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7076121Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/DeprecatedTypeProperties.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7077128Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7078589Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/Dict.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7079577Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/Dict_inl.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7080478Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/DimVector.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7081313Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/Dimname.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7082347Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/DistributionsHelper.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7083558Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/Formatting.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7084900Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/Generator.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7086074Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/IListRef.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7087312Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/IListRef_inl.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7088350Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/LegacyTypeDispatch.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7089424Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/List.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7090754Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/List_inl.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7092295Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/MT19937RNGEngine.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7093357Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/NamedTensor.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7094392Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/PhiloxRNGEngine.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7095501Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/PythonFallbackKernel.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7096537Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/QuantizerBase.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7097731Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/Range.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7098640Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/Reduction.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7099876Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/Scalar.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7101961Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/ScalarType.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7102978Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/Tensor.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7104157Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/TensorAccessor.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7105304Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/TensorBase.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7106661Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/TorchDispatchUtils.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7107970Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/TransformationHelper.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7109396Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/UndefinedTensorImpl.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7110684Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/UnsafeFromTH.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7112118Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/VariableHooksInterface.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7112810Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/Variadic.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7113796Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/Vitals.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7114885Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/alias_info.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7116079Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/blob.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7117328Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/builtin_function.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7118516Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/class_type.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7119878Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/custom_class.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7120838Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/dynamic_type.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7122146Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/enum_type.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7123274Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/function.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7124575Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/function_schema.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7125927Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/function_schema_inl.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7127287Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/functional.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7128897Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/grad_mode.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7129604Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/interned_strings.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7130623Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/interned_strings_class.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7132177Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/ivalue.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7133148Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/ivalue_inl.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7135660Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/ivalue_to.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7135960Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/jit_type.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7136717Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/jit_type_base.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7137828Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/operator_name.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7138933Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/qualified_name.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7140074Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/rref_interface.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7140785Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/stack.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7142582Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/symbol.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7143176Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/type_factory.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7144136Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/type_ptr.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7144719Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/typeid.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7146162Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/TensorBody.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7148917Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/aten_interned_strings.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7150293Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/enum_tag.h -> base_bdist_tmp/torch/include/ATen/core 2022-12-01T10:11:05.7151563Z creating base_bdist_tmp/torch/include/ATen/core/boxing 2022-12-01T10:11:05.7152147Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/boxing/BoxedKernel.h -> base_bdist_tmp/torch/include/ATen/core/boxing 2022-12-01T10:11:05.7152972Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/boxing/BoxedKernel_impl.h -> base_bdist_tmp/torch/include/ATen/core/boxing 2022-12-01T10:11:05.7153961Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/boxing/KernelFunction.h -> base_bdist_tmp/torch/include/ATen/core/boxing 2022-12-01T10:11:05.7156562Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/boxing/KernelFunction_impl.h -> base_bdist_tmp/torch/include/ATen/core/boxing 2022-12-01T10:11:05.7156986Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/boxing/OperatorKernel.h -> base_bdist_tmp/torch/include/ATen/core/boxing 2022-12-01T10:11:05.7157188Z creating base_bdist_tmp/torch/include/ATen/core/boxing/impl 2022-12-01T10:11:05.7157718Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h -> base_bdist_tmp/torch/include/ATen/core/boxing/impl 2022-12-01T10:11:05.7159507Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h -> base_bdist_tmp/torch/include/ATen/core/boxing/impl 2022-12-01T10:11:05.7160322Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/boxing/impl/boxing.h -> base_bdist_tmp/torch/include/ATen/core/boxing/impl 2022-12-01T10:11:05.7161844Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h -> base_bdist_tmp/torch/include/ATen/core/boxing/impl 2022-12-01T10:11:05.7163209Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/boxing/impl/test_helpers.h -> base_bdist_tmp/torch/include/ATen/core/boxing/impl 2022-12-01T10:11:05.7164609Z creating base_bdist_tmp/torch/include/ATen/core/dispatch 2022-12-01T10:11:05.7165128Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/dispatch/CppSignature.h -> base_bdist_tmp/torch/include/ATen/core/dispatch 2022-12-01T10:11:05.7166702Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/dispatch/DispatchKeyExtractor.h -> base_bdist_tmp/torch/include/ATen/core/dispatch 2022-12-01T10:11:05.7167566Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/dispatch/Dispatcher.h -> base_bdist_tmp/torch/include/ATen/core/dispatch 2022-12-01T10:11:05.7168714Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/dispatch/ObservedOperators.h -> base_bdist_tmp/torch/include/ATen/core/dispatch 2022-12-01T10:11:05.7169661Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/dispatch/OperatorEntry.h -> base_bdist_tmp/torch/include/ATen/core/dispatch 2022-12-01T10:11:05.7171039Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/dispatch/OperatorOptions.h -> base_bdist_tmp/torch/include/ATen/core/dispatch 2022-12-01T10:11:05.7171561Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/dispatch/RegistrationHandleRAII.h -> base_bdist_tmp/torch/include/ATen/core/dispatch 2022-12-01T10:11:05.7173504Z creating base_bdist_tmp/torch/include/ATen/core/op_registration 2022-12-01T10:11:05.7174929Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/op_registration/adaption.h -> base_bdist_tmp/torch/include/ATen/core/op_registration 2022-12-01T10:11:05.7175453Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/op_registration/infer_schema.h -> base_bdist_tmp/torch/include/ATen/core/op_registration 2022-12-01T10:11:05.7176064Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/op_registration/op_allowlist.h -> base_bdist_tmp/torch/include/ATen/core/op_registration 2022-12-01T10:11:05.7176961Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/core/op_registration/op_registration.h -> base_bdist_tmp/torch/include/ATen/core/op_registration 2022-12-01T10:11:05.7179117Z creating base_bdist_tmp/torch/include/ATen/cuda 2022-12-01T10:11:05.7179851Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/ApplyGridUtils.cuh -> base_bdist_tmp/torch/include/ATen/cuda 2022-12-01T10:11:05.7180636Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/AsmUtils.cuh -> base_bdist_tmp/torch/include/ATen/cuda 2022-12-01T10:11:05.7181155Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/Atomic.cuh -> base_bdist_tmp/torch/include/ATen/cuda 2022-12-01T10:11:05.7182248Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/CUDAApplyUtils.cuh -> base_bdist_tmp/torch/include/ATen/cuda 2022-12-01T10:11:05.7184395Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/CUDAGraphsUtils.cuh -> base_bdist_tmp/torch/include/ATen/cuda 2022-12-01T10:11:05.7184906Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/CUDATensorMethods.cuh -> base_bdist_tmp/torch/include/ATen/cuda 2022-12-01T10:11:05.7185340Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/DeviceUtils.cuh -> base_bdist_tmp/torch/include/ATen/cuda 2022-12-01T10:11:05.7187561Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/NumericLimits.cuh -> base_bdist_tmp/torch/include/ATen/cuda 2022-12-01T10:11:05.7188180Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/ScanUtils.cuh -> base_bdist_tmp/torch/include/ATen/cuda 2022-12-01T10:11:05.7189118Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/cub.cuh -> base_bdist_tmp/torch/include/ATen/cuda 2022-12-01T10:11:05.7190134Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/cub_definitions.cuh -> base_bdist_tmp/torch/include/ATen/cuda 2022-12-01T10:11:05.7192017Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/ATenCUDAGeneral.h -> base_bdist_tmp/torch/include/ATen/cuda 2022-12-01T10:11:05.7192755Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/CUDABlas.h -> base_bdist_tmp/torch/include/ATen/cuda 2022-12-01T10:11:05.7193820Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/CUDAContext.h -> base_bdist_tmp/torch/include/ATen/cuda 2022-12-01T10:11:05.7194466Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/CUDADataType.h -> base_bdist_tmp/torch/include/ATen/cuda 2022-12-01T10:11:05.7196184Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/CUDADevice.h -> base_bdist_tmp/torch/include/ATen/cuda 2022-12-01T10:11:05.7197254Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/CUDAEvent.h -> base_bdist_tmp/torch/include/ATen/cuda 2022-12-01T10:11:05.7198384Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/CUDAGeneratorImpl.h -> base_bdist_tmp/torch/include/ATen/cuda 2022-12-01T10:11:05.7199640Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/CUDAGraph.h -> base_bdist_tmp/torch/include/ATen/cuda 2022-12-01T10:11:05.7200634Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/CUDASparse.h -> base_bdist_tmp/torch/include/ATen/cuda 2022-12-01T10:11:05.7201830Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/CUDASparseBlas.h -> base_bdist_tmp/torch/include/ATen/cuda 2022-12-01T10:11:05.7203452Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/CUDASparseDescriptors.h -> base_bdist_tmp/torch/include/ATen/cuda 2022-12-01T10:11:05.7204213Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/CUDAUtils.h -> base_bdist_tmp/torch/include/ATen/cuda 2022-12-01T10:11:05.7205564Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/CachingHostAllocator.h -> base_bdist_tmp/torch/include/ATen/cuda 2022-12-01T10:11:05.7206419Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/EmptyTensor.h -> base_bdist_tmp/torch/include/ATen/cuda 2022-12-01T10:11:05.7207460Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/Exceptions.h -> base_bdist_tmp/torch/include/ATen/cuda 2022-12-01T10:11:05.7208637Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/PeerToPeerAccess.h -> base_bdist_tmp/torch/include/ATen/cuda 2022-12-01T10:11:05.7210028Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/PinnedMemoryAllocator.h -> base_bdist_tmp/torch/include/ATen/cuda 2022-12-01T10:11:05.7210998Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/Sleep.h -> base_bdist_tmp/torch/include/ATen/cuda 2022-12-01T10:11:05.7216533Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/ThrustAllocator.h -> base_bdist_tmp/torch/include/ATen/cuda 2022-12-01T10:11:05.7217021Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/cub.h -> base_bdist_tmp/torch/include/ATen/cuda 2022-12-01T10:11:05.7217503Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/jiterator.h -> base_bdist_tmp/torch/include/ATen/cuda 2022-12-01T10:11:05.7217987Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/jiterator_impl.h -> base_bdist_tmp/torch/include/ATen/cuda 2022-12-01T10:11:05.7218495Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/llvm_jit_strings.h -> base_bdist_tmp/torch/include/ATen/cuda 2022-12-01T10:11:05.7218717Z creating base_bdist_tmp/torch/include/ATen/cuda/detail 2022-12-01T10:11:05.7219232Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/detail/IndexUtils.cuh -> base_bdist_tmp/torch/include/ATen/cuda/detail 2022-12-01T10:11:05.7219804Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/detail/IntegerDivider.cuh -> base_bdist_tmp/torch/include/ATen/cuda/detail 2022-12-01T10:11:05.7220561Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/detail/OffsetCalculator.cuh -> base_bdist_tmp/torch/include/ATen/cuda/detail 2022-12-01T10:11:05.7221344Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh -> base_bdist_tmp/torch/include/ATen/cuda/detail 2022-12-01T10:11:05.7222278Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/detail/TensorInfo.cuh -> base_bdist_tmp/torch/include/ATen/cuda/detail 2022-12-01T10:11:05.7240379Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/detail/UnpackRaw.cuh -> base_bdist_tmp/torch/include/ATen/cuda/detail 2022-12-01T10:11:05.7240862Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/detail/CUDAHooks.h -> base_bdist_tmp/torch/include/ATen/cuda/detail 2022-12-01T10:11:05.7241181Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/detail/DeviceThreadHandles.h -> base_bdist_tmp/torch/include/ATen/cuda/detail 2022-12-01T10:11:05.7241486Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/detail/KernelUtils.h -> base_bdist_tmp/torch/include/ATen/cuda/detail 2022-12-01T10:11:05.7241807Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cuda/detail/LazyNVRTC.h -> base_bdist_tmp/torch/include/ATen/cuda/detail 2022-12-01T10:11:05.7242011Z creating base_bdist_tmp/torch/include/ATen/cudnn 2022-12-01T10:11:05.7242535Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cudnn/Descriptors.h -> base_bdist_tmp/torch/include/ATen/cudnn 2022-12-01T10:11:05.7242846Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cudnn/Exceptions.h -> base_bdist_tmp/torch/include/ATen/cudnn 2022-12-01T10:11:05.7243105Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cudnn/Handle.h -> base_bdist_tmp/torch/include/ATen/cudnn 2022-12-01T10:11:05.7243363Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cudnn/Handles.h -> base_bdist_tmp/torch/include/ATen/cudnn 2022-12-01T10:11:05.7243717Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cudnn/Types.h -> base_bdist_tmp/torch/include/ATen/cudnn 2022-12-01T10:11:05.7244006Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cudnn/Utils.h -> base_bdist_tmp/torch/include/ATen/cudnn 2022-12-01T10:11:05.7244292Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/cudnn/cudnn-wrapper.h -> base_bdist_tmp/torch/include/ATen/cudnn 2022-12-01T10:11:05.7244410Z creating base_bdist_tmp/torch/include/ATen/functorch 2022-12-01T10:11:05.7244688Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/functorch/ADInterpreters.h -> base_bdist_tmp/torch/include/ATen/functorch 2022-12-01T10:11:05.7244984Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/functorch/BatchRulesHelper.h -> base_bdist_tmp/torch/include/ATen/functorch 2022-12-01T10:11:05.7245278Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/functorch/BatchedFallback.h -> base_bdist_tmp/torch/include/ATen/functorch 2022-12-01T10:11:05.7245576Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/functorch/BatchedTensorImpl.h -> base_bdist_tmp/torch/include/ATen/functorch 2022-12-01T10:11:05.7245894Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/functorch/BatchingMetaprogramming.h -> base_bdist_tmp/torch/include/ATen/functorch 2022-12-01T10:11:05.7246178Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/functorch/DynamicLayer.h -> base_bdist_tmp/torch/include/ATen/functorch 2022-12-01T10:11:05.7281205Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/functorch/FunctionalizeInterpreter.h -> base_bdist_tmp/torch/include/ATen/functorch 2022-12-01T10:11:05.7281767Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/functorch/Interpreter.h -> base_bdist_tmp/torch/include/ATen/functorch 2022-12-01T10:11:05.7282852Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/functorch/LegacyVmapTransforms.h -> base_bdist_tmp/torch/include/ATen/functorch 2022-12-01T10:11:05.7283483Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/functorch/Macros.h -> base_bdist_tmp/torch/include/ATen/functorch 2022-12-01T10:11:05.7284029Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/functorch/PlumbingHelper.h -> base_bdist_tmp/torch/include/ATen/functorch 2022-12-01T10:11:05.7284560Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/functorch/TensorWrapper.h -> base_bdist_tmp/torch/include/ATen/functorch 2022-12-01T10:11:05.7285092Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/functorch/VmapInterpreter.h -> base_bdist_tmp/torch/include/ATen/functorch 2022-12-01T10:11:05.7285262Z creating base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7285738Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/from_blob.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7286201Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tensor.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7286738Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_adaptive_avg_pool2d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7287272Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7287907Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7288467Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7289050Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7289595Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7290145Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7290901Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7291596Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7292388Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7293729Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_adaptive_avg_pool2d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7294249Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7295303Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_adaptive_avg_pool3d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7296539Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7297774Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7298955Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7300165Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7301032Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7302236Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7303440Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7304336Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7305680Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7307053Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_adaptive_avg_pool3d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7307955Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7309081Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_add_batch_dim.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7310234Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7311248Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_add_batch_dim_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7312289Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_add_batch_dim_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7313622Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_add_relu.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7314715Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7315852Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_add_relu_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7316950Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_add_relu_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7318107Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_add_relu_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7319102Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_add_relu_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7320363Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_addmm_activation.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7323239Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7323831Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7324821Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7325780Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_addmm_activation_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7327207Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_addmm_activation_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7328220Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_addmm_activation_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7329281Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_addmm_activation_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7330362Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_aminmax.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7331504Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7332663Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_aminmax_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7333853Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_aminmax_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7334904Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_aminmax_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7336023Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_aminmax_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7337157Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7338450Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7339625Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7340613Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7341756Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7342774Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_amp_update_scale.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7344078Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7345874Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7346436Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7347235Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_amp_update_scale_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7348339Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_amp_update_scale_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7349489Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_assert_async.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7350621Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_assert_async_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7351809Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_assert_async_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7352889Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_assert_async_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7353891Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_assert_async_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7355070Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_assert_tensor_metadata.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7356394Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7357665Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_assert_tensor_metadata_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7358610Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_assert_tensor_metadata_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7359969Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_autocast_to_full_precision.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7361405Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7362638Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_autocast_to_full_precision_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7363795Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_autocast_to_full_precision_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7364801Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_autocast_to_reduced_precision.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7366343Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7367522Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_autocast_to_reduced_precision_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7368447Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7369527Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7370819Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7371675Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7373997Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7374438Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_batch_norm_impl_index.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7374879Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_batch_norm_impl_index_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7376169Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7377080Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7377859Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7378975Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7379802Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_batch_norm_impl_index_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7381612Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_batch_norm_impl_index_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7382460Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Byte.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7383490Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7384280Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Byte_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7385220Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Byte_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7387053Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Char.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7387712Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7389052Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Char_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7390127Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Char_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7391297Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Double.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7392466Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7393668Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Double_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7395719Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Double_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7396650Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Float.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7397357Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7398880Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Float_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7399568Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Float_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7401671Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Half.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7402969Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7403488Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Half_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7404611Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Half_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7405300Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Int.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7406529Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7407438Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Int_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7408739Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Int_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7409525Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Long.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7410750Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7411632Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Long_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7412540Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Long_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7413687Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Short.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7414792Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7415675Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Short_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7416686Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cast_Short_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7419487Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cdist_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7420223Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7420802Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7421511Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7422381Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cdist_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7423558Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cdist_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7424655Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cdist_forward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7425952Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7427122Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7428718Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7429236Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cdist_forward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7430326Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cdist_forward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7431618Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cholesky_solve_helper.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7432964Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7433777Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7434850Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7436974Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cholesky_solve_helper_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7437536Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cholesky_solve_helper_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7438924Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_choose_qparams_per_tensor.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7439787Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7440901Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_choose_qparams_per_tensor_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7442959Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7443467Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_coalesce.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7444667Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7446111Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_coalesce_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7447271Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_coalesce_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7447951Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_coalesced.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7449165Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7450187Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_coalesced_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7451346Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_coalesced_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7452510Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_coalesced_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7453989Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_compute_linear_combination.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7455110Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7455836Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7457157Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_compute_linear_combination_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7458257Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_compute_linear_combination_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7459143Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_conj.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7460526Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7461539Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_conj_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7462926Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7464118Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7465157Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_conj_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7466587Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_conj_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7468012Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_conj_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7468957Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_conj_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7470172Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_conj_physical.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7471666Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7472575Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_conj_physical_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7473736Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_conj_physical_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7474883Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_conv_depthwise2d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7476368Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7477010Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_conv_depthwise2d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7478370Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convolution.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7478895Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_conv_depthwise2d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7480810Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7481588Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7483224Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7484012Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7485602Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7486026Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7486896Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7488241Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7489114Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7490761Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7491448Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7493267Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7494357Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7495401Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7499356Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7499766Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7500233Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7502134Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7502587Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convolution_double_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7503041Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7503604Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convolution_double_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7505317Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convolution_double_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7506235Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convolution_mode.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7506729Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7508469Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convolution_mode_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7508931Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convolution_mode_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7509883Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convolution_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7511048Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_convolution_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7511896Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_copy_from.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7513760Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_copy_from_and_resize.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7514943Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7516075Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_copy_from_and_resize_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7516575Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_copy_from_and_resize_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7518034Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7519024Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_copy_from_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7520616Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_copy_from_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7521701Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_ctc_loss.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7522996Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_ctc_loss_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7523872Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7525674Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7526774Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7528207Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_ctc_loss_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7529366Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_ctc_loss_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7530592Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7531796Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7532776Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7534149Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_ctc_loss_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7534935Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_ctc_loss_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7536646Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cudnn_ctc_loss.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7538573Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7539231Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7540535Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cudnn_ctc_loss_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7541746Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cudnn_ctc_loss_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7543449Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cudnn_init_dropout_state.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7545514Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7546250Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7547068Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cudnn_init_dropout_state_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7548028Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7549329Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cudnn_rnn.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7550382Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cudnn_rnn_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7551944Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7552831Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7553976Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cudnn_rnn_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7555436Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cudnn_rnn_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7556342Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7558072Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7559422Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7561431Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7562019Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7563084Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7564163Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7565289Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cudnn_rnn_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7566515Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cudnn_rnn_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7567461Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cufft_clear_plan_cache.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7568600Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7570461Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cufft_clear_plan_cache_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7571491Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7572652Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7573758Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7574869Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7576679Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7577900Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cufft_get_plan_cache_size.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7579564Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7580133Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7581938Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7582871Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7584219Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7585269Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7586308Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7588255Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cummax_helper.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7589536Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7591045Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7591765Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cummax_helper_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7593345Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cummax_helper_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7596468Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cummin_helper.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7599212Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7599717Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7600058Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cummin_helper_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7601399Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_cummin_helper_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7601843Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_debug_has_internal_overlap.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7602545Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7603046Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_debug_has_internal_overlap_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7603611Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_debug_has_internal_overlap_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7604877Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_dimI.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7605841Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_dimI_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7606788Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_dimI_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7608325Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_dimV.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7608951Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_dimV_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7610249Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_dimV_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7611089Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_dim_arange.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7612225Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7613054Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_dim_arange_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7614094Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_dim_arange_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7615002Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_dirichlet_grad.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7617523Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7618095Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7618557Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7619818Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_dirichlet_grad_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7620296Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_dirichlet_grad_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7621173Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_efficientzerotensor.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7622182Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7622780Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7623771Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7624525Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_efficientzerotensor_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7626269Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_efficientzerotensor_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7626873Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7627889Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7628974Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7629821Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7630884Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7631879Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7633951Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7634728Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7635552Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_dense_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7636607Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7638766Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7639555Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7640618Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_dense_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7641819Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7642762Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_forward_only.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7644066Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7644859Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7646305Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7647018Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_forward_only_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7648887Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_forward_only_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7651433Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7652156Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7652707Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7653404Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7653875Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7654659Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7655406Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7656443Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7657516Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_sparse_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7658648Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7659480Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7660552Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7661533Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_empty_affine_quantized.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7662740Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7663682Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7664805Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_empty_affine_quantized_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7665988Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_empty_affine_quantized_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7666930Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_empty_per_channel_affine_quantized.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7668381Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7669170Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7670261Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7671480Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7672373Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_euclidean_dist.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7673667Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7674536Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_euclidean_dist_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7675861Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_euclidean_dist_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7676877Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7677753Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7679166Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7680327Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7681562Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7685232Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7685651Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7685978Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7686319Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7687249Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7687614Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7688425Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7690339Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7690794Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7691963Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7692970Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7694595Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7695546Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7696254Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7697297Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7698658Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7699516Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7700494Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7702009Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7702513Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7704243Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7705171Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7705935Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7706893Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fft_c2c.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7707905Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7708861Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7709693Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fft_c2c_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7711080Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fft_c2c_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7711769Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fft_c2r.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7712886Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7713731Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7714488Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fft_c2r_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7715883Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fft_c2r_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7716604Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fft_r2c.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7717861Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7719118Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7719951Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fft_r2c_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7720933Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fft_r2c_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7721581Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_flash_scaled_dot_product_attention.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7722740Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_flash_scaled_dot_product_attention_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7723450Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_flash_scaled_dot_product_attention_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7725611Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_flash_scaled_dot_product_attention_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7725880Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foobar.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7728242Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7728672Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foobar_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7729550Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foobar_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7730336Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foobar_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7732070Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_abs.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7732660Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7733701Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_abs_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7735387Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7735821Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_abs_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7737428Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_abs_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7738068Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_acos.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7740816Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_acos_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7741319Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7741761Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7742455Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_acos_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7743452Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_acos_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7744315Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_add.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7745264Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7746175Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_add_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7747006Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_add_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7748088Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_add_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7749832Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_add_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7750231Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_addcdiv.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7751466Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7752181Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_addcdiv_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7754839Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7755388Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_addcdiv_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7755902Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_addcdiv_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7757270Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_addcmul.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7757945Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7758665Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_addcmul_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7759816Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7761271Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_addcmul_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7762427Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_addcmul_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7763552Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_asin.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7764636Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7765564Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_asin_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7766716Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7767811Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_asin_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7769091Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_asin_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7770111Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_atan.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7771273Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7772264Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_atan_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7773452Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7774423Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_atan_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7775562Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_atan_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7776507Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_ceil.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7777811Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7778830Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_ceil_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7779836Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7780827Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_ceil_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7781878Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_ceil_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7782577Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_cos.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7783919Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7785000Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_cos_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7785924Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7787032Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_cos_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7787784Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_cos_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7788758Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_cosh.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7790139Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7792151Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_cosh_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7792697Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7793231Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_cosh_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7793985Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_cosh_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7795166Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_div.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7796762Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7797767Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_div_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7798680Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_div_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7799735Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_div_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7800864Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_div_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7802694Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_erf.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7803708Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7804524Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_erf_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7805917Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7806745Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_erf_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7807970Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_erf_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7808633Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_erfc.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7810032Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7810929Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_erfc_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7811752Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7812683Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_erfc_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7813586Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_erfc_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7815026Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_exp.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7815566Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7816580Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_exp_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7818061Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7818466Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_exp_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7819388Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_exp_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7820027Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_expm1.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7821012Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7822666Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_expm1_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7823252Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7825547Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_expm1_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7826076Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_expm1_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7826618Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_floor.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7827408Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7827992Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_floor_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7829900Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7830535Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_floor_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7830976Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_floor_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7832366Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_frac.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7836608Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7837406Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_frac_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7837974Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7838378Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_frac_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7838641Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/eq.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7839057Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_frac_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7839666Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_lgamma.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7841693Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7842163Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_lgamma_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7842722Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7843585Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_lgamma_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7844819Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_lgamma_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7845572Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_log.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7846794Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_log10.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7847781Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7848656Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_log10_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7849619Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7850487Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_log10_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7851451Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_log10_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7852389Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_log1p.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7853407Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7854722Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_log1p_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7855692Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7856402Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_log1p_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7857304Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_log1p_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7859020Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_log2.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7859444Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7860629Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_log2_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7861262Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7861910Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_log2_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7862942Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_log2_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7863948Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7864617Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_log_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7865887Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_log_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7867356Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_log_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7867790Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_log_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7869686Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_maximum.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7870380Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7871168Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_maximum_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7871980Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7872739Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_maximum_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7874235Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_maximum_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7875129Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_minimum.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7876223Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7877073Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_minimum_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7878002Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7879070Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_minimum_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7880118Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_minimum_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7881945Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_mul.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7883258Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7884280Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_mul_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7885178Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7886167Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_mul_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7888713Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_mul_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7889072Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_neg.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7889414Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7890150Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_neg_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7890940Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7891841Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_neg_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7892714Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_neg_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7893527Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_norm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7894530Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7895297Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_norm_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7896232Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7897046Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_norm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7897772Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_norm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7898634Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_reciprocal.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7899505Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7900344Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_reciprocal_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7901191Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7902001Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_reciprocal_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7903238Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_reciprocal_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7904164Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_round.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7905127Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7906048Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_round_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7906984Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_round_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7908030Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_round_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7908816Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_round_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7910720Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sigmoid.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7911058Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7912269Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sigmoid_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7913314Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7914332Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sigmoid_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7915432Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sigmoid_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7916386Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sin.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7917388Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7918476Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sin_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7919141Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7921346Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sin_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7921618Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sin_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7923174Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sinh.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7923638Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7924570Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sinh_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7925463Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7926777Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sinh_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7927488Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sinh_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7929647Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sqrt.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7929984Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ge.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7932026Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7932474Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sqrt_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7932849Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7933867Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sqrt_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7934829Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sqrt_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7936089Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sub.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7937084Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7938024Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sub_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7939207Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7940442Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sub_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7941267Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_sub_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7942400Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_tan.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7944160Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7944956Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_tan_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7945979Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7947136Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_tan_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7948247Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_tan_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7949390Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_tanh.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7950802Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7952824Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_tanh_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7953873Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7954552Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_tanh_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7955883Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_tanh_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7956787Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_trunc.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7957909Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7959483Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_trunc_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7960193Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7962014Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_trunc_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7962775Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_trunc_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7963695Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_zero.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7965780Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7966331Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_zero_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7967178Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7968365Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_zero_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7969466Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_foreach_zero_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7971248Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fused_adam.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7973116Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7973652Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fused_adam_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7974293Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fused_adam_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7975466Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fused_adam_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7977190Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fused_dropout.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7978567Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7979114Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7980304Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fused_dropout_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7981351Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fused_dropout_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7982644Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7983994Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7985029Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7986437Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7987513Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7988680Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7989748Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fw_primal.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7991408Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7992723Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fw_primal_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7994044Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7995515Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7996388Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fw_primal_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7997334Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fw_primal_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.7998478Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fw_primal_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8000341Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_fw_primal_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8001184Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_gather_sparse_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8002320Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8003013Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_gather_sparse_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8004066Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_gather_sparse_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8004911Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8006031Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8006876Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8007811Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8009038Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8009590Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8011029Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8011894Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8012770Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_has_compatible_shallow_copy_type.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8013460Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8015155Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8015549Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8016263Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_has_same_storage_numel.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8017406Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8018361Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_has_same_storage_numel_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8019044Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_has_same_storage_numel_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8020124Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_histogramdd_bin_edges.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8021034Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8021960Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8023445Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gt.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8024137Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_histogramdd_bin_edges_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8025134Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_histogramdd_bin_edges_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8026175Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_histogramdd_from_bin_cts.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8027577Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8028091Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8029143Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8030223Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8031227Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_histogramdd_from_bin_tensors.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8032237Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8032974Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8033788Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8034703Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8035811Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_index_put_impl.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8036545Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8037679Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8038359Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8039098Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_index_put_impl_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8040313Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_index_put_impl_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8043948Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_index_put_impl_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8044358Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_indices.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8044841Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_indices_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8046158Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8046708Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8047225Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_indices_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8047849Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_indices_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8048674Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_indices_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8049523Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_indices_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8050340Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_is_zerotensor.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8051384Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8052036Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_is_zerotensor_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8053303Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_is_zerotensor_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8054115Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_check_errors.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8055045Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8056653Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_check_errors_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8056937Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_check_errors_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8057484Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_det.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8058786Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8059249Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_det_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8060349Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_det_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8061091Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_det_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8062131Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_det_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8063232Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_det_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8063850Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_det_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8064722Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_eigh.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8066606Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8067023Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8067720Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8068698Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_eigh_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8069436Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8070324Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_eigh_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8071270Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_eigh_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8072583Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_slogdet.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8073545Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8074289Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8075567Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8076137Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_slogdet_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8078530Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8078951Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_slogdet_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8079437Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_slogdet_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8080383Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_solve_ex.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8081627Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8082479Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8083251Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8084943Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_solve_ex_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8085696Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8086534Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_solve_ex_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8087224Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_solve_ex_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8088875Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_svd.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8089262Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8090508Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8091656Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8092521Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_svd_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8093360Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_svd_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8094035Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_svd_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8094733Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_linalg_svd_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8095726Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_local_scalar_dense.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8096620Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8098298Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8098939Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_local_scalar_dense_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8099865Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_local_scalar_dense_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8100519Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_log_softmax.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8101513Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_log_softmax_backward_data.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8102366Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8103234Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8104589Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8105165Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_log_softmax_backward_data_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8106393Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8107176Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_lstm_mps.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8108145Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_log_softmax_backward_data_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8109153Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_log_softmax_backward_data_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8110525Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8111433Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_log_softmax_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8112368Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_log_softmax_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8113226Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_log_softmax_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8114595Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_log_softmax_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8115002Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_log_softmax_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8116359Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_log_softmax_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8117166Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_logcumsumexp.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8118227Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8119176Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8120256Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_logcumsumexp_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8121178Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_logcumsumexp_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8122131Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8123113Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_lstm_mps_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8124733Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_lstm_mps_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8125221Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_lu_with_info.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8126575Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8127426Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_lu_with_info_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8128765Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_lu_with_info_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8129514Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_make_dual.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8130664Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8131773Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_make_dual_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8132362Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8135142Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8135571Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_make_dual_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8135960Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_make_dual_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8136590Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_make_dual_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8137286Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_make_dual_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8139163Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_make_per_channel_quantized_tensor.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8139971Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8140633Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8141713Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8142567Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8143665Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8144457Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8145810Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8146415Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8147804Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8148784Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8149475Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8150804Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_masked_scale.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8151583Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8152619Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_masked_scale_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8154145Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_masked_scale_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8154657Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_masked_scale_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8155877Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_masked_softmax.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8156888Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_masked_softmax_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8157821Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8158644Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8159552Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8160801Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_masked_softmax_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8161608Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_masked_softmax_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8162285Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8163630Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8164315Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8166014Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_masked_softmax_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8166435Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_masked_softmax_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8167136Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_mkldnn_reshape.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8179931Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8180850Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_mkldnn_reshape_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8181378Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_mkldnn_reshape_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8181662Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_mkldnn_transpose.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8182047Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8182533Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8183070Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_mkldnn_transpose_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8183565Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_mkldnn_transpose_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8184083Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_mps_convolution.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8184555Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8184840Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_mps_convolution_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8185117Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_mps_convolution_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8185442Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_mps_convolution_transpose.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8186095Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8186563Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_mps_convolution_transpose_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8187110Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_mps_convolution_transpose_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8187563Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_mps_max_pool2d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8188209Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_mps_max_pool2d_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8188559Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_mps_max_pool2d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8188835Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_mps_max_pool2d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8189392Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_native_decoder_only_multi_head_attention.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8190105Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_native_decoder_only_multi_head_attention_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8190553Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_neg_view.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8191102Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8191584Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8191909Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_native_decoder_only_multi_head_attention_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8193263Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_native_decoder_only_multi_head_attention_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8193892Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_native_multi_head_attention.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8195997Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8196586Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8197469Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8198253Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_native_multi_head_attention_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8199101Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_native_multi_head_attention_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8200627Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8201879Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_neg_view_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8202896Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8203740Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8204714Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_neg_view_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8205951Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_neg_view_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8206901Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_neg_view_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8207848Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_neg_view_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8208730Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_from_padded.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8210022Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_from_padded_and_nested_example.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8211540Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8212244Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8213372Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8214468Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8215560Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8216517Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8217468Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_from_padded_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8218315Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_from_padded_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8219370Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_select_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8220375Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_select_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8221440Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_select_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8222471Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_sum_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8223778Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_sum_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8224062Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_sum_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8225785Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_from_mask.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8226442Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8227372Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8228268Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8230272Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8230784Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8231464Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8232208Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8233739Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8234092Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_from_mask_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8235413Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_from_mask_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8235709Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_from_tensor_list.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8237200Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8237871Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8239026Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8240324Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_layer_norm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8240900Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_layer_norm_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8243148Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_layer_norm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8243514Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_layer_norm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8244246Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_offsets.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8244722Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_offsets_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8246583Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_offsets_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8247250Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_size.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8248329Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8249496Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_size_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8250246Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_size_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8251306Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8252071Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8253152Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8254299Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_strides.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8255553Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8256262Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_strides_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8257260Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_tensor_strides_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8258340Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_view_from_buffer.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8259361Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_view_from_buffer_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8260755Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8261838Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8262644Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8263733Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8264639Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8265466Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nnz.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8266583Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8267565Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_view_from_buffer_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8268239Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nested_view_from_buffer_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8269347Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8270289Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8271095Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8272015Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8272998Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nnpack_available.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8273941Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8275136Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nnpack_available_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8276150Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nnpack_available_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8277111Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nnpack_spatial_convolution.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8278242Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8279666Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nnpack_spatial_convolution_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8280178Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8281159Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nnz_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8282069Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_nnz_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8283352Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pack_padded_sequence.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8284178Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pack_padded_sequence_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8285695Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8286499Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pack_padded_sequence_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8287264Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8288581Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8289305Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pack_padded_sequence_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8290186Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pack_padded_sequence_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8291054Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pad_circular.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8292035Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8292941Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pad_circular_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8294245Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pad_circular_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8295158Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pad_enum.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8296721Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8296991Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pad_enum_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8298383Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pad_enum_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8299154Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pad_packed_sequence.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8300110Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8301183Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pad_packed_sequence_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8302056Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pad_packed_sequence_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8302601Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pdist_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8303745Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8304914Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8305971Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8306709Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pdist_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8307392Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pdist_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8308382Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pdist_forward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8309580Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8310295Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8311094Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8313036Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pdist_forward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8313384Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pdist_forward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8314123Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pin_memory.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8315331Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8316342Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pin_memory_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8317076Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pin_memory_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8318948Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_pin_memory_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8319571Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_remove_batch_dim.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8320385Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8321777Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_remove_batch_dim_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8322584Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_remove_batch_dim_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8323735Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_reshape_alias.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8324913Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_reshape_alias_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8325881Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8326869Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8327897Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_reshape_alias_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8328832Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_reshape_alias_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8329830Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8330859Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8331795Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_reshape_alias_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8332830Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_reshape_alias_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8333777Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_reshape_alias_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8334962Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_reshape_from_tensor.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8335739Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8336740Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_reshape_from_tensor_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8337663Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_reshape_from_tensor_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8338940Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_resize_output.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8339942Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8340675Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_resize_output_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8341713Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_resize_output_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8342639Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_resize_output_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8343679Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_rowwise_prune.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8344718Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8345492Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_rowwise_prune_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8346466Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_rowwise_prune_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8347445Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sample_dirichlet.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8348404Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8349332Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8350116Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_shape_as_tensor.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8351169Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8352395Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sample_dirichlet_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8353396Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sample_dirichlet_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8354055Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_saturate_weight_to_fp16.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8355341Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8355972Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_saturate_weight_to_fp16_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8356953Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8357972Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_scaled_dot_product_attention.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8358985Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_scaled_dot_product_attention_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8359830Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_scaled_dot_product_attention_forward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8360933Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_scaled_dot_product_attention_forward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8361957Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_scaled_dot_product_attention_forward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8363047Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_scaled_dot_product_attention_forward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8364096Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_scaled_dot_product_attention_forward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8365132Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_scaled_dot_product_attention_forward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8365820Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_scaled_dot_product_attention_math.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8366743Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8367488Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8368457Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8369348Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_scaled_dot_product_attention_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8370261Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_scaled_dot_product_attention_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8371193Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_segment_reduce_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8372492Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8373074Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8374195Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8374941Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_segment_reduce_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8375900Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_segment_reduce_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8376914Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8377813Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_shape_as_tensor_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8378796Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_shape_as_tensor_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8379704Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_slow_conv2d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8380761Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8381673Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8382604Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8383527Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_slow_conv2d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8384425Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_slow_conv2d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8385474Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_slow_conv2d_forward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8386432Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8387422Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8388357Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_slow_conv2d_forward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8389417Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_slow_conv2d_forward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8390115Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sobol_engine_draw.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8391472Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8392057Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sobol_engine_draw_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8393149Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sobol_engine_draw_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8393870Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sobol_engine_ff.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8395022Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8395775Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sobol_engine_ff_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8396793Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sobol_engine_ff_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8397568Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sobol_engine_initialize_state.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8398548Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8400889Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sobol_engine_initialize_state_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8401573Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8402671Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sobol_engine_scramble.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8403761Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8404627Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sobol_engine_scramble_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8404979Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sobol_engine_scramble_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8406254Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_softmax.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8407442Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_softmax_backward_data.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8408582Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8409449Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8410756Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8411817Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_softmax_backward_data_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8413142Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8414068Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_softmax_backward_data_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8415180Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_softmax_backward_data_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8416598Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8417646Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_softmax_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8418694Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_softmax_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8419792Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_softmax_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8421122Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_softmax_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8422183Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_softmax_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8423383Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_softmax_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8424613Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_addmm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8425945Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8427020Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_addmm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8428298Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_addmm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8429360Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_broadcast_to.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8430872Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_broadcast_to_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8431959Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_mm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8433332Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8434707Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8435798Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8437565Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8438142Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_broadcast_to_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8439733Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_broadcast_to_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8440815Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8442081Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8443293Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8444528Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8445676Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8447051Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8448436Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8449215Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8450368Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8451704Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8452680Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8453894Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8455085Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8456390Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8457412Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8458647Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8459777Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8461051Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8462424Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8463708Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8464752Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8465894Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8467192Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8468089Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8469188Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8470480Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8472085Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8473409Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8474365Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8475905Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8477044Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_csr_prod.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8478492Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8479581Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_csr_prod_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8480810Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_csr_prod_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8482801Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_csr_sum.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8484153Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8485238Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_csr_sum_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8486438Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_csr_sum_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8487374Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8488873Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8489843Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8491013Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8492023Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_log_softmax.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8493170Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_log_softmax_backward_data.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8494585Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8495617Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8496605Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8497890Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8499061Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8500182Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_log_softmax_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8501269Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_log_softmax_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8502363Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_mask_helper.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8503810Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_mask_helper_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8504643Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_mask_helper_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8505926Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_mask_helper_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8507339Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8508485Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_mm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8509516Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_mm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8510585Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_softmax.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8511884Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_softmax_backward_data.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8513167Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8514338Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_softmax_backward_data_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8515427Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8516859Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8518011Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8519086Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_softmax_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8520303Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_softmax_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8521514Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_sparse_matmul.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8522887Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8523988Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_sparse_matmul_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8525164Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_sparse_matmul_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8526321Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_sum.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8527552Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_sum_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8528844Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8529797Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_sum_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8530997Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_sum_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8532168Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8533417Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8534370Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_sum_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8535494Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_sparse_sum_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8536647Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_spdiags.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8537963Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8538966Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_spdiags_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8540135Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_spdiags_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8541288Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_spdiags_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8542440Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_stack.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8543881Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8544842Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_stack_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8545900Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_stack_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8547010Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_stack_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8548280Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_standard_gamma.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8549504Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8550659Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8552370Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8553647Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_standard_gamma_grad.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8554948Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8556012Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8557143Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8558256Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_standard_gamma_grad_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8559512Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_standard_gamma_grad_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8560714Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_standard_gamma_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8561892Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_standard_gamma_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8563050Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_symeig_helper.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8564420Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_symeig_helper_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8565458Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_symeig_helper_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8566685Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_symeig_helper_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8567738Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_symeig_helper_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8569127Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_symeig_helper_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8570313Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_ambiguous_defaults.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8571595Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8572643Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_ambiguous_defaults_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8573631Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_ambiguous_defaults_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8574844Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_autograd_multiple_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8576128Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8577377Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8578307Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8579506Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8580619Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8582045Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8582924Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8584193Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8585488Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8586499Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8587586Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8588767Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8589965Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8591038Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_optional_filled_intlist.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8592493Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8593604Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8594771Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_optional_filled_intlist_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8595907Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_optional_filled_intlist_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8597018Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_optional_floatlist.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8598437Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8599538Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8600708Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_optional_floatlist_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8601910Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_optional_floatlist_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8603143Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_optional_intlist.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8604360Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8605555Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8606681Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_optional_intlist_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8607711Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_optional_intlist_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8608876Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_serialization_subcmul.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8610301Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8611360Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_serialization_subcmul_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8612596Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_serialization_subcmul_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8613698Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_string_default.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8615185Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8616221Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_string_default_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8617652Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_string_default_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8618596Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_warn_in_autograd.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8619991Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8621102Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_warn_in_autograd_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8622211Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_test_warn_in_autograd_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8623418Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8624780Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8626251Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8627126Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8629194Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8630469Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8631718Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8632892Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8634189Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_fused_gru_cell.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8635183Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8636602Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8637617Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8638816Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8640249Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8641840Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8642955Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8644152Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_fused_gru_cell_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8645340Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8646502Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_fused_lstm_cell.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8647649Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8649397Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8650607Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8652348Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8653613Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8655438Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8656945Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8658891Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8659463Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8660668Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8662366Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8662898Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8663997Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8665039Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_to_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8666317Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8667429Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_to_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8668538Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_to_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8669753Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_to_cpu.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8671010Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8672167Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_to_cpu_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8673290Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_to_cpu_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8674408Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_to_dense.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8675705Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8676806Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_to_dense_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8678022Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_to_dense_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8679215Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8681110Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8681986Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8683122Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8684162Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8685373Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_transform_bias_rescale_qkv.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8686759Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8687674Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8688827Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8689975Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8691162Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8692324Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_transformer_decoder_only_layer_fwd.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8693632Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8694790Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8695938Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8697100Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8698206Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8699413Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_transformer_encoder_layer_fwd.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8700767Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8701877Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8703129Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8704204Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/i0.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8705518Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8706685Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8709464Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_trilinear.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8710086Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8711061Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8712057Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_trilinear_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8713123Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_trilinear_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8714585Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_triton_multi_head_attention.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8715774Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8716826Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8717988Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_triton_multi_head_attention_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8719359Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_triton_multi_head_attention_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8720589Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_triton_scaled_dot_attention.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8722018Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8723154Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8724153Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_triton_scaled_dot_attention_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8725264Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8726348Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_unique.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8727463Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_unique2.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8728734Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8729901Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_unique2_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8731015Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_unique2_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8732148Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_unique2_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8733236Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_unique2_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8734600Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8735571Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_unique_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8736778Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_unique_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8737837Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_unique_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8738945Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_unique_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8740118Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_unpack_dual.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8741407Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8742623Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_unpack_dual_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8743669Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_unpack_dual_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8744787Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_unsafe_view.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8746117Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8747150Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_unsafe_view_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8748197Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_unsafe_view_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8749427Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bicubic2d_aa.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8750830Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8751977Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8753425Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8754415Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8755620Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8756611Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8757883Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8759111Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8760498Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8761731Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8763061Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8764234Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8765247Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8766311Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8767474Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8769266Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8770055Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8771167Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bilinear2d_aa.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8772398Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8773689Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8774883Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8775852Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8777030Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8778128Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8779460Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8780548Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8781948Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8783093Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8785023Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8785982Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8787156Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8788421Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8789534Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8790573Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8791784Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8792949Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact1d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8795110Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8795809Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8796669Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8798259Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8799567Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8800734Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8803086Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8803831Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8805192Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8806336Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8807723Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8808624Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8809945Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8811107Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8812091Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8813241Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact1d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8814589Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8815751Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact2d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8817020Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8818416Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8819734Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8824757Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8825396Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8825976Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8826782Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8827357Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8827912Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8828683Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8829845Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8830407Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8830979Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8831514Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8832087Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8833222Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact2d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8834336Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8835715Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact3d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8836750Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8838142Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8839675Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8840837Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8842085Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8843273Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8844469Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8845722Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8846869Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8848204Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8849718Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8850536Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8851831Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8853166Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8854159Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8855470Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact3d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8856590Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8857614Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_use_cudnn_ctc_loss.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8858956Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8860114Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8862187Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8863515Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8864198Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8865359Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8866148Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8867628Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_compressed_sparse_indices.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8868645Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8869907Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8871106Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8872178Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8873576Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8874790Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8875798Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8876925Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8878217Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8879606Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8881411Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8882052Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8883449Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8884356Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8885464Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8886534Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8887294Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8888725Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8889358Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8891107Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8891898Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8893682Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8894199Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8895919Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8896387Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8896957Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8897942Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8898967Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8900000Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_values.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8901270Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_values_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8902114Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8903983Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8904820Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_values_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8905568Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_values_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8906570Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_values_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8907737Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_values_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8908998Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_version.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8910294Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8911420Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_version_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8912463Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_version_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8913679Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_weight_norm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8915073Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8916185Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_weight_norm_differentiable_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8917414Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8918585Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8920344Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8921393Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_weight_norm_interface.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8922701Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_weight_norm_interface_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8924011Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8925158Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8926384Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8927490Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_weight_norm_interface_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8928648Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_weight_norm_interface_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8929935Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8930969Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8932259Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8933392Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_weight_norm_interface_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8934678Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_weight_norm_interface_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8936676Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_weight_norm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8937576Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/_weight_norm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8938601Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/abs.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8939820Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8941029Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/abs_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8942335Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/abs_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8943413Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/abs_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8944596Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/abs_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8945893Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/absolute.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8947240Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8948230Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/absolute_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8949462Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/absolute_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8950638Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/acos.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8952158Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8953073Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/acos_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8954141Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/acos_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8955302Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/acos_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8956544Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/acos_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8957872Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/acos_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8958942Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/acos_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8960107Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/acosh.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8962794Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8963285Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/acosh_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8964385Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/acosh_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8965295Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/acosh_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8966777Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/acosh_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8967549Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/acosh_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8969101Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/acosh_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8970088Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_avg_pool1d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8971141Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8972413Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_avg_pool1d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8973312Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_avg_pool1d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8974232Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_avg_pool2d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8975457Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8976385Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8977655Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8978536Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_avg_pool2d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8979756Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_avg_pool2d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8980651Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_avg_pool3d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8981936Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_avg_pool3d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8983132Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8984514Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8985395Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8986568Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8987818Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8989102Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8990278Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8991382Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_avg_pool3d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8992599Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_avg_pool3d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8993853Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool1d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8995180Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8995987Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool1d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8997135Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool1d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8998505Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool2d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.8999998Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool2d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9001331Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9002516Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9003687Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9004908Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9006017Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9007136Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9008256Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9009977Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9010822Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9013134Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9013690Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool2d_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9014684Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9015744Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool2d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9017064Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool2d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9018560Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool3d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9019204Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool3d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9020456Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9021220Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9022773Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9023305Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9024471Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9025383Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9026176Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9027249Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9027929Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9029110Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9029967Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool3d_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9030640Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9031588Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool3d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9032465Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adaptive_max_pool3d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9033488Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/add.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9034395Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9035341Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9036225Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/add_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9037519Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/add_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9038595Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/add_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9039935Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/add_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9040656Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/add_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9041603Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/add_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9042828Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addbmm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9044105Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addbmm_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9044625Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addbmm_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9045917Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addbmm_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9047063Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addbmm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9047742Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addbmm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9048814Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addcdiv.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9049973Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9050709Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addcdiv_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9051695Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addcdiv_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9052821Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addcdiv_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9053650Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addcdiv_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9054472Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addcdiv_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9055575Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addcdiv_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9056660Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addcmul.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9057497Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9058320Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addcmul_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9059270Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addcmul_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9060657Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addcmul_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9062185Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addcmul_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9062543Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addcmul_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9063305Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addcmul_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9064378Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addmm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9065375Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9066329Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addmm_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9067358Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addmm_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9068218Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addmm_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9069339Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addmm_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9070192Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addmm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9071298Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addmm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9072240Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addmv.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9073427Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9074317Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addmv_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9075272Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addmv_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9076691Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addmv_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9077699Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addmv_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9078534Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addmv_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9080016Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addmv_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9080943Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addr.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9082373Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9083101Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addr_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9084206Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addr_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9085115Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addr_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9085929Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/addr_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9086844Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adjoint.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9088993Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9089265Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adjoint_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9089856Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/adjoint_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9091834Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/affine_grid_generator.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9092141Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/affine_grid_generator_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9092929Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9093687Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/affine_grid_generator_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9095353Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/affine_grid_generator_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9095933Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9096712Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/affine_grid_generator_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9097757Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/affine_grid_generator_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9098786Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/alias.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9100264Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9100918Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/alias_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9102451Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9103645Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9104790Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/alias_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9105818Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/alias_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9107131Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/alias_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9108375Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/alias_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9109516Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/align_as.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9111311Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9112138Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/align_as_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9113318Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/align_as_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9114619Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/align_tensors.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9115883Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9117018Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/align_tensors_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9118202Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/align_tensors_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9119462Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/align_to.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9120805Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9122802Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/align_to_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9123942Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/align_to_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9125097Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/all.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9126601Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9127715Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9128964Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/all_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9129962Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/all_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9131347Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/all_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9132595Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/all_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9133560Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/all_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9134760Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/all_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9136051Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/allclose.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9137357Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9138499Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/allclose_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9139558Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/allclose_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9141078Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/alpha_dropout.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9141970Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9143032Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/alpha_dropout_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9144197Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/alpha_dropout_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9145273Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/amax.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9146715Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9148376Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/amax_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9149061Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/amax_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9150709Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/amax_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9151986Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/amax_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9153149Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/amax_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9154163Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/amax_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9155491Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/amin.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9157363Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9158021Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/amin_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9159100Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/amin_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9160181Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/amin_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9161549Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/amin_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9162809Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/amin_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9163907Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/amin_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9165082Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/aminmax.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9166447Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9167418Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/aminmax_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9168487Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/aminmax_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9169537Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/aminmax_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9170837Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/aminmax_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9172091Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/aminmax_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9173248Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/aminmax_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9174429Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/and.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9175593Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9176595Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/and_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9177687Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/and_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9178854Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/angle.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9180296Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/angle_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9182367Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/angle_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9182865Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/angle_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9183688Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/angle_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9184665Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/any.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9186022Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9187125Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9188271Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/le.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9189640Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/any_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9190938Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/any_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9192193Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/any_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9193235Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/any_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9194432Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/any_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9195449Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/any_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9196626Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arange.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9197914Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9199006Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arange_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9200332Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arange_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9201588Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arange_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9202788Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arange_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9203756Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arange_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9204937Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arccos.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9206276Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9207428Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arccos_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9208474Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arccos_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9209598Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arccosh.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9210887Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9212063Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arccosh_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9213172Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arccosh_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9214358Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arcsin.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9215617Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9216779Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arcsin_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9217993Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arcsin_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9218960Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arcsinh.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9220200Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9221285Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arcsinh_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9222566Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arcsinh_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9223616Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arctan.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9224740Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arctan2.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9226685Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9227912Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arctan2_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9229141Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arctan2_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9230397Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9231406Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arctan_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9232477Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arctan_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9233715Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arctanh.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9234944Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9235939Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arctanh_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9237089Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/arctanh_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9238340Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argmax.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9239788Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9240609Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argmax_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9242060Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argmax_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9243193Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argmax_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9244410Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argmax_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9245515Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argmax_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9246724Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argmax_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9247837Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argmin.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9249165Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9250194Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argmin_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9251461Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argmin_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9252588Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argmin_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9253770Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argmin_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9254925Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argmin_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9256025Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argmin_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9257272Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argsort.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9258375Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argsort_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9259692Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9260662Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argsort_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9261778Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argsort_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9263046Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argsort_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9264196Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argsort_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9265335Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argwhere.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9266600Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9267780Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argwhere_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9268858Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/argwhere_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9270234Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/as_strided.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9271518Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9272688Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/as_strided_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9274003Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9275140Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9276164Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/as_strided_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9277235Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/as_strided_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9278356Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/as_strided_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9279778Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/as_strided_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9281632Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/as_strided_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9282927Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/as_strided_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9284083Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/as_strided_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9285232Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/as_strided_scatter.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9286609Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9287589Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/as_strided_scatter_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9288960Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/as_strided_scatter_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9290133Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/asin.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9291419Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9293001Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/asin_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9293817Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/asin_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9294715Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/asin_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9296123Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/asin_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9297301Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/asin_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9298335Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/asin_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9299371Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/asinh.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9300914Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9302030Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/asinh_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9303688Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/asinh_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9304666Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/asinh_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9306899Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/asinh_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9308303Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/asinh_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9309590Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/asinh_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9310889Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atan.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9312055Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atan2.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9313644Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9314733Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atan2_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9316829Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atan2_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9318157Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atan2_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9319705Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atan2_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9320809Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atan2_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9324922Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lt.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9325429Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atan2_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9326073Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9326670Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atan_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9327290Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atan_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9328234Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atan_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9329360Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atan_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9330221Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atan_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9331736Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atan_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9332480Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atanh.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9333167Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9333844Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atanh_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9335747Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atanh_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9336414Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atanh_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9336894Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atanh_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9338203Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atanh_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9339329Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atanh_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9340287Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atleast_1d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9341634Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9343390Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atleast_1d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9344407Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atleast_1d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9345203Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atleast_2d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9346166Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9347036Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atleast_2d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9347868Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atleast_2d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9348742Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atleast_3d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9349804Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9350752Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atleast_3d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9351851Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/atleast_3d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9352840Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool1d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9354087Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9355006Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool1d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9356036Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool1d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9356859Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool2d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9358083Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool2d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9359483Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9360472Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9361495Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9362082Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool2d_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9363292Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9364403Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool2d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9365465Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool2d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9366626Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9367893Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9369061Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9369924Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool2d_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9371170Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool2d_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9372002Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool2d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9372972Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool2d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9373940Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool3d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9375072Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool3d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9376776Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9377725Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9378407Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9379318Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool3d_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9380237Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9381823Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool3d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9382704Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool3d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9383822Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9384543Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9386396Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9386959Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool3d_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9387587Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool3d_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9390895Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool3d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9391747Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/avg_pool3d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9392600Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/baddbmm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9393359Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9394290Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/baddbmm_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9395144Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/baddbmm_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9396013Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/baddbmm_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9396776Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/baddbmm_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9397724Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/baddbmm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9398527Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/baddbmm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9399129Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bartlett_window.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9400292Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9401160Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bartlett_window_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9402027Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bartlett_window_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9402811Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9403801Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_backward_elemt.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9404843Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9405848Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9406783Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_backward_elemt_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9407718Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_backward_elemt_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9408668Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_backward_reduce.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9409970Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9410909Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9411625Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_backward_reduce_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9412464Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_backward_reduce_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9413565Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9414593Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_elemt.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9415656Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9416718Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_elemt_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9417761Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_elemt_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9418891Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_gather_stats.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9419902Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9423053Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9423867Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_gather_stats_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9424655Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_gather_stats_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9425303Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9426106Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9426966Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9427743Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9428466Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9429353Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9430748Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9431473Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_stats.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9432352Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9433192Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9434122Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_stats_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9435501Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_stats_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9436380Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_update_stats.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9437426Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9438355Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9439458Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9440413Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_update_stats_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9443012Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/batch_norm_update_stats_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9444168Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bernoulli.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9445113Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9445982Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bernoulli_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9447279Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bernoulli_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9448345Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bernoulli_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9449189Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bernoulli_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9451585Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bernoulli_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9452261Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bernoulli_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9452823Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bilinear.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9453613Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9454792Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bilinear_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9456142Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bilinear_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9457216Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/binary_cross_entropy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9458246Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/binary_cross_entropy_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9459233Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9460008Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9460938Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/binary_cross_entropy_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9461991Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/binary_cross_entropy_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9463308Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9464028Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9464923Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/binary_cross_entropy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9465903Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/binary_cross_entropy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9466944Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/binary_cross_entropy_with_logits.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9468172Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9469057Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9469988Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9471039Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bincount.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9472079Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9473301Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bincount_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9474517Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bincount_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9476094Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bincount_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9476714Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bincount_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9477556Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/binomial.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9478564Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9479768Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/binomial_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9481112Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/binomial_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9481781Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/binomial_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9483367Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/binomial_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9484530Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_and.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9485730Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9486735Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9487731Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_and_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9488590Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_and_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9489986Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_and_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9490990Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_and_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9492208Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_and_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9493363Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_and_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9494239Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_and_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9495380Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_left_shift.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9496421Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9497334Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9498172Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9499797Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9500351Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_left_shift_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9501775Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9502321Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_left_shift_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9504012Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_left_shift_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9504653Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_not.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9506110Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9507156Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_not_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9507924Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_not_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9508482Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_not_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9509520Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_not_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9511273Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_not_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9511879Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_not_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9512629Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_or.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9514341Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_or_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9515167Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9516152Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9516839Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_or_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9517749Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_or_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9518752Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_or_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9520046Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_or_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9521194Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_or_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9522155Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_or_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9523500Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_right_shift.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9524134Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9526103Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9527095Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9527895Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9528599Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_right_shift_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9529330Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9530547Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_right_shift_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9531526Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_right_shift_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9532475Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_xor.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9533550Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9534440Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9535476Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_xor_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9536307Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9537325Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9539058Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_xor_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9539848Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_xor_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9540473Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_xor_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9541641Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bitwise_xor_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9542699Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/blackman_window.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9543379Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9544418Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/blackman_window_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9545504Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/blackman_window_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9546205Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/block_diag.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9547573Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9548166Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/block_diag_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9549566Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/block_diag_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9550610Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bmm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9552054Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9553189Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bmm_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9554181Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bmm_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9555303Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bmm_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9556461Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bmm_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9557722Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bmm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9558769Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bmm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9560286Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/broadcast_tensors.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9561539Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9562626Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/broadcast_tensors_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9563754Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/broadcast_tensors_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9564890Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/broadcast_to.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9566152Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9567341Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/broadcast_to_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9568510Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/broadcast_to_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9569679Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bucketize.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9571780Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9572754Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bucketize_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9573634Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bucketize_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9574525Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bucketize_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9575589Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/bucketize_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9576860Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/can_cast.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9578001Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9579242Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/can_cast_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9580876Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/can_cast_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9582209Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cartesian_prod.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9583443Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9585393Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cartesian_prod_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9586384Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cartesian_prod_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9587279Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cat.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9588764Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9589659Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9590810Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cat_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9591961Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cat_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9593050Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cat_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9594175Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cat_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9595206Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cat_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9596318Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cat_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9597429Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cauchy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9598585Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9599819Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cauchy_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9600980Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cauchy_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9602135Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cauchy_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9603318Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cauchy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9604398Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cauchy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9605749Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ccol_indices.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9606971Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ccol_indices_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9608426Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9609568Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ccol_indices_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9610556Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ccol_indices_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9611927Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ccol_indices_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9613000Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ccol_indices_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9614205Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cdist.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9615573Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9616669Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cdist_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9617493Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cdist_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9618546Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ceil.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9619917Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9620713Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ceil_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9622277Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ceil_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9623443Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ceil_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9624427Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ceil_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9625513Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ceil_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9626789Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ceil_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9627445Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/celu.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9628460Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9629277Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/celu_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9630420Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/celu_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9631175Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/chain_matmul.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9632273Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9633177Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/chain_matmul_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9634137Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/chain_matmul_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9635105Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/chalf.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9636143Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9636989Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/chalf_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9637853Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/chalf_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9638848Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/channel_shuffle.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9640139Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9641458Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9642504Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/channel_shuffle_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9643472Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/channel_shuffle_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9644498Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cholesky.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9645332Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cholesky_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9646179Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cholesky_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9647161Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cholesky_inverse.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9648129Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9648865Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9649820Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cholesky_inverse_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9651341Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cholesky_inverse_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9652262Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cholesky_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9653096Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cholesky_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9653891Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cholesky_solve.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9654905Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9655801Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cholesky_solve_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9656667Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cholesky_solve_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9657572Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/choose_qparams_optimized.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9667005Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9667941Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/choose_qparams_optimized_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9668576Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/choose_qparams_optimized_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9669248Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/chunk.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9669995Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9670721Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/chunk_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9671252Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/chunk_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9671750Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clamp.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9672447Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9673134Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clamp_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9673697Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clamp_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9674328Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clamp_max.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9674949Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9675553Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clamp_max_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9676119Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clamp_max_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9676651Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clamp_max_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9677226Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clamp_max_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9677757Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clamp_max_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9678387Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clamp_max_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9679093Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clamp_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9679982Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clamp_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9680871Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clamp_min.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9682104Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9682855Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clamp_min_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9683851Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clamp_min_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9684528Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clamp_min_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9685662Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clamp_min_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9686535Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clamp_min_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9687650Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clamp_min_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9688908Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clamp_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9689918Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clamp_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9691024Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clip.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9691964Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9692629Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clip_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9693962Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clip_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9695445Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clone.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9696218Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9697174Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clone_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9698170Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/clone_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9699193Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/coalesce.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9700210Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9701125Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/coalesce_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9702239Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/coalesce_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9703054Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/col2im.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9704499Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/col2im_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9705158Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/col2im_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9706257Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/col2im_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9707410Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/col2im_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9708598Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/col_indices.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9709298Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/col_indices_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9710828Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9711925Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9712818Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/col_indices_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9713751Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/col_indices_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9714691Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/col_indices_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9715561Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/col_indices_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9717161Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/column_stack.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9718254Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9719034Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/column_stack_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9720017Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/column_stack_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9721389Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/combinations.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9722257Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9723292Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/combinations_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9724186Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/combinations_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9725286Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/complex.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9726307Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9726900Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/complex_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9728374Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/complex_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9729565Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/complex_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9730588Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/complex_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9731731Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/concat.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9733638Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9734711Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/concat_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9735636Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/concat_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9736839Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/concatenate.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9737992Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9739132Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/concatenate_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9740384Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/concatenate_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9741537Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conj.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9742871Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9744003Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conj_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9745205Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conj_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9746658Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conj_physical.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9747637Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9748931Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9750040Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conj_physical_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9750871Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conj_physical_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9752400Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conj_physical_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9753578Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conj_physical_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9754808Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/constant_pad_nd.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9756198Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9756952Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/constant_pad_nd_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9757982Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/constant_pad_nd_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9758742Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/contiguous.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9759861Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9760757Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/contiguous_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9761798Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/contiguous_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9762726Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv1d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9763884Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9765466Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv1d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9766285Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv1d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9767503Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv2d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9768778Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9769289Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv2d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9770102Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv2d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9771299Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv3d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9772300Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9773631Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv3d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9774550Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv3d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9775508Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv_depthwise3d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9776650Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9777662Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9778629Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv_depthwise3d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9779607Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv_depthwise3d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9780612Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv_tbc.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9781732Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv_tbc_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9782851Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9783834Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv_tbc_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9784789Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv_tbc_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9785933Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9787312Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv_tbc_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9788432Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv_tbc_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9789442Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv_transpose1d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9790771Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9791801Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv_transpose1d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9792715Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv_transpose1d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9794067Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv_transpose2d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9794697Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9795702Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv_transpose2d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9796667Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv_transpose2d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9797822Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv_transpose3d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9798845Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9799816Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv_transpose3d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9800828Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/conv_transpose3d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9801954Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/convolution.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9802735Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/convolution_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9804308Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9805327Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/convolution_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9806362Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/convolution_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9807493Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/convolution_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9808146Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/convolution_backward_overrideable.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9809487Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9810411Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/convolution_backward_overrideable_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9811665Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/convolution_backward_overrideable_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9812422Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9813210Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/convolution_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9814362Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/convolution_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9815364Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/convolution_overrideable.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9816600Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9817546Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/convolution_overrideable_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9818358Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/convolution_overrideable_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9819240Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9820416Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9821305Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/copy_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9822410Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9823664Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9824696Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/copy_sparse_to_sparse.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9825817Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9826729Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9827936Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/copy_sparse_to_sparse_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9829137Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/copy_sparse_to_sparse_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9829835Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/copysign.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9831147Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9831877Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/copysign_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9832956Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9834215Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/copysign_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9835069Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/copysign_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9836180Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/copysign_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9837194Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/copysign_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9838194Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/copysign_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9839618Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/corrcoef.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9840972Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9842538Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/corrcoef_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9843462Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/corrcoef_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9845064Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cos.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9845484Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9846429Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cos_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9847776Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cos_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9848505Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cos_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9849343Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cos_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9850316Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cos_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9851401Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cos_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9852127Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cosh.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9854564Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9855319Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cosh_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9856579Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cosh_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9857062Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cosh_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9858302Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cosh_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9859453Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cosh_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9860837Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cosh_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9861801Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cosine_embedding_loss.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9863226Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9863991Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cosine_embedding_loss_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9865094Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cosine_embedding_loss_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9866522Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cosine_similarity.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9867448Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9868274Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cosine_similarity_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9869067Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cosine_similarity_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9870292Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/count_nonzero.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9871219Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9872146Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/count_nonzero_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9872898Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/count_nonzero_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9873926Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/count_nonzero_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9874853Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/count_nonzero_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9875758Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cov.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9876879Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9878645Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cov_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9879259Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cov_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9880167Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cross.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9881142Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9882084Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cross_entropy_loss.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9883097Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9883879Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cross_entropy_loss_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9884767Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cross_entropy_loss_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9885769Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cross_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9886702Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cross_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9887615Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/crow_indices.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9888636Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/crow_indices_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9889800Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9890820Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9891623Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/crow_indices_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9892518Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/crow_indices_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9893492Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/crow_indices_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9894441Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/crow_indices_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9895620Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ctc_loss.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9896830Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9897579Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ctc_loss_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9898527Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ctc_loss_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9899541Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_affine_grid_generator.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9900511Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9901283Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9902758Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9903715Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9904346Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9905626Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9906040Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9907307Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_affine_grid_generator_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9908159Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9908991Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_batch_norm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9910107Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_batch_norm_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9911572Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9912098Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9913542Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_batch_norm_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9914079Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9915124Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9916169Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9916898Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_batch_norm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9917715Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_batch_norm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9919457Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_convolution.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9920188Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_convolution_add_relu.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9921286Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9922431Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9923109Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_convolution_add_relu_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9924076Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9925584Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_convolution_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9926787Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9927969Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_convolution_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9929184Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_convolution_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9930406Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_convolution_relu.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9931780Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9932864Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9934145Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_convolution_relu_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9935210Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_convolution_relu_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9936380Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_convolution_transpose.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9937699Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9938787Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9939947Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_convolution_transpose_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9941110Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_convolution_transpose_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9942248Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_grid_sampler.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9943476Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_grid_sampler_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9944836Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9945955Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9947135Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9948260Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9949594Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9950700Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9951851Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_grid_sampler_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9953012Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_grid_sampler_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9954212Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_is_acceptable.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9956728Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9957349Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_is_acceptable_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9957980Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cudnn_is_acceptable_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9958848Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cummax.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9960536Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9961413Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9962402Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cummax_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9963810Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cummax_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9964772Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cummaxmin_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9966200Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9966923Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cummaxmin_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9968145Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cummaxmin_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9969497Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cummin.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9970304Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9972212Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9972675Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cummin_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9973969Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cummin_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9974569Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cumprod.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9976105Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cumprod_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9976951Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9977988Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cumprod_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9978836Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cumprod_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9981611Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9982047Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9982416Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cumprod_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9983219Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cumprod_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9984362Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cumprod_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9985569Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cumprod_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9986656Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cumprod_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9987830Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cumprod_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9989322Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cumsum.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9990719Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9991975Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9993612Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cumsum_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9994769Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cumsum_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9995923Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cumsum_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9997221Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cumsum_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9998454Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cumsum_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:05.9999683Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cumsum_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0002207Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cumulative_trapezoid.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0003245Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0004286Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cumulative_trapezoid_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0005450Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/cumulative_trapezoid_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0006605Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/data.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0007889Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0009014Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/data_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0010352Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/data_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0011602Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/deg2rad.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0012977Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0014020Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/deg2rad_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0015238Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/deg2rad_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0016328Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dense_dim.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0018459Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dense_dim_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0019050Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dense_dim_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0019947Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dequantize.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0021191Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0022249Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dequantize_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0023502Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dequantize_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0024620Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dequantize_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0025890Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dequantize_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0027089Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/det.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0028468Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0029532Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/det_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0030707Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/det_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0032020Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/detach.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0033181Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0034325Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/detach_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0035561Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0036767Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0037799Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/detach_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0039399Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/detach_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0040756Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/detach_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0042021Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/detach_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0043162Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diag.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0044365Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diag_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0045834Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diag_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0046922Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diag_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0048095Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diag_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0049323Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diag_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0050474Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diag_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0051798Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diag_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0053090Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diag_embed.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0054413Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0055469Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diag_embed_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0056627Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diag_embed_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0057798Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diag_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0059017Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diag_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0060245Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diagflat.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0061592Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0062676Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diagflat_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0063828Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diagflat_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0065017Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diagonal.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0066375Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diagonal_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0067854Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0068951Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diagonal_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0070143Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diagonal_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0071571Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0073407Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0074400Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diagonal_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0075792Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0077088Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0078041Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diagonal_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0079458Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diagonal_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0080630Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diagonal_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0081882Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diagonal_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0083215Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diagonal_scatter.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0084496Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0085708Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diagonal_scatter_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0086948Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diagonal_scatter_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0088175Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diff.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0089512Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0090685Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diff_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0091813Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/diff_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0092954Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/digamma.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0094767Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0095583Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/digamma_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0096749Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/digamma_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0097922Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/digamma_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0099641Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/digamma_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0100627Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/digamma_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0101634Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/digamma_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0102914Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dist.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0104176Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0105225Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dist_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0106566Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dist_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0107647Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/div.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0108942Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0110191Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0111277Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/div_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0112549Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/div_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0113802Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/div_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0115077Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/div_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0116242Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/div_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0117424Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/div_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0118697Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/divide.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0120404Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0121441Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/divide_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0122671Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/divide_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0123976Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dot.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0125204Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0126304Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dot_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0127651Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dot_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0128724Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dot_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0129902Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dot_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0131072Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dropout.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0132352Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0133502Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dropout_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0134667Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dropout_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0136299Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dsplit.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0137432Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0138502Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dsplit_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0139639Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dsplit_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0140880Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dstack.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0142296Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0143450Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dstack_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0144530Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/dstack_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0145769Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/einsum.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0147072Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0148117Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/einsum_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0149305Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/einsum_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0150450Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/elu.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0152392Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/elu_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0153740Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0154734Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/elu_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0156010Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/elu_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0157214Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/elu_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0158402Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/elu_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0159759Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/elu_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0162260Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/elu_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0163302Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0164354Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/elu_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0165567Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/elu_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0166734Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/elu_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0168012Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/elu_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0169232Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/elu_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0170470Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/elu_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0171668Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0173117Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0174474Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0175668Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0176779Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0177923Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_bag.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0179393Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0180516Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_bag_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0181583Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_bag_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0182974Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0184159Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_dense_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0185454Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0186582Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0187750Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0188883Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_dense_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0190131Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_dense_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0191302Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0192482Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0193600Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_renorm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0194937Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0196103Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0197207Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0198390Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_renorm_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0199806Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_renorm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0200954Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_renorm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0202981Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_sparse_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0203386Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0204752Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_sparse_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0205185Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/embedding_sparse_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0206716Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/empty.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0207628Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0209015Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0209841Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/empty_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0210893Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/empty_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0211573Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/empty_like.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0213387Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0213908Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/empty_like_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0214896Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/empty_like_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0216021Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/empty_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0216820Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/empty_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0218050Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/empty_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0218705Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/empty_quantized.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0219903Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0220770Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/empty_quantized_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0221854Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/empty_quantized_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0222837Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/empty_strided.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0223824Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0224902Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/empty_strided_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0225888Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/empty_strided_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0227466Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/empty_strided_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0228224Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/empty_strided_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0229215Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/empty_strided_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0230474Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0244164Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/eq_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0244723Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/eq_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0245196Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/eq_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0245568Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/eq_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0245830Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/eq_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0246206Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/eq_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0246688Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/equal.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0247199Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/equal_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0247653Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/equal_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0247949Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/equal_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0248436Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/equal_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0248893Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/erf.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0249598Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0250161Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/erf_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0250633Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/erf_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0251069Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/erf_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0251438Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/erf_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0251747Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/erf_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0252041Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/erf_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0252354Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/erfc.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0252826Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0253207Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/erfc_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0253638Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/erfc_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0253966Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/erfc_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0254379Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/erfc_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0254920Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/erfc_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0255630Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/erfc_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0256809Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/erfinv.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0257495Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0258705Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/erfinv_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0259348Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/erfinv_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0260844Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/erfinv_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0261860Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/erfinv_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0262579Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/erfinv_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0263703Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/erfinv_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0264527Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/exp.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0265537Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/exp2.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0266546Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0267349Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/exp2_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0268073Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/exp2_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0269827Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/exp2_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0270726Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/exp2_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0271483Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/exp2_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0272703Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/exp2_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0274087Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0275191Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/exp_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0276463Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/exp_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0277415Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/exp_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0278459Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/exp_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0279984Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/exp_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0281174Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/exp_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0282525Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/expand.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0283864Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/expand_as.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0285099Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0286119Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/expand_as_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0287779Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/expand_as_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0288612Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0289922Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/expand_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0291236Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0292406Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0294905Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/expand_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0295453Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/expand_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0296204Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/expand_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0297252Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/expand_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0298677Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/expm1.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0299575Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0300577Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/expm1_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0301630Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/expm1_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0303717Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/expm1_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0304501Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/expm1_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0305756Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/expm1_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0306794Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/expm1_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0307600Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/exponential.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0309009Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0310107Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/exponential_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0311292Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/exponential_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0312529Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/exponential_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0313625Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/exponential_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0314775Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/exponential_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0315947Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/eye.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0317258Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0318405Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/eye_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0319708Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/eye_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0322128Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/eye_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0322852Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/eye_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0323972Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/eye_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0325248Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_channel_affine.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0326448Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0327659Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0329167Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0330260Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0331387Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0332667Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0333882Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0334966Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0336163Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0337311Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0338582Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0339678Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0340816Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0342003Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_tensor_affine.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0343202Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0344408Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0345730Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0346810Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0347933Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0349430Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0350295Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0351493Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0352613Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0353822Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0355304Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0356333Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0357479Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0358570Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_linear_fp16_weight.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0360095Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0361194Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0362594Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0363622Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0364826Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0365802Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0367118Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0368028Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_linear_int8_weight.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0369603Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0371181Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0372529Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0373701Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0374917Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0376138Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0377220Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0378440Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_linear_quantize_weight.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0379834Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0380849Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0381981Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0383049Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0384576Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0385461Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0386657Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0387805Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0389079Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0390197Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0391209Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0392317Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/feature_alpha_dropout.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0393710Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0394800Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/feature_alpha_dropout_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0395875Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/feature_alpha_dropout_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0396973Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/feature_dropout.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0398292Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0399584Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/feature_dropout_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0400649Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/feature_dropout_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0401830Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_fft.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0402911Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_fft2.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0404217Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0405291Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_fft2_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0406443Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_fft2_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0407763Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0408828Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_fft_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0410151Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_fft_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0411371Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_fftfreq.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0412659Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0413666Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_fftfreq_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0414742Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_fftfreq_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0415891Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_fftn.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0417166Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0418252Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_fftn_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0419494Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_fftn_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0420566Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_fftshift.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0421973Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0422997Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_fftshift_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0424152Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_fftshift_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0425284Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_hfft.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0426418Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_hfft2.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0427738Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0428936Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_hfft2_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0429952Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_hfft2_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0431191Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0432351Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_hfft_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0433465Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_hfft_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0434666Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_hfftn.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0435921Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0436988Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_hfftn_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0438191Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_hfftn_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0439422Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ifft.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0441198Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ifft2.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0442015Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0443155Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ifft2_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0444364Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ifft2_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0445545Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0447227Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ifft_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0448405Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ifft_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0449541Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ifftn.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0450989Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0452109Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ifftn_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0453141Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ifftn_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0454318Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ifftshift.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0455626Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0456714Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ifftshift_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0457919Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ifftshift_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0459059Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ihfft.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0460255Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ihfft2.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0461525Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0462631Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ihfft2_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0463696Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ihfft2_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0464886Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0465955Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ihfft_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0467125Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ihfft_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0468247Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ihfftn.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0469541Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0470590Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ihfftn_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0471746Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_ihfftn_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0472885Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_irfft.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0474060Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_irfft2.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0475333Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0476375Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_irfft2_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0477555Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_irfft2_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0478860Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0480121Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_irfft_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0481266Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_irfft_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0482463Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_irfftn.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0483792Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_irfftn_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0484889Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mH.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0486240Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0487425Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_irfftn_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0488580Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_rfft.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0489721Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_rfft2.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0491191Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0492227Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_rfft2_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0493395Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_rfft2_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0494694Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0495721Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_rfft_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0496831Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_rfft_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0497997Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_rfftfreq.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0499298Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0500384Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_rfftfreq_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0501500Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_rfftfreq_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0502651Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_rfftn.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0503931Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0504969Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_rfftn_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0506128Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fft_rfftn_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0507232Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fill.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0508544Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0509626Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fill_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0510776Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fill_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0511910Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fill_diagonal.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0513185Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0514282Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fill_diagonal_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0515580Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fill_diagonal_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0516699Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fill_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0517842Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fill_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0518985Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fill_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0520327Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fix.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0522548Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0524046Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fix_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0525349Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fix_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0526439Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/flatten.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0528661Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0529164Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/flatten_dense_tensors.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0530302Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0531226Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/flatten_dense_tensors_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0532616Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/flatten_dense_tensors_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0533684Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/flatten_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0534815Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/flatten_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0535947Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/flip.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0537211Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0538319Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/flip_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0539448Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/flip_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0540599Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/flip_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0541761Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/flip_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0542927Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fliplr.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0544232Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0545316Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fliplr_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0546383Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fliplr_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0547609Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/flipud.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0548881Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0550035Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/flipud_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0551078Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/flipud_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0552242Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/float_power.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0553575Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0554654Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/float_power_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0555763Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/float_power_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0556973Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/floor.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0558328Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0559475Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/floor_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0560640Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/floor_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0562008Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/floor_divide.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0563416Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/floor_divide_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0564425Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/floor_divide_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0565601Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/floor_divide_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0566727Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/floor_divide_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0567926Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/floor_divide_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0569029Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/floor_divide_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0570235Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/floor_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0571358Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/floor_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0572700Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/floor_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0573827Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/floor_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0574971Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fmax.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0576517Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0577606Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fmax_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0578717Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fmax_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0579806Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fmax_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0581037Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fmax_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0582205Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fmax_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0583332Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fmax_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0584464Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fmin.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0585846Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0586930Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fmin_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0588028Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fmin_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0589117Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fmin_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0590324Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fmin_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0591445Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fmin_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0592638Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fmin_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0593781Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fmod.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0595112Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0596303Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0597348Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fmod_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0598462Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fmod_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0600904Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fmod_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0601848Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fmod_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0603449Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fmod_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0604320Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fmod_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0605528Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/frac.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0606974Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0607926Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/frac_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0609099Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/frac_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0610438Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/frac_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0611755Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/frac_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0612942Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/frac_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0614035Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/frac_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0615492Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool2d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0616675Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool2d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0618139Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0619365Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0620724Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0621879Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0623067Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0624381Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool2d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0625652Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0626955Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0627902Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0630010Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0630496Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool2d_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0631283Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0632265Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool2d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0633008Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool2d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0634636Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool3d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0635306Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool3d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0636060Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0637558Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0638052Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool3d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0639581Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0640467Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0642069Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0643316Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0643889Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool3d_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0644796Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0645629Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool3d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0647439Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fractional_max_pool3d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0647931Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/frexp.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0648797Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0649627Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/frexp_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0650398Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/frexp_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0651266Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/frexp_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0652558Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/frexp_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0653363Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/frobenius_norm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0654517Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0655229Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/frobenius_norm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0656299Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/frobenius_norm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0657204Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/from_file.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0658367Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0658904Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/from_file_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0659952Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/from_file_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0660834Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/from_file_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0661752Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/full.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0662737Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0663698Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/full_like.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0664668Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0665538Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/full_like_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0666409Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/full_like_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0667450Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/full_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0668334Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/full_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0669946Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0670847Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0671771Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0672559Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0673453Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gather.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0674322Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gather_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0675338Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0676188Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gather_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0678019Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gather_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0678643Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0680182Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0680918Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gather_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0681743Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gather_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0682790Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gather_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0683512Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gather_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0685136Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gather_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0685898Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gather_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0686594Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gcd.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0687646Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0688518Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gcd_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0689445Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gcd_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0691501Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gcd_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0691877Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gcd_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0692504Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gcd_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0693601Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gcd_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0694570Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0695534Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ge_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0696852Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ge_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0697729Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ge_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0698776Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ge_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0699698Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ge_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0700718Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ge_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0702075Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gelu.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0703192Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gelu_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0704129Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0705036Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gelu_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0706006Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gelu_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0706905Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gelu_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0708123Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gelu_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0709020Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gelu_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0710024Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gelu_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0711265Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0712241Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gelu_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0713243Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gelu_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0714260Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gelu_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0715264Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gelu_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0716218Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gelu_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0717472Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gelu_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0718122Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/geometric.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0719843Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0720830Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/geometric_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0721722Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/geometric_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0723399Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/geometric_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0724247Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/geometric_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0725116Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/geometric_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0726148Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/geqrf.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0727027Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/geqrf_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0728286Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/geqrf_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0729134Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/geqrf_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0730188Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/geqrf_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0731281Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ger.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0732553Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0733379Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ger_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0734487Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ger_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0736049Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/glu.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0736931Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/glu_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0737826Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/glu_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0738750Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/glu_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0739624Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/glu_backward_jvp.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0740628Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0741429Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0742301Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0743190Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/glu_backward_jvp_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0744021Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/glu_backward_jvp_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0744948Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/glu_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0745781Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/glu_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0746893Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0747477Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/glu_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0748455Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/glu_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0749175Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/glu_jvp.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0750431Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0751079Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/glu_jvp_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0752009Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/glu_jvp_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0752939Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/glu_jvp_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0753808Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/glu_jvp_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0754684Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/glu_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0755550Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/glu_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0756448Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/glu_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0757305Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/glu_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0758183Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gradient.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0759406Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0760164Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gradient_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0761123Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gradient_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0762002Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/greater.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0763091Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0763839Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/greater_equal.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0764851Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0765635Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/greater_equal_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0766483Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/greater_equal_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0767357Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/greater_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0768247Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/greater_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0769162Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0770002Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_2d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0770894Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_2d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0771934Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0772746Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0773675Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0774598Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_2d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0775427Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_2d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0776366Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0777152Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0777906Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0778854Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_2d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0779728Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_2d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0780586Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_3d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0781484Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_3d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0782496Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0783500Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0784307Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0785447Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_3d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0786335Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_3d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0787374Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0788101Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0789124Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0789739Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_3d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0790770Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_3d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0791660Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0792518Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0794076Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/grid_sampler_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0794884Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/group_norm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0795823Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0796609Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/group_norm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0797587Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/group_norm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0798479Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gru.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0799999Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gru_cell.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0800863Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0802511Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gru_cell_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0803294Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gru_cell_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0804130Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0804867Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gru_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0806135Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gru_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0807036Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mT.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0808066Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0808698Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gt_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0809653Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gt_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0810372Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gt_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0811422Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gt_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0812131Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gt_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0813507Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/gt_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0814239Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hamming_window.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0815587Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0816410Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hamming_window_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0817260Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hamming_window_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0818082Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hann_window.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0819064Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0819977Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hann_window_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0820636Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hann_window_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0821382Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardshrink.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0822151Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardshrink_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0823232Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0824005Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0824958Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0825763Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardshrink_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0826564Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0827506Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardshrink_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0828207Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardshrink_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0829357Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0829912Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardshrink_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0830969Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardshrink_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0831695Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardshrink_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0832593Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardshrink_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0833230Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardshrink_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0834020Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardshrink_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0835030Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardsigmoid.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0835790Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardsigmoid_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0836974Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0837455Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0838396Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0839181Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardsigmoid_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0840512Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0841277Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardsigmoid_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0842248Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardsigmoid_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0843415Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0844310Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0845327Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0846702Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardsigmoid_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0847801Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardsigmoid_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0848890Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardsigmoid_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0850004Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardsigmoid_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0850925Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardswish.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0851952Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardswish_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0853102Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0854373Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0855348Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0856696Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardswish_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0857523Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardswish_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0858098Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardswish_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0859538Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardswish_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0860807Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardswish_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0861659Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardswish_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0862791Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardswish_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0863726Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardtanh.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0864697Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardtanh_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0865874Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0866773Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0868409Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardtanh_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0868884Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardtanh_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0870513Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardtanh_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0870911Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardtanh_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0871820Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardtanh_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0873150Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardtanh_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0874104Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hardtanh_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0874986Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/heaviside.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0876165Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0876893Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/heaviside_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0878086Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/heaviside_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0878952Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/heaviside_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0880036Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/heaviside_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0881324Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/heaviside_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0882366Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/heaviside_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0883212Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hinge_embedding_loss.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0884693Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0885240Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hinge_embedding_loss_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0886869Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hinge_embedding_loss_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0887348Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/histc.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0888614Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/histc_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0889538Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/histc_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0890182Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/histc_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0891181Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/histc_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0891945Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/histogram.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0892936Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/histogram_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0893604Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/histogram_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0895327Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/histogram_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0895825Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/histogramdd.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0897382Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0898287Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/histogramdd_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0899715Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/histogramdd_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0900275Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hsplit.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0901777Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0902726Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hsplit_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0904088Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hsplit_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0904735Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hspmm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0906194Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hspmm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0906942Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hspmm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0908267Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hstack.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0909638Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0910463Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hstack_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0911256Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hstack_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0912536Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/huber_loss.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0913328Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/huber_loss_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0914194Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0915201Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0916108Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0917535Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/huber_loss_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0918328Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/huber_loss_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0919385Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/huber_loss_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0921008Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/huber_loss_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0921971Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/huber_loss_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0923217Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/huber_loss_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0923847Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hypot.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0924835Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0925794Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hypot_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0926676Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hypot_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0927577Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hypot_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0928908Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hypot_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0929606Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hypot_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0930540Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/hypot_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0932009Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0932544Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/i0_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0933931Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/i0_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0934766Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/i0_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0935403Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/i0_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0937489Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/i0_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0937986Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/i0_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0938672Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/igamma.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0939634Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0940505Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/igamma_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0941939Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/igamma_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0942807Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/igamma_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0943914Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/igamma_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0945171Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/igamma_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0946484Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/igamma_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0947755Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/igammac.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0948963Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0949993Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/igammac_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0951107Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/igammac_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0952330Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/igammac_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0953721Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/igammac_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0954908Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/igammac_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0956224Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/igammac_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0957434Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/im2col.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0958505Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/im2col_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0960142Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/im2col_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0961185Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/im2col_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0962550Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/im2col_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0963608Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/imag.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0964965Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0966041Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/imag_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0967220Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/imag_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0968332Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0969548Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_add.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0972052Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0972682Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0973205Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_add_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0974193Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_add_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0975436Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_add_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0976657Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_add_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0977738Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_add_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0978867Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_add_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0980699Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0981430Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0982919Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0983940Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0985124Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_copy_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0986298Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_copy_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0987449Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_copy_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0988694Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_copy_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0989831Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0991014Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0992255Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0994327Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0995330Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_fill.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0996690Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0997881Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.0999017Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_fill_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1000404Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_fill_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1002648Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_fill_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1003302Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_fill_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1004615Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_fill_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1005936Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1007093Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1008367Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1009477Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1010607Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_put.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1012009Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1013144Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_put_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1014448Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_put_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1015668Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_reduce.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1017001Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1017960Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_reduce_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1019210Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_reduce_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1020378Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_reduce_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1021577Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_reduce_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1022759Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_reduce_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1023956Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_reduce_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1025109Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_select.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1026441Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_select_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1027611Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_select_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1028877Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1030198Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_select_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1031493Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1032546Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_select_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1033844Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_select_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1035018Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_select_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1036186Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/index_select_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1037408Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/indices.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1038724Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/indices_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1040174Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1041610Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1042600Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/indices_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1043849Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/indices_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1045008Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/indices_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1046204Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/indices_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1047573Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1048878Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1050264Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1051521Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1052568Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/inner.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1053966Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1055128Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/inner_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1056289Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/inner_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1057461Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/instance_norm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1058890Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1060130Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/instance_norm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1061271Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/instance_norm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1062595Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/int_repr.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1063895Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1065020Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/int_repr_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1066157Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/int_repr_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1067385Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/inverse.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1068708Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1069813Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/inverse_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1070944Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/inverse_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1072145Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_coalesced.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1074185Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_coalesced_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1075201Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_coalesced_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1076329Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_complex.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1077747Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1078949Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_complex_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1080443Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_complex_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1081661Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_conj.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1083344Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1084362Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_conj_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1085382Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_conj_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1086496Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_distributed.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1088407Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1088961Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_distributed_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1089962Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_distributed_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1090890Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_floating_point.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1092688Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1093582Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_floating_point_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1094663Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_floating_point_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1095718Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_inference.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1097207Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1098216Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_inference_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1099363Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_inference_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1100516Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_leaf.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1101949Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1102970Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_leaf_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1104209Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_leaf_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1105427Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_neg.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1106829Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1107862Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_neg_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1109101Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_neg_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1110180Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_nonzero.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1111617Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1112703Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_nonzero_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1114006Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_nonzero_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1115093Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_pinned.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1116316Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1117565Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_pinned_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1118627Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_pinned_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1120039Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_pinned_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1121618Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_same_size.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1122898Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1123923Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_same_size_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1125251Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_same_size_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1126345Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_set_to.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1127636Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_set_to_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1128772Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_set_to_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1130097Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_set_to_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1131334Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_set_to_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1132392Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_signed.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1133823Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1135109Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_signed_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1136093Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_signed_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1137369Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_vulkan_available.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1138578Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1139758Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_vulkan_available_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1140851Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/is_vulkan_available_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1141888Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isclose.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1143596Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1144479Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isclose_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1145683Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isclose_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1146757Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isfinite.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1148159Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1149168Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isfinite_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1150326Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isfinite_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1152527Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isin.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1153665Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1154595Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isin_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1155967Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isin_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1157073Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isin_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1158237Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isin_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1159806Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isin_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1160997Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isin_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1163310Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isinf.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1164464Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1165541Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isinf_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1166666Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isinf_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1167864Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isnan.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1169127Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1170270Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isnan_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1171440Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isnan_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1172693Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isnan_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1173844Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isnan_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1175034Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isneginf.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1176454Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1177472Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isneginf_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1178694Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isneginf_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1179851Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isneginf_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1181035Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isneginf_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1182191Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isneginf_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1183340Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isneginf_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1184526Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isposinf.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1185939Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1187030Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isposinf_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1188237Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isposinf_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1189539Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isposinf_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1190744Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isposinf_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1191908Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isposinf_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1193194Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isposinf_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1194305Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isreal.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1195573Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1196660Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isreal_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1197848Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/isreal_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1198997Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/istft.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1200559Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1201736Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/istft_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1202906Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/istft_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1204096Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/item.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1205888Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1206822Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/item_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1207918Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/item_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1209110Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/kaiser_window.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1210597Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1211630Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/kaiser_window_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1212872Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/kaiser_window_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1214009Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/kl_div.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1215282Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1216429Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/kl_div_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1217672Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/kl_div_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1218937Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/kron.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1220199Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1221252Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/kron_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1222496Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/kron_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1223668Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/kthvalue.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1225049Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1226396Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1227332Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/kthvalue_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1228526Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/kthvalue_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1229703Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/kthvalue_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1231839Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/kthvalue_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1232478Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/l1_loss.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1233762Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1234906Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/l1_loss_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1236125Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/l1_loss_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1237448Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/layer_norm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1238679Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1240085Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/layer_norm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1241229Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/layer_norm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1242399Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lcm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1243723Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1244888Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lcm_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1246153Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lcm_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1247398Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lcm_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1248683Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lcm_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1250030Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lcm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1250895Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lcm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1252142Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ldexp.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1253548Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1254682Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ldexp_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1255842Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ldexp_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1257213Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1258257Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/le_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1259481Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/le_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1260837Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/le_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1262113Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/le_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1263197Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/le_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1264344Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/le_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1265632Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/leaky_relu.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1266908Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/leaky_relu_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1268358Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1269337Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1270525Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1271726Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/leaky_relu_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1272917Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1274142Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/leaky_relu_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1275357Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/leaky_relu_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1276709Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1277766Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/leaky_relu_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1278941Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/leaky_relu_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1280348Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/leaky_relu_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1281602Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/leaky_relu_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1282761Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/leaky_relu_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1283935Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1285240Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/leaky_relu_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1286665Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lerp.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1288047Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1289392Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lerp_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1290606Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lerp_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1291758Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lerp_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1293021Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lerp_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1294052Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lerp_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1295226Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lerp_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1296570Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/less.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1298013Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1299076Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/less_equal.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1300414Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1301484Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/less_equal_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1302725Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/less_equal_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1303904Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/less_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1305075Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/less_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1306320Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lgamma.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1307692Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1308714Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lgamma_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1310777Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lgamma_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1311787Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lgamma_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1312975Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lgamma_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1314028Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lgamma_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1316096Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lgamma_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1316588Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lift.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1317607Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1318886Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lift_fresh.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1320091Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1320622Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lift_fresh_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1322735Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1323663Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lift_fresh_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1324683Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lift_fresh_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1325893Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lift_fresh_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1326839Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lift_fresh_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1327828Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lift_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1329019Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lift_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1330106Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_cholesky.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1331081Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1332225Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_cholesky_ex.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1333300Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1333977Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1334813Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1336050Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_cholesky_ex_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1336812Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1337797Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_cholesky_ex_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1338671Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_cholesky_ex_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1339664Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_cholesky_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1340603Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_cholesky_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1341573Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_cond.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1342685Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1343590Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_cond_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1344519Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_cond_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1345527Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_cross.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1346664Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1347468Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_cross_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1348457Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_cross_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1349386Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_cross_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1350543Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_cross_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1351300Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_cross_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1352376Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_cross_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1353266Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_det.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1354727Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1355686Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_det_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1356584Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_det_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1357897Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_diagonal.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1358728Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1359752Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_diagonal_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1361232Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_diagonal_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1362223Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_eig.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1363138Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_eig_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1364439Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_eig_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1365001Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_eig_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1366281Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_eig_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1367310Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_eigh.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1368361Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1369363Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_eigh_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1370985Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_eigh_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1371620Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_eigvals.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1372288Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1373077Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_eigvals_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1374744Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_eigvals_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1375457Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_eigvalsh.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1376446Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1377880Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_eigvalsh_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1378721Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_eigvalsh_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1379800Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_householder_product.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1381051Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1382058Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1382793Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_householder_product_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1383850Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_householder_product_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1384814Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_inv.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1386078Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1386766Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_inv_ex.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1388422Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1388878Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1389883Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1391100Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_inv_ex_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1392750Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1393067Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_inv_ex_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1394689Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_inv_ex_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1395336Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_inv_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1396689Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_inv_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1397327Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_ldl_factor.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1398263Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1400102Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_ldl_factor_ex.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1401178Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1401784Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1402717Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1403967Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1404912Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1406002Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_ldl_factor_ex_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1407431Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1408361Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_ldl_factor_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1409417Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_ldl_factor_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1410658Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_ldl_solve.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1412062Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1413123Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1414377Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1415487Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_ldl_solve_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1416669Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1418033Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_ldl_solve_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1419598Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_ldl_solve_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1420781Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lstsq.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1422166Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1423195Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1424428Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1425638Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lstsq_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1426773Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lstsq_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1427997Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1429411Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1430441Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1431672Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1432759Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_factor.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1434238Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1435241Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_factor_ex.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1436691Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1437760Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1438944Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1440436Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_factor_ex_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1442786Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1443624Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_factor_ex_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1444730Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_factor_ex_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1446045Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_factor_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1447105Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_factor_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1448286Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1449502Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1450747Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1452895Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1453630Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_solve.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1454995Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1455982Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1457242Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1458495Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_solve_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1459618Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1460746Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_solve_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1461922Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_lu_solve_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1463181Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_matmul.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1464539Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1465660Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_matmul_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1466787Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_matmul_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1468047Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_matrix_exp.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1469385Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1470624Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1471720Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1472918Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_matrix_exp_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1474073Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_matrix_exp_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1475284Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_matrix_norm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1476658Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1477782Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_matrix_norm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1478956Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_matrix_norm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1480395Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_matrix_power.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1481815Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1483177Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_matrix_power_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1484504Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_matrix_power_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1485689Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_matrix_rank.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1487568Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1488236Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_matrix_rank_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1489415Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_matrix_rank_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1490737Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_multi_dot.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1491890Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1493126Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_multi_dot_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1494242Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_multi_dot_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1495499Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_norm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1496817Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1497973Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_norm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1499297Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_norm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1500501Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_pinv.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1501804Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_pinv_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1503158Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1504650Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1505802Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1506894Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_pinv_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1507974Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_qr.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1509535Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1510522Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_qr_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1511638Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_qr_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1512937Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_qr_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1514076Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_qr_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1515240Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_qr_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1516434Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_qr_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1517607Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_slogdet.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1518860Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1520146Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_slogdet_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1522167Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_slogdet_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1522481Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_solve.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1523862Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1524306Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_solve_ex.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1526102Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1526751Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_solve_ex_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1527429Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_solve_ex_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1528564Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_solve_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1529882Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_solve_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1530845Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_solve_triangular.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1531912Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1533281Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1534049Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_solve_triangular_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1534870Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_solve_triangular_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1535673Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_svd.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1537101Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1537872Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_svd_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1538846Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_svd_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1540158Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_svdvals.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1540992Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1541910Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_svdvals_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1542639Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_svdvals_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1543747Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_tensorinv.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1544698Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1545643Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_tensorinv_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1546644Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_tensorinv_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1547525Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_tensorsolve.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1549030Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1549786Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_tensorsolve_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1551886Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_tensorsolve_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1552332Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_vander.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1553245Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1553871Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_vander_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1554596Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_vander_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1555540Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_vecdot.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1556991Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1557512Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_vecdot_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1559005Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_vecdot_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1559989Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_vector_norm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1561279Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1562287Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1563691Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1564679Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_vector_norm_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1565951Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1567062Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_vector_norm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1568347Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linalg_vector_norm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1569367Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linear.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1570650Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linear_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1572052Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1573159Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linear_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1574392Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linear_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1575628Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1576843Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1577866Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linear_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1579073Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linear_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1580216Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linspace.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1581657Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1582795Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linspace_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1583987Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linspace_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1586088Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linspace_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1586679Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linspace_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1587566Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/linspace_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1588218Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1589678Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log10.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1590581Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1592023Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log10_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1593040Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log10_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1594210Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log10_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1595377Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log10_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1596589Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log10_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1597684Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log10_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1599557Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log1p.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1602326Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1602982Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log1p_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1604120Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log1p_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1605232Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log1p_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1606444Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log1p_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1607606Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log1p_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1609277Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log1p_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1610305Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log2.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1611624Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log2_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1612761Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log2_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1614261Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1615659Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log2_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1616770Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log2_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1617804Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log2_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1619038Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log2_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1620450Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1621471Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1622752Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1623809Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1625112Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1626237Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1627501Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_normal.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1629653Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1630190Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_normal_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1631290Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_normal_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1632321Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_normal_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1633451Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_normal_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1634662Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_normal_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1635861Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1637091Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_sigmoid.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1638374Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_sigmoid_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1639876Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1641127Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1642459Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_sigmoid_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1643662Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_sigmoid_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1645003Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1646033Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_sigmoid_forward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1647241Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1648522Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1649621Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_sigmoid_forward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1650885Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_sigmoid_forward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1652087Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_sigmoid_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1653317Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_sigmoid_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1654455Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_softmax.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1655794Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1657061Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1658227Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_softmax_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1659377Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/log_softmax_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1660511Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logaddexp.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1661739Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logaddexp2.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1663180Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1664099Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logaddexp2_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1665491Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logaddexp2_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1666606Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logaddexp2_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1667711Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logaddexp2_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1668811Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logaddexp2_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1670123Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logaddexp2_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1671610Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1672748Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logaddexp_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1673991Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logaddexp_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1674968Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logaddexp_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1676298Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logaddexp_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1677424Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logaddexp_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1678515Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logaddexp_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1680747Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logcumsumexp.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1681833Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1683640Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1684707Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logcumsumexp_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1685873Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logcumsumexp_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1687084Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logdet.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1688446Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1689619Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logdet_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1690869Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logdet_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1692005Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logical_and.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1693350Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1694481Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logical_and_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1695659Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logical_and_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1696922Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logical_and_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1698058Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logical_and_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1699302Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logical_not.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1700610Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1701776Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logical_not_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1702948Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logical_not_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1704160Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logical_not_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1705317Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logical_not_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1706522Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logical_or.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1707923Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1709063Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logical_or_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1710225Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logical_or_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1711421Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logical_or_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1712584Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logical_or_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1713786Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logical_xor.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1715151Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1716273Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logical_xor_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1717443Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logical_xor_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1718648Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logical_xor_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1720037Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logical_xor_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1721352Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logit.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1722593Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logit_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1724114Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1725119Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logit_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1726480Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logit_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1727669Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logit_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1728933Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logit_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1730080Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logit_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1731318Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logit_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1732462Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logit_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1733709Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logit_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1734900Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logit_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1736085Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logit_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1737250Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logit_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1738512Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logspace.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1740346Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1741224Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logspace_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1742413Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logspace_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1743637Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logspace_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1744820Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logspace_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1746085Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logspace_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1747231Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logsumexp.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1748683Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1749977Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1751060Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1752117Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logsumexp_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1753330Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/logsumexp_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1754472Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lshift.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1755914Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1756986Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lshift_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1758204Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lshift_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1760616Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lshift_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1761826Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lshift_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1763085Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lshift_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1764387Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lstm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1765603Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lstm_cell.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1766967Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1768062Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lstm_cell_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1769412Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lstm_cell_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1770745Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1771892Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lstm_mps_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1773236Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1774369Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lstm_mps_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1775539Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lstm_mps_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1776800Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lstm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1777944Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lstm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1779449Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1780556Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lt_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1781747Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lt_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1782956Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lt_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1784734Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lt_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1785709Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lt_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1786961Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lt_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1788215Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lu_solve.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1789632Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1790698Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lu_solve_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1791951Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lu_solve_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1793024Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lu_unpack.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1794494Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1795641Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lu_unpack_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1796806Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lu_unpack_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1797935Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lu_unpack_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1799194Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lu_unpack_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1800483Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lu_unpack_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1801948Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/lu_unpack_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1803260Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1804274Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mH_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1805455Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mH_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1806757Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1807864Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mT_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1808990Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mT_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1810282Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/margin_ranking_loss.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1811940Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1812992Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/margin_ranking_loss_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1814178Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/margin_ranking_loss_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1815389Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/masked_fill.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1816779Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1817936Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/masked_fill_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1819046Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/masked_fill_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1820201Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/masked_fill_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1821517Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/masked_fill_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1822655Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/masked_fill_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1823913Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/masked_scatter.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1825175Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1826257Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/masked_scatter_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1827420Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/masked_scatter_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1828731Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/masked_scatter_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1829911Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/masked_scatter_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1831024Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/masked_scatter_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1832287Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/masked_select.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1833523Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/masked_select_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1834937Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1835974Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/masked_select_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1837126Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/masked_select_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1838363Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/masked_select_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1840612Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/masked_select_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1841729Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/masked_select_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1842884Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/masked_select_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1844018Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/matmul.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1845255Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/matmul_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1846614Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1847681Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/matmul_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1848875Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/matmul_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1850229Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1851382Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/matmul_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1852581Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/matmul_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1854228Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/matrix_H.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1855336Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1856428Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/matrix_H_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1857677Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/matrix_H_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1858783Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/matrix_exp.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1860110Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/matrix_exp_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1861495Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1862314Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/matrix_exp_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1863547Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1864742Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/matrix_exp_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1866127Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1867270Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/matrix_exp_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1868437Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/matrix_exp_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1869628Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/matrix_power.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1870894Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1872044Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/matrix_power_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1873096Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/matrix_power_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1874439Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1875910Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1876872Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1878075Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1879228Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1880477Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1881746Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1882970Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1884215Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool1d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1885551Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1886651Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool1d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1887840Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool1d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1889132Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool1d_with_indices.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1890490Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1891590Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool1d_with_indices_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1892750Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool1d_with_indices_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1893721Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool2d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1895204Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1896296Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool2d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1897463Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool2d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1898668Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool2d_with_indices.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1899920Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool2d_with_indices_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1901321Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1902374Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1903507Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1904612Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1905837Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1906968Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1908174Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1909455Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1910530Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1911656Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1912819Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool2d_with_indices_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1913981Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1915167Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool2d_with_indices_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1916286Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool2d_with_indices_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1918053Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool3d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1919519Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1920596Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool3d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1922788Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool3d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1923859Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool3d_with_indices.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1925095Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool3d_with_indices_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1926429Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1927676Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1928756Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1929963Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1931022Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1932240Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1933320Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool3d_with_indices_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1935146Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_pool3d_with_indices_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1935796Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_unpool2d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1937214Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1938322Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1939439Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_unpool2d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1940541Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_unpool2d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1941679Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_unpool3d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1942953Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1944061Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1945162Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_unpool3d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1946312Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/max_unpool3d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1947486Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/maximum.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1948890Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1949896Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/maximum_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1951146Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/maximum_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1952217Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/maximum_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1953463Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/maximum_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1954570Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/maximum_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1955773Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/maximum_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1956946Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mean.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1958935Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1959941Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1960918Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1962088Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mean_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1963218Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mean_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1964263Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mean_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1976531Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mean_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1977116Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mean_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1978334Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mean_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1979163Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/median.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1980752Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1981650Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1985142Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/median_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1985832Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mv.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1987231Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/median_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1989837Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/median_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1990951Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/median_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1991816Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/meshgrid.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1993284Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1994523Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/meshgrid_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1995374Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/meshgrid_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1997003Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/min.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.1999222Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2000450Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2001322Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/min_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2002218Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/min_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2005608Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/min_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2006575Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/min_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2008002Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/min_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2009479Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/min_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2010560Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/minimum.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2012201Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2012986Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/minimum_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2014806Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/minimum_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2015437Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/minimum_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2016596Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/minimum_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2020250Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/minimum_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2021485Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/minimum_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2022259Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_batch_norm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2023217Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_batch_norm_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2025104Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2025899Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2027556Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_batch_norm_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2028762Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_batch_norm_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2030989Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2032518Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2033386Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_batch_norm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2034313Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_batch_norm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2035182Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_convolution.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2036076Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_convolution_add_relu.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2037297Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2038216Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_convolution_add_relu_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2039106Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_convolution_add_relu_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2040240Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2041082Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2042282Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_convolution_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2043187Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_convolution_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2044445Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_convolution_relu.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2045190Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2046263Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_convolution_relu_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2047144Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_convolution_relu_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2048448Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_convolution_transpose.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2049310Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2050257Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2051502Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_convolution_transpose_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2052345Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_convolution_transpose_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2053828Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_depthwise_convolution.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2055021Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2056332Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2057172Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_depthwise_convolution_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2058154Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_depthwise_convolution_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2059129Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_rnn.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2060313Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_rnn_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2061351Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2062219Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2063816Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_rnn_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2064573Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_rnn_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2065607Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2066337Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2067546Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_rnn_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2068338Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/miopen_rnn_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2069700Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mish.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2070446Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mish_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2071540Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2072390Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mish_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2073343Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mish_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2074176Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mish_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2074879Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mish_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2076768Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2077182Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mish_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2078041Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mish_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2079587Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mish_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2080407Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mish_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2082083Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mish_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2082700Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mish_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2084524Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2085419Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2086474Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2087315Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2088191Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2089011Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2089950Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2090676Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_convolution.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2091523Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_convolution_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2092235Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mm_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2093569Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2094425Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_convolution_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2095300Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_linear.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2096233Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_linear_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2097381Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2098357Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_linear_backward_input.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2100248Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2100983Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_linear_backward_input_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2102145Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2103238Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_linear_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2104247Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_linear_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2105576Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_linear_backward_weights.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2107057Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2108476Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2109492Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2110672Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2111865Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_linear_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2113157Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_linear_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2114403Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_max_pool2d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2115689Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_max_pool2d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2116915Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2118194Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2119491Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2120772Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2122033Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_max_pool2d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2123223Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_max_pool2d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2124375Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_max_pool3d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2125706Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_max_pool3d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2126850Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2128049Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2129234Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2130498Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2131491Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_max_pool3d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2132704Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_max_pool3d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2133990Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2135328Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2136379Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2137498Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2138883Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2140070Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2141259Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2142344Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2143677Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2144752Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mm_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2145875Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mm_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2147362Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mm_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2148422Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2149885Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2151031Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mode.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2152346Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2153502Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2154762Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mode_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2155837Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mode_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2157012Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mode_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2159080Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mode_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2160066Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/moveaxis.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2161455Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2162750Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/moveaxis_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2164002Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/moveaxis_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2165291Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/movedim.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2166507Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2167650Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/movedim_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2168696Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/movedim_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2170037Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mps_convolution_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2171448Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2172476Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mps_convolution_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2173662Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mps_convolution_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2174860Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mps_convolution_transpose_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2176212Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2177333Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mps_convolution_transpose_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2178647Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2179717Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mps_max_pool2d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2181141Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mps_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2182246Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mps_max_pool2d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2183467Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mps_max_pool2d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2184609Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mse_loss.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2185853Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mse_loss_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2187124Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2188348Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2189508Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mse_loss_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2190733Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mse_loss_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2192224Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2193433Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mse_loss_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2194542Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mse_loss_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2195706Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mse_loss_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2197229Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mse_loss_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2198346Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mse_loss_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2199765Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mse_loss_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2200993Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/msort.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2202411Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2203499Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/msort_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2204710Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/msort_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2205877Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mul.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2207164Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2208852Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2209829Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mul_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2211228Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mul_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2212289Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mul_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2213494Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mul_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2214601Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mul_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2215884Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mul_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2217397Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multi_margin_loss.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2218436Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multi_margin_loss_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2219477Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2220689Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2221708Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multi_margin_loss_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2223393Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multi_margin_loss_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2223692Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2225160Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2225663Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multi_margin_loss_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2227322Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multi_margin_loss_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2227705Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multilabel_margin_loss.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2229012Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multilabel_margin_loss_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2229817Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2230781Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2231862Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multilabel_margin_loss_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2232459Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2233717Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2234688Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multilabel_margin_loss_forward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2235581Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2236532Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2237554Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multilabel_margin_loss_forward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2238286Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2239382Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multilabel_margin_loss_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2240690Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multilabel_margin_loss_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2241518Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multinomial.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2242418Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multinomial_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2243371Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multinomial_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2244669Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multinomial_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2245309Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multinomial_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2246191Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multiply.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2247546Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2248510Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multiply_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2250028Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/multiply_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2250762Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2251520Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mv_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2252411Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mv_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2253277Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mvlgamma.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2254212Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2255034Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mvlgamma_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2256406Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mvlgamma_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2257278Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mvlgamma_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2258336Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/mvlgamma_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2259443Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nan_to_num.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2260850Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2261866Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nan_to_num_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2263177Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nan_to_num_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2264277Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nan_to_num_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2265588Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nan_to_num_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2266933Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nanmean.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2268291Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2269424Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nanmean_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2270588Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nanmean_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2271816Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nanmedian.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2273268Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2274467Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2275510Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nanmedian_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2276690Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nanmedian_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2277808Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nanmedian_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2280159Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nanmedian_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2280457Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nanquantile.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2282223Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2283047Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nanquantile_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2284067Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nanquantile_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2285102Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nansum.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2286150Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nansum_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2286877Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nansum_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2288190Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nansum_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2288880Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nansum_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2289781Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/narrow.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2291242Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2291960Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/narrow_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2293179Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2293963Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/narrow_copy_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2294946Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/narrow_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2295940Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/narrow_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2296864Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/narrow_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2297809Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/narrow_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2298883Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_batch_norm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2299832Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_batch_norm_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2301027Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2301761Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2303304Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2305431Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_batch_norm_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2305976Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_batch_norm_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2306674Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2307509Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2308225Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_batch_norm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2309218Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_batch_norm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2310197Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_channel_shuffle.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2311297Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2312082Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2313088Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_channel_shuffle_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2314049Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_channel_shuffle_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2314588Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_dropout.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2315713Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_dropout_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2316781Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2317616Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2318546Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2319583Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_dropout_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2320743Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_dropout_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2321678Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2322734Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_dropout_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2323456Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_dropout_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2324259Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_dropout_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2325237Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_dropout_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2326185Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_group_norm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2327931Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_group_norm_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2328449Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2329406Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2330310Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2331164Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_group_norm_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2332025Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_group_norm_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2332944Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2333649Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_group_norm_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2334841Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_group_norm_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2335666Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_group_norm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2336712Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_group_norm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2337663Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_layer_norm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2338624Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_layer_norm_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2339599Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2340468Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2341441Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2342653Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_layer_norm_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2343630Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_layer_norm_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2344594Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2345491Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2346252Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2347663Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_layer_norm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2348136Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_layer_norm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2349250Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_norm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2350000Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2351575Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_norm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2352390Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/native_norm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2353556Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ne.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2354381Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2355469Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ne_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2356373Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ne_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2357477Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ne_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2358350Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ne_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2359011Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ne_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2360491Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ne_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2361438Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/neg.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2362511Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2363436Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/neg_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2364984Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/neg_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2366221Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/neg_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2366901Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/neg_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2368708Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/neg_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2369219Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/neg_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2369984Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/negative.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2371181Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2372040Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/negative_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2373223Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/negative_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2374319Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nested_to_padded_tensor.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2375170Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2376061Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nested_to_padded_tensor_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2376873Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nested_to_padded_tensor_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2377607Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/new_empty.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2379034Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2379542Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/new_empty_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2380357Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/new_empty_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2381098Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/new_empty_strided.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2382527Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2383496Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2384460Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/new_empty_strided_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2385178Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/new_empty_strided_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2386124Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/new_full.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2387237Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2388049Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/new_full_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2388936Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/new_full_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2389742Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/new_ones.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2390691Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/new_zeros.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2391767Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2392725Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/new_ones_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2393542Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/new_ones_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2394909Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2395454Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/new_zeros_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2396564Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/new_zeros_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2397520Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nextafter.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2398626Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2400238Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nextafter_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2400674Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nextafter_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2401533Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nextafter_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2402211Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nextafter_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2403726Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nextafter_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2404394Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nextafter_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2405307Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2406538Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss2d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2407352Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss2d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2408723Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2409595Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2410967Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss2d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2412075Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss2d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2412964Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2414231Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss2d_forward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2415007Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2416489Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2417202Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss2d_forward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2418491Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss2d_forward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2419320Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss2d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2420784Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss2d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2421497Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2423540Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2424082Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2425168Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2426388Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2426993Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2427861Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2428767Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2430768Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2431471Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss_forward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2432415Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2433644Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2434682Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2435647Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss_forward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2436802Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2437685Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss_forward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2438987Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss_forward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2440282Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2442205Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss_nd.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2442952Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2444246Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss_nd_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2445376Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss_nd_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2446254Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nll_loss_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2447047Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nonzero.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2448501Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nonzero_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2449352Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nonzero_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2450294Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nonzero_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2451225Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nonzero_numpy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2452877Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2453419Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nonzero_numpy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2454183Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nonzero_numpy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2455496Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nonzero_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2456295Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/norm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2457603Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2458819Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2459534Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2460452Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/norm_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2461397Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/norm_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2462605Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/norm_except_dim.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2463493Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2464374Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/norm_except_dim_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2465299Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/norm_except_dim_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2466324Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/norm_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2467672Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/norm_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2468318Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/norm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2469563Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/norm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2470375Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/normal.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2471705Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2472488Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/normal_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2473691Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/normal_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2474670Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/normal_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2475501Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/normal_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2476494Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/normal_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2477460Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/not_equal.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2478683Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2479952Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/not_equal_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2480917Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/not_equal_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2482325Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nuclear_norm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2483704Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2484834Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nuclear_norm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2485940Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/nuclear_norm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2487143Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/numpy_T.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2488483Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2489675Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/numpy_T_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2490858Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/numpy_T_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2491994Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/one_hot.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2493400Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2494488Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/one_hot_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2495699Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/one_hot_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2496897Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ones.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2498195Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ones_like.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2499446Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/or.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2501603Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2503474Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2503794Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ones_like_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2504713Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ones_like_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2505333Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ones_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2506956Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ones_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2507696Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2509069Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/or_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2509856Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/or_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2511162Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/orgqr.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2512144Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2512917Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/orgqr_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2514053Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/orgqr_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2515072Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ormqr.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2516047Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ormqr_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2517061Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ormqr_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2518093Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ormqr_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2519079Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ormqr_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2520235Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/outer.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2521560Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2522430Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/outer_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2523586Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/outer_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2524803Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/output_nr.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2525721Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2527257Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/output_nr_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2528062Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/output_nr_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2528915Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pad.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2530120Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2531063Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pad_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2532264Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pad_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2533192Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pad_sequence.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2534660Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2535238Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pad_sequence_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2536288Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pad_sequence_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2537282Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pairwise_distance.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2538514Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2539355Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pairwise_distance_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2540506Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pairwise_distance_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2541426Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pdist.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2542693Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2543505Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pdist_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2544471Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pdist_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2545636Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/permute.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2546618Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2547580Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/permute_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2548664Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2549749Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2550902Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/permute_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2552377Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/permute_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2553216Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/permute_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2554256Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/permute_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2555351Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pin_memory.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2556515Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2557489Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pin_memory_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2558432Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pin_memory_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2559767Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pinverse.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2561049Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2561898Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pinverse_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2562689Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pinverse_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2563616Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pixel_shuffle.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2564610Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2565644Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2566457Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2567433Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pixel_shuffle_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2569067Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pixel_shuffle_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2569693Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pixel_unshuffle.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2571075Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2571802Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2573380Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2574180Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pixel_unshuffle_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2575042Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pixel_unshuffle_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2575913Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/poisson.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2577015Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2578129Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/poisson_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2579141Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/poisson_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2579810Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/poisson_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2580814Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/poisson_nll_loss.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2581869Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2582499Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/poisson_nll_loss_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2583497Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/poisson_nll_loss_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2584384Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/poisson_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2585472Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/polar.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2586445Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2587353Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/polar_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2588082Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/polar_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2588958Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/polar_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2589878Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/polar_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2590819Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/polygamma.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2592027Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2593109Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2593842Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/polygamma_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2594777Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/polygamma_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2595863Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/polygamma_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2596953Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/polygamma_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2597734Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/polygamma_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2598755Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/polygamma_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2599882Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/positive.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2601126Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2602094Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/positive_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2603094Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/positive_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2604206Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pow.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2605619Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pow_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2606444Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2607734Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pow_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2608666Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pow_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2609579Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pow_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2610574Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pow_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2611428Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/pow_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2612761Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/prelu.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2614081Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/prelu_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2614655Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/prelu_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2615927Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/prelu_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2616729Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/prelu_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2617520Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/prelu_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2618731Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/prelu_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2619739Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/prelu_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2620613Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/prelu_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2621938Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/prelu_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2622736Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/prelu_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2623824Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/prelu_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2624835Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/prod.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2626510Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2627175Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2628002Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2629175Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/prod_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2630011Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/prod_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2631830Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/prod_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2632106Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/prod_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2633480Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/prod_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2634194Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/prod_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2635665Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/promote_types.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2636494Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2637546Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/promote_types_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2638682Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/promote_types_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2639499Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/put.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2641036Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2642635Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/put_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2643493Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/put_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2644621Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/put_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2645451Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/put_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2647346Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/put_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2647689Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/q_per_channel_axis.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2648643Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/q_per_channel_axis_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2649752Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/q_per_channel_axis_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2650823Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/q_per_channel_scales.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2651902Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2652907Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/q_per_channel_scales_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2653810Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/q_per_channel_scales_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2654982Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/q_per_channel_zero_points.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2656156Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2657059Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/q_per_channel_zero_points_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2657861Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/q_per_channel_zero_points_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2659074Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/q_scale.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2660052Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/q_scale_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2661205Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/q_scale_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2662124Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/q_zero_point.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2663236Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/q_zero_point_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2664303Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/q_zero_point_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2665229Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/qr.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2666567Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2667330Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/qr_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2668497Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/qr_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2669348Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/qscheme.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2670708Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/qscheme_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2671281Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/qscheme_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2672985Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantile.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2673828Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2674564Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantile_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2675279Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantile_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2676181Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantize_per_channel.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2677288Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2678174Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2679448Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2680663Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantize_per_channel_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2681717Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantize_per_channel_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2682974Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantize_per_tensor.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2684145Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2685155Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2686327Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2687539Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantize_per_tensor_dynamic.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2688845Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2689891Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2691037Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2692633Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2694459Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2694889Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantize_per_tensor_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2696134Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantize_per_tensor_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2696978Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_batch_norm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2698560Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2699168Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_batch_norm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2700496Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_batch_norm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2701455Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_gru_cell.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2703265Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2703804Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_gru_cell_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2705295Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_gru_cell_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2706000Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_lstm_cell.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2707611Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2708163Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_lstm_cell_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2709694Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_lstm_cell_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2710644Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_max_pool1d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2712187Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2713234Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_max_pool1d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2714285Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_max_pool1d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2715400Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_max_pool2d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2716796Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2717806Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_max_pool2d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2719183Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_max_pool2d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2721980Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_rnn_relu_cell.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2722628Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2723178Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_rnn_relu_cell_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2724188Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2725271Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_rnn_tanh_cell.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2726634Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2727653Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2728870Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2730103Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rad2deg.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2731514Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2732698Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rad2deg_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2734010Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rad2deg_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2735264Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rand.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2736657Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2737996Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2738990Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rand_like.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2740356Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2741470Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rand_like_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2742589Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rand_like_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2744286Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rand_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2745344Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rand_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2746371Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/randint.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2747723Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2748948Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/randint_like.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2750225Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2751280Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/randint_like_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2752535Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/randint_like_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2753725Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/randint_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2754997Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/randint_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2756209Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/randn.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2757627Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2758900Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2760068Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/randn_like.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2761346Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2762410Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/randn_like_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2763703Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/randn_like_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2765000Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/randn_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2766329Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/randn_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2767615Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/random.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2769026Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2770194Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/random_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2771482Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/random_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2772559Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/random_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2773774Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/random_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2775078Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/random_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2776250Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/randperm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2777642Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2778967Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/randperm_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2780086Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/randperm_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2782130Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/randperm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2783014Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/randperm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2784117Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/range.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2785522Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2786657Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/range_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2787743Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/range_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2788961Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/range_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2790181Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/range_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2791382Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/range_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2792620Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ravel.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2793966Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2795102Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ravel_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2796320Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/ravel_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2797364Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/real.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2798789Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2800131Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/real_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2801419Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/real_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2802573Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reciprocal.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2803941Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2805970Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reciprocal_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2806857Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reciprocal_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2807686Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reciprocal_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2808455Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reciprocal_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2809621Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reciprocal_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2810558Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reciprocal_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2811916Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/record_stream.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2812883Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/record_stream_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2814268Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/record_stream_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2815397Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/record_stream_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2816390Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/refine_names.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2818087Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2818921Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/refine_names_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2820035Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/refine_names_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2821202Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad1d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2822423Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad1d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2824037Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2825000Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2826093Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2827289Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad1d_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2828543Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2829710Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad1d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2830993Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad1d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2832530Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2833579Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2834784Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2835919Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad1d_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2837169Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2838411Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad1d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2839807Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad1d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2842129Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad2d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2843056Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad2d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2844328Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2845666Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2846880Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad2d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2848000Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad2d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2849179Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2850518Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2851733Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad2d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2852915Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad2d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2854008Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad3d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2855293Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad3d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2856718Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2857716Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2859055Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2861145Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad3d_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2862076Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2863286Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad3d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2864391Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad3d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2865881Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2866907Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2868058Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2869194Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad3d_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2870512Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2871841Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad3d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2872902Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reflection_pad3d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2874098Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/relu.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2875348Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/relu6.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2876752Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2877672Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/relu6_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2878932Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/relu6_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2880453Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2881619Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/relu_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2882859Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/relu_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2883904Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/relu_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2885246Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/relu_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2886462Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/relu_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2887750Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/remainder.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2888971Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2890358Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2891470Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/remainder_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2892615Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/remainder_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2893706Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/remainder_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2894935Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/remainder_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2896124Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/remainder_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2897402Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/remainder_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2898579Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rename.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2911987Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2912932Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rename_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2913713Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rename_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2914519Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/renorm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2915481Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2915853Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/renorm_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2916149Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/renorm_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2916530Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/renorm_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2916854Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/renorm_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2917115Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/renorm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2917447Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/renorm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2917721Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/repeat.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2918048Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2918348Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/repeat_interleave.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2918702Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2919045Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2919573Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2919968Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2921098Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/repeat_interleave_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2922175Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/repeat_interleave_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2922892Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/repeat_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2924093Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/repeat_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2925093Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad1d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2926374Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad1d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2927554Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2928211Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2928950Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2929820Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad1d_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2930709Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2931681Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad1d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2932891Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad1d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2933661Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2935063Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2935959Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2937068Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad1d_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2938280Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad1d_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2938882Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad1d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2940327Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad1d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2941197Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad2d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2942087Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad2d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2942868Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2944107Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2945109Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad2d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2946127Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad2d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2947280Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2947989Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2949447Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2949907Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad2d_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2951614Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad2d_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2952253Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad2d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2953910Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad2d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2954434Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad3d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2955024Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad3d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2955987Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2956824Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2957843Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad3d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2958862Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad3d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2959948Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2961181Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2961981Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2963614Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad3d_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2963991Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad3d_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2965038Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad3d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2966095Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/replication_pad3d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2967616Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/requires_grad.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2968634Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2969583Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/requires_grad_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2970744Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/requires_grad_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2971960Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reshape.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2973279Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reshape_as.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2974853Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2976006Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2977129Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reshape_as_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2978267Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reshape_as_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2979590Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2980794Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2981782Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reshape_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2982988Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/reshape_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2984224Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/resize.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2985438Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/resize_as.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2986755Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2988832Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/resize_as_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2989497Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/resize_as_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2989914Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/resize_as_sparse.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2991230Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2992191Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2993193Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/resize_as_sparse_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2994408Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/resize_as_sparse_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2996118Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2996563Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/resize_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2996981Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/resize_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2998224Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/resize_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.2998991Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/resize_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3000566Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/resize_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3002080Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/resolve_conj.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3003102Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3004432Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/resolve_conj_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3005136Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/resolve_conj_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3006041Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/resolve_neg.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3006721Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3008142Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/resolve_neg_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3008596Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/resolve_neg_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3009588Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/result_type.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3010992Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3012063Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/result_type_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3012580Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/result_type_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3013507Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/retain_grad.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3014870Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3015520Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/retain_grad_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3016396Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/retain_grad_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3018332Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/retains_grad.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3018756Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3019343Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/retains_grad_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3020204Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/retains_grad_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3020995Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rnn_relu.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3022670Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rnn_relu_cell.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3023280Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3024065Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rnn_relu_cell_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3024882Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rnn_relu_cell_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3026143Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3027096Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rnn_relu_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3028173Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rnn_relu_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3029054Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rnn_tanh.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3030441Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rnn_tanh_cell.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3031421Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3032311Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rnn_tanh_cell_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3033275Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rnn_tanh_cell_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3034595Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3035244Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/t.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3037540Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rnn_tanh_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3038047Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rnn_tanh_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3038653Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/roll.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3040046Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3040791Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/roll_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3042024Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/roll_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3042979Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/roll_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3043933Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/roll_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3045080Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rot90.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3046007Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3047018Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rot90_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3047984Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rot90_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3048798Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/round.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3049834Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3050679Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/round_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3051476Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/round_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3052315Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/round_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3053103Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/round_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3054220Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/round_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3055133Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/round_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3056114Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/row_indices.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3057002Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/row_indices_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3058219Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3059027Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/row_indices_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3060084Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/row_indices_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3060835Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/row_indices_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3061904Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/row_indices_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3062945Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/row_stack.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3064100Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3064781Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/row_stack_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3065773Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/row_stack_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3067274Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rrelu.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3068314Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3068989Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rrelu_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3070017Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rrelu_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3070963Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rrelu_with_noise.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3071941Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rrelu_with_noise_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3072951Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3073782Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rrelu_with_noise_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3074671Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rrelu_with_noise_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3075640Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3076517Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3077607Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3078583Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rrelu_with_noise_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3079622Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rrelu_with_noise_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3080564Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rshift.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3081793Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3082527Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rshift_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3083663Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rshift_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3084366Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rshift_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3085134Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rshift_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3086192Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rshift_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3086937Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rsqrt.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3088004Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3088930Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rsqrt_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3090278Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rsqrt_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3091213Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rsqrt_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3091523Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rsqrt_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3092638Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rsqrt_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3093661Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rsqrt_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3094046Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rsub.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3095518Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3096448Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rsub_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3097328Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rsub_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3098401Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rsub_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3099370Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/rsub_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3100289Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scalar_tensor.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3101399Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3102098Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scalar_tensor_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3103157Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scalar_tensor_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3104078Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scatter.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3105299Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scatter_add.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3106590Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3107453Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3108512Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scatter_add_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3109656Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scatter_add_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3111010Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scatter_add_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3112283Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scatter_add_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3113471Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scatter_add_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3114743Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scatter_add_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3116127Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3117309Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3118499Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scatter_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3120030Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scatter_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3122202Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scatter_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3123377Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scatter_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3124640Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scatter_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3125718Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scatter_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3127291Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scatter_reduce.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3128660Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3129712Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3130860Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3132156Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scatter_reduce_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3133561Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scatter_reduce_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3134668Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scatter_reduce_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3136619Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/scatter_reduce_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3137637Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/searchsorted.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3138979Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/searchsorted_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3140115Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/searchsorted_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3141339Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/searchsorted_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3142534Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/searchsorted_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3143753Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/searchsorted_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3145041Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3146223Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/segment_reduce.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3147815Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3148893Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/segment_reduce_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3150137Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/segment_reduce_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3151407Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/segment_reduce_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3152541Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/segment_reduce_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3153737Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/select.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3155256Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/select_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3156503Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3157784Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3158794Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/select_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3160244Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/select_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3161527Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3162921Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3164097Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/select_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3165366Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3166817Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3167814Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/select_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3168988Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/select_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3170185Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/select_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3171292Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/select_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3172455Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/select_scatter.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3173875Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3175037Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/select_scatter_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3176335Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/select_scatter_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3177386Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/selu.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3178613Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3179798Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/selu_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3180815Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/selu_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3182043Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/set.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3183419Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3184651Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3185759Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/set_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3186928Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/set_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3188073Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/set_data.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3189414Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3190625Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/set_data_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3191744Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/set_data_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3192976Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/set_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3194208Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/set_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3195346Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/set_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3196972Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sgn.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3198200Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3199478Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sgn_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3200695Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sgn_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3202026Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sgn_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3203314Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sgn_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3204503Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sgn_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3205704Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sgn_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3206872Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sigmoid.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3208205Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sigmoid_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3209552Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3210643Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3212001Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3213031Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sigmoid_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3214173Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3216199Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sigmoid_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3217190Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sigmoid_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3218468Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3219496Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sigmoid_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3221558Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sigmoid_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3222049Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sigmoid_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3223082Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sigmoid_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3224472Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sigmoid_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3225513Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sigmoid_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3226690Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sign.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3228133Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3229200Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sign_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3230664Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sign_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3231681Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sign_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3232934Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sign_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3234125Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sign_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3236167Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sign_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3236605Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/signbit.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3237731Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3239019Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/signbit_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3240540Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/signbit_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3241697Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/signbit_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3242834Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/signbit_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3244122Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/signbit_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3245412Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/signbit_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3246524Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/silu.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3247811Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/silu_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3249304Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3250468Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3251650Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/silu_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3252831Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/silu_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3253935Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/silu_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3255283Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/silu_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3256448Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/silu_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3257738Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/silu_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3259141Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3260033Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/silu_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3261376Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/silu_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3262610Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/silu_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3263788Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/silu_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3265063Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/silu_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3266225Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/silu_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3267439Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sin.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3268796Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3269850Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sin_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3271066Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sin_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3272444Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sin_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3273742Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sin_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3274965Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sin_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3276035Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sin_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3277294Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sinc.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3278789Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3279990Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sinc_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3282277Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sinc_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3283271Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sinc_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3284499Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sinc_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3285673Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sinc_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3286821Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sinc_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3288147Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sinh.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3289515Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3290498Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sinh_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3291803Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sinh_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3292820Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sinh_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3294068Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sinh_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3295949Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sinh_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3297037Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sinh_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3298127Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/size.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3299504Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3300704Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/size_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3301847Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/size_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3303045Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slice.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3304316Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slice_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3305704Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3306886Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slice_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3308029Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slice_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3309433Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3310546Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slice_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3311892Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3313124Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3314193Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slice_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3315413Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slice_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3316619Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slice_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3317893Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slice_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3319103Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slice_scatter.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3320735Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3321802Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slice_scatter_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3323104Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slice_scatter_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3324572Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slogdet.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3325962Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3326987Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slogdet_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3328290Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slogdet_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3329526Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv3d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3330760Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3331955Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv3d_forward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3333209Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3334367Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv3d_forward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3335625Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv3d_forward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3336756Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv3d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3337945Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv3d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3339155Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv_dilated2d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3340561Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3341594Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3342907Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3343982Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv_dilated2d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3345140Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv_dilated2d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3346451Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv_dilated3d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3347751Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3348970Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3350100Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3351248Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv_dilated3d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3353340Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv_dilated3d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3353988Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv_transpose2d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3354966Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3356113Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3357390Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3358572Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv_transpose2d_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3360107Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3361088Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv_transpose2d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3362331Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv_transpose2d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3363501Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv_transpose3d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3364852Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3366249Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3367475Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv_transpose3d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3368785Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/slow_conv_transpose3d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3369853Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/smm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3371238Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3372339Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/smm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3373575Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/smm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3375543Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/smooth_l1_loss.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3376619Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/smooth_l1_loss_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3377924Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3379092Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3380300Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3381732Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/smooth_l1_loss_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3382837Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/smooth_l1_loss_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3384206Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3385416Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3386545Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3387731Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/smooth_l1_loss_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3389052Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3390174Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/smooth_l1_loss_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3391375Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/smooth_l1_loss_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3392601Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/soft_margin_loss.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3394156Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/soft_margin_loss_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3395417Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3396536Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/soft_margin_loss_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3397756Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/soft_margin_loss_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3399031Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3400337Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/soft_margin_loss_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3401605Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/soft_margin_loss_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3403523Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softmax.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3404167Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3405100Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3406142Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softmax_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3407277Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softmax_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3408835Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softplus.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3409652Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softplus_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3411195Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3411943Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softplus_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3413025Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softplus_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3414434Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softplus_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3415495Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softplus_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3416693Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softplus_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3417747Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softplus_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3419311Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3420347Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softplus_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3421484Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softplus_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3422632Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softplus_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3423920Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softplus_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3425098Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softplus_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3426343Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softplus_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3427609Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softshrink.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3428848Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softshrink_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3430275Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3431354Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3432559Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3433634Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softshrink_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3434821Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softshrink_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3435992Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softshrink_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3437223Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softshrink_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3438700Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3440072Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softshrink_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3441892Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softshrink_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3442844Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softshrink_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3444176Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softshrink_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3445350Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softshrink_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3446521Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/softshrink_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3447741Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sort.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3449457Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3450783Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3451855Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3452938Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sort_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3454999Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sort_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3455846Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sort_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3457190Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sort_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3458455Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sort_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3459421Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sort_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3461131Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_bsc_tensor.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3462463Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3463586Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_bsc_tensor_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3465279Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_bsc_tensor_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3466553Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_bsr_tensor.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3468001Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3469131Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_bsr_tensor_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3471558Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_bsr_tensor_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3472033Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_compressed_tensor.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3472828Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_compressed_tensor_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3473606Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_compressed_tensor_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3474577Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_compressed_tensor_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3475725Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_coo_tensor.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3476764Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3478016Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3478802Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_coo_tensor_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3479774Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_coo_tensor_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3481239Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_csc_tensor.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3481627Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3482764Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_csc_tensor_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3484186Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_csc_tensor_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3484490Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_csr_tensor.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3486422Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3487162Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_csr_tensor_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3488195Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_csr_tensor_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3488887Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_dim.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3490467Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_dim_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3490891Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_dim_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3492060Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_mask.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3493726Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3494137Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_mask_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3495426Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_mask_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3496328Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_resize.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3497521Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_resize_and_clear.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3498634Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3499664Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3501904Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_resize_and_clear_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3502435Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_resize_and_clear_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3503205Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3503830Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_resize_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3505050Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_resize_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3506301Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_resize_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3507086Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_sampled_addmm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3508259Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_sampled_addmm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3509645Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sparse_sampled_addmm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3510398Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_airy_ai.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3511546Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3512254Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3513607Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3514501Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_airy_ai_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3515604Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_airy_ai_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3516815Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_airy_ai_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3517832Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_airy_ai_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3519189Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_j0.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3520477Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3521506Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3522747Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3523918Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_j0_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3525269Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3527298Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_j0_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3528479Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_j0_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3529649Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_j1.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3530991Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3532087Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3533236Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3534380Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_j1_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3535583Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3536674Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_j1_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3537990Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_j1_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3539253Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_y0.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3540690Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3541683Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3542999Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3544025Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_y0_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3545295Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3546505Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_y0_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3547726Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_y0_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3548922Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_y1.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3550300Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3551327Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3552451Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3554486Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_y1_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3555027Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3556033Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_y1_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3557383Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_bessel_y1_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3558568Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_t.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3560249Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3561420Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3562771Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3563795Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3565046Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3566305Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3567526Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3568758Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3570088Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3571309Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_u.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3572798Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3573993Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3575178Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3576304Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3577512Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3578736Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3579959Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3581144Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3582383Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3583614Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_v.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3585014Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3586299Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3587429Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3588560Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3589784Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3590962Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3592412Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3593631Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3594861Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3596104Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_w.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3597450Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3598744Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3600049Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3601230Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3602401Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3603571Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3604829Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3606804Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3607787Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3609005Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_digamma.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3610380Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3611447Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_digamma_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3612791Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_digamma_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3614060Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_entr.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3615509Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3616577Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_entr_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3617736Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_entr_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3618906Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_entr_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3620127Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_entr_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3621317Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_entr_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3622502Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_entr_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3623703Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_erf.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3625046Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3626161Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_erf_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3627354Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_erf_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3628545Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_erfc.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3629944Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3631059Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_erfc_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3632317Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_erfc_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3633510Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_erfcx.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3634963Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3635997Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_erfcx_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3637290Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_erfcx_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3638462Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_erfcx_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3639790Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_erfcx_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3641786Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_erfcx_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3642905Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_erfcx_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3644096Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_erfinv.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3645539Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3646688Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_erfinv_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3647893Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_erfinv_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3649060Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_exp2.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3650453Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3651572Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_exp2_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3652902Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_exp2_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3654052Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_expit.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3655777Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3656733Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_expit_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3657898Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_expit_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3659165Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_expm1.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3660508Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3661648Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_expm1_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3662841Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_expm1_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3664066Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_gammainc.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3665593Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3666602Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_gammainc_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3667795Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_gammainc_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3669032Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_gammaincc.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3670431Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3671483Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_gammaincc_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3672565Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_gammaincc_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3673829Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_gammaln.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3675120Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3676279Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_gammaln_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3677535Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_gammaln_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3678767Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_hermite_polynomial_h.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3680338Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3681739Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3683717Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_hermite_polynomial_h_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3684305Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3685328Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3687035Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_hermite_polynomial_h_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3688237Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3689436Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_hermite_polynomial_h_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3690700Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_hermite_polynomial_h_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3691963Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_hermite_polynomial_he.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3693308Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3694638Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3696137Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3697421Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_hermite_polynomial_he_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3698653Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3699851Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_hermite_polynomial_he_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3701112Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3702308Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_hermite_polynomial_he_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3703610Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_hermite_polynomial_he_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3704802Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i0.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3706169Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3707299Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i0_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3708507Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i0_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3709703Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i0e.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3711148Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3712228Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i0e_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3713458Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i0e_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3714603Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i0e_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3715854Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i0e_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3717002Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i0e_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3718217Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i0e_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3719571Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i1.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3721110Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3722195Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i1_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3723390Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i1_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3724528Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i1_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3725785Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i1_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3726963Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i1_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3728233Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i1_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3729366Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i1e.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3730789Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3731830Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i1e_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3733095Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i1e_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3734639Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i1e_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3735398Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i1e_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3736906Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i1e_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3737664Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_i1e_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3739262Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_laguerre_polynomial_l.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3740359Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3741707Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3743067Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_laguerre_polynomial_l_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3743807Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3745145Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3746244Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3747506Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3748631Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_laguerre_polynomial_l_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3749916Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3751118Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_legendre_polynomial_p.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3752567Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3753876Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3755026Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_legendre_polynomial_p_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3756141Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3757306Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3758536Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_legendre_polynomial_p_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3760005Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3761083Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_legendre_polynomial_p_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3762375Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_legendre_polynomial_p_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3763615Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_log1p.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3765005Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3766695Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_log1p_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3767827Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_log1p_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3769155Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_log_ndtr.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3770567Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3771722Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3772945Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3774110Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_log_ndtr_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3775346Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3776492Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_log_ndtr_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3777770Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_log_ndtr_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3778853Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_log_softmax.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3780270Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3781466Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_log_softmax_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3782757Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_log_softmax_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3783929Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_logit.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3785278Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3786503Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_logit_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3787702Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_logit_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3788902Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_logsumexp.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3790315Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3791441Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_logsumexp_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3792560Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_logsumexp_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3793743Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_i0.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3795587Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3796587Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3797760Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3798873Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_i0_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3800317Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3801652Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_i0_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3802913Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_i0_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3804169Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_i1.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3805626Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3806544Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3807792Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3808954Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_i1_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3810215Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3811462Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_i1_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3812611Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_i1_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3813870Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_k0.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3815376Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3816391Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3817643Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3818876Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_k0_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3820223Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3821311Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_k0_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3822614Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_k0_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3823820Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_k1.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3825227Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3826362Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3827625Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3828722Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_k1_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3829971Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3831187Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_k1_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3832345Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_modified_bessel_k1_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3833581Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_multigammaln.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3834944Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3836105Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_multigammaln_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3837310Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_multigammaln_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3838477Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_ndtr.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3840138Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3841165Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_ndtr_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3842369Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_ndtr_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3843879Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_ndtri.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3845135Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3847009Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_ndtri_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3847929Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_ndtri_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3849092Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_ndtri_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3850508Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_ndtri_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3851827Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_ndtri_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3852991Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_ndtri_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3854156Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_polygamma.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3855568Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3856632Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_polygamma_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3857825Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_polygamma_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3859010Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_psi.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3860358Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3861500Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_psi_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3862689Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_psi_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3863876Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_round.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3865266Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3866401Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_round_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3867750Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_round_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3869025Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_scaled_modified_bessel_k0.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3870469Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3871522Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3872752Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3873922Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3875185Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3876367Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3877566Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3878763Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_scaled_modified_bessel_k1.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3880373Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3882472Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3883678Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3884730Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3887058Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3887618Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3888382Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3889257Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_sinc.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3890396Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3891477Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3892243Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3893309Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3894118Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3895064Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3895976Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3896975Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3897726Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3899068Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3899713Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3900858Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3902047Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3902649Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3903780Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3904919Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3906038Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3906793Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3908170Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3908758Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3909665Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3910737Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3911655Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3912559Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3913370Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3914316Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3915479Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3916422Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3917303Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3918758Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3920013Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3920624Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3922054Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3923030Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3924459Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3925141Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3926687Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3927688Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3928615Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3930029Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3930979Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3932195Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_sinc_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3933337Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_sinc_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3934501Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_softmax.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3935894Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3936877Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_softmax_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3938220Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_softmax_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3939432Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_spherical_bessel_j0.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3940917Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3941981Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3943282Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3944578Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_spherical_bessel_j0_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3945799Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3947001Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_spherical_bessel_j0_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3948261Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_spherical_bessel_j0_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3949569Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_xlog1py.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3950845Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3952176Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3953228Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3954425Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3955613Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_xlog1py_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3956872Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_xlog1py_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3958307Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_xlog1py_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3959810Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_xlog1py_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3961001Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_xlogy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3962401Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3963541Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_xlogy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3964755Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_xlogy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3965963Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_zeta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3967323Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3968606Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3969647Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_zeta_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3970854Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_zeta_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3972040Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_zeta_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3973359Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_zeta_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3974566Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_zeta_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3975836Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/special_zeta_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3976898Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/split.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3978277Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3979494Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3980575Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/split_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3981923Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3983242Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3984220Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/split_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3986304Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/split_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3986805Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/split_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3987761Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/split_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3989076Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/split_with_sizes.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3990388Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3991555Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/split_with_sizes_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3992879Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3994102Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3995246Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/split_with_sizes_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3997059Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/split_with_sizes_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3998174Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/split_with_sizes_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.3999549Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/split_with_sizes_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4000716Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sqrt.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4002196Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4003348Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sqrt_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4004646Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sqrt_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4005744Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sqrt_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4007024Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sqrt_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4008182Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sqrt_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4009381Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sqrt_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4010568Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/square.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4011940Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4013025Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/square_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4014239Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/square_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4015426Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/squeeze.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4016840Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4018024Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4019179Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/squeeze_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4020540Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4021869Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4023069Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/squeeze_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4024267Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/squeeze_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4025474Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/squeeze_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4026607Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/squeeze_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4027897Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sspaddmm.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4029260Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4030394Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sspaddmm_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4031726Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sspaddmm_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4032910Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sspaddmm_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4034074Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sspaddmm_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4035284Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/stack.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4036532Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4037823Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/stack_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4039098Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/stack_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4040336Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/std.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4042780Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4043629Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/std_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4044755Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/std_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4045930Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/std_mean.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4047261Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4048442Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4049582Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/std_mean_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4050885Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/std_mean_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4051982Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/std_mean_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4053207Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/std_mean_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4054479Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/std_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4055709Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/std_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4056949Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/stft.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4058349Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4059645Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/stft_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4060759Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/stft_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4061929Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/stride.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4063394Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4064388Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/stride_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4065589Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/stride_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4066735Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sub.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4068025Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4069464Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4070692Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sub_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4071880Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sub_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4073019Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sub_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4074310Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sub_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4075498Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sub_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4077561Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sub_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4078462Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/subtract.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4080050Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4081223Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/subtract_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4082532Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sum.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4083701Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/subtract_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4085469Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4086652Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4087759Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4088934Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sum_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4090121Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sum_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4091290Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sum_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4092675Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sum_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4093947Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sum_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4094975Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sum_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4096210Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sum_to_size.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4097583Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4098692Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sum_to_size_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4099959Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/sum_to_size_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4101144Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/svd.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4102455Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4103505Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/svd_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4104732Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/svd_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4105897Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/swapaxes.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4107382Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4108403Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/swapaxes_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4109703Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/swapaxes_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4110754Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/swapdims.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4112361Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4113305Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/swapdims_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4114589Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/swapdims_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4115763Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/symeig.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4117100Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/symeig_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4118184Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/symeig_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4119535Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/symeig_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4120824Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4121966Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/t_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4123300Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4124609Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4125672Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/t_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4126929Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/t_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4128194Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/t_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4129692Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/t_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4130718Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/take.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4131872Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/take_along_dim.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4133204Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4134282Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/take_along_dim_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4135605Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/take_along_dim_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4136665Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/take_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4137857Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/take_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4139183Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/take_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4140457Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/take_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4141532Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tan.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4142981Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4143961Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tan_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4145133Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tan_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4146381Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tan_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4147545Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tan_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4148771Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tan_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4151073Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tan_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4151567Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tanh.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4152243Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tanh_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4154114Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4155016Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tanh_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4156899Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tanh_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4157836Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tanh_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4159143Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tanh_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4160699Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tanh_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4162982Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tanh_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4164204Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4165064Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tanh_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4166455Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tanh_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4167565Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tanh_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4168831Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tanh_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4170003Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tanh_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4171099Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tanh_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4172397Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tensor_split.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4173749Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4174894Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tensor_split_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4176090Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tensor_split_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4177353Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tensordot.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4178662Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4179809Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tensordot_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4181085Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tensordot_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4182175Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tensordot_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4183408Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tensordot_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4184504Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/thnn_conv2d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4185898Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4187086Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/thnn_conv2d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4188243Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/thnn_conv2d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4189419Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/threshold.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4190547Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/threshold_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4192091Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4193067Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/threshold_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4195219Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/threshold_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4195724Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/threshold_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4196672Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/threshold_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4197931Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/threshold_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4199406Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/threshold_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4200801Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4201995Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/threshold_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4203231Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/threshold_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4204367Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/threshold_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4205652Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/threshold_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4206825Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/threshold_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4207954Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/threshold_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4209171Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tile.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4210536Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4211665Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tile_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4212821Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tile_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4214044Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_dense.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4215336Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4216649Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_dense_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4218073Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4219222Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_dense_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4220385Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_dense_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4221752Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4222858Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_dense_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4224121Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_dense_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4225360Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_mkldnn.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4226600Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_mkldnn_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4228055Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4229057Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_mkldnn_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4230237Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_mkldnn_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4231570Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4232667Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4233739Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_mkldnn_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4234999Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_mkldnn_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4236974Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4237924Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4239192Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_padded_tensor.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4240898Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4242044Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_padded_tensor_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4243335Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_padded_tensor_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4244597Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4245905Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_bsc.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4247176Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_bsc_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4248196Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_bsc_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4249384Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_bsc_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4250581Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_bsc_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4251832Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_bsc_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4253140Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_bsr.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4254519Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_bsr_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4255565Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_bsr_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4256683Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_bsr_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4257897Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_bsr_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4259123Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_bsr_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4260562Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4261695Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4262718Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_csc.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4264059Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_csc_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4265285Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_csc_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4266432Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_csc_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4267589Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_csc_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4268791Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_csc_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4270019Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_csr.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4271432Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_csr_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4272558Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_csr_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4273706Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_csr_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4275037Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_csr_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4276103Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_csr_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4277389Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4278621Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4279871Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/to_sparse_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4281674Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/topk.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4282946Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4283987Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/topk_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4285256Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/topk_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4286455Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/topk_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4287744Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/topk_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4288917Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/topk_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4290192Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/topk_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4291383Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/trace.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4292682Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/trace_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4294099Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4295084Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/trace_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4296276Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/trace_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4297625Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4298765Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/trace_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4300000Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/trace_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4301190Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/trace_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4302492Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/trace_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4303636Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/transpose.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4305148Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4306370Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4307433Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/transpose_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4308792Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4310069Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4311080Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/transpose_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4312163Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/transpose_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4313246Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/transpose_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4315307Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/transpose_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4316308Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/trapezoid.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4319200Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4320250Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/trapezoid_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4321670Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/trapezoid_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4322955Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/trapz.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4324254Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4325623Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/trapz_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4327919Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/trapz_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4329085Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/triangular_solve.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4330415Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4331514Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/triangular_solve_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4332431Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/triangular_solve_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4333505Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/triangular_solve_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4334937Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/triangular_solve_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4336546Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/triangular_solve_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4337587Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/triangular_solve_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4338839Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tril.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4340077Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4341390Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tril_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4342608Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tril_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4343584Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tril_indices.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4344950Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4346131Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tril_indices_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4347353Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tril_indices_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4348369Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tril_indices_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4349581Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tril_indices_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4350810Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tril_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4352025Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tril_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4353155Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tril_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4354317Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/tril_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4355527Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/triplet_margin_loss.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4356779Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4358031Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/triplet_margin_loss_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4359166Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/triplet_margin_loss_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4360461Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/triu.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4362041Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4363037Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/triu_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4364272Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/triu_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4365315Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/triu_indices.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4366657Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4367804Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/triu_indices_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4369224Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/triu_indices_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4370447Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/triu_indices_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4371569Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/triu_indices_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4372726Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/triu_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4373932Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/triu_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4375089Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/triu_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4376283Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/triu_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4377810Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/true_divide.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4378935Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4380027Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/true_divide_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4381122Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/true_divide_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4382192Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/trunc.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4384492Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4385190Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/trunc_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4386088Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/trunc_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4386775Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/trunc_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4387410Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/trunc_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4388709Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/trunc_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4389460Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/trunc_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4391436Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/type_as.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4392299Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4393905Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/type_as_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4394532Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/type_as_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4395323Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unbind.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4396301Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4397262Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4399170Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unbind_compositeimplicitautogradnestedtensor_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4400020Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unbind_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4400934Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4402238Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4403273Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unbind_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4404142Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unbind_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4405446Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unbind_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4406542Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unbind_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4407843Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unflatten.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4409157Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4410280Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unflatten_dense_tensors.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4411748Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4412942Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unflatten_dense_tensors_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4413998Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unflatten_dense_tensors_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4415157Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unflatten_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4416257Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unflatten_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4417480Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unfold.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4419530Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unfold_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4420516Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4421513Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unfold_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4422513Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unfold_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4423488Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unfold_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4424498Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unfold_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4426883Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unfold_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4427705Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4428633Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4429410Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unfold_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4430255Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unfold_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4431027Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unfold_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4431909Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unfold_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4433141Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unfold_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4433962Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unfold_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4435039Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unfold_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4435923Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/uniform.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4437246Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4437927Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/uniform_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4438840Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/uniform_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4440222Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/uniform_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4441022Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/uniform_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4441859Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/uniform_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4442903Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unique_consecutive.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4443996Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4444963Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4446072Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4446976Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unique_consecutive_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4448014Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unique_consecutive_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4448891Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unique_dim.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4450125Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4451023Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unsqueeze.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4452172Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unique_dim_consecutive.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4453723Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4454627Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4455743Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4456884Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unique_dim_consecutive_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4458114Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unique_dim_consecutive_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4459344Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unique_dim_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4460206Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unique_dim_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4461221Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unique_dim_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4462296Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unique_dim_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4463140Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unsafe_chunk.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4464471Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4465611Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unsafe_chunk_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4466708Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unsafe_chunk_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4467581Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unsafe_split.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4468710Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4469725Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unsafe_split_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4470913Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unsafe_split_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4472070Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unsafe_split_with_sizes.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4473167Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4474296Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unsafe_split_with_sizes_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4475112Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unsafe_split_with_sizes_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4476154Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4477181Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unsqueeze_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4477999Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4479429Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4480232Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unsqueeze_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4481998Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unsqueeze_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4482998Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unsqueeze_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4483871Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/unsqueeze_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4484804Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bicubic2d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4485903Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bicubic2d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4486851Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4487917Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4488788Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4489845Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4490733Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4491775Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4492581Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bicubic2d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4493668Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4494718Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4495632Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4496547Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4497647Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4498494Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bicubic2d_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4499583Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4500656Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bicubic2d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4501735Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bicubic2d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4502858Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bilinear2d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4503967Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bilinear2d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4505123Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4506223Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4507138Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4508172Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4509028Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4510575Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4511314Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bilinear2d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4512508Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4513626Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4514709Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4515548Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4516415Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4517293Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bilinear2d_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4518084Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4519149Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bilinear2d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4520165Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_bilinear2d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4521297Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_linear1d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4522474Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_linear1d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4523570Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4524330Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4525091Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4526564Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4527522Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_linear1d_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4528373Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4529245Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_linear1d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4530179Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_linear1d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4531852Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_linear1d_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4532552Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_linear1d_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4533621Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4535583Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4536107Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4537273Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4537904Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_linear1d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4538843Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_linear1d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4539994Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest1d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4541128Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest1d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4542119Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4543345Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4544309Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4545447Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4546561Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest1d_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4547723Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4548767Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest1d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4549911Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest1d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4551114Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4552485Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4553317Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4554978Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4555790Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest1d_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4556777Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4558017Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest1d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4558968Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest1d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4560524Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest2d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4561296Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest2d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4562240Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4563277Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4564000Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4565369Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4565969Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest2d_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4567110Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4568290Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest2d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4569086Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest2d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4570452Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4571264Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4572217Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4573464Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4574129Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest2d_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4575151Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4576361Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest2d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4577484Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest2d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4578385Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest3d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4579438Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest3d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4580561Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4581450Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4582331Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4583284Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4584370Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest3d_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4585210Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4586291Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest3d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4587316Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest3d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4588543Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4589465Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4590439Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4591479Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4592371Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest3d_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4593271Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4594234Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest3d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4595180Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_nearest3d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4596197Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_trilinear3d.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4597228Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_trilinear3d_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4599228Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4600198Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4601712Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4602634Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4603796Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4605071Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4605935Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_trilinear3d_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4607003Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4608250Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4609223Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4610325Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4611355Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4612193Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_trilinear3d_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4613268Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4614199Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_trilinear3d_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4615132Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/upsample_trilinear3d_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4616253Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/value_selecting_reduction_backward.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4617280Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4618150Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/value_selecting_reduction_backward_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4619202Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/value_selecting_reduction_backward_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4620240Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/values.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4621221Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/values_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4622298Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4623576Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4624287Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/values_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4625344Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/values_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4626319Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/values_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4627387Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/values_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4628274Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/vander.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4629292Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4630273Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/vander_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4631544Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/vander_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4632593Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/var.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4633543Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4635145Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/var_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4636242Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/var_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4637064Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/var_mean.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4637982Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4638787Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4640646Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/var_mean_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4641313Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/var_mean_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4641894Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/var_mean_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4642840Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/var_mean_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4643650Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/var_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4644905Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/var_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4646204Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/vdot.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4647008Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4647855Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/vdot_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4648885Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/vdot_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4649813Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/vdot_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4651274Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/vdot_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4651873Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4653272Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_as.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4654180Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_as_complex.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4655165Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_as_complex_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4656162Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4657355Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4658558Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_as_complex_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4659406Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_as_complex_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4660607Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_as_complex_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4661343Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_as_complex_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4662401Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_as_complex_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4663465Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_as_complex_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4664619Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_as_complex_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4666803Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4667679Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_as_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4669580Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_as_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4670386Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_as_real.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4671138Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_as_real_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4671716Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4673500Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4674153Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_as_real_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4675215Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_as_real_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4676325Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_as_real_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4677550Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_as_real_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4678551Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_as_real_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4680492Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_as_real_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4681006Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_as_real_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4682315Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4683433Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_copy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4684591Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4685658Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4686606Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_copy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4687793Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_copy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4689529Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4690424Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4691297Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4692159Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4693046Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/view_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4694034Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/vsplit.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4694978Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4695912Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/vsplit_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4696860Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/vsplit_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4697758Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/vstack.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4698812Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4699735Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/vstack_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4700509Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/vstack_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4701469Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/where.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4702568Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4703547Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/where_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4704657Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/where_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4705717Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/where_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4706867Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/where_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4707926Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/xlogy.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4709128Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4710285Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4711182Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/xlogy_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4712096Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/xlogy_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4713071Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/xlogy_meta.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4713938Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/xlogy_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4715368Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/xlogy_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4716212Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/xlogy_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4717195Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/xor.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4718181Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4719115Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/xor_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4720194Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/xor_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4721758Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/zero.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4722672Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4723471Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/zero_cpu_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4724532Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/zero_cuda_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4725468Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/zero_meta_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4726690Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/zero_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4727559Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/zero_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4728645Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/zeros.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4729764Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4730773Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/zeros_like.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4731870Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4732645Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/zeros_like_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4734105Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/zeros_like_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4734958Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/zeros_native.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4735846Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/ops/zeros_ops.h -> base_bdist_tmp/torch/include/ATen/ops 2022-12-01T10:11:06.4739455Z creating base_bdist_tmp/torch/include/ATen/hip 2022-12-01T10:11:06.4740231Z creating base_bdist_tmp/torch/include/ATen/hip/impl 2022-12-01T10:11:06.4741174Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h -> base_bdist_tmp/torch/include/ATen/hip/impl 2022-12-01T10:11:06.4742303Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h -> base_bdist_tmp/torch/include/ATen/hip/impl 2022-12-01T10:11:06.4743278Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h -> base_bdist_tmp/torch/include/ATen/hip/impl 2022-12-01T10:11:06.4744210Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h -> base_bdist_tmp/torch/include/ATen/hip/impl 2022-12-01T10:11:06.4745682Z creating base_bdist_tmp/torch/include/ATen/detail 2022-12-01T10:11:06.4746340Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/detail/CUDAHooksInterface.h -> base_bdist_tmp/torch/include/ATen/detail 2022-12-01T10:11:06.4747351Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/detail/FunctionTraits.h -> base_bdist_tmp/torch/include/ATen/detail 2022-12-01T10:11:06.4748322Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/detail/HIPHooksInterface.h -> base_bdist_tmp/torch/include/ATen/detail 2022-12-01T10:11:06.4749089Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/detail/ORTHooksInterface.h -> base_bdist_tmp/torch/include/ATen/detail 2022-12-01T10:11:06.4750413Z creating base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4751553Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/Activation.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4752569Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/AdaptivePooling.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4753492Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/BatchLinearAlgebra.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4754295Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/BinaryOps.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4755270Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/BucketizationUtils.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4756243Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/CPUBlas.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4757175Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/CPUFallback.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4758215Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/CanUse32BitIndexMath.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4759135Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/ComplexHelper.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4760349Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/CompositeRandomAccessor.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4761615Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/CompositeRandomAccessorCommon.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4762516Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/ConvUtils.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4763576Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/ConvolutionMM3d.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4764662Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/Copy.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4765794Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/Cross.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4766755Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/DilatedConvolutionUtils.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4767709Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/DispatchStub.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4768948Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/Distance.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4769801Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/DistributionTemplates.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4770789Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/Distributions.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4771683Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/EmbeddingBag.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4772612Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/Fill.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4773455Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/ForeachUtils.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4774538Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/FunctionOfAMatrixUtils.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4775427Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/GridSampler.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4776256Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/GridSamplerUtils.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4777116Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/Histogram.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4777953Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/IndexKernel.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4778933Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/IndexingUtils.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4779667Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/Lerp.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4780682Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/LinearAlgebra.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4781528Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/LinearAlgebraUtils.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4783298Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/LossMulti.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4784125Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/Math.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4786087Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/MathBitFallThroughLists.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4786872Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/MathBitsFallback.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4787770Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/MaxPooling.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4788627Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/NonEmptyUtils.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4789572Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/NonSymbolicBC.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4790336Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/Normalization.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4791221Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/PointwiseOps.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4792171Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/Pool.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4793065Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/Pow.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4793995Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/RNN.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4794860Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/RangeFactories.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4795810Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/ReduceAllOps.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4796530Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/ReduceOps.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4797518Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/ReduceOpsUtils.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4798472Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/Repeat.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4799574Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/Resize.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4800571Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/ResizeCommon.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4801715Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/ScatterGatherChecks.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4802359Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/SegmentReduce.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4803551Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/SharedReduceOps.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4804161Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/SobolEngineOpsUtils.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4805382Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/Sorting.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4805956Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/SortingUtils.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4807040Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/SpectralOpsUtils.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4807957Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/StridedRandomAccessor.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4809285Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/TensorAdvancedIndexing.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4809909Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/TensorAdvancedIndexingUtils.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4811170Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/TensorCompare.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4812256Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/TensorConversions.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4813082Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/TensorDimApply.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4814928Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/TensorFactories.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4815601Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/TensorIterator.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4816269Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/TensorIteratorDynamicCasting.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4817642Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/TensorProperties.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4818485Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/TensorShape.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4820367Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/TensorTransformations.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4820948Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/TopKImpl.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4821550Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/TransposeType.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4822991Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/TriangularOpsUtils.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4823891Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/TypeProperties.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4825081Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/UnaryOps.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4825859Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/Unfold2d.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4826761Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/Unfold3d.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4827639Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/UnfoldBackward.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4828544Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/UpSample.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4829500Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/batch_norm.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4830338Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/group_norm.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4831014Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/im2col.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4831887Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/im2col_shape_check.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4833191Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/layer_norm.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4834067Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/verbose_wrapper.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4834915Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/vol2col.h -> base_bdist_tmp/torch/include/ATen/native 2022-12-01T10:11:06.4836036Z creating base_bdist_tmp/torch/include/ATen/native/cpu 2022-12-01T10:11:06.4836863Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu/AtomicAddFloat.h -> base_bdist_tmp/torch/include/ATen/native/cpu 2022-12-01T10:11:06.4837789Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu/CatKernel.h -> base_bdist_tmp/torch/include/ATen/native/cpu 2022-12-01T10:11:06.4838720Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu/ChannelShuffleKernel.h -> base_bdist_tmp/torch/include/ATen/native/cpu 2022-12-01T10:11:06.4839809Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu/CopyKernel.h -> base_bdist_tmp/torch/include/ATen/native/cpu 2022-12-01T10:11:06.4840829Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu/DepthwiseConvKernel.h -> base_bdist_tmp/torch/include/ATen/native/cpu 2022-12-01T10:11:06.4841839Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu/DistributionTemplates.h -> base_bdist_tmp/torch/include/ATen/native/cpu 2022-12-01T10:11:06.4842416Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu/GridSamplerKernel.h -> base_bdist_tmp/torch/include/ATen/native/cpu 2022-12-01T10:11:06.4843173Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu/IndexKernelUtils.h -> base_bdist_tmp/torch/include/ATen/native/cpu 2022-12-01T10:11:06.4843777Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu/Intrinsics.h -> base_bdist_tmp/torch/include/ATen/native/cpu 2022-12-01T10:11:06.4844512Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu/IsContiguous.h -> base_bdist_tmp/torch/include/ATen/native/cpu 2022-12-01T10:11:06.4845412Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu/Loops.h -> base_bdist_tmp/torch/include/ATen/native/cpu 2022-12-01T10:11:06.4846483Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu/MaxUnpoolKernel.h -> base_bdist_tmp/torch/include/ATen/native/cpu 2022-12-01T10:11:06.4847298Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu/PixelShuffleKernel.h -> base_bdist_tmp/torch/include/ATen/native/cpu 2022-12-01T10:11:06.4848194Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu/Reduce.h -> base_bdist_tmp/torch/include/ATen/native/cpu 2022-12-01T10:11:06.4849517Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu/SerialStackImpl.h -> base_bdist_tmp/torch/include/ATen/native/cpu 2022-12-01T10:11:06.4850250Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu/SoftmaxKernel.h -> base_bdist_tmp/torch/include/ATen/native/cpu 2022-12-01T10:11:06.4851023Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu/StackKernel.h -> base_bdist_tmp/torch/include/ATen/native/cpu 2022-12-01T10:11:06.4851954Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu/WeightNormKernel.h -> base_bdist_tmp/torch/include/ATen/native/cpu 2022-12-01T10:11:06.4852943Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu/avx_mathfun.h -> base_bdist_tmp/torch/include/ATen/native/cpu 2022-12-01T10:11:06.4853915Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu/mixed_data_type.h -> base_bdist_tmp/torch/include/ATen/native/cpu 2022-12-01T10:11:06.4854868Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu/moments_utils.h -> base_bdist_tmp/torch/include/ATen/native/cpu 2022-12-01T10:11:06.4855761Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu/utils.h -> base_bdist_tmp/torch/include/ATen/native/cpu 2022-12-01T10:11:06.4856790Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cpu/zmath.h -> base_bdist_tmp/torch/include/ATen/native/cpu 2022-12-01T10:11:06.4858060Z creating base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4858771Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/Activation.h -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4859746Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/BinaryInternal.h -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4860761Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/CompositeRandomAccessor.h -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4861360Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/Copy.h -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4862289Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/CuFFTPlanCache.h -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4863437Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/CuFFTUtils.h -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4864299Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/DistributionTemplates.h -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4865340Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/Distributions.h -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4866544Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/GridSampler.h -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4867452Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/IndexKernel.h -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4868135Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/LaunchUtils.h -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4868909Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/MiscUtils.h -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4869969Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/ReduceOps.h -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4870758Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/Resize.h -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4871694Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/ScanKernels.h -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4872524Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/Sort.h -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4873812Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/SortStable.h -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4874609Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/Sorting.h -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4875666Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/TensorModeKernel.h -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4876400Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/TensorTopK.h -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4877263Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/jit_utils.h -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4878295Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/thread_constants.h -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4879589Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/CUDAJitLoops.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4880766Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/CUDALoops.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4881157Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/DeviceSqrt.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4882227Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4883427Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/ForeachFunctors.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4884190Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/GridSampler.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4885179Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/JitLoops.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4886084Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/KernelUtils.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4886960Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/Loops.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4888062Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/Math.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4889906Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/MemoryAccess.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4890801Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/MultiTensorApply.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4891577Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/Normalization.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4893096Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/PersistentSoftmax.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4893987Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/Pow.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4894858Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/ROCmLoops.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4895769Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/Randperm.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4896569Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/Reduce.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4897887Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/ScanUtils.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4899121Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/SortUtils.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4900074Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/SortingCommon.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4901369Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/SortingRadixSelect.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4902362Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/TensorModeKernel.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4903359Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/UniqueCub.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4904346Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/UpSample.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4905349Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/block_reduce.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4906830Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4907467Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/fused_adam_impl.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4908511Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/fused_adam_utils.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4909660Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/im2col.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4910465Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/reduction_template.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4911573Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/cuda/vol2col.cuh -> base_bdist_tmp/torch/include/ATen/native/cuda 2022-12-01T10:11:06.4912780Z creating base_bdist_tmp/torch/include/ATen/native/quantized 2022-12-01T10:11:06.4913480Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/AffineQuantizer.h -> base_bdist_tmp/torch/include/ATen/native/quantized 2022-12-01T10:11:06.4914491Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/AffineQuantizerBase.h -> base_bdist_tmp/torch/include/ATen/native/quantized 2022-12-01T10:11:06.4915594Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/Copy.h -> base_bdist_tmp/torch/include/ATen/native/quantized 2022-12-01T10:11:06.4917084Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/FakeQuantAffine.h -> base_bdist_tmp/torch/include/ATen/native/quantized 2022-12-01T10:11:06.4917400Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/IndexKernel.h -> base_bdist_tmp/torch/include/ATen/native/quantized 2022-12-01T10:11:06.4918173Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/PackedParams.h -> base_bdist_tmp/torch/include/ATen/native/quantized 2022-12-01T10:11:06.4919044Z creating base_bdist_tmp/torch/include/ATen/native/quantized/cpu 2022-12-01T10:11:06.4919767Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu/BinaryOps.h -> base_bdist_tmp/torch/include/ATen/native/quantized/cpu 2022-12-01T10:11:06.4921490Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h -> base_bdist_tmp/torch/include/ATen/native/quantized/cpu 2022-12-01T10:11:06.4922070Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu/OnednnUtils.h -> base_bdist_tmp/torch/include/ATen/native/quantized/cpu 2022-12-01T10:11:06.4923018Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu/QnnpackUtils.h -> base_bdist_tmp/torch/include/ATen/native/quantized/cpu 2022-12-01T10:11:06.4924316Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu/QuantUtils.h -> base_bdist_tmp/torch/include/ATen/native/quantized/cpu 2022-12-01T10:11:06.4925376Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu/QuantizedOps.h -> base_bdist_tmp/torch/include/ATen/native/quantized/cpu 2022-12-01T10:11:06.4929341Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu/RuyUtils.h -> base_bdist_tmp/torch/include/ATen/native/quantized/cpu 2022-12-01T10:11:06.4929701Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu/XnnpackUtils.h -> base_bdist_tmp/torch/include/ATen/native/quantized/cpu 2022-12-01T10:11:06.4930157Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu/conv_serialization.h -> base_bdist_tmp/torch/include/ATen/native/quantized/cpu 2022-12-01T10:11:06.4930723Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu/fbgemm_utils.h -> base_bdist_tmp/torch/include/ATen/native/quantized/cpu 2022-12-01T10:11:06.4931589Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu/init_qnnpack.h -> base_bdist_tmp/torch/include/ATen/native/quantized/cpu 2022-12-01T10:11:06.4932022Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu/qembeddingbag.h -> base_bdist_tmp/torch/include/ATen/native/quantized/cpu 2022-12-01T10:11:06.4932472Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h -> base_bdist_tmp/torch/include/ATen/native/quantized/cpu 2022-12-01T10:11:06.4932814Z creating base_bdist_tmp/torch/include/ATen/quantized 2022-12-01T10:11:06.4933541Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/quantized/QTensorImpl.h -> base_bdist_tmp/torch/include/ATen/quantized 2022-12-01T10:11:06.4934638Z copying build/lib.linux-x86_64-3.7/torch/include/ATen/quantized/Quantizer.h -> base_bdist_tmp/torch/include/ATen/quantized 2022-12-01T10:11:06.4936723Z creating base_bdist_tmp/torch/include/caffe2 2022-12-01T10:11:06.4937356Z creating base_bdist_tmp/torch/include/caffe2/utils 2022-12-01T10:11:06.4938213Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/bench_utils.h -> base_bdist_tmp/torch/include/caffe2/utils 2022-12-01T10:11:06.4939227Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/cast.h -> base_bdist_tmp/torch/include/caffe2/utils 2022-12-01T10:11:06.4940334Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/cblas.h -> base_bdist_tmp/torch/include/caffe2/utils 2022-12-01T10:11:06.4941779Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/conversions.h -> base_bdist_tmp/torch/include/caffe2/utils 2022-12-01T10:11:06.4942545Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/cpu_neon.h -> base_bdist_tmp/torch/include/caffe2/utils 2022-12-01T10:11:06.4943634Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/cpuid.h -> base_bdist_tmp/torch/include/caffe2/utils 2022-12-01T10:11:06.4944659Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/eigen_utils.h -> base_bdist_tmp/torch/include/caffe2/utils 2022-12-01T10:11:06.4945671Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/filler.h -> base_bdist_tmp/torch/include/caffe2/utils 2022-12-01T10:11:06.4946794Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/fixed_divisor.h -> base_bdist_tmp/torch/include/caffe2/utils 2022-12-01T10:11:06.4947797Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/knob_patcher.h -> base_bdist_tmp/torch/include/caffe2/utils 2022-12-01T10:11:06.4948669Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/knobs.h -> base_bdist_tmp/torch/include/caffe2/utils 2022-12-01T10:11:06.4949626Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/map_utils.h -> base_bdist_tmp/torch/include/caffe2/utils 2022-12-01T10:11:06.4950427Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/math-detail.h -> base_bdist_tmp/torch/include/caffe2/utils 2022-12-01T10:11:06.4951166Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/math.h -> base_bdist_tmp/torch/include/caffe2/utils 2022-12-01T10:11:06.4952205Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/murmur_hash3.h -> base_bdist_tmp/torch/include/caffe2/utils 2022-12-01T10:11:06.4952829Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/proto_convert.h -> base_bdist_tmp/torch/include/caffe2/utils 2022-12-01T10:11:06.4953885Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/proto_utils.h -> base_bdist_tmp/torch/include/caffe2/utils 2022-12-01T10:11:06.4955083Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/proto_wrap.h -> base_bdist_tmp/torch/include/caffe2/utils 2022-12-01T10:11:06.4956198Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/signal_handler.h -> base_bdist_tmp/torch/include/caffe2/utils 2022-12-01T10:11:06.4957118Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/simple_queue.h -> base_bdist_tmp/torch/include/caffe2/utils 2022-12-01T10:11:06.4958147Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/smart_tensor_printer.h -> base_bdist_tmp/torch/include/caffe2/utils 2022-12-01T10:11:06.4959009Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/string_utils.h -> base_bdist_tmp/torch/include/caffe2/utils 2022-12-01T10:11:06.4960320Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/zmq_helper.h -> base_bdist_tmp/torch/include/caffe2/utils 2022-12-01T10:11:06.4961841Z creating base_bdist_tmp/torch/include/caffe2/utils/math 2022-12-01T10:11:06.4962414Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/math/broadcast.h -> base_bdist_tmp/torch/include/caffe2/utils/math 2022-12-01T10:11:06.4962754Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/math/elementwise.h -> base_bdist_tmp/torch/include/caffe2/utils/math 2022-12-01T10:11:06.4963980Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/math/half_utils.h -> base_bdist_tmp/torch/include/caffe2/utils/math 2022-12-01T10:11:06.4965293Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/math/reduce.h -> base_bdist_tmp/torch/include/caffe2/utils/math 2022-12-01T10:11:06.4966469Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/math/transpose.h -> base_bdist_tmp/torch/include/caffe2/utils/math 2022-12-01T10:11:06.4967637Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/math/utils.h -> base_bdist_tmp/torch/include/caffe2/utils/math 2022-12-01T10:11:06.4969075Z creating base_bdist_tmp/torch/include/caffe2/utils/threadpool 2022-12-01T10:11:06.4969594Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/threadpool/ThreadPool.h -> base_bdist_tmp/torch/include/caffe2/utils/threadpool 2022-12-01T10:11:06.4971057Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/threadpool/ThreadPoolCommon.h -> base_bdist_tmp/torch/include/caffe2/utils/threadpool 2022-12-01T10:11:06.4971668Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/threadpool/WorkersPool.h -> base_bdist_tmp/torch/include/caffe2/utils/threadpool 2022-12-01T10:11:06.4973173Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/threadpool/pthreadpool-cpp.h -> base_bdist_tmp/torch/include/caffe2/utils/threadpool 2022-12-01T10:11:06.4973850Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/threadpool/pthreadpool.h -> base_bdist_tmp/torch/include/caffe2/utils/threadpool 2022-12-01T10:11:06.4975231Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/utils/threadpool/thread_pool_guard.h -> base_bdist_tmp/torch/include/caffe2/utils/threadpool 2022-12-01T10:11:06.4976859Z creating base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.4978336Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/allocator.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.4978707Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/blob.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.4979509Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/blob_serialization.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.4980460Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/blob_serializer_base.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.4981548Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/blob_stats.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.4982655Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/common.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.4983611Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/common_cudnn.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.4984188Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/common_gpu.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.4985732Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/common_omp.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.4986368Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/context.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.4987525Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/context_base.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.4988472Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/context_gpu.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.4989805Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/cudnn_wrappers.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.4990757Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/db.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.4991645Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/distributions_stubs.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.4992469Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/event.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.4993412Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/event_cpu.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.4995015Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/export_c10_op_to_caffe2.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.4995512Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/export_caffe2_op_to_c10.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.4997360Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/flags.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.4997814Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/graph.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.4998568Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/init.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.4999563Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/logging.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.5000803Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/memonger.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.5001471Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/module.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.5002594Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/net.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.5003413Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/net_async_base.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.5015679Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/net_async_scheduling.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.5017475Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/net_async_task.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.5017984Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/net_async_task_future.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.5018552Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/net_async_task_graph.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.5018926Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/net_async_tracing.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.5019212Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/net_dag_utils.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.5019648Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/net_parallel.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.5020002Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/net_simple.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.5020381Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/net_simple_refcount.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.5020816Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/numa.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.5021163Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/observer.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.5021460Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/operator.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.5021788Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/operator_gradient.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.5022068Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/operator_schema.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.5022479Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/plan_executor.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.5022779Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/prof_dag_counters.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.5023100Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/qtensor.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.5023506Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/qtensor_serialization.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.5023780Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/scope_guard.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.5024093Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/static_tracepoint.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.5024432Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/static_tracepoint_elfx86.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.5024821Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/stats.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.5026074Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/storage.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.5027190Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/tensor.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.5028462Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/tensor_impl.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.5029382Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/tensor_int8.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.5030347Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/test_utils.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.5031579Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/timer.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.5032667Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/transform.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.5033809Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/types.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.5034872Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/workspace.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.5036174Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/core/macros.h -> base_bdist_tmp/torch/include/caffe2/core 2022-12-01T10:11:06.5037838Z creating base_bdist_tmp/torch/include/caffe2/cuda_rtc 2022-12-01T10:11:06.5038551Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/cuda_rtc/common_rtc.h -> base_bdist_tmp/torch/include/caffe2/cuda_rtc 2022-12-01T10:11:06.5040391Z creating base_bdist_tmp/torch/include/caffe2/db 2022-12-01T10:11:06.5041072Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/db/create_db_op.h -> base_bdist_tmp/torch/include/caffe2/db 2022-12-01T10:11:06.5041957Z creating base_bdist_tmp/torch/include/caffe2/distributed 2022-12-01T10:11:06.5043831Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/distributed/file_store_handler.h -> base_bdist_tmp/torch/include/caffe2/distributed 2022-12-01T10:11:06.5044869Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/distributed/file_store_handler_op.h -> base_bdist_tmp/torch/include/caffe2/distributed 2022-12-01T10:11:06.5045828Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/distributed/redis_store_handler.h -> base_bdist_tmp/torch/include/caffe2/distributed 2022-12-01T10:11:06.5046928Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/distributed/redis_store_handler_op.h -> base_bdist_tmp/torch/include/caffe2/distributed 2022-12-01T10:11:06.5048008Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/distributed/store_handler.h -> base_bdist_tmp/torch/include/caffe2/distributed 2022-12-01T10:11:06.5049075Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/distributed/store_ops.h -> base_bdist_tmp/torch/include/caffe2/distributed 2022-12-01T10:11:06.5050483Z creating base_bdist_tmp/torch/include/caffe2/ideep 2022-12-01T10:11:06.5051113Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/ideep/ideep_utils.h -> base_bdist_tmp/torch/include/caffe2/ideep 2022-12-01T10:11:06.5052635Z creating base_bdist_tmp/torch/include/caffe2/image 2022-12-01T10:11:06.5053403Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/image/image_input_op.h -> base_bdist_tmp/torch/include/caffe2/image 2022-12-01T10:11:06.5054909Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/image/transform_gpu.h -> base_bdist_tmp/torch/include/caffe2/image 2022-12-01T10:11:06.5056396Z creating base_bdist_tmp/torch/include/caffe2/mpi 2022-12-01T10:11:06.5056789Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/mpi/mpi_common.h -> base_bdist_tmp/torch/include/caffe2/mpi 2022-12-01T10:11:06.5058326Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/mpi/mpi_ops.h -> base_bdist_tmp/torch/include/caffe2/mpi 2022-12-01T10:11:06.5059386Z creating base_bdist_tmp/torch/include/caffe2/observers 2022-12-01T10:11:06.5060490Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/observers/operator_attaching_net_observer.h -> base_bdist_tmp/torch/include/caffe2/observers 2022-12-01T10:11:06.5061440Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/observers/profile_observer.h -> base_bdist_tmp/torch/include/caffe2/observers 2022-12-01T10:11:06.5062546Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/observers/runcnt_observer.h -> base_bdist_tmp/torch/include/caffe2/observers 2022-12-01T10:11:06.5063532Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/observers/time_observer.h -> base_bdist_tmp/torch/include/caffe2/observers 2022-12-01T10:11:06.5064992Z creating base_bdist_tmp/torch/include/caffe2/onnx 2022-12-01T10:11:06.5065506Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/onnx/backend.h -> base_bdist_tmp/torch/include/caffe2/onnx 2022-12-01T10:11:06.5066719Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/onnx/backend_rep.h -> base_bdist_tmp/torch/include/caffe2/onnx 2022-12-01T10:11:06.5067632Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/onnx/device.h -> base_bdist_tmp/torch/include/caffe2/onnx 2022-12-01T10:11:06.5068743Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/onnx/helper.h -> base_bdist_tmp/torch/include/caffe2/onnx 2022-12-01T10:11:06.5069823Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/onnx/offline_tensor.h -> base_bdist_tmp/torch/include/caffe2/onnx 2022-12-01T10:11:06.5071064Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/onnx/onnx_exporter.h -> base_bdist_tmp/torch/include/caffe2/onnx 2022-12-01T10:11:06.5072306Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/onnx/onnxifi_graph_info.h -> base_bdist_tmp/torch/include/caffe2/onnx 2022-12-01T10:11:06.5073167Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/onnx/onnxifi_init.h -> base_bdist_tmp/torch/include/caffe2/onnx 2022-12-01T10:11:06.5075785Z creating base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5076336Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/abs_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5077436Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/accumulate_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5078242Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/accuracy_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5079392Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/acos_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5080492Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/activation_ops_cudnn.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5082210Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/affine_channel_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5083093Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/alias_with_name.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5084327Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/apmeter_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5085122Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/arg_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5086092Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/asin_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5087048Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/assert_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5088058Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/async_net_barrier_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5088916Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/atan_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5090296Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/batch_box_cox_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5090940Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/batch_bucketize_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5092322Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/batch_gather_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5093172Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/batch_matmul_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5094389Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/batch_moments_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5095412Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/batch_permutation_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5096823Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/batch_sparse_to_dense_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5097476Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/bbox_transform_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5098835Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/bisect_percentile_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5099758Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/boolean_mask_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5100971Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/boolean_unmask_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5101760Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/box_with_nms_limit_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5102785Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/bucketize_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5103832Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/byte_weight_dequant_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5105166Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/cast_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5106231Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/cbrt_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5106944Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/cc_bmm_bg_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5107848Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/ceil_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5108786Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/channel_backprop_stats_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5110166Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/channel_shuffle_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5111045Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/channel_stats_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5111985Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/clip_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5113207Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/collect_and_distribute_fpn_rpn_proposals_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5114478Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/concat_split_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5115313Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/conditional_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5117090Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/conv_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5118054Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/conv_op_cache_cudnn.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5118688Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/conv_op_impl.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5120440Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/conv_op_shared.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5121193Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/conv_pool_op_base.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5122688Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/conv_transpose_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5123316Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/conv_transpose_op_impl.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5124396Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/conv_transpose_op_mobile.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5125091Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/conv_transpose_op_mobile_impl.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5126793Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/conv_transpose_unpool_op_base.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5127583Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/copy_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5128476Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/copy_rows_to_tensor_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5129064Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/cos_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5130687Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/cosh_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5131409Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/cosine_embedding_criterion_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5132202Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/counter_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5132946Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/create_scope_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5134867Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/cross_entropy_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5135453Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/ctc_beam_search_decoder_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5136242Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/ctc_greedy_decoder_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5136981Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/cube_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5137895Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/data_couple.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5138851Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/dataset_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5139814Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/deform_conv_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5140739Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/deform_conv_op_impl.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5142042Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/dense_vector_to_id_list_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5142594Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/distance_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5144515Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/do_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5145013Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/dropout_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5145936Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/elementwise_add_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5146960Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/elementwise_div_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5147995Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/elementwise_linear_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5148656Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/elementwise_logical_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5150320Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/elementwise_mul_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5150777Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/elementwise_op_test.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5151970Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/elementwise_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5153804Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/elementwise_ops_utils.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5154122Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/elementwise_sub_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5155072Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/elu_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5156433Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/enforce_finite_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5157242Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/ensure_clipped_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5158179Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/ensure_cpu_output_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5159757Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/erf_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5160875Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/exp_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5161917Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/expand_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5162629Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/expand_squeeze_dims_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5163379Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/fc_inference.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5164759Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/feature_maps_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5165896Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/feed_blob_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5166656Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/filler_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5168090Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/find_duplicate_elements_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5168620Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/find_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5169703Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/flatten_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5170596Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/flexible_top_k.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5171334Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/floor_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5172044Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/free_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5173002Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/fully_connected_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5174093Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/fused_rowwise_8bit_conversion_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5174800Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/fused_rowwise_nbit_conversion_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5176101Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/fused_rowwise_nbitfake_conversion_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5177289Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/fused_rowwise_random_quantization_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5178087Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/gather_fused_8bit_rowwise_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5179752Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/gather_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5180432Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/gather_ranges_to_dense_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5181421Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/gelu_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5182272Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/generate_proposals_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5183551Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/generate_proposals_op_util_boxes.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5184433Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/generate_proposals_op_util_nms.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5185891Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/generate_proposals_op_util_nms_gpu.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5186723Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/given_tensor_byte_string_to_uint8_fill_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5187470Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/given_tensor_fill_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5188673Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/glu_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5189549Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/group_norm_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5190446Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/gru_unit_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5191052Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/h_softmax_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5192829Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/half_float_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5193536Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/hard_sigmoid_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5194459Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/heatmap_max_keypoint_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5195069Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/histogram_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5195955Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/if_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5196937Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/im2col_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5198512Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/index_hash_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5199027Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/index_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5200046Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/inference_lstm_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5200781Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/instance_norm_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5201857Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/integral_image_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5202916Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/is_empty_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5203577Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/jsd_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5204587Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/key_split_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5205074Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/layer_norm_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5206316Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/leaky_relu_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5206870Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/length_split_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5207688Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/lengths_pad_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5209221Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/lengths_reducer_fused_8bit_rowwise_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5210180Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/lengths_reducer_fused_nbit_rowwise_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5211624Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/lengths_reducer_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5212356Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/lengths_reducer_rowwise_8bit_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5213292Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/lengths_tile_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5214343Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/lengths_top_k_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5215080Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/listwise_l2r_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5216187Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/load_save_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5217432Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/load_save_op_util.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5218100Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/local_response_normalization_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5219467Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/locally_connected_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5220259Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/locally_connected_op_impl.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5221593Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/locally_connected_op_util.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5222092Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/log1p_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5223435Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/log_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5223962Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/logit_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5225218Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/loss_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5226214Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/lpnorm_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5227174Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/lstm_unit_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5228293Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/lstm_utils.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5229721Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/map_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5231014Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/margin_loss_l2r_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5231800Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/margin_ranking_criterion_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5232484Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/matmul_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5233795Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/max_pool_with_index_gpu.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5234492Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/mean_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5236212Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/merge_id_lists_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5236995Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/minmax_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5238183Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/mish_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5239053Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/mod_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5240280Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/moments_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5242388Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/multi_class_accuracy_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5242968Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/negate_gradient_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5243720Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/negative_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5244791Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/ngram_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5246549Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/no_default_engine_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5247586Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/normalize_l1_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5248729Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/normalize_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5249808Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/numpy_tile_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5251090Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/one_hot_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5252257Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/onnx_while_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5253523Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/op_utils_cudnn.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5254719Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/operator_fallback_gpu.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5255869Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/order_switch_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5257221Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/pack_rnn_sequence_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5258274Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/pack_segments.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5259504Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/pad_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5260544Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/partition_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5261909Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/percentile_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5262922Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/perplexity_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5264156Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/piecewise_linear_transform_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5265290Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/pool_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5266616Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/pool_op_util.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5267835Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/pow_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5268960Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/prefetch_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5270073Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/prelu_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5271251Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/prepend_dim_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5272352Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/quant_decode_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5273608Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/quantile_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5274795Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/rank_loss_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5275819Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/reciprocal_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5277092Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/reduce_front_back_max_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5278186Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/reduce_front_back_sum_mean_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5279438Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/reduce_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5281178Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/reducer_functors.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5283451Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/reduction_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5284512Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/relu_n_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5285434Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/relu_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5286739Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/remove_data_blocks_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5287688Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/replace_nan_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5288777Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/reshape_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5289983Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/resize_3d_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5291306Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/resize_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5292611Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/reverse_packed_segs_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5293724Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/rmac_regions_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5294785Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/rms_norm_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5295935Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/roi_align_gradient_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5297106Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/roi_align_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5298306Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/roi_align_rotated_gradient_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5299349Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/roi_align_rotated_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5300456Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/roi_pool_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5301531Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/rowmul_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5302744Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/rsqrt_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5303925Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/scale_blobs_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5304962Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/scale_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5306150Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/segment_reduction_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5308253Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/self_binning_histogram_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5309094Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/selu_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5310173Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/sequence_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5311308Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/shape_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5312573Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/sigmoid_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5313886Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/sin_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5314863Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/sinh_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5316044Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/sinusoid_position_encoding_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5317106Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/slice_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5318409Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/softmax_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5319704Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/softmax_utils.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5320891Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/softmax_with_loss_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5321943Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/softplus_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5323948Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/softsign_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5324722Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/space_batch_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5326115Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/sparse_dropout_with_replacement_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5327423Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/sparse_itemwise_dropout_with_replacement_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5328425Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/sparse_lp_regularizer_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5329652Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/sparse_normalize_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5330817Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/sparse_to_dense_mask_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5332074Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/sparse_to_dense_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5333316Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/spatial_batch_norm_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5334567Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/sqr_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5335712Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/spatial_softmax_with_loss_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5336961Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/sqrt_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5338207Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/square_root_divide_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5339297Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/stats_put_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5340462Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/stop_gradient.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5341507Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/string_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5342770Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/stump_func_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5344000Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/summarize_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5344962Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/swish_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5346267Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/tan_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5347282Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/tanh_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5348390Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/tensor_protos_db_input.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5349534Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/text_file_reader_utils.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5350755Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/thresholded_relu_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5351751Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/tile_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5354159Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/top_k.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5354715Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/transpose_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5355331Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/tt_linear_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5356344Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/unique_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5357435Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/unsafe_coalesce.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5358507Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/upsample_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5359750Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/utility_ops.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5361947Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/variable_length_sequence_padding.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5362761Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/weighted_multi_sampling_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5363887Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/weighted_sample_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5364950Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/while_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5366171Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/operators/zero_gradient_op.h -> base_bdist_tmp/torch/include/caffe2/operators 2022-12-01T10:11:06.5367661Z creating base_bdist_tmp/torch/include/caffe2/opt 2022-12-01T10:11:06.5368244Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/opt/annotations.h -> base_bdist_tmp/torch/include/caffe2/opt 2022-12-01T10:11:06.5369726Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/opt/backend_cutting.h -> base_bdist_tmp/torch/include/caffe2/opt 2022-12-01T10:11:06.5370290Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/opt/backend_transformer_base.h -> base_bdist_tmp/torch/include/caffe2/opt 2022-12-01T10:11:06.5371645Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/opt/bound_shape_inferencer.h -> base_bdist_tmp/torch/include/caffe2/opt 2022-12-01T10:11:06.5372432Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/opt/converter.h -> base_bdist_tmp/torch/include/caffe2/opt 2022-12-01T10:11:06.5373799Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/opt/device.h -> base_bdist_tmp/torch/include/caffe2/opt 2022-12-01T10:11:06.5374484Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/opt/distributed.h -> base_bdist_tmp/torch/include/caffe2/opt 2022-12-01T10:11:06.5375678Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/opt/fakefp16_transform.h -> base_bdist_tmp/torch/include/caffe2/opt 2022-12-01T10:11:06.5376606Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/opt/fusion.h -> base_bdist_tmp/torch/include/caffe2/opt 2022-12-01T10:11:06.5377946Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/opt/glow_net_transform.h -> base_bdist_tmp/torch/include/caffe2/opt 2022-12-01T10:11:06.5378933Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/opt/mobile.h -> base_bdist_tmp/torch/include/caffe2/opt 2022-12-01T10:11:06.5382610Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/opt/onnx_convert.h -> base_bdist_tmp/torch/include/caffe2/opt 2022-12-01T10:11:06.5383203Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/opt/onnxifi_op.h -> base_bdist_tmp/torch/include/caffe2/opt 2022-12-01T10:11:06.5383712Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/opt/onnxifi_transformer.h -> base_bdist_tmp/torch/include/caffe2/opt 2022-12-01T10:11:06.5384211Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/opt/optimize_ideep.h -> base_bdist_tmp/torch/include/caffe2/opt 2022-12-01T10:11:06.5384710Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/opt/optimizer.h -> base_bdist_tmp/torch/include/caffe2/opt 2022-12-01T10:11:06.5385763Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/opt/passes.h -> base_bdist_tmp/torch/include/caffe2/opt 2022-12-01T10:11:06.5386787Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/opt/shape_info.h -> base_bdist_tmp/torch/include/caffe2/opt 2022-12-01T10:11:06.5387908Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/opt/tvm_transformer.h -> base_bdist_tmp/torch/include/caffe2/opt 2022-12-01T10:11:06.5389580Z creating base_bdist_tmp/torch/include/caffe2/perfkernels 2022-12-01T10:11:06.5390353Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels/adagrad.h -> base_bdist_tmp/torch/include/caffe2/perfkernels 2022-12-01T10:11:06.5391535Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels/common.h -> base_bdist_tmp/torch/include/caffe2/perfkernels 2022-12-01T10:11:06.5392478Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels/cvtsh_ss_bugfix.h -> base_bdist_tmp/torch/include/caffe2/perfkernels 2022-12-01T10:11:06.5393400Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels/embedding_lookup.h -> base_bdist_tmp/torch/include/caffe2/perfkernels 2022-12-01T10:11:06.5394213Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels/embedding_lookup_idx.h -> base_bdist_tmp/torch/include/caffe2/perfkernels 2022-12-01T10:11:06.5394959Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels/fused_8bit_rowwise_embedding_lookup.h -> base_bdist_tmp/torch/include/caffe2/perfkernels 2022-12-01T10:11:06.5396059Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels/fused_8bit_rowwise_embedding_lookup_idx.h -> base_bdist_tmp/torch/include/caffe2/perfkernels 2022-12-01T10:11:06.5396877Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels/fused_nbit_rowwise_conversion.h -> base_bdist_tmp/torch/include/caffe2/perfkernels 2022-12-01T10:11:06.5397791Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels/lstm_unit_cpu-impl.h -> base_bdist_tmp/torch/include/caffe2/perfkernels 2022-12-01T10:11:06.5398614Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels/lstm_unit_cpu.h -> base_bdist_tmp/torch/include/caffe2/perfkernels 2022-12-01T10:11:06.5399581Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels/lstm_unit_cpu_common.h -> base_bdist_tmp/torch/include/caffe2/perfkernels 2022-12-01T10:11:06.5400775Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels/math.h -> base_bdist_tmp/torch/include/caffe2/perfkernels 2022-12-01T10:11:06.5402640Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/perfkernels/typed_axpy.h -> base_bdist_tmp/torch/include/caffe2/perfkernels 2022-12-01T10:11:06.5404307Z creating base_bdist_tmp/torch/include/caffe2/predictor 2022-12-01T10:11:06.5404782Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/predictor/InferenceGraph.h -> base_bdist_tmp/torch/include/caffe2/predictor 2022-12-01T10:11:06.5405080Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/predictor/ThreadLocalPtr.h -> base_bdist_tmp/torch/include/caffe2/predictor 2022-12-01T10:11:06.5406415Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/predictor/predictor.h -> base_bdist_tmp/torch/include/caffe2/predictor 2022-12-01T10:11:06.5407030Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/predictor/predictor_config.h -> base_bdist_tmp/torch/include/caffe2/predictor 2022-12-01T10:11:06.5408235Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/predictor/predictor_utils.h -> base_bdist_tmp/torch/include/caffe2/predictor 2022-12-01T10:11:06.5409731Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/predictor/transforms.h -> base_bdist_tmp/torch/include/caffe2/predictor 2022-12-01T10:11:06.5410519Z creating base_bdist_tmp/torch/include/caffe2/proto 2022-12-01T10:11:06.5411336Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/proto/caffe2_pb.h -> base_bdist_tmp/torch/include/caffe2/proto 2022-12-01T10:11:06.5411995Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/proto/torch_pb.h -> base_bdist_tmp/torch/include/caffe2/proto 2022-12-01T10:11:06.5412876Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/proto/torch.pb.h -> base_bdist_tmp/torch/include/caffe2/proto 2022-12-01T10:11:06.5414921Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/proto/caffe2.pb.h -> base_bdist_tmp/torch/include/caffe2/proto 2022-12-01T10:11:06.5418964Z creating base_bdist_tmp/torch/include/caffe2/python 2022-12-01T10:11:06.5420047Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/python/dlpack.h -> base_bdist_tmp/torch/include/caffe2/python 2022-12-01T10:11:06.5420569Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/python/pybind_state.h -> base_bdist_tmp/torch/include/caffe2/python 2022-12-01T10:11:06.5422285Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/python/pybind_state_dlpack.h -> base_bdist_tmp/torch/include/caffe2/python 2022-12-01T10:11:06.5422586Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/python/pybind_state_registry.h -> base_bdist_tmp/torch/include/caffe2/python 2022-12-01T10:11:06.5423899Z creating base_bdist_tmp/torch/include/caffe2/queue 2022-12-01T10:11:06.5424285Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/queue/blobs_queue.h -> base_bdist_tmp/torch/include/caffe2/queue 2022-12-01T10:11:06.5425521Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/queue/blobs_queue_db.h -> base_bdist_tmp/torch/include/caffe2/queue 2022-12-01T10:11:06.5425862Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/queue/queue_ops.h -> base_bdist_tmp/torch/include/caffe2/queue 2022-12-01T10:11:06.5427524Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/queue/rebatching_queue.h -> base_bdist_tmp/torch/include/caffe2/queue 2022-12-01T10:11:06.5428332Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/queue/rebatching_queue_ops.h -> base_bdist_tmp/torch/include/caffe2/queue 2022-12-01T10:11:06.5429245Z creating base_bdist_tmp/torch/include/caffe2/serialize 2022-12-01T10:11:06.5430239Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/serialize/crc_alt.h -> base_bdist_tmp/torch/include/caffe2/serialize 2022-12-01T10:11:06.5432301Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/serialize/file_adapter.h -> base_bdist_tmp/torch/include/caffe2/serialize 2022-12-01T10:11:06.5433092Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/serialize/in_memory_adapter.h -> base_bdist_tmp/torch/include/caffe2/serialize 2022-12-01T10:11:06.5434189Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/serialize/inline_container.h -> base_bdist_tmp/torch/include/caffe2/serialize 2022-12-01T10:11:06.5435316Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/serialize/istream_adapter.h -> base_bdist_tmp/torch/include/caffe2/serialize 2022-12-01T10:11:06.5436476Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/serialize/read_adapter_interface.h -> base_bdist_tmp/torch/include/caffe2/serialize 2022-12-01T10:11:06.5437425Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/serialize/versions.h -> base_bdist_tmp/torch/include/caffe2/serialize 2022-12-01T10:11:06.5439431Z creating base_bdist_tmp/torch/include/caffe2/sgd 2022-12-01T10:11:06.5439989Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd/adadelta_op.h -> base_bdist_tmp/torch/include/caffe2/sgd 2022-12-01T10:11:06.5440695Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd/adagrad_fused.h -> base_bdist_tmp/torch/include/caffe2/sgd 2022-12-01T10:11:06.5442537Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd/adagrad_op.h -> base_bdist_tmp/torch/include/caffe2/sgd 2022-12-01T10:11:06.5443086Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd/adam_op.h -> base_bdist_tmp/torch/include/caffe2/sgd 2022-12-01T10:11:06.5444487Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd/clip_tensor_op.h -> base_bdist_tmp/torch/include/caffe2/sgd 2022-12-01T10:11:06.5445135Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd/decay_adagrad_op.h -> base_bdist_tmp/torch/include/caffe2/sgd 2022-12-01T10:11:06.5446109Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd/fp16_momentum_sgd_op.h -> base_bdist_tmp/torch/include/caffe2/sgd 2022-12-01T10:11:06.5447012Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd/fp32_momentum_sgd_op.h -> base_bdist_tmp/torch/include/caffe2/sgd 2022-12-01T10:11:06.5447790Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd/ftrl_op.h -> base_bdist_tmp/torch/include/caffe2/sgd 2022-12-01T10:11:06.5448650Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd/gftrl_op.h -> base_bdist_tmp/torch/include/caffe2/sgd 2022-12-01T10:11:06.5449702Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd/iter_op.h -> base_bdist_tmp/torch/include/caffe2/sgd 2022-12-01T10:11:06.5450951Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd/lars_op.h -> base_bdist_tmp/torch/include/caffe2/sgd 2022-12-01T10:11:06.5451510Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd/learning_rate_adaption_op.h -> base_bdist_tmp/torch/include/caffe2/sgd 2022-12-01T10:11:06.5452795Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd/learning_rate_functors.h -> base_bdist_tmp/torch/include/caffe2/sgd 2022-12-01T10:11:06.5453483Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd/learning_rate_op.h -> base_bdist_tmp/torch/include/caffe2/sgd 2022-12-01T10:11:06.5454951Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd/math_lp.h -> base_bdist_tmp/torch/include/caffe2/sgd 2022-12-01T10:11:06.5455315Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd/momentum_sgd_op.h -> base_bdist_tmp/torch/include/caffe2/sgd 2022-12-01T10:11:06.5456977Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd/rmsprop_op.h -> base_bdist_tmp/torch/include/caffe2/sgd 2022-12-01T10:11:06.5457638Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd/rowwise_adagrad_fused.h -> base_bdist_tmp/torch/include/caffe2/sgd 2022-12-01T10:11:06.5458748Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd/rowwise_counter.h -> base_bdist_tmp/torch/include/caffe2/sgd 2022-12-01T10:11:06.5459710Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd/storm_op.h -> base_bdist_tmp/torch/include/caffe2/sgd 2022-12-01T10:11:06.5460289Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd/weight_scale_op.h -> base_bdist_tmp/torch/include/caffe2/sgd 2022-12-01T10:11:06.5461163Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd/wngrad_op.h -> base_bdist_tmp/torch/include/caffe2/sgd 2022-12-01T10:11:06.5462050Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/sgd/yellowfin_op.h -> base_bdist_tmp/torch/include/caffe2/sgd 2022-12-01T10:11:06.5463471Z creating base_bdist_tmp/torch/include/caffe2/transforms 2022-12-01T10:11:06.5464184Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/transforms/common_subexpression_elimination.h -> base_bdist_tmp/torch/include/caffe2/transforms 2022-12-01T10:11:06.5465151Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/transforms/conv_to_nnpack_transform.h -> base_bdist_tmp/torch/include/caffe2/transforms 2022-12-01T10:11:06.5465993Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/transforms/pattern_net_transform.h -> base_bdist_tmp/torch/include/caffe2/transforms 2022-12-01T10:11:06.5467031Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/transforms/single_op_transform.h -> base_bdist_tmp/torch/include/caffe2/transforms 2022-12-01T10:11:06.5468386Z creating base_bdist_tmp/torch/include/caffe2/video 2022-12-01T10:11:06.5468758Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/video/optical_flow.h -> base_bdist_tmp/torch/include/caffe2/video 2022-12-01T10:11:06.5469692Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/video/video_decoder.h -> base_bdist_tmp/torch/include/caffe2/video 2022-12-01T10:11:06.5470990Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/video/video_input_op.h -> base_bdist_tmp/torch/include/caffe2/video 2022-12-01T10:11:06.5471952Z copying build/lib.linux-x86_64-3.7/torch/include/caffe2/video/video_io.h -> base_bdist_tmp/torch/include/caffe2/video 2022-12-01T10:11:06.5473288Z creating base_bdist_tmp/torch/include/c10 2022-12-01T10:11:06.5473882Z creating base_bdist_tmp/torch/include/c10/macros 2022-12-01T10:11:06.5474687Z copying build/lib.linux-x86_64-3.7/torch/include/c10/macros/Export.h -> base_bdist_tmp/torch/include/c10/macros 2022-12-01T10:11:06.5476084Z copying build/lib.linux-x86_64-3.7/torch/include/c10/macros/Macros.h -> base_bdist_tmp/torch/include/c10/macros 2022-12-01T10:11:06.5477042Z copying build/lib.linux-x86_64-3.7/torch/include/c10/macros/cmake_macros.h -> base_bdist_tmp/torch/include/c10/macros 2022-12-01T10:11:06.5478641Z creating base_bdist_tmp/torch/include/c10/core 2022-12-01T10:11:06.5479190Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/Allocator.h -> base_bdist_tmp/torch/include/c10/core 2022-12-01T10:11:06.5480393Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/AutogradState.h -> base_bdist_tmp/torch/include/c10/core 2022-12-01T10:11:06.5482140Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/Backend.h -> base_bdist_tmp/torch/include/c10/core 2022-12-01T10:11:06.5482941Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/CPUAllocator.h -> base_bdist_tmp/torch/include/c10/core 2022-12-01T10:11:06.5483971Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/CompileTimeFunctionPointer.h -> base_bdist_tmp/torch/include/c10/core 2022-12-01T10:11:06.5484742Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/CopyBytes.h -> base_bdist_tmp/torch/include/c10/core 2022-12-01T10:11:06.5485710Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/DefaultDtype.h -> base_bdist_tmp/torch/include/c10/core 2022-12-01T10:11:06.5486836Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/DefaultTensorOptions.h -> base_bdist_tmp/torch/include/c10/core 2022-12-01T10:11:06.5487726Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/Device.h -> base_bdist_tmp/torch/include/c10/core 2022-12-01T10:11:06.5489394Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/DeviceArray.h -> base_bdist_tmp/torch/include/c10/core 2022-12-01T10:11:06.5490107Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/DeviceGuard.h -> base_bdist_tmp/torch/include/c10/core 2022-12-01T10:11:06.5491371Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/DeviceType.h -> base_bdist_tmp/torch/include/c10/core 2022-12-01T10:11:06.5491937Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/DispatchKey.h -> base_bdist_tmp/torch/include/c10/core 2022-12-01T10:11:06.5493630Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/DispatchKeySet.h -> base_bdist_tmp/torch/include/c10/core 2022-12-01T10:11:06.5494549Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/DynamicCast.h -> base_bdist_tmp/torch/include/c10/core 2022-12-01T10:11:06.5496267Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/Event.h -> base_bdist_tmp/torch/include/c10/core 2022-12-01T10:11:06.5496799Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/GeneratorImpl.h -> base_bdist_tmp/torch/include/c10/core 2022-12-01T10:11:06.5497738Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/GradMode.h -> base_bdist_tmp/torch/include/c10/core 2022-12-01T10:11:06.5499273Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/InferenceMode.h -> base_bdist_tmp/torch/include/c10/core 2022-12-01T10:11:06.5500190Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/Layout.h -> base_bdist_tmp/torch/include/c10/core 2022-12-01T10:11:06.5501104Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/MemoryFormat.h -> base_bdist_tmp/torch/include/c10/core 2022-12-01T10:11:06.5502192Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/OptionalRef.h -> base_bdist_tmp/torch/include/c10/core 2022-12-01T10:11:06.5503505Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/PyHandleCache.h -> base_bdist_tmp/torch/include/c10/core 2022-12-01T10:11:06.5504387Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/QEngine.h -> base_bdist_tmp/torch/include/c10/core 2022-12-01T10:11:06.5506281Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/QScheme.h -> base_bdist_tmp/torch/include/c10/core 2022-12-01T10:11:06.5506796Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/SafePyObject.h -> base_bdist_tmp/torch/include/c10/core 2022-12-01T10:11:06.5507538Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/Scalar.h -> base_bdist_tmp/torch/include/c10/core 2022-12-01T10:11:06.5509111Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/ScalarType.h -> base_bdist_tmp/torch/include/c10/core 2022-12-01T10:11:06.5510126Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/ScalarTypeToTypeMeta.h -> base_bdist_tmp/torch/include/c10/core 2022-12-01T10:11:06.5511081Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/Storage.h -> base_bdist_tmp/torch/include/c10/core 2022-12-01T10:11:06.5512313Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/StorageImpl.h -> base_bdist_tmp/torch/include/c10/core 2022-12-01T10:11:06.5513492Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/Stream.h -> base_bdist_tmp/torch/include/c10/core 2022-12-01T10:11:06.5514583Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/StreamGuard.h -> base_bdist_tmp/torch/include/c10/core 2022-12-01T10:11:06.5515651Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/SymFloat.h -> base_bdist_tmp/torch/include/c10/core 2022-12-01T10:11:06.5516869Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/SymFloatNodeImpl.h -> base_bdist_tmp/torch/include/c10/core 2022-12-01T10:11:06.5518171Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/SymInt.h -> base_bdist_tmp/torch/include/c10/core 2022-12-01T10:11:06.5519479Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/SymIntArrayRef.h -> base_bdist_tmp/torch/include/c10/core 2022-12-01T10:11:06.5520425Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/SymIntNodeImpl.h -> base_bdist_tmp/torch/include/c10/core 2022-12-01T10:11:06.5521834Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/TensorImpl.h -> base_bdist_tmp/torch/include/c10/core 2022-12-01T10:11:06.5524258Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/TensorOptions.h -> base_bdist_tmp/torch/include/c10/core 2022-12-01T10:11:06.5525127Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/UndefinedTensorImpl.h -> base_bdist_tmp/torch/include/c10/core 2022-12-01T10:11:06.5526111Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/WrapDimMinimal.h -> base_bdist_tmp/torch/include/c10/core 2022-12-01T10:11:06.5527392Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/alignment.h -> base_bdist_tmp/torch/include/c10/core 2022-12-01T10:11:06.5528544Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/thread_pool.h -> base_bdist_tmp/torch/include/c10/core 2022-12-01T10:11:06.5530347Z creating base_bdist_tmp/torch/include/c10/core/impl 2022-12-01T10:11:06.5531114Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/impl/DeviceGuardImplInterface.h -> base_bdist_tmp/torch/include/c10/core/impl 2022-12-01T10:11:06.5532087Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/impl/FakeGuardImpl.h -> base_bdist_tmp/torch/include/c10/core/impl 2022-12-01T10:11:06.5532802Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/impl/GPUTrace.h -> base_bdist_tmp/torch/include/c10/core/impl 2022-12-01T10:11:06.5533931Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/impl/InlineDeviceGuard.h -> base_bdist_tmp/torch/include/c10/core/impl 2022-12-01T10:11:06.5535018Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/impl/InlineEvent.h -> base_bdist_tmp/torch/include/c10/core/impl 2022-12-01T10:11:06.5535971Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/impl/InlineStreamGuard.h -> base_bdist_tmp/torch/include/c10/core/impl 2022-12-01T10:11:06.5536677Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/impl/LocalDispatchKeySet.h -> base_bdist_tmp/torch/include/c10/core/impl 2022-12-01T10:11:06.5537723Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/impl/PyInterpreter.h -> base_bdist_tmp/torch/include/c10/core/impl 2022-12-01T10:11:06.5538573Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/impl/PythonDispatcherTLS.h -> base_bdist_tmp/torch/include/c10/core/impl 2022-12-01T10:11:06.5539357Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/impl/SizesAndStrides.h -> base_bdist_tmp/torch/include/c10/core/impl 2022-12-01T10:11:06.5540568Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/impl/TorchDispatchModeTLS.h -> base_bdist_tmp/torch/include/c10/core/impl 2022-12-01T10:11:06.5541557Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/impl/VirtualGuardImpl.h -> base_bdist_tmp/torch/include/c10/core/impl 2022-12-01T10:11:06.5543311Z copying build/lib.linux-x86_64-3.7/torch/include/c10/core/impl/alloc_cpu.h -> base_bdist_tmp/torch/include/c10/core/impl 2022-12-01T10:11:06.5544353Z creating base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5545005Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/AlignOf.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5546491Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/Array.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5547300Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/ArrayRef.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5548951Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/BFloat16-inl.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5550024Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/BFloat16-math.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5550929Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/BFloat16.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5552025Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/Backtrace.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5553175Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/Bitset.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5554372Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/C++17.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5555422Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/CallOnce.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5556724Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/ConstexprCrc.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5557918Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/DeadlockDetection.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5560162Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/Deprecated.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5560664Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/DimVector.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5561099Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/Exception.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5562362Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/ExclusivelyOwned.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5562816Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/ExclusivelyOwnedTensorTraits.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5564359Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/Flags.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5565692Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/FunctionRef.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5566777Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/Half-inl.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5569413Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/Half.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5569912Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/IdWrapper.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5570408Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/LeftRight.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5571203Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/Load.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5572038Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/Logging.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5573376Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/MathConstants.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5574648Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/MaybeOwned.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5575542Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/Metaprogramming.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5576719Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/Optional.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5578545Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/OptionalArrayRef.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5579574Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/Registry.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5580914Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/ScopeExit.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5582069Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/SmallBuffer.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5583890Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/SmallVector.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5584480Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/StringUtil.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5585588Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/Synchronized.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5586769Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/ThreadLocal.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5587854Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/ThreadLocalDebugInfo.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5588931Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/Type.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5590067Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/TypeCast.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5591305Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/TypeIndex.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5592301Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/TypeList.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5593621Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/TypeSafeSignMath.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5594751Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/TypeTraits.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5595986Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/Unicode.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5597205Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/UniqueVoidPtr.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5598357Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/Unroll.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5599599Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/accumulate.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5600749Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/complex.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5602018Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/complex_math.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5603235Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/complex_utils.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5604412Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/copysign.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5605432Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/either.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5607892Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/env.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5608419Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/flat_hash_map.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5610530Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/hash.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5611221Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/in_place.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5612118Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/int128.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5613417Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/intrusive_ptr.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5615079Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/irange.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5616036Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/llvmMathExtras.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5617418Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/logging_is_google_glog.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5618720Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/logging_is_not_google_glog.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5619801Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/math_compat.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5620853Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/numa.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5622100Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/order_preserving_flat_hash_map.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5623973Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/overloaded.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5624908Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/python_stub.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5626615Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/qint32.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5627097Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/qint8.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5628051Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/quint2x4.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5629179Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/quint4x2.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5630229Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/quint8.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5631404Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/reverse_iterator.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5632573Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/safe_numerics.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5633810Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/signal_handler.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5634819Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/sparse_bitset.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5636501Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/strides.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5637582Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/string_utils.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5638756Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/string_view.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5640245Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/strong_type.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5642058Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/tempfile.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5643089Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/thread_name.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5644137Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/typeid.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5645474Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/variant.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5649796Z copying build/lib.linux-x86_64-3.7/torch/include/c10/util/win32-headers.h -> base_bdist_tmp/torch/include/c10/util 2022-12-01T10:11:06.5649991Z creating base_bdist_tmp/torch/include/c10/cuda 2022-12-01T10:11:06.5650500Z copying build/lib.linux-x86_64-3.7/torch/include/c10/cuda/CUDAAlgorithm.h -> base_bdist_tmp/torch/include/c10/cuda 2022-12-01T10:11:06.5650829Z copying build/lib.linux-x86_64-3.7/torch/include/c10/cuda/CUDACachingAllocator.h -> base_bdist_tmp/torch/include/c10/cuda 2022-12-01T10:11:06.5651585Z copying build/lib.linux-x86_64-3.7/torch/include/c10/cuda/CUDAException.h -> base_bdist_tmp/torch/include/c10/cuda 2022-12-01T10:11:06.5652064Z copying build/lib.linux-x86_64-3.7/torch/include/c10/cuda/CUDAFunctions.h -> base_bdist_tmp/torch/include/c10/cuda 2022-12-01T10:11:06.5652733Z copying build/lib.linux-x86_64-3.7/torch/include/c10/cuda/CUDAGraphsC10Utils.h -> base_bdist_tmp/torch/include/c10/cuda 2022-12-01T10:11:06.5653667Z copying build/lib.linux-x86_64-3.7/torch/include/c10/cuda/CUDAGuard.h -> base_bdist_tmp/torch/include/c10/cuda 2022-12-01T10:11:06.5654709Z copying build/lib.linux-x86_64-3.7/torch/include/c10/cuda/CUDAMacros.h -> base_bdist_tmp/torch/include/c10/cuda 2022-12-01T10:11:06.5655786Z copying build/lib.linux-x86_64-3.7/torch/include/c10/cuda/CUDAMathCompat.h -> base_bdist_tmp/torch/include/c10/cuda 2022-12-01T10:11:06.5656674Z copying build/lib.linux-x86_64-3.7/torch/include/c10/cuda/CUDAMiscFunctions.h -> base_bdist_tmp/torch/include/c10/cuda 2022-12-01T10:11:06.5657611Z copying build/lib.linux-x86_64-3.7/torch/include/c10/cuda/CUDAStream.h -> base_bdist_tmp/torch/include/c10/cuda 2022-12-01T10:11:06.5658639Z creating base_bdist_tmp/torch/include/c10/cuda/impl 2022-12-01T10:11:06.5659277Z copying build/lib.linux-x86_64-3.7/torch/include/c10/cuda/impl/CUDAGuardImpl.h -> base_bdist_tmp/torch/include/c10/cuda/impl 2022-12-01T10:11:06.5661471Z copying build/lib.linux-x86_64-3.7/torch/include/c10/cuda/impl/CUDATest.h -> base_bdist_tmp/torch/include/c10/cuda/impl 2022-12-01T10:11:06.5661658Z creating base_bdist_tmp/torch/include/torch 2022-12-01T10:11:06.5662197Z copying build/lib.linux-x86_64-3.7/torch/include/torch/script.h -> base_bdist_tmp/torch/include/torch 2022-12-01T10:11:06.5664038Z copying build/lib.linux-x86_64-3.7/torch/include/torch/extension.h -> base_bdist_tmp/torch/include/torch 2022-12-01T10:11:06.5664555Z copying build/lib.linux-x86_64-3.7/torch/include/torch/custom_class.h -> base_bdist_tmp/torch/include/torch 2022-12-01T10:11:06.5665211Z copying build/lib.linux-x86_64-3.7/torch/include/torch/library.h -> base_bdist_tmp/torch/include/torch 2022-12-01T10:11:06.5666621Z copying build/lib.linux-x86_64-3.7/torch/include/torch/custom_class_detail.h -> base_bdist_tmp/torch/include/torch 2022-12-01T10:11:06.5668381Z creating base_bdist_tmp/torch/include/torch/csrc 2022-12-01T10:11:06.5668888Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/CudaIPCTypes.h -> base_bdist_tmp/torch/include/torch/csrc 2022-12-01T10:11:06.5669289Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/DataLoader.h -> base_bdist_tmp/torch/include/torch/csrc 2022-12-01T10:11:06.5669879Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/Device.h -> base_bdist_tmp/torch/include/torch/csrc 2022-12-01T10:11:06.5670718Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/Dtype.h -> base_bdist_tmp/torch/include/torch/csrc 2022-12-01T10:11:06.5671705Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/DynamicTypes.h -> base_bdist_tmp/torch/include/torch/csrc 2022-12-01T10:11:06.5672766Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/Exceptions.h -> base_bdist_tmp/torch/include/torch/csrc 2022-12-01T10:11:06.5673702Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/Export.h -> base_bdist_tmp/torch/include/torch/csrc 2022-12-01T10:11:06.5674551Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/Generator.h -> base_bdist_tmp/torch/include/torch/csrc 2022-12-01T10:11:06.5675504Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/Layout.h -> base_bdist_tmp/torch/include/torch/csrc 2022-12-01T10:11:06.5676314Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/MemoryFormat.h -> base_bdist_tmp/torch/include/torch/csrc 2022-12-01T10:11:06.5677547Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/Module.h -> base_bdist_tmp/torch/include/torch/csrc 2022-12-01T10:11:06.5678144Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/PythonTypes.h -> base_bdist_tmp/torch/include/torch/csrc 2022-12-01T10:11:06.5679094Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/QScheme.h -> base_bdist_tmp/torch/include/torch/csrc 2022-12-01T10:11:06.5680482Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/Size.h -> base_bdist_tmp/torch/include/torch/csrc 2022-12-01T10:11:06.5682416Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/Storage.h -> base_bdist_tmp/torch/include/torch/csrc 2022-12-01T10:11:06.5683303Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/StorageMethods.h -> base_bdist_tmp/torch/include/torch/csrc 2022-12-01T10:11:06.5683821Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/StorageSharing.h -> base_bdist_tmp/torch/include/torch/csrc 2022-12-01T10:11:06.5684639Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/Stream.h -> base_bdist_tmp/torch/include/torch/csrc 2022-12-01T10:11:06.5686009Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/THConcat.h -> base_bdist_tmp/torch/include/torch/csrc 2022-12-01T10:11:06.5686739Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/THP.h -> base_bdist_tmp/torch/include/torch/csrc 2022-12-01T10:11:06.5688046Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/TypeInfo.h -> base_bdist_tmp/torch/include/torch/csrc 2022-12-01T10:11:06.5688454Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/Types.h -> base_bdist_tmp/torch/include/torch/csrc 2022-12-01T10:11:06.5689522Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/copy_utils.h -> base_bdist_tmp/torch/include/torch/csrc 2022-12-01T10:11:06.5690204Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/itt_wrapper.h -> base_bdist_tmp/torch/include/torch/csrc 2022-12-01T10:11:06.5690882Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/python_dimname.h -> base_bdist_tmp/torch/include/torch/csrc 2022-12-01T10:11:06.5691708Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/python_headers.h -> base_bdist_tmp/torch/include/torch/csrc 2022-12-01T10:11:06.5693027Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/serialization.h -> base_bdist_tmp/torch/include/torch/csrc 2022-12-01T10:11:06.5693568Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils.h -> base_bdist_tmp/torch/include/torch/csrc 2022-12-01T10:11:06.5694876Z creating base_bdist_tmp/torch/include/torch/csrc/api 2022-12-01T10:11:06.5695379Z creating base_bdist_tmp/torch/include/torch/csrc/api/include 2022-12-01T10:11:06.5696518Z creating base_bdist_tmp/torch/include/torch/csrc/api/include/torch 2022-12-01T10:11:06.5697032Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/all.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch 2022-12-01T10:11:06.5698186Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/arg.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch 2022-12-01T10:11:06.5698955Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/autograd.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch 2022-12-01T10:11:06.5700075Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/cuda.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch 2022-12-01T10:11:06.5700958Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch 2022-12-01T10:11:06.5701838Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/enum.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch 2022-12-01T10:11:06.5702674Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/expanding_array.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch 2022-12-01T10:11:06.5703989Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/fft.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch 2022-12-01T10:11:06.5704925Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/imethod.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch 2022-12-01T10:11:06.5705853Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/jit.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch 2022-12-01T10:11:06.5706700Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/linalg.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch 2022-12-01T10:11:06.5708089Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nested.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch 2022-12-01T10:11:06.5708891Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch 2022-12-01T10:11:06.5710204Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/optim.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch 2022-12-01T10:11:06.5711221Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/ordered_dict.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch 2022-12-01T10:11:06.5712490Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/python.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch 2022-12-01T10:11:06.5713384Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/serialize.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch 2022-12-01T10:11:06.5714532Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/sparse.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch 2022-12-01T10:11:06.5715426Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/special.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch 2022-12-01T10:11:06.5717276Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/torch.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch 2022-12-01T10:11:06.5717660Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/types.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch 2022-12-01T10:11:06.5718696Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/utils.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch 2022-12-01T10:11:06.5719860Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/version.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch 2022-12-01T10:11:06.5721508Z creating base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data 2022-12-01T10:11:06.5722027Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/dataloader.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data 2022-12-01T10:11:06.5723022Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data 2022-12-01T10:11:06.5723613Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/datasets.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data 2022-12-01T10:11:06.5724644Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/example.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data 2022-12-01T10:11:06.5725537Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/iterator.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data 2022-12-01T10:11:06.5726597Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/samplers.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data 2022-12-01T10:11:06.5727326Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/transforms.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data 2022-12-01T10:11:06.5728592Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/worker_exception.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data 2022-12-01T10:11:06.5729462Z creating base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-12-01T10:11:06.5730220Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-12-01T10:11:06.5731668Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-12-01T10:11:06.5732460Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/dataloader 2022-12-01T10:11:06.5733376Z creating base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/datasets 2022-12-01T10:11:06.5734250Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/datasets/base.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/datasets 2022-12-01T10:11:06.5735040Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/datasets 2022-12-01T10:11:06.5736049Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/datasets/map.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/datasets 2022-12-01T10:11:06.5736852Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/datasets 2022-12-01T10:11:06.5737859Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/datasets/shared.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/datasets 2022-12-01T10:11:06.5738856Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/datasets 2022-12-01T10:11:06.5739817Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/datasets 2022-12-01T10:11:06.5740539Z creating base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/detail 2022-12-01T10:11:06.5741554Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/detail 2022-12-01T10:11:06.5742418Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/detail/queue.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/detail 2022-12-01T10:11:06.5742946Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/detail 2022-12-01T10:11:06.5744617Z creating base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/samplers 2022-12-01T10:11:06.5745069Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/samplers/base.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/samplers 2022-12-01T10:11:06.5746281Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/samplers 2022-12-01T10:11:06.5747225Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/samplers 2022-12-01T10:11:06.5748254Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/samplers/random.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/samplers 2022-12-01T10:11:06.5749313Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/samplers 2022-12-01T10:11:06.5750217Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/samplers 2022-12-01T10:11:06.5750973Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/samplers/stream.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/samplers 2022-12-01T10:11:06.5752097Z creating base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/transforms 2022-12-01T10:11:06.5752543Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/transforms/base.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/transforms 2022-12-01T10:11:06.5753704Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/transforms/collate.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/transforms 2022-12-01T10:11:06.5754728Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/transforms 2022-12-01T10:11:06.5756064Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/transforms/stack.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/transforms 2022-12-01T10:11:06.5757005Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/data/transforms 2022-12-01T10:11:06.5757831Z creating base_bdist_tmp/torch/include/torch/csrc/api/include/torch/detail 2022-12-01T10:11:06.5758511Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/detail 2022-12-01T10:11:06.5760023Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/detail/static.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/detail 2022-12-01T10:11:06.5760978Z creating base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn 2022-12-01T10:11:06.5761968Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/cloneable.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn 2022-12-01T10:11:06.5762750Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn 2022-12-01T10:11:06.5763637Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/init.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn 2022-12-01T10:11:06.5764981Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/module.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn 2022-12-01T10:11:06.5766026Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn 2022-12-01T10:11:06.5767106Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn 2022-12-01T10:11:06.5768090Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn 2022-12-01T10:11:06.5769291Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/pimpl.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn 2022-12-01T10:11:06.5770320Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/utils.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn 2022-12-01T10:11:06.5771801Z creating base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:11:06.5773052Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional/activation.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:11:06.5774391Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:11:06.5775547Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional/conv.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:11:06.5776868Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional/distance.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:11:06.5778026Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:11:06.5779060Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:11:06.5780211Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional/fold.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:11:06.5781371Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:11:06.5782385Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional/linear.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:11:06.5783475Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional/loss.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:11:06.5784850Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:11:06.5786097Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:11:06.5787269Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:11:06.5788336Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:11:06.5789695Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:11:06.5791220Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/functional/vision.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/functional 2022-12-01T10:11:06.5792216Z creating base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:11:06.5793432Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options/activation.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:11:06.5794904Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:11:06.5796016Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:11:06.5797017Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options/conv.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:11:06.5799226Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options/distance.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:11:06.5800058Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options/dropout.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:11:06.5801351Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options/embedding.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:11:06.5802576Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options/fold.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:11:06.5804525Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:11:06.5804955Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options/linear.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:11:06.5805547Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options/loss.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:11:06.5807184Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options/normalization.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:11:06.5807961Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options/padding.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:11:06.5809113Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:11:06.5809966Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options/pooling.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:11:06.5811141Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options/rnn.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:11:06.5811982Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options/transformer.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:11:06.5813389Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:11:06.5814216Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:11:06.5815546Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:11:06.5816171Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/options/vision.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/options 2022-12-01T10:11:06.5817603Z creating base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:11:06.5818263Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:11:06.5819246Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/activation.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:11:06.5820562Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:11:06.5821548Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:11:06.5822445Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/common.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:11:06.5823456Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/conv.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:11:06.5825028Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/distance.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:11:06.5825803Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:11:06.5826880Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:11:06.5827892Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/fold.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:11:06.5828750Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:11:06.5829809Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/linear.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:11:06.5830611Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/loss.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:11:06.5832019Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:11:06.5832687Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/padding.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:11:06.5834227Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:11:06.5835359Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:11:06.5836198Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:11:06.5837357Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:11:06.5838697Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:11:06.5840067Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:11:06.5840933Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:11:06.5842754Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/utils.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules 2022-12-01T10:11:06.5843590Z creating base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-12-01T10:11:06.5845678Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-12-01T10:11:06.5846971Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-12-01T10:11:06.5847712Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-12-01T10:11:06.5848368Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-12-01T10:11:06.5849194Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-12-01T10:11:06.5850559Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-12-01T10:11:06.5851713Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-12-01T10:11:06.5852661Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-12-01T10:11:06.5854785Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-12-01T10:11:06.5855505Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/modules/container 2022-12-01T10:11:06.5857163Z creating base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/parallel 2022-12-01T10:11:06.5858246Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/parallel 2022-12-01T10:11:06.5859273Z creating base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/utils 2022-12-01T10:11:06.5860080Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/utils 2022-12-01T10:11:06.5861494Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/utils 2022-12-01T10:11:06.5862578Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/nn/utils 2022-12-01T10:11:06.5864006Z creating base_bdist_tmp/torch/include/torch/csrc/api/include/torch/optim 2022-12-01T10:11:06.5864761Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/optim/adagrad.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/optim 2022-12-01T10:11:06.5865917Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/optim/adam.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/optim 2022-12-01T10:11:06.5866712Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/optim/adamw.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/optim 2022-12-01T10:11:06.5867794Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/optim/lbfgs.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/optim 2022-12-01T10:11:06.5868508Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/optim/optimizer.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/optim 2022-12-01T10:11:06.5869810Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/optim/rmsprop.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/optim 2022-12-01T10:11:06.5870660Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/optim/serialize.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/optim 2022-12-01T10:11:06.5871702Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/optim/sgd.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/optim 2022-12-01T10:11:06.5872771Z creating base_bdist_tmp/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-12-01T10:11:06.5873636Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-12-01T10:11:06.5874651Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/optim/schedulers 2022-12-01T10:11:06.5875629Z creating base_bdist_tmp/torch/include/torch/csrc/api/include/torch/serialize 2022-12-01T10:11:06.5876337Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/serialize/archive.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/serialize 2022-12-01T10:11:06.5877258Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/serialize/input-archive.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/serialize 2022-12-01T10:11:06.5878101Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/serialize/output-archive.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/serialize 2022-12-01T10:11:06.5879162Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/api/include/torch/serialize/tensor.h -> base_bdist_tmp/torch/include/torch/csrc/api/include/torch/serialize 2022-12-01T10:11:06.5880792Z creating base_bdist_tmp/torch/include/torch/csrc/autograd 2022-12-01T10:11:06.5881478Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/FunctionsManual.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-12-01T10:11:06.5882883Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/InferenceMode.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-12-01T10:11:06.5883550Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/VariableTypeUtils.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-12-01T10:11:06.5884676Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/anomaly_mode.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-12-01T10:11:06.5885742Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/autograd.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-12-01T10:11:06.5886591Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-12-01T10:11:06.5887433Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/cpp_hook.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-12-01T10:11:06.5888296Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/custom_function.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-12-01T10:11:06.5889357Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/edge.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-12-01T10:11:06.5890141Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/engine.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-12-01T10:11:06.5890939Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/forward_grad.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-12-01T10:11:06.5892100Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/function.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-12-01T10:11:06.5893163Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/function_hook.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-12-01T10:11:06.5893909Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/grad_mode.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-12-01T10:11:06.5894671Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/graph_task.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-12-01T10:11:06.5895865Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/input_buffer.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-12-01T10:11:06.5896605Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/input_metadata.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-12-01T10:11:06.5897517Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/jit_decomp_interface.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-12-01T10:11:06.5898236Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/profiler.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-12-01T10:11:06.5899221Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/profiler_kineto.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-12-01T10:11:06.5899982Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/profiler_legacy.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-12-01T10:11:06.5900810Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/profiler_python.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-12-01T10:11:06.5901738Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/python_anomaly_mode.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-12-01T10:11:06.5902491Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/python_autograd.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-12-01T10:11:06.5903344Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/python_cpp_function.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-12-01T10:11:06.5904056Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/python_engine.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-12-01T10:11:06.5904840Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/python_enum_tag.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-12-01T10:11:06.5905769Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/python_fft_functions.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-12-01T10:11:06.5906403Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/python_function.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-12-01T10:11:06.5907391Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/python_hook.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-12-01T10:11:06.5908087Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/python_legacy_variable.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-12-01T10:11:06.5909007Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/python_linalg_functions.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-12-01T10:11:06.5909651Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/python_nested_functions.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-12-01T10:11:06.5910974Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/python_nn_functions.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-12-01T10:11:06.5914162Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/python_return_types.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-12-01T10:11:06.5914518Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/python_saved_variable_hooks.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-12-01T10:11:06.5914876Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/python_sparse_functions.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-12-01T10:11:06.5916206Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/python_special_functions.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-12-01T10:11:06.5916825Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/python_torch_functions.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-12-01T10:11:06.5917458Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/python_variable.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-12-01T10:11:06.5918457Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/python_variable_indexing.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-12-01T10:11:06.5919693Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/record_function_ops.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-12-01T10:11:06.5920768Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/saved_variable.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-12-01T10:11:06.5922045Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/saved_variable_hooks.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-12-01T10:11:06.5923183Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/symbolic.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-12-01T10:11:06.5924542Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/variable.h -> base_bdist_tmp/torch/include/torch/csrc/autograd 2022-12-01T10:11:06.5925936Z creating base_bdist_tmp/torch/include/torch/csrc/autograd/functions 2022-12-01T10:11:06.5926813Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/functions/accumulate_grad.h -> base_bdist_tmp/torch/include/torch/csrc/autograd/functions 2022-12-01T10:11:06.5928185Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/functions/basic_ops.h -> base_bdist_tmp/torch/include/torch/csrc/autograd/functions 2022-12-01T10:11:06.5929211Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/functions/comm.h -> base_bdist_tmp/torch/include/torch/csrc/autograd/functions 2022-12-01T10:11:06.5930336Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/functions/pybind.h -> base_bdist_tmp/torch/include/torch/csrc/autograd/functions 2022-12-01T10:11:06.5931764Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/functions/tensor.h -> base_bdist_tmp/torch/include/torch/csrc/autograd/functions 2022-12-01T10:11:06.5932497Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/functions/utils.h -> base_bdist_tmp/torch/include/torch/csrc/autograd/functions 2022-12-01T10:11:06.5933711Z creating base_bdist_tmp/torch/include/torch/csrc/autograd/generated 2022-12-01T10:11:06.5934641Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/generated/python_functions.h -> base_bdist_tmp/torch/include/torch/csrc/autograd/generated 2022-12-01T10:11:06.5935977Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/generated/VariableType.h -> base_bdist_tmp/torch/include/torch/csrc/autograd/generated 2022-12-01T10:11:06.5937019Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/generated/Functions.h -> base_bdist_tmp/torch/include/torch/csrc/autograd/generated 2022-12-01T10:11:06.5940915Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/generated/variable_factories.h -> base_bdist_tmp/torch/include/torch/csrc/autograd/generated 2022-12-01T10:11:06.5942318Z creating base_bdist_tmp/torch/include/torch/csrc/autograd/utils 2022-12-01T10:11:06.5943180Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/utils/error_messages.h -> base_bdist_tmp/torch/include/torch/csrc/autograd/utils 2022-12-01T10:11:06.5944441Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/utils/grad_layout_contract.h -> base_bdist_tmp/torch/include/torch/csrc/autograd/utils 2022-12-01T10:11:06.5946197Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/utils/lambda_post_hook.h -> base_bdist_tmp/torch/include/torch/csrc/autograd/utils 2022-12-01T10:11:06.5947161Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/utils/python_arg_parsing.h -> base_bdist_tmp/torch/include/torch/csrc/autograd/utils 2022-12-01T10:11:06.5947482Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/utils/warnings.h -> base_bdist_tmp/torch/include/torch/csrc/autograd/utils 2022-12-01T10:11:06.5949030Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/autograd/utils/wrap_outputs.h -> base_bdist_tmp/torch/include/torch/csrc/autograd/utils 2022-12-01T10:11:06.5950383Z creating base_bdist_tmp/torch/include/torch/csrc/cuda 2022-12-01T10:11:06.5950736Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/cuda/Event.h -> base_bdist_tmp/torch/include/torch/csrc/cuda 2022-12-01T10:11:06.5951785Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/cuda/Module.h -> base_bdist_tmp/torch/include/torch/csrc/cuda 2022-12-01T10:11:06.5952713Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/cuda/Stream.h -> base_bdist_tmp/torch/include/torch/csrc/cuda 2022-12-01T10:11:06.5953734Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/cuda/THCP.h -> base_bdist_tmp/torch/include/torch/csrc/cuda 2022-12-01T10:11:06.5954464Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/cuda/comm.h -> base_bdist_tmp/torch/include/torch/csrc/cuda 2022-12-01T10:11:06.5955656Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/cuda/device_set.h -> base_bdist_tmp/torch/include/torch/csrc/cuda 2022-12-01T10:11:06.5956560Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/cuda/memory_snapshot.h -> base_bdist_tmp/torch/include/torch/csrc/cuda 2022-12-01T10:11:06.5957716Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/cuda/nccl.h -> base_bdist_tmp/torch/include/torch/csrc/cuda 2022-12-01T10:11:06.5958787Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/cuda/python_comm.h -> base_bdist_tmp/torch/include/torch/csrc/cuda 2022-12-01T10:11:06.5959558Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/cuda/python_nccl.h -> base_bdist_tmp/torch/include/torch/csrc/cuda 2022-12-01T10:11:06.5960682Z creating base_bdist_tmp/torch/include/torch/csrc/distributed 2022-12-01T10:11:06.5961421Z creating base_bdist_tmp/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:06.5962316Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d/TraceUtils.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:06.5963699Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d/c10d.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:06.5964392Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d/debug.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:06.5965306Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d/error.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:06.5966254Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d/exception.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:06.5967084Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d/logging.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:06.5967997Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d/python_comm_hook.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:06.5968906Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d/socket.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:06.5969964Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d/Backend.hpp -> base_bdist_tmp/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:06.5971156Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d/FileStore.hpp -> base_bdist_tmp/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:06.5971807Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp -> base_bdist_tmp/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:06.5972928Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d/HashStore.hpp -> base_bdist_tmp/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:06.5974050Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp -> base_bdist_tmp/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:06.5975217Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d/Ops.hpp -> base_bdist_tmp/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:06.5976273Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp -> base_bdist_tmp/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:06.5977409Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp -> base_bdist_tmp/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:06.5978328Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp -> base_bdist_tmp/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:06.5979841Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp -> base_bdist_tmp/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:06.5981210Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp -> base_bdist_tmp/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:06.5982331Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp -> base_bdist_tmp/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:06.5984668Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.hpp -> base_bdist_tmp/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:06.5985329Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp -> base_bdist_tmp/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:06.5985989Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp -> base_bdist_tmp/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:06.5987229Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp -> base_bdist_tmp/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:06.5987979Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d/Store.hpp -> base_bdist_tmp/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:06.5989174Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d/TCPStore.hpp -> base_bdist_tmp/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:06.5990383Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d/Types.hpp -> base_bdist_tmp/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:06.5991420Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d/UCCForNCCL.hpp -> base_bdist_tmp/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:06.5992457Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp -> base_bdist_tmp/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:06.5994540Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp -> base_bdist_tmp/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:06.5995805Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp -> base_bdist_tmp/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:06.5996547Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d/Utils.hpp -> base_bdist_tmp/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:06.5997637Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp -> base_bdist_tmp/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:06.5998095Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d/Work.hpp -> base_bdist_tmp/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:06.6000545Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d/comm.hpp -> base_bdist_tmp/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:06.6001073Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp -> base_bdist_tmp/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:06.6002499Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d/logger.hpp -> base_bdist_tmp/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:06.6003344Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d/reducer.hpp -> base_bdist_tmp/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:06.6004823Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp -> base_bdist_tmp/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:06.6005306Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/c10d/sequence_num.hpp -> base_bdist_tmp/torch/include/torch/csrc/distributed/c10d 2022-12-01T10:11:06.6006560Z creating base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:06.6006998Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/agent_utils.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:06.6008512Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/message.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:06.6009205Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/py_rref.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:06.6010108Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/python_call.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:06.6010810Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/python_functions.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:06.6012029Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/python_remote_call.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:06.6012753Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/python_resp.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:06.6016109Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:06.6016580Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/request_callback.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:06.6017078Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/request_callback_impl.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:06.6017547Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:06.6017987Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/rpc.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:06.6019199Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/rpc_agent.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:06.6019805Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/rpc_command_base.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:06.6020635Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/rref_context.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:06.6022024Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/rref_impl.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:06.6023453Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/rref_proto.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:06.6024671Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/script_call.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:06.6025917Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/script_remote_call.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:06.6026908Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/script_resp.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:06.6027952Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:06.6029296Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:06.6030639Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/torchscript_functions.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:06.6031691Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/types.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:06.6032882Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:06.6034052Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:06.6035024Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/distributed/rpc/utils.h -> base_bdist_tmp/torch/include/torch/csrc/distributed/rpc 2022-12-01T10:11:06.6037153Z creating base_bdist_tmp/torch/include/torch/csrc/jit 2022-12-01T10:11:06.6037835Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/jit_log.h -> base_bdist_tmp/torch/include/torch/csrc/jit 2022-12-01T10:11:06.6038757Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/jit_opt_limit.h -> base_bdist_tmp/torch/include/torch/csrc/jit 2022-12-01T10:11:06.6039764Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/resource_guard.h -> base_bdist_tmp/torch/include/torch/csrc/jit 2022-12-01T10:11:06.6040960Z creating base_bdist_tmp/torch/include/torch/csrc/jit/backends 2022-12-01T10:11:06.6041691Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/backends/backend.h -> base_bdist_tmp/torch/include/torch/csrc/jit/backends 2022-12-01T10:11:06.6042807Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/backends/backend_debug_handler.h -> base_bdist_tmp/torch/include/torch/csrc/jit/backends 2022-12-01T10:11:06.6043664Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/backends/backend_debug_info.h -> base_bdist_tmp/torch/include/torch/csrc/jit/backends 2022-12-01T10:11:06.6044640Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/backends/backend_detail.h -> base_bdist_tmp/torch/include/torch/csrc/jit/backends 2022-12-01T10:11:06.6045430Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/backends/backend_exception.h -> base_bdist_tmp/torch/include/torch/csrc/jit/backends 2022-12-01T10:11:06.6046257Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/backends/backend_init.h -> base_bdist_tmp/torch/include/torch/csrc/jit/backends 2022-12-01T10:11:06.6047328Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/backends/backend_interface.h -> base_bdist_tmp/torch/include/torch/csrc/jit/backends 2022-12-01T10:11:06.6047986Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/backends/backend_preprocess.h -> base_bdist_tmp/torch/include/torch/csrc/jit/backends 2022-12-01T10:11:06.6048910Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/backends/backend_resolver.h -> base_bdist_tmp/torch/include/torch/csrc/jit/backends 2022-12-01T10:11:06.6050423Z creating base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6051191Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/add_if_then_else.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6052200Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/annotate_warns.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6052846Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/autocast.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6053980Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/bailout_graph.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6054740Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/batch_mm.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6055585Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/canonicalize.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6056494Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6057415Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/check_strict_fusion.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6058253Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/clear_profiling.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6058952Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/clear_undefinedness.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6059820Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6060703Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/concat_opt.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6061754Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/constant_pooling.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6062792Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/constant_propagation.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6063856Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6064978Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/create_functional_graphs.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6065889Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/cuda_graph_fuser.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6066551Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/dead_code_elimination.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6067389Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/decompose_ops.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6068409Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/device_type_analysis.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6069268Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/dtype_analysis.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6070235Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/eliminate_no_ops.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6071217Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/erase_number_types.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6072318Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6072925Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/fold_conv_bn.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6074099Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/freeze_module.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6074519Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/frozen_concat_linear.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6075931Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6076499Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/frozen_conv_folding.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6077480Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6078615Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6080033Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6080684Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/fuse_linear.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6081732Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/fuse_relu.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6082699Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/graph_fuser.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6083549Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6084373Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/guard_elimination.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6085800Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6086367Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6088001Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/inline_fork_wait.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6088554Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/inline_forked_closures.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6088963Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/inliner.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6089698Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/inplace_check.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6090803Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/insert_guards.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6091418Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/integer_value_refinement.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6092416Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/lift_closures.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6093176Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/liveness.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6094641Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/loop_unrolling.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6095695Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/lower_grad_of.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6096489Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/lower_graph.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6097467Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/lower_tuples.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6098344Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/metal_rewrite.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6099233Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6099960Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/normalize_ops.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6101025Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6101893Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/onnx.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6102760Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/pass_manager.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6103727Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/peephole.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6104520Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6105555Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6106305Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/peephole_list_idioms.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6107312Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/peephole_non_tensor.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6108169Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/prepack_folding.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6109117Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/refine_tuple_types.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6109929Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/remove_dropout.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6110892Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/remove_exceptions.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6111767Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/remove_expands.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6112701Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/remove_inplace_ops.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6113514Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/remove_mutation.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6114692Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6115313Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6117120Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/requires_grad_analysis.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6117706Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/restore_mutation.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6118308Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/shape_analysis.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6119048Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/specialize_autogradzero.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6120159Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/subgraph_rewrite.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6121274Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6122144Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6123214Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6124156Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6125070Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6126017Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/value_refinement_utils.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6127072Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/variadic_ops.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6127885Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/vulkan_rewrite.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6128931Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes 2022-12-01T10:11:06.6130332Z creating base_bdist_tmp/torch/include/torch/csrc/jit/passes/quantization 2022-12-01T10:11:06.6130922Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes/quantization 2022-12-01T10:11:06.6131899Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/quantization/finalize.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes/quantization 2022-12-01T10:11:06.6132914Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes/quantization 2022-12-01T10:11:06.6133853Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/quantization/helper.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes/quantization 2022-12-01T10:11:06.6135637Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/quantization/insert_observers.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes/quantization 2022-12-01T10:11:06.6136669Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes/quantization 2022-12-01T10:11:06.6137574Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes/quantization 2022-12-01T10:11:06.6139060Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/quantization/quantization_type.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes/quantization 2022-12-01T10:11:06.6139736Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes/quantization 2022-12-01T10:11:06.6140928Z creating base_bdist_tmp/torch/include/torch/csrc/jit/passes/utils 2022-12-01T10:11:06.6141695Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes/utils 2022-12-01T10:11:06.6144968Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/utils/memory_dag.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes/utils 2022-12-01T10:11:06.6145548Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/utils/op_registry.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes/utils 2022-12-01T10:11:06.6146081Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/utils/optimization_utils.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes/utils 2022-12-01T10:11:06.6146459Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h -> base_bdist_tmp/torch/include/torch/csrc/jit/passes/utils 2022-12-01T10:11:06.6147027Z creating base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:06.6147402Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/argument_spec.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:06.6149118Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/autodiff.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:06.6149575Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:06.6150737Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/custom_operator.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:06.6151679Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/decomposition_registry.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:06.6152622Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:06.6153503Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/exception_message.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:06.6154385Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/graph_executor.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:06.6155376Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/graph_executor_impl.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:06.6156147Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/graph_iterator.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:06.6157287Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/instruction.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:06.6157886Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/interpreter.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:06.6159451Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/jit_exception.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:06.6160655Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/jit_trace.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:06.6162628Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/logging.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:06.6163204Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/operator.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:06.6164636Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/operator_options.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:06.6165237Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/print_handler.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:06.6166109Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:06.6166565Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/profiling_record.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:06.6167995Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/register_ops_utils.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:06.6169264Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/script_profile.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:06.6169946Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:06.6171080Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/shape_function_registry.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:06.6171972Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:06.6173383Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:06.6174457Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/symbolic_script.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:06.6175425Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:06.6176527Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:06.6177508Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/vararg_functions.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:06.6178618Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/runtime/variable_tensor_list.h -> base_bdist_tmp/torch/include/torch/csrc/jit/runtime 2022-12-01T10:11:06.6180004Z creating base_bdist_tmp/torch/include/torch/csrc/jit/ir 2022-12-01T10:11:06.6180817Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/ir/alias_analysis.h -> base_bdist_tmp/torch/include/torch/csrc/jit/ir 2022-12-01T10:11:06.6182451Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/ir/attributes.h -> base_bdist_tmp/torch/include/torch/csrc/jit/ir 2022-12-01T10:11:06.6183337Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/ir/constants.h -> base_bdist_tmp/torch/include/torch/csrc/jit/ir 2022-12-01T10:11:06.6184549Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/ir/graph_node_list.h -> base_bdist_tmp/torch/include/torch/csrc/jit/ir 2022-12-01T10:11:06.6185680Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/ir/ir.h -> base_bdist_tmp/torch/include/torch/csrc/jit/ir 2022-12-01T10:11:06.6187507Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/ir/ir_views.h -> base_bdist_tmp/torch/include/torch/csrc/jit/ir 2022-12-01T10:11:06.6188306Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/ir/irparser.h -> base_bdist_tmp/torch/include/torch/csrc/jit/ir 2022-12-01T10:11:06.6189504Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/ir/named_value.h -> base_bdist_tmp/torch/include/torch/csrc/jit/ir 2022-12-01T10:11:06.6190813Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/ir/node_hashing.h -> base_bdist_tmp/torch/include/torch/csrc/jit/ir 2022-12-01T10:11:06.6191805Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/ir/scope.h -> base_bdist_tmp/torch/include/torch/csrc/jit/ir 2022-12-01T10:11:06.6192858Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/ir/subgraph_matcher.h -> base_bdist_tmp/torch/include/torch/csrc/jit/ir 2022-12-01T10:11:06.6193971Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/ir/type_hashing.h -> base_bdist_tmp/torch/include/torch/csrc/jit/ir 2022-12-01T10:11:06.6195473Z creating base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:06.6196017Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/builtin_functions.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:06.6197299Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:06.6198075Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/concrete_module_type.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:06.6199223Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/convert_to_ssa.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:06.6200322Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/edit_distance.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:06.6201200Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/error_report.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:06.6201945Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/exit_transforms.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:06.6202917Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/function_schema_parser.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:06.6203764Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/inline_loop_condition.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:06.6204614Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/ir_emitter.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:06.6205662Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/lexer.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:06.6207240Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/mini_environment.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:06.6208226Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/name_mangler.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:06.6209883Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/parse_string_literal.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:06.6210382Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/parser.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:06.6211810Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/parser_constants.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:06.6212316Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/resolver.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:06.6213721Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/schema_matching.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:06.6214493Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/schema_type_parser.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:06.6215333Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/script_type_parser.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:06.6216066Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/source_range.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:06.6217436Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/source_ref.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:06.6217940Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/strtod.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:06.6218962Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/sugared_value.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:06.6220078Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/tracer.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:06.6221081Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/tree.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:06.6222096Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/tree_views.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:06.6223396Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/frontend/versioned_symbols.h -> base_bdist_tmp/torch/include/torch/csrc/jit/frontend 2022-12-01T10:11:06.6224862Z creating base_bdist_tmp/torch/include/torch/csrc/jit/api 2022-12-01T10:11:06.6225217Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/api/compilation_unit.h -> base_bdist_tmp/torch/include/torch/csrc/jit/api 2022-12-01T10:11:06.6227371Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/api/function_impl.h -> base_bdist_tmp/torch/include/torch/csrc/jit/api 2022-12-01T10:11:06.6227928Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/api/method.h -> base_bdist_tmp/torch/include/torch/csrc/jit/api 2022-12-01T10:11:06.6228461Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/api/module.h -> base_bdist_tmp/torch/include/torch/csrc/jit/api 2022-12-01T10:11:06.6229769Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/api/object.h -> base_bdist_tmp/torch/include/torch/csrc/jit/api 2022-12-01T10:11:06.6231299Z creating base_bdist_tmp/torch/include/torch/csrc/jit/serialization 2022-12-01T10:11:06.6232137Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h -> base_bdist_tmp/torch/include/torch/csrc/jit/serialization 2022-12-01T10:11:06.6233157Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization/export.h -> base_bdist_tmp/torch/include/torch/csrc/jit/serialization 2022-12-01T10:11:06.6234512Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization/export_bytecode.h -> base_bdist_tmp/torch/include/torch/csrc/jit/serialization 2022-12-01T10:11:06.6234995Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h -> base_bdist_tmp/torch/include/torch/csrc/jit/serialization 2022-12-01T10:11:06.6236617Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h -> base_bdist_tmp/torch/include/torch/csrc/jit/serialization 2022-12-01T10:11:06.6237088Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization/import.h -> base_bdist_tmp/torch/include/torch/csrc/jit/serialization 2022-12-01T10:11:06.6238345Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization/import_export_constants.h -> base_bdist_tmp/torch/include/torch/csrc/jit/serialization 2022-12-01T10:11:06.6239418Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization/import_export_functions.h -> base_bdist_tmp/torch/include/torch/csrc/jit/serialization 2022-12-01T10:11:06.6240406Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization/import_export_helpers.h -> base_bdist_tmp/torch/include/torch/csrc/jit/serialization 2022-12-01T10:11:06.6242054Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization/import_legacy.h -> base_bdist_tmp/torch/include/torch/csrc/jit/serialization 2022-12-01T10:11:06.6242742Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization/import_read.h -> base_bdist_tmp/torch/include/torch/csrc/jit/serialization 2022-12-01T10:11:06.6243740Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization/import_source.h -> base_bdist_tmp/torch/include/torch/csrc/jit/serialization 2022-12-01T10:11:06.6254703Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h -> base_bdist_tmp/torch/include/torch/csrc/jit/serialization 2022-12-01T10:11:06.6256160Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization/onnx.h -> base_bdist_tmp/torch/include/torch/csrc/jit/serialization 2022-12-01T10:11:06.6257332Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization/pickle.h -> base_bdist_tmp/torch/include/torch/csrc/jit/serialization 2022-12-01T10:11:06.6257931Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization/pickler.h -> base_bdist_tmp/torch/include/torch/csrc/jit/serialization 2022-12-01T10:11:06.6259323Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization/python_print.h -> base_bdist_tmp/torch/include/torch/csrc/jit/serialization 2022-12-01T10:11:06.6260678Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization/source_range_serialization.h -> base_bdist_tmp/torch/include/torch/csrc/jit/serialization 2022-12-01T10:11:06.6261397Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h -> base_bdist_tmp/torch/include/torch/csrc/jit/serialization 2022-12-01T10:11:06.6262351Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization/storage_context.h -> base_bdist_tmp/torch/include/torch/csrc/jit/serialization 2022-12-01T10:11:06.6263655Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization/type_name_uniquer.h -> base_bdist_tmp/torch/include/torch/csrc/jit/serialization 2022-12-01T10:11:06.6264344Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/serialization/unpickler.h -> base_bdist_tmp/torch/include/torch/csrc/jit/serialization 2022-12-01T10:11:06.6265969Z creating base_bdist_tmp/torch/include/torch/csrc/jit/python 2022-12-01T10:11:06.6266608Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python/init.h -> base_bdist_tmp/torch/include/torch/csrc/jit/python 2022-12-01T10:11:06.6267570Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python/module_python.h -> base_bdist_tmp/torch/include/torch/csrc/jit/python 2022-12-01T10:11:06.6268316Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python/pybind.h -> base_bdist_tmp/torch/include/torch/csrc/jit/python 2022-12-01T10:11:06.6269196Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python/pybind_utils.h -> base_bdist_tmp/torch/include/torch/csrc/jit/python 2022-12-01T10:11:06.6270413Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python/python_arg_flatten.h -> base_bdist_tmp/torch/include/torch/csrc/jit/python 2022-12-01T10:11:06.6271321Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python/python_custom_class.h -> base_bdist_tmp/torch/include/torch/csrc/jit/python 2022-12-01T10:11:06.6272113Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python/python_dict.h -> base_bdist_tmp/torch/include/torch/csrc/jit/python 2022-12-01T10:11:06.6273103Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python/python_ir.h -> base_bdist_tmp/torch/include/torch/csrc/jit/python 2022-12-01T10:11:06.6273850Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python/python_ivalue.h -> base_bdist_tmp/torch/include/torch/csrc/jit/python 2022-12-01T10:11:06.6274829Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python/python_list.h -> base_bdist_tmp/torch/include/torch/csrc/jit/python 2022-12-01T10:11:06.6275805Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python/python_sugared_value.h -> base_bdist_tmp/torch/include/torch/csrc/jit/python 2022-12-01T10:11:06.6277150Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python/python_tracer.h -> base_bdist_tmp/torch/include/torch/csrc/jit/python 2022-12-01T10:11:06.6277970Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python/python_tree_views.h -> base_bdist_tmp/torch/include/torch/csrc/jit/python 2022-12-01T10:11:06.6279522Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python/script_init.h -> base_bdist_tmp/torch/include/torch/csrc/jit/python 2022-12-01T10:11:06.6280162Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/python/update_graph_executor_opt.h -> base_bdist_tmp/torch/include/torch/csrc/jit/python 2022-12-01T10:11:06.6281777Z creating base_bdist_tmp/torch/include/torch/csrc/jit/mobile 2022-12-01T10:11:06.6282638Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile/code.h -> base_bdist_tmp/torch/include/torch/csrc/jit/mobile 2022-12-01T10:11:06.6283313Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile/debug_info.h -> base_bdist_tmp/torch/include/torch/csrc/jit/mobile 2022-12-01T10:11:06.6284086Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile/file_format.h -> base_bdist_tmp/torch/include/torch/csrc/jit/mobile 2022-12-01T10:11:06.6287474Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h -> base_bdist_tmp/torch/include/torch/csrc/jit/mobile 2022-12-01T10:11:06.6287962Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile/frame.h -> base_bdist_tmp/torch/include/torch/csrc/jit/mobile 2022-12-01T10:11:06.6288485Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile/function.h -> base_bdist_tmp/torch/include/torch/csrc/jit/mobile 2022-12-01T10:11:06.6288942Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile/import.h -> base_bdist_tmp/torch/include/torch/csrc/jit/mobile 2022-12-01T10:11:06.6289371Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile/import_data.h -> base_bdist_tmp/torch/include/torch/csrc/jit/mobile 2022-12-01T10:11:06.6290235Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile/import_export_common.h -> base_bdist_tmp/torch/include/torch/csrc/jit/mobile 2022-12-01T10:11:06.6290642Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile/interpreter.h -> base_bdist_tmp/torch/include/torch/csrc/jit/mobile 2022-12-01T10:11:06.6291444Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile/method.h -> base_bdist_tmp/torch/include/torch/csrc/jit/mobile 2022-12-01T10:11:06.6292253Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile/module.h -> base_bdist_tmp/torch/include/torch/csrc/jit/mobile 2022-12-01T10:11:06.6296070Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile/observer.h -> base_bdist_tmp/torch/include/torch/csrc/jit/mobile 2022-12-01T10:11:06.6297941Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile/parse_bytecode.h -> base_bdist_tmp/torch/include/torch/csrc/jit/mobile 2022-12-01T10:11:06.6298479Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile/parse_operators.h -> base_bdist_tmp/torch/include/torch/csrc/jit/mobile 2022-12-01T10:11:06.6298929Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile/prim_ops_registery.h -> base_bdist_tmp/torch/include/torch/csrc/jit/mobile 2022-12-01T10:11:06.6300067Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile/profiler_edge.h -> base_bdist_tmp/torch/include/torch/csrc/jit/mobile 2022-12-01T10:11:06.6301624Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h -> base_bdist_tmp/torch/include/torch/csrc/jit/mobile 2022-12-01T10:11:06.6302239Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile/quantization.h -> base_bdist_tmp/torch/include/torch/csrc/jit/mobile 2022-12-01T10:11:06.6303279Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h -> base_bdist_tmp/torch/include/torch/csrc/jit/mobile 2022-12-01T10:11:06.6304967Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile/type_parser.h -> base_bdist_tmp/torch/include/torch/csrc/jit/mobile 2022-12-01T10:11:06.6305483Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/mobile/upgrader_mobile.h -> base_bdist_tmp/torch/include/torch/csrc/jit/mobile 2022-12-01T10:11:06.6306731Z creating base_bdist_tmp/torch/include/torch/csrc/jit/testing 2022-12-01T10:11:06.6307139Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/testing/file_check.h -> base_bdist_tmp/torch/include/torch/csrc/jit/testing 2022-12-01T10:11:06.6308400Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/testing/hooks_for_testing.h -> base_bdist_tmp/torch/include/torch/csrc/jit/testing 2022-12-01T10:11:06.6309923Z creating base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:06.6310581Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/analysis.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:06.6311366Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/block_codegen.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:06.6312299Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:06.6313019Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:06.6313789Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/codegen.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:06.6315743Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:06.6316226Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:06.6320341Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:06.6321117Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/cuda_random.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:06.6321704Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/eval.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:06.6323670Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/exceptions.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:06.6324191Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/expr.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:06.6326021Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/external_functions.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:06.6326834Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:06.6327313Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:06.6328945Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:06.6329449Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/graph_opt.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:06.6331255Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/half_support.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:06.6331891Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/hash_provider.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:06.6332996Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:06.6334972Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/ir.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:06.6335724Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:06.6336784Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:06.6337521Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/ir_printer.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:06.6338556Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:06.6339687Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:06.6340436Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:06.6341700Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/kernel.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:06.6345391Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:06.6346949Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:06.6347891Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/loopnest.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:06.6349117Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:06.6350007Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/lowerings.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:06.6350919Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:06.6351910Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/reduction.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:06.6352987Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/registerizer.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:06.6353924Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/stmt.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:06.6355301Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/tensor.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:06.6356257Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:06.6357386Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/types.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:06.6358385Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:06.6359401Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr 2022-12-01T10:11:06.6360274Z creating base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr/operators 2022-12-01T10:11:06.6361721Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr/operators 2022-12-01T10:11:06.6362735Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr/operators 2022-12-01T10:11:06.6363750Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/operators/misc.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr/operators 2022-12-01T10:11:06.6364791Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/operators/norm.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr/operators 2022-12-01T10:11:06.6365466Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/operators/operators.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr/operators 2022-12-01T10:11:06.6366473Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr/operators 2022-12-01T10:11:06.6367560Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr/operators 2022-12-01T10:11:06.6368495Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr/operators 2022-12-01T10:11:06.6372154Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h -> base_bdist_tmp/torch/include/torch/csrc/jit/tensorexpr/operators 2022-12-01T10:11:06.6373098Z creating base_bdist_tmp/torch/include/torch/csrc/jit/codegen 2022-12-01T10:11:06.6374336Z creating base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6374919Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/arith.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6376278Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/codegen.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6377246Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/compute_at.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6377957Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/compute_at_map.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6379095Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/contiguity.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6380200Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/disjoint_set.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6380846Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/dispatch.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6381983Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/dynamic_type.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6382682Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/evaluator_common.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6383684Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/executor.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6384689Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/executor_kernel_arg.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6386708Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/executor_launch_params.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6387861Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/executor_utils.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6388513Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/expr_evaluator.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6389701Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/fusion.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6390366Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/fusion_segmenter.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6391808Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/grouped_reduction.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6392986Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/index_compute.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6394150Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/inline_propagator.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6395434Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/instrumentation.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6396571Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/interface.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6398635Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/ir_all_nodes.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6400013Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/ir_base_nodes.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6401298Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/ir_builder.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6402366Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/ir_cloner.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6403498Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/ir_container.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6404696Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/ir_graphviz.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6405892Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/ir_interface_nodes.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6407129Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/ir_internal_nodes.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6408630Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/ir_iostream.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6409780Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/ir_printer.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6410947Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/ir_utils.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6412118Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/iter_visitor.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6413283Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/kernel.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6414716Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/kernel_cache.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6415690Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6416742Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/kernel_ir.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6418184Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/kernel_ir_dispatch.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6419357Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower2device.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6420446Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower_alias_memory.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6421773Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower_allocation.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6422750Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower_double_buffer.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6423922Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower_expr_sort.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6425011Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower_fused_reduction.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6426230Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower_fusion_simplifier.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6427310Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower_index.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6428489Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower_index_compute.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6429620Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower_index_hoist.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6430623Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower_insert_syncs.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6431727Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower_instrument.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6433013Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower_loops.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6434090Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower_magic_zero.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6435148Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower_misaligned_vectorization.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6436341Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower_predicate.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6437655Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower_predicate_elimination.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6438575Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower_replace_size.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6439784Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower_shift.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6441082Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower_sync_information.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6442178Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower_thread_predicate.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6443561Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_broadcast.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6444490Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_reductions.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6445658Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower_unroll.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6446833Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower_utils.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6448039Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower_validation.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6449185Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/lower_warp_reduce.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6450300Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/manager.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6451402Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/maxinfo_propagator.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6452557Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/mma_type.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6453791Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/mutator.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6454935Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/non_divisible_split.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6455950Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/parallel_dimension_map.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6457035Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/parallel_type_bitmap.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6458255Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/parser.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6459407Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/partial_split_map.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6460377Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/partition.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6461463Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/predicate_compute.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6462553Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/reference_tensor.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6463717Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/root_domain_map.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6464885Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/transform_iter.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6466261Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/transform_replay.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6467447Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/transform_rfactor.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6468551Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/transform_view.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6469639Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/type.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6470811Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/type_inference.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6472087Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/type_promotion.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6473717Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/utils.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6474974Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/vectorization_info.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda 2022-12-01T10:11:06.6476377Z creating base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-12-01T10:11:06.6477271Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/ops/alias.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-12-01T10:11:06.6478501Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/ops/all_ops.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-12-01T10:11:06.6479818Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/ops/composite.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-12-01T10:11:06.6481068Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/ops/normalization.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda/ops 2022-12-01T10:11:06.6482245Z creating base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:11:06.6483401Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler/all_schedulers.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:11:06.6484732Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler/compile_time_info.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:11:06.6485893Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler/debug_utils.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:11:06.6487490Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler/heuristic.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:11:06.6488574Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler/matmul.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:11:06.6489681Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler/mma_utils.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:11:06.6490896Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler/normalization.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:11:06.6492036Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:11:06.6493302Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_heuristic.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:11:06.6494215Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_utils.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:11:06.6495396Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:11:06.6496502Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_heuristic.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:11:06.6497496Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_utils.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:11:06.6498612Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler/registry.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:11:06.6499743Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:11:06.6501256Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose_heuristic.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:11:06.6502500Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler/utils.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:11:06.6503637Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/jit/codegen/cuda/scheduler/vectorize_helper.h -> base_bdist_tmp/torch/include/torch/csrc/jit/codegen/cuda/scheduler 2022-12-01T10:11:06.6505158Z creating base_bdist_tmp/torch/include/torch/csrc/onnx 2022-12-01T10:11:06.6505944Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/onnx/init.h -> base_bdist_tmp/torch/include/torch/csrc/onnx 2022-12-01T10:11:06.6507087Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/onnx/onnx.h -> base_bdist_tmp/torch/include/torch/csrc/onnx 2022-12-01T10:11:06.6508346Z creating base_bdist_tmp/torch/include/torch/csrc/profiler 2022-12-01T10:11:06.6509314Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/profiler/api.h -> base_bdist_tmp/torch/include/torch/csrc/profiler 2022-12-01T10:11:06.6510480Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/profiler/collection.h -> base_bdist_tmp/torch/include/torch/csrc/profiler 2022-12-01T10:11:06.6511780Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/profiler/containers.h -> base_bdist_tmp/torch/include/torch/csrc/profiler 2022-12-01T10:11:06.6513070Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/profiler/execution_graph_observer.h -> base_bdist_tmp/torch/include/torch/csrc/profiler 2022-12-01T10:11:06.6513961Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/profiler/itt_observer.h -> base_bdist_tmp/torch/include/torch/csrc/profiler 2022-12-01T10:11:06.6515126Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/profiler/kineto_shim.h -> base_bdist_tmp/torch/include/torch/csrc/profiler 2022-12-01T10:11:06.6516209Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/profiler/nvtx_observer.h -> base_bdist_tmp/torch/include/torch/csrc/profiler 2022-12-01T10:11:06.6517419Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/profiler/util.h -> base_bdist_tmp/torch/include/torch/csrc/profiler 2022-12-01T10:11:06.6518536Z creating base_bdist_tmp/torch/include/torch/csrc/profiler/orchestration 2022-12-01T10:11:06.6520042Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/profiler/orchestration/observer.h -> base_bdist_tmp/torch/include/torch/csrc/profiler/orchestration 2022-12-01T10:11:06.6520889Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/profiler/orchestration/python_tracer.h -> base_bdist_tmp/torch/include/torch/csrc/profiler/orchestration 2022-12-01T10:11:06.6563302Z creating base_bdist_tmp/torch/include/torch/csrc/utils 2022-12-01T10:11:06.6564958Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/auto_gil.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-12-01T10:11:06.6565830Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/byte_order.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-12-01T10:11:06.6566389Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/cpp_stacktraces.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-12-01T10:11:06.6566794Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/cuda_enabled.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-12-01T10:11:06.6567255Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/cuda_lazy_init.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-12-01T10:11:06.6567696Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/disable_torch_function.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-12-01T10:11:06.6568108Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/disallow_copy.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-12-01T10:11:06.6568544Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/init.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-12-01T10:11:06.6568954Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/invalid_arguments.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-12-01T10:11:06.6569385Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/memory.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-12-01T10:11:06.6569906Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/numpy_stub.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-12-01T10:11:06.6570374Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/object_ptr.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-12-01T10:11:06.6570899Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/out_types.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-12-01T10:11:06.6571423Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/pybind.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-12-01T10:11:06.6571768Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/pycfunction_helpers.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-12-01T10:11:06.6572065Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/python_arg_parser.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-12-01T10:11:06.6572571Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/python_compat.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-12-01T10:11:06.6573054Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/python_dispatch.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-12-01T10:11:06.6573404Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/python_numbers.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-12-01T10:11:06.6573695Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/python_scalars.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-12-01T10:11:06.6573982Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/python_strings.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-12-01T10:11:06.6574302Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/python_stub.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-12-01T10:11:06.6574653Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/python_torch_function_mode.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-12-01T10:11:06.6574936Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/python_tuples.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-12-01T10:11:06.6575301Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/schema_info.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-12-01T10:11:06.6575572Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/six.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-12-01T10:11:06.6575871Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/structseq.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-12-01T10:11:06.6576321Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/tensor_apply.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-12-01T10:11:06.6576647Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/tensor_dtypes.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-12-01T10:11:06.6576937Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/tensor_flatten.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-12-01T10:11:06.6577260Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/tensor_layouts.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-12-01T10:11:06.6577545Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/tensor_list.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-12-01T10:11:06.6577842Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/tensor_memoryformats.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-12-01T10:11:06.6578108Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/tensor_new.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-12-01T10:11:06.6578427Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/tensor_numpy.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-12-01T10:11:06.6578716Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/tensor_qschemes.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-12-01T10:11:06.6578998Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/tensor_types.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-12-01T10:11:06.6579356Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/throughput_benchmark-inl.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-12-01T10:11:06.6579722Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/throughput_benchmark.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-12-01T10:11:06.6580148Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/torch_dispatch_mode.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-12-01T10:11:06.6580524Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/utils/variadic.h -> base_bdist_tmp/torch/include/torch/csrc/utils 2022-12-01T10:11:06.6580713Z creating base_bdist_tmp/torch/include/torch/csrc/tensor 2022-12-01T10:11:06.6581148Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/tensor/python_tensor.h -> base_bdist_tmp/torch/include/torch/csrc/tensor 2022-12-01T10:11:06.6581293Z creating base_bdist_tmp/torch/include/torch/csrc/lazy 2022-12-01T10:11:06.6581474Z creating base_bdist_tmp/torch/include/torch/csrc/lazy/backend 2022-12-01T10:11:06.6581830Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/backend/backend_data.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/backend 2022-12-01T10:11:06.6582231Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/backend/backend_device.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/backend 2022-12-01T10:11:06.6582595Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/backend/backend_interface.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/backend 2022-12-01T10:11:06.6583053Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/backend/lowering_context.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/backend 2022-12-01T10:11:06.6583283Z creating base_bdist_tmp/torch/include/torch/csrc/lazy/core 2022-12-01T10:11:06.6583829Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/cache.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core 2022-12-01T10:11:06.6584296Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/config.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core 2022-12-01T10:11:06.6584618Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/debug_util.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core 2022-12-01T10:11:06.6584910Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/dynamic_ir.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core 2022-12-01T10:11:06.6585313Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/hash.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core 2022-12-01T10:11:06.6585675Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/helpers.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core 2022-12-01T10:11:06.6585998Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/ir.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core 2022-12-01T10:11:06.6586294Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/ir_builder.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core 2022-12-01T10:11:06.6586591Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/ir_dump_util.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core 2022-12-01T10:11:06.6586957Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/ir_metadata.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core 2022-12-01T10:11:06.6587356Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/ir_util.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core 2022-12-01T10:11:06.6587731Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/lazy_graph_executor.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core 2022-12-01T10:11:06.6588046Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/lazy_view.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core 2022-12-01T10:11:06.6588333Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/metrics.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core 2022-12-01T10:11:06.6588717Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/multi_wait.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core 2022-12-01T10:11:06.6589102Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/permutation_util.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core 2022-12-01T10:11:06.6589467Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/shape.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core 2022-12-01T10:11:06.6589900Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/shape_inference.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core 2022-12-01T10:11:06.6590457Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/tensor.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core 2022-12-01T10:11:06.6590803Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/tensor_impl.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core 2022-12-01T10:11:06.6591255Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/tensor_util.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core 2022-12-01T10:11:06.6591791Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/thread_pool.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core 2022-12-01T10:11:06.6592071Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/trie.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core 2022-12-01T10:11:06.6592427Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/unique.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core 2022-12-01T10:11:06.6592982Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/util.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core 2022-12-01T10:11:06.6593207Z creating base_bdist_tmp/torch/include/torch/csrc/lazy/core/internal_ops 2022-12-01T10:11:06.6593540Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core/internal_ops 2022-12-01T10:11:06.6593680Z creating base_bdist_tmp/torch/include/torch/csrc/lazy/core/ops 2022-12-01T10:11:06.6594036Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core/ops 2022-12-01T10:11:06.6594377Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/core/ops/utils.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/core/ops 2022-12-01T10:11:06.6594510Z creating base_bdist_tmp/torch/include/torch/csrc/lazy/ts_backend 2022-12-01T10:11:06.6594845Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/ts_backend/config.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/ts_backend 2022-12-01T10:11:06.6595202Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/ts_backend 2022-12-01T10:11:06.6595514Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/ts_backend/ir_builder.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/ts_backend 2022-12-01T10:11:06.6596656Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/ts_backend 2022-12-01T10:11:06.6598189Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/ts_backend 2022-12-01T10:11:06.6598717Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/ts_backend 2022-12-01T10:11:06.6599614Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/ts_backend 2022-12-01T10:11:06.6600308Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/ts_backend 2022-12-01T10:11:06.6602188Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/ts_backend/ts_node.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/ts_backend 2022-12-01T10:11:06.6603145Z copying build/lib.linux-x86_64-3.7/torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h -> base_bdist_tmp/torch/include/torch/csrc/lazy/ts_backend 2022-12-01T10:11:06.6604931Z creating base_bdist_tmp/torch/include/pybind11 2022-12-01T10:11:06.6605875Z copying build/lib.linux-x86_64-3.7/torch/include/pybind11/attr.h -> base_bdist_tmp/torch/include/pybind11 2022-12-01T10:11:06.6606612Z copying build/lib.linux-x86_64-3.7/torch/include/pybind11/buffer_info.h -> base_bdist_tmp/torch/include/pybind11 2022-12-01T10:11:06.6607528Z copying build/lib.linux-x86_64-3.7/torch/include/pybind11/cast.h -> base_bdist_tmp/torch/include/pybind11 2022-12-01T10:11:06.6609643Z copying build/lib.linux-x86_64-3.7/torch/include/pybind11/chrono.h -> base_bdist_tmp/torch/include/pybind11 2022-12-01T10:11:06.6611692Z copying build/lib.linux-x86_64-3.7/torch/include/pybind11/common.h -> base_bdist_tmp/torch/include/pybind11 2022-12-01T10:11:06.6612695Z copying build/lib.linux-x86_64-3.7/torch/include/pybind11/complex.h -> base_bdist_tmp/torch/include/pybind11 2022-12-01T10:11:06.6613583Z copying build/lib.linux-x86_64-3.7/torch/include/pybind11/eigen.h -> base_bdist_tmp/torch/include/pybind11 2022-12-01T10:11:06.6613972Z copying build/lib.linux-x86_64-3.7/torch/include/pybind11/embed.h -> base_bdist_tmp/torch/include/pybind11 2022-12-01T10:11:06.6615789Z copying build/lib.linux-x86_64-3.7/torch/include/pybind11/eval.h -> base_bdist_tmp/torch/include/pybind11 2022-12-01T10:11:06.6616779Z copying build/lib.linux-x86_64-3.7/torch/include/pybind11/functional.h -> base_bdist_tmp/torch/include/pybind11 2022-12-01T10:11:06.6617711Z copying build/lib.linux-x86_64-3.7/torch/include/pybind11/gil.h -> base_bdist_tmp/torch/include/pybind11 2022-12-01T10:11:06.6618872Z copying build/lib.linux-x86_64-3.7/torch/include/pybind11/iostream.h -> base_bdist_tmp/torch/include/pybind11 2022-12-01T10:11:06.6619826Z copying build/lib.linux-x86_64-3.7/torch/include/pybind11/numpy.h -> base_bdist_tmp/torch/include/pybind11 2022-12-01T10:11:06.6622136Z copying build/lib.linux-x86_64-3.7/torch/include/pybind11/operators.h -> base_bdist_tmp/torch/include/pybind11 2022-12-01T10:11:06.6623131Z copying build/lib.linux-x86_64-3.7/torch/include/pybind11/options.h -> base_bdist_tmp/torch/include/pybind11 2022-12-01T10:11:06.6624046Z copying build/lib.linux-x86_64-3.7/torch/include/pybind11/pybind11.h -> base_bdist_tmp/torch/include/pybind11 2022-12-01T10:11:06.6626817Z copying build/lib.linux-x86_64-3.7/torch/include/pybind11/pytypes.h -> base_bdist_tmp/torch/include/pybind11 2022-12-01T10:11:06.6628166Z copying build/lib.linux-x86_64-3.7/torch/include/pybind11/stl.h -> base_bdist_tmp/torch/include/pybind11 2022-12-01T10:11:06.6629787Z copying build/lib.linux-x86_64-3.7/torch/include/pybind11/stl_bind.h -> base_bdist_tmp/torch/include/pybind11 2022-12-01T10:11:06.6631186Z creating base_bdist_tmp/torch/include/pybind11/detail 2022-12-01T10:11:06.6631972Z copying build/lib.linux-x86_64-3.7/torch/include/pybind11/detail/class.h -> base_bdist_tmp/torch/include/pybind11/detail 2022-12-01T10:11:06.6633273Z copying build/lib.linux-x86_64-3.7/torch/include/pybind11/detail/common.h -> base_bdist_tmp/torch/include/pybind11/detail 2022-12-01T10:11:06.6634721Z copying build/lib.linux-x86_64-3.7/torch/include/pybind11/detail/descr.h -> base_bdist_tmp/torch/include/pybind11/detail 2022-12-01T10:11:06.6635424Z copying build/lib.linux-x86_64-3.7/torch/include/pybind11/detail/init.h -> base_bdist_tmp/torch/include/pybind11/detail 2022-12-01T10:11:06.6637710Z copying build/lib.linux-x86_64-3.7/torch/include/pybind11/detail/internals.h -> base_bdist_tmp/torch/include/pybind11/detail 2022-12-01T10:11:06.6638529Z copying build/lib.linux-x86_64-3.7/torch/include/pybind11/detail/type_caster_base.h -> base_bdist_tmp/torch/include/pybind11/detail 2022-12-01T10:11:06.6640101Z copying build/lib.linux-x86_64-3.7/torch/include/pybind11/detail/typeid.h -> base_bdist_tmp/torch/include/pybind11/detail 2022-12-01T10:11:06.6643254Z creating base_bdist_tmp/torch/share 2022-12-01T10:11:06.6643563Z creating base_bdist_tmp/torch/share/cmake 2022-12-01T10:11:06.6644065Z creating base_bdist_tmp/torch/share/cmake/ATen 2022-12-01T10:11:06.6645199Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/ATen/ATenConfig.cmake -> base_bdist_tmp/torch/share/cmake/ATen 2022-12-01T10:11:06.6646852Z creating base_bdist_tmp/torch/share/cmake/Caffe2 2022-12-01T10:11:06.6647437Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Caffe2ConfigVersion.cmake -> base_bdist_tmp/torch/share/cmake/Caffe2 2022-12-01T10:11:06.6649601Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Caffe2Config.cmake -> base_bdist_tmp/torch/share/cmake/Caffe2 2022-12-01T10:11:06.6650004Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Caffe2Targets.cmake -> base_bdist_tmp/torch/share/cmake/Caffe2 2022-12-01T10:11:06.6651057Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Caffe2Targets-release.cmake -> base_bdist_tmp/torch/share/cmake/Caffe2 2022-12-01T10:11:06.6651985Z creating base_bdist_tmp/torch/share/cmake/Caffe2/public 2022-12-01T10:11:06.6652542Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/public/cuda.cmake -> base_bdist_tmp/torch/share/cmake/Caffe2/public 2022-12-01T10:11:06.6654125Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/public/glog.cmake -> base_bdist_tmp/torch/share/cmake/Caffe2/public 2022-12-01T10:11:06.6655048Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/public/gflags.cmake -> base_bdist_tmp/torch/share/cmake/Caffe2/public 2022-12-01T10:11:06.6655819Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/public/mkl.cmake -> base_bdist_tmp/torch/share/cmake/Caffe2/public 2022-12-01T10:11:06.6657476Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/public/mkldnn.cmake -> base_bdist_tmp/torch/share/cmake/Caffe2/public 2022-12-01T10:11:06.6658239Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/public/protobuf.cmake -> base_bdist_tmp/torch/share/cmake/Caffe2/public 2022-12-01T10:11:06.6659177Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/public/threads.cmake -> base_bdist_tmp/torch/share/cmake/Caffe2/public 2022-12-01T10:11:06.6659995Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/public/utils.cmake -> base_bdist_tmp/torch/share/cmake/Caffe2/public 2022-12-01T10:11:06.6661430Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/public/LoadHIP.cmake -> base_bdist_tmp/torch/share/cmake/Caffe2/public 2022-12-01T10:11:06.6662643Z creating base_bdist_tmp/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-12-01T10:11:06.6663176Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake -> base_bdist_tmp/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-12-01T10:11:06.6664131Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake -> base_bdist_tmp/torch/share/cmake/Caffe2/Modules_CUDA_fix 2022-12-01T10:11:06.6665332Z creating base_bdist_tmp/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-12-01T10:11:06.6666088Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake -> base_bdist_tmp/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-12-01T10:11:06.6666773Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake -> base_bdist_tmp/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-12-01T10:11:06.6668803Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake -> base_bdist_tmp/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-12-01T10:11:06.6669563Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake -> base_bdist_tmp/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2022-12-01T10:11:06.6670732Z creating base_bdist_tmp/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-12-01T10:11:06.6671838Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake -> base_bdist_tmp/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-12-01T10:11:06.6672352Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake -> base_bdist_tmp/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-12-01T10:11:06.6673224Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake -> base_bdist_tmp/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-12-01T10:11:06.6674687Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake -> base_bdist_tmp/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2022-12-01T10:11:06.6675683Z creating base_bdist_tmp/torch/share/cmake/Tensorpipe 2022-12-01T10:11:06.6676696Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Tensorpipe/TensorpipeTargets.cmake -> base_bdist_tmp/torch/share/cmake/Tensorpipe 2022-12-01T10:11:06.6677819Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Tensorpipe/TensorpipeTargets-release.cmake -> base_bdist_tmp/torch/share/cmake/Tensorpipe 2022-12-01T10:11:06.6678859Z creating base_bdist_tmp/torch/share/cmake/Torch 2022-12-01T10:11:06.6679834Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Torch/TorchConfigVersion.cmake -> base_bdist_tmp/torch/share/cmake/Torch 2022-12-01T10:11:06.6682400Z copying build/lib.linux-x86_64-3.7/torch/share/cmake/Torch/TorchConfig.cmake -> base_bdist_tmp/torch/share/cmake/Torch 2022-12-01T10:11:06.6682996Z copying build/lib.linux-x86_64-3.7/torch/_C.cpython-37m-x86_64-linux-gnu.so -> base_bdist_tmp/torch 2022-12-01T10:11:06.6684862Z copying build/lib.linux-x86_64-3.7/torch/_C_flatbuffer.cpython-37m-x86_64-linux-gnu.so -> base_bdist_tmp/torch 2022-12-01T10:11:06.6688281Z creating base_bdist_tmp/torchgen 2022-12-01T10:11:06.6689100Z copying build/lib.linux-x86_64-3.7/torchgen/__init__.py -> base_bdist_tmp/torchgen 2022-12-01T10:11:06.6690459Z copying build/lib.linux-x86_64-3.7/torchgen/code_template.py -> base_bdist_tmp/torchgen 2022-12-01T10:11:06.6691111Z copying build/lib.linux-x86_64-3.7/torchgen/context.py -> base_bdist_tmp/torchgen 2022-12-01T10:11:06.6692120Z copying build/lib.linux-x86_64-3.7/torchgen/gen.py -> base_bdist_tmp/torchgen 2022-12-01T10:11:06.6694834Z copying build/lib.linux-x86_64-3.7/torchgen/gen_backend_stubs.py -> base_bdist_tmp/torchgen 2022-12-01T10:11:06.6695649Z copying build/lib.linux-x86_64-3.7/torchgen/gen_functionalization_type.py -> base_bdist_tmp/torchgen 2022-12-01T10:11:06.6696908Z copying build/lib.linux-x86_64-3.7/torchgen/gen_lazy_tensor.py -> base_bdist_tmp/torchgen 2022-12-01T10:11:06.6698226Z copying build/lib.linux-x86_64-3.7/torchgen/gen_vmap_plumbing.py -> base_bdist_tmp/torchgen 2022-12-01T10:11:06.6699442Z copying build/lib.linux-x86_64-3.7/torchgen/local.py -> base_bdist_tmp/torchgen 2022-12-01T10:11:06.6700514Z copying build/lib.linux-x86_64-3.7/torchgen/model.py -> base_bdist_tmp/torchgen 2022-12-01T10:11:06.6703026Z copying build/lib.linux-x86_64-3.7/torchgen/native_function_generation.py -> base_bdist_tmp/torchgen 2022-12-01T10:11:06.6703978Z copying build/lib.linux-x86_64-3.7/torchgen/utils.py -> base_bdist_tmp/torchgen 2022-12-01T10:11:06.6705398Z creating base_bdist_tmp/torchgen/api 2022-12-01T10:11:06.6706082Z copying build/lib.linux-x86_64-3.7/torchgen/api/__init__.py -> base_bdist_tmp/torchgen/api 2022-12-01T10:11:06.6707270Z copying build/lib.linux-x86_64-3.7/torchgen/api/autograd.py -> base_bdist_tmp/torchgen/api 2022-12-01T10:11:06.6708519Z copying build/lib.linux-x86_64-3.7/torchgen/api/cpp.py -> base_bdist_tmp/torchgen/api 2022-12-01T10:11:06.6709444Z copying build/lib.linux-x86_64-3.7/torchgen/api/dispatcher.py -> base_bdist_tmp/torchgen/api 2022-12-01T10:11:06.6710474Z copying build/lib.linux-x86_64-3.7/torchgen/api/functionalization.py -> base_bdist_tmp/torchgen/api 2022-12-01T10:11:06.6711183Z copying build/lib.linux-x86_64-3.7/torchgen/api/lazy.py -> base_bdist_tmp/torchgen/api 2022-12-01T10:11:06.6712758Z copying build/lib.linux-x86_64-3.7/torchgen/api/meta.py -> base_bdist_tmp/torchgen/api 2022-12-01T10:11:06.6713440Z copying build/lib.linux-x86_64-3.7/torchgen/api/native.py -> base_bdist_tmp/torchgen/api 2022-12-01T10:11:06.6714248Z copying build/lib.linux-x86_64-3.7/torchgen/api/python.py -> base_bdist_tmp/torchgen/api 2022-12-01T10:11:06.6715537Z copying build/lib.linux-x86_64-3.7/torchgen/api/structured.py -> base_bdist_tmp/torchgen/api 2022-12-01T10:11:06.6716460Z copying build/lib.linux-x86_64-3.7/torchgen/api/translate.py -> base_bdist_tmp/torchgen/api 2022-12-01T10:11:06.6717577Z copying build/lib.linux-x86_64-3.7/torchgen/api/types.py -> base_bdist_tmp/torchgen/api 2022-12-01T10:11:06.6718502Z copying build/lib.linux-x86_64-3.7/torchgen/api/ufunc.py -> base_bdist_tmp/torchgen/api 2022-12-01T10:11:06.6719454Z copying build/lib.linux-x86_64-3.7/torchgen/api/unboxing.py -> base_bdist_tmp/torchgen/api 2022-12-01T10:11:06.6720835Z creating base_bdist_tmp/torchgen/dest 2022-12-01T10:11:06.6721225Z copying build/lib.linux-x86_64-3.7/torchgen/dest/__init__.py -> base_bdist_tmp/torchgen/dest 2022-12-01T10:11:06.6722428Z copying build/lib.linux-x86_64-3.7/torchgen/dest/lazy_ir.py -> base_bdist_tmp/torchgen/dest 2022-12-01T10:11:06.6723890Z copying build/lib.linux-x86_64-3.7/torchgen/dest/lazy_ts_lowering.py -> base_bdist_tmp/torchgen/dest 2022-12-01T10:11:06.6724826Z copying build/lib.linux-x86_64-3.7/torchgen/dest/native_functions.py -> base_bdist_tmp/torchgen/dest 2022-12-01T10:11:06.6725441Z copying build/lib.linux-x86_64-3.7/torchgen/dest/register_dispatch_key.py -> base_bdist_tmp/torchgen/dest 2022-12-01T10:11:06.6726744Z copying build/lib.linux-x86_64-3.7/torchgen/dest/ufunc.py -> base_bdist_tmp/torchgen/dest 2022-12-01T10:11:06.6728265Z creating base_bdist_tmp/torchgen/operator_versions 2022-12-01T10:11:06.6728547Z copying build/lib.linux-x86_64-3.7/torchgen/operator_versions/__init__.py -> base_bdist_tmp/torchgen/operator_versions 2022-12-01T10:11:06.6729745Z copying build/lib.linux-x86_64-3.7/torchgen/operator_versions/gen_mobile_upgraders.py -> base_bdist_tmp/torchgen/operator_versions 2022-12-01T10:11:06.6730889Z copying build/lib.linux-x86_64-3.7/torchgen/operator_versions/gen_mobile_upgraders_constant.py -> base_bdist_tmp/torchgen/operator_versions 2022-12-01T10:11:06.6732422Z creating base_bdist_tmp/torchgen/selective_build 2022-12-01T10:11:06.6733167Z copying build/lib.linux-x86_64-3.7/torchgen/selective_build/__init__.py -> base_bdist_tmp/torchgen/selective_build 2022-12-01T10:11:06.6734086Z copying build/lib.linux-x86_64-3.7/torchgen/selective_build/operator.py -> base_bdist_tmp/torchgen/selective_build 2022-12-01T10:11:06.6734539Z copying build/lib.linux-x86_64-3.7/torchgen/selective_build/selector.py -> base_bdist_tmp/torchgen/selective_build 2022-12-01T10:11:06.6736219Z creating base_bdist_tmp/torchgen/static_runtime 2022-12-01T10:11:06.6737052Z copying build/lib.linux-x86_64-3.7/torchgen/static_runtime/__init__.py -> base_bdist_tmp/torchgen/static_runtime 2022-12-01T10:11:06.6737559Z copying build/lib.linux-x86_64-3.7/torchgen/static_runtime/config.py -> base_bdist_tmp/torchgen/static_runtime 2022-12-01T10:11:06.6738988Z copying build/lib.linux-x86_64-3.7/torchgen/static_runtime/gen_static_runtime_ops.py -> base_bdist_tmp/torchgen/static_runtime 2022-12-01T10:11:06.6739413Z copying build/lib.linux-x86_64-3.7/torchgen/static_runtime/generator.py -> base_bdist_tmp/torchgen/static_runtime 2022-12-01T10:11:06.6741301Z creating base_bdist_tmp/torchgen/packaged 2022-12-01T10:11:06.6741500Z creating base_bdist_tmp/torchgen/packaged/ATen 2022-12-01T10:11:06.6741963Z creating base_bdist_tmp/torchgen/packaged/ATen/native 2022-12-01T10:11:06.6744025Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/native/native_functions.yaml -> base_bdist_tmp/torchgen/packaged/ATen/native 2022-12-01T10:11:06.6749115Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/native/tags.yaml -> base_bdist_tmp/torchgen/packaged/ATen/native 2022-12-01T10:11:06.6749922Z creating base_bdist_tmp/torchgen/packaged/ATen/templates 2022-12-01T10:11:06.6750945Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/ATenOpList.cpp -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-12-01T10:11:06.6751936Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-12-01T10:11:06.6753391Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/DispatchKeyFunction.h -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-12-01T10:11:06.6754191Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/DispatchKeyFunctions.h -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-12-01T10:11:06.6755100Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-12-01T10:11:06.6756036Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-12-01T10:11:06.6756824Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-12-01T10:11:06.6757756Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/Function.h -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-12-01T10:11:06.6758654Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/FunctionalInverses.h -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-12-01T10:11:06.6759716Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/Functions.cpp -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-12-01T10:11:06.6760687Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/Functions.h -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-12-01T10:11:06.6761763Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/LazyIr.h -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-12-01T10:11:06.6762837Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/LazyNonNativeIr.h -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-12-01T10:11:06.6763755Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/MethodOperators.h -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-12-01T10:11:06.6764657Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/NativeFunction.h -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-12-01T10:11:06.6765565Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/NativeFunctions.h -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-12-01T10:11:06.6766476Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/NativeMetaFunction.h -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-12-01T10:11:06.6767302Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/NativeMetaFunctions.h -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-12-01T10:11:06.6768182Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/Operator.h -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-12-01T10:11:06.6769145Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/Operators.cpp -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-12-01T10:11:06.6769829Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/Operators.h -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-12-01T10:11:06.6770845Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/RedispatchFunctions.cpp -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-12-01T10:11:06.6771417Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/RedispatchFunctions.h -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-12-01T10:11:06.6772568Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-12-01T10:11:06.6773618Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-12-01T10:11:06.6774301Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-12-01T10:11:06.6775456Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-12-01T10:11:06.6776469Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-12-01T10:11:06.6777232Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/RegisterSchema.cpp -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-12-01T10:11:06.6777995Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/RegistrationDeclarations.h -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-12-01T10:11:06.6778743Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/TensorBody.h -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-12-01T10:11:06.6780334Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/TensorMethods.cpp -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-12-01T10:11:06.6780973Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/UfuncCPU.cpp -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-12-01T10:11:06.6782110Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-12-01T10:11:06.6782919Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/UfuncCUDA.cu -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-12-01T10:11:06.6784046Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/UnboxingFunctions.cpp -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-12-01T10:11:06.6785070Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/UnboxingFunctions.h -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-12-01T10:11:06.6785951Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/aten_interned_strings.h -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-12-01T10:11:06.6787531Z copying build/lib.linux-x86_64-3.7/torchgen/packaged/ATen/templates/enum_tag.h -> base_bdist_tmp/torchgen/packaged/ATen/templates 2022-12-01T10:11:06.6790484Z running install_egg_info 2022-12-01T10:11:06.6873504Z running egg_info 2022-12-01T10:11:06.6873997Z creating torch.egg-info 2022-12-01T10:11:06.6874698Z writing torch.egg-info/PKG-INFO 2022-12-01T10:11:06.6878317Z writing dependency_links to torch.egg-info/dependency_links.txt 2022-12-01T10:11:06.6880033Z writing entry points to torch.egg-info/entry_points.txt 2022-12-01T10:11:06.6881482Z writing requirements to torch.egg-info/requires.txt 2022-12-01T10:11:06.6882980Z writing top-level names to torch.egg-info/top_level.txt 2022-12-01T10:11:06.6884538Z writing manifest file 'torch.egg-info/SOURCES.txt' 2022-12-01T10:11:06.7520495Z reading manifest file 'torch.egg-info/SOURCES.txt' 2022-12-01T10:11:06.7521661Z reading manifest template 'MANIFEST.in' 2022-12-01T10:11:08.5480149Z warning: no previously-included files matching '*.o' found anywhere in distribution 2022-12-01T10:11:08.6683995Z warning: no previously-included files matching '*.dylib' found anywhere in distribution 2022-12-01T10:11:08.8953769Z warning: no previously-included files matching '*.swp' found anywhere in distribution 2022-12-01T10:11:09.4884410Z writing manifest file 'torch.egg-info/SOURCES.txt' 2022-12-01T10:11:09.4974594Z Copying torch.egg-info to base_bdist_tmp/torch-1.13.0a0+gitae2fe40-py3.7.egg-info 2022-12-01T10:11:09.5017106Z running install_scripts 2022-12-01T10:11:09.5312546Z adding license file "LICENSE" (matched pattern "LICEN[CS]E*") 2022-12-01T10:11:09.5315906Z adding license file "NOTICE" (matched pattern "NOTICE*") 2022-12-01T10:11:09.5374777Z creating base_bdist_tmp/torch-1.13.0a0+gitae2fe40.dist-info/WHEEL 2022-12-01T10:11:09.5378933Z creating 'base_dist/torch-1.13.0a0+gitae2fe40-cp37-cp37m-linux_x86_64.whl' and adding 'base_bdist_tmp' to it 2022-12-01T10:11:09.5381387Z adding 'caffe2/__init__.py' 2022-12-01T10:11:09.5383747Z adding 'caffe2/contrib/__init__.py' 2022-12-01T10:11:09.5385526Z adding 'caffe2/contrib/aten/__init__.py' 2022-12-01T10:11:09.5387689Z adding 'caffe2/contrib/aten/aten_test.py' 2022-12-01T10:11:09.5392174Z adding 'caffe2/contrib/aten/gen_op.py' 2022-12-01T10:11:09.5394517Z adding 'caffe2/contrib/aten/docs/__init__.py' 2022-12-01T10:11:09.5396601Z adding 'caffe2/contrib/aten/docs/sample.py' 2022-12-01T10:11:09.5398581Z adding 'caffe2/contrib/gloo/__init__.py' 2022-12-01T10:11:09.5404190Z adding 'caffe2/contrib/gloo/gloo_test.py' 2022-12-01T10:11:09.5406764Z adding 'caffe2/contrib/nccl/__init__.py' 2022-12-01T10:11:09.5409767Z adding 'caffe2/contrib/nccl/nccl_ops_test.py' 2022-12-01T10:11:09.5411953Z adding 'caffe2/contrib/nnpack/__init__.py' 2022-12-01T10:11:09.5414697Z adding 'caffe2/contrib/nnpack/nnpack_ops_test.py' 2022-12-01T10:11:09.5420267Z adding 'caffe2/contrib/playground/AnyExp.py' 2022-12-01T10:11:09.5423284Z adding 'caffe2/contrib/playground/AnyExpOnTerm.py' 2022-12-01T10:11:09.5425935Z adding 'caffe2/contrib/playground/ModuleRegister.py' 2022-12-01T10:11:09.5427721Z adding 'caffe2/contrib/playground/__init__.py' 2022-12-01T10:11:09.5430708Z adding 'caffe2/contrib/playground/checkpoint.py' 2022-12-01T10:11:09.5432833Z adding 'caffe2/contrib/playground/compute_loss.py' 2022-12-01T10:11:09.5435051Z adding 'caffe2/contrib/playground/compute_topk_accuracy.py' 2022-12-01T10:11:09.5436872Z adding 'caffe2/contrib/playground/meter.py' 2022-12-01T10:11:09.5438823Z adding 'caffe2/contrib/playground/module_map.py' 2022-12-01T10:11:09.5440937Z adding 'caffe2/contrib/playground/output_generator.py' 2022-12-01T10:11:09.5443445Z adding 'caffe2/contrib/playground/resnetdemo/IN1k_resnet.py' 2022-12-01T10:11:09.5445600Z adding 'caffe2/contrib/playground/resnetdemo/IN1k_resnet_no_test_model.py' 2022-12-01T10:11:09.5447670Z adding 'caffe2/contrib/playground/resnetdemo/__init__.py' 2022-12-01T10:11:09.5449342Z adding 'caffe2/contrib/playground/resnetdemo/caffe2_resnet50_default_forward.py' 2022-12-01T10:11:09.5451267Z adding 'caffe2/contrib/playground/resnetdemo/caffe2_resnet50_default_param_update.py' 2022-12-01T10:11:09.5454833Z adding 'caffe2/contrib/playground/resnetdemo/explicit_resnet_forward.py' 2022-12-01T10:11:09.5457175Z adding 'caffe2/contrib/playground/resnetdemo/explicit_resnet_param_update.py' 2022-12-01T10:11:09.5459249Z adding 'caffe2/contrib/playground/resnetdemo/gfs_IN1k.py' 2022-12-01T10:11:09.5461026Z adding 'caffe2/contrib/playground/resnetdemo/override_no_test_model_no_checkpoint.py' 2022-12-01T10:11:09.5462873Z adding 'caffe2/contrib/playground/resnetdemo/rendezvous_filestore.py' 2022-12-01T10:11:09.5464684Z adding 'caffe2/contrib/prof/__init__.py' 2022-12-01T10:11:09.5466474Z adding 'caffe2/contrib/prof/cuda_profile_ops_test.py' 2022-12-01T10:11:09.5468290Z adding 'caffe2/contrib/script/__init__.py' 2022-12-01T10:11:09.5469909Z adding 'caffe2/contrib/script/examples/__init__.py' 2022-12-01T10:11:09.5471654Z adding 'caffe2/contrib/tensorboard/__init__.py' 2022-12-01T10:11:09.5474480Z adding 'caffe2/contrib/tensorboard/tensorboard.py' 2022-12-01T10:11:09.5478452Z adding 'caffe2/contrib/tensorboard/tensorboard_exporter.py' 2022-12-01T10:11:09.5482555Z adding 'caffe2/contrib/tensorboard/tensorboard_exporter_test.py' 2022-12-01T10:11:09.5485484Z adding 'caffe2/contrib/tensorboard/tensorboard_test.py' 2022-12-01T10:11:09.5487432Z adding 'caffe2/contrib/warpctc/__init__.py' 2022-12-01T10:11:09.5489743Z adding 'caffe2/contrib/warpctc/ctc_ops_test.py' 2022-12-01T10:11:09.5491619Z adding 'caffe2/core/__init__.py' 2022-12-01T10:11:09.5493401Z adding 'caffe2/core/nomnigraph/__init__.py' 2022-12-01T10:11:09.5496501Z adding 'caffe2/core/nomnigraph/op_gen.py' 2022-12-01T10:11:09.5498612Z adding 'caffe2/distributed/__init__.py' 2022-12-01T10:11:09.5500632Z adding 'caffe2/distributed/file_store_handler_op_test.py' 2022-12-01T10:11:09.5502600Z adding 'caffe2/distributed/redis_store_handler_op_test.py' 2022-12-01T10:11:09.5504655Z adding 'caffe2/distributed/store_ops_test_util.py' 2022-12-01T10:11:09.5506506Z adding 'caffe2/experiments/__init__.py' 2022-12-01T10:11:09.5509934Z adding 'caffe2/experiments/python/SparseTransformer.py' 2022-12-01T10:11:09.5511727Z adding 'caffe2/experiments/python/__init__.py' 2022-12-01T10:11:09.5517256Z adding 'caffe2/experiments/python/convnet_benchmarks.py' 2022-12-01T10:11:09.5520448Z adding 'caffe2/experiments/python/device_reduce_sum_bench.py' 2022-12-01T10:11:09.5522881Z adding 'caffe2/experiments/python/funhash_op_test.py' 2022-12-01T10:11:09.5525609Z adding 'caffe2/experiments/python/net_construct_bench.py' 2022-12-01T10:11:09.5527828Z adding 'caffe2/experiments/python/sparse_funhash_op_test.py' 2022-12-01T10:11:09.5530172Z adding 'caffe2/experiments/python/sparse_reshape_op_test.py' 2022-12-01T10:11:09.5532300Z adding 'caffe2/experiments/python/tt_contraction_op_test.py' 2022-12-01T10:11:09.5534417Z adding 'caffe2/experiments/python/tt_pad_op_test.py' 2022-12-01T10:11:09.5536226Z adding 'caffe2/perfkernels/__init__.py' 2022-12-01T10:11:09.5540835Z adding 'caffe2/perfkernels/hp_emblookup_codegen.py' 2022-12-01T10:11:09.5543426Z adding 'caffe2/proto/__init__.py' 2022-12-01T10:11:09.5554832Z adding 'caffe2/proto/caffe2_pb2.py' 2022-12-01T10:11:09.5558967Z adding 'caffe2/proto/gen_proto_typestubs_helper.py' 2022-12-01T10:11:09.5563328Z adding 'caffe2/proto/torch_pb2.py' 2022-12-01T10:11:09.5567761Z adding 'caffe2/python/__init__.py' 2022-12-01T10:11:09.5570180Z adding 'caffe2/python/_import_c_extension.py' 2022-12-01T10:11:09.5572489Z adding 'caffe2/python/allcompare_test.py' 2022-12-01T10:11:09.5575822Z adding 'caffe2/python/attention.py' 2022-12-01T10:11:09.5578880Z adding 'caffe2/python/benchmark_generator.py' 2022-12-01T10:11:09.5582127Z adding 'caffe2/python/binarysize.py' 2022-12-01T10:11:09.5585158Z adding 'caffe2/python/brew.py' 2022-12-01T10:11:09.5588822Z adding 'caffe2/python/brew_test.py' 2022-12-01T10:11:09.5591366Z adding 'caffe2/python/build.py' 2022-12-01T10:11:09.5594001Z adding 'caffe2/python/cached_reader.py' 2022-12-01T10:11:09.5604075Z adding 'caffe2/python/caffe_translator.py' 2022-12-01T10:11:09.5607631Z adding 'caffe2/python/caffe_translator_test.py' 2022-12-01T10:11:09.5616322Z adding 'caffe2/python/checkpoint.py' 2022-12-01T10:11:09.5621203Z adding 'caffe2/python/checkpoint_test.py' 2022-12-01T10:11:09.5624161Z adding 'caffe2/python/cnn.py' 2022-12-01T10:11:09.5626798Z adding 'caffe2/python/context.py' 2022-12-01T10:11:09.5629049Z adding 'caffe2/python/context_test.py' 2022-12-01T10:11:09.5634387Z adding 'caffe2/python/control.py' 2022-12-01T10:11:09.5643870Z adding 'caffe2/python/control_ops_grad.py' 2022-12-01T10:11:09.5646873Z adding 'caffe2/python/control_ops_grad_test.py' 2022-12-01T10:11:09.5650878Z adding 'caffe2/python/control_ops_util.py' 2022-12-01T10:11:09.5654519Z adding 'caffe2/python/control_test.py' 2022-12-01T10:11:09.5656624Z adding 'caffe2/python/convert.py' 2022-12-01T10:11:09.5658462Z adding 'caffe2/python/convert_test.py' 2022-12-01T10:11:09.5663961Z adding 'caffe2/python/convnet_benchmarks.py' 2022-12-01T10:11:09.5666696Z adding 'caffe2/python/convnet_benchmarks_test.py' 2022-12-01T10:11:09.5708076Z adding 'caffe2/python/core.py' 2022-12-01T10:11:09.5718042Z adding 'caffe2/python/core_gradients_test.py' 2022-12-01T10:11:09.5729687Z adding 'caffe2/python/core_test.py' 2022-12-01T10:11:09.5735239Z adding 'caffe2/python/crf.py' 2022-12-01T10:11:09.5737779Z adding 'caffe2/python/crf_predict.py' 2022-12-01T10:11:09.5739983Z adding 'caffe2/python/crf_viterbi_test.py' 2022-12-01T10:11:09.5763784Z adding 'caffe2/python/data_parallel_model.py' 2022-12-01T10:11:09.5777564Z adding 'caffe2/python/data_parallel_model_test.py' 2022-12-01T10:11:09.5784153Z adding 'caffe2/python/data_workers.py' 2022-12-01T10:11:09.5787478Z adding 'caffe2/python/data_workers_test.py' 2022-12-01T10:11:09.5794578Z adding 'caffe2/python/dataio.py' 2022-12-01T10:11:09.5799948Z adding 'caffe2/python/dataio_test.py' 2022-12-01T10:11:09.5804856Z adding 'caffe2/python/dataset.py' 2022-12-01T10:11:09.5808498Z adding 'caffe2/python/db_file_reader.py' 2022-12-01T10:11:09.5810876Z adding 'caffe2/python/db_test.py' 2022-12-01T10:11:09.5813607Z adding 'caffe2/python/device_checker.py' 2022-12-01T10:11:09.5815904Z adding 'caffe2/python/dyndep.py' 2022-12-01T10:11:09.5819080Z adding 'caffe2/python/embedding_generation_benchmark.py' 2022-12-01T10:11:09.5821635Z adding 'caffe2/python/experiment_util.py' 2022-12-01T10:11:09.5823771Z adding 'caffe2/python/extension_loader.py' 2022-12-01T10:11:09.5825741Z adding 'caffe2/python/fakefp16_transform_lib.py' 2022-12-01T10:11:09.5827636Z adding 'caffe2/python/filler_test.py' 2022-12-01T10:11:09.5830426Z adding 'caffe2/python/functional.py' 2022-12-01T10:11:09.5833204Z adding 'caffe2/python/functional_test.py' 2022-12-01T10:11:09.5835935Z adding 'caffe2/python/fused_8bit_rowwise_conversion_ops_test.py' 2022-12-01T10:11:09.5841218Z adding 'caffe2/python/gradient_check_test.py' 2022-12-01T10:11:09.5846928Z adding 'caffe2/python/gradient_checker.py' 2022-12-01T10:11:09.5850126Z adding 'caffe2/python/gru_cell.py' 2022-12-01T10:11:09.5852262Z adding 'caffe2/python/hip_test_util.py' 2022-12-01T10:11:09.5854509Z adding 'caffe2/python/hsm_util.py' 2022-12-01T10:11:09.5878811Z adding 'caffe2/python/hypothesis_test.py' 2022-12-01T10:11:09.5888754Z adding 'caffe2/python/hypothesis_test_util.py' 2022-12-01T10:11:09.5891492Z adding 'caffe2/python/ideep_test_util.py' 2022-12-01T10:11:09.5899519Z adding 'caffe2/python/layer_model_helper.py' 2022-12-01T10:11:09.5902822Z adding 'caffe2/python/layer_model_instantiator.py' 2022-12-01T10:11:09.5905813Z adding 'caffe2/python/layer_parameter_sharing_test.py' 2022-12-01T10:11:09.5908779Z adding 'caffe2/python/layer_test_util.py' 2022-12-01T10:11:09.5927753Z adding 'caffe2/python/layers_test.py' 2022-12-01T10:11:09.5931677Z adding 'caffe2/python/lazy.py' 2022-12-01T10:11:09.5934233Z adding 'caffe2/python/lazy_dyndep.py' 2022-12-01T10:11:09.5936956Z adding 'caffe2/python/lazy_dyndep_test.py' 2022-12-01T10:11:09.5939915Z adding 'caffe2/python/lengths_reducer_fused_8bit_rowwise_ops_test.py' 2022-12-01T10:11:09.5942822Z adding 'caffe2/python/lengths_reducer_rowwise_8bit_ops_test.py' 2022-12-01T10:11:09.5946754Z adding 'caffe2/python/lstm_benchmark.py' 2022-12-01T10:11:09.5958420Z adding 'caffe2/python/memonger.py' 2022-12-01T10:11:09.5966483Z adding 'caffe2/python/memonger_test.py' 2022-12-01T10:11:09.5969347Z adding 'caffe2/python/mkl_test_util.py' 2022-12-01T10:11:09.5972029Z adding 'caffe2/python/model_device_test.py' 2022-12-01T10:11:09.5979416Z adding 'caffe2/python/model_helper.py' 2022-12-01T10:11:09.5982296Z adding 'caffe2/python/model_helper_test.py' 2022-12-01T10:11:09.5984613Z adding 'caffe2/python/modifier_context.py' 2022-12-01T10:11:09.5987805Z adding 'caffe2/python/muji.py' 2022-12-01T10:11:09.5990419Z adding 'caffe2/python/muji_test.py' 2022-12-01T10:11:09.5997925Z adding 'caffe2/python/net_builder.py' 2022-12-01T10:11:09.6002836Z adding 'caffe2/python/net_builder_test.py' 2022-12-01T10:11:09.6007873Z adding 'caffe2/python/net_drawer.py' 2022-12-01T10:11:09.6012840Z adding 'caffe2/python/net_printer.py' 2022-12-01T10:11:09.6015623Z adding 'caffe2/python/net_printer_test.py' 2022-12-01T10:11:09.6018299Z adding 'caffe2/python/nomnigraph.py' 2022-12-01T10:11:09.6022559Z adding 'caffe2/python/nomnigraph_test.py' 2022-12-01T10:11:09.6025730Z adding 'caffe2/python/nomnigraph_transformations.py' 2022-12-01T10:11:09.6028667Z adding 'caffe2/python/nomnigraph_transformations_test.py' 2022-12-01T10:11:09.6030845Z adding 'caffe2/python/normalizer.py' 2022-12-01T10:11:09.6032936Z adding 'caffe2/python/normalizer_context.py' 2022-12-01T10:11:09.6034948Z adding 'caffe2/python/normalizer_test.py' 2022-12-01T10:11:09.6037168Z adding 'caffe2/python/numa_benchmark.py' 2022-12-01T10:11:09.6039591Z adding 'caffe2/python/numa_test.py' 2022-12-01T10:11:09.6042575Z adding 'caffe2/python/observer_test.py' 2022-12-01T10:11:09.6044901Z adding 'caffe2/python/operator_fp_exceptions_test.py' 2022-12-01T10:11:09.6061575Z adding 'caffe2/python/optimizer.py' 2022-12-01T10:11:09.6065676Z adding 'caffe2/python/optimizer_context.py' 2022-12-01T10:11:09.6072247Z adding 'caffe2/python/optimizer_test.py' 2022-12-01T10:11:09.6076556Z adding 'caffe2/python/optimizer_test_util.py' 2022-12-01T10:11:09.6080610Z adding 'caffe2/python/parallel_workers.py' 2022-12-01T10:11:09.6083134Z adding 'caffe2/python/parallel_workers_test.py' 2022-12-01T10:11:09.6087109Z adding 'caffe2/python/parallelize_bmuf_distributed_test.py' 2022-12-01T10:11:09.6093071Z adding 'caffe2/python/pipeline.py' 2022-12-01T10:11:09.6096116Z adding 'caffe2/python/pipeline_test.py' 2022-12-01T10:11:09.6098135Z adding 'caffe2/python/predictor_constants.py' 2022-12-01T10:11:09.6101202Z adding 'caffe2/python/python_op_test.py' 2022-12-01T10:11:09.6104135Z adding 'caffe2/python/queue_util.py' 2022-12-01T10:11:09.6107438Z adding 'caffe2/python/record_queue.py' 2022-12-01T10:11:09.6112219Z adding 'caffe2/python/recurrent.py' 2022-12-01T10:11:09.6118292Z adding 'caffe2/python/regularizer.py' 2022-12-01T10:11:09.6121191Z adding 'caffe2/python/regularizer_context.py' 2022-12-01T10:11:09.6124704Z adding 'caffe2/python/regularizer_test.py' 2022-12-01T10:11:09.6142462Z adding 'caffe2/python/rnn_cell.py' 2022-12-01T10:11:09.6158687Z adding 'caffe2/python/schema.py' 2022-12-01T10:11:09.6163763Z adding 'caffe2/python/schema_test.py' 2022-12-01T10:11:09.6166497Z adding 'caffe2/python/scope.py' 2022-12-01T10:11:09.6168914Z adding 'caffe2/python/scope_test.py' 2022-12-01T10:11:09.6172275Z adding 'caffe2/python/session.py' 2022-12-01T10:11:09.6174551Z adding 'caffe2/python/session_test.py' 2022-12-01T10:11:09.6177004Z adding 'caffe2/python/sparse_to_dense_mask_test.py' 2022-12-01T10:11:09.6179323Z adding 'caffe2/python/sparse_to_dense_test.py' 2022-12-01T10:11:09.6187156Z adding 'caffe2/python/task.py' 2022-12-01T10:11:09.6189664Z adding 'caffe2/python/task_test.py' 2022-12-01T10:11:09.6192106Z adding 'caffe2/python/test_util.py' 2022-12-01T10:11:09.6194334Z adding 'caffe2/python/text_file_reader.py' 2022-12-01T10:11:09.6196808Z adding 'caffe2/python/timeout_guard.py' 2022-12-01T10:11:09.6199426Z adding 'caffe2/python/toy_regression_test.py' 2022-12-01T10:11:09.6201645Z adding 'caffe2/python/transformations.py' 2022-12-01T10:11:09.6204825Z adding 'caffe2/python/transformations_test.py' 2022-12-01T10:11:09.6208772Z adding 'caffe2/python/tt_core.py' 2022-12-01T10:11:09.6211041Z adding 'caffe2/python/tt_core_test.py' 2022-12-01T10:11:09.6215815Z adding 'caffe2/python/utils.py' 2022-12-01T10:11:09.6218215Z adding 'caffe2/python/utils_test.py' 2022-12-01T10:11:09.6221133Z adding 'caffe2/python/visualize.py' 2022-12-01T10:11:09.6229234Z adding 'caffe2/python/workspace.py' 2022-12-01T10:11:09.6238162Z adding 'caffe2/python/workspace_test.py' 2022-12-01T10:11:09.6241258Z adding 'caffe2/python/docs/__init__.py' 2022-12-01T10:11:09.6243380Z adding 'caffe2/python/docs/formatter.py' 2022-12-01T10:11:09.6246518Z adding 'caffe2/python/docs/generator.py' 2022-12-01T10:11:09.6249203Z adding 'caffe2/python/docs/github.py' 2022-12-01T10:11:09.6251595Z adding 'caffe2/python/docs/parser.py' 2022-12-01T10:11:09.6253592Z adding 'caffe2/python/examples/__init__.py' 2022-12-01T10:11:09.6257321Z adding 'caffe2/python/examples/char_rnn.py' 2022-12-01T10:11:09.6264993Z adding 'caffe2/python/examples/imagenet_trainer.py' 2022-12-01T10:11:09.6268178Z adding 'caffe2/python/examples/lmdb_create_example.py' 2022-12-01T10:11:09.6275673Z adding 'caffe2/python/examples/resnet50_trainer.py' 2022-12-01T10:11:09.6278251Z adding 'caffe2/python/fakelowp/__init__.py' 2022-12-01T10:11:09.6280136Z adding 'caffe2/python/fakelowp/init_shared_libs.py' 2022-12-01T10:11:09.6282228Z adding 'caffe2/python/fakelowp/test_utils.py' 2022-12-01T10:11:09.6284312Z adding 'caffe2/python/helpers/__init__.py' 2022-12-01T10:11:09.6286128Z adding 'caffe2/python/helpers/algebra.py' 2022-12-01T10:11:09.6288017Z adding 'caffe2/python/helpers/arg_scope.py' 2022-12-01T10:11:09.6289828Z adding 'caffe2/python/helpers/array_helpers.py' 2022-12-01T10:11:09.6291579Z adding 'caffe2/python/helpers/control_ops.py' 2022-12-01T10:11:09.6294953Z adding 'caffe2/python/helpers/conv.py' 2022-12-01T10:11:09.6299148Z adding 'caffe2/python/helpers/db_input.py' 2022-12-01T10:11:09.6301111Z adding 'caffe2/python/helpers/dropout.py' 2022-12-01T10:11:09.6303144Z adding 'caffe2/python/helpers/elementwise_linear.py' 2022-12-01T10:11:09.6305778Z adding 'caffe2/python/helpers/fc.py' 2022-12-01T10:11:09.6308119Z adding 'caffe2/python/helpers/nonlinearity.py' 2022-12-01T10:11:09.6311488Z adding 'caffe2/python/helpers/normalization.py' 2022-12-01T10:11:09.6313757Z adding 'caffe2/python/helpers/pooling.py' 2022-12-01T10:11:09.6315764Z adding 'caffe2/python/helpers/quantization.py' 2022-12-01T10:11:09.6317905Z adding 'caffe2/python/helpers/tools.py' 2022-12-01T10:11:09.6320446Z adding 'caffe2/python/helpers/train.py' 2022-12-01T10:11:09.6323312Z adding 'caffe2/python/ideep/LRN_op_test.py' 2022-12-01T10:11:09.6325123Z adding 'caffe2/python/ideep/__init__.py' 2022-12-01T10:11:09.6327349Z adding 'caffe2/python/ideep/adam_op_test.py' 2022-12-01T10:11:09.6330081Z adding 'caffe2/python/ideep/blobs_queue_db_test.py' 2022-12-01T10:11:09.6332132Z adding 'caffe2/python/ideep/channel_shuffle_op_test.py' 2022-12-01T10:11:09.6334905Z adding 'caffe2/python/ideep/concat_split_op_test.py' 2022-12-01T10:11:09.6337982Z adding 'caffe2/python/ideep/conv_op_test.py' 2022-12-01T10:11:09.6340378Z adding 'caffe2/python/ideep/conv_transpose_test.py' 2022-12-01T10:11:09.6345080Z adding 'caffe2/python/ideep/convfusion_op_test.py' 2022-12-01T10:11:09.6348159Z adding 'caffe2/python/ideep/copy_op_test.py' 2022-12-01T10:11:09.6350522Z adding 'caffe2/python/ideep/dropout_op_test.py' 2022-12-01T10:11:09.6353368Z adding 'caffe2/python/ideep/elementwise_sum_op_test.py' 2022-12-01T10:11:09.6356043Z adding 'caffe2/python/ideep/expanddims_squeeze_op_test.py' 2022-12-01T10:11:09.6359513Z adding 'caffe2/python/ideep/fc_op_test.py' 2022-12-01T10:11:09.6362502Z adding 'caffe2/python/ideep/leaky_relu_op_test.py' 2022-12-01T10:11:09.6364764Z adding 'caffe2/python/ideep/moment_sgd_op_test.py' 2022-12-01T10:11:09.6367332Z adding 'caffe2/python/ideep/operator_fallback_op_test.py' 2022-12-01T10:11:09.6369668Z adding 'caffe2/python/ideep/order_switch_op_test.py' 2022-12-01T10:11:09.6372187Z adding 'caffe2/python/ideep/pool_op_test.py' 2022-12-01T10:11:09.6375171Z adding 'caffe2/python/ideep/pre_convert_test.py' 2022-12-01T10:11:09.6377667Z adding 'caffe2/python/ideep/relu_op_test.py' 2022-12-01T10:11:09.6380548Z adding 'caffe2/python/ideep/reshape_op_test.py' 2022-12-01T10:11:09.6382928Z adding 'caffe2/python/ideep/shape_op_test.py' 2022-12-01T10:11:09.6385071Z adding 'caffe2/python/ideep/sigmoid_op_test.py' 2022-12-01T10:11:09.6387183Z adding 'caffe2/python/ideep/softmax_op_test.py' 2022-12-01T10:11:09.6389793Z adding 'caffe2/python/ideep/spatial_bn_op_test.py' 2022-12-01T10:11:09.6392563Z adding 'caffe2/python/ideep/test_ideep_net.py' 2022-12-01T10:11:09.6396885Z adding 'caffe2/python/ideep/transform_ideep_net.py' 2022-12-01T10:11:09.6399571Z adding 'caffe2/python/ideep/transpose_op_test.py' 2022-12-01T10:11:09.6401889Z adding 'caffe2/python/ideep/weightedsum_op_test.py' 2022-12-01T10:11:09.6404695Z adding 'caffe2/python/layers/__init__.py' 2022-12-01T10:11:09.6407662Z adding 'caffe2/python/layers/adaptive_weight.py' 2022-12-01T10:11:09.6409991Z adding 'caffe2/python/layers/add_bias.py' 2022-12-01T10:11:09.6413253Z adding 'caffe2/python/layers/arc_cosine_feature_map.py' 2022-12-01T10:11:09.6415935Z adding 'caffe2/python/layers/batch_huber_loss.py' 2022-12-01T10:11:09.6419676Z adding 'caffe2/python/layers/batch_lr_loss.py' 2022-12-01T10:11:09.6422413Z adding 'caffe2/python/layers/batch_mse_loss.py' 2022-12-01T10:11:09.6424979Z adding 'caffe2/python/layers/batch_normalization.py' 2022-12-01T10:11:09.6427322Z adding 'caffe2/python/layers/batch_sigmoid_cross_entropy_loss.py' 2022-12-01T10:11:09.6429954Z adding 'caffe2/python/layers/batch_softmax_loss.py' 2022-12-01T10:11:09.6432622Z adding 'caffe2/python/layers/blob_weighted_sum.py' 2022-12-01T10:11:09.6434736Z adding 'caffe2/python/layers/bpr_loss.py' 2022-12-01T10:11:09.6437159Z adding 'caffe2/python/layers/bucket_weighted.py' 2022-12-01T10:11:09.6439658Z adding 'caffe2/python/layers/build_index.py' 2022-12-01T10:11:09.6442572Z adding 'caffe2/python/layers/concat.py' 2022-12-01T10:11:09.6445128Z adding 'caffe2/python/layers/constant_weight.py' 2022-12-01T10:11:09.6447857Z adding 'caffe2/python/layers/conv.py' 2022-12-01T10:11:09.6450187Z adding 'caffe2/python/layers/dropout.py' 2022-12-01T10:11:09.6453771Z adding 'caffe2/python/layers/fc.py' 2022-12-01T10:11:09.6458435Z adding 'caffe2/python/layers/fc_with_bootstrap.py' 2022-12-01T10:11:09.6461261Z adding 'caffe2/python/layers/fc_without_bias.py' 2022-12-01T10:11:09.6464942Z adding 'caffe2/python/layers/feature_sparse_to_dense.py' 2022-12-01T10:11:09.6468213Z adding 'caffe2/python/layers/functional.py' 2022-12-01T10:11:09.6470826Z adding 'caffe2/python/layers/gather_record.py' 2022-12-01T10:11:09.6473652Z adding 'caffe2/python/layers/homotopy_weight.py' 2022-12-01T10:11:09.6476446Z adding 'caffe2/python/layers/label_smooth.py' 2022-12-01T10:11:09.6478805Z adding 'caffe2/python/layers/last_n_window_collector.py' 2022-12-01T10:11:09.6481833Z adding 'caffe2/python/layers/layer_normalization.py' 2022-12-01T10:11:09.6487274Z adding 'caffe2/python/layers/layers.py' 2022-12-01T10:11:09.6490160Z adding 'caffe2/python/layers/margin_rank_loss.py' 2022-12-01T10:11:09.6492433Z adding 'caffe2/python/layers/merge_id_lists.py' 2022-12-01T10:11:09.6494908Z adding 'caffe2/python/layers/pairwise_similarity.py' 2022-12-01T10:11:09.6504652Z adding 'caffe2/python/layers/position_weighted.py' 2022-12-01T10:11:09.6505274Z adding 'caffe2/python/layers/random_fourier_features.py' 2022-12-01T10:11:09.6505682Z adding 'caffe2/python/layers/reservoir_sampling.py' 2022-12-01T10:11:09.6506003Z adding 'caffe2/python/layers/sampling_train.py' 2022-12-01T10:11:09.6506762Z adding 'caffe2/python/layers/sampling_trainable_mixin.py' 2022-12-01T10:11:09.6509344Z adding 'caffe2/python/layers/select_record_by_context.py' 2022-12-01T10:11:09.6512188Z adding 'caffe2/python/layers/semi_random_features.py' 2022-12-01T10:11:09.6514963Z adding 'caffe2/python/layers/sparse_dropout_with_replacement.py' 2022-12-01T10:11:09.6517584Z adding 'caffe2/python/layers/sparse_feature_hash.py' 2022-12-01T10:11:09.6520407Z adding 'caffe2/python/layers/sparse_itemwise_dropout_with_replacement.py' 2022-12-01T10:11:09.6526154Z adding 'caffe2/python/layers/sparse_lookup.py' 2022-12-01T10:11:09.6528947Z adding 'caffe2/python/layers/split.py' 2022-12-01T10:11:09.6531670Z adding 'caffe2/python/layers/tags.py' 2022-12-01T10:11:09.6534108Z adding 'caffe2/python/layers/uniform_sampling.py' 2022-12-01T10:11:09.6536126Z adding 'caffe2/python/mint/__init__.py' 2022-12-01T10:11:09.6539033Z adding 'caffe2/python/mint/app.py' 2022-12-01T10:11:09.6541335Z adding 'caffe2/python/mkl/__init__.py' 2022-12-01T10:11:09.6543381Z adding 'caffe2/python/mkl/mkl_LRN_op_test.py' 2022-12-01T10:11:09.6545693Z adding 'caffe2/python/mkl/mkl_LRN_speed_test.py' 2022-12-01T10:11:09.6547758Z adding 'caffe2/python/mkl/mkl_concat_op_test.py' 2022-12-01T10:11:09.6549863Z adding 'caffe2/python/mkl/mkl_conv_op_test.py' 2022-12-01T10:11:09.6552014Z adding 'caffe2/python/mkl/mkl_copy_op_test.py' 2022-12-01T10:11:09.6554094Z adding 'caffe2/python/mkl/mkl_elementwise_add_op_test.py' 2022-12-01T10:11:09.6556121Z adding 'caffe2/python/mkl/mkl_elementwise_sum_op_test.py' 2022-12-01T10:11:09.6558085Z adding 'caffe2/python/mkl/mkl_fc_op_test.py' 2022-12-01T10:11:09.6560576Z adding 'caffe2/python/mkl/mkl_fc_speed_test.py' 2022-12-01T10:11:09.6562707Z adding 'caffe2/python/mkl/mkl_fill_op_test.py' 2022-12-01T10:11:09.6564873Z adding 'caffe2/python/mkl/mkl_pool_op_test.py' 2022-12-01T10:11:09.6567161Z adding 'caffe2/python/mkl/mkl_pool_speed_test.py' 2022-12-01T10:11:09.6569229Z adding 'caffe2/python/mkl/mkl_relu_op_test.py' 2022-12-01T10:11:09.6571439Z adding 'caffe2/python/mkl/mkl_sbn_op_test.py' 2022-12-01T10:11:09.6573871Z adding 'caffe2/python/mkl/mkl_sbn_speed_test.py' 2022-12-01T10:11:09.6575873Z adding 'caffe2/python/mkl/mkl_sigmoid_op_test.py' 2022-12-01T10:11:09.6578263Z adding 'caffe2/python/mkl/mkl_speed_test.py' 2022-12-01T10:11:09.6580295Z adding 'caffe2/python/mkl/mkl_squeeze_op_test.py' 2022-12-01T10:11:09.6583632Z adding 'caffe2/python/mkl/rewrite_graph.py' 2022-12-01T10:11:09.6586891Z adding 'caffe2/python/mkl/rewrite_graph_test.py' 2022-12-01T10:11:09.6589212Z adding 'caffe2/python/modeling/__init__.py' 2022-12-01T10:11:09.6591668Z adding 'caffe2/python/modeling/compute_histogram_for_blobs.py' 2022-12-01T10:11:09.6594193Z adding 'caffe2/python/modeling/compute_histogram_for_blobs_test.py' 2022-12-01T10:11:09.6596858Z adding 'caffe2/python/modeling/compute_norm_for_blobs.py' 2022-12-01T10:11:09.6599553Z adding 'caffe2/python/modeling/compute_norm_for_blobs_test.py' 2022-12-01T10:11:09.6602119Z adding 'caffe2/python/modeling/compute_statistics_for_blobs.py' 2022-12-01T10:11:09.6604282Z adding 'caffe2/python/modeling/compute_statistics_for_blobs_test.py' 2022-12-01T10:11:09.6606725Z adding 'caffe2/python/modeling/get_entry_from_blobs.py' 2022-12-01T10:11:09.6609204Z adding 'caffe2/python/modeling/get_entry_from_blobs_test.py' 2022-12-01T10:11:09.6612113Z adding 'caffe2/python/modeling/gradient_clipping.py' 2022-12-01T10:11:09.6615424Z adding 'caffe2/python/modeling/gradient_clipping_test.py' 2022-12-01T10:11:09.6618337Z adding 'caffe2/python/modeling/initializers.py' 2022-12-01T10:11:09.6620617Z adding 'caffe2/python/modeling/initializers_test.py' 2022-12-01T10:11:09.6622547Z adding 'caffe2/python/modeling/net_modifier.py' 2022-12-01T10:11:09.6624696Z adding 'caffe2/python/modeling/parameter_info.py' 2022-12-01T10:11:09.6627216Z adding 'caffe2/python/modeling/parameter_sharing.py' 2022-12-01T10:11:09.6630124Z adding 'caffe2/python/modeling/parameter_sharing_test.py' 2022-12-01T10:11:09.6632254Z adding 'caffe2/python/models/__init__.py' 2022-12-01T10:11:09.6634154Z adding 'caffe2/python/models/__sym_init__.py' 2022-12-01T10:11:09.6637509Z adding 'caffe2/python/models/download.py' 2022-12-01T10:11:09.6640666Z adding 'caffe2/python/models/imagenet_trainer_test_utils.py' 2022-12-01T10:11:09.6645037Z adding 'caffe2/python/models/resnet.py' 2022-12-01T10:11:09.6647620Z adding 'caffe2/python/models/resnet_test.py' 2022-12-01T10:11:09.6650631Z adding 'caffe2/python/models/shufflenet.py' 2022-12-01T10:11:09.6653044Z adding 'caffe2/python/models/shufflenet_test.py' 2022-12-01T10:11:09.6655097Z adding 'caffe2/python/models/seq2seq/__init__.py' 2022-12-01T10:11:09.6659838Z adding 'caffe2/python/models/seq2seq/beam_search.py' 2022-12-01T10:11:09.6663053Z adding 'caffe2/python/models/seq2seq/seq2seq_beam_search_test.py' 2022-12-01T10:11:09.6665615Z adding 'caffe2/python/models/seq2seq/seq2seq_model_helper.py' 2022-12-01T10:11:09.6667868Z adding 'caffe2/python/models/seq2seq/seq2seq_model_helper_test.py' 2022-12-01T10:11:09.6673304Z adding 'caffe2/python/models/seq2seq/seq2seq_util.py' 2022-12-01T10:11:09.6681293Z adding 'caffe2/python/models/seq2seq/train.py' 2022-12-01T10:11:09.6688126Z adding 'caffe2/python/models/seq2seq/translate.py' 2022-12-01T10:11:09.6690882Z adding 'caffe2/python/onnx/__init__.py' 2022-12-01T10:11:09.6702407Z adding 'caffe2/python/onnx/backend.py' 2022-12-01T10:11:09.6705662Z adding 'caffe2/python/onnx/backend_cpp_rep.py' 2022-12-01T10:11:09.6708091Z adding 'caffe2/python/onnx/backend_rep.py' 2022-12-01T10:11:09.6709972Z adding 'caffe2/python/onnx/error.py' 2022-12-01T10:11:09.6714387Z adding 'caffe2/python/onnx/frontend.py' 2022-12-01T10:11:09.6717416Z adding 'caffe2/python/onnx/helper.py' 2022-12-01T10:11:09.6719872Z adding 'caffe2/python/onnx/onnxifi.py' 2022-12-01T10:11:09.6723408Z adding 'caffe2/python/onnx/test_onnxifi.py' 2022-12-01T10:11:09.6726172Z adding 'caffe2/python/onnx/workspace.py' 2022-12-01T10:11:09.6728267Z adding 'caffe2/python/onnx/bin/__init__.py' 2022-12-01T10:11:09.6730608Z adding 'caffe2/python/onnx/bin/conversion.py' 2022-12-01T10:11:09.6732723Z adding 'caffe2/python/onnx/tests/__init__.py' 2022-12-01T10:11:09.6738718Z adding 'caffe2/python/onnx/tests/c2_ref_test.py' 2022-12-01T10:11:09.6743722Z adding 'caffe2/python/onnx/tests/conversion_test.py' 2022-12-01T10:11:09.6746137Z adding 'caffe2/python/onnx/tests/helper_test.py' 2022-12-01T10:11:09.6749476Z adding 'caffe2/python/onnx/tests/onnx_backend_test.py' 2022-12-01T10:11:09.6752205Z adding 'caffe2/python/onnx/tests/ssa_test.py' 2022-12-01T10:11:09.6754315Z adding 'caffe2/python/onnx/tests/test_utils.py' 2022-12-01T10:11:09.6758150Z adding 'caffe2/python/operator_test/__init__.py' 2022-12-01T10:11:09.6761698Z adding 'caffe2/python/operator_test/activation_ops_test.py' 2022-12-01T10:11:09.6764959Z adding 'caffe2/python/operator_test/adadelta_test.py' 2022-12-01T10:11:09.6767979Z adding 'caffe2/python/operator_test/adagrad_test.py' 2022-12-01T10:11:09.6771122Z adding 'caffe2/python/operator_test/adagrad_test_helper.py' 2022-12-01T10:11:09.6775082Z adding 'caffe2/python/operator_test/adam_test.py' 2022-12-01T10:11:09.6778376Z adding 'caffe2/python/operator_test/affine_channel_op_test.py' 2022-12-01T10:11:09.6780300Z adding 'caffe2/python/operator_test/alias_with_name_test.py' 2022-12-01T10:11:09.6782643Z adding 'caffe2/python/operator_test/apmeter_test.py' 2022-12-01T10:11:09.6784990Z adding 'caffe2/python/operator_test/arg_ops_test.py' 2022-12-01T10:11:09.6787091Z adding 'caffe2/python/operator_test/assert_test.py' 2022-12-01T10:11:09.6789247Z adding 'caffe2/python/operator_test/async_net_barrier_test.py' 2022-12-01T10:11:09.6791780Z adding 'caffe2/python/operator_test/atomic_ops_test.py' 2022-12-01T10:11:09.6794649Z adding 'caffe2/python/operator_test/basic_rnn_test.py' 2022-12-01T10:11:09.6797703Z adding 'caffe2/python/operator_test/batch_box_cox_test.py' 2022-12-01T10:11:09.6800811Z adding 'caffe2/python/operator_test/batch_bucketize_op_test.py' 2022-12-01T10:11:09.6803032Z adding 'caffe2/python/operator_test/batch_moments_op_test.py' 2022-12-01T10:11:09.6805696Z adding 'caffe2/python/operator_test/batch_sparse_to_dense_op_test.py' 2022-12-01T10:11:09.6809509Z adding 'caffe2/python/operator_test/bbox_transform_test.py' 2022-12-01T10:11:09.6812772Z adding 'caffe2/python/operator_test/bisect_percentile_op_test.py' 2022-12-01T10:11:09.6815360Z adding 'caffe2/python/operator_test/blobs_queue_db_test.py' 2022-12-01T10:11:09.6818628Z adding 'caffe2/python/operator_test/boolean_mask_test.py' 2022-12-01T10:11:09.6821336Z adding 'caffe2/python/operator_test/boolean_unmask_test.py' 2022-12-01T10:11:09.6824168Z adding 'caffe2/python/operator_test/box_with_nms_limit_op_test.py' 2022-12-01T10:11:09.6826307Z adding 'caffe2/python/operator_test/bucketize_op_test.py' 2022-12-01T10:11:09.6828266Z adding 'caffe2/python/operator_test/cast_op_test.py' 2022-12-01T10:11:09.6830187Z adding 'caffe2/python/operator_test/ceil_op_test.py' 2022-12-01T10:11:09.6832285Z adding 'caffe2/python/operator_test/channel_backprop_stats_op_test.py' 2022-12-01T10:11:09.6834365Z adding 'caffe2/python/operator_test/channel_shuffle_test.py' 2022-12-01T10:11:09.6836453Z adding 'caffe2/python/operator_test/channel_stats_op_test.py' 2022-12-01T10:11:09.6838428Z adding 'caffe2/python/operator_test/checkpoint_test.py' 2022-12-01T10:11:09.6840572Z adding 'caffe2/python/operator_test/clip_op_test.py' 2022-12-01T10:11:09.6842902Z adding 'caffe2/python/operator_test/clip_tensor_op_test.py' 2022-12-01T10:11:09.6846521Z adding 'caffe2/python/operator_test/collect_and_distribute_fpn_rpn_proposals_op_test.py' 2022-12-01T10:11:09.6848854Z adding 'caffe2/python/operator_test/concat_op_cost_test.py' 2022-12-01T10:11:09.6851881Z adding 'caffe2/python/operator_test/concat_split_op_test.py' 2022-12-01T10:11:09.6854002Z adding 'caffe2/python/operator_test/conditional_test.py' 2022-12-01T10:11:09.6855943Z adding 'caffe2/python/operator_test/conftest.py' 2022-12-01T10:11:09.6862631Z adding 'caffe2/python/operator_test/conv_test.py' 2022-12-01T10:11:09.6866827Z adding 'caffe2/python/operator_test/conv_transpose_test.py' 2022-12-01T10:11:09.6870016Z adding 'caffe2/python/operator_test/copy_ops_test.py' 2022-12-01T10:11:09.6872401Z adding 'caffe2/python/operator_test/copy_rows_to_tensor_op_test.py' 2022-12-01T10:11:09.6874634Z adding 'caffe2/python/operator_test/cosine_embedding_criterion_op_test.py' 2022-12-01T10:11:09.6876795Z adding 'caffe2/python/operator_test/counter_ops_test.py' 2022-12-01T10:11:09.6879476Z adding 'caffe2/python/operator_test/crf_test.py' 2022-12-01T10:11:09.6882892Z adding 'caffe2/python/operator_test/cross_entropy_ops_test.py' 2022-12-01T10:11:09.6885661Z adding 'caffe2/python/operator_test/ctc_beam_search_decoder_op_test.py' 2022-12-01T10:11:09.6888269Z adding 'caffe2/python/operator_test/ctc_greedy_decoder_op_test.py' 2022-12-01T10:11:09.6891002Z adding 'caffe2/python/operator_test/cudnn_recurrent_test.py' 2022-12-01T10:11:09.6893013Z adding 'caffe2/python/operator_test/data_couple_op_test.py' 2022-12-01T10:11:09.6899274Z adding 'caffe2/python/operator_test/dataset_ops_test.py' 2022-12-01T10:11:09.6902215Z adding 'caffe2/python/operator_test/decay_adagrad_test.py' 2022-12-01T10:11:09.6906189Z adding 'caffe2/python/operator_test/deform_conv_test.py' 2022-12-01T10:11:09.6909031Z adding 'caffe2/python/operator_test/dense_vector_to_id_list_op_test.py' 2022-12-01T10:11:09.6911307Z adding 'caffe2/python/operator_test/depthwise_3x3_conv_test.py' 2022-12-01T10:11:09.6914902Z adding 'caffe2/python/operator_test/detectron_keypoints.py' 2022-12-01T10:11:09.6917531Z adding 'caffe2/python/operator_test/distance_op_test.py' 2022-12-01T10:11:09.6920215Z adding 'caffe2/python/operator_test/dropout_op_test.py' 2022-12-01T10:11:09.6922586Z adding 'caffe2/python/operator_test/duplicate_operands_test.py' 2022-12-01T10:11:09.6924668Z adding 'caffe2/python/operator_test/elementwise_linear_op_test.py' 2022-12-01T10:11:09.6927101Z adding 'caffe2/python/operator_test/elementwise_logical_ops_test.py' 2022-12-01T10:11:09.6930939Z adding 'caffe2/python/operator_test/elementwise_op_broadcast_test.py' 2022-12-01T10:11:09.6936976Z adding 'caffe2/python/operator_test/elementwise_ops_test.py' 2022-12-01T10:11:09.6939966Z adding 'caffe2/python/operator_test/emptysample_ops_test.py' 2022-12-01T10:11:09.6942105Z adding 'caffe2/python/operator_test/enforce_finite_op_test.py' 2022-12-01T10:11:09.6944287Z adding 'caffe2/python/operator_test/ensure_clipped_test.py' 2022-12-01T10:11:09.6946422Z adding 'caffe2/python/operator_test/ensure_cpu_output_op_test.py' 2022-12-01T10:11:09.6948449Z adding 'caffe2/python/operator_test/erf_op_test.py' 2022-12-01T10:11:09.6950650Z adding 'caffe2/python/operator_test/expand_op_test.py' 2022-12-01T10:11:09.6953190Z adding 'caffe2/python/operator_test/fc_operator_test.py' 2022-12-01T10:11:09.6956951Z adding 'caffe2/python/operator_test/feature_maps_ops_test.py' 2022-12-01T10:11:09.6960906Z adding 'caffe2/python/operator_test/filler_ops_test.py' 2022-12-01T10:11:09.6963275Z adding 'caffe2/python/operator_test/find_op_test.py' 2022-12-01T10:11:09.6965361Z adding 'caffe2/python/operator_test/flatten_op_test.py' 2022-12-01T10:11:09.6967703Z adding 'caffe2/python/operator_test/flexible_top_k_test.py' 2022-12-01T10:11:09.6969721Z adding 'caffe2/python/operator_test/floor_op_test.py' 2022-12-01T10:11:09.6973888Z adding 'caffe2/python/operator_test/fused_nbit_rowwise_conversion_ops_test.py' 2022-12-01T10:11:09.6976644Z adding 'caffe2/python/operator_test/fused_nbit_rowwise_test_helper.py' 2022-12-01T10:11:09.6979982Z adding 'caffe2/python/operator_test/gather_ops_test.py' 2022-12-01T10:11:09.6983587Z adding 'caffe2/python/operator_test/gather_ranges_op_test.py' 2022-12-01T10:11:09.6986037Z adding 'caffe2/python/operator_test/given_tensor_byte_string_to_uint8_fill_op_test.py' 2022-12-01T10:11:09.6988204Z adding 'caffe2/python/operator_test/given_tensor_fill_op_test.py' 2022-12-01T10:11:09.6990290Z adding 'caffe2/python/operator_test/glu_op_test.py' 2022-12-01T10:11:09.6992683Z adding 'caffe2/python/operator_test/group_conv_test.py' 2022-12-01T10:11:09.6995331Z adding 'caffe2/python/operator_test/group_norm_op_test.py' 2022-12-01T10:11:09.6999606Z adding 'caffe2/python/operator_test/gru_test.py' 2022-12-01T10:11:09.7002884Z adding 'caffe2/python/operator_test/heatmap_max_keypoint_op_test.py' 2022-12-01T10:11:09.7005422Z adding 'caffe2/python/operator_test/histogram_test.py' 2022-12-01T10:11:09.7009009Z adding 'caffe2/python/operator_test/hsm_test.py' 2022-12-01T10:11:09.7011359Z adding 'caffe2/python/operator_test/hyperbolic_ops_test.py' 2022-12-01T10:11:09.7014001Z adding 'caffe2/python/operator_test/im2col_col2im_test.py' 2022-12-01T10:11:09.7019076Z adding 'caffe2/python/operator_test/image_input_op_test.py' 2022-12-01T10:11:09.7021903Z adding 'caffe2/python/operator_test/index_hash_ops_test.py' 2022-12-01T10:11:09.7024496Z adding 'caffe2/python/operator_test/index_ops_test.py' 2022-12-01T10:11:09.7027940Z adding 'caffe2/python/operator_test/instance_norm_test.py' 2022-12-01T10:11:09.7030632Z adding 'caffe2/python/operator_test/integral_image_ops_test.py' 2022-12-01T10:11:09.7032620Z adding 'caffe2/python/operator_test/jsd_ops_test.py' 2022-12-01T10:11:09.7034994Z adding 'caffe2/python/operator_test/key_split_ops_test.py' 2022-12-01T10:11:09.7037010Z adding 'caffe2/python/operator_test/lars_test.py' 2022-12-01T10:11:09.7040867Z adding 'caffe2/python/operator_test/layer_norm_op_test.py' 2022-12-01T10:11:09.7044028Z adding 'caffe2/python/operator_test/leaky_relu_test.py' 2022-12-01T10:11:09.7046363Z adding 'caffe2/python/operator_test/learning_rate_adaption_op_test.py' 2022-12-01T10:11:09.7049491Z adding 'caffe2/python/operator_test/learning_rate_op_test.py' 2022-12-01T10:11:09.7052223Z adding 'caffe2/python/operator_test/length_split_op_test.py' 2022-12-01T10:11:09.7054501Z adding 'caffe2/python/operator_test/lengths_pad_op_test.py' 2022-12-01T10:11:09.7058021Z adding 'caffe2/python/operator_test/lengths_reducer_fused_nbit_rowwise_ops_test.py' 2022-12-01T10:11:09.7060449Z adding 'caffe2/python/operator_test/lengths_tile_op_test.py' 2022-12-01T10:11:09.7062694Z adding 'caffe2/python/operator_test/lengths_top_k_ops_test.py' 2022-12-01T10:11:09.7065582Z adding 'caffe2/python/operator_test/listwise_l2r_operator_test.py' 2022-12-01T10:11:09.7073471Z adding 'caffe2/python/operator_test/load_save_test.py' 2022-12-01T10:11:09.7077178Z adding 'caffe2/python/operator_test/locally_connected_op_test.py' 2022-12-01T10:11:09.7079634Z adding 'caffe2/python/operator_test/loss_ops_test.py' 2022-12-01T10:11:09.7082102Z adding 'caffe2/python/operator_test/lpnorm_op_test.py' 2022-12-01T10:11:09.7084456Z adding 'caffe2/python/operator_test/map_ops_test.py' 2022-12-01T10:11:09.7086988Z adding 'caffe2/python/operator_test/margin_loss_l2r_operator_test.py' 2022-12-01T10:11:09.7089445Z adding 'caffe2/python/operator_test/margin_ranking_criterion_op_test.py' 2022-12-01T10:11:09.7091457Z adding 'caffe2/python/operator_test/math_ops_test.py' 2022-12-01T10:11:09.7094561Z adding 'caffe2/python/operator_test/matmul_op_test.py' 2022-12-01T10:11:09.7096954Z adding 'caffe2/python/operator_test/mean_op_test.py' 2022-12-01T10:11:09.7099414Z adding 'caffe2/python/operator_test/merge_id_lists_op_test.py' 2022-12-01T10:11:09.7101631Z adding 'caffe2/python/operator_test/mkl_conv_op_test.py' 2022-12-01T10:11:09.7103926Z adding 'caffe2/python/operator_test/mkl_packed_fc_op_test.py' 2022-12-01T10:11:09.7106078Z adding 'caffe2/python/operator_test/mod_op_test.py' 2022-12-01T10:11:09.7108238Z adding 'caffe2/python/operator_test/moments_op_test.py' 2022-12-01T10:11:09.7111090Z adding 'caffe2/python/operator_test/momentum_sgd_test.py' 2022-12-01T10:11:09.7114055Z adding 'caffe2/python/operator_test/mpi_test.py' 2022-12-01T10:11:09.7116431Z adding 'caffe2/python/operator_test/mul_gradient_benchmark.py' 2022-12-01T10:11:09.7118663Z adding 'caffe2/python/operator_test/negate_gradient_op_test.py' 2022-12-01T10:11:09.7121195Z adding 'caffe2/python/operator_test/ngram_ops_test.py' 2022-12-01T10:11:09.7123374Z adding 'caffe2/python/operator_test/normalize_op_test.py' 2022-12-01T10:11:09.7125543Z adding 'caffe2/python/operator_test/numpy_tile_op_test.py' 2022-12-01T10:11:09.7128552Z adding 'caffe2/python/operator_test/one_hot_ops_test.py' 2022-12-01T10:11:09.7131208Z adding 'caffe2/python/operator_test/onnx_while_test.py' 2022-12-01T10:11:09.7133329Z adding 'caffe2/python/operator_test/order_switch_test.py' 2022-12-01T10:11:09.7136868Z adding 'caffe2/python/operator_test/pack_ops_test.py' 2022-12-01T10:11:09.7139511Z adding 'caffe2/python/operator_test/pack_rnn_sequence_op_test.py' 2022-12-01T10:11:09.7141686Z adding 'caffe2/python/operator_test/pad_test.py' 2022-12-01T10:11:09.7144569Z adding 'caffe2/python/operator_test/partition_ops_test.py' 2022-12-01T10:11:09.7147257Z adding 'caffe2/python/operator_test/percentile_op_test.py' 2022-12-01T10:11:09.7149888Z adding 'caffe2/python/operator_test/piecewise_linear_transform_test.py' 2022-12-01T10:11:09.7153715Z adding 'caffe2/python/operator_test/pooling_test.py' 2022-12-01T10:11:09.7156308Z adding 'caffe2/python/operator_test/prepend_dim_test.py' 2022-12-01T10:11:09.7158516Z adding 'caffe2/python/operator_test/python_op_test.py' 2022-12-01T10:11:09.7161288Z adding 'caffe2/python/operator_test/quantile_test.py' 2022-12-01T10:11:09.7163804Z adding 'caffe2/python/operator_test/rand_quantization_op_speed_test.py' 2022-12-01T10:11:09.7166595Z adding 'caffe2/python/operator_test/rank_loss_operator_test.py' 2022-12-01T10:11:09.7170128Z adding 'caffe2/python/operator_test/rebatching_queue_test.py' 2022-12-01T10:11:09.7172742Z adding 'caffe2/python/operator_test/record_queue_test.py' 2022-12-01T10:11:09.7176605Z adding 'caffe2/python/operator_test/recurrent_net_executor_test.py' 2022-12-01T10:11:09.7181235Z adding 'caffe2/python/operator_test/recurrent_network_test.py' 2022-12-01T10:11:09.7185492Z adding 'caffe2/python/operator_test/reduce_ops_test.py' 2022-12-01T10:11:09.7188362Z adding 'caffe2/python/operator_test/reduction_ops_test.py' 2022-12-01T10:11:09.7191587Z adding 'caffe2/python/operator_test/reshape_ops_test.py' 2022-12-01T10:11:09.7194568Z adding 'caffe2/python/operator_test/resize_op_test.py' 2022-12-01T10:11:09.7197359Z adding 'caffe2/python/operator_test/rmac_regions_op_test.py' 2022-12-01T10:11:09.7199651Z adding 'caffe2/python/operator_test/rms_norm_op_test.py' 2022-12-01T10:11:09.7212766Z adding 'caffe2/python/operator_test/rnn_cell_test.py' 2022-12-01T10:11:09.7217305Z adding 'caffe2/python/operator_test/roi_align_rotated_op_test.py' 2022-12-01T10:11:09.7219804Z adding 'caffe2/python/operator_test/rowwise_counter_test.py' 2022-12-01T10:11:09.7222069Z adding 'caffe2/python/operator_test/scale_op_test.py' 2022-12-01T10:11:09.7228381Z adding 'caffe2/python/operator_test/segment_ops_test.py' 2022-12-01T10:11:09.7232665Z adding 'caffe2/python/operator_test/self_binning_histogram_test.py' 2022-12-01T10:11:09.7235421Z adding 'caffe2/python/operator_test/selu_op_test.py' 2022-12-01T10:11:09.7240015Z adding 'caffe2/python/operator_test/sequence_ops_test.py' 2022-12-01T10:11:09.7246501Z adding 'caffe2/python/operator_test/shape_inference_test.py' 2022-12-01T10:11:09.7249482Z adding 'caffe2/python/operator_test/sinusoid_position_encoding_op_test.py' 2022-12-01T10:11:09.7254457Z adding 'caffe2/python/operator_test/softmax_ops_test.py' 2022-12-01T10:11:09.7257104Z adding 'caffe2/python/operator_test/softplus_op_test.py' 2022-12-01T10:11:09.7259514Z adding 'caffe2/python/operator_test/sparse_dropout_with_replacement_op_test.py' 2022-12-01T10:11:09.7261838Z adding 'caffe2/python/operator_test/sparse_gradient_checker_test.py' 2022-12-01T10:11:09.7263951Z adding 'caffe2/python/operator_test/sparse_itemwise_dropout_with_replacement_op_test.py' 2022-12-01T10:11:09.7266975Z adding 'caffe2/python/operator_test/sparse_lengths_sum_benchmark.py' 2022-12-01T10:11:09.7269674Z adding 'caffe2/python/operator_test/sparse_lp_regularizer_test.py' 2022-12-01T10:11:09.7271992Z adding 'caffe2/python/operator_test/sparse_normalize_test.py' 2022-12-01T10:11:09.7274624Z adding 'caffe2/python/operator_test/sparse_ops_test.py' 2022-12-01T10:11:09.7277278Z adding 'caffe2/python/operator_test/sparse_to_dense_mask_op_test.py' 2022-12-01T10:11:09.7281804Z adding 'caffe2/python/operator_test/spatial_bn_op_test.py' 2022-12-01T10:11:09.7285652Z adding 'caffe2/python/operator_test/specialized_segment_ops_test.py' 2022-12-01T10:11:09.7288498Z adding 'caffe2/python/operator_test/split_op_cost_test.py' 2022-12-01T10:11:09.7290961Z adding 'caffe2/python/operator_test/square_root_divide_op_test.py' 2022-12-01T10:11:09.7293195Z adding 'caffe2/python/operator_test/stats_ops_test.py' 2022-12-01T10:11:09.7295506Z adding 'caffe2/python/operator_test/stats_put_ops_test.py' 2022-12-01T10:11:09.7298190Z adding 'caffe2/python/operator_test/storm_test.py' 2022-12-01T10:11:09.7300683Z adding 'caffe2/python/operator_test/string_ops_test.py' 2022-12-01T10:11:09.7304821Z adding 'caffe2/python/operator_test/text_file_reader_test.py' 2022-12-01T10:11:09.7307042Z adding 'caffe2/python/operator_test/thresholded_relu_op_test.py' 2022-12-01T10:11:09.7309180Z adding 'caffe2/python/operator_test/tile_op_test.py' 2022-12-01T10:11:09.7312010Z adding 'caffe2/python/operator_test/top_k_test.py' 2022-12-01T10:11:09.7321267Z adding 'caffe2/python/operator_test/torch_integration_test.py' 2022-12-01T10:11:09.7324261Z adding 'caffe2/python/operator_test/transpose_op_test.py' 2022-12-01T10:11:09.7326210Z adding 'caffe2/python/operator_test/trigonometric_op_test.py' 2022-12-01T10:11:09.7328351Z adding 'caffe2/python/operator_test/unique_ops_test.py' 2022-12-01T10:11:09.7330490Z adding 'caffe2/python/operator_test/unique_uniform_fill_op_test.py' 2022-12-01T10:11:09.7332672Z adding 'caffe2/python/operator_test/unsafe_coalesce_test.py' 2022-12-01T10:11:09.7335427Z adding 'caffe2/python/operator_test/upsample_op_test.py' 2022-12-01T10:11:09.7339696Z adding 'caffe2/python/operator_test/utility_ops_test.py' 2022-12-01T10:11:09.7343070Z adding 'caffe2/python/operator_test/video_input_op_test.py' 2022-12-01T10:11:09.7345457Z adding 'caffe2/python/operator_test/weight_scale_test.py' 2022-12-01T10:11:09.7347559Z adding 'caffe2/python/operator_test/weighted_multi_sample_test.py' 2022-12-01T10:11:09.7349710Z adding 'caffe2/python/operator_test/weighted_sample_test.py' 2022-12-01T10:11:09.7351974Z adding 'caffe2/python/operator_test/weighted_sum_test.py' 2022-12-01T10:11:09.7354797Z adding 'caffe2/python/operator_test/wngrad_test.py' 2022-12-01T10:11:09.7357352Z adding 'caffe2/python/predictor/__init__.py' 2022-12-01T10:11:09.7360044Z adding 'caffe2/python/predictor/mobile_exporter.py' 2022-12-01T10:11:09.7362502Z adding 'caffe2/python/predictor/mobile_exporter_test.py' 2022-12-01T10:11:09.7366258Z adding 'caffe2/python/predictor/predictor_exporter.py' 2022-12-01T10:11:09.7369578Z adding 'caffe2/python/predictor/predictor_exporter_test.py' 2022-12-01T10:11:09.7372805Z adding 'caffe2/python/predictor/predictor_py_utils.py' 2022-12-01T10:11:09.7374992Z adding 'caffe2/python/predictor/predictor_test.py' 2022-12-01T10:11:09.7376762Z adding 'caffe2/python/predictor/serde.py' 2022-12-01T10:11:09.7378675Z adding 'caffe2/python/rnn/__init__.py' 2022-12-01T10:11:09.7380793Z adding 'caffe2/python/rnn/lstm_comparison.py' 2022-12-01T10:11:09.7382951Z adding 'caffe2/python/rnn/rnn_cell_test_util.py' 2022-12-01T10:11:09.7384926Z adding 'caffe2/python/serialized_test/__init__.py' 2022-12-01T10:11:09.7387275Z adding 'caffe2/python/serialized_test/coverage.py' 2022-12-01T10:11:09.7391009Z adding 'caffe2/python/serialized_test/serialized_test_util.py' 2022-12-01T10:11:09.7395497Z adding 'caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_elu.zip' 2022-12-01T10:11:09.7397633Z adding 'caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_leaky_relu.zip' 2022-12-01T10:11:09.7399874Z adding 'caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_relu.zip' 2022-12-01T10:11:09.7402022Z adding 'caffe2/python/serialized_test/data/operator_test/activation_ops_test.test_relu_n.zip' 2022-12-01T10:11:09.7404219Z adding 'caffe2/python/serialized_test/data/operator_test/adadelta_test.test_adadelta.zip' 2022-12-01T10:11:09.7406304Z adding 'caffe2/python/serialized_test/data/operator_test/adadelta_test.test_sparse_adadelta_empty.zip' 2022-12-01T10:11:09.7408374Z adding 'caffe2/python/serialized_test/data/operator_test/adagrad_test.test_adagrad.zip' 2022-12-01T10:11:09.7410473Z adding 'caffe2/python/serialized_test/data/operator_test/adagrad_test.test_row_wise_sparse_adagrad_empty.zip' 2022-12-01T10:11:09.7412534Z adding 'caffe2/python/serialized_test/data/operator_test/adagrad_test.test_sparse_adagrad_empty.zip' 2022-12-01T10:11:09.7414632Z adding 'caffe2/python/serialized_test/data/operator_test/affine_channel_op_test.test_affine_channel_2d.zip' 2022-12-01T10:11:09.7416675Z adding 'caffe2/python/serialized_test/data/operator_test/arg_ops_test.test_argmax.zip' 2022-12-01T10:11:09.7418679Z adding 'caffe2/python/serialized_test/data/operator_test/arg_ops_test.test_argmin.zip' 2022-12-01T10:11:09.7420760Z adding 'caffe2/python/serialized_test/data/operator_test/batch_box_cox_test.test_batch_box_cox.zip' 2022-12-01T10:11:09.7422890Z adding 'caffe2/python/serialized_test/data/operator_test/batch_bucketize_op_test.test_batch_bucketize_example.zip' 2022-12-01T10:11:09.7424974Z adding 'caffe2/python/serialized_test/data/operator_test/batch_moments_op_test.test_batch_moments_2d.zip' 2022-12-01T10:11:09.7427209Z adding 'caffe2/python/serialized_test/data/operator_test/batch_sparse_to_dense_op_test.test_batch_sparse_to_dense.zip' 2022-12-01T10:11:09.7429324Z adding 'caffe2/python/serialized_test/data/operator_test/bbox_transform_test.test_bbox_transform.zip' 2022-12-01T10:11:09.7431397Z adding 'caffe2/python/serialized_test/data/operator_test/boolean_mask_test.test_boolean_mask.zip' 2022-12-01T10:11:09.7433775Z adding 'caffe2/python/serialized_test/data/operator_test/boolean_mask_test.test_sequence_mask_with_lengths.zip' 2022-12-01T10:11:09.7435808Z adding 'caffe2/python/serialized_test/data/operator_test/boolean_unmask_test.test.zip' 2022-12-01T10:11:09.7437988Z adding 'caffe2/python/serialized_test/data/operator_test/box_with_nms_limit_op_test.test_simple.zip' 2022-12-01T10:11:09.7440322Z adding 'caffe2/python/serialized_test/data/operator_test/ceil_op_test.test_ceil.zip' 2022-12-01T10:11:09.7442837Z adding 'caffe2/python/serialized_test/data/operator_test/channel_backprop_stats_op_test.testChannelBackpropStats.zip' 2022-12-01T10:11:09.7444887Z adding 'caffe2/python/serialized_test/data/operator_test/channel_shuffle_test.test_channel_shuffle.zip' 2022-12-01T10:11:09.7447075Z adding 'caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.testChannelStats.zip' 2022-12-01T10:11:09.7449392Z adding 'caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.test_channel_stats_2d.zip' 2022-12-01T10:11:09.7451525Z adding 'caffe2/python/serialized_test/data/operator_test/channel_stats_op_test.test_channel_stats_3d.zip' 2022-12-01T10:11:09.7453619Z adding 'caffe2/python/serialized_test/data/operator_test/clip_op_test.test_clip.zip' 2022-12-01T10:11:09.7455656Z adding 'caffe2/python/serialized_test/data/operator_test/clip_tensor_op_test.test_clip_tensor_by_scaling.zip' 2022-12-01T10:11:09.7466413Z adding 'caffe2/python/serialized_test/data/operator_test/collect_and_distribute_fpn_rpn_proposals_op_test.test_collect_and_dist.zip' 2022-12-01T10:11:09.7469563Z adding 'caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_concat.zip' 2022-12-01T10:11:09.7471643Z adding 'caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_split.zip' 2022-12-01T10:11:09.7473779Z adding 'caffe2/python/serialized_test/data/operator_test/concat_split_op_test.test_split_by_lengths.zip' 2022-12-01T10:11:09.7476308Z adding 'caffe2/python/serialized_test/data/operator_test/conditional_test.test_conditional.zip' 2022-12-01T10:11:09.7478572Z adding 'caffe2/python/serialized_test/data/operator_test/conv_test.test_1x1_conv.zip' 2022-12-01T10:11:09.7481113Z adding 'caffe2/python/serialized_test/data/operator_test/cosine_embedding_criterion_op_test.test_cosine_embedding_criterion.zip' 2022-12-01T10:11:09.7489743Z adding 'caffe2/python/serialized_test/data/operator_test/ctc_beam_search_decoder_op_test.test_ctc_beam_search_decoder.zip' 2022-12-01T10:11:09.7492761Z adding 'caffe2/python/serialized_test/data/operator_test/ctc_greedy_decoder_op_test.test_ctc_greedy_decoder.zip' 2022-12-01T10:11:09.7494921Z adding 'caffe2/python/serialized_test/data/operator_test/distance_op_test.test_dot_product.zip' 2022-12-01T10:11:09.7497059Z adding 'caffe2/python/serialized_test/data/operator_test/dropout_op_test.test_dropout_is_test.zip' 2022-12-01T10:11:09.7499210Z adding 'caffe2/python/serialized_test/data/operator_test/elementwise_linear_op_test.test.zip' 2022-12-01T10:11:09.7501305Z adding 'caffe2/python/serialized_test/data/operator_test/elementwise_logical_ops_test.test_is_member_of.zip' 2022-12-01T10:11:09.7503353Z adding 'caffe2/python/serialized_test/data/operator_test/elementwise_logical_ops_test.test_where.zip' 2022-12-01T10:11:09.7506008Z adding 'caffe2/python/serialized_test/data/operator_test/elementwise_op_broadcast_test.test_broadcast_powt.zip' 2022-12-01T10:11:09.7508118Z adding 'caffe2/python/serialized_test/data/operator_test/erf_op_test.test_erf.zip' 2022-12-01T10:11:09.7510342Z adding 'caffe2/python/serialized_test/data/operator_test/expand_op_test.test_expand_rand_shape.zip' 2022-12-01T10:11:09.7512962Z adding 'caffe2/python/serialized_test/data/operator_test/fc_operator_test.test_fc.zip' 2022-12-01T10:11:09.7514921Z adding 'caffe2/python/serialized_test/data/operator_test/filler_ops_test.test_diagonal_fill_op_float.zip' 2022-12-01T10:11:09.7516826Z adding 'caffe2/python/serialized_test/data/operator_test/filler_ops_test.test_lengths_range_fill.zip' 2022-12-01T10:11:09.7519147Z adding 'caffe2/python/serialized_test/data/operator_test/find_op_test.test_find.zip' 2022-12-01T10:11:09.7521665Z adding 'caffe2/python/serialized_test/data/operator_test/flexible_top_k_test.test_flexible_top_k.zip' 2022-12-01T10:11:09.7523620Z adding 'caffe2/python/serialized_test/data/operator_test/floor_op_test.test_floor.zip' 2022-12-01T10:11:09.7525593Z adding 'caffe2/python/serialized_test/data/operator_test/gather_ops_test.test_batch_gather_ops.zip' 2022-12-01T10:11:09.7527833Z adding 'caffe2/python/serialized_test/data/operator_test/gather_ops_test.test_gather_ops.zip' 2022-12-01T10:11:09.7530059Z adding 'caffe2/python/serialized_test/data/operator_test/gather_ranges_op_test.test_gather_ranges.zip' 2022-12-01T10:11:09.7532158Z adding 'caffe2/python/serialized_test/data/operator_test/gather_ranges_op_test.test_gather_ranges_split.zip' 2022-12-01T10:11:09.7534340Z adding 'caffe2/python/serialized_test/data/operator_test/glu_op_test.test_glu_old.zip' 2022-12-01T10:11:09.7536575Z adding 'caffe2/python/serialized_test/data/operator_test/group_norm_op_test.test_group_norm_2d.zip' 2022-12-01T10:11:09.7538934Z adding 'caffe2/python/serialized_test/data/operator_test/gru_test.test_gru_unit_op.zip' 2022-12-01T10:11:09.7541178Z adding 'caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_cosh.zip' 2022-12-01T10:11:09.7543677Z adding 'caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_sinh.zip' 2022-12-01T10:11:09.7545802Z adding 'caffe2/python/serialized_test/data/operator_test/hyperbolic_ops_test.test_tanh.zip' 2022-12-01T10:11:09.7548224Z adding 'caffe2/python/serialized_test/data/operator_test/index_hash_ops_test.test_index_hash_ops.zip' 2022-12-01T10:11:09.7551289Z adding 'caffe2/python/serialized_test/data/operator_test/instance_norm_test.test_instance_norm_reference_check.zip' 2022-12-01T10:11:09.7553520Z adding 'caffe2/python/serialized_test/data/operator_test/integral_image_ops_test.test_integral_image_gradient_ops.zip' 2022-12-01T10:11:09.7555777Z adding 'caffe2/python/serialized_test/data/operator_test/integral_image_ops_test.test_integral_image_ops.zip' 2022-12-01T10:11:09.7557885Z adding 'caffe2/python/serialized_test/data/operator_test/jsd_ops_test.test_bernoulli_jsd.zip' 2022-12-01T10:11:09.7560303Z adding 'caffe2/python/serialized_test/data/operator_test/layer_norm_op_test.test_layer_norm_grad_op.zip' 2022-12-01T10:11:09.7562728Z adding 'caffe2/python/serialized_test/data/operator_test/learning_rate_adaption_op_test.test_learning_rate_adaption_op_normalization.zip' 2022-12-01T10:11:09.7564696Z adding 'caffe2/python/serialized_test/data/operator_test/learning_rate_op_test.test_alter_learning_rate_op.zip' 2022-12-01T10:11:09.7566787Z adding 'caffe2/python/serialized_test/data/operator_test/length_split_op_test.test_length_split_edge.zip' 2022-12-01T10:11:09.7568655Z adding 'caffe2/python/serialized_test/data/operator_test/lengths_pad_op_test.test_lengths_pad.zip' 2022-12-01T10:11:09.7570874Z adding 'caffe2/python/serialized_test/data/operator_test/lengths_tile_op_test.test_lengths_tile.zip' 2022-12-01T10:11:09.7573070Z adding 'caffe2/python/serialized_test/data/operator_test/lengths_top_k_ops_test.test_lengths_top_k_op.zip' 2022-12-01T10:11:09.7575119Z adding 'caffe2/python/serialized_test/data/operator_test/locally_connected_op_test.test_lc_2d.zip' 2022-12-01T10:11:09.7577099Z adding 'caffe2/python/serialized_test/data/operator_test/loss_ops_test.test_averaged_loss.zip' 2022-12-01T10:11:09.7579340Z adding 'caffe2/python/serialized_test/data/operator_test/margin_ranking_criterion_op_test.test_margin_ranking_criterion.zip' 2022-12-01T10:11:09.7581334Z adding 'caffe2/python/serialized_test/data/operator_test/math_ops_test.test_sign.zip' 2022-12-01T10:11:09.7583426Z adding 'caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_batch_matmul.zip' 2022-12-01T10:11:09.7585771Z adding 'caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_matmul.zip' 2022-12-01T10:11:09.7587733Z adding 'caffe2/python/serialized_test/data/operator_test/matmul_op_test.test_numpy_batch_matmul.zip' 2022-12-01T10:11:09.7589774Z adding 'caffe2/python/serialized_test/data/operator_test/mean_op_test.test_mean.zip' 2022-12-01T10:11:09.7591992Z adding 'caffe2/python/serialized_test/data/operator_test/merge_id_lists_op_test.test_merge_id_lists_op.zip' 2022-12-01T10:11:09.7594722Z adding 'caffe2/python/serialized_test/data/operator_test/moments_op_test.test_moments.zip' 2022-12-01T10:11:09.7596911Z adding 'caffe2/python/serialized_test/data/operator_test/momentum_sgd_test.test_momentum_sgd.zip' 2022-12-01T10:11:09.7598915Z adding 'caffe2/python/serialized_test/data/operator_test/momentum_sgd_test.test_sparse_momentum_sgd.zip' 2022-12-01T10:11:09.7601309Z adding 'caffe2/python/serialized_test/data/operator_test/negate_gradient_op_test.test_forward.zip' 2022-12-01T10:11:09.7603440Z adding 'caffe2/python/serialized_test/data/operator_test/numpy_tile_op_test.test_numpy_tile.zip' 2022-12-01T10:11:09.7605582Z adding 'caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_batch_bucketized_one_hot.zip' 2022-12-01T10:11:09.7607598Z adding 'caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_batch_one_hot.zip' 2022-12-01T10:11:09.7609623Z adding 'caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_one_hot.zip' 2022-12-01T10:11:09.7611623Z adding 'caffe2/python/serialized_test/data/operator_test/one_hot_ops_test.test_segment_one_hot.zip' 2022-12-01T10:11:09.7613746Z adding 'caffe2/python/serialized_test/data/operator_test/onnx_while_test.test_onnx_while_fibb.zip' 2022-12-01T10:11:09.7615976Z adding 'caffe2/python/serialized_test/data/operator_test/pack_ops_test.test_pack_with_max_length_ops.zip' 2022-12-01T10:11:09.7618106Z adding 'caffe2/python/serialized_test/data/operator_test/pack_rnn_sequence_op_test.test_pack_rnn_seqence.zip' 2022-12-01T10:11:09.7620200Z adding 'caffe2/python/serialized_test/data/operator_test/pack_rnn_sequence_op_test.test_unpack_rnn_seqence.zip' 2022-12-01T10:11:09.7622517Z adding 'caffe2/python/serialized_test/data/operator_test/pad_test.test_crop.zip' 2022-12-01T10:11:09.7624788Z adding 'caffe2/python/serialized_test/data/operator_test/piecewise_linear_transform_test.test_multi_predictions_params_from_arg.zip' 2022-12-01T10:11:09.7626840Z adding 'caffe2/python/serialized_test/data/operator_test/rank_loss_operator_test.test_pair_wise_loss_batch.zip' 2022-12-01T10:11:09.7629174Z adding 'caffe2/python/serialized_test/data/operator_test/recurrent_network_test.test_mul.zip' 2022-12-01T10:11:09.7631923Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_back_max.zip' 2022-12-01T10:11:09.7634747Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_back_mean.zip' 2022-12-01T10:11:09.7637438Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_max.zip' 2022-12-01T10:11:09.7640500Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_mean.zip' 2022-12-01T10:11:09.7643246Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_front_sum.zip' 2022-12-01T10:11:09.7645466Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_l2.zip' 2022-12-01T10:11:09.7647602Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_max.zip' 2022-12-01T10:11:09.7649674Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_mean.zip' 2022-12-01T10:11:09.7651814Z adding 'caffe2/python/serialized_test/data/operator_test/reduce_ops_test.test_reduce_min.zip' 2022-12-01T10:11:09.7653898Z adding 'caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_columnwise_max.zip' 2022-12-01T10:11:09.7655925Z adding 'caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_int_sum.zip' 2022-12-01T10:11:09.7657969Z adding 'caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_sqrsum.zip' 2022-12-01T10:11:09.7659983Z adding 'caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_elementwise_sum.zip' 2022-12-01T10:11:09.7662034Z adding 'caffe2/python/serialized_test/data/operator_test/reduction_ops_test.test_rowwise_max.zip' 2022-12-01T10:11:09.7664148Z adding 'caffe2/python/serialized_test/data/operator_test/selu_op_test.test_selu_1.zip' 2022-12-01T10:11:09.7666250Z adding 'caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_add_padding.zip' 2022-12-01T10:11:09.7668287Z adding 'caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_find_duplicate_elements.zip' 2022-12-01T10:11:09.7670360Z adding 'caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_gather_padding.zip' 2022-12-01T10:11:09.7672387Z adding 'caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_remove_data_blocks.zip' 2022-12-01T10:11:09.7674568Z adding 'caffe2/python/serialized_test/data/operator_test/sequence_ops_test.test_reverse_packed_segs.zip' 2022-12-01T10:11:09.7676658Z adding 'caffe2/python/serialized_test/data/operator_test/sinusoid_position_encoding_op_test.test_sinusoid_embedding.zip' 2022-12-01T10:11:09.7678678Z adding 'caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax.zip' 2022-12-01T10:11:09.7680920Z adding 'caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax_grad.zip' 2022-12-01T10:11:09.7683108Z adding 'caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_softmax_with_loss.zip' 2022-12-01T10:11:09.7686483Z adding 'caffe2/python/serialized_test/data/operator_test/softmax_ops_test.test_spatial_softmax_with_loss.zip' 2022-12-01T10:11:09.7688853Z adding 'caffe2/python/serialized_test/data/operator_test/sparse_ops_test.testScatterAssign.zip' 2022-12-01T10:11:09.7691036Z adding 'caffe2/python/serialized_test/data/operator_test/sparse_ops_test.testScatterWeightedSum.zip' 2022-12-01T10:11:09.7693154Z adding 'caffe2/python/serialized_test/data/operator_test/spatial_bn_op_test.test_spatialbn_test_mode_3d.zip' 2022-12-01T10:11:09.7695254Z adding 'caffe2/python/serialized_test/data/operator_test/square_root_divide_op_test.test_square_root_divide.zip' 2022-12-01T10:11:09.7697334Z adding 'caffe2/python/serialized_test/data/operator_test/string_ops_test.test_string_ends_with.zip' 2022-12-01T10:11:09.7699429Z adding 'caffe2/python/serialized_test/data/operator_test/string_ops_test.test_string_starts_with.zip' 2022-12-01T10:11:09.7701595Z adding 'caffe2/python/serialized_test/data/operator_test/thresholded_relu_op_test.test_thresholded_relu_1.zip' 2022-12-01T10:11:09.7703634Z adding 'caffe2/python/serialized_test/data/operator_test/tile_op_test.test_tile.zip' 2022-12-01T10:11:09.7705704Z adding 'caffe2/python/serialized_test/data/operator_test/top_k_test.test_top_k.zip' 2022-12-01T10:11:09.7707775Z adding 'caffe2/python/serialized_test/data/operator_test/transpose_op_test.test_transpose.zip' 2022-12-01T10:11:09.7709830Z adding 'caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_acos.zip' 2022-12-01T10:11:09.7711833Z adding 'caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_asin.zip' 2022-12-01T10:11:09.7713925Z adding 'caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_atan.zip' 2022-12-01T10:11:09.7715965Z adding 'caffe2/python/serialized_test/data/operator_test/trigonometric_op_test.test_tan.zip' 2022-12-01T10:11:09.7717934Z adding 'caffe2/python/serialized_test/data/operator_test/unique_ops_test.test_unique_op.zip' 2022-12-01T10:11:09.7720221Z adding 'caffe2/python/serialized_test/data/operator_test/upsample_op_test.test_upsample.zip' 2022-12-01T10:11:09.7722377Z adding 'caffe2/python/serialized_test/data/operator_test/upsample_op_test.test_upsample_grad.zip' 2022-12-01T10:11:09.7724885Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_max.zip' 2022-12-01T10:11:09.7727560Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_max_grad.zip' 2022-12-01T10:11:09.7730135Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_min.zip' 2022-12-01T10:11:09.7732769Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_elementwise_min_grad.zip' 2022-12-01T10:11:09.7735119Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_lengths_gather.zip' 2022-12-01T10:11:09.7737342Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_lengths_to_ranges.zip' 2022-12-01T10:11:09.7739682Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_nan_check.zip' 2022-12-01T10:11:09.7741973Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_size_op.zip' 2022-12-01T10:11:09.7744243Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_slice.zip' 2022-12-01T10:11:09.7746564Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_sum.zip' 2022-12-01T10:11:09.7749002Z adding 'caffe2/python/serialized_test/data/operator_test/utility_ops_test.test_transpose.zip' 2022-12-01T10:11:09.7751193Z adding 'caffe2/python/serialized_test/data/operator_test/weighted_sum_test.test_weighted_sum.zip' 2022-12-01T10:11:09.7753261Z adding 'caffe2/python/serialized_test/data/operator_test/wngrad_test.test_sparse_wngrad_empty.zip' 2022-12-01T10:11:09.7755270Z adding 'caffe2/python/serialized_test/data/operator_test/wngrad_test.test_wngrad_dense_base.zip' 2022-12-01T10:11:09.7757247Z adding 'caffe2/python/test/__init__.py' 2022-12-01T10:11:09.7759231Z adding 'caffe2/python/test/blob_deallocation_test.py' 2022-12-01T10:11:09.7761462Z adding 'caffe2/python/test/do_op_test.py' 2022-12-01T10:11:09.7763874Z adding 'caffe2/python/test/executor_test.py' 2022-12-01T10:11:09.7767185Z adding 'caffe2/python/test/executor_test_util.py' 2022-12-01T10:11:09.7769499Z adding 'caffe2/python/test/fakefp16_transform_test.py' 2022-12-01T10:11:09.7771353Z adding 'caffe2/python/test/gpu_context_test.py' 2022-12-01T10:11:09.7773597Z adding 'caffe2/python/test/inference_lstm_op_test.py' 2022-12-01T10:11:09.7775479Z adding 'caffe2/python/test/python_protobuf_test.py' 2022-12-01T10:11:09.7777472Z adding 'caffe2/python/trt/__init__.py' 2022-12-01T10:11:09.7780398Z adding 'caffe2/python/trt/test_pt_onnx_trt.py' 2022-12-01T10:11:09.7784550Z adding 'caffe2/python/trt/test_trt.py' 2022-12-01T10:11:09.7787139Z adding 'caffe2/python/trt/transform.py' 2022-12-01T10:11:09.7789159Z adding 'caffe2/quantization/__init__.py' 2022-12-01T10:11:09.7791470Z adding 'caffe2/quantization/server/__init__.py' 2022-12-01T10:11:09.7794995Z adding 'caffe2/quantization/server/batch_matmul_dnnlowp_op_test.py' 2022-12-01T10:11:09.7797179Z adding 'caffe2/quantization/server/batch_permutation_dnnlowp_op_test.py' 2022-12-01T10:11:09.7799754Z adding 'caffe2/quantization/server/channel_shuffle_dnnlowp_op_test.py' 2022-12-01T10:11:09.7802358Z adding 'caffe2/quantization/server/compute_equalization_scale_test.py' 2022-12-01T10:11:09.7804774Z adding 'caffe2/quantization/server/concat_dnnlowp_op_test.py' 2022-12-01T10:11:09.7807948Z adding 'caffe2/quantization/server/conv_depthwise_dnnlowp_op_test.py' 2022-12-01T10:11:09.7811853Z adding 'caffe2/quantization/server/conv_dnnlowp_acc16_op_test.py' 2022-12-01T10:11:09.7816027Z adding 'caffe2/quantization/server/conv_dnnlowp_op_test.py' 2022-12-01T10:11:09.7819850Z adding 'caffe2/quantization/server/conv_groupwise_dnnlowp_acc16_op_test.py' 2022-12-01T10:11:09.7823214Z adding 'caffe2/quantization/server/conv_groupwise_dnnlowp_op_test.py' 2022-12-01T10:11:09.7825617Z adding 'caffe2/quantization/server/dequantize_dnnlowp_op_test.py' 2022-12-01T10:11:09.7830251Z adding 'caffe2/quantization/server/dnnlowp_test_utils.py' 2022-12-01T10:11:09.7833482Z adding 'caffe2/quantization/server/elementwise_add_dnnlowp_op_test.py' 2022-12-01T10:11:09.7836055Z adding 'caffe2/quantization/server/elementwise_linear_dnnlowp_op_test.py' 2022-12-01T10:11:09.7838893Z adding 'caffe2/quantization/server/elementwise_mul_dnnlowp_op_test.py' 2022-12-01T10:11:09.7841959Z adding 'caffe2/quantization/server/elementwise_sum_dnnlowp_op_test.py' 2022-12-01T10:11:09.7845112Z adding 'caffe2/quantization/server/fully_connected_dnnlowp_acc16_op_test.py' 2022-12-01T10:11:09.7848954Z adding 'caffe2/quantization/server/fully_connected_dnnlowp_op_test.py' 2022-12-01T10:11:09.7851564Z adding 'caffe2/quantization/server/fully_connected_fp16_test.py' 2022-12-01T10:11:09.7854592Z adding 'caffe2/quantization/server/fully_connected_rowwise_dnnlowp_op_test.py' 2022-12-01T10:11:09.7857075Z adding 'caffe2/quantization/server/gather_dnnlowp_op_test.py' 2022-12-01T10:11:09.7859702Z adding 'caffe2/quantization/server/group_norm_dnnlowp_op_test.py' 2022-12-01T10:11:09.7862270Z adding 'caffe2/quantization/server/int8_gen_quant_params_min_max_test.py' 2022-12-01T10:11:09.7864901Z adding 'caffe2/quantization/server/int8_gen_quant_params_test.py' 2022-12-01T10:11:09.7867512Z adding 'caffe2/quantization/server/int8_quant_scheme_blob_fill_test.py' 2022-12-01T10:11:09.7869727Z adding 'caffe2/quantization/server/lstm_unit_dnnlowp_op_test.py' 2022-12-01T10:11:09.7871737Z adding 'caffe2/quantization/server/observer_test.py' 2022-12-01T10:11:09.7874452Z adding 'caffe2/quantization/server/pool_dnnlowp_op_test.py' 2022-12-01T10:11:09.7876980Z adding 'caffe2/quantization/server/quantize_dnnlowp_op_test.py' 2022-12-01T10:11:09.7879444Z adding 'caffe2/quantization/server/relu_dnnlowp_op_test.py' 2022-12-01T10:11:09.7881899Z adding 'caffe2/quantization/server/resize_nearest_3d_dnnlowp_op_test.py' 2022-12-01T10:11:09.7884106Z adding 'caffe2/quantization/server/resize_nearest_dnnlowp_op_test.py' 2022-12-01T10:11:09.7886489Z adding 'caffe2/quantization/server/sigmoid_dnnlowp_op_test.py' 2022-12-01T10:11:09.7888997Z adding 'caffe2/quantization/server/spatial_batch_norm_dnnlowp_op_test.py' 2022-12-01T10:11:09.7891253Z adding 'caffe2/quantization/server/tanh_dnnlowp_op_test.py' 2022-12-01T10:11:09.7896076Z adding 'caffe2/quantization/server/utils.py' 2022-12-01T10:11:09.8051392Z adding 'functorch/_C.cpython-37m-x86_64-linux-gnu.so' 2022-12-01T10:11:09.8059755Z adding 'functorch/__init__.py' 2022-12-01T10:11:09.8061930Z adding 'functorch/setup.py' 2022-12-01T10:11:09.8064248Z adding 'functorch/_src/__init__.py' 2022-12-01T10:11:09.8073057Z adding 'functorch/_src/aot_autograd.py' 2022-12-01T10:11:09.8076861Z adding 'functorch/_src/benchmark_utils.py' 2022-12-01T10:11:09.8079952Z adding 'functorch/_src/compile_utils.py' 2022-12-01T10:11:09.8084227Z adding 'functorch/_src/compilers.py' 2022-12-01T10:11:09.8086481Z adding 'functorch/_src/config.py' 2022-12-01T10:11:09.8103947Z adding 'functorch/_src/eager_transforms.py' 2022-12-01T10:11:09.8109561Z adding 'functorch/_src/fx_minifier.py' 2022-12-01T10:11:09.8115624Z adding 'functorch/_src/make_functional.py' 2022-12-01T10:11:09.8118354Z adding 'functorch/_src/named_members_polyfill.py' 2022-12-01T10:11:09.8124592Z adding 'functorch/_src/partitioners.py' 2022-12-01T10:11:09.8127094Z adding 'functorch/_src/python_key.py' 2022-12-01T10:11:09.8129131Z adding 'functorch/_src/pytree_hacks.py' 2022-12-01T10:11:09.8135395Z adding 'functorch/_src/top_operators_github_usage.py' 2022-12-01T10:11:09.8142658Z adding 'functorch/_src/vmap.py' 2022-12-01T10:11:09.8145609Z adding 'functorch/compile/__init__.py' 2022-12-01T10:11:09.8148809Z adding 'functorch/dim/__init__.py' 2022-12-01T10:11:09.8151042Z adding 'functorch/dim/batch_tensor.py' 2022-12-01T10:11:09.8153466Z adding 'functorch/dim/delayed_mul_tensor.py' 2022-12-01T10:11:09.8156111Z adding 'functorch/dim/dim.py' 2022-12-01T10:11:09.8158429Z adding 'functorch/dim/magic_trace.py' 2022-12-01T10:11:09.8161751Z adding 'functorch/dim/op_properties.py' 2022-12-01T10:11:09.8168574Z adding 'functorch/dim/reference.py' 2022-12-01T10:11:09.8171181Z adding 'functorch/dim/tree_map.py' 2022-12-01T10:11:09.8173418Z adding 'functorch/dim/wrap_type.py' 2022-12-01T10:11:09.8175489Z adding 'functorch/experimental/__init__.py' 2022-12-01T10:11:09.8177522Z adding 'functorch/experimental/batch_norm_replacement.py' 2022-12-01T10:11:09.8180021Z adding 'functorch/experimental/cond.py' 2022-12-01T10:11:09.8181924Z adding 'functorch/experimental/ops.py' 2022-12-01T10:11:09.8194430Z adding 'torch/_C.cpython-37m-x86_64-linux-gnu.so' 2022-12-01T10:11:09.8207238Z adding 'torch/_C_flatbuffer.cpython-37m-x86_64-linux-gnu.so' 2022-12-01T10:11:09.8209892Z adding 'torch/_VF.py' 2022-12-01T10:11:09.8211648Z adding 'torch/__config__.py' 2022-12-01T10:11:09.8213449Z adding 'torch/__future__.py' 2022-12-01T10:11:09.8225056Z adding 'torch/__init__.py' 2022-12-01T10:11:09.8232057Z adding 'torch/_appdirs.py' 2022-12-01T10:11:09.8234615Z adding 'torch/_classes.py' 2022-12-01T10:11:09.8236964Z adding 'torch/_deploy.py' 2022-12-01T10:11:09.8253364Z adding 'torch/_jit_internal.py' 2022-12-01T10:11:09.8256968Z adding 'torch/_linalg_utils.py' 2022-12-01T10:11:09.8269877Z adding 'torch/_lobpcg.py' 2022-12-01T10:11:09.8274742Z adding 'torch/_lowrank.py' 2022-12-01T10:11:09.8285889Z adding 'torch/_meta_registrations.py' 2022-12-01T10:11:09.8289762Z adding 'torch/_namedtensor_internals.py' 2022-12-01T10:11:09.8296549Z adding 'torch/_ops.py' 2022-12-01T10:11:09.8300308Z adding 'torch/_python_dispatcher.py' 2022-12-01T10:11:09.8302665Z adding 'torch/_six.py' 2022-12-01T10:11:09.8305449Z adding 'torch/_sources.py' 2022-12-01T10:11:09.8307528Z adding 'torch/_storage_docs.py' 2022-12-01T10:11:09.8322819Z adding 'torch/_tensor.py' 2022-12-01T10:11:09.8354631Z adding 'torch/_tensor_docs.py' 2022-12-01T10:11:09.8364735Z adding 'torch/_tensor_str.py' 2022-12-01T10:11:09.8479083Z adding 'torch/_torch_docs.py' 2022-12-01T10:11:09.8496129Z adding 'torch/_utils.py' 2022-12-01T10:11:09.8498854Z adding 'torch/_utils_internal.py' 2022-12-01T10:11:09.8503855Z adding 'torch/_vmap_internals.py' 2022-12-01T10:11:09.8507816Z adding 'torch/_weights_only_unpickler.py' 2022-12-01T10:11:09.8530647Z adding 'torch/functional.py' 2022-12-01T10:11:09.8541557Z adding 'torch/hub.py' 2022-12-01T10:11:09.8545581Z adding 'torch/library.py' 2022-12-01T10:11:09.8568667Z adding 'torch/overrides.py' 2022-12-01T10:11:09.8572373Z adding 'torch/py.typed' 2022-12-01T10:11:09.8575528Z adding 'torch/quasirandom.py' 2022-12-01T10:11:09.8578459Z adding 'torch/random.py' 2022-12-01T10:11:09.8580594Z adding 'torch/return_types.py' 2022-12-01T10:11:09.8595065Z adding 'torch/serialization.py' 2022-12-01T10:11:09.8604255Z adding 'torch/storage.py' 2022-12-01T10:11:09.8607681Z adding 'torch/torch_version.py' 2022-12-01T10:11:09.8609946Z adding 'torch/types.py' 2022-12-01T10:11:09.8611678Z adding 'torch/version.py' 2022-12-01T10:11:09.8639595Z adding 'torch/_C/_VariableFunctions.pyi' 2022-12-01T10:11:09.8671369Z adding 'torch/_C/__init__.pyi' 2022-12-01T10:11:09.8676159Z adding 'torch/_C/_autograd.pyi' 2022-12-01T10:11:09.8677873Z adding 'torch/_C/_cudnn.pyi' 2022-12-01T10:11:09.8679775Z adding 'torch/_C/_distributed_autograd.pyi' 2022-12-01T10:11:09.8682832Z adding 'torch/_C/_distributed_c10d.pyi' 2022-12-01T10:11:09.8685726Z adding 'torch/_C/_distributed_rpc.pyi' 2022-12-01T10:11:09.8687694Z adding 'torch/_C/_distributed_rpc_testing.pyi' 2022-12-01T10:11:09.8689304Z adding 'torch/_C/_functions.pyi' 2022-12-01T10:11:09.8690991Z adding 'torch/_C/_functorch.pyi' 2022-12-01T10:11:09.8692548Z adding 'torch/_C/_itt.pyi' 2022-12-01T10:11:09.8694275Z adding 'torch/_C/_lazy.pyi' 2022-12-01T10:11:09.8696096Z adding 'torch/_C/_lazy_ts_backend.pyi' 2022-12-01T10:11:09.8698038Z adding 'torch/_C/_monitor.pyi' 2022-12-01T10:11:09.8700016Z adding 'torch/_C/_nn.pyi' 2022-12-01T10:11:09.8701692Z adding 'torch/_C/_nvtx.pyi' 2022-12-01T10:11:09.8703482Z adding 'torch/_C/_onnx.pyi' 2022-12-01T10:11:09.8705942Z adding 'torch/_C/_profiler.pyi' 2022-12-01T10:11:09.8707602Z adding 'torch/_C/_verbose.pyi' 2022-12-01T10:11:09.8709723Z adding 'torch/_C_flatbuffer/__init__.pyi' 2022-12-01T10:11:09.8713777Z adding 'torch/_decomp/__init__.py' 2022-12-01T10:11:09.8739685Z adding 'torch/_decomp/decompositions.py' 2022-12-01T10:11:09.8745267Z adding 'torch/_decomp/decompositions_for_jvp.py' 2022-12-01T10:11:09.8747394Z adding 'torch/_dispatch/__init__.py' 2022-12-01T10:11:09.8749066Z adding 'torch/_dispatch/python.py' 2022-12-01T10:11:09.8751459Z adding 'torch/_lazy/__init__.py' 2022-12-01T10:11:09.8754189Z adding 'torch/_lazy/closure.py' 2022-12-01T10:11:09.8756145Z adding 'torch/_lazy/computation.py' 2022-12-01T10:11:09.8757836Z adding 'torch/_lazy/config.py' 2022-12-01T10:11:09.8759735Z adding 'torch/_lazy/debug.py' 2022-12-01T10:11:09.8761689Z adding 'torch/_lazy/device_context.py' 2022-12-01T10:11:09.8765363Z adding 'torch/_lazy/extract_compiled_graph.py' 2022-12-01T10:11:09.8767290Z adding 'torch/_lazy/ir_cache.py' 2022-12-01T10:11:09.8769048Z adding 'torch/_lazy/metrics.py' 2022-12-01T10:11:09.8772616Z adding 'torch/_lazy/tensor_factory_functions.py' 2022-12-01T10:11:09.8774345Z adding 'torch/_lazy/ts_backend.py' 2022-12-01T10:11:09.8794162Z adding 'torch/_prims/__init__.py' 2022-12-01T10:11:09.8800227Z adding 'torch/_prims/context.py' 2022-12-01T10:11:09.8802826Z adding 'torch/_prims/executor.py' 2022-12-01T10:11:09.8807427Z adding 'torch/_prims/nvfuser_executor.py' 2022-12-01T10:11:09.8812117Z adding 'torch/_prims/nvfuser_prims.py' 2022-12-01T10:11:09.8828294Z adding 'torch/_prims_common/__init__.py' 2022-12-01T10:11:09.8834362Z adding 'torch/_prims_common/wrappers.py' 2022-12-01T10:11:09.8876734Z adding 'torch/_refs/__init__.py' 2022-12-01T10:11:09.8884903Z adding 'torch/_refs/fft.py' 2022-12-01T10:11:09.8889183Z adding 'torch/_refs/linalg/__init__.py' 2022-12-01T10:11:09.8891406Z adding 'torch/_refs/nn/__init__.py' 2022-12-01T10:11:09.8897429Z adding 'torch/_refs/nn/functional/__init__.py' 2022-12-01T10:11:09.8900532Z adding 'torch/_refs/special/__init__.py' 2022-12-01T10:11:09.8902835Z adding 'torch/_subclasses/__init__.py' 2022-12-01T10:11:09.8914746Z adding 'torch/_subclasses/fake_tensor.py' 2022-12-01T10:11:09.8918323Z adding 'torch/_subclasses/fake_utils.py' 2022-12-01T10:11:09.8923462Z adding 'torch/_subclasses/meta_utils.py' 2022-12-01T10:11:09.8925596Z adding 'torch/amp/__init__.py' 2022-12-01T10:11:09.8929741Z adding 'torch/amp/autocast_mode.py' 2022-12-01T10:11:09.8932161Z adding 'torch/ao/__init__.py' 2022-12-01T10:11:09.8934285Z adding 'torch/ao/nn/__init__.py' 2022-12-01T10:11:09.8936270Z adding 'torch/ao/nn/intrinsic/__init__.py' 2022-12-01T10:11:09.8938312Z adding 'torch/ao/nn/intrinsic/modules/__init__.py' 2022-12-01T10:11:09.8940592Z adding 'torch/ao/nn/intrinsic/modules/fused.py' 2022-12-01T10:11:09.8942641Z adding 'torch/ao/nn/qat/__init__.py' 2022-12-01T10:11:09.8944449Z adding 'torch/ao/nn/qat/dynamic/__init__.py' 2022-12-01T10:11:09.8946280Z adding 'torch/ao/nn/qat/dynamic/modules/__init__.py' 2022-12-01T10:11:09.8948113Z adding 'torch/ao/nn/qat/dynamic/modules/linear.py' 2022-12-01T10:11:09.8950120Z adding 'torch/ao/nn/qat/modules/__init__.py' 2022-12-01T10:11:09.8953026Z adding 'torch/ao/nn/qat/modules/conv.py' 2022-12-01T10:11:09.8955885Z adding 'torch/ao/nn/qat/modules/embedding_ops.py' 2022-12-01T10:11:09.8958366Z adding 'torch/ao/nn/qat/modules/linear.py' 2022-12-01T10:11:09.8960994Z adding 'torch/ao/nn/quantizable/__init__.py' 2022-12-01T10:11:09.8962539Z adding 'torch/ao/nn/quantizable/modules/__init__.py' 2022-12-01T10:11:09.8968400Z adding 'torch/ao/nn/quantizable/modules/activation.py' 2022-12-01T10:11:09.8973759Z adding 'torch/ao/nn/quantizable/modules/rnn.py' 2022-12-01T10:11:09.8976482Z adding 'torch/ao/nn/quantized/__init__.py' 2022-12-01T10:11:09.8982576Z adding 'torch/ao/nn/quantized/functional.py' 2022-12-01T10:11:09.8985196Z adding 'torch/ao/nn/quantized/dynamic/__init__.py' 2022-12-01T10:11:09.8987414Z adding 'torch/ao/nn/quantized/dynamic/modules/__init__.py' 2022-12-01T10:11:09.8990677Z adding 'torch/ao/nn/quantized/dynamic/modules/conv.py' 2022-12-01T10:11:09.8993981Z adding 'torch/ao/nn/quantized/dynamic/modules/linear.py' 2022-12-01T10:11:09.9004708Z adding 'torch/ao/nn/quantized/dynamic/modules/rnn.py' 2022-12-01T10:11:09.9008904Z adding 'torch/ao/nn/quantized/modules/__init__.py' 2022-12-01T10:11:09.9012377Z adding 'torch/ao/nn/quantized/modules/activation.py' 2022-12-01T10:11:09.9014989Z adding 'torch/ao/nn/quantized/modules/batchnorm.py' 2022-12-01T10:11:09.9021893Z adding 'torch/ao/nn/quantized/modules/conv.py' 2022-12-01T10:11:09.9024742Z adding 'torch/ao/nn/quantized/modules/dropout.py' 2022-12-01T10:11:09.9028474Z adding 'torch/ao/nn/quantized/modules/embedding_ops.py' 2022-12-01T10:11:09.9031570Z adding 'torch/ao/nn/quantized/modules/functional_modules.py' 2022-12-01T10:11:09.9035915Z adding 'torch/ao/nn/quantized/modules/linear.py' 2022-12-01T10:11:09.9038745Z adding 'torch/ao/nn/quantized/modules/normalization.py' 2022-12-01T10:11:09.9041277Z adding 'torch/ao/nn/quantized/modules/rnn.py' 2022-12-01T10:11:09.9043908Z adding 'torch/ao/nn/quantized/modules/utils.py' 2022-12-01T10:11:09.9046045Z adding 'torch/ao/nn/quantized/reference/__init__.py' 2022-12-01T10:11:09.9048182Z adding 'torch/ao/nn/quantized/reference/modules/__init__.py' 2022-12-01T10:11:09.9050977Z adding 'torch/ao/nn/quantized/reference/modules/conv.py' 2022-12-01T10:11:09.9053643Z adding 'torch/ao/nn/quantized/reference/modules/linear.py' 2022-12-01T10:11:09.9058537Z adding 'torch/ao/nn/quantized/reference/modules/rnn.py' 2022-12-01T10:11:09.9061372Z adding 'torch/ao/nn/quantized/reference/modules/sparse.py' 2022-12-01T10:11:09.9064308Z adding 'torch/ao/nn/quantized/reference/modules/utils.py' 2022-12-01T10:11:09.9066347Z adding 'torch/ao/nn/sparse/__init__.py' 2022-12-01T10:11:09.9068267Z adding 'torch/ao/nn/sparse/quantized/__init__.py' 2022-12-01T10:11:09.9071393Z adding 'torch/ao/nn/sparse/quantized/linear.py' 2022-12-01T10:11:09.9073611Z adding 'torch/ao/nn/sparse/quantized/utils.py' 2022-12-01T10:11:09.9075572Z adding 'torch/ao/nn/sparse/quantized/dynamic/__init__.py' 2022-12-01T10:11:09.9078411Z adding 'torch/ao/nn/sparse/quantized/dynamic/linear.py' 2022-12-01T10:11:09.9080613Z adding 'torch/ao/ns/__init__.py' 2022-12-01T10:11:09.9086042Z adding 'torch/ao/ns/_numeric_suite.py' 2022-12-01T10:11:09.9093627Z adding 'torch/ao/ns/_numeric_suite_fx.py' 2022-12-01T10:11:09.9096303Z adding 'torch/ao/ns/fx/__init__.py' 2022-12-01T10:11:09.9102123Z adding 'torch/ao/ns/fx/graph_matcher.py' 2022-12-01T10:11:09.9113167Z adding 'torch/ao/ns/fx/graph_passes.py' 2022-12-01T10:11:09.9118318Z adding 'torch/ao/ns/fx/mappings.py' 2022-12-01T10:11:09.9121178Z adding 'torch/ao/ns/fx/ns_types.py' 2022-12-01T10:11:09.9124521Z adding 'torch/ao/ns/fx/pattern_utils.py' 2022-12-01T10:11:09.9130364Z adding 'torch/ao/ns/fx/utils.py' 2022-12-01T10:11:09.9134310Z adding 'torch/ao/ns/fx/weight_utils.py' 2022-12-01T10:11:09.9136910Z adding 'torch/ao/quantization/__init__.py' 2022-12-01T10:11:09.9139701Z adding 'torch/ao/quantization/_correct_bias.py' 2022-12-01T10:11:09.9142829Z adding 'torch/ao/quantization/_equalize.py' 2022-12-01T10:11:09.9145991Z adding 'torch/ao/quantization/_learnable_fake_quantize.py' 2022-12-01T10:11:09.9151596Z adding 'torch/ao/quantization/fake_quantize.py' 2022-12-01T10:11:09.9155164Z adding 'torch/ao/quantization/fuse_modules.py' 2022-12-01T10:11:09.9158872Z adding 'torch/ao/quantization/fuser_method_mappings.py' 2022-12-01T10:11:09.9174916Z adding 'torch/ao/quantization/observer.py' 2022-12-01T10:11:09.9182342Z adding 'torch/ao/quantization/qconfig.py' 2022-12-01T10:11:09.9186724Z adding 'torch/ao/quantization/qconfig_mapping.py' 2022-12-01T10:11:09.9189491Z adding 'torch/ao/quantization/qconfig_mapping_utils.py' 2022-12-01T10:11:09.9191444Z adding 'torch/ao/quantization/quant_type.py' 2022-12-01T10:11:09.9195188Z adding 'torch/ao/quantization/quantization_mappings.py' 2022-12-01T10:11:09.9197352Z adding 'torch/ao/quantization/quantization_types.py' 2022-12-01T10:11:09.9205250Z adding 'torch/ao/quantization/quantize.py' 2022-12-01T10:11:09.9213077Z adding 'torch/ao/quantization/quantize_fx.py' 2022-12-01T10:11:09.9217989Z adding 'torch/ao/quantization/quantize_jit.py' 2022-12-01T10:11:09.9220455Z adding 'torch/ao/quantization/stubs.py' 2022-12-01T10:11:09.9226199Z adding 'torch/ao/quantization/utils.py' 2022-12-01T10:11:09.9228918Z adding 'torch/ao/quantization/backend_config/__init__.py' 2022-12-01T10:11:09.9233937Z adding 'torch/ao/quantization/backend_config/_common_operator_config_utils.py' 2022-12-01T10:11:09.9240183Z adding 'torch/ao/quantization/backend_config/backend_config.py' 2022-12-01T10:11:09.9243720Z adding 'torch/ao/quantization/backend_config/executorch.py' 2022-12-01T10:11:09.9246214Z adding 'torch/ao/quantization/backend_config/fbgemm.py' 2022-12-01T10:11:09.9248766Z adding 'torch/ao/quantization/backend_config/native.py' 2022-12-01T10:11:09.9250613Z adding 'torch/ao/quantization/backend_config/observation_type.py' 2022-12-01T10:11:09.9252868Z adding 'torch/ao/quantization/backend_config/qnnpack.py' 2022-12-01T10:11:09.9255173Z adding 'torch/ao/quantization/backend_config/tensorrt.py' 2022-12-01T10:11:09.9258265Z adding 'torch/ao/quantization/backend_config/utils.py' 2022-12-01T10:11:09.9260651Z adding 'torch/ao/quantization/backend_config/x86.py' 2022-12-01T10:11:09.9262852Z adding 'torch/ao/quantization/fx/__init__.py' 2022-12-01T10:11:09.9272999Z adding 'torch/ao/quantization/fx/_equalize.py' 2022-12-01T10:11:09.9284639Z adding 'torch/ao/quantization/fx/_lower_to_native_backend.py' 2022-12-01T10:11:09.9288362Z adding 'torch/ao/quantization/fx/backend_config_utils.py' 2022-12-01T10:11:09.9300547Z adding 'torch/ao/quantization/fx/convert.py' 2022-12-01T10:11:09.9305853Z adding 'torch/ao/quantization/fx/custom_config.py' 2022-12-01T10:11:09.9309313Z adding 'torch/ao/quantization/fx/fuse.py' 2022-12-01T10:11:09.9312040Z adding 'torch/ao/quantization/fx/fusion_patterns.py' 2022-12-01T10:11:09.9314869Z adding 'torch/ao/quantization/fx/graph_module.py' 2022-12-01T10:11:09.9316762Z adding 'torch/ao/quantization/fx/lower_to_fbgemm.py' 2022-12-01T10:11:09.9318558Z adding 'torch/ao/quantization/fx/lower_to_qnnpack.py' 2022-12-01T10:11:09.9322139Z adding 'torch/ao/quantization/fx/match_utils.py' 2022-12-01T10:11:09.9324747Z adding 'torch/ao/quantization/fx/pattern_utils.py' 2022-12-01T10:11:09.9346420Z adding 'torch/ao/quantization/fx/prepare.py' 2022-12-01T10:11:09.9352081Z adding 'torch/ao/quantization/fx/qconfig_mapping_utils.py' 2022-12-01T10:11:09.9354997Z adding 'torch/ao/quantization/fx/quantization_patterns.py' 2022-12-01T10:11:09.9357612Z adding 'torch/ao/quantization/fx/tracer.py' 2022-12-01T10:11:09.9371226Z adding 'torch/ao/quantization/fx/utils.py' 2022-12-01T10:11:09.9374278Z adding 'torch/ao/quantization/fx/_model_report/__init__.py' 2022-12-01T10:11:09.9393674Z adding 'torch/ao/quantization/fx/_model_report/detector.py' 2022-12-01T10:11:09.9403493Z adding 'torch/ao/quantization/fx/_model_report/model_report.py' 2022-12-01T10:11:09.9407929Z adding 'torch/ao/quantization/fx/_model_report/model_report_observer.py' 2022-12-01T10:11:09.9417005Z adding 'torch/ao/quantization/fx/_model_report/model_report_visualizer.py' 2022-12-01T10:11:09.9419871Z adding 'torch/ao/sparsity/__init__.py' 2022-12-01T10:11:09.9421636Z adding 'torch/ao/sparsity/_mappings.py' 2022-12-01T10:11:09.9423549Z adding 'torch/ao/sparsity/_experimental/__init__.py' 2022-12-01T10:11:09.9425417Z adding 'torch/ao/sparsity/_experimental/activation_sparsifier/__init__.py' 2022-12-01T10:11:09.9431068Z adding 'torch/ao/sparsity/_experimental/activation_sparsifier/activation_sparsifier.py' 2022-12-01T10:11:09.9433466Z adding 'torch/ao/sparsity/_experimental/data_scheduler/__init__.py' 2022-12-01T10:11:09.9436736Z adding 'torch/ao/sparsity/_experimental/data_scheduler/base_data_scheduler.py' 2022-12-01T10:11:09.9438887Z adding 'torch/ao/sparsity/_experimental/data_sparsifier/__init__.py' 2022-12-01T10:11:09.9443764Z adding 'torch/ao/sparsity/_experimental/data_sparsifier/base_data_sparsifier.py' 2022-12-01T10:11:09.9447362Z adding 'torch/ao/sparsity/_experimental/data_sparsifier/data_norm_sparsifier.py' 2022-12-01T10:11:09.9450490Z adding 'torch/ao/sparsity/_experimental/data_sparsifier/quantization_utils.py' 2022-12-01T10:11:09.9452396Z adding 'torch/ao/sparsity/_experimental/data_sparsifier/lightning/__init__.py' 2022-12-01T10:11:09.9454298Z adding 'torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks/__init__.py' 2022-12-01T10:11:09.9456399Z adding 'torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py' 2022-12-01T10:11:09.9459160Z adding 'torch/ao/sparsity/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py' 2022-12-01T10:11:09.9461291Z adding 'torch/ao/sparsity/_experimental/pruner/__init__.py' 2022-12-01T10:11:09.9465102Z adding 'torch/ao/sparsity/_experimental/pruner/base_pruner.py' 2022-12-01T10:11:09.9467659Z adding 'torch/ao/sparsity/_experimental/pruner/parametrization.py' 2022-12-01T10:11:09.9469555Z adding 'torch/ao/sparsity/scheduler/__init__.py' 2022-12-01T10:11:09.9472538Z adding 'torch/ao/sparsity/scheduler/base_scheduler.py' 2022-12-01T10:11:09.9475174Z adding 'torch/ao/sparsity/scheduler/cubic_scheduler.py' 2022-12-01T10:11:09.9477439Z adding 'torch/ao/sparsity/scheduler/lambda_scheduler.py' 2022-12-01T10:11:09.9479576Z adding 'torch/ao/sparsity/sparsifier/__init__.py' 2022-12-01T10:11:09.9484037Z adding 'torch/ao/sparsity/sparsifier/base_sparsifier.py' 2022-12-01T10:11:09.9486929Z adding 'torch/ao/sparsity/sparsifier/nearly_diagonal_sparsifier.py' 2022-12-01T10:11:09.9489173Z adding 'torch/ao/sparsity/sparsifier/utils.py' 2022-12-01T10:11:09.9492613Z adding 'torch/ao/sparsity/sparsifier/weight_norm_sparsifier.py' 2022-12-01T10:11:09.9499097Z adding 'torch/autograd/__init__.py' 2022-12-01T10:11:09.9501931Z adding 'torch/autograd/anomaly_mode.py' 2022-12-01T10:11:09.9505174Z adding 'torch/autograd/forward_ad.py' 2022-12-01T10:11:09.9512702Z adding 'torch/autograd/function.py' 2022-12-01T10:11:09.9525371Z adding 'torch/autograd/functional.py' 2022-12-01T10:11:09.9530010Z adding 'torch/autograd/grad_mode.py' 2022-12-01T10:11:09.9554687Z adding 'torch/autograd/gradcheck.py' 2022-12-01T10:11:09.9559773Z adding 'torch/autograd/graph.py' 2022-12-01T10:11:09.9569578Z adding 'torch/autograd/profiler.py' 2022-12-01T10:11:09.9574194Z adding 'torch/autograd/profiler_legacy.py' 2022-12-01T10:11:09.9584211Z adding 'torch/autograd/profiler_util.py' 2022-12-01T10:11:09.9586935Z adding 'torch/autograd/variable.py' 2022-12-01T10:11:09.9588848Z adding 'torch/autograd/_functions/__init__.py' 2022-12-01T10:11:09.9590865Z adding 'torch/autograd/_functions/tensor.py' 2022-12-01T10:11:09.9592991Z adding 'torch/autograd/_functions/utils.py' 2022-12-01T10:11:09.9595349Z adding 'torch/backends/__init__.py' 2022-12-01T10:11:09.9597284Z adding 'torch/backends/_coreml/__init__.py' 2022-12-01T10:11:09.9599975Z adding 'torch/backends/_coreml/preprocess.py' 2022-12-01T10:11:09.9602110Z adding 'torch/backends/_nnapi/__init__.py' 2022-12-01T10:11:09.9605260Z adding 'torch/backends/_nnapi/prepare.py' 2022-12-01T10:11:09.9624964Z adding 'torch/backends/_nnapi/serializer.py' 2022-12-01T10:11:09.9630251Z adding 'torch/backends/cuda/__init__.py' 2022-12-01T10:11:09.9633738Z adding 'torch/backends/cudnn/__init__.py' 2022-12-01T10:11:09.9636295Z adding 'torch/backends/cudnn/rnn.py' 2022-12-01T10:11:09.9638583Z adding 'torch/backends/mkl/__init__.py' 2022-12-01T10:11:09.9641506Z adding 'torch/backends/mkldnn/__init__.py' 2022-12-01T10:11:09.9643607Z adding 'torch/backends/mps/__init__.py' 2022-12-01T10:11:09.9645497Z adding 'torch/backends/openmp/__init__.py' 2022-12-01T10:11:09.9648004Z adding 'torch/backends/opt_einsum/__init__.py' 2022-12-01T10:11:09.9650423Z adding 'torch/backends/quantized/__init__.py' 2022-12-01T10:11:09.9652364Z adding 'torch/backends/xeon/__init__.py' 2022-12-01T10:11:09.9660320Z adding 'torch/backends/xeon/run_cpu.py' 2022-12-01T10:11:09.9663248Z adding 'torch/backends/xnnpack/__init__.py' 2022-12-01T10:11:09.9921077Z adding 'torch/bin/FileStoreTest' 2022-12-01T10:11:10.0189302Z adding 'torch/bin/HashStoreTest' 2022-12-01T10:11:10.0489739Z adding 'torch/bin/TCPStoreTest' 2022-12-01T10:11:10.2923542Z adding 'torch/bin/protoc' 2022-12-01T10:11:10.5446915Z adding 'torch/bin/protoc-3.13.0.0' 2022-12-01T10:11:11.1266292Z adding 'torch/bin/test_api' 2022-12-01T10:11:11.1925802Z adding 'torch/bin/test_cpp_rpc' 2022-12-01T10:11:11.2200203Z adding 'torch/bin/test_dist_autograd' 2022-12-01T10:11:11.5042521Z adding 'torch/bin/test_jit' 2022-12-01T10:11:11.6750651Z adding 'torch/bin/test_lazy' 2022-12-01T10:11:12.0269714Z adding 'torch/bin/test_tensorexpr' 2022-12-01T10:11:12.0464995Z adding 'torch/bin/torch_shm_manager' 2022-12-01T10:11:12.0520976Z adding 'torch/bin/tutorial_tensorexpr' 2022-12-01T10:11:12.0526323Z adding 'torch/contrib/__init__.py' 2022-12-01T10:11:12.0529380Z adding 'torch/contrib/_tensorboard_vis.py' 2022-12-01T10:11:12.0531809Z adding 'torch/cpu/__init__.py' 2022-12-01T10:11:12.0533426Z adding 'torch/cpu/amp/__init__.py' 2022-12-01T10:11:12.0535340Z adding 'torch/cpu/amp/autocast_mode.py' 2022-12-01T10:11:12.0545747Z adding 'torch/cuda/__init__.py' 2022-12-01T10:11:12.0549131Z adding 'torch/cuda/_dynamo_graphs.py' 2022-12-01T10:11:12.0552741Z adding 'torch/cuda/_memory_viz.py' 2022-12-01T10:11:12.0558884Z adding 'torch/cuda/_sanitizer.py' 2022-12-01T10:11:12.0562305Z adding 'torch/cuda/_utils.py' 2022-12-01T10:11:12.0564085Z adding 'torch/cuda/comm.py' 2022-12-01T10:11:12.0565541Z adding 'torch/cuda/error.py' 2022-12-01T10:11:12.0572142Z adding 'torch/cuda/graphs.py' 2022-12-01T10:11:12.0575544Z adding 'torch/cuda/jiterator.py' 2022-12-01T10:11:12.0581989Z adding 'torch/cuda/memory.py' 2022-12-01T10:11:12.0585232Z adding 'torch/cuda/nccl.py' 2022-12-01T10:11:12.0587618Z adding 'torch/cuda/nvtx.py' 2022-12-01T10:11:12.0589871Z adding 'torch/cuda/profiler.py' 2022-12-01T10:11:12.0592614Z adding 'torch/cuda/random.py' 2022-12-01T10:11:12.0594584Z adding 'torch/cuda/sparse.py' 2022-12-01T10:11:12.0598467Z adding 'torch/cuda/streams.py' 2022-12-01T10:11:12.0600905Z adding 'torch/cuda/amp/__init__.py' 2022-12-01T10:11:12.0603873Z adding 'torch/cuda/amp/autocast_mode.py' 2022-12-01T10:11:12.0605858Z adding 'torch/cuda/amp/common.py' 2022-12-01T10:11:12.0613724Z adding 'torch/cuda/amp/grad_scaler.py' 2022-12-01T10:11:12.0617083Z adding 'torch/distributed/__init__.py' 2022-12-01T10:11:12.0619788Z adding 'torch/distributed/argparse_util.py' 2022-12-01T10:11:12.0621891Z adding 'torch/distributed/constants.py' 2022-12-01T10:11:12.0660126Z adding 'torch/distributed/distributed_c10d.py' 2022-12-01T10:11:12.0666684Z adding 'torch/distributed/launch.py' 2022-12-01T10:11:12.0669984Z adding 'torch/distributed/remote_device.py' 2022-12-01T10:11:12.0673824Z adding 'torch/distributed/rendezvous.py' 2022-12-01T10:11:12.0682828Z adding 'torch/distributed/run.py' 2022-12-01T10:11:12.0687152Z adding 'torch/distributed/utils.py' 2022-12-01T10:11:12.0689858Z adding 'torch/distributed/_shard/__init__.py' 2022-12-01T10:11:12.0692055Z adding 'torch/distributed/_shard/_utils.py' 2022-12-01T10:11:12.0696767Z adding 'torch/distributed/_shard/api.py' 2022-12-01T10:11:12.0699521Z adding 'torch/distributed/_shard/common_op_utils.py' 2022-12-01T10:11:12.0701791Z adding 'torch/distributed/_shard/metadata.py' 2022-12-01T10:11:12.0703909Z adding 'torch/distributed/_shard/op_registry_utils.py' 2022-12-01T10:11:12.0709524Z adding 'torch/distributed/_shard/partial_tensor.py' 2022-12-01T10:11:12.0713314Z adding 'torch/distributed/_shard/replicated_tensor.py' 2022-12-01T10:11:12.0715478Z adding 'torch/distributed/_shard/sharder.py' 2022-12-01T10:11:12.0718107Z adding 'torch/distributed/_shard/checkpoint/__init__.py' 2022-12-01T10:11:12.0720750Z adding 'torch/distributed/_shard/checkpoint/api.py' 2022-12-01T10:11:12.0725042Z adding 'torch/distributed/_shard/checkpoint/default_planner.py' 2022-12-01T10:11:12.0729447Z adding 'torch/distributed/_shard/checkpoint/filesystem.py' 2022-12-01T10:11:12.0732292Z adding 'torch/distributed/_shard/checkpoint/metadata.py' 2022-12-01T10:11:12.0736448Z adding 'torch/distributed/_shard/checkpoint/planner.py' 2022-12-01T10:11:12.0740313Z adding 'torch/distributed/_shard/checkpoint/planner_helpers.py' 2022-12-01T10:11:12.0742846Z adding 'torch/distributed/_shard/checkpoint/resharding.py' 2022-12-01T10:11:12.0746106Z adding 'torch/distributed/_shard/checkpoint/state_dict_loader.py' 2022-12-01T10:11:12.0748939Z adding 'torch/distributed/_shard/checkpoint/state_dict_saver.py' 2022-12-01T10:11:12.0752048Z adding 'torch/distributed/_shard/checkpoint/storage.py' 2022-12-01T10:11:12.0756346Z adding 'torch/distributed/_shard/checkpoint/utils.py' 2022-12-01T10:11:12.0760209Z adding 'torch/distributed/_shard/sharded_optim/__init__.py' 2022-12-01T10:11:12.0793768Z adding 'torch/distributed/_shard/sharded_optim/api.py' 2022-12-01T10:11:12.0799621Z adding 'torch/distributed/_shard/sharded_tensor/__init__.py' 2022-12-01T10:11:12.0814317Z adding 'torch/distributed/_shard/sharded_tensor/api.py' 2022-12-01T10:11:12.0818617Z adding 'torch/distributed/_shard/sharded_tensor/metadata.py' 2022-12-01T10:11:12.0822521Z adding 'torch/distributed/_shard/sharded_tensor/reshard.py' 2022-12-01T10:11:12.0825094Z adding 'torch/distributed/_shard/sharded_tensor/shard.py' 2022-12-01T10:11:12.0829035Z adding 'torch/distributed/_shard/sharded_tensor/utils.py' 2022-12-01T10:11:12.0831651Z adding 'torch/distributed/_shard/sharded_tensor/_ops/__init__.py' 2022-12-01T10:11:12.0835117Z adding 'torch/distributed/_shard/sharded_tensor/_ops/_common.py' 2022-12-01T10:11:12.0837177Z adding 'torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py' 2022-12-01T10:11:12.0839460Z adding 'torch/distributed/_shard/sharded_tensor/_ops/chunk.py' 2022-12-01T10:11:12.0841536Z adding 'torch/distributed/_shard/sharded_tensor/_ops/elementwise_ops.py' 2022-12-01T10:11:12.0844161Z adding 'torch/distributed/_shard/sharded_tensor/_ops/init.py' 2022-12-01T10:11:12.0847207Z adding 'torch/distributed/_shard/sharded_tensor/_ops/math_ops.py' 2022-12-01T10:11:12.0849429Z adding 'torch/distributed/_shard/sharded_tensor/_ops/matrix_ops.py' 2022-12-01T10:11:12.0851180Z adding 'torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py' 2022-12-01T10:11:12.0854543Z adding 'torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py' 2022-12-01T10:11:12.0856663Z adding 'torch/distributed/_shard/sharding_plan/__init__.py' 2022-12-01T10:11:12.0859573Z adding 'torch/distributed/_shard/sharding_plan/api.py' 2022-12-01T10:11:12.0861832Z adding 'torch/distributed/_shard/sharding_spec/__init__.py' 2022-12-01T10:11:12.0865017Z adding 'torch/distributed/_shard/sharding_spec/_internals.py' 2022-12-01T10:11:12.0869578Z adding 'torch/distributed/_shard/sharding_spec/api.py' 2022-12-01T10:11:12.0874664Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py' 2022-12-01T10:11:12.0876975Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py' 2022-12-01T10:11:12.0881731Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py' 2022-12-01T10:11:12.0886099Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py' 2022-12-01T10:11:12.0891963Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py' 2022-12-01T10:11:12.0897389Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/linear.py' 2022-12-01T10:11:12.0900025Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/math_ops.py' 2022-12-01T10:11:12.0904384Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/matrix_ops.py' 2022-12-01T10:11:12.0906585Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/softmax.py' 2022-12-01T10:11:12.0909103Z adding 'torch/distributed/_sharded_tensor/__init__.py' 2022-12-01T10:11:12.0911253Z adding 'torch/distributed/_sharding_spec/__init__.py' 2022-12-01T10:11:12.0913076Z adding 'torch/distributed/_spmd/__init__.py' 2022-12-01T10:11:12.0916701Z adding 'torch/distributed/_spmd/comm_tensor.py' 2022-12-01T10:11:12.0918738Z adding 'torch/distributed/algorithms/__init__.py' 2022-12-01T10:11:12.0923727Z adding 'torch/distributed/algorithms/join.py' 2022-12-01T10:11:12.0926014Z adding 'torch/distributed/algorithms/_checkpoint/__init__.py' 2022-12-01T10:11:12.0929902Z adding 'torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py' 2022-12-01T10:11:12.0932005Z adding 'torch/distributed/algorithms/_comm_hooks/__init__.py' 2022-12-01T10:11:12.0934945Z adding 'torch/distributed/algorithms/_comm_hooks/default_hooks.py' 2022-12-01T10:11:12.0936884Z adding 'torch/distributed/algorithms/_optimizer_overlap/__init__.py' 2022-12-01T10:11:12.0939460Z adding 'torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py' 2022-12-01T10:11:12.0941651Z adding 'torch/distributed/algorithms/_quantization/__init__.py' 2022-12-01T10:11:12.0944257Z adding 'torch/distributed/algorithms/_quantization/quantization.py' 2022-12-01T10:11:12.0947191Z adding 'torch/distributed/algorithms/ddp_comm_hooks/__init__.py' 2022-12-01T10:11:12.0952452Z adding 'torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py' 2022-12-01T10:11:12.0954969Z adding 'torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py' 2022-12-01T10:11:12.0957741Z adding 'torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py' 2022-12-01T10:11:12.0960603Z adding 'torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py' 2022-12-01T10:11:12.0964057Z adding 'torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py' 2022-12-01T10:11:12.0975520Z adding 'torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py' 2022-12-01T10:11:12.0979396Z adding 'torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py' 2022-12-01T10:11:12.0981604Z adding 'torch/distributed/algorithms/model_averaging/__init__.py' 2022-12-01T10:11:12.0984404Z adding 'torch/distributed/algorithms/model_averaging/averagers.py' 2022-12-01T10:11:12.0988556Z adding 'torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py' 2022-12-01T10:11:12.0991092Z adding 'torch/distributed/algorithms/model_averaging/utils.py' 2022-12-01T10:11:12.0993690Z adding 'torch/distributed/autograd/__init__.py' 2022-12-01T10:11:12.0996644Z adding 'torch/distributed/elastic/__init__.py' 2022-12-01T10:11:12.0998742Z adding 'torch/distributed/elastic/agent/__init__.py' 2022-12-01T10:11:12.1001450Z adding 'torch/distributed/elastic/agent/server/__init__.py' 2022-12-01T10:11:12.1012389Z adding 'torch/distributed/elastic/agent/server/api.py' 2022-12-01T10:11:12.1017795Z adding 'torch/distributed/elastic/agent/server/local_elastic_agent.py' 2022-12-01T10:11:12.1021031Z adding 'torch/distributed/elastic/events/__init__.py' 2022-12-01T10:11:12.1023491Z adding 'torch/distributed/elastic/events/api.py' 2022-12-01T10:11:12.1025396Z adding 'torch/distributed/elastic/events/handlers.py' 2022-12-01T10:11:12.1028671Z adding 'torch/distributed/elastic/metrics/__init__.py' 2022-12-01T10:11:12.1031504Z adding 'torch/distributed/elastic/metrics/api.py' 2022-12-01T10:11:12.1035673Z adding 'torch/distributed/elastic/multiprocessing/__init__.py' 2022-12-01T10:11:12.1043635Z adding 'torch/distributed/elastic/multiprocessing/api.py' 2022-12-01T10:11:12.1046568Z adding 'torch/distributed/elastic/multiprocessing/redirects.py' 2022-12-01T10:11:12.1049360Z adding 'torch/distributed/elastic/multiprocessing/tail_log.py' 2022-12-01T10:11:12.1054726Z adding 'torch/distributed/elastic/multiprocessing/errors/__init__.py' 2022-12-01T10:11:12.1058155Z adding 'torch/distributed/elastic/multiprocessing/errors/error_handler.py' 2022-12-01T10:11:12.1060147Z adding 'torch/distributed/elastic/multiprocessing/errors/handlers.py' 2022-12-01T10:11:12.1063425Z adding 'torch/distributed/elastic/rendezvous/__init__.py' 2022-12-01T10:11:12.1067132Z adding 'torch/distributed/elastic/rendezvous/api.py' 2022-12-01T10:11:12.1071447Z adding 'torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py' 2022-12-01T10:11:12.1082667Z adding 'torch/distributed/elastic/rendezvous/dynamic_rendezvous.py' 2022-12-01T10:11:12.1095177Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous.py' 2022-12-01T10:11:12.1099293Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py' 2022-12-01T10:11:12.1103038Z adding 'torch/distributed/elastic/rendezvous/etcd_server.py' 2022-12-01T10:11:12.1106515Z adding 'torch/distributed/elastic/rendezvous/etcd_store.py' 2022-12-01T10:11:12.1108852Z adding 'torch/distributed/elastic/rendezvous/registry.py' 2022-12-01T10:11:12.1111310Z adding 'torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py' 2022-12-01T10:11:12.1114855Z adding 'torch/distributed/elastic/rendezvous/utils.py' 2022-12-01T10:11:12.1117514Z adding 'torch/distributed/elastic/timer/__init__.py' 2022-12-01T10:11:12.1121671Z adding 'torch/distributed/elastic/timer/api.py' 2022-12-01T10:11:12.1126497Z adding 'torch/distributed/elastic/timer/file_based_local_timer.py' 2022-12-01T10:11:12.1129430Z adding 'torch/distributed/elastic/timer/local_timer.py' 2022-12-01T10:11:12.1131721Z adding 'torch/distributed/elastic/utils/__init__.py' 2022-12-01T10:11:12.1133831Z adding 'torch/distributed/elastic/utils/api.py' 2022-12-01T10:11:12.1136556Z adding 'torch/distributed/elastic/utils/distributed.py' 2022-12-01T10:11:12.1138457Z adding 'torch/distributed/elastic/utils/log_level.py' 2022-12-01T10:11:12.1140703Z adding 'torch/distributed/elastic/utils/logging.py' 2022-12-01T10:11:12.1143147Z adding 'torch/distributed/elastic/utils/store.py' 2022-12-01T10:11:12.1145070Z adding 'torch/distributed/elastic/utils/data/__init__.py' 2022-12-01T10:11:12.1147204Z adding 'torch/distributed/elastic/utils/data/cycling_iterator.py' 2022-12-01T10:11:12.1149361Z adding 'torch/distributed/elastic/utils/data/elastic_distributed_sampler.py' 2022-12-01T10:11:12.1151442Z adding 'torch/distributed/fsdp/__init__.py' 2022-12-01T10:11:12.1153825Z adding 'torch/distributed/fsdp/_fsdp_extensions.py' 2022-12-01T10:11:12.1169237Z adding 'torch/distributed/fsdp/_optim_utils.py' 2022-12-01T10:11:12.1174303Z adding 'torch/distributed/fsdp/_shard_utils.py' 2022-12-01T10:11:12.1178353Z adding 'torch/distributed/fsdp/_symbolic_trace.py' 2022-12-01T10:11:12.1181473Z adding 'torch/distributed/fsdp/_utils.py' 2022-12-01T10:11:12.1194733Z adding 'torch/distributed/fsdp/flat_param.py' 2022-12-01T10:11:12.1199017Z adding 'torch/distributed/fsdp/flatten_params_wrapper.py' 2022-12-01T10:11:12.1264945Z adding 'torch/distributed/fsdp/fully_sharded_data_parallel.py' 2022-12-01T10:11:12.1274822Z adding 'torch/distributed/fsdp/sharded_grad_scaler.py' 2022-12-01T10:11:12.1278075Z adding 'torch/distributed/fsdp/utils.py' 2022-12-01T10:11:12.1284467Z adding 'torch/distributed/fsdp/wrap.py' 2022-12-01T10:11:12.1286947Z adding 'torch/distributed/launcher/__init__.py' 2022-12-01T10:11:12.1290814Z adding 'torch/distributed/launcher/api.py' 2022-12-01T10:11:12.1293122Z adding 'torch/distributed/nn/__init__.py' 2022-12-01T10:11:12.1297555Z adding 'torch/distributed/nn/functional.py' 2022-12-01T10:11:12.1300303Z adding 'torch/distributed/nn/api/__init__.py' 2022-12-01T10:11:12.1307675Z adding 'torch/distributed/nn/api/remote_module.py' 2022-12-01T10:11:12.1310379Z adding 'torch/distributed/nn/jit/__init__.py' 2022-12-01T10:11:12.1313321Z adding 'torch/distributed/nn/jit/instantiator.py' 2022-12-01T10:11:12.1315400Z adding 'torch/distributed/nn/jit/templates/__init__.py' 2022-12-01T10:11:12.1317744Z adding 'torch/distributed/nn/jit/templates/remote_module_template.py' 2022-12-01T10:11:12.1320399Z adding 'torch/distributed/optim/__init__.py' 2022-12-01T10:11:12.1322827Z adding 'torch/distributed/optim/functional_adadelta.py' 2022-12-01T10:11:12.1325302Z adding 'torch/distributed/optim/functional_adagrad.py' 2022-12-01T10:11:12.1328143Z adding 'torch/distributed/optim/functional_adam.py' 2022-12-01T10:11:12.1330986Z adding 'torch/distributed/optim/functional_adamax.py' 2022-12-01T10:11:12.1333841Z adding 'torch/distributed/optim/functional_adamw.py' 2022-12-01T10:11:12.1336752Z adding 'torch/distributed/optim/functional_rmsprop.py' 2022-12-01T10:11:12.1339516Z adding 'torch/distributed/optim/functional_rprop.py' 2022-12-01T10:11:12.1342497Z adding 'torch/distributed/optim/functional_sgd.py' 2022-12-01T10:11:12.1346853Z adding 'torch/distributed/optim/optimizer.py' 2022-12-01T10:11:12.1349978Z adding 'torch/distributed/optim/post_localSGD_optimizer.py' 2022-12-01T10:11:12.1352430Z adding 'torch/distributed/optim/utils.py' 2022-12-01T10:11:12.1373828Z adding 'torch/distributed/optim/zero_redundancy_optimizer.py' 2022-12-01T10:11:12.1377584Z adding 'torch/distributed/pipeline/__init__.py' 2022-12-01T10:11:12.1379966Z adding 'torch/distributed/pipeline/sync/__init__.py' 2022-12-01T10:11:12.1383037Z adding 'torch/distributed/pipeline/sync/batchnorm.py' 2022-12-01T10:11:12.1387405Z adding 'torch/distributed/pipeline/sync/checkpoint.py' 2022-12-01T10:11:12.1390316Z adding 'torch/distributed/pipeline/sync/copy.py' 2022-12-01T10:11:12.1392675Z adding 'torch/distributed/pipeline/sync/dependency.py' 2022-12-01T10:11:12.1396208Z adding 'torch/distributed/pipeline/sync/microbatch.py' 2022-12-01T10:11:12.1398758Z adding 'torch/distributed/pipeline/sync/phony.py' 2022-12-01T10:11:12.1405390Z adding 'torch/distributed/pipeline/sync/pipe.py' 2022-12-01T10:11:12.1409689Z adding 'torch/distributed/pipeline/sync/pipeline.py' 2022-12-01T10:11:12.1412650Z adding 'torch/distributed/pipeline/sync/stream.py' 2022-12-01T10:11:12.1415012Z adding 'torch/distributed/pipeline/sync/utils.py' 2022-12-01T10:11:12.1417836Z adding 'torch/distributed/pipeline/sync/worker.py' 2022-12-01T10:11:12.1421258Z adding 'torch/distributed/pipeline/sync/_balance/__init__.py' 2022-12-01T10:11:12.1424192Z adding 'torch/distributed/pipeline/sync/_balance/blockpartition.py' 2022-12-01T10:11:12.1427001Z adding 'torch/distributed/pipeline/sync/_balance/profile.py' 2022-12-01T10:11:12.1429418Z adding 'torch/distributed/pipeline/sync/skip/__init__.py' 2022-12-01T10:11:12.1432088Z adding 'torch/distributed/pipeline/sync/skip/layout.py' 2022-12-01T10:11:12.1434481Z adding 'torch/distributed/pipeline/sync/skip/namespace.py' 2022-12-01T10:11:12.1437808Z adding 'torch/distributed/pipeline/sync/skip/portal.py' 2022-12-01T10:11:12.1443315Z adding 'torch/distributed/pipeline/sync/skip/skippable.py' 2022-12-01T10:11:12.1446885Z adding 'torch/distributed/pipeline/sync/skip/tracker.py' 2022-12-01T10:11:12.1451254Z adding 'torch/distributed/rpc/__init__.py' 2022-12-01T10:11:12.1453799Z adding 'torch/distributed/rpc/_utils.py' 2022-12-01T10:11:12.1463560Z adding 'torch/distributed/rpc/api.py' 2022-12-01T10:11:12.1469706Z adding 'torch/distributed/rpc/backend_registry.py' 2022-12-01T10:11:12.1472308Z adding 'torch/distributed/rpc/constants.py' 2022-12-01T10:11:12.1475478Z adding 'torch/distributed/rpc/functions.py' 2022-12-01T10:11:12.1479767Z adding 'torch/distributed/rpc/internal.py' 2022-12-01T10:11:12.1483437Z adding 'torch/distributed/rpc/options.py' 2022-12-01T10:11:12.1486146Z adding 'torch/distributed/rpc/rref_proxy.py' 2022-12-01T10:11:12.1489808Z adding 'torch/distributed/rpc/server_process_global_profiler.py' 2022-12-01T10:11:12.1492208Z adding 'torch/distributed/rpc/_testing/__init__.py' 2022-12-01T10:11:12.1494578Z adding 'torch/distributed/rpc/_testing/faulty_agent_backend_registry.py' 2022-12-01T10:11:12.1498365Z adding 'torch/distributions/__init__.py' 2022-12-01T10:11:12.1501240Z adding 'torch/distributions/bernoulli.py' 2022-12-01T10:11:12.1503910Z adding 'torch/distributions/beta.py' 2022-12-01T10:11:12.1507028Z adding 'torch/distributions/binomial.py' 2022-12-01T10:11:12.1510319Z adding 'torch/distributions/categorical.py' 2022-12-01T10:11:12.1512933Z adding 'torch/distributions/cauchy.py' 2022-12-01T10:11:12.1515184Z adding 'torch/distributions/chi2.py' 2022-12-01T10:11:12.1518860Z adding 'torch/distributions/constraint_registry.py' 2022-12-01T10:11:12.1524447Z adding 'torch/distributions/constraints.py' 2022-12-01T10:11:12.1528673Z adding 'torch/distributions/continuous_bernoulli.py' 2022-12-01T10:11:12.1531493Z adding 'torch/distributions/dirichlet.py' 2022-12-01T10:11:12.1535917Z adding 'torch/distributions/distribution.py' 2022-12-01T10:11:12.1538588Z adding 'torch/distributions/exp_family.py' 2022-12-01T10:11:12.1541278Z adding 'torch/distributions/exponential.py' 2022-12-01T10:11:12.1543823Z adding 'torch/distributions/fishersnedecor.py' 2022-12-01T10:11:12.1546435Z adding 'torch/distributions/gamma.py' 2022-12-01T10:11:12.1549509Z adding 'torch/distributions/geometric.py' 2022-12-01T10:11:12.1552166Z adding 'torch/distributions/gumbel.py' 2022-12-01T10:11:12.1554881Z adding 'torch/distributions/half_cauchy.py' 2022-12-01T10:11:12.1557575Z adding 'torch/distributions/half_normal.py' 2022-12-01T10:11:12.1560316Z adding 'torch/distributions/independent.py' 2022-12-01T10:11:12.1568339Z adding 'torch/distributions/kl.py' 2022-12-01T10:11:12.1573154Z adding 'torch/distributions/kumaraswamy.py' 2022-12-01T10:11:12.1575648Z adding 'torch/distributions/laplace.py' 2022-12-01T10:11:12.1578751Z adding 'torch/distributions/lkj_cholesky.py' 2022-12-01T10:11:12.1580965Z adding 'torch/distributions/log_normal.py' 2022-12-01T10:11:12.1583163Z adding 'torch/distributions/logistic_normal.py' 2022-12-01T10:11:12.1586718Z adding 'torch/distributions/lowrank_multivariate_normal.py' 2022-12-01T10:11:12.1590553Z adding 'torch/distributions/mixture_same_family.py' 2022-12-01T10:11:12.1593517Z adding 'torch/distributions/multinomial.py' 2022-12-01T10:11:12.1597400Z adding 'torch/distributions/multivariate_normal.py' 2022-12-01T10:11:12.1600410Z adding 'torch/distributions/negative_binomial.py' 2022-12-01T10:11:12.1602995Z adding 'torch/distributions/normal.py' 2022-12-01T10:11:12.1605952Z adding 'torch/distributions/one_hot_categorical.py' 2022-12-01T10:11:12.1608173Z adding 'torch/distributions/pareto.py' 2022-12-01T10:11:12.1610559Z adding 'torch/distributions/poisson.py' 2022-12-01T10:11:12.1613417Z adding 'torch/distributions/relaxed_bernoulli.py' 2022-12-01T10:11:12.1616315Z adding 'torch/distributions/relaxed_categorical.py' 2022-12-01T10:11:12.1618963Z adding 'torch/distributions/studentT.py' 2022-12-01T10:11:12.1622452Z adding 'torch/distributions/transformed_distribution.py' 2022-12-01T10:11:12.1632728Z adding 'torch/distributions/transforms.py' 2022-12-01T10:11:12.1636136Z adding 'torch/distributions/uniform.py' 2022-12-01T10:11:12.1639549Z adding 'torch/distributions/utils.py' 2022-12-01T10:11:12.1642711Z adding 'torch/distributions/von_mises.py' 2022-12-01T10:11:12.1645451Z adding 'torch/distributions/weibull.py' 2022-12-01T10:11:12.1649659Z adding 'torch/distributions/wishart.py' 2022-12-01T10:11:12.1659785Z adding 'torch/fft/__init__.py' 2022-12-01T10:11:12.1666028Z adding 'torch/futures/__init__.py' 2022-12-01T10:11:12.1669495Z adding 'torch/fx/__init__.py' 2022-12-01T10:11:12.1671868Z adding 'torch/fx/_compatibility.py' 2022-12-01T10:11:12.1674016Z adding 'torch/fx/_pytree.py' 2022-12-01T10:11:12.1687142Z adding 'torch/fx/_symbolic_trace.py' 2022-12-01T10:11:12.1690196Z adding 'torch/fx/annotate.py' 2022-12-01T10:11:12.1708786Z adding 'torch/fx/graph.py' 2022-12-01T10:11:12.1720489Z adding 'torch/fx/graph_module.py' 2022-12-01T10:11:12.1723790Z adding 'torch/fx/immutable_collections.py' 2022-12-01T10:11:12.1729052Z adding 'torch/fx/interpreter.py' 2022-12-01T10:11:12.1737927Z adding 'torch/fx/node.py' 2022-12-01T10:11:12.1744393Z adding 'torch/fx/operator_schemas.py' 2022-12-01T10:11:12.1750457Z adding 'torch/fx/proxy.py' 2022-12-01T10:11:12.1755089Z adding 'torch/fx/subgraph_rewriter.py' 2022-12-01T10:11:12.1757658Z adding 'torch/fx/tensor_type.py' 2022-12-01T10:11:12.1760064Z adding 'torch/fx/traceback.py' 2022-12-01T10:11:12.1763304Z adding 'torch/fx/experimental/__init__.py' 2022-12-01T10:11:12.1776860Z adding 'torch/fx/experimental/accelerator_partitioner.py' 2022-12-01T10:11:12.1782437Z adding 'torch/fx/experimental/const_fold.py' 2022-12-01T10:11:12.1784591Z adding 'torch/fx/experimental/debug.py' 2022-12-01T10:11:12.1793678Z adding 'torch/fx/experimental/graph_gradual_typechecker.py' 2022-12-01T10:11:12.1797686Z adding 'torch/fx/experimental/merge_matmul.py' 2022-12-01T10:11:12.1802139Z adding 'torch/fx/experimental/meta_tracer.py' 2022-12-01T10:11:12.1805352Z adding 'torch/fx/experimental/normalize.py' 2022-12-01T10:11:12.1811174Z adding 'torch/fx/experimental/optimization.py' 2022-12-01T10:11:12.1815765Z adding 'torch/fx/experimental/partitioner_utils.py' 2022-12-01T10:11:12.1825065Z adding 'torch/fx/experimental/proxy_tensor.py' 2022-12-01T10:11:12.1827607Z adding 'torch/fx/experimental/refinement_types.py' 2022-12-01T10:11:12.1830482Z adding 'torch/fx/experimental/rewriter.py' 2022-12-01T10:11:12.1833383Z adding 'torch/fx/experimental/schema_type_annotation.py' 2022-12-01T10:11:12.1840006Z adding 'torch/fx/experimental/symbolic_shapes.py' 2022-12-01T10:11:12.1842955Z adding 'torch/fx/experimental/unify_refinements.py' 2022-12-01T10:11:12.1845176Z adding 'torch/fx/experimental/migrate_gradual_types/__init__.py' 2022-12-01T10:11:12.1849445Z adding 'torch/fx/experimental/migrate_gradual_types/constraint.py' 2022-12-01T10:11:12.1861027Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_generator.py' 2022-12-01T10:11:12.1872605Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_transformation.py' 2022-12-01T10:11:12.1875681Z adding 'torch/fx/experimental/migrate_gradual_types/operation.py' 2022-12-01T10:11:12.1880163Z adding 'torch/fx/experimental/migrate_gradual_types/transform_to_z3.py' 2022-12-01T10:11:12.1882889Z adding 'torch/fx/experimental/migrate_gradual_types/util.py' 2022-12-01T10:11:12.1884564Z adding 'torch/fx/experimental/migrate_gradual_types/z3_types.py' 2022-12-01T10:11:12.1886706Z adding 'torch/fx/experimental/unification/__init__.py' 2022-12-01T10:11:12.1889166Z adding 'torch/fx/experimental/unification/core.py' 2022-12-01T10:11:12.1891020Z adding 'torch/fx/experimental/unification/dispatch.py' 2022-12-01T10:11:12.1893556Z adding 'torch/fx/experimental/unification/match.py' 2022-12-01T10:11:12.1896012Z adding 'torch/fx/experimental/unification/more.py' 2022-12-01T10:11:12.1900238Z adding 'torch/fx/experimental/unification/unification_tools.py' 2022-12-01T10:11:12.1903072Z adding 'torch/fx/experimental/unification/utils.py' 2022-12-01T10:11:12.1905493Z adding 'torch/fx/experimental/unification/variable.py' 2022-12-01T10:11:12.1907633Z adding 'torch/fx/experimental/unification/multipledispatch/__init__.py' 2022-12-01T10:11:12.1910210Z adding 'torch/fx/experimental/unification/multipledispatch/conflict.py' 2022-12-01T10:11:12.1912751Z adding 'torch/fx/experimental/unification/multipledispatch/core.py' 2022-12-01T10:11:12.1917797Z adding 'torch/fx/experimental/unification/multipledispatch/dispatcher.py' 2022-12-01T10:11:12.1920945Z adding 'torch/fx/experimental/unification/multipledispatch/utils.py' 2022-12-01T10:11:12.1923712Z adding 'torch/fx/experimental/unification/multipledispatch/variadic.py' 2022-12-01T10:11:12.1925914Z adding 'torch/fx/passes/__init__.py' 2022-12-01T10:11:12.1928102Z adding 'torch/fx/passes/fake_tensor_prop.py' 2022-12-01T10:11:12.1932329Z adding 'torch/fx/passes/graph_drawer.py' 2022-12-01T10:11:12.1935425Z adding 'torch/fx/passes/graph_manipulation.py' 2022-12-01T10:11:12.1941855Z adding 'torch/fx/passes/net_min_base.py' 2022-12-01T10:11:12.1945754Z adding 'torch/fx/passes/operator_support.py' 2022-12-01T10:11:12.1948528Z adding 'torch/fx/passes/param_fetch.py' 2022-12-01T10:11:12.1951912Z adding 'torch/fx/passes/pass_manager.py' 2022-12-01T10:11:12.1963074Z adding 'torch/fx/passes/reinplace.py' 2022-12-01T10:11:12.1966832Z adding 'torch/fx/passes/shape_prop.py' 2022-12-01T10:11:12.1971585Z adding 'torch/fx/passes/split_module.py' 2022-12-01T10:11:12.1975966Z adding 'torch/fx/passes/split_utils.py' 2022-12-01T10:11:12.1985345Z adding 'torch/fx/passes/splitter_base.py' 2022-12-01T10:11:12.1990016Z adding 'torch/fx/passes/tools_common.py' 2022-12-01T10:11:12.1992469Z adding 'torch/fx/passes/backends/__init__.py' 2022-12-01T10:11:12.1994691Z adding 'torch/fx/passes/backends/cudagraphs.py' 2022-12-01T10:11:12.1998723Z adding 'torch/fx/passes/backends/nvfuser.py' 2022-12-01T10:11:12.2001341Z adding 'torch/fx/passes/dialect/__init__.py' 2022-12-01T10:11:12.2003239Z adding 'torch/fx/passes/dialect/common/__init__.py' 2022-12-01T10:11:12.2006129Z adding 'torch/fx/passes/dialect/common/cse_pass.py' 2022-12-01T10:11:12.2008268Z adding 'torch/fx/passes/infra/__init__.py' 2022-12-01T10:11:12.2012208Z adding 'torch/fx/passes/infra/partitioner.py' 2022-12-01T10:11:12.2014617Z adding 'torch/fx/passes/infra/pass_base.py' 2022-12-01T10:11:12.2018702Z adding 'torch/fx/passes/infra/pass_manager.py' 2022-12-01T10:11:12.2021033Z adding 'torch/fx/passes/tests/__init__.py' 2022-12-01T10:11:12.2023131Z adding 'torch/fx/passes/tests/test_pass_manager.py' 2022-12-01T10:11:12.2025005Z adding 'torch/fx/passes/utils/__init__.py' 2022-12-01T10:11:12.2027640Z adding 'torch/fx/passes/utils/common.py' 2022-12-01T10:11:12.2031048Z adding 'torch/fx/passes/utils/fuser_utils.py' 2022-12-01T10:11:12.2035799Z adding 'torch/fx/passes/utils/matcher_utils.py' 2022-12-01T10:11:12.2039791Z adding 'torch/include/ATen/ATen.h' 2022-12-01T10:11:12.2042798Z adding 'torch/include/ATen/AccumulateType.h' 2022-12-01T10:11:12.2044541Z adding 'torch/include/ATen/ArrayRef.h' 2022-12-01T10:11:12.2046133Z adding 'torch/include/ATen/Backend.h' 2022-12-01T10:11:12.2047738Z adding 'torch/include/ATen/Backtrace.h' 2022-12-01T10:11:12.2049655Z adding 'torch/include/ATen/BatchedFallback.h' 2022-12-01T10:11:12.2053169Z adding 'torch/include/ATen/BatchedTensorImpl.h' 2022-12-01T10:11:12.2056890Z adding 'torch/include/ATen/CPUApplyUtils.h' 2022-12-01T10:11:12.2059186Z adding 'torch/include/ATen/CPUFixedAllocator.h' 2022-12-01T10:11:12.2061401Z adding 'torch/include/ATen/CPUFunctions.h' 2022-12-01T10:11:12.2066148Z adding 'torch/include/ATen/CPUFunctions_inl.h' 2022-12-01T10:11:12.2069008Z adding 'torch/include/ATen/CPUGeneratorImpl.h' 2022-12-01T10:11:12.2071376Z adding 'torch/include/ATen/CUDAFunctions.h' 2022-12-01T10:11:12.2076192Z adding 'torch/include/ATen/CUDAFunctions_inl.h' 2022-12-01T10:11:12.2079714Z adding 'torch/include/ATen/CollapseDims.h' 2022-12-01T10:11:12.2082370Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions.h' 2022-12-01T10:11:12.2087561Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h' 2022-12-01T10:11:12.2090877Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h' 2022-12-01T10:11:12.2094624Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h' 2022-12-01T10:11:12.2097648Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions.h' 2022-12-01T10:11:12.2102463Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h' 2022-12-01T10:11:12.2105819Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h' 2022-12-01T10:11:12.2107933Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h' 2022-12-01T10:11:12.2109851Z adding 'torch/include/ATen/Config.h' 2022-12-01T10:11:12.2114788Z adding 'torch/include/ATen/Context.h' 2022-12-01T10:11:12.2117333Z adding 'torch/include/ATen/DLConvertor.h' 2022-12-01T10:11:12.2119549Z adding 'torch/include/ATen/Device.h' 2022-12-01T10:11:12.2121721Z adding 'torch/include/ATen/DeviceGuard.h' 2022-12-01T10:11:12.2123417Z adding 'torch/include/ATen/DimVector.h' 2022-12-01T10:11:12.2124934Z adding 'torch/include/ATen/Dimname.h' 2022-12-01T10:11:12.2130464Z adding 'torch/include/ATen/Dispatch.h' 2022-12-01T10:11:12.2133234Z adding 'torch/include/ATen/DynamicLibrary.h' 2022-12-01T10:11:12.2135552Z adding 'torch/include/ATen/EmptyTensor.h' 2022-12-01T10:11:12.2137619Z adding 'torch/include/ATen/ExpandBase.h' 2022-12-01T10:11:12.2141545Z adding 'torch/include/ATen/ExpandUtils.h' 2022-12-01T10:11:12.2143727Z adding 'torch/include/ATen/Formatting.h' 2022-12-01T10:11:12.2146031Z adding 'torch/include/ATen/FuncTorchTLS.h' 2022-12-01T10:11:12.2148954Z adding 'torch/include/ATen/FunctionalStorageImpl.h' 2022-12-01T10:11:12.2153542Z adding 'torch/include/ATen/FunctionalTensorWrapper.h' 2022-12-01T10:11:12.2162398Z adding 'torch/include/ATen/Functions.h' 2022-12-01T10:11:12.2165538Z adding 'torch/include/ATen/Generator.h' 2022-12-01T10:11:12.2167750Z adding 'torch/include/ATen/InferSize.h' 2022-12-01T10:11:12.2169965Z adding 'torch/include/ATen/InitialTensorOptions.h' 2022-12-01T10:11:12.2171568Z adding 'torch/include/ATen/Layout.h' 2022-12-01T10:11:12.2173776Z adding 'torch/include/ATen/LinalgBackend.h' 2022-12-01T10:11:12.2176087Z adding 'torch/include/ATen/MapAllocator.h' 2022-12-01T10:11:12.2178356Z adding 'torch/include/ATen/MatrixRef.h' 2022-12-01T10:11:12.2180458Z adding 'torch/include/ATen/MemoryOverlap.h' 2022-12-01T10:11:12.2182711Z adding 'torch/include/ATen/MetaFunctions.h' 2022-12-01T10:11:12.2185747Z adding 'torch/include/ATen/MetaFunctions_inl.h' 2022-12-01T10:11:12.2190188Z adding 'torch/include/ATen/MethodOperators.h' 2022-12-01T10:11:12.2192025Z adding 'torch/include/ATen/NamedTensor.h' 2022-12-01T10:11:12.2195125Z adding 'torch/include/ATen/NamedTensorUtils.h' 2022-12-01T10:11:12.2203277Z adding 'torch/include/ATen/NativeFunctions.h' 2022-12-01T10:11:12.2212246Z adding 'torch/include/ATen/NativeMetaFunctions.h' 2022-12-01T10:11:12.2217491Z adding 'torch/include/ATen/NestedTensorImpl.h' 2022-12-01T10:11:12.2220365Z adding 'torch/include/ATen/NumericUtils.h' 2022-12-01T10:11:12.2222738Z adding 'torch/include/ATen/OpMathType.h' 2022-12-01T10:11:12.2225875Z adding 'torch/include/ATen/OpaqueTensorImpl.h' 2022-12-01T10:11:12.2234031Z adding 'torch/include/ATen/Operators.h' 2022-12-01T10:11:12.2237649Z adding 'torch/include/ATen/PTThreadPool.h' 2022-12-01T10:11:12.2239587Z adding 'torch/include/ATen/PadNd.h' 2022-12-01T10:11:12.2241875Z adding 'torch/include/ATen/Parallel-inl.h' 2022-12-01T10:11:12.2244576Z adding 'torch/include/ATen/Parallel.h' 2022-12-01T10:11:12.2246709Z adding 'torch/include/ATen/ParallelFuture.h' 2022-12-01T10:11:12.2248381Z adding 'torch/include/ATen/ParallelNative.h' 2022-12-01T10:11:12.2250429Z adding 'torch/include/ATen/ParallelNativeTBB.h' 2022-12-01T10:11:12.2252540Z adding 'torch/include/ATen/ParallelOpenMP.h' 2022-12-01T10:11:12.2254846Z adding 'torch/include/ATen/PythonTorchFunctionTLS.h' 2022-12-01T10:11:12.2460127Z adding 'torch/include/ATen/RedispatchFunctions.h' 2022-12-01T10:11:12.2612218Z adding 'torch/include/ATen/RegistrationDeclarations.h' 2022-12-01T10:11:12.2632002Z adding 'torch/include/ATen/SavedTensorHooks.h' 2022-12-01T10:11:12.2633841Z adding 'torch/include/ATen/Scalar.h' 2022-12-01T10:11:12.2636099Z adding 'torch/include/ATen/ScalarOps.h' 2022-12-01T10:11:12.2637904Z adding 'torch/include/ATen/ScalarType.h' 2022-12-01T10:11:12.2640072Z adding 'torch/include/ATen/SequenceNumber.h' 2022-12-01T10:11:12.2642100Z adding 'torch/include/ATen/SmallVector.h' 2022-12-01T10:11:12.2644785Z adding 'torch/include/ATen/SparseCsrTensorImpl.h' 2022-12-01T10:11:12.2648470Z adding 'torch/include/ATen/SparseCsrTensorUtils.h' 2022-12-01T10:11:12.2652851Z adding 'torch/include/ATen/SparseTensorImpl.h' 2022-12-01T10:11:12.2655999Z adding 'torch/include/ATen/SparseTensorUtils.h' 2022-12-01T10:11:12.2657907Z adding 'torch/include/ATen/Storage.h' 2022-12-01T10:11:12.2659604Z adding 'torch/include/ATen/Tensor.h' 2022-12-01T10:11:12.2661195Z adding 'torch/include/ATen/TensorAccessor.h' 2022-12-01T10:11:12.2663486Z adding 'torch/include/ATen/TensorGeometry.h' 2022-12-01T10:11:12.2670694Z adding 'torch/include/ATen/TensorIndexing.h' 2022-12-01T10:11:12.2682332Z adding 'torch/include/ATen/TensorIterator.h' 2022-12-01T10:11:12.2685343Z adding 'torch/include/ATen/TensorIteratorInternal.h' 2022-12-01T10:11:12.2688066Z adding 'torch/include/ATen/TensorMeta.h' 2022-12-01T10:11:12.2699246Z adding 'torch/include/ATen/TensorNames.h' 2022-12-01T10:11:12.2699696Z adding 'torch/include/ATen/TensorOperators.h' 2022-12-01T10:11:12.2700033Z adding 'torch/include/ATen/TensorOptions.h' 2022-12-01T10:11:12.2700410Z adding 'torch/include/ATen/TensorSubclassLikeUtils.h' 2022-12-01T10:11:12.2700714Z adding 'torch/include/ATen/TensorUtils.h' 2022-12-01T10:11:12.2702967Z adding 'torch/include/ATen/ThreadLocalState.h' 2022-12-01T10:11:12.2705722Z adding 'torch/include/ATen/TracerMode.h' 2022-12-01T10:11:12.2707616Z adding 'torch/include/ATen/TypeDefault.h' 2022-12-01T10:11:12.2709707Z adding 'torch/include/ATen/Utils.h' 2022-12-01T10:11:12.2711446Z adding 'torch/include/ATen/Version.h' 2022-12-01T10:11:12.2855761Z adding 'torch/include/ATen/VmapGeneratedPlumbing.h' 2022-12-01T10:11:12.2893899Z adding 'torch/include/ATen/VmapMode.h' 2022-12-01T10:11:12.2897218Z adding 'torch/include/ATen/VmapTransforms.h' 2022-12-01T10:11:12.2899657Z adding 'torch/include/ATen/WrapDimUtils.h' 2022-12-01T10:11:12.2901821Z adding 'torch/include/ATen/WrapDimUtilsMulti.h' 2022-12-01T10:11:12.2904765Z adding 'torch/include/ATen/autocast_mode.h' 2022-12-01T10:11:12.2906763Z adding 'torch/include/ATen/ceil_div.h' 2022-12-01T10:11:12.2910052Z adding 'torch/include/ATen/code_template.h' 2022-12-01T10:11:12.2912857Z adding 'torch/include/ATen/cpp_custom_type_hack.h' 2022-12-01T10:11:12.2914926Z adding 'torch/include/ATen/div_rtn.h' 2022-12-01T10:11:12.2918130Z adding 'torch/include/ATen/dlpack.h' 2022-12-01T10:11:12.2920517Z adding 'torch/include/ATen/jit_macros.h' 2022-12-01T10:11:12.2922812Z adding 'torch/include/ATen/jiterator_macros.h' 2022-12-01T10:11:12.2929569Z adding 'torch/include/ATen/record_function.h' 2022-12-01T10:11:12.2933234Z adding 'torch/include/ATen/core/ATenGeneral.h' 2022-12-01T10:11:12.2935335Z adding 'torch/include/ATen/core/ATenOpList.h' 2022-12-01T10:11:12.2937346Z adding 'torch/include/ATen/core/ATen_fwd.h' 2022-12-01T10:11:12.2939989Z adding 'torch/include/ATen/core/ATen_pch.h' 2022-12-01T10:11:12.2942238Z adding 'torch/include/ATen/core/Array.h' 2022-12-01T10:11:12.2943915Z adding 'torch/include/ATen/core/Backtrace.h' 2022-12-01T10:11:12.2945931Z adding 'torch/include/ATen/core/CheckMemoryFormat.h' 2022-12-01T10:11:12.2948495Z adding 'torch/include/ATen/core/DeprecatedTypeProperties.h' 2022-12-01T10:11:12.2950667Z adding 'torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h' 2022-12-01T10:11:12.2955366Z adding 'torch/include/ATen/core/Dict.h' 2022-12-01T10:11:12.2958898Z adding 'torch/include/ATen/core/Dict_inl.h' 2022-12-01T10:11:12.2961078Z adding 'torch/include/ATen/core/DimVector.h' 2022-12-01T10:11:12.2963071Z adding 'torch/include/ATen/core/Dimname.h' 2022-12-01T10:11:12.2966816Z adding 'torch/include/ATen/core/DistributionsHelper.h' 2022-12-01T10:11:12.2969092Z adding 'torch/include/ATen/core/Formatting.h' 2022-12-01T10:11:12.2972342Z adding 'torch/include/ATen/core/Generator.h' 2022-12-01T10:11:12.2978819Z adding 'torch/include/ATen/core/IListRef.h' 2022-12-01T10:11:12.2982113Z adding 'torch/include/ATen/core/IListRef_inl.h' 2022-12-01T10:11:12.2985276Z adding 'torch/include/ATen/core/LegacyTypeDispatch.h' 2022-12-01T10:11:12.2990242Z adding 'torch/include/ATen/core/List.h' 2022-12-01T10:11:12.2994224Z adding 'torch/include/ATen/core/List_inl.h' 2022-12-01T10:11:12.2998925Z adding 'torch/include/ATen/core/MT19937RNGEngine.h' 2022-12-01T10:11:12.3002863Z adding 'torch/include/ATen/core/NamedTensor.h' 2022-12-01T10:11:12.3006268Z adding 'torch/include/ATen/core/PhiloxRNGEngine.h' 2022-12-01T10:11:12.3008201Z adding 'torch/include/ATen/core/PythonFallbackKernel.h' 2022-12-01T10:11:12.3011029Z adding 'torch/include/ATen/core/QuantizerBase.h' 2022-12-01T10:11:12.3013309Z adding 'torch/include/ATen/core/Range.h' 2022-12-01T10:11:12.3015589Z adding 'torch/include/ATen/core/Reduction.h' 2022-12-01T10:11:12.3017145Z adding 'torch/include/ATen/core/Scalar.h' 2022-12-01T10:11:12.3018844Z adding 'torch/include/ATen/core/ScalarType.h' 2022-12-01T10:11:12.3020936Z adding 'torch/include/ATen/core/Tensor.h' 2022-12-01T10:11:12.3023960Z adding 'torch/include/ATen/core/TensorAccessor.h' 2022-12-01T10:11:12.3035697Z adding 'torch/include/ATen/core/TensorBase.h' 2022-12-01T10:11:12.3086914Z adding 'torch/include/ATen/core/TensorBody.h' 2022-12-01T10:11:12.3094865Z adding 'torch/include/ATen/core/TorchDispatchUtils.h' 2022-12-01T10:11:12.3097602Z adding 'torch/include/ATen/core/TransformationHelper.h' 2022-12-01T10:11:12.3099275Z adding 'torch/include/ATen/core/UndefinedTensorImpl.h' 2022-12-01T10:11:12.3101012Z adding 'torch/include/ATen/core/UnsafeFromTH.h' 2022-12-01T10:11:12.3103569Z adding 'torch/include/ATen/core/VariableHooksInterface.h' 2022-12-01T10:11:12.3105915Z adding 'torch/include/ATen/core/Variadic.h' 2022-12-01T10:11:12.3107866Z adding 'torch/include/ATen/core/Vitals.h' 2022-12-01T10:11:12.3110043Z adding 'torch/include/ATen/core/alias_info.h' 2022-12-01T10:11:12.3121312Z adding 'torch/include/ATen/core/aten_interned_strings.h' 2022-12-01T10:11:12.3125115Z adding 'torch/include/ATen/core/blob.h' 2022-12-01T10:11:12.3127269Z adding 'torch/include/ATen/core/builtin_function.h' 2022-12-01T10:11:12.3131746Z adding 'torch/include/ATen/core/class_type.h' 2022-12-01T10:11:12.3133835Z adding 'torch/include/ATen/core/custom_class.h' 2022-12-01T10:11:12.3137449Z adding 'torch/include/ATen/core/dynamic_type.h' 2022-12-01T10:11:12.3139545Z adding 'torch/include/ATen/core/enum_tag.h' 2022-12-01T10:11:12.3143434Z adding 'torch/include/ATen/core/enum_type.h' 2022-12-01T10:11:12.3145834Z adding 'torch/include/ATen/core/function.h' 2022-12-01T10:11:12.3153163Z adding 'torch/include/ATen/core/function_schema.h' 2022-12-01T10:11:12.3158703Z adding 'torch/include/ATen/core/function_schema_inl.h' 2022-12-01T10:11:12.3161470Z adding 'torch/include/ATen/core/functional.h' 2022-12-01T10:11:12.3163306Z adding 'torch/include/ATen/core/grad_mode.h' 2022-12-01T10:11:12.3167743Z adding 'torch/include/ATen/core/interned_strings.h' 2022-12-01T10:11:12.3169875Z adding 'torch/include/ATen/core/interned_strings_class.h' 2022-12-01T10:11:12.3184221Z adding 'torch/include/ATen/core/ivalue.h' 2022-12-01T10:11:12.3209268Z adding 'torch/include/ATen/core/ivalue_inl.h' 2022-12-01T10:11:12.3213204Z adding 'torch/include/ATen/core/ivalue_to.h' 2022-12-01T10:11:12.3232338Z adding 'torch/include/ATen/core/jit_type.h' 2022-12-01T10:11:12.3240818Z adding 'torch/include/ATen/core/jit_type_base.h' 2022-12-01T10:11:12.3244219Z adding 'torch/include/ATen/core/operator_name.h' 2022-12-01T10:11:12.3247112Z adding 'torch/include/ATen/core/qualified_name.h' 2022-12-01T10:11:12.3249179Z adding 'torch/include/ATen/core/rref_interface.h' 2022-12-01T10:11:12.3252135Z adding 'torch/include/ATen/core/stack.h' 2022-12-01T10:11:12.3255233Z adding 'torch/include/ATen/core/symbol.h' 2022-12-01T10:11:12.3257623Z adding 'torch/include/ATen/core/type_factory.h' 2022-12-01T10:11:12.3259625Z adding 'torch/include/ATen/core/type_ptr.h' 2022-12-01T10:11:12.3261324Z adding 'torch/include/ATen/core/typeid.h' 2022-12-01T10:11:12.3265068Z adding 'torch/include/ATen/core/boxing/BoxedKernel.h' 2022-12-01T10:11:12.3267514Z adding 'torch/include/ATen/core/boxing/BoxedKernel_impl.h' 2022-12-01T10:11:12.3270803Z adding 'torch/include/ATen/core/boxing/KernelFunction.h' 2022-12-01T10:11:12.3274385Z adding 'torch/include/ATen/core/boxing/KernelFunction_impl.h' 2022-12-01T10:11:12.3276547Z adding 'torch/include/ATen/core/boxing/OperatorKernel.h' 2022-12-01T10:11:12.3278976Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h' 2022-12-01T10:11:12.3281307Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h' 2022-12-01T10:11:12.3285465Z adding 'torch/include/ATen/core/boxing/impl/boxing.h' 2022-12-01T10:11:12.3292948Z adding 'torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h' 2022-12-01T10:11:12.3296050Z adding 'torch/include/ATen/core/boxing/impl/test_helpers.h' 2022-12-01T10:11:12.3299327Z adding 'torch/include/ATen/core/dispatch/CppSignature.h' 2022-12-01T10:11:12.3303104Z adding 'torch/include/ATen/core/dispatch/DispatchKeyExtractor.h' 2022-12-01T10:11:12.3311733Z adding 'torch/include/ATen/core/dispatch/Dispatcher.h' 2022-12-01T10:11:12.3314598Z adding 'torch/include/ATen/core/dispatch/ObservedOperators.h' 2022-12-01T10:11:12.3320018Z adding 'torch/include/ATen/core/dispatch/OperatorEntry.h' 2022-12-01T10:11:12.3322241Z adding 'torch/include/ATen/core/dispatch/OperatorOptions.h' 2022-12-01T10:11:12.3324489Z adding 'torch/include/ATen/core/dispatch/RegistrationHandleRAII.h' 2022-12-01T10:11:12.3327303Z adding 'torch/include/ATen/core/op_registration/adaption.h' 2022-12-01T10:11:12.3330285Z adding 'torch/include/ATen/core/op_registration/infer_schema.h' 2022-12-01T10:11:12.3333600Z adding 'torch/include/ATen/core/op_registration/op_allowlist.h' 2022-12-01T10:11:12.3340120Z adding 'torch/include/ATen/core/op_registration/op_registration.h' 2022-12-01T10:11:12.3343014Z adding 'torch/include/ATen/cpu/FlushDenormal.h' 2022-12-01T10:11:12.3346293Z adding 'torch/include/ATen/cpu/vml.h' 2022-12-01T10:11:12.3348519Z adding 'torch/include/ATen/cpu/vec/functional.h' 2022-12-01T10:11:12.3351469Z adding 'torch/include/ATen/cpu/vec/functional_base.h' 2022-12-01T10:11:12.3355667Z adding 'torch/include/ATen/cpu/vec/functional_bfloat16.h' 2022-12-01T10:11:12.3358295Z adding 'torch/include/ATen/cpu/vec/intrinsics.h' 2022-12-01T10:11:12.3360381Z adding 'torch/include/ATen/cpu/vec/vec.h' 2022-12-01T10:11:12.3368640Z adding 'torch/include/ATen/cpu/vec/vec_base.h' 2022-12-01T10:11:12.3372640Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h' 2022-12-01T10:11:12.3374782Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h' 2022-12-01T10:11:12.3377865Z adding 'torch/include/ATen/cpu/vec/vec256/vec256.h' 2022-12-01T10:11:12.3384732Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h' 2022-12-01T10:11:12.3390234Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h' 2022-12-01T10:11:12.3396433Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h' 2022-12-01T10:11:12.3400965Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_double.h' 2022-12-01T10:11:12.3404847Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float.h' 2022-12-01T10:11:12.3410851Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float_neon.h' 2022-12-01T10:11:12.3420124Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_int.h' 2022-12-01T10:11:12.3430599Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_qint.h' 2022-12-01T10:11:12.3434947Z adding 'torch/include/ATen/cpu/vec/vec512/vec512.h' 2022-12-01T10:11:12.3442857Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h' 2022-12-01T10:11:12.3448815Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h' 2022-12-01T10:11:12.3456231Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h' 2022-12-01T10:11:12.3460978Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_double.h' 2022-12-01T10:11:12.3465307Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_float.h' 2022-12-01T10:11:12.3472852Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_int.h' 2022-12-01T10:11:12.3481973Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_qint.h' 2022-12-01T10:11:12.3485276Z adding 'torch/include/ATen/cuda/ATenCUDAGeneral.h' 2022-12-01T10:11:12.3487448Z adding 'torch/include/ATen/cuda/ApplyGridUtils.cuh' 2022-12-01T10:11:12.3489473Z adding 'torch/include/ATen/cuda/AsmUtils.cuh' 2022-12-01T10:11:12.3494347Z adding 'torch/include/ATen/cuda/Atomic.cuh' 2022-12-01T10:11:12.3500864Z adding 'torch/include/ATen/cuda/CUDAApplyUtils.cuh' 2022-12-01T10:11:12.3504622Z adding 'torch/include/ATen/cuda/CUDABlas.h' 2022-12-01T10:11:12.3507057Z adding 'torch/include/ATen/cuda/CUDAContext.h' 2022-12-01T10:11:12.3509812Z adding 'torch/include/ATen/cuda/CUDADataType.h' 2022-12-01T10:11:12.3511131Z adding 'torch/include/ATen/cuda/CUDADevice.h' 2022-12-01T10:11:12.3514074Z adding 'torch/include/ATen/cuda/CUDAEvent.h' 2022-12-01T10:11:12.3516992Z adding 'torch/include/ATen/cuda/CUDAGeneratorImpl.h' 2022-12-01T10:11:12.3519425Z adding 'torch/include/ATen/cuda/CUDAGraph.h' 2022-12-01T10:11:12.3521701Z adding 'torch/include/ATen/cuda/CUDAGraphsUtils.cuh' 2022-12-01T10:11:12.3523864Z adding 'torch/include/ATen/cuda/CUDASparse.h' 2022-12-01T10:11:12.3526641Z adding 'torch/include/ATen/cuda/CUDASparseBlas.h' 2022-12-01T10:11:12.3529579Z adding 'torch/include/ATen/cuda/CUDASparseDescriptors.h' 2022-12-01T10:11:12.3531710Z adding 'torch/include/ATen/cuda/CUDATensorMethods.cuh' 2022-12-01T10:11:12.3533454Z adding 'torch/include/ATen/cuda/CUDAUtils.h' 2022-12-01T10:11:12.3535681Z adding 'torch/include/ATen/cuda/CachingHostAllocator.h' 2022-12-01T10:11:12.3538094Z adding 'torch/include/ATen/cuda/DeviceUtils.cuh' 2022-12-01T10:11:12.3540212Z adding 'torch/include/ATen/cuda/EmptyTensor.h' 2022-12-01T10:11:12.3543498Z adding 'torch/include/ATen/cuda/Exceptions.h' 2022-12-01T10:11:12.3546203Z adding 'torch/include/ATen/cuda/NumericLimits.cuh' 2022-12-01T10:11:12.3548365Z adding 'torch/include/ATen/cuda/PeerToPeerAccess.h' 2022-12-01T10:11:12.3550274Z adding 'torch/include/ATen/cuda/PinnedMemoryAllocator.h' 2022-12-01T10:11:12.3552538Z adding 'torch/include/ATen/cuda/ScanUtils.cuh' 2022-12-01T10:11:12.3554444Z adding 'torch/include/ATen/cuda/Sleep.h' 2022-12-01T10:11:12.3556389Z adding 'torch/include/ATen/cuda/ThrustAllocator.h' 2022-12-01T10:11:12.3560643Z adding 'torch/include/ATen/cuda/cub.cuh' 2022-12-01T10:11:12.3563434Z adding 'torch/include/ATen/cuda/cub.h' 2022-12-01T10:11:12.3565632Z adding 'torch/include/ATen/cuda/cub_definitions.cuh' 2022-12-01T10:11:12.3567585Z adding 'torch/include/ATen/cuda/jiterator.h' 2022-12-01T10:11:12.3570445Z adding 'torch/include/ATen/cuda/jiterator_impl.h' 2022-12-01T10:11:12.3572483Z adding 'torch/include/ATen/cuda/llvm_jit_strings.h' 2022-12-01T10:11:12.3574956Z adding 'torch/include/ATen/cuda/detail/CUDAHooks.h' 2022-12-01T10:11:12.3578551Z adding 'torch/include/ATen/cuda/detail/DeviceThreadHandles.h' 2022-12-01T10:11:12.3580658Z adding 'torch/include/ATen/cuda/detail/IndexUtils.cuh' 2022-12-01T10:11:12.3583454Z adding 'torch/include/ATen/cuda/detail/IntegerDivider.cuh' 2022-12-01T10:11:12.3585675Z adding 'torch/include/ATen/cuda/detail/KernelUtils.h' 2022-12-01T10:11:12.3587543Z adding 'torch/include/ATen/cuda/detail/LazyNVRTC.h' 2022-12-01T10:11:12.3591017Z adding 'torch/include/ATen/cuda/detail/OffsetCalculator.cuh' 2022-12-01T10:11:12.3592626Z adding 'torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh' 2022-12-01T10:11:12.3595924Z adding 'torch/include/ATen/cuda/detail/TensorInfo.cuh' 2022-12-01T10:11:12.3597655Z adding 'torch/include/ATen/cuda/detail/UnpackRaw.cuh' 2022-12-01T10:11:12.3602613Z adding 'torch/include/ATen/cudnn/Descriptors.h' 2022-12-01T10:11:12.3605091Z adding 'torch/include/ATen/cudnn/Exceptions.h' 2022-12-01T10:11:12.3606876Z adding 'torch/include/ATen/cudnn/Handle.h' 2022-12-01T10:11:12.3608629Z adding 'torch/include/ATen/cudnn/Handles.h' 2022-12-01T10:11:12.3610817Z adding 'torch/include/ATen/cudnn/Types.h' 2022-12-01T10:11:12.3612867Z adding 'torch/include/ATen/cudnn/Utils.h' 2022-12-01T10:11:12.3614810Z adding 'torch/include/ATen/cudnn/cudnn-wrapper.h' 2022-12-01T10:11:12.3618220Z adding 'torch/include/ATen/detail/CUDAHooksInterface.h' 2022-12-01T10:11:12.3620703Z adding 'torch/include/ATen/detail/FunctionTraits.h' 2022-12-01T10:11:12.3623189Z adding 'torch/include/ATen/detail/HIPHooksInterface.h' 2022-12-01T10:11:12.3625320Z adding 'torch/include/ATen/detail/ORTHooksInterface.h' 2022-12-01T10:11:12.3627890Z adding 'torch/include/ATen/functorch/ADInterpreters.h' 2022-12-01T10:11:12.3632816Z adding 'torch/include/ATen/functorch/BatchRulesHelper.h' 2022-12-01T10:11:12.3635947Z adding 'torch/include/ATen/functorch/BatchedFallback.h' 2022-12-01T10:11:12.3639392Z adding 'torch/include/ATen/functorch/BatchedTensorImpl.h' 2022-12-01T10:11:12.3642550Z adding 'torch/include/ATen/functorch/BatchingMetaprogramming.h' 2022-12-01T10:11:12.3645671Z adding 'torch/include/ATen/functorch/DynamicLayer.h' 2022-12-01T10:11:12.3647999Z adding 'torch/include/ATen/functorch/FunctionalizeInterpreter.h' 2022-12-01T10:11:12.3651700Z adding 'torch/include/ATen/functorch/Interpreter.h' 2022-12-01T10:11:12.3655851Z adding 'torch/include/ATen/functorch/LegacyVmapTransforms.h' 2022-12-01T10:11:12.3657401Z adding 'torch/include/ATen/functorch/Macros.h' 2022-12-01T10:11:12.3659839Z adding 'torch/include/ATen/functorch/PlumbingHelper.h' 2022-12-01T10:11:12.3662744Z adding 'torch/include/ATen/functorch/TensorWrapper.h' 2022-12-01T10:11:12.3665066Z adding 'torch/include/ATen/functorch/VmapInterpreter.h' 2022-12-01T10:11:12.3667790Z adding 'torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h' 2022-12-01T10:11:12.3670133Z adding 'torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h' 2022-12-01T10:11:12.3674417Z adding 'torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h' 2022-12-01T10:11:12.3677228Z adding 'torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h' 2022-12-01T10:11:12.3680807Z adding 'torch/include/ATen/native/Activation.h' 2022-12-01T10:11:12.3682987Z adding 'torch/include/ATen/native/AdaptivePooling.h' 2022-12-01T10:11:12.3686246Z adding 'torch/include/ATen/native/BatchLinearAlgebra.h' 2022-12-01T10:11:12.3689064Z adding 'torch/include/ATen/native/BinaryOps.h' 2022-12-01T10:11:12.3693384Z adding 'torch/include/ATen/native/BucketizationUtils.h' 2022-12-01T10:11:12.3695086Z adding 'torch/include/ATen/native/CPUBlas.h' 2022-12-01T10:11:12.3697887Z adding 'torch/include/ATen/native/CPUFallback.h' 2022-12-01T10:11:12.3699530Z adding 'torch/include/ATen/native/CanUse32BitIndexMath.h' 2022-12-01T10:11:12.3702233Z adding 'torch/include/ATen/native/ComplexHelper.h' 2022-12-01T10:11:12.3704343Z adding 'torch/include/ATen/native/CompositeRandomAccessor.h' 2022-12-01T10:11:12.3707349Z adding 'torch/include/ATen/native/CompositeRandomAccessorCommon.h' 2022-12-01T10:11:12.3712396Z adding 'torch/include/ATen/native/ConvUtils.h' 2022-12-01T10:11:12.3714963Z adding 'torch/include/ATen/native/ConvolutionMM3d.h' 2022-12-01T10:11:12.3716856Z adding 'torch/include/ATen/native/Copy.h' 2022-12-01T10:11:12.3718851Z adding 'torch/include/ATen/native/Cross.h' 2022-12-01T10:11:12.3722234Z adding 'torch/include/ATen/native/DilatedConvolutionUtils.h' 2022-12-01T10:11:12.3725834Z adding 'torch/include/ATen/native/DispatchStub.h' 2022-12-01T10:11:12.3728209Z adding 'torch/include/ATen/native/Distance.h' 2022-12-01T10:11:12.3732632Z adding 'torch/include/ATen/native/DistributionTemplates.h' 2022-12-01T10:11:12.3739553Z adding 'torch/include/ATen/native/Distributions.h' 2022-12-01T10:11:12.3742571Z adding 'torch/include/ATen/native/EmbeddingBag.h' 2022-12-01T10:11:12.3744561Z adding 'torch/include/ATen/native/Fill.h' 2022-12-01T10:11:12.3747500Z adding 'torch/include/ATen/native/ForeachUtils.h' 2022-12-01T10:11:12.3749627Z adding 'torch/include/ATen/native/FunctionOfAMatrixUtils.h' 2022-12-01T10:11:12.3752949Z adding 'torch/include/ATen/native/GridSampler.h' 2022-12-01T10:11:12.3755819Z adding 'torch/include/ATen/native/GridSamplerUtils.h' 2022-12-01T10:11:12.3757860Z adding 'torch/include/ATen/native/Histogram.h' 2022-12-01T10:11:12.3760196Z adding 'torch/include/ATen/native/IndexKernel.h' 2022-12-01T10:11:12.3763246Z adding 'torch/include/ATen/native/IndexingUtils.h' 2022-12-01T10:11:12.3765502Z adding 'torch/include/ATen/native/Lerp.h' 2022-12-01T10:11:12.3767429Z adding 'torch/include/ATen/native/LinearAlgebra.h' 2022-12-01T10:11:12.3776094Z adding 'torch/include/ATen/native/LinearAlgebraUtils.h' 2022-12-01T10:11:12.3778964Z adding 'torch/include/ATen/native/LossMulti.h' 2022-12-01T10:11:12.3818565Z adding 'torch/include/ATen/native/Math.h' 2022-12-01T10:11:12.3823752Z adding 'torch/include/ATen/native/MathBitFallThroughLists.h' 2022-12-01T10:11:12.3827332Z adding 'torch/include/ATen/native/MathBitsFallback.h' 2022-12-01T10:11:12.3829675Z adding 'torch/include/ATen/native/MaxPooling.h' 2022-12-01T10:11:12.3831886Z adding 'torch/include/ATen/native/NonEmptyUtils.h' 2022-12-01T10:11:12.3833706Z adding 'torch/include/ATen/native/NonSymbolicBC.h' 2022-12-01T10:11:12.3835630Z adding 'torch/include/ATen/native/Normalization.h' 2022-12-01T10:11:12.3837633Z adding 'torch/include/ATen/native/PointwiseOps.h' 2022-12-01T10:11:12.3841737Z adding 'torch/include/ATen/native/Pool.h' 2022-12-01T10:11:12.3844237Z adding 'torch/include/ATen/native/Pow.h' 2022-12-01T10:11:12.3846725Z adding 'torch/include/ATen/native/RNN.h' 2022-12-01T10:11:12.3848759Z adding 'torch/include/ATen/native/RangeFactories.h' 2022-12-01T10:11:12.3850573Z adding 'torch/include/ATen/native/ReduceAllOps.h' 2022-12-01T10:11:12.3852664Z adding 'torch/include/ATen/native/ReduceOps.h' 2022-12-01T10:11:12.3857322Z adding 'torch/include/ATen/native/ReduceOpsUtils.h' 2022-12-01T10:11:12.3859876Z adding 'torch/include/ATen/native/Repeat.h' 2022-12-01T10:11:12.3863318Z adding 'torch/include/ATen/native/Resize.h' 2022-12-01T10:11:12.3865767Z adding 'torch/include/ATen/native/ResizeCommon.h' 2022-12-01T10:11:12.3868394Z adding 'torch/include/ATen/native/ScatterGatherChecks.h' 2022-12-01T10:11:12.3870496Z adding 'torch/include/ATen/native/SegmentReduce.h' 2022-12-01T10:11:12.3874634Z adding 'torch/include/ATen/native/SharedReduceOps.h' 2022-12-01T10:11:12.3877334Z adding 'torch/include/ATen/native/SobolEngineOpsUtils.h' 2022-12-01T10:11:12.3879580Z adding 'torch/include/ATen/native/Sorting.h' 2022-12-01T10:11:12.3882052Z adding 'torch/include/ATen/native/SortingUtils.h' 2022-12-01T10:11:12.3885312Z adding 'torch/include/ATen/native/SpectralOpsUtils.h' 2022-12-01T10:11:12.3887747Z adding 'torch/include/ATen/native/StridedRandomAccessor.h' 2022-12-01T10:11:12.3890200Z adding 'torch/include/ATen/native/TensorAdvancedIndexing.h' 2022-12-01T10:11:12.3893036Z adding 'torch/include/ATen/native/TensorAdvancedIndexingUtils.h' 2022-12-01T10:11:12.3895350Z adding 'torch/include/ATen/native/TensorCompare.h' 2022-12-01T10:11:12.3897546Z adding 'torch/include/ATen/native/TensorConversions.h' 2022-12-01T10:11:12.3903355Z adding 'torch/include/ATen/native/TensorDimApply.h' 2022-12-01T10:11:12.3903734Z adding 'torch/include/ATen/native/TensorFactories.h' 2022-12-01T10:11:12.3905448Z adding 'torch/include/ATen/native/TensorIterator.h' 2022-12-01T10:11:12.3907706Z adding 'torch/include/ATen/native/TensorIteratorDynamicCasting.h' 2022-12-01T10:11:12.3909462Z adding 'torch/include/ATen/native/TensorProperties.h' 2022-12-01T10:11:12.3911965Z adding 'torch/include/ATen/native/TensorShape.h' 2022-12-01T10:11:12.3914052Z adding 'torch/include/ATen/native/TensorTransformations.h' 2022-12-01T10:11:12.3916330Z adding 'torch/include/ATen/native/TopKImpl.h' 2022-12-01T10:11:12.3918525Z adding 'torch/include/ATen/native/TransposeType.h' 2022-12-01T10:11:12.3921037Z adding 'torch/include/ATen/native/TriangularOpsUtils.h' 2022-12-01T10:11:12.3923153Z adding 'torch/include/ATen/native/TypeProperties.h' 2022-12-01T10:11:12.3925262Z adding 'torch/include/ATen/native/UnaryOps.h' 2022-12-01T10:11:12.3927387Z adding 'torch/include/ATen/native/Unfold2d.h' 2022-12-01T10:11:12.3929142Z adding 'torch/include/ATen/native/Unfold3d.h' 2022-12-01T10:11:12.3931787Z adding 'torch/include/ATen/native/UnfoldBackward.h' 2022-12-01T10:11:12.3936852Z adding 'torch/include/ATen/native/UpSample.h' 2022-12-01T10:11:12.3939244Z adding 'torch/include/ATen/native/batch_norm.h' 2022-12-01T10:11:12.3941345Z adding 'torch/include/ATen/native/group_norm.h' 2022-12-01T10:11:12.3943858Z adding 'torch/include/ATen/native/im2col.h' 2022-12-01T10:11:12.3946871Z adding 'torch/include/ATen/native/im2col_shape_check.h' 2022-12-01T10:11:12.3949256Z adding 'torch/include/ATen/native/layer_norm.h' 2022-12-01T10:11:12.3951164Z adding 'torch/include/ATen/native/verbose_wrapper.h' 2022-12-01T10:11:12.3953415Z adding 'torch/include/ATen/native/vol2col.h' 2022-12-01T10:11:12.3956031Z adding 'torch/include/ATen/native/cpu/AtomicAddFloat.h' 2022-12-01T10:11:12.3957882Z adding 'torch/include/ATen/native/cpu/CatKernel.h' 2022-12-01T10:11:12.3960296Z adding 'torch/include/ATen/native/cpu/ChannelShuffleKernel.h' 2022-12-01T10:11:12.3962879Z adding 'torch/include/ATen/native/cpu/CopyKernel.h' 2022-12-01T10:11:12.3964850Z adding 'torch/include/ATen/native/cpu/DepthwiseConvKernel.h' 2022-12-01T10:11:12.3968580Z adding 'torch/include/ATen/native/cpu/DistributionTemplates.h' 2022-12-01T10:11:12.3970943Z adding 'torch/include/ATen/native/cpu/GridSamplerKernel.h' 2022-12-01T10:11:12.3973515Z adding 'torch/include/ATen/native/cpu/IndexKernelUtils.h' 2022-12-01T10:11:12.3975577Z adding 'torch/include/ATen/native/cpu/Intrinsics.h' 2022-12-01T10:11:12.3977840Z adding 'torch/include/ATen/native/cpu/IsContiguous.h' 2022-12-01T10:11:12.3982380Z adding 'torch/include/ATen/native/cpu/Loops.h' 2022-12-01T10:11:12.3984632Z adding 'torch/include/ATen/native/cpu/MaxUnpoolKernel.h' 2022-12-01T10:11:12.3986609Z adding 'torch/include/ATen/native/cpu/PixelShuffleKernel.h' 2022-12-01T10:11:12.3990969Z adding 'torch/include/ATen/native/cpu/Reduce.h' 2022-12-01T10:11:12.3994321Z adding 'torch/include/ATen/native/cpu/SerialStackImpl.h' 2022-12-01T10:11:12.3996568Z adding 'torch/include/ATen/native/cpu/SoftmaxKernel.h' 2022-12-01T10:11:12.3998482Z adding 'torch/include/ATen/native/cpu/StackKernel.h' 2022-12-01T10:11:12.4000637Z adding 'torch/include/ATen/native/cpu/WeightNormKernel.h' 2022-12-01T10:11:12.4005597Z adding 'torch/include/ATen/native/cpu/avx_mathfun.h' 2022-12-01T10:11:12.4007962Z adding 'torch/include/ATen/native/cpu/mixed_data_type.h' 2022-12-01T10:11:12.4010638Z adding 'torch/include/ATen/native/cpu/moments_utils.h' 2022-12-01T10:11:12.4014347Z adding 'torch/include/ATen/native/cpu/utils.h' 2022-12-01T10:11:12.4016096Z adding 'torch/include/ATen/native/cpu/zmath.h' 2022-12-01T10:11:12.4019275Z adding 'torch/include/ATen/native/cuda/Activation.h' 2022-12-01T10:11:12.4021608Z adding 'torch/include/ATen/native/cuda/BinaryInternal.h' 2022-12-01T10:11:12.4025711Z adding 'torch/include/ATen/native/cuda/CUDAJitLoops.cuh' 2022-12-01T10:11:12.4029834Z adding 'torch/include/ATen/native/cuda/CUDALoops.cuh' 2022-12-01T10:11:12.4032531Z adding 'torch/include/ATen/native/cuda/CompositeRandomAccessor.h' 2022-12-01T10:11:12.4034558Z adding 'torch/include/ATen/native/cuda/Copy.h' 2022-12-01T10:11:12.4041397Z adding 'torch/include/ATen/native/cuda/CuFFTPlanCache.h' 2022-12-01T10:11:12.4044318Z adding 'torch/include/ATen/native/cuda/CuFFTUtils.h' 2022-12-01T10:11:12.4046574Z adding 'torch/include/ATen/native/cuda/DeviceSqrt.cuh' 2022-12-01T10:11:12.4053586Z adding 'torch/include/ATen/native/cuda/DistributionTemplates.h' 2022-12-01T10:11:12.4056518Z adding 'torch/include/ATen/native/cuda/Distributions.h' 2022-12-01T10:11:12.4058717Z adding 'torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh' 2022-12-01T10:11:12.4062388Z adding 'torch/include/ATen/native/cuda/ForeachFunctors.cuh' 2022-12-01T10:11:12.4066620Z adding 'torch/include/ATen/native/cuda/GridSampler.cuh' 2022-12-01T10:11:12.4069257Z adding 'torch/include/ATen/native/cuda/GridSampler.h' 2022-12-01T10:11:12.4071385Z adding 'torch/include/ATen/native/cuda/IndexKernel.h' 2022-12-01T10:11:12.4074981Z adding 'torch/include/ATen/native/cuda/JitLoops.cuh' 2022-12-01T10:11:12.4077789Z adding 'torch/include/ATen/native/cuda/KernelUtils.cuh' 2022-12-01T10:11:12.4080280Z adding 'torch/include/ATen/native/cuda/LaunchUtils.h' 2022-12-01T10:11:12.4084278Z adding 'torch/include/ATen/native/cuda/Loops.cuh' 2022-12-01T10:11:12.4113376Z adding 'torch/include/ATen/native/cuda/Math.cuh' 2022-12-01T10:11:12.4121144Z adding 'torch/include/ATen/native/cuda/MemoryAccess.cuh' 2022-12-01T10:11:12.4124046Z adding 'torch/include/ATen/native/cuda/MiscUtils.h' 2022-12-01T10:11:12.4127786Z adding 'torch/include/ATen/native/cuda/MultiTensorApply.cuh' 2022-12-01T10:11:12.4143451Z adding 'torch/include/ATen/native/cuda/Normalization.cuh' 2022-12-01T10:11:12.4150014Z adding 'torch/include/ATen/native/cuda/PersistentSoftmax.cuh' 2022-12-01T10:11:12.4153043Z adding 'torch/include/ATen/native/cuda/Pow.cuh' 2022-12-01T10:11:12.4157699Z adding 'torch/include/ATen/native/cuda/ROCmLoops.cuh' 2022-12-01T10:11:12.4161130Z adding 'torch/include/ATen/native/cuda/Randperm.cuh' 2022-12-01T10:11:12.4174687Z adding 'torch/include/ATen/native/cuda/Reduce.cuh' 2022-12-01T10:11:12.4177669Z adding 'torch/include/ATen/native/cuda/ReduceOps.h' 2022-12-01T10:11:12.4180267Z adding 'torch/include/ATen/native/cuda/Resize.h' 2022-12-01T10:11:12.4182463Z adding 'torch/include/ATen/native/cuda/ScanKernels.h' 2022-12-01T10:11:12.4187552Z adding 'torch/include/ATen/native/cuda/ScanUtils.cuh' 2022-12-01T10:11:12.4190714Z adding 'torch/include/ATen/native/cuda/Sort.h' 2022-12-01T10:11:12.4193573Z adding 'torch/include/ATen/native/cuda/SortStable.h' 2022-12-01T10:11:12.4196306Z adding 'torch/include/ATen/native/cuda/SortUtils.cuh' 2022-12-01T10:11:12.4198643Z adding 'torch/include/ATen/native/cuda/Sorting.h' 2022-12-01T10:11:12.4202030Z adding 'torch/include/ATen/native/cuda/SortingCommon.cuh' 2022-12-01T10:11:12.4206512Z adding 'torch/include/ATen/native/cuda/SortingRadixSelect.cuh' 2022-12-01T10:11:12.4212258Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.cuh' 2022-12-01T10:11:12.4214598Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.h' 2022-12-01T10:11:12.4216446Z adding 'torch/include/ATen/native/cuda/TensorTopK.h' 2022-12-01T10:11:12.4218347Z adding 'torch/include/ATen/native/cuda/UniqueCub.cuh' 2022-12-01T10:11:12.4222289Z adding 'torch/include/ATen/native/cuda/UpSample.cuh' 2022-12-01T10:11:12.4225039Z adding 'torch/include/ATen/native/cuda/block_reduce.cuh' 2022-12-01T10:11:12.4227072Z adding 'torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh' 2022-12-01T10:11:12.4229000Z adding 'torch/include/ATen/native/cuda/fused_adam_impl.cuh' 2022-12-01T10:11:12.4231992Z adding 'torch/include/ATen/native/cuda/fused_adam_utils.cuh' 2022-12-01T10:11:12.4235590Z adding 'torch/include/ATen/native/cuda/im2col.cuh' 2022-12-01T10:11:12.4238812Z adding 'torch/include/ATen/native/cuda/jit_utils.h' 2022-12-01T10:11:12.4245346Z adding 'torch/include/ATen/native/cuda/reduction_template.cuh' 2022-12-01T10:11:12.4248001Z adding 'torch/include/ATen/native/cuda/thread_constants.h' 2022-12-01T10:11:12.4251339Z adding 'torch/include/ATen/native/cuda/vol2col.cuh' 2022-12-01T10:11:12.4254155Z adding 'torch/include/ATen/native/quantized/AffineQuantizer.h' 2022-12-01T10:11:12.4256663Z adding 'torch/include/ATen/native/quantized/AffineQuantizerBase.h' 2022-12-01T10:11:12.4258938Z adding 'torch/include/ATen/native/quantized/Copy.h' 2022-12-01T10:11:12.4260841Z adding 'torch/include/ATen/native/quantized/FakeQuantAffine.h' 2022-12-01T10:11:12.4262622Z adding 'torch/include/ATen/native/quantized/IndexKernel.h' 2022-12-01T10:11:12.4264752Z adding 'torch/include/ATen/native/quantized/PackedParams.h' 2022-12-01T10:11:12.4266997Z adding 'torch/include/ATen/native/quantized/cpu/BinaryOps.h' 2022-12-01T10:11:12.4268911Z adding 'torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h' 2022-12-01T10:11:12.4272699Z adding 'torch/include/ATen/native/quantized/cpu/OnednnUtils.h' 2022-12-01T10:11:12.4279968Z adding 'torch/include/ATen/native/quantized/cpu/QnnpackUtils.h' 2022-12-01T10:11:12.4282687Z adding 'torch/include/ATen/native/quantized/cpu/QuantUtils.h' 2022-12-01T10:11:12.4285802Z adding 'torch/include/ATen/native/quantized/cpu/QuantizedOps.h' 2022-12-01T10:11:12.4287909Z adding 'torch/include/ATen/native/quantized/cpu/RuyUtils.h' 2022-12-01T10:11:12.4291333Z adding 'torch/include/ATen/native/quantized/cpu/XnnpackUtils.h' 2022-12-01T10:11:12.4295795Z adding 'torch/include/ATen/native/quantized/cpu/conv_serialization.h' 2022-12-01T10:11:12.4299620Z adding 'torch/include/ATen/native/quantized/cpu/fbgemm_utils.h' 2022-12-01T10:11:12.4301800Z adding 'torch/include/ATen/native/quantized/cpu/init_qnnpack.h' 2022-12-01T10:11:12.4303722Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag.h' 2022-12-01T10:11:12.4305616Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h' 2022-12-01T10:11:12.4363943Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d.h' 2022-12-01T10:11:12.4364764Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h' 2022-12-01T10:11:12.4366935Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.4368870Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h' 2022-12-01T10:11:12.4370881Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h' 2022-12-01T10:11:12.4372763Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h' 2022-12-01T10:11:12.4375020Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h' 2022-12-01T10:11:12.4377252Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.4379338Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h' 2022-12-01T10:11:12.4381233Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h' 2022-12-01T10:11:12.4382845Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_native.h' 2022-12-01T10:11:12.4384880Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h' 2022-12-01T10:11:12.4386924Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d.h' 2022-12-01T10:11:12.4388912Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h' 2022-12-01T10:11:12.4390995Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.4392832Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h' 2022-12-01T10:11:12.4394726Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h' 2022-12-01T10:11:12.4396644Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h' 2022-12-01T10:11:12.4398672Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h' 2022-12-01T10:11:12.4401275Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.4403263Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h' 2022-12-01T10:11:12.4405190Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h' 2022-12-01T10:11:12.4407182Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_native.h' 2022-12-01T10:11:12.4409228Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h' 2022-12-01T10:11:12.4411171Z adding 'torch/include/ATen/ops/_add_batch_dim.h' 2022-12-01T10:11:12.4413663Z adding 'torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.4415579Z adding 'torch/include/ATen/ops/_add_batch_dim_native.h' 2022-12-01T10:11:12.4418082Z adding 'torch/include/ATen/ops/_add_batch_dim_ops.h' 2022-12-01T10:11:12.4420244Z adding 'torch/include/ATen/ops/_add_relu.h' 2022-12-01T10:11:12.4423243Z adding 'torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.4425437Z adding 'torch/include/ATen/ops/_add_relu_cpu_dispatch.h' 2022-12-01T10:11:12.4428164Z adding 'torch/include/ATen/ops/_add_relu_meta_dispatch.h' 2022-12-01T10:11:12.4430483Z adding 'torch/include/ATen/ops/_add_relu_native.h' 2022-12-01T10:11:12.4433358Z adding 'torch/include/ATen/ops/_add_relu_ops.h' 2022-12-01T10:11:12.4436070Z adding 'torch/include/ATen/ops/_addmm_activation.h' 2022-12-01T10:11:12.4438849Z adding 'torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.4441436Z adding 'torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h' 2022-12-01T10:11:12.4444333Z adding 'torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h' 2022-12-01T10:11:12.4446731Z adding 'torch/include/ATen/ops/_addmm_activation_meta.h' 2022-12-01T10:11:12.4449561Z adding 'torch/include/ATen/ops/_addmm_activation_meta_dispatch.h' 2022-12-01T10:11:12.4451962Z adding 'torch/include/ATen/ops/_addmm_activation_native.h' 2022-12-01T10:11:12.4454778Z adding 'torch/include/ATen/ops/_addmm_activation_ops.h' 2022-12-01T10:11:12.4457502Z adding 'torch/include/ATen/ops/_aminmax.h' 2022-12-01T10:11:12.4460276Z adding 'torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.4462700Z adding 'torch/include/ATen/ops/_aminmax_cpu_dispatch.h' 2022-12-01T10:11:12.4465318Z adding 'torch/include/ATen/ops/_aminmax_cuda_dispatch.h' 2022-12-01T10:11:12.4467805Z adding 'torch/include/ATen/ops/_aminmax_native.h' 2022-12-01T10:11:12.4470704Z adding 'torch/include/ATen/ops/_aminmax_ops.h' 2022-12-01T10:11:12.4473499Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h' 2022-12-01T10:11:12.4476304Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.4478794Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h' 2022-12-01T10:11:12.4481670Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h' 2022-12-01T10:11:12.4484532Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h' 2022-12-01T10:11:12.4487216Z adding 'torch/include/ATen/ops/_amp_update_scale.h' 2022-12-01T10:11:12.4490081Z adding 'torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.4492558Z adding 'torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h' 2022-12-01T10:11:12.4495607Z adding 'torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h' 2022-12-01T10:11:12.4497893Z adding 'torch/include/ATen/ops/_amp_update_scale_native.h' 2022-12-01T10:11:12.4500878Z adding 'torch/include/ATen/ops/_amp_update_scale_ops.h' 2022-12-01T10:11:12.4503420Z adding 'torch/include/ATen/ops/_assert_async.h' 2022-12-01T10:11:12.4506003Z adding 'torch/include/ATen/ops/_assert_async_cpu_dispatch.h' 2022-12-01T10:11:12.4508525Z adding 'torch/include/ATen/ops/_assert_async_cuda_dispatch.h' 2022-12-01T10:11:12.4510968Z adding 'torch/include/ATen/ops/_assert_async_native.h' 2022-12-01T10:11:12.4513673Z adding 'torch/include/ATen/ops/_assert_async_ops.h' 2022-12-01T10:11:12.4517868Z adding 'torch/include/ATen/ops/_assert_tensor_metadata.h' 2022-12-01T10:11:12.4518384Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.4520995Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_native.h' 2022-12-01T10:11:12.4523005Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_ops.h' 2022-12-01T10:11:12.4525270Z adding 'torch/include/ATen/ops/_autocast_to_full_precision.h' 2022-12-01T10:11:12.4527262Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.4529261Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_native.h' 2022-12-01T10:11:12.4531203Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_ops.h' 2022-12-01T10:11:12.4533134Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision.h' 2022-12-01T10:11:12.4535347Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.4537223Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_native.h' 2022-12-01T10:11:12.4539315Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h' 2022-12-01T10:11:12.4541121Z adding 'torch/include/ATen/ops/_backward.h' 2022-12-01T10:11:12.4543287Z adding 'torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.4545250Z adding 'torch/include/ATen/ops/_backward_native.h' 2022-12-01T10:11:12.4547102Z adding 'torch/include/ATen/ops/_backward_ops.h' 2022-12-01T10:11:12.4549021Z adding 'torch/include/ATen/ops/_batch_norm_impl_index.h' 2022-12-01T10:11:12.4551073Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward.h' 2022-12-01T10:11:12.4553119Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.4554946Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h' 2022-12-01T10:11:12.4557010Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h' 2022-12-01T10:11:12.4559027Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.4561135Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_native.h' 2022-12-01T10:11:12.4563184Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_ops.h' 2022-12-01T10:11:12.4565094Z adding 'torch/include/ATen/ops/_cast_Byte.h' 2022-12-01T10:11:12.4567034Z adding 'torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.4568755Z adding 'torch/include/ATen/ops/_cast_Byte_native.h' 2022-12-01T10:11:12.4570598Z adding 'torch/include/ATen/ops/_cast_Byte_ops.h' 2022-12-01T10:11:12.4572436Z adding 'torch/include/ATen/ops/_cast_Char.h' 2022-12-01T10:11:12.4574369Z adding 'torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.4576371Z adding 'torch/include/ATen/ops/_cast_Char_native.h' 2022-12-01T10:11:12.4578288Z adding 'torch/include/ATen/ops/_cast_Char_ops.h' 2022-12-01T10:11:12.4581067Z adding 'torch/include/ATen/ops/_cast_Double.h' 2022-12-01T10:11:12.4582990Z adding 'torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.4584812Z adding 'torch/include/ATen/ops/_cast_Double_native.h' 2022-12-01T10:11:12.4586892Z adding 'torch/include/ATen/ops/_cast_Double_ops.h' 2022-12-01T10:11:12.4588880Z adding 'torch/include/ATen/ops/_cast_Float.h' 2022-12-01T10:11:12.4591115Z adding 'torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.4592971Z adding 'torch/include/ATen/ops/_cast_Float_native.h' 2022-12-01T10:11:12.4595105Z adding 'torch/include/ATen/ops/_cast_Float_ops.h' 2022-12-01T10:11:12.4597158Z adding 'torch/include/ATen/ops/_cast_Half.h' 2022-12-01T10:11:12.4599531Z adding 'torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.4602038Z adding 'torch/include/ATen/ops/_cast_Half_native.h' 2022-12-01T10:11:12.4604288Z adding 'torch/include/ATen/ops/_cast_Half_ops.h' 2022-12-01T10:11:12.4606431Z adding 'torch/include/ATen/ops/_cast_Int.h' 2022-12-01T10:11:12.4608796Z adding 'torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.4610950Z adding 'torch/include/ATen/ops/_cast_Int_native.h' 2022-12-01T10:11:12.4613281Z adding 'torch/include/ATen/ops/_cast_Int_ops.h' 2022-12-01T10:11:12.4615550Z adding 'torch/include/ATen/ops/_cast_Long.h' 2022-12-01T10:11:12.4617957Z adding 'torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.4620094Z adding 'torch/include/ATen/ops/_cast_Long_native.h' 2022-12-01T10:11:12.4622513Z adding 'torch/include/ATen/ops/_cast_Long_ops.h' 2022-12-01T10:11:12.4624756Z adding 'torch/include/ATen/ops/_cast_Short.h' 2022-12-01T10:11:12.4627164Z adding 'torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.4629338Z adding 'torch/include/ATen/ops/_cast_Short_native.h' 2022-12-01T10:11:12.4631665Z adding 'torch/include/ATen/ops/_cast_Short_ops.h' 2022-12-01T10:11:12.4634043Z adding 'torch/include/ATen/ops/_cdist_backward.h' 2022-12-01T10:11:12.4636478Z adding 'torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.4638772Z adding 'torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h' 2022-12-01T10:11:12.4641541Z adding 'torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h' 2022-12-01T10:11:12.4643791Z adding 'torch/include/ATen/ops/_cdist_backward_native.h' 2022-12-01T10:11:12.4646129Z adding 'torch/include/ATen/ops/_cdist_backward_ops.h' 2022-12-01T10:11:12.4649049Z adding 'torch/include/ATen/ops/_cdist_forward.h' 2022-12-01T10:11:12.4651789Z adding 'torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.4653317Z adding 'torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h' 2022-12-01T10:11:12.4655936Z adding 'torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h' 2022-12-01T10:11:12.4657972Z adding 'torch/include/ATen/ops/_cdist_forward_native.h' 2022-12-01T10:11:12.4660378Z adding 'torch/include/ATen/ops/_cdist_forward_ops.h' 2022-12-01T10:11:12.4662411Z adding 'torch/include/ATen/ops/_cholesky_solve_helper.h' 2022-12-01T10:11:12.4664552Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.4666534Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h' 2022-12-01T10:11:12.4668547Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h' 2022-12-01T10:11:12.4670510Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_native.h' 2022-12-01T10:11:12.4672620Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_ops.h' 2022-12-01T10:11:12.4677178Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor.h' 2022-12-01T10:11:12.4679637Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.4682750Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_native.h' 2022-12-01T10:11:12.4683788Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h' 2022-12-01T10:11:12.4687148Z adding 'torch/include/ATen/ops/_coalesce.h' 2022-12-01T10:11:12.4687935Z adding 'torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.4690222Z adding 'torch/include/ATen/ops/_coalesce_native.h' 2022-12-01T10:11:12.4692448Z adding 'torch/include/ATen/ops/_coalesce_ops.h' 2022-12-01T10:11:12.4694420Z adding 'torch/include/ATen/ops/_coalesced.h' 2022-12-01T10:11:12.4696635Z adding 'torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.4698674Z adding 'torch/include/ATen/ops/_coalesced_meta_dispatch.h' 2022-12-01T10:11:12.4700641Z adding 'torch/include/ATen/ops/_coalesced_native.h' 2022-12-01T10:11:12.4702795Z adding 'torch/include/ATen/ops/_coalesced_ops.h' 2022-12-01T10:11:12.4704962Z adding 'torch/include/ATen/ops/_compute_linear_combination.h' 2022-12-01T10:11:12.4707103Z adding 'torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h' 2022-12-01T10:11:12.4709207Z adding 'torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h' 2022-12-01T10:11:12.4711228Z adding 'torch/include/ATen/ops/_compute_linear_combination_native.h' 2022-12-01T10:11:12.4713429Z adding 'torch/include/ATen/ops/_compute_linear_combination_ops.h' 2022-12-01T10:11:12.4715443Z adding 'torch/include/ATen/ops/_conj.h' 2022-12-01T10:11:12.4717566Z adding 'torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.4719709Z adding 'torch/include/ATen/ops/_conj_copy.h' 2022-12-01T10:11:12.4722126Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.4724265Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.4726007Z adding 'torch/include/ATen/ops/_conj_copy_native.h' 2022-12-01T10:11:12.4728168Z adding 'torch/include/ATen/ops/_conj_copy_ops.h' 2022-12-01T10:11:12.4730170Z adding 'torch/include/ATen/ops/_conj_native.h' 2022-12-01T10:11:12.4732319Z adding 'torch/include/ATen/ops/_conj_ops.h' 2022-12-01T10:11:12.4734408Z adding 'torch/include/ATen/ops/_conj_physical.h' 2022-12-01T10:11:12.4736596Z adding 'torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.4738508Z adding 'torch/include/ATen/ops/_conj_physical_native.h' 2022-12-01T10:11:12.4740645Z adding 'torch/include/ATen/ops/_conj_physical_ops.h' 2022-12-01T10:11:12.4742827Z adding 'torch/include/ATen/ops/_conv_depthwise2d.h' 2022-12-01T10:11:12.4746471Z adding 'torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h' 2022-12-01T10:11:12.4747195Z adding 'torch/include/ATen/ops/_conv_depthwise2d_native.h' 2022-12-01T10:11:12.4749467Z adding 'torch/include/ATen/ops/_conv_depthwise2d_ops.h' 2022-12-01T10:11:12.4751594Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h' 2022-12-01T10:11:12.4753710Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.4755606Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h' 2022-12-01T10:11:12.4757556Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h' 2022-12-01T10:11:12.4759641Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h' 2022-12-01T10:11:12.4761774Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h' 2022-12-01T10:11:12.4763780Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h' 2022-12-01T10:11:12.4767369Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h' 2022-12-01T10:11:12.4768142Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h' 2022-12-01T10:11:12.4770418Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.4772619Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h' 2022-12-01T10:11:12.4774965Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h' 2022-12-01T10:11:12.4777107Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h' 2022-12-01T10:11:12.4779308Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h' 2022-12-01T10:11:12.4781357Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h' 2022-12-01T10:11:12.4783587Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h' 2022-12-01T10:11:12.4785648Z adding 'torch/include/ATen/ops/_convolution.h' 2022-12-01T10:11:12.4787900Z adding 'torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.4789906Z adding 'torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.4791874Z adding 'torch/include/ATen/ops/_convolution_double_backward.h' 2022-12-01T10:11:12.4793952Z adding 'torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.4795877Z adding 'torch/include/ATen/ops/_convolution_double_backward_native.h' 2022-12-01T10:11:12.4798042Z adding 'torch/include/ATen/ops/_convolution_double_backward_ops.h' 2022-12-01T10:11:12.4800247Z adding 'torch/include/ATen/ops/_convolution_mode.h' 2022-12-01T10:11:12.4802340Z adding 'torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.4804157Z adding 'torch/include/ATen/ops/_convolution_mode_native.h' 2022-12-01T10:11:12.4806299Z adding 'torch/include/ATen/ops/_convolution_mode_ops.h' 2022-12-01T10:11:12.4808230Z adding 'torch/include/ATen/ops/_convolution_native.h' 2022-12-01T10:11:12.4810656Z adding 'torch/include/ATen/ops/_convolution_ops.h' 2022-12-01T10:11:12.4812633Z adding 'torch/include/ATen/ops/_copy_from.h' 2022-12-01T10:11:12.4814582Z adding 'torch/include/ATen/ops/_copy_from_and_resize.h' 2022-12-01T10:11:12.4816642Z adding 'torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.4818429Z adding 'torch/include/ATen/ops/_copy_from_and_resize_native.h' 2022-12-01T10:11:12.4820452Z adding 'torch/include/ATen/ops/_copy_from_and_resize_ops.h' 2022-12-01T10:11:12.4822996Z adding 'torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.4824597Z adding 'torch/include/ATen/ops/_copy_from_native.h' 2022-12-01T10:11:12.4826714Z adding 'torch/include/ATen/ops/_copy_from_ops.h' 2022-12-01T10:11:12.4828797Z adding 'torch/include/ATen/ops/_ctc_loss.h' 2022-12-01T10:11:12.4831015Z adding 'torch/include/ATen/ops/_ctc_loss_backward.h' 2022-12-01T10:11:12.4833388Z adding 'torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.4835258Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h' 2022-12-01T10:11:12.4837251Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h' 2022-12-01T10:11:12.4839239Z adding 'torch/include/ATen/ops/_ctc_loss_backward_native.h' 2022-12-01T10:11:12.4842202Z adding 'torch/include/ATen/ops/_ctc_loss_backward_ops.h' 2022-12-01T10:11:12.4844560Z adding 'torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.4846691Z adding 'torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h' 2022-12-01T10:11:12.4848942Z adding 'torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h' 2022-12-01T10:11:12.4850989Z adding 'torch/include/ATen/ops/_ctc_loss_native.h' 2022-12-01T10:11:12.4853409Z adding 'torch/include/ATen/ops/_ctc_loss_ops.h' 2022-12-01T10:11:12.4855811Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss.h' 2022-12-01T10:11:12.4858034Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.4860167Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h' 2022-12-01T10:11:12.4862322Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_native.h' 2022-12-01T10:11:12.4864704Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_ops.h' 2022-12-01T10:11:12.4867096Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state.h' 2022-12-01T10:11:12.4869456Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.4871597Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h' 2022-12-01T10:11:12.4873718Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_native.h' 2022-12-01T10:11:12.4876028Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h' 2022-12-01T10:11:12.4878610Z adding 'torch/include/ATen/ops/_cudnn_rnn.h' 2022-12-01T10:11:12.4881889Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward.h' 2022-12-01T10:11:12.4884613Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.4886946Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h' 2022-12-01T10:11:12.4889232Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_native.h' 2022-12-01T10:11:12.4891814Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_ops.h' 2022-12-01T10:11:12.4894328Z adding 'torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.4896637Z adding 'torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h' 2022-12-01T10:11:12.4899104Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h' 2022-12-01T10:11:12.4901527Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.4903846Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h' 2022-12-01T10:11:12.4905992Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h' 2022-12-01T10:11:12.4908543Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h' 2022-12-01T10:11:12.4910623Z adding 'torch/include/ATen/ops/_cudnn_rnn_native.h' 2022-12-01T10:11:12.4913065Z adding 'torch/include/ATen/ops/_cudnn_rnn_ops.h' 2022-12-01T10:11:12.4915204Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache.h' 2022-12-01T10:11:12.4917016Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.4918720Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_native.h' 2022-12-01T10:11:12.4921165Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h' 2022-12-01T10:11:12.4923353Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h' 2022-12-01T10:11:12.4925589Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.4929218Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h' 2022-12-01T10:11:12.4929877Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h' 2022-12-01T10:11:12.4932159Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size.h' 2022-12-01T10:11:12.4934479Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.4936465Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h' 2022-12-01T10:11:12.4938567Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h' 2022-12-01T10:11:12.4940569Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h' 2022-12-01T10:11:12.4942739Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.4944668Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h' 2022-12-01T10:11:12.4946752Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h' 2022-12-01T10:11:12.4948790Z adding 'torch/include/ATen/ops/_cummax_helper.h' 2022-12-01T10:11:12.4950913Z adding 'torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h' 2022-12-01T10:11:12.4952921Z adding 'torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h' 2022-12-01T10:11:12.4954907Z adding 'torch/include/ATen/ops/_cummax_helper_native.h' 2022-12-01T10:11:12.4956980Z adding 'torch/include/ATen/ops/_cummax_helper_ops.h' 2022-12-01T10:11:12.4959028Z adding 'torch/include/ATen/ops/_cummin_helper.h' 2022-12-01T10:11:12.4961348Z adding 'torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h' 2022-12-01T10:11:12.4963416Z adding 'torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h' 2022-12-01T10:11:12.4965450Z adding 'torch/include/ATen/ops/_cummin_helper_native.h' 2022-12-01T10:11:12.4967558Z adding 'torch/include/ATen/ops/_cummin_helper_ops.h' 2022-12-01T10:11:12.4969633Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap.h' 2022-12-01T10:11:12.4971778Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.4973712Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_native.h' 2022-12-01T10:11:12.4975802Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_ops.h' 2022-12-01T10:11:12.4977651Z adding 'torch/include/ATen/ops/_dimI.h' 2022-12-01T10:11:12.4979663Z adding 'torch/include/ATen/ops/_dimI_native.h' 2022-12-01T10:11:12.4981699Z adding 'torch/include/ATen/ops/_dimI_ops.h' 2022-12-01T10:11:12.4983665Z adding 'torch/include/ATen/ops/_dimV.h' 2022-12-01T10:11:12.4985700Z adding 'torch/include/ATen/ops/_dimV_native.h' 2022-12-01T10:11:12.4987749Z adding 'torch/include/ATen/ops/_dimV_ops.h' 2022-12-01T10:11:12.4989793Z adding 'torch/include/ATen/ops/_dim_arange.h' 2022-12-01T10:11:12.4991935Z adding 'torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.4993818Z adding 'torch/include/ATen/ops/_dim_arange_native.h' 2022-12-01T10:11:12.4995891Z adding 'torch/include/ATen/ops/_dim_arange_ops.h' 2022-12-01T10:11:12.4997958Z adding 'torch/include/ATen/ops/_dirichlet_grad.h' 2022-12-01T10:11:12.5000435Z adding 'torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5002482Z adding 'torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h' 2022-12-01T10:11:12.5004704Z adding 'torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h' 2022-12-01T10:11:12.5006605Z adding 'torch/include/ATen/ops/_dirichlet_grad_native.h' 2022-12-01T10:11:12.5008782Z adding 'torch/include/ATen/ops/_dirichlet_grad_ops.h' 2022-12-01T10:11:12.5011009Z adding 'torch/include/ATen/ops/_efficientzerotensor.h' 2022-12-01T10:11:12.5013276Z adding 'torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5015278Z adding 'torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h' 2022-12-01T10:11:12.5017367Z adding 'torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h' 2022-12-01T10:11:12.5019430Z adding 'torch/include/ATen/ops/_efficientzerotensor_native.h' 2022-12-01T10:11:12.5021675Z adding 'torch/include/ATen/ops/_efficientzerotensor_ops.h' 2022-12-01T10:11:12.5023889Z adding 'torch/include/ATen/ops/_embedding_bag.h' 2022-12-01T10:11:12.5026172Z adding 'torch/include/ATen/ops/_embedding_bag_backward.h' 2022-12-01T10:11:12.5028402Z adding 'torch/include/ATen/ops/_embedding_bag_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.5030373Z adding 'torch/include/ATen/ops/_embedding_bag_backward_native.h' 2022-12-01T10:11:12.5032558Z adding 'torch/include/ATen/ops/_embedding_bag_backward_ops.h' 2022-12-01T10:11:12.5034890Z adding 'torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5036982Z adding 'torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h' 2022-12-01T10:11:12.5038848Z adding 'torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h' 2022-12-01T10:11:12.5041336Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward.h' 2022-12-01T10:11:12.5043525Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5045457Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h' 2022-12-01T10:11:12.5047508Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h' 2022-12-01T10:11:12.5049416Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_native.h' 2022-12-01T10:11:12.5051611Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h' 2022-12-01T10:11:12.5053835Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only.h' 2022-12-01T10:11:12.5056068Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5058010Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h' 2022-12-01T10:11:12.5060045Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h' 2022-12-01T10:11:12.5062134Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_native.h' 2022-12-01T10:11:12.5064215Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_ops.h' 2022-12-01T10:11:12.5066296Z adding 'torch/include/ATen/ops/_embedding_bag_native.h' 2022-12-01T10:11:12.5068540Z adding 'torch/include/ATen/ops/_embedding_bag_ops.h' 2022-12-01T10:11:12.5070771Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h' 2022-12-01T10:11:12.5072974Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5074939Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h' 2022-12-01T10:11:12.5076935Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h' 2022-12-01T10:11:12.5078857Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h' 2022-12-01T10:11:12.5081223Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h' 2022-12-01T10:11:12.5083256Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward.h' 2022-12-01T10:11:12.5085417Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.5087330Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h' 2022-12-01T10:11:12.5091142Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h' 2022-12-01T10:11:12.5093251Z adding 'torch/include/ATen/ops/_empty_affine_quantized.h' 2022-12-01T10:11:12.5095469Z adding 'torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5097469Z adding 'torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h' 2022-12-01T10:11:12.5099640Z adding 'torch/include/ATen/ops/_empty_affine_quantized_native.h' 2022-12-01T10:11:12.5101788Z adding 'torch/include/ATen/ops/_empty_affine_quantized_ops.h' 2022-12-01T10:11:12.5104106Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized.h' 2022-12-01T10:11:12.5106245Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5108217Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h' 2022-12-01T10:11:12.5110173Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h' 2022-12-01T10:11:12.5112379Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h' 2022-12-01T10:11:12.5114340Z adding 'torch/include/ATen/ops/_euclidean_dist.h' 2022-12-01T10:11:12.5116445Z adding 'torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5118246Z adding 'torch/include/ATen/ops/_euclidean_dist_native.h' 2022-12-01T10:11:12.5120976Z adding 'torch/include/ATen/ops/_euclidean_dist_ops.h' 2022-12-01T10:11:12.5122652Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h' 2022-12-01T10:11:12.5124698Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h' 2022-12-01T10:11:12.5126674Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h' 2022-12-01T10:11:12.5128643Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h' 2022-12-01T10:11:12.5130511Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h' 2022-12-01T10:11:12.5132611Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h' 2022-12-01T10:11:12.5134664Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5136551Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h' 2022-12-01T10:11:12.5138496Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h' 2022-12-01T10:11:12.5140404Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h' 2022-12-01T10:11:12.5142435Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h' 2022-12-01T10:11:12.5144615Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h' 2022-12-01T10:11:12.5146667Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h' 2022-12-01T10:11:12.5148734Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h' 2022-12-01T10:11:12.5150733Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h' 2022-12-01T10:11:12.5152869Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h' 2022-12-01T10:11:12.5155347Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h' 2022-12-01T10:11:12.5157660Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5159939Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h' 2022-12-01T10:11:12.5162279Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h' 2022-12-01T10:11:12.5164426Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h' 2022-12-01T10:11:12.5167029Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h' 2022-12-01T10:11:12.5169299Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h' 2022-12-01T10:11:12.5172230Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5174338Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h' 2022-12-01T10:11:12.5176960Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h' 2022-12-01T10:11:12.5179430Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h' 2022-12-01T10:11:12.5180959Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h' 2022-12-01T10:11:12.5182918Z adding 'torch/include/ATen/ops/_fft_c2c.h' 2022-12-01T10:11:12.5185146Z adding 'torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h' 2022-12-01T10:11:12.5186970Z adding 'torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h' 2022-12-01T10:11:12.5189063Z adding 'torch/include/ATen/ops/_fft_c2c_native.h' 2022-12-01T10:11:12.5191152Z adding 'torch/include/ATen/ops/_fft_c2c_ops.h' 2022-12-01T10:11:12.5193207Z adding 'torch/include/ATen/ops/_fft_c2r.h' 2022-12-01T10:11:12.5195391Z adding 'torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h' 2022-12-01T10:11:12.5197447Z adding 'torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h' 2022-12-01T10:11:12.5199597Z adding 'torch/include/ATen/ops/_fft_c2r_native.h' 2022-12-01T10:11:12.5201870Z adding 'torch/include/ATen/ops/_fft_c2r_ops.h' 2022-12-01T10:11:12.5203977Z adding 'torch/include/ATen/ops/_fft_r2c.h' 2022-12-01T10:11:12.5205865Z adding 'torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h' 2022-12-01T10:11:12.5207816Z adding 'torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h' 2022-12-01T10:11:12.5209745Z adding 'torch/include/ATen/ops/_fft_r2c_native.h' 2022-12-01T10:11:12.5211837Z adding 'torch/include/ATen/ops/_fft_r2c_ops.h' 2022-12-01T10:11:12.5213927Z adding 'torch/include/ATen/ops/_flash_scaled_dot_product_attention.h' 2022-12-01T10:11:12.5215938Z adding 'torch/include/ATen/ops/_flash_scaled_dot_product_attention_cuda_dispatch.h' 2022-12-01T10:11:12.5217872Z adding 'torch/include/ATen/ops/_flash_scaled_dot_product_attention_native.h' 2022-12-01T10:11:12.5219989Z adding 'torch/include/ATen/ops/_flash_scaled_dot_product_attention_ops.h' 2022-12-01T10:11:12.5222121Z adding 'torch/include/ATen/ops/_foobar.h' 2022-12-01T10:11:12.5224366Z adding 'torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5226314Z adding 'torch/include/ATen/ops/_foobar_cpu_dispatch.h' 2022-12-01T10:11:12.5228308Z adding 'torch/include/ATen/ops/_foobar_native.h' 2022-12-01T10:11:12.5230481Z adding 'torch/include/ATen/ops/_foobar_ops.h' 2022-12-01T10:11:12.5232602Z adding 'torch/include/ATen/ops/_foreach_abs.h' 2022-12-01T10:11:12.5234838Z adding 'torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5236815Z adding 'torch/include/ATen/ops/_foreach_abs_cpu_dispatch.h' 2022-12-01T10:11:12.5238906Z adding 'torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h' 2022-12-01T10:11:12.5241164Z adding 'torch/include/ATen/ops/_foreach_abs_native.h' 2022-12-01T10:11:12.5243347Z adding 'torch/include/ATen/ops/_foreach_abs_ops.h' 2022-12-01T10:11:12.5245488Z adding 'torch/include/ATen/ops/_foreach_acos.h' 2022-12-01T10:11:12.5247727Z adding 'torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5249762Z adding 'torch/include/ATen/ops/_foreach_acos_cpu_dispatch.h' 2022-12-01T10:11:12.5251852Z adding 'torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h' 2022-12-01T10:11:12.5253499Z adding 'torch/include/ATen/ops/_foreach_acos_native.h' 2022-12-01T10:11:12.5255581Z adding 'torch/include/ATen/ops/_foreach_acos_ops.h' 2022-12-01T10:11:12.5257788Z adding 'torch/include/ATen/ops/_foreach_add.h' 2022-12-01T10:11:12.5260009Z adding 'torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5261990Z adding 'torch/include/ATen/ops/_foreach_add_cpu_dispatch.h' 2022-12-01T10:11:12.5263867Z adding 'torch/include/ATen/ops/_foreach_add_cuda_dispatch.h' 2022-12-01T10:11:12.5265832Z adding 'torch/include/ATen/ops/_foreach_add_native.h' 2022-12-01T10:11:12.5268290Z adding 'torch/include/ATen/ops/_foreach_add_ops.h' 2022-12-01T10:11:12.5270687Z adding 'torch/include/ATen/ops/_foreach_addcdiv.h' 2022-12-01T10:11:12.5272904Z adding 'torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5274826Z adding 'torch/include/ATen/ops/_foreach_addcdiv_cpu_dispatch.h' 2022-12-01T10:11:12.5276857Z adding 'torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h' 2022-12-01T10:11:12.5278831Z adding 'torch/include/ATen/ops/_foreach_addcdiv_native.h' 2022-12-01T10:11:12.5281387Z adding 'torch/include/ATen/ops/_foreach_addcdiv_ops.h' 2022-12-01T10:11:12.5283703Z adding 'torch/include/ATen/ops/_foreach_addcmul.h' 2022-12-01T10:11:12.5285918Z adding 'torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5307116Z adding 'torch/include/ATen/ops/_foreach_addcmul_cpu_dispatch.h' 2022-12-01T10:11:12.5307706Z adding 'torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h' 2022-12-01T10:11:12.5308290Z adding 'torch/include/ATen/ops/_foreach_addcmul_native.h' 2022-12-01T10:11:12.5308824Z adding 'torch/include/ATen/ops/_foreach_addcmul_ops.h' 2022-12-01T10:11:12.5309318Z adding 'torch/include/ATen/ops/_foreach_asin.h' 2022-12-01T10:11:12.5309763Z adding 'torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5310140Z adding 'torch/include/ATen/ops/_foreach_asin_cpu_dispatch.h' 2022-12-01T10:11:12.5310468Z adding 'torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h' 2022-12-01T10:11:12.5310790Z adding 'torch/include/ATen/ops/_foreach_asin_native.h' 2022-12-01T10:11:12.5311081Z adding 'torch/include/ATen/ops/_foreach_asin_ops.h' 2022-12-01T10:11:12.5311377Z adding 'torch/include/ATen/ops/_foreach_atan.h' 2022-12-01T10:11:12.5311747Z adding 'torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5313540Z adding 'torch/include/ATen/ops/_foreach_atan_cpu_dispatch.h' 2022-12-01T10:11:12.5315946Z adding 'torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h' 2022-12-01T10:11:12.5318249Z adding 'torch/include/ATen/ops/_foreach_atan_native.h' 2022-12-01T10:11:12.5320967Z adding 'torch/include/ATen/ops/_foreach_atan_ops.h' 2022-12-01T10:11:12.5323427Z adding 'torch/include/ATen/ops/_foreach_ceil.h' 2022-12-01T10:11:12.5325940Z adding 'torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5328182Z adding 'torch/include/ATen/ops/_foreach_ceil_cpu_dispatch.h' 2022-12-01T10:11:12.5330522Z adding 'torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h' 2022-12-01T10:11:12.5332781Z adding 'torch/include/ATen/ops/_foreach_ceil_native.h' 2022-12-01T10:11:12.5335440Z adding 'torch/include/ATen/ops/_foreach_ceil_ops.h' 2022-12-01T10:11:12.5337753Z adding 'torch/include/ATen/ops/_foreach_cos.h' 2022-12-01T10:11:12.5340180Z adding 'torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5342452Z adding 'torch/include/ATen/ops/_foreach_cos_cpu_dispatch.h' 2022-12-01T10:11:12.5344778Z adding 'torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h' 2022-12-01T10:11:12.5347033Z adding 'torch/include/ATen/ops/_foreach_cos_native.h' 2022-12-01T10:11:12.5349445Z adding 'torch/include/ATen/ops/_foreach_cos_ops.h' 2022-12-01T10:11:12.5351821Z adding 'torch/include/ATen/ops/_foreach_cosh.h' 2022-12-01T10:11:12.5354269Z adding 'torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5356615Z adding 'torch/include/ATen/ops/_foreach_cosh_cpu_dispatch.h' 2022-12-01T10:11:12.5359204Z adding 'torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h' 2022-12-01T10:11:12.5361642Z adding 'torch/include/ATen/ops/_foreach_cosh_native.h' 2022-12-01T10:11:12.5364092Z adding 'torch/include/ATen/ops/_foreach_cosh_ops.h' 2022-12-01T10:11:12.5366785Z adding 'torch/include/ATen/ops/_foreach_div.h' 2022-12-01T10:11:12.5369240Z adding 'torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5371760Z adding 'torch/include/ATen/ops/_foreach_div_cpu_dispatch.h' 2022-12-01T10:11:12.5374384Z adding 'torch/include/ATen/ops/_foreach_div_cuda_dispatch.h' 2022-12-01T10:11:12.5376438Z adding 'torch/include/ATen/ops/_foreach_div_native.h' 2022-12-01T10:11:12.5379653Z adding 'torch/include/ATen/ops/_foreach_div_ops.h' 2022-12-01T10:11:12.5381282Z adding 'torch/include/ATen/ops/_foreach_erf.h' 2022-12-01T10:11:12.5383630Z adding 'torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5385663Z adding 'torch/include/ATen/ops/_foreach_erf_cpu_dispatch.h' 2022-12-01T10:11:12.5387822Z adding 'torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h' 2022-12-01T10:11:12.5389811Z adding 'torch/include/ATen/ops/_foreach_erf_native.h' 2022-12-01T10:11:12.5392099Z adding 'torch/include/ATen/ops/_foreach_erf_ops.h' 2022-12-01T10:11:12.5394263Z adding 'torch/include/ATen/ops/_foreach_erfc.h' 2022-12-01T10:11:12.5396569Z adding 'torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5398607Z adding 'torch/include/ATen/ops/_foreach_erfc_cpu_dispatch.h' 2022-12-01T10:11:12.5401073Z adding 'torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h' 2022-12-01T10:11:12.5403286Z adding 'torch/include/ATen/ops/_foreach_erfc_native.h' 2022-12-01T10:11:12.5405582Z adding 'torch/include/ATen/ops/_foreach_erfc_ops.h' 2022-12-01T10:11:12.5407678Z adding 'torch/include/ATen/ops/_foreach_exp.h' 2022-12-01T10:11:12.5409905Z adding 'torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5411936Z adding 'torch/include/ATen/ops/_foreach_exp_cpu_dispatch.h' 2022-12-01T10:11:12.5414142Z adding 'torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h' 2022-12-01T10:11:12.5416145Z adding 'torch/include/ATen/ops/_foreach_exp_native.h' 2022-12-01T10:11:12.5418372Z adding 'torch/include/ATen/ops/_foreach_exp_ops.h' 2022-12-01T10:11:12.5420573Z adding 'torch/include/ATen/ops/_foreach_expm1.h' 2022-12-01T10:11:12.5422884Z adding 'torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5424930Z adding 'torch/include/ATen/ops/_foreach_expm1_cpu_dispatch.h' 2022-12-01T10:11:12.5427094Z adding 'torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h' 2022-12-01T10:11:12.5429185Z adding 'torch/include/ATen/ops/_foreach_expm1_native.h' 2022-12-01T10:11:12.5431360Z adding 'torch/include/ATen/ops/_foreach_expm1_ops.h' 2022-12-01T10:11:12.5437978Z adding 'torch/include/ATen/ops/_foreach_floor.h' 2022-12-01T10:11:12.5438648Z adding 'torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5439081Z adding 'torch/include/ATen/ops/_foreach_floor_cpu_dispatch.h' 2022-12-01T10:11:12.5440218Z adding 'torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h' 2022-12-01T10:11:12.5442567Z adding 'torch/include/ATen/ops/_foreach_floor_native.h' 2022-12-01T10:11:12.5444722Z adding 'torch/include/ATen/ops/_foreach_floor_ops.h' 2022-12-01T10:11:12.5446934Z adding 'torch/include/ATen/ops/_foreach_frac.h' 2022-12-01T10:11:12.5449231Z adding 'torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5451075Z adding 'torch/include/ATen/ops/_foreach_frac_cpu_dispatch.h' 2022-12-01T10:11:12.5453151Z adding 'torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h' 2022-12-01T10:11:12.5455401Z adding 'torch/include/ATen/ops/_foreach_frac_native.h' 2022-12-01T10:11:12.5457742Z adding 'torch/include/ATen/ops/_foreach_frac_ops.h' 2022-12-01T10:11:12.5460049Z adding 'torch/include/ATen/ops/_foreach_lgamma.h' 2022-12-01T10:11:12.5462066Z adding 'torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5463977Z adding 'torch/include/ATen/ops/_foreach_lgamma_cpu_dispatch.h' 2022-12-01T10:11:12.5466088Z adding 'torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h' 2022-12-01T10:11:12.5468035Z adding 'torch/include/ATen/ops/_foreach_lgamma_native.h' 2022-12-01T10:11:12.5470288Z adding 'torch/include/ATen/ops/_foreach_lgamma_ops.h' 2022-12-01T10:11:12.5472366Z adding 'torch/include/ATen/ops/_foreach_log.h' 2022-12-01T10:11:12.5474477Z adding 'torch/include/ATen/ops/_foreach_log10.h' 2022-12-01T10:11:12.5476659Z adding 'torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5478715Z adding 'torch/include/ATen/ops/_foreach_log10_cpu_dispatch.h' 2022-12-01T10:11:12.5480998Z adding 'torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h' 2022-12-01T10:11:12.5483035Z adding 'torch/include/ATen/ops/_foreach_log10_native.h' 2022-12-01T10:11:12.5485233Z adding 'torch/include/ATen/ops/_foreach_log10_ops.h' 2022-12-01T10:11:12.5487372Z adding 'torch/include/ATen/ops/_foreach_log1p.h' 2022-12-01T10:11:12.5489552Z adding 'torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5491584Z adding 'torch/include/ATen/ops/_foreach_log1p_cpu_dispatch.h' 2022-12-01T10:11:12.5493634Z adding 'torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h' 2022-12-01T10:11:12.5495937Z adding 'torch/include/ATen/ops/_foreach_log1p_native.h' 2022-12-01T10:11:12.5498163Z adding 'torch/include/ATen/ops/_foreach_log1p_ops.h' 2022-12-01T10:11:12.5500399Z adding 'torch/include/ATen/ops/_foreach_log2.h' 2022-12-01T10:11:12.5503294Z adding 'torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5505752Z adding 'torch/include/ATen/ops/_foreach_log2_cpu_dispatch.h' 2022-12-01T10:11:12.5507968Z adding 'torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h' 2022-12-01T10:11:12.5510505Z adding 'torch/include/ATen/ops/_foreach_log2_native.h' 2022-12-01T10:11:12.5513015Z adding 'torch/include/ATen/ops/_foreach_log2_ops.h' 2022-12-01T10:11:12.5515718Z adding 'torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5517966Z adding 'torch/include/ATen/ops/_foreach_log_cpu_dispatch.h' 2022-12-01T10:11:12.5521047Z adding 'torch/include/ATen/ops/_foreach_log_cuda_dispatch.h' 2022-12-01T10:11:12.5522713Z adding 'torch/include/ATen/ops/_foreach_log_native.h' 2022-12-01T10:11:12.5524590Z adding 'torch/include/ATen/ops/_foreach_log_ops.h' 2022-12-01T10:11:12.5526605Z adding 'torch/include/ATen/ops/_foreach_maximum.h' 2022-12-01T10:11:12.5528572Z adding 'torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5530398Z adding 'torch/include/ATen/ops/_foreach_maximum_cpu_dispatch.h' 2022-12-01T10:11:12.5532345Z adding 'torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h' 2022-12-01T10:11:12.5534144Z adding 'torch/include/ATen/ops/_foreach_maximum_native.h' 2022-12-01T10:11:12.5536117Z adding 'torch/include/ATen/ops/_foreach_maximum_ops.h' 2022-12-01T10:11:12.5538112Z adding 'torch/include/ATen/ops/_foreach_minimum.h' 2022-12-01T10:11:12.5540169Z adding 'torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5541992Z adding 'torch/include/ATen/ops/_foreach_minimum_cpu_dispatch.h' 2022-12-01T10:11:12.5543814Z adding 'torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h' 2022-12-01T10:11:12.5545634Z adding 'torch/include/ATen/ops/_foreach_minimum_native.h' 2022-12-01T10:11:12.5547756Z adding 'torch/include/ATen/ops/_foreach_minimum_ops.h' 2022-12-01T10:11:12.5549779Z adding 'torch/include/ATen/ops/_foreach_mul.h' 2022-12-01T10:11:12.5551912Z adding 'torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5555192Z adding 'torch/include/ATen/ops/_foreach_mul_cpu_dispatch.h' 2022-12-01T10:11:12.5555728Z adding 'torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h' 2022-12-01T10:11:12.5558016Z adding 'torch/include/ATen/ops/_foreach_mul_native.h' 2022-12-01T10:11:12.5561064Z adding 'torch/include/ATen/ops/_foreach_mul_ops.h' 2022-12-01T10:11:12.5563403Z adding 'torch/include/ATen/ops/_foreach_neg.h' 2022-12-01T10:11:12.5565857Z adding 'torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5567932Z adding 'torch/include/ATen/ops/_foreach_neg_cpu_dispatch.h' 2022-12-01T10:11:12.5570053Z adding 'torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h' 2022-12-01T10:11:12.5572185Z adding 'torch/include/ATen/ops/_foreach_neg_native.h' 2022-12-01T10:11:12.5574493Z adding 'torch/include/ATen/ops/_foreach_neg_ops.h' 2022-12-01T10:11:12.5577302Z adding 'torch/include/ATen/ops/_foreach_norm.h' 2022-12-01T10:11:12.5579033Z adding 'torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5581481Z adding 'torch/include/ATen/ops/_foreach_norm_cpu_dispatch.h' 2022-12-01T10:11:12.5583425Z adding 'torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h' 2022-12-01T10:11:12.5586788Z adding 'torch/include/ATen/ops/_foreach_norm_native.h' 2022-12-01T10:11:12.5587864Z adding 'torch/include/ATen/ops/_foreach_norm_ops.h' 2022-12-01T10:11:12.5589996Z adding 'torch/include/ATen/ops/_foreach_reciprocal.h' 2022-12-01T10:11:12.5592313Z adding 'torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5594420Z adding 'torch/include/ATen/ops/_foreach_reciprocal_cpu_dispatch.h' 2022-12-01T10:11:12.5596661Z adding 'torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h' 2022-12-01T10:11:12.5598797Z adding 'torch/include/ATen/ops/_foreach_reciprocal_native.h' 2022-12-01T10:11:12.5601453Z adding 'torch/include/ATen/ops/_foreach_reciprocal_ops.h' 2022-12-01T10:11:12.5603682Z adding 'torch/include/ATen/ops/_foreach_round.h' 2022-12-01T10:11:12.5606030Z adding 'torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5608126Z adding 'torch/include/ATen/ops/_foreach_round_cpu_dispatch.h' 2022-12-01T10:11:12.5610284Z adding 'torch/include/ATen/ops/_foreach_round_cuda_dispatch.h' 2022-12-01T10:11:12.5612397Z adding 'torch/include/ATen/ops/_foreach_round_native.h' 2022-12-01T10:11:12.5614724Z adding 'torch/include/ATen/ops/_foreach_round_ops.h' 2022-12-01T10:11:12.5616959Z adding 'torch/include/ATen/ops/_foreach_sigmoid.h' 2022-12-01T10:11:12.5619258Z adding 'torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5621402Z adding 'torch/include/ATen/ops/_foreach_sigmoid_cpu_dispatch.h' 2022-12-01T10:11:12.5623575Z adding 'torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h' 2022-12-01T10:11:12.5625706Z adding 'torch/include/ATen/ops/_foreach_sigmoid_native.h' 2022-12-01T10:11:12.5627965Z adding 'torch/include/ATen/ops/_foreach_sigmoid_ops.h' 2022-12-01T10:11:12.5630203Z adding 'torch/include/ATen/ops/_foreach_sin.h' 2022-12-01T10:11:12.5632531Z adding 'torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5636017Z adding 'torch/include/ATen/ops/_foreach_sin_cpu_dispatch.h' 2022-12-01T10:11:12.5636472Z adding 'torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h' 2022-12-01T10:11:12.5639046Z adding 'torch/include/ATen/ops/_foreach_sin_native.h' 2022-12-01T10:11:12.5641350Z adding 'torch/include/ATen/ops/_foreach_sin_ops.h' 2022-12-01T10:11:12.5643574Z adding 'torch/include/ATen/ops/_foreach_sinh.h' 2022-12-01T10:11:12.5645873Z adding 'torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5647879Z adding 'torch/include/ATen/ops/_foreach_sinh_cpu_dispatch.h' 2022-12-01T10:11:12.5650292Z adding 'torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h' 2022-12-01T10:11:12.5652153Z adding 'torch/include/ATen/ops/_foreach_sinh_native.h' 2022-12-01T10:11:12.5654582Z adding 'torch/include/ATen/ops/_foreach_sinh_ops.h' 2022-12-01T10:11:12.5656700Z adding 'torch/include/ATen/ops/_foreach_sqrt.h' 2022-12-01T10:11:12.5659522Z adding 'torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5661542Z adding 'torch/include/ATen/ops/_foreach_sqrt_cpu_dispatch.h' 2022-12-01T10:11:12.5663772Z adding 'torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h' 2022-12-01T10:11:12.5666056Z adding 'torch/include/ATen/ops/_foreach_sqrt_native.h' 2022-12-01T10:11:12.5668165Z adding 'torch/include/ATen/ops/_foreach_sqrt_ops.h' 2022-12-01T10:11:12.5670581Z adding 'torch/include/ATen/ops/_foreach_sub.h' 2022-12-01T10:11:12.5673075Z adding 'torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5675325Z adding 'torch/include/ATen/ops/_foreach_sub_cpu_dispatch.h' 2022-12-01T10:11:12.5678377Z adding 'torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h' 2022-12-01T10:11:12.5680933Z adding 'torch/include/ATen/ops/_foreach_sub_native.h' 2022-12-01T10:11:12.5683797Z adding 'torch/include/ATen/ops/_foreach_sub_ops.h' 2022-12-01T10:11:12.5686221Z adding 'torch/include/ATen/ops/_foreach_tan.h' 2022-12-01T10:11:12.5688551Z adding 'torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5690632Z adding 'torch/include/ATen/ops/_foreach_tan_cpu_dispatch.h' 2022-12-01T10:11:12.5692813Z adding 'torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h' 2022-12-01T10:11:12.5694955Z adding 'torch/include/ATen/ops/_foreach_tan_native.h' 2022-12-01T10:11:12.5697374Z adding 'torch/include/ATen/ops/_foreach_tan_ops.h' 2022-12-01T10:11:12.5699625Z adding 'torch/include/ATen/ops/_foreach_tanh.h' 2022-12-01T10:11:12.5701894Z adding 'torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5704099Z adding 'torch/include/ATen/ops/_foreach_tanh_cpu_dispatch.h' 2022-12-01T10:11:12.5706292Z adding 'torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h' 2022-12-01T10:11:12.5708455Z adding 'torch/include/ATen/ops/_foreach_tanh_native.h' 2022-12-01T10:11:12.5710765Z adding 'torch/include/ATen/ops/_foreach_tanh_ops.h' 2022-12-01T10:11:12.5713042Z adding 'torch/include/ATen/ops/_foreach_trunc.h' 2022-12-01T10:11:12.5715349Z adding 'torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5717530Z adding 'torch/include/ATen/ops/_foreach_trunc_cpu_dispatch.h' 2022-12-01T10:11:12.5720124Z adding 'torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h' 2022-12-01T10:11:12.5722199Z adding 'torch/include/ATen/ops/_foreach_trunc_native.h' 2022-12-01T10:11:12.5724548Z adding 'torch/include/ATen/ops/_foreach_trunc_ops.h' 2022-12-01T10:11:12.5726807Z adding 'torch/include/ATen/ops/_foreach_zero.h' 2022-12-01T10:11:12.5729140Z adding 'torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5731289Z adding 'torch/include/ATen/ops/_foreach_zero_cpu_dispatch.h' 2022-12-01T10:11:12.5733493Z adding 'torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h' 2022-12-01T10:11:12.5735639Z adding 'torch/include/ATen/ops/_foreach_zero_native.h' 2022-12-01T10:11:12.5737960Z adding 'torch/include/ATen/ops/_foreach_zero_ops.h' 2022-12-01T10:11:12.5740512Z adding 'torch/include/ATen/ops/_fused_adam.h' 2022-12-01T10:11:12.5743034Z adding 'torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5745283Z adding 'torch/include/ATen/ops/_fused_adam_cuda_dispatch.h' 2022-12-01T10:11:12.5747543Z adding 'torch/include/ATen/ops/_fused_adam_native.h' 2022-12-01T10:11:12.5750219Z adding 'torch/include/ATen/ops/_fused_adam_ops.h' 2022-12-01T10:11:12.5752587Z adding 'torch/include/ATen/ops/_fused_dropout.h' 2022-12-01T10:11:12.5754991Z adding 'torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5757180Z adding 'torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h' 2022-12-01T10:11:12.5759549Z adding 'torch/include/ATen/ops/_fused_dropout_native.h' 2022-12-01T10:11:12.5762115Z adding 'torch/include/ATen/ops/_fused_dropout_ops.h' 2022-12-01T10:11:12.5764700Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h' 2022-12-01T10:11:12.5767259Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5769560Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h' 2022-12-01T10:11:12.5771884Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h' 2022-12-01T10:11:12.5774104Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h' 2022-12-01T10:11:12.5776753Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h' 2022-12-01T10:11:12.5778918Z adding 'torch/include/ATen/ops/_fw_primal.h' 2022-12-01T10:11:12.5781177Z adding 'torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5783311Z adding 'torch/include/ATen/ops/_fw_primal_copy.h' 2022-12-01T10:11:12.5785684Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5787947Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.5789999Z adding 'torch/include/ATen/ops/_fw_primal_copy_native.h' 2022-12-01T10:11:12.5792287Z adding 'torch/include/ATen/ops/_fw_primal_copy_ops.h' 2022-12-01T10:11:12.5794440Z adding 'torch/include/ATen/ops/_fw_primal_native.h' 2022-12-01T10:11:12.5796706Z adding 'torch/include/ATen/ops/_fw_primal_ops.h' 2022-12-01T10:11:12.5798886Z adding 'torch/include/ATen/ops/_gather_sparse_backward.h' 2022-12-01T10:11:12.5801457Z adding 'torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.5803526Z adding 'torch/include/ATen/ops/_gather_sparse_backward_native.h' 2022-12-01T10:11:12.5805851Z adding 'torch/include/ATen/ops/_gather_sparse_backward_ops.h' 2022-12-01T10:11:12.5808211Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h' 2022-12-01T10:11:12.5810478Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h' 2022-12-01T10:11:12.5812815Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.5814945Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h' 2022-12-01T10:11:12.5817268Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h' 2022-12-01T10:11:12.5819706Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5821802Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h' 2022-12-01T10:11:12.5824184Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h' 2022-12-01T10:11:12.5826436Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type.h' 2022-12-01T10:11:12.5828734Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.5830767Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h' 2022-12-01T10:11:12.5833009Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h' 2022-12-01T10:11:12.5835152Z adding 'torch/include/ATen/ops/_has_same_storage_numel.h' 2022-12-01T10:11:12.5837447Z adding 'torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5839657Z adding 'torch/include/ATen/ops/_has_same_storage_numel_native.h' 2022-12-01T10:11:12.5842052Z adding 'torch/include/ATen/ops/_has_same_storage_numel_ops.h' 2022-12-01T10:11:12.5844361Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges.h' 2022-12-01T10:11:12.5846705Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5848908Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h' 2022-12-01T10:11:12.5851083Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_native.h' 2022-12-01T10:11:12.5853480Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_ops.h' 2022-12-01T10:11:12.5855850Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts.h' 2022-12-01T10:11:12.5858238Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5860459Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h' 2022-12-01T10:11:12.5862598Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h' 2022-12-01T10:11:12.5865028Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h' 2022-12-01T10:11:12.5867292Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors.h' 2022-12-01T10:11:12.5869625Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5871855Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h' 2022-12-01T10:11:12.5873999Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h' 2022-12-01T10:11:12.5876351Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h' 2022-12-01T10:11:12.5878665Z adding 'torch/include/ATen/ops/_index_put_impl.h' 2022-12-01T10:11:12.5881789Z adding 'torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5884081Z adding 'torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h' 2022-12-01T10:11:12.5886672Z adding 'torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h' 2022-12-01T10:11:12.5889135Z adding 'torch/include/ATen/ops/_index_put_impl_meta_dispatch.h' 2022-12-01T10:11:12.5891625Z adding 'torch/include/ATen/ops/_index_put_impl_native.h' 2022-12-01T10:11:12.5894365Z adding 'torch/include/ATen/ops/_index_put_impl_ops.h' 2022-12-01T10:11:12.5896747Z adding 'torch/include/ATen/ops/_indices.h' 2022-12-01T10:11:12.5899336Z adding 'torch/include/ATen/ops/_indices_copy.h' 2022-12-01T10:11:12.5902003Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5904632Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.5906799Z adding 'torch/include/ATen/ops/_indices_copy_native.h' 2022-12-01T10:11:12.5909520Z adding 'torch/include/ATen/ops/_indices_copy_ops.h' 2022-12-01T10:11:12.5912031Z adding 'torch/include/ATen/ops/_indices_native.h' 2022-12-01T10:11:12.5914599Z adding 'torch/include/ATen/ops/_indices_ops.h' 2022-12-01T10:11:12.5916982Z adding 'torch/include/ATen/ops/_is_zerotensor.h' 2022-12-01T10:11:12.5919851Z adding 'torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.5922297Z adding 'torch/include/ATen/ops/_is_zerotensor_native.h' 2022-12-01T10:11:12.5924826Z adding 'torch/include/ATen/ops/_is_zerotensor_ops.h' 2022-12-01T10:11:12.5927194Z adding 'torch/include/ATen/ops/_linalg_check_errors.h' 2022-12-01T10:11:12.5929912Z adding 'torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.5932819Z adding 'torch/include/ATen/ops/_linalg_check_errors_native.h' 2022-12-01T10:11:12.5934753Z adding 'torch/include/ATen/ops/_linalg_check_errors_ops.h' 2022-12-01T10:11:12.5937091Z adding 'torch/include/ATen/ops/_linalg_det.h' 2022-12-01T10:11:12.5939084Z adding 'torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.5940919Z adding 'torch/include/ATen/ops/_linalg_det_cpu_dispatch.h' 2022-12-01T10:11:12.5942824Z adding 'torch/include/ATen/ops/_linalg_det_cuda_dispatch.h' 2022-12-01T10:11:12.5944603Z adding 'torch/include/ATen/ops/_linalg_det_meta.h' 2022-12-01T10:11:12.5946517Z adding 'torch/include/ATen/ops/_linalg_det_meta_dispatch.h' 2022-12-01T10:11:12.5948324Z adding 'torch/include/ATen/ops/_linalg_det_native.h' 2022-12-01T10:11:12.5950191Z adding 'torch/include/ATen/ops/_linalg_det_ops.h' 2022-12-01T10:11:12.5952012Z adding 'torch/include/ATen/ops/_linalg_eigh.h' 2022-12-01T10:11:12.5953878Z adding 'torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.5955661Z adding 'torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h' 2022-12-01T10:11:12.5957391Z adding 'torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h' 2022-12-01T10:11:12.5959035Z adding 'torch/include/ATen/ops/_linalg_eigh_meta.h' 2022-12-01T10:11:12.5961120Z adding 'torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h' 2022-12-01T10:11:12.5962854Z adding 'torch/include/ATen/ops/_linalg_eigh_native.h' 2022-12-01T10:11:12.5964697Z adding 'torch/include/ATen/ops/_linalg_eigh_ops.h' 2022-12-01T10:11:12.5966578Z adding 'torch/include/ATen/ops/_linalg_slogdet.h' 2022-12-01T10:11:12.5968452Z adding 'torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.5970363Z adding 'torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h' 2022-12-01T10:11:12.5972056Z adding 'torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h' 2022-12-01T10:11:12.5973745Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta.h' 2022-12-01T10:11:12.5975484Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h' 2022-12-01T10:11:12.5977163Z adding 'torch/include/ATen/ops/_linalg_slogdet_native.h' 2022-12-01T10:11:12.5979057Z adding 'torch/include/ATen/ops/_linalg_slogdet_ops.h' 2022-12-01T10:11:12.5980943Z adding 'torch/include/ATen/ops/_linalg_solve_ex.h' 2022-12-01T10:11:12.5982936Z adding 'torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.5984672Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h' 2022-12-01T10:11:12.5986506Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h' 2022-12-01T10:11:12.5988199Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta.h' 2022-12-01T10:11:12.5990094Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h' 2022-12-01T10:11:12.5991838Z adding 'torch/include/ATen/ops/_linalg_solve_ex_native.h' 2022-12-01T10:11:12.5993753Z adding 'torch/include/ATen/ops/_linalg_solve_ex_ops.h' 2022-12-01T10:11:12.5995785Z adding 'torch/include/ATen/ops/_linalg_svd.h' 2022-12-01T10:11:12.5997898Z adding 'torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.5999666Z adding 'torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h' 2022-12-01T10:11:12.6001646Z adding 'torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h' 2022-12-01T10:11:12.6003566Z adding 'torch/include/ATen/ops/_linalg_svd_meta.h' 2022-12-01T10:11:12.6005627Z adding 'torch/include/ATen/ops/_linalg_svd_meta_dispatch.h' 2022-12-01T10:11:12.6007539Z adding 'torch/include/ATen/ops/_linalg_svd_native.h' 2022-12-01T10:11:12.6009666Z adding 'torch/include/ATen/ops/_linalg_svd_ops.h' 2022-12-01T10:11:12.6011657Z adding 'torch/include/ATen/ops/_local_scalar_dense.h' 2022-12-01T10:11:12.6013654Z adding 'torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h' 2022-12-01T10:11:12.6015590Z adding 'torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h' 2022-12-01T10:11:12.6017438Z adding 'torch/include/ATen/ops/_local_scalar_dense_native.h' 2022-12-01T10:11:12.6019393Z adding 'torch/include/ATen/ops/_local_scalar_dense_ops.h' 2022-12-01T10:11:12.6021400Z adding 'torch/include/ATen/ops/_log_softmax.h' 2022-12-01T10:11:12.6023455Z adding 'torch/include/ATen/ops/_log_softmax_backward_data.h' 2022-12-01T10:11:12.6025570Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.6027441Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h' 2022-12-01T10:11:12.6029391Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h' 2022-12-01T10:11:12.6031302Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta.h' 2022-12-01T10:11:12.6033287Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h' 2022-12-01T10:11:12.6035193Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_native.h' 2022-12-01T10:11:12.6037302Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_ops.h' 2022-12-01T10:11:12.6039504Z adding 'torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.6041430Z adding 'torch/include/ATen/ops/_log_softmax_cpu_dispatch.h' 2022-12-01T10:11:12.6043399Z adding 'torch/include/ATen/ops/_log_softmax_cuda_dispatch.h' 2022-12-01T10:11:12.6045398Z adding 'torch/include/ATen/ops/_log_softmax_meta.h' 2022-12-01T10:11:12.6047300Z adding 'torch/include/ATen/ops/_log_softmax_meta_dispatch.h' 2022-12-01T10:11:12.6049102Z adding 'torch/include/ATen/ops/_log_softmax_native.h' 2022-12-01T10:11:12.6051171Z adding 'torch/include/ATen/ops/_log_softmax_ops.h' 2022-12-01T10:11:12.6053015Z adding 'torch/include/ATen/ops/_logcumsumexp.h' 2022-12-01T10:11:12.6055288Z adding 'torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h' 2022-12-01T10:11:12.6060116Z adding 'torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h' 2022-12-01T10:11:12.6061949Z adding 'torch/include/ATen/ops/_logcumsumexp_native.h' 2022-12-01T10:11:12.6063948Z adding 'torch/include/ATen/ops/_logcumsumexp_ops.h' 2022-12-01T10:11:12.6066063Z adding 'torch/include/ATen/ops/_lstm_mps.h' 2022-12-01T10:11:12.6068174Z adding 'torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6070375Z adding 'torch/include/ATen/ops/_lstm_mps_native.h' 2022-12-01T10:11:12.6072277Z adding 'torch/include/ATen/ops/_lstm_mps_ops.h' 2022-12-01T10:11:12.6074142Z adding 'torch/include/ATen/ops/_lu_with_info.h' 2022-12-01T10:11:12.6076122Z adding 'torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.6077902Z adding 'torch/include/ATen/ops/_lu_with_info_native.h' 2022-12-01T10:11:12.6080018Z adding 'torch/include/ATen/ops/_lu_with_info_ops.h' 2022-12-01T10:11:12.6081994Z adding 'torch/include/ATen/ops/_make_dual.h' 2022-12-01T10:11:12.6084077Z adding 'torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6085881Z adding 'torch/include/ATen/ops/_make_dual_copy.h' 2022-12-01T10:11:12.6087783Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6089711Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.6091445Z adding 'torch/include/ATen/ops/_make_dual_copy_native.h' 2022-12-01T10:11:12.6093374Z adding 'torch/include/ATen/ops/_make_dual_copy_ops.h' 2022-12-01T10:11:12.6095174Z adding 'torch/include/ATen/ops/_make_dual_native.h' 2022-12-01T10:11:12.6097085Z adding 'torch/include/ATen/ops/_make_dual_ops.h' 2022-12-01T10:11:12.6099073Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor.h' 2022-12-01T10:11:12.6101153Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6102999Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h' 2022-12-01T10:11:12.6104852Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h' 2022-12-01T10:11:12.6106666Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h' 2022-12-01T10:11:12.6108678Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h' 2022-12-01T10:11:12.6110646Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h' 2022-12-01T10:11:12.6112737Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6114616Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h' 2022-12-01T10:11:12.6116499Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h' 2022-12-01T10:11:12.6118277Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h' 2022-12-01T10:11:12.6120659Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h' 2022-12-01T10:11:12.6122410Z adding 'torch/include/ATen/ops/_masked_scale.h' 2022-12-01T10:11:12.6124373Z adding 'torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6126169Z adding 'torch/include/ATen/ops/_masked_scale_cuda_dispatch.h' 2022-12-01T10:11:12.6127927Z adding 'torch/include/ATen/ops/_masked_scale_native.h' 2022-12-01T10:11:12.6129889Z adding 'torch/include/ATen/ops/_masked_scale_ops.h' 2022-12-01T10:11:12.6131864Z adding 'torch/include/ATen/ops/_masked_softmax.h' 2022-12-01T10:11:12.6133839Z adding 'torch/include/ATen/ops/_masked_softmax_backward.h' 2022-12-01T10:11:12.6135806Z adding 'torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6137685Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h' 2022-12-01T10:11:12.6139505Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h' 2022-12-01T10:11:12.6141298Z adding 'torch/include/ATen/ops/_masked_softmax_backward_native.h' 2022-12-01T10:11:12.6143267Z adding 'torch/include/ATen/ops/_masked_softmax_backward_ops.h' 2022-12-01T10:11:12.6145280Z adding 'torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6147311Z adding 'torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h' 2022-12-01T10:11:12.6149258Z adding 'torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h' 2022-12-01T10:11:12.6151016Z adding 'torch/include/ATen/ops/_masked_softmax_native.h' 2022-12-01T10:11:12.6153088Z adding 'torch/include/ATen/ops/_masked_softmax_ops.h' 2022-12-01T10:11:12.6155179Z adding 'torch/include/ATen/ops/_mkldnn_reshape.h' 2022-12-01T10:11:12.6157084Z adding 'torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6158987Z adding 'torch/include/ATen/ops/_mkldnn_reshape_native.h' 2022-12-01T10:11:12.6161171Z adding 'torch/include/ATen/ops/_mkldnn_reshape_ops.h' 2022-12-01T10:11:12.6163125Z adding 'torch/include/ATen/ops/_mkldnn_transpose.h' 2022-12-01T10:11:12.6165159Z adding 'torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6166977Z adding 'torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h' 2022-12-01T10:11:12.6168799Z adding 'torch/include/ATen/ops/_mkldnn_transpose_native.h' 2022-12-01T10:11:12.6171603Z adding 'torch/include/ATen/ops/_mkldnn_transpose_ops.h' 2022-12-01T10:11:12.6173752Z adding 'torch/include/ATen/ops/_mps_convolution.h' 2022-12-01T10:11:12.6175887Z adding 'torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6177684Z adding 'torch/include/ATen/ops/_mps_convolution_native.h' 2022-12-01T10:11:12.6179719Z adding 'torch/include/ATen/ops/_mps_convolution_ops.h' 2022-12-01T10:11:12.6181821Z adding 'torch/include/ATen/ops/_mps_convolution_transpose.h' 2022-12-01T10:11:12.6183945Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6185671Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_native.h' 2022-12-01T10:11:12.6187679Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_ops.h' 2022-12-01T10:11:12.6189741Z adding 'torch/include/ATen/ops/_mps_max_pool2d.h' 2022-12-01T10:11:12.6191774Z adding 'torch/include/ATen/ops/_mps_max_pool2d_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6193472Z adding 'torch/include/ATen/ops/_mps_max_pool2d_native.h' 2022-12-01T10:11:12.6195416Z adding 'torch/include/ATen/ops/_mps_max_pool2d_ops.h' 2022-12-01T10:11:12.6197560Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention.h' 2022-12-01T10:11:12.6199876Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6201775Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cpu_dispatch.h' 2022-12-01T10:11:12.6203725Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_cuda_dispatch.h' 2022-12-01T10:11:12.6205710Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_native.h' 2022-12-01T10:11:12.6207921Z adding 'torch/include/ATen/ops/_native_decoder_only_multi_head_attention_ops.h' 2022-12-01T10:11:12.6209808Z adding 'torch/include/ATen/ops/_native_multi_head_attention.h' 2022-12-01T10:11:12.6212136Z adding 'torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6213780Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h' 2022-12-01T10:11:12.6215667Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h' 2022-12-01T10:11:12.6217541Z adding 'torch/include/ATen/ops/_native_multi_head_attention_native.h' 2022-12-01T10:11:12.6219747Z adding 'torch/include/ATen/ops/_native_multi_head_attention_ops.h' 2022-12-01T10:11:12.6221691Z adding 'torch/include/ATen/ops/_neg_view.h' 2022-12-01T10:11:12.6223539Z adding 'torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6225265Z adding 'torch/include/ATen/ops/_neg_view_copy.h' 2022-12-01T10:11:12.6227196Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6229147Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.6230764Z adding 'torch/include/ATen/ops/_neg_view_copy_native.h' 2022-12-01T10:11:12.6232817Z adding 'torch/include/ATen/ops/_neg_view_copy_ops.h' 2022-12-01T10:11:12.6234474Z adding 'torch/include/ATen/ops/_neg_view_native.h' 2022-12-01T10:11:12.6236267Z adding 'torch/include/ATen/ops/_neg_view_ops.h' 2022-12-01T10:11:12.6238145Z adding 'torch/include/ATen/ops/_nested_from_padded.h' 2022-12-01T10:11:12.6240311Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example.h' 2022-12-01T10:11:12.6242286Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6244029Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h' 2022-12-01T10:11:12.6246007Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h' 2022-12-01T10:11:12.6247997Z adding 'torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6249735Z adding 'torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h' 2022-12-01T10:11:12.6251554Z adding 'torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h' 2022-12-01T10:11:12.6253327Z adding 'torch/include/ATen/ops/_nested_from_padded_native.h' 2022-12-01T10:11:12.6255272Z adding 'torch/include/ATen/ops/_nested_from_padded_ops.h' 2022-12-01T10:11:12.6257140Z adding 'torch/include/ATen/ops/_nested_select_backward.h' 2022-12-01T10:11:12.6259232Z adding 'torch/include/ATen/ops/_nested_select_backward_native.h' 2022-12-01T10:11:12.6260951Z adding 'torch/include/ATen/ops/_nested_select_backward_ops.h' 2022-12-01T10:11:12.6262761Z adding 'torch/include/ATen/ops/_nested_sum_backward.h' 2022-12-01T10:11:12.6264519Z adding 'torch/include/ATen/ops/_nested_sum_backward_native.h' 2022-12-01T10:11:12.6266388Z adding 'torch/include/ATen/ops/_nested_sum_backward_ops.h' 2022-12-01T10:11:12.6268275Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask.h' 2022-12-01T10:11:12.6270214Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6271998Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h' 2022-12-01T10:11:12.6273843Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h' 2022-12-01T10:11:12.6275656Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h' 2022-12-01T10:11:12.6277478Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h' 2022-12-01T10:11:12.6279540Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h' 2022-12-01T10:11:12.6281250Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h' 2022-12-01T10:11:12.6283100Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h' 2022-12-01T10:11:12.6284865Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_native.h' 2022-12-01T10:11:12.6286760Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_ops.h' 2022-12-01T10:11:12.6288818Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list.h' 2022-12-01T10:11:12.6290778Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6292519Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h' 2022-12-01T10:11:12.6294553Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h' 2022-12-01T10:11:12.6296526Z adding 'torch/include/ATen/ops/_nested_tensor_layer_norm.h' 2022-12-01T10:11:12.6298505Z adding 'torch/include/ATen/ops/_nested_tensor_layer_norm_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6300120Z adding 'torch/include/ATen/ops/_nested_tensor_layer_norm_native.h' 2022-12-01T10:11:12.6301958Z adding 'torch/include/ATen/ops/_nested_tensor_layer_norm_ops.h' 2022-12-01T10:11:12.6303630Z adding 'torch/include/ATen/ops/_nested_tensor_offsets.h' 2022-12-01T10:11:12.6305198Z adding 'torch/include/ATen/ops/_nested_tensor_offsets_native.h' 2022-12-01T10:11:12.6307046Z adding 'torch/include/ATen/ops/_nested_tensor_offsets_ops.h' 2022-12-01T10:11:12.6308599Z adding 'torch/include/ATen/ops/_nested_tensor_size.h' 2022-12-01T10:11:12.6310778Z adding 'torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6312228Z adding 'torch/include/ATen/ops/_nested_tensor_size_native.h' 2022-12-01T10:11:12.6314086Z adding 'torch/include/ATen/ops/_nested_tensor_size_ops.h' 2022-12-01T10:11:12.6316069Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h' 2022-12-01T10:11:12.6317979Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h' 2022-12-01T10:11:12.6320155Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h' 2022-12-01T10:11:12.6322411Z adding 'torch/include/ATen/ops/_nested_tensor_strides.h' 2022-12-01T10:11:12.6324333Z adding 'torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6326026Z adding 'torch/include/ATen/ops/_nested_tensor_strides_native.h' 2022-12-01T10:11:12.6327962Z adding 'torch/include/ATen/ops/_nested_tensor_strides_ops.h' 2022-12-01T10:11:12.6329936Z adding 'torch/include/ATen/ops/_nested_view_from_buffer.h' 2022-12-01T10:11:12.6331947Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy.h' 2022-12-01T10:11:12.6334073Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6336087Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.6338021Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h' 2022-12-01T10:11:12.6340120Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h' 2022-12-01T10:11:12.6342258Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h' 2022-12-01T10:11:12.6344357Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h' 2022-12-01T10:11:12.6346377Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_native.h' 2022-12-01T10:11:12.6348497Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_ops.h' 2022-12-01T10:11:12.6350669Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h' 2022-12-01T10:11:12.6352933Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6354901Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h' 2022-12-01T10:11:12.6357288Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h' 2022-12-01T10:11:12.6359167Z adding 'torch/include/ATen/ops/_nnpack_available.h' 2022-12-01T10:11:12.6361634Z adding 'torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.6363546Z adding 'torch/include/ATen/ops/_nnpack_available_native.h' 2022-12-01T10:11:12.6365551Z adding 'torch/include/ATen/ops/_nnpack_available_ops.h' 2022-12-01T10:11:12.6367933Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution.h' 2022-12-01T10:11:12.6370240Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6372002Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_native.h' 2022-12-01T10:11:12.6374033Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h' 2022-12-01T10:11:12.6375916Z adding 'torch/include/ATen/ops/_nnz.h' 2022-12-01T10:11:12.6377770Z adding 'torch/include/ATen/ops/_nnz_native.h' 2022-12-01T10:11:12.6379654Z adding 'torch/include/ATen/ops/_nnz_ops.h' 2022-12-01T10:11:12.6381744Z adding 'torch/include/ATen/ops/_pack_padded_sequence.h' 2022-12-01T10:11:12.6383691Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward.h' 2022-12-01T10:11:12.6385723Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.6387482Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_native.h' 2022-12-01T10:11:12.6389475Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h' 2022-12-01T10:11:12.6391494Z adding 'torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6393294Z adding 'torch/include/ATen/ops/_pack_padded_sequence_native.h' 2022-12-01T10:11:12.6395329Z adding 'torch/include/ATen/ops/_pack_padded_sequence_ops.h' 2022-12-01T10:11:12.6397559Z adding 'torch/include/ATen/ops/_pad_circular.h' 2022-12-01T10:11:12.6399759Z adding 'torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.6401937Z adding 'torch/include/ATen/ops/_pad_circular_native.h' 2022-12-01T10:11:12.6404007Z adding 'torch/include/ATen/ops/_pad_circular_ops.h' 2022-12-01T10:11:12.6405916Z adding 'torch/include/ATen/ops/_pad_enum.h' 2022-12-01T10:11:12.6407813Z adding 'torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.6409602Z adding 'torch/include/ATen/ops/_pad_enum_native.h' 2022-12-01T10:11:12.6411675Z adding 'torch/include/ATen/ops/_pad_enum_ops.h' 2022-12-01T10:11:12.6413514Z adding 'torch/include/ATen/ops/_pad_packed_sequence.h' 2022-12-01T10:11:12.6415667Z adding 'torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.6417763Z adding 'torch/include/ATen/ops/_pad_packed_sequence_native.h' 2022-12-01T10:11:12.6419580Z adding 'torch/include/ATen/ops/_pad_packed_sequence_ops.h' 2022-12-01T10:11:12.6421679Z adding 'torch/include/ATen/ops/_pdist_backward.h' 2022-12-01T10:11:12.6423681Z adding 'torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6425529Z adding 'torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h' 2022-12-01T10:11:12.6427459Z adding 'torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h' 2022-12-01T10:11:12.6429406Z adding 'torch/include/ATen/ops/_pdist_backward_native.h' 2022-12-01T10:11:12.6431531Z adding 'torch/include/ATen/ops/_pdist_backward_ops.h' 2022-12-01T10:11:12.6433651Z adding 'torch/include/ATen/ops/_pdist_forward.h' 2022-12-01T10:11:12.6435814Z adding 'torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6437460Z adding 'torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h' 2022-12-01T10:11:12.6439686Z adding 'torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h' 2022-12-01T10:11:12.6441866Z adding 'torch/include/ATen/ops/_pdist_forward_native.h' 2022-12-01T10:11:12.6444213Z adding 'torch/include/ATen/ops/_pdist_forward_ops.h' 2022-12-01T10:11:12.6446298Z adding 'torch/include/ATen/ops/_pin_memory.h' 2022-12-01T10:11:12.6449068Z adding 'torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6451064Z adding 'torch/include/ATen/ops/_pin_memory_cuda_dispatch.h' 2022-12-01T10:11:12.6453552Z adding 'torch/include/ATen/ops/_pin_memory_native.h' 2022-12-01T10:11:12.6456049Z adding 'torch/include/ATen/ops/_pin_memory_ops.h' 2022-12-01T10:11:12.6458462Z adding 'torch/include/ATen/ops/_remove_batch_dim.h' 2022-12-01T10:11:12.6461191Z adding 'torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.6463473Z adding 'torch/include/ATen/ops/_remove_batch_dim_native.h' 2022-12-01T10:11:12.6466011Z adding 'torch/include/ATen/ops/_remove_batch_dim_ops.h' 2022-12-01T10:11:12.6468466Z adding 'torch/include/ATen/ops/_reshape_alias.h' 2022-12-01T10:11:12.6471235Z adding 'torch/include/ATen/ops/_reshape_alias_copy.h' 2022-12-01T10:11:12.6473966Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6476666Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.6478753Z adding 'torch/include/ATen/ops/_reshape_alias_copy_native.h' 2022-12-01T10:11:12.6481764Z adding 'torch/include/ATen/ops/_reshape_alias_copy_ops.h' 2022-12-01T10:11:12.6484285Z adding 'torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h' 2022-12-01T10:11:12.6486775Z adding 'torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h' 2022-12-01T10:11:12.6489345Z adding 'torch/include/ATen/ops/_reshape_alias_meta_dispatch.h' 2022-12-01T10:11:12.6491687Z adding 'torch/include/ATen/ops/_reshape_alias_native.h' 2022-12-01T10:11:12.6494241Z adding 'torch/include/ATen/ops/_reshape_alias_ops.h' 2022-12-01T10:11:12.6496702Z adding 'torch/include/ATen/ops/_reshape_from_tensor.h' 2022-12-01T10:11:12.6499233Z adding 'torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.6501560Z adding 'torch/include/ATen/ops/_reshape_from_tensor_native.h' 2022-12-01T10:11:12.6504084Z adding 'torch/include/ATen/ops/_reshape_from_tensor_ops.h' 2022-12-01T10:11:12.6506558Z adding 'torch/include/ATen/ops/_resize_output.h' 2022-12-01T10:11:12.6509274Z adding 'torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6511722Z adding 'torch/include/ATen/ops/_resize_output_meta_dispatch.h' 2022-12-01T10:11:12.6514065Z adding 'torch/include/ATen/ops/_resize_output_native.h' 2022-12-01T10:11:12.6516690Z adding 'torch/include/ATen/ops/_resize_output_ops.h' 2022-12-01T10:11:12.6519396Z adding 'torch/include/ATen/ops/_rowwise_prune.h' 2022-12-01T10:11:12.6522298Z adding 'torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.6524377Z adding 'torch/include/ATen/ops/_rowwise_prune_native.h' 2022-12-01T10:11:12.6526993Z adding 'torch/include/ATen/ops/_rowwise_prune_ops.h' 2022-12-01T10:11:12.6529447Z adding 'torch/include/ATen/ops/_sample_dirichlet.h' 2022-12-01T10:11:12.6532170Z adding 'torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6534568Z adding 'torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h' 2022-12-01T10:11:12.6537156Z adding 'torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h' 2022-12-01T10:11:12.6539487Z adding 'torch/include/ATen/ops/_sample_dirichlet_native.h' 2022-12-01T10:11:12.6542114Z adding 'torch/include/ATen/ops/_sample_dirichlet_ops.h' 2022-12-01T10:11:12.6544485Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16.h' 2022-12-01T10:11:12.6547103Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.6549359Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_native.h' 2022-12-01T10:11:12.6551938Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h' 2022-12-01T10:11:12.6554463Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention.h' 2022-12-01T10:11:12.6557079Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.6559637Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_forward.h' 2022-12-01T10:11:12.6562432Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_forward_cpu_dispatch.h' 2022-12-01T10:11:12.6564943Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_forward_cuda_dispatch.h' 2022-12-01T10:11:12.6567423Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_forward_meta_dispatch.h' 2022-12-01T10:11:12.6569911Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_forward_native.h' 2022-12-01T10:11:12.6572523Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_forward_ops.h' 2022-12-01T10:11:12.6575053Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math.h' 2022-12-01T10:11:12.6577723Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.6580077Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h' 2022-12-01T10:11:12.6582851Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h' 2022-12-01T10:11:12.6585234Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_native.h' 2022-12-01T10:11:12.6587866Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_ops.h' 2022-12-01T10:11:12.6590471Z adding 'torch/include/ATen/ops/_segment_reduce_backward.h' 2022-12-01T10:11:12.6593195Z adding 'torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6595636Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h' 2022-12-01T10:11:12.6598271Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h' 2022-12-01T10:11:12.6600961Z adding 'torch/include/ATen/ops/_segment_reduce_backward_native.h' 2022-12-01T10:11:12.6603659Z adding 'torch/include/ATen/ops/_segment_reduce_backward_ops.h' 2022-12-01T10:11:12.6606126Z adding 'torch/include/ATen/ops/_shape_as_tensor.h' 2022-12-01T10:11:12.6608781Z adding 'torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.6610992Z adding 'torch/include/ATen/ops/_shape_as_tensor_native.h' 2022-12-01T10:11:12.6613498Z adding 'torch/include/ATen/ops/_shape_as_tensor_ops.h' 2022-12-01T10:11:12.6616240Z adding 'torch/include/ATen/ops/_slow_conv2d_backward.h' 2022-12-01T10:11:12.6618957Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6621483Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h' 2022-12-01T10:11:12.6624100Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h' 2022-12-01T10:11:12.6626550Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_native.h' 2022-12-01T10:11:12.6629450Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_ops.h' 2022-12-01T10:11:12.6632094Z adding 'torch/include/ATen/ops/_slow_conv2d_forward.h' 2022-12-01T10:11:12.6634716Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h' 2022-12-01T10:11:12.6637264Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h' 2022-12-01T10:11:12.6639958Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_native.h' 2022-12-01T10:11:12.6642623Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_ops.h' 2022-12-01T10:11:12.6645154Z adding 'torch/include/ATen/ops/_sobol_engine_draw.h' 2022-12-01T10:11:12.6647814Z adding 'torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.6650286Z adding 'torch/include/ATen/ops/_sobol_engine_draw_native.h' 2022-12-01T10:11:12.6652800Z adding 'torch/include/ATen/ops/_sobol_engine_draw_ops.h' 2022-12-01T10:11:12.6655233Z adding 'torch/include/ATen/ops/_sobol_engine_ff.h' 2022-12-01T10:11:12.6657901Z adding 'torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.6660044Z adding 'torch/include/ATen/ops/_sobol_engine_ff_native.h' 2022-12-01T10:11:12.6662734Z adding 'torch/include/ATen/ops/_sobol_engine_ff_ops.h' 2022-12-01T10:11:12.6665286Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state.h' 2022-12-01T10:11:12.6667794Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.6691569Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_native.h' 2022-12-01T10:11:12.6692164Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h' 2022-12-01T10:11:12.6692463Z adding 'torch/include/ATen/ops/_sobol_engine_scramble.h' 2022-12-01T10:11:12.6692911Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.6693224Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_native.h' 2022-12-01T10:11:12.6693518Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_ops.h' 2022-12-01T10:11:12.6693760Z adding 'torch/include/ATen/ops/_softmax.h' 2022-12-01T10:11:12.6694181Z adding 'torch/include/ATen/ops/_softmax_backward_data.h' 2022-12-01T10:11:12.6694675Z adding 'torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.6695118Z adding 'torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h' 2022-12-01T10:11:12.6697585Z adding 'torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h' 2022-12-01T10:11:12.6699900Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta.h' 2022-12-01T10:11:12.6702350Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h' 2022-12-01T10:11:12.6704740Z adding 'torch/include/ATen/ops/_softmax_backward_data_native.h' 2022-12-01T10:11:12.6707241Z adding 'torch/include/ATen/ops/_softmax_backward_data_ops.h' 2022-12-01T10:11:12.6709818Z adding 'torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.6712037Z adding 'torch/include/ATen/ops/_softmax_cpu_dispatch.h' 2022-12-01T10:11:12.6714377Z adding 'torch/include/ATen/ops/_softmax_cuda_dispatch.h' 2022-12-01T10:11:12.6716650Z adding 'torch/include/ATen/ops/_softmax_meta.h' 2022-12-01T10:11:12.6719132Z adding 'torch/include/ATen/ops/_softmax_meta_dispatch.h' 2022-12-01T10:11:12.6722151Z adding 'torch/include/ATen/ops/_softmax_native.h' 2022-12-01T10:11:12.6724127Z adding 'torch/include/ATen/ops/_softmax_ops.h' 2022-12-01T10:11:12.6726089Z adding 'torch/include/ATen/ops/_sparse_addmm.h' 2022-12-01T10:11:12.6728158Z adding 'torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6729914Z adding 'torch/include/ATen/ops/_sparse_addmm_native.h' 2022-12-01T10:11:12.6731903Z adding 'torch/include/ATen/ops/_sparse_addmm_ops.h' 2022-12-01T10:11:12.6733791Z adding 'torch/include/ATen/ops/_sparse_broadcast_to.h' 2022-12-01T10:11:12.6735678Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy.h' 2022-12-01T10:11:12.6737675Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6739586Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.6741302Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h' 2022-12-01T10:11:12.6743280Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h' 2022-12-01T10:11:12.6745105Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_native.h' 2022-12-01T10:11:12.6746981Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_ops.h' 2022-12-01T10:11:12.6748955Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h' 2022-12-01T10:11:12.6750999Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.6752818Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h' 2022-12-01T10:11:12.6754846Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h' 2022-12-01T10:11:12.6756826Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h' 2022-12-01T10:11:12.6758863Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.6761115Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h' 2022-12-01T10:11:12.6763237Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h' 2022-12-01T10:11:12.6765222Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h' 2022-12-01T10:11:12.6767285Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.6769117Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h' 2022-12-01T10:11:12.6771102Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h' 2022-12-01T10:11:12.6773117Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h' 2022-12-01T10:11:12.6775094Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.6776924Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h' 2022-12-01T10:11:12.6778935Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h' 2022-12-01T10:11:12.6781011Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h' 2022-12-01T10:11:12.6783189Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h' 2022-12-01T10:11:12.6785155Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6787024Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h' 2022-12-01T10:11:12.6788889Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h' 2022-12-01T10:11:12.6790931Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h' 2022-12-01T10:11:12.6793015Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6794855Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h' 2022-12-01T10:11:12.6796685Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h' 2022-12-01T10:11:12.6798787Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h' 2022-12-01T10:11:12.6801100Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h' 2022-12-01T10:11:12.6803209Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.6805013Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h' 2022-12-01T10:11:12.6807058Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h' 2022-12-01T10:11:12.6809001Z adding 'torch/include/ATen/ops/_sparse_csr_prod.h' 2022-12-01T10:11:12.6811048Z adding 'torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6812793Z adding 'torch/include/ATen/ops/_sparse_csr_prod_native.h' 2022-12-01T10:11:12.6814799Z adding 'torch/include/ATen/ops/_sparse_csr_prod_ops.h' 2022-12-01T10:11:12.6816798Z adding 'torch/include/ATen/ops/_sparse_csr_sum.h' 2022-12-01T10:11:12.6818780Z adding 'torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6820574Z adding 'torch/include/ATen/ops/_sparse_csr_sum_native.h' 2022-12-01T10:11:12.6822578Z adding 'torch/include/ATen/ops/_sparse_csr_sum_ops.h' 2022-12-01T10:11:12.6824647Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h' 2022-12-01T10:11:12.6827076Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.6828435Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h' 2022-12-01T10:11:12.6830405Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h' 2022-12-01T10:11:12.6832391Z adding 'torch/include/ATen/ops/_sparse_log_softmax.h' 2022-12-01T10:11:12.6834391Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data.h' 2022-12-01T10:11:12.6836438Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6838181Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h' 2022-12-01T10:11:12.6840456Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h' 2022-12-01T10:11:12.6842768Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6844596Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.6846458Z adding 'torch/include/ATen/ops/_sparse_log_softmax_native.h' 2022-12-01T10:11:12.6848705Z adding 'torch/include/ATen/ops/_sparse_log_softmax_ops.h' 2022-12-01T10:11:12.6850883Z adding 'torch/include/ATen/ops/_sparse_mask_helper.h' 2022-12-01T10:11:12.6853148Z adding 'torch/include/ATen/ops/_sparse_mask_helper_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6855000Z adding 'torch/include/ATen/ops/_sparse_mask_helper_native.h' 2022-12-01T10:11:12.6857137Z adding 'torch/include/ATen/ops/_sparse_mask_helper_ops.h' 2022-12-01T10:11:12.6859088Z adding 'torch/include/ATen/ops/_sparse_mm.h' 2022-12-01T10:11:12.6860962Z adding 'torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.6862778Z adding 'torch/include/ATen/ops/_sparse_mm_native.h' 2022-12-01T10:11:12.6864828Z adding 'torch/include/ATen/ops/_sparse_mm_ops.h' 2022-12-01T10:11:12.6866736Z adding 'torch/include/ATen/ops/_sparse_softmax.h' 2022-12-01T10:11:12.6868750Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data.h' 2022-12-01T10:11:12.6870859Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6872686Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_native.h' 2022-12-01T10:11:12.6874738Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h' 2022-12-01T10:11:12.6876801Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6878790Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.6880909Z adding 'torch/include/ATen/ops/_sparse_softmax_native.h' 2022-12-01T10:11:12.6883126Z adding 'torch/include/ATen/ops/_sparse_softmax_ops.h' 2022-12-01T10:11:12.6885159Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul.h' 2022-12-01T10:11:12.6887223Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6889048Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_native.h' 2022-12-01T10:11:12.6891082Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_ops.h' 2022-12-01T10:11:12.6893096Z adding 'torch/include/ATen/ops/_sparse_sum.h' 2022-12-01T10:11:12.6895105Z adding 'torch/include/ATen/ops/_sparse_sum_backward.h' 2022-12-01T10:11:12.6897222Z adding 'torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6899289Z adding 'torch/include/ATen/ops/_sparse_sum_backward_native.h' 2022-12-01T10:11:12.6902187Z adding 'torch/include/ATen/ops/_sparse_sum_backward_ops.h' 2022-12-01T10:11:12.6904590Z adding 'torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6906689Z adding 'torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.6908554Z adding 'torch/include/ATen/ops/_sparse_sum_native.h' 2022-12-01T10:11:12.6910716Z adding 'torch/include/ATen/ops/_sparse_sum_ops.h' 2022-12-01T10:11:12.6912871Z adding 'torch/include/ATen/ops/_spdiags.h' 2022-12-01T10:11:12.6915196Z adding 'torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6918248Z adding 'torch/include/ATen/ops/_spdiags_cpu_dispatch.h' 2022-12-01T10:11:12.6919186Z adding 'torch/include/ATen/ops/_spdiags_native.h' 2022-12-01T10:11:12.6921840Z adding 'torch/include/ATen/ops/_spdiags_ops.h' 2022-12-01T10:11:12.6923817Z adding 'torch/include/ATen/ops/_stack.h' 2022-12-01T10:11:12.6926095Z adding 'torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6928055Z adding 'torch/include/ATen/ops/_stack_cpu_dispatch.h' 2022-12-01T10:11:12.6930415Z adding 'torch/include/ATen/ops/_stack_native.h' 2022-12-01T10:11:12.6932390Z adding 'torch/include/ATen/ops/_stack_ops.h' 2022-12-01T10:11:12.6934604Z adding 'torch/include/ATen/ops/_standard_gamma.h' 2022-12-01T10:11:12.6936943Z adding 'torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6938786Z adding 'torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h' 2022-12-01T10:11:12.6940717Z adding 'torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h' 2022-12-01T10:11:12.6942652Z adding 'torch/include/ATen/ops/_standard_gamma_grad.h' 2022-12-01T10:11:12.6944733Z adding 'torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6946659Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h' 2022-12-01T10:11:12.6948438Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h' 2022-12-01T10:11:12.6950157Z adding 'torch/include/ATen/ops/_standard_gamma_grad_native.h' 2022-12-01T10:11:12.6952008Z adding 'torch/include/ATen/ops/_standard_gamma_grad_ops.h' 2022-12-01T10:11:12.6953821Z adding 'torch/include/ATen/ops/_standard_gamma_native.h' 2022-12-01T10:11:12.6955850Z adding 'torch/include/ATen/ops/_standard_gamma_ops.h' 2022-12-01T10:11:12.6957695Z adding 'torch/include/ATen/ops/_symeig_helper.h' 2022-12-01T10:11:12.6959766Z adding 'torch/include/ATen/ops/_symeig_helper_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6961764Z adding 'torch/include/ATen/ops/_symeig_helper_cpu_dispatch.h' 2022-12-01T10:11:12.6963603Z adding 'torch/include/ATen/ops/_symeig_helper_cuda_dispatch.h' 2022-12-01T10:11:12.6965369Z adding 'torch/include/ATen/ops/_symeig_helper_native.h' 2022-12-01T10:11:12.6967329Z adding 'torch/include/ATen/ops/_symeig_helper_ops.h' 2022-12-01T10:11:12.6969379Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults.h' 2022-12-01T10:11:12.6971310Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.6973088Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_native.h' 2022-12-01T10:11:12.6975030Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_ops.h' 2022-12-01T10:11:12.6977098Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch.h' 2022-12-01T10:11:12.6979033Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6980941Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.6982626Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h' 2022-12-01T10:11:12.6984601Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h' 2022-12-01T10:11:12.6986465Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h' 2022-12-01T10:11:12.6988408Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6990184Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h' 2022-12-01T10:11:12.6992424Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.6994300Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.6996007Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h' 2022-12-01T10:11:12.6997935Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h' 2022-12-01T10:11:12.6999817Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h' 2022-12-01T10:11:12.7001954Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h' 2022-12-01T10:11:12.7003884Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist.h' 2022-12-01T10:11:12.7005987Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.7007825Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h' 2022-12-01T10:11:12.7009607Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_native.h' 2022-12-01T10:11:12.7011643Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_ops.h' 2022-12-01T10:11:12.7013556Z adding 'torch/include/ATen/ops/_test_optional_floatlist.h' 2022-12-01T10:11:12.7015559Z adding 'torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.7017369Z adding 'torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h' 2022-12-01T10:11:12.7019165Z adding 'torch/include/ATen/ops/_test_optional_floatlist_native.h' 2022-12-01T10:11:12.7021377Z adding 'torch/include/ATen/ops/_test_optional_floatlist_ops.h' 2022-12-01T10:11:12.7023648Z adding 'torch/include/ATen/ops/_test_optional_intlist.h' 2022-12-01T10:11:12.7025929Z adding 'torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.7027593Z adding 'torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h' 2022-12-01T10:11:12.7029277Z adding 'torch/include/ATen/ops/_test_optional_intlist_native.h' 2022-12-01T10:11:12.7031240Z adding 'torch/include/ATen/ops/_test_optional_intlist_ops.h' 2022-12-01T10:11:12.7033046Z adding 'torch/include/ATen/ops/_test_serialization_subcmul.h' 2022-12-01T10:11:12.7034905Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.7036589Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_native.h' 2022-12-01T10:11:12.7038509Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_ops.h' 2022-12-01T10:11:12.7040569Z adding 'torch/include/ATen/ops/_test_string_default.h' 2022-12-01T10:11:12.7042517Z adding 'torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.7044215Z adding 'torch/include/ATen/ops/_test_string_default_native.h' 2022-12-01T10:11:12.7046066Z adding 'torch/include/ATen/ops/_test_string_default_ops.h' 2022-12-01T10:11:12.7047900Z adding 'torch/include/ATen/ops/_test_warn_in_autograd.h' 2022-12-01T10:11:12.7049822Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.7051510Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_native.h' 2022-12-01T10:11:12.7053438Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_ops.h' 2022-12-01T10:11:12.7055340Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h' 2022-12-01T10:11:12.7057291Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.7059006Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h' 2022-12-01T10:11:12.7060955Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h' 2022-12-01T10:11:12.7062873Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h' 2022-12-01T10:11:12.7064867Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.7066618Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h' 2022-12-01T10:11:12.7068570Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h' 2022-12-01T10:11:12.7070673Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell.h' 2022-12-01T10:11:12.7072886Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h' 2022-12-01T10:11:12.7074664Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.7076460Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h' 2022-12-01T10:11:12.7078275Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h' 2022-12-01T10:11:12.7080999Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h' 2022-12-01T10:11:12.7082548Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.7084302Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h' 2022-12-01T10:11:12.7086106Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_native.h' 2022-12-01T10:11:12.7088126Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h' 2022-12-01T10:11:12.7090148Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell.h' 2022-12-01T10:11:12.7092067Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h' 2022-12-01T10:11:12.7094030Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.7095904Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h' 2022-12-01T10:11:12.7097964Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.7099762Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h' 2022-12-01T10:11:12.7101579Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h' 2022-12-01T10:11:12.7103628Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h' 2022-12-01T10:11:12.7105458Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h' 2022-12-01T10:11:12.7107863Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h' 2022-12-01T10:11:12.7109779Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.7111358Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h' 2022-12-01T10:11:12.7113136Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h' 2022-12-01T10:11:12.7115188Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h' 2022-12-01T10:11:12.7117215Z adding 'torch/include/ATen/ops/_to_copy.h' 2022-12-01T10:11:12.7119255Z adding 'torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.7121401Z adding 'torch/include/ATen/ops/_to_copy_native.h' 2022-12-01T10:11:12.7123461Z adding 'torch/include/ATen/ops/_to_copy_ops.h' 2022-12-01T10:11:12.7125275Z adding 'torch/include/ATen/ops/_to_cpu.h' 2022-12-01T10:11:12.7127212Z adding 'torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.7128902Z adding 'torch/include/ATen/ops/_to_cpu_native.h' 2022-12-01T10:11:12.7130698Z adding 'torch/include/ATen/ops/_to_cpu_ops.h' 2022-12-01T10:11:12.7132517Z adding 'torch/include/ATen/ops/_to_dense.h' 2022-12-01T10:11:12.7134484Z adding 'torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.7136261Z adding 'torch/include/ATen/ops/_to_dense_native.h' 2022-12-01T10:11:12.7138192Z adding 'torch/include/ATen/ops/_to_dense_ops.h' 2022-12-01T10:11:12.7140820Z adding 'torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op.h' 2022-12-01T10:11:12.7142845Z adding 'torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.7144655Z adding 'torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_cuda_dispatch.h' 2022-12-01T10:11:12.7146521Z adding 'torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_native.h' 2022-12-01T10:11:12.7148854Z adding 'torch/include/ATen/ops/_torch_cuda_cu_linker_symbol_op_ops.h' 2022-12-01T10:11:12.7150458Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv.h' 2022-12-01T10:11:12.7152739Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.7154941Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h' 2022-12-01T10:11:12.7157288Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h' 2022-12-01T10:11:12.7158870Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h' 2022-12-01T10:11:12.7161029Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h' 2022-12-01T10:11:12.7163515Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd.h' 2022-12-01T10:11:12.7165691Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.7167708Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cpu_dispatch.h' 2022-12-01T10:11:12.7169753Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_cuda_dispatch.h' 2022-12-01T10:11:12.7171627Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_native.h' 2022-12-01T10:11:12.7173896Z adding 'torch/include/ATen/ops/_transformer_decoder_only_layer_fwd_ops.h' 2022-12-01T10:11:12.7176283Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd.h' 2022-12-01T10:11:12.7178483Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.7180550Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h' 2022-12-01T10:11:12.7182715Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h' 2022-12-01T10:11:12.7184374Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h' 2022-12-01T10:11:12.7186517Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h' 2022-12-01T10:11:12.7188487Z adding 'torch/include/ATen/ops/_trilinear.h' 2022-12-01T10:11:12.7190565Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.7192419Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.7194046Z adding 'torch/include/ATen/ops/_trilinear_native.h' 2022-12-01T10:11:12.7196075Z adding 'torch/include/ATen/ops/_trilinear_ops.h' 2022-12-01T10:11:12.7198069Z adding 'torch/include/ATen/ops/_triton_multi_head_attention.h' 2022-12-01T10:11:12.7200270Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.7202331Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h' 2022-12-01T10:11:12.7204417Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_native.h' 2022-12-01T10:11:12.7206454Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_ops.h' 2022-12-01T10:11:12.7208485Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention.h' 2022-12-01T10:11:12.7210437Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.7212254Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h' 2022-12-01T10:11:12.7214030Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_native.h' 2022-12-01T10:11:12.7216062Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h' 2022-12-01T10:11:12.7217890Z adding 'torch/include/ATen/ops/_unique.h' 2022-12-01T10:11:12.7219833Z adding 'torch/include/ATen/ops/_unique2.h' 2022-12-01T10:11:12.7221799Z adding 'torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.7223577Z adding 'torch/include/ATen/ops/_unique2_cpu_dispatch.h' 2022-12-01T10:11:12.7225405Z adding 'torch/include/ATen/ops/_unique2_cuda_dispatch.h' 2022-12-01T10:11:12.7227180Z adding 'torch/include/ATen/ops/_unique2_native.h' 2022-12-01T10:11:12.7229180Z adding 'torch/include/ATen/ops/_unique2_ops.h' 2022-12-01T10:11:12.7231138Z adding 'torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.7232958Z adding 'torch/include/ATen/ops/_unique_cpu_dispatch.h' 2022-12-01T10:11:12.7234773Z adding 'torch/include/ATen/ops/_unique_cuda_dispatch.h' 2022-12-01T10:11:12.7236548Z adding 'torch/include/ATen/ops/_unique_native.h' 2022-12-01T10:11:12.7238726Z adding 'torch/include/ATen/ops/_unique_ops.h' 2022-12-01T10:11:12.7240799Z adding 'torch/include/ATen/ops/_unpack_dual.h' 2022-12-01T10:11:12.7242864Z adding 'torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.7244781Z adding 'torch/include/ATen/ops/_unpack_dual_native.h' 2022-12-01T10:11:12.7246709Z adding 'torch/include/ATen/ops/_unpack_dual_ops.h' 2022-12-01T10:11:12.7248609Z adding 'torch/include/ATen/ops/_unsafe_view.h' 2022-12-01T10:11:12.7250794Z adding 'torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.7252460Z adding 'torch/include/ATen/ops/_unsafe_view_native.h' 2022-12-01T10:11:12.7254586Z adding 'torch/include/ATen/ops/_unsafe_view_ops.h' 2022-12-01T10:11:12.7256741Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa.h' 2022-12-01T10:11:12.7259351Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h' 2022-12-01T10:11:12.7261685Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.7263742Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.7265625Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h' 2022-12-01T10:11:12.7267749Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h' 2022-12-01T10:11:12.7269595Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h' 2022-12-01T10:11:12.7271706Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h' 2022-12-01T10:11:12.7273632Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h' 2022-12-01T10:11:12.7276064Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h' 2022-12-01T10:11:12.7278173Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.7280380Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.7282207Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h' 2022-12-01T10:11:12.7284160Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h' 2022-12-01T10:11:12.7285976Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h' 2022-12-01T10:11:12.7288168Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h' 2022-12-01T10:11:12.7289974Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h' 2022-12-01T10:11:12.7292063Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h' 2022-12-01T10:11:12.7294359Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa.h' 2022-12-01T10:11:12.7296845Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h' 2022-12-01T10:11:12.7299173Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.7301259Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.7303215Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h' 2022-12-01T10:11:12.7305270Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h' 2022-12-01T10:11:12.7307197Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h' 2022-12-01T10:11:12.7309267Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h' 2022-12-01T10:11:12.7311537Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h' 2022-12-01T10:11:12.7313991Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h' 2022-12-01T10:11:12.7316109Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.7318173Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.7320432Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h' 2022-12-01T10:11:12.7322738Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h' 2022-12-01T10:11:12.7324753Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h' 2022-12-01T10:11:12.7326775Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h' 2022-12-01T10:11:12.7328723Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h' 2022-12-01T10:11:12.7331539Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h' 2022-12-01T10:11:12.7333732Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d.h' 2022-12-01T10:11:12.7336133Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h' 2022-12-01T10:11:12.7338437Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.7340528Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.7342482Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h' 2022-12-01T10:11:12.7344575Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h' 2022-12-01T10:11:12.7346429Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h' 2022-12-01T10:11:12.7348470Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h' 2022-12-01T10:11:12.7350468Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h' 2022-12-01T10:11:12.7352751Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h' 2022-12-01T10:11:12.7354971Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.7357051Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.7358925Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h' 2022-12-01T10:11:12.7361294Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h' 2022-12-01T10:11:12.7363091Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h' 2022-12-01T10:11:12.7365141Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h' 2022-12-01T10:11:12.7367158Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_native.h' 2022-12-01T10:11:12.7369372Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h' 2022-12-01T10:11:12.7371734Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d.h' 2022-12-01T10:11:12.7374178Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h' 2022-12-01T10:11:12.7376448Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.7378514Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.7380476Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h' 2022-12-01T10:11:12.7382556Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h' 2022-12-01T10:11:12.7384470Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h' 2022-12-01T10:11:12.7386520Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h' 2022-12-01T10:11:12.7388508Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h' 2022-12-01T10:11:12.7390818Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h' 2022-12-01T10:11:12.7393027Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.7395104Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.7397216Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h' 2022-12-01T10:11:12.7399185Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h' 2022-12-01T10:11:12.7401509Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h' 2022-12-01T10:11:12.7403562Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h' 2022-12-01T10:11:12.7405805Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_native.h' 2022-12-01T10:11:12.7408077Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h' 2022-12-01T10:11:12.7410559Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d.h' 2022-12-01T10:11:12.7413140Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h' 2022-12-01T10:11:12.7415609Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.7417862Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.7420191Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h' 2022-12-01T10:11:12.7422495Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h' 2022-12-01T10:11:12.7424657Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h' 2022-12-01T10:11:12.7427050Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h' 2022-12-01T10:11:12.7429130Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h' 2022-12-01T10:11:12.7431713Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h' 2022-12-01T10:11:12.7433937Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.7436181Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.7438304Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h' 2022-12-01T10:11:12.7440611Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h' 2022-12-01T10:11:12.7442778Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h' 2022-12-01T10:11:12.7444925Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h' 2022-12-01T10:11:12.7447110Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_native.h' 2022-12-01T10:11:12.7449493Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h' 2022-12-01T10:11:12.7451779Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss.h' 2022-12-01T10:11:12.7453815Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h' 2022-12-01T10:11:12.7455805Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h' 2022-12-01T10:11:12.7457969Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h' 2022-12-01T10:11:12.7460052Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h' 2022-12-01T10:11:12.7462130Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.7464072Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h' 2022-12-01T10:11:12.7466125Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h' 2022-12-01T10:11:12.7468203Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices.h' 2022-12-01T10:11:12.7470269Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h' 2022-12-01T10:11:12.7472345Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h' 2022-12-01T10:11:12.7474400Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h' 2022-12-01T10:11:12.7476646Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h' 2022-12-01T10:11:12.7478522Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h' 2022-12-01T10:11:12.7480822Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.7482816Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h' 2022-12-01T10:11:12.7484871Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h' 2022-12-01T10:11:12.7486835Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h' 2022-12-01T10:11:12.7488897Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.7490845Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h' 2022-12-01T10:11:12.7492863Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h' 2022-12-01T10:11:12.7494965Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h' 2022-12-01T10:11:12.7497152Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.7499073Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h' 2022-12-01T10:11:12.7501210Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h' 2022-12-01T10:11:12.7503221Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h' 2022-12-01T10:11:12.7505312Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.7507198Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h' 2022-12-01T10:11:12.7509202Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h' 2022-12-01T10:11:12.7511210Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h' 2022-12-01T10:11:12.7513310Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.7515193Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h' 2022-12-01T10:11:12.7517238Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h' 2022-12-01T10:11:12.7519223Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h' 2022-12-01T10:11:12.7521664Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.7523479Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h' 2022-12-01T10:11:12.7525519Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h' 2022-12-01T10:11:12.7527392Z adding 'torch/include/ATen/ops/_values.h' 2022-12-01T10:11:12.7529324Z adding 'torch/include/ATen/ops/_values_copy.h' 2022-12-01T10:11:12.7531473Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.7533479Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.7535293Z adding 'torch/include/ATen/ops/_values_copy_native.h' 2022-12-01T10:11:12.7537347Z adding 'torch/include/ATen/ops/_values_copy_ops.h' 2022-12-01T10:11:12.7539282Z adding 'torch/include/ATen/ops/_values_native.h' 2022-12-01T10:11:12.7541231Z adding 'torch/include/ATen/ops/_values_ops.h' 2022-12-01T10:11:12.7543169Z adding 'torch/include/ATen/ops/_version.h' 2022-12-01T10:11:12.7545183Z adding 'torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.7547042Z adding 'torch/include/ATen/ops/_version_native.h' 2022-12-01T10:11:12.7549079Z adding 'torch/include/ATen/ops/_version_ops.h' 2022-12-01T10:11:12.7551066Z adding 'torch/include/ATen/ops/_weight_norm.h' 2022-12-01T10:11:12.7553257Z adding 'torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.7555239Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward.h' 2022-12-01T10:11:12.7557357Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.7559620Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h' 2022-12-01T10:11:12.7561639Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h' 2022-12-01T10:11:12.7563629Z adding 'torch/include/ATen/ops/_weight_norm_interface.h' 2022-12-01T10:11:12.7565756Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward.h' 2022-12-01T10:11:12.7567830Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.7569745Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h' 2022-12-01T10:11:12.7571734Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h' 2022-12-01T10:11:12.7574075Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_native.h' 2022-12-01T10:11:12.7576010Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_ops.h' 2022-12-01T10:11:12.7578250Z adding 'torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.7580200Z adding 'torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h' 2022-12-01T10:11:12.7582209Z adding 'torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h' 2022-12-01T10:11:12.7584179Z adding 'torch/include/ATen/ops/_weight_norm_interface_native.h' 2022-12-01T10:11:12.7586370Z adding 'torch/include/ATen/ops/_weight_norm_interface_ops.h' 2022-12-01T10:11:12.7588186Z adding 'torch/include/ATen/ops/_weight_norm_native.h' 2022-12-01T10:11:12.7590037Z adding 'torch/include/ATen/ops/_weight_norm_ops.h' 2022-12-01T10:11:12.7591881Z adding 'torch/include/ATen/ops/abs.h' 2022-12-01T10:11:12.7593821Z adding 'torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.7595648Z adding 'torch/include/ATen/ops/abs_cpu_dispatch.h' 2022-12-01T10:11:12.7597453Z adding 'torch/include/ATen/ops/abs_cuda_dispatch.h' 2022-12-01T10:11:12.7599381Z adding 'torch/include/ATen/ops/abs_native.h' 2022-12-01T10:11:12.7601474Z adding 'torch/include/ATen/ops/abs_ops.h' 2022-12-01T10:11:12.7603402Z adding 'torch/include/ATen/ops/absolute.h' 2022-12-01T10:11:12.7605355Z adding 'torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.7607140Z adding 'torch/include/ATen/ops/absolute_native.h' 2022-12-01T10:11:12.7609037Z adding 'torch/include/ATen/ops/absolute_ops.h' 2022-12-01T10:11:12.7610921Z adding 'torch/include/ATen/ops/acos.h' 2022-12-01T10:11:12.7612955Z adding 'torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.7614713Z adding 'torch/include/ATen/ops/acos_cpu_dispatch.h' 2022-12-01T10:11:12.7617329Z adding 'torch/include/ATen/ops/acos_cuda_dispatch.h' 2022-12-01T10:11:12.7619176Z adding 'torch/include/ATen/ops/acos_meta.h' 2022-12-01T10:11:12.7621071Z adding 'torch/include/ATen/ops/acos_meta_dispatch.h' 2022-12-01T10:11:12.7622865Z adding 'torch/include/ATen/ops/acos_native.h' 2022-12-01T10:11:12.7624856Z adding 'torch/include/ATen/ops/acos_ops.h' 2022-12-01T10:11:12.7626734Z adding 'torch/include/ATen/ops/acosh.h' 2022-12-01T10:11:12.7628754Z adding 'torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.7630541Z adding 'torch/include/ATen/ops/acosh_cpu_dispatch.h' 2022-12-01T10:11:12.7632385Z adding 'torch/include/ATen/ops/acosh_cuda_dispatch.h' 2022-12-01T10:11:12.7634142Z adding 'torch/include/ATen/ops/acosh_meta.h' 2022-12-01T10:11:12.7635990Z adding 'torch/include/ATen/ops/acosh_meta_dispatch.h' 2022-12-01T10:11:12.7637788Z adding 'torch/include/ATen/ops/acosh_native.h' 2022-12-01T10:11:12.7639759Z adding 'torch/include/ATen/ops/acosh_ops.h' 2022-12-01T10:11:12.7641811Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d.h' 2022-12-01T10:11:12.7643798Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.7646540Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_native.h' 2022-12-01T10:11:12.7647727Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_ops.h' 2022-12-01T10:11:12.7650285Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d.h' 2022-12-01T10:11:12.7652066Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.7654102Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h' 2022-12-01T10:11:12.7656104Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h' 2022-12-01T10:11:12.7658094Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_native.h' 2022-12-01T10:11:12.7660231Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_ops.h' 2022-12-01T10:11:12.7662365Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d.h' 2022-12-01T10:11:12.7664438Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward.h' 2022-12-01T10:11:12.7666680Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h' 2022-12-01T10:11:12.7668799Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h' 2022-12-01T10:11:12.7670714Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h' 2022-12-01T10:11:12.7672586Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h' 2022-12-01T10:11:12.7675019Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.7676905Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h' 2022-12-01T10:11:12.7678879Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h' 2022-12-01T10:11:12.7681078Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_native.h' 2022-12-01T10:11:12.7683138Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_ops.h' 2022-12-01T10:11:12.7685066Z adding 'torch/include/ATen/ops/adaptive_max_pool1d.h' 2022-12-01T10:11:12.7686940Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.7688679Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_native.h' 2022-12-01T10:11:12.7690507Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_ops.h' 2022-12-01T10:11:12.7692431Z adding 'torch/include/ATen/ops/adaptive_max_pool2d.h' 2022-12-01T10:11:12.7694369Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward.h' 2022-12-01T10:11:12.7696464Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.7698128Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h' 2022-12-01T10:11:12.7699980Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h' 2022-12-01T10:11:12.7701740Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h' 2022-12-01T10:11:12.7703635Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h' 2022-12-01T10:11:12.7705396Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h' 2022-12-01T10:11:12.7707414Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h' 2022-12-01T10:11:12.7709354Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.7711160Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h' 2022-12-01T10:11:12.7713055Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h' 2022-12-01T10:11:12.7714943Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta.h' 2022-12-01T10:11:12.7716532Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h' 2022-12-01T10:11:12.7718348Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_native.h' 2022-12-01T10:11:12.7720660Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_ops.h' 2022-12-01T10:11:12.7722621Z adding 'torch/include/ATen/ops/adaptive_max_pool3d.h' 2022-12-01T10:11:12.7724430Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward.h' 2022-12-01T10:11:12.7726440Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.7728159Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h' 2022-12-01T10:11:12.7730085Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h' 2022-12-01T10:11:12.7731973Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h' 2022-12-01T10:11:12.7733952Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h' 2022-12-01T10:11:12.7738226Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h' 2022-12-01T10:11:12.7738665Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h' 2022-12-01T10:11:12.7740669Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.7742322Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h' 2022-12-01T10:11:12.7744003Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h' 2022-12-01T10:11:12.7745756Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta.h' 2022-12-01T10:11:12.7747573Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h' 2022-12-01T10:11:12.7749389Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_native.h' 2022-12-01T10:11:12.7751380Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_ops.h' 2022-12-01T10:11:12.7753310Z adding 'torch/include/ATen/ops/add.h' 2022-12-01T10:11:12.7755268Z adding 'torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.7757153Z adding 'torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.7758869Z adding 'torch/include/ATen/ops/add_cpu_dispatch.h' 2022-12-01T10:11:12.7760917Z adding 'torch/include/ATen/ops/add_cuda_dispatch.h' 2022-12-01T10:11:12.7762689Z adding 'torch/include/ATen/ops/add_meta.h' 2022-12-01T10:11:12.7764531Z adding 'torch/include/ATen/ops/add_meta_dispatch.h' 2022-12-01T10:11:12.7766418Z adding 'torch/include/ATen/ops/add_native.h' 2022-12-01T10:11:12.7768731Z adding 'torch/include/ATen/ops/add_ops.h' 2022-12-01T10:11:12.7770588Z adding 'torch/include/ATen/ops/addbmm.h' 2022-12-01T10:11:12.7772555Z adding 'torch/include/ATen/ops/addbmm_cpu_dispatch.h' 2022-12-01T10:11:12.7774412Z adding 'torch/include/ATen/ops/addbmm_cuda_dispatch.h' 2022-12-01T10:11:12.7776269Z adding 'torch/include/ATen/ops/addbmm_meta_dispatch.h' 2022-12-01T10:11:12.7777959Z adding 'torch/include/ATen/ops/addbmm_native.h' 2022-12-01T10:11:12.7780112Z adding 'torch/include/ATen/ops/addbmm_ops.h' 2022-12-01T10:11:12.7781940Z adding 'torch/include/ATen/ops/addcdiv.h' 2022-12-01T10:11:12.7783937Z adding 'torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.7785622Z adding 'torch/include/ATen/ops/addcdiv_cpu_dispatch.h' 2022-12-01T10:11:12.7787747Z adding 'torch/include/ATen/ops/addcdiv_cuda_dispatch.h' 2022-12-01T10:11:12.7789332Z adding 'torch/include/ATen/ops/addcdiv_meta.h' 2022-12-01T10:11:12.7791375Z adding 'torch/include/ATen/ops/addcdiv_meta_dispatch.h' 2022-12-01T10:11:12.7793057Z adding 'torch/include/ATen/ops/addcdiv_native.h' 2022-12-01T10:11:12.7795144Z adding 'torch/include/ATen/ops/addcdiv_ops.h' 2022-12-01T10:11:12.7797079Z adding 'torch/include/ATen/ops/addcmul.h' 2022-12-01T10:11:12.7799165Z adding 'torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.7801400Z adding 'torch/include/ATen/ops/addcmul_cpu_dispatch.h' 2022-12-01T10:11:12.7803267Z adding 'torch/include/ATen/ops/addcmul_cuda_dispatch.h' 2022-12-01T10:11:12.7805062Z adding 'torch/include/ATen/ops/addcmul_meta.h' 2022-12-01T10:11:12.7807038Z adding 'torch/include/ATen/ops/addcmul_meta_dispatch.h' 2022-12-01T10:11:12.7809586Z adding 'torch/include/ATen/ops/addcmul_native.h' 2022-12-01T10:11:12.7811891Z adding 'torch/include/ATen/ops/addcmul_ops.h' 2022-12-01T10:11:12.7814362Z adding 'torch/include/ATen/ops/addmm.h' 2022-12-01T10:11:12.7816979Z adding 'torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.7819192Z adding 'torch/include/ATen/ops/addmm_cpu_dispatch.h' 2022-12-01T10:11:12.7821968Z adding 'torch/include/ATen/ops/addmm_cuda_dispatch.h' 2022-12-01T10:11:12.7823877Z adding 'torch/include/ATen/ops/addmm_meta.h' 2022-12-01T10:11:12.7826552Z adding 'torch/include/ATen/ops/addmm_meta_dispatch.h' 2022-12-01T10:11:12.7829000Z adding 'torch/include/ATen/ops/addmm_native.h' 2022-12-01T10:11:12.7831654Z adding 'torch/include/ATen/ops/addmm_ops.h' 2022-12-01T10:11:12.7834385Z adding 'torch/include/ATen/ops/addmv.h' 2022-12-01T10:11:12.7837055Z adding 'torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.7839602Z adding 'torch/include/ATen/ops/addmv_cpu_dispatch.h' 2022-12-01T10:11:12.7842523Z adding 'torch/include/ATen/ops/addmv_cuda_dispatch.h' 2022-12-01T10:11:12.7844929Z adding 'torch/include/ATen/ops/addmv_meta.h' 2022-12-01T10:11:12.7847422Z adding 'torch/include/ATen/ops/addmv_meta_dispatch.h' 2022-12-01T10:11:12.7849775Z adding 'torch/include/ATen/ops/addmv_native.h' 2022-12-01T10:11:12.7852436Z adding 'torch/include/ATen/ops/addmv_ops.h' 2022-12-01T10:11:12.7854971Z adding 'torch/include/ATen/ops/addr.h' 2022-12-01T10:11:12.7857567Z adding 'torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.7859958Z adding 'torch/include/ATen/ops/addr_cpu_dispatch.h' 2022-12-01T10:11:12.7862515Z adding 'torch/include/ATen/ops/addr_cuda_dispatch.h' 2022-12-01T10:11:12.7864839Z adding 'torch/include/ATen/ops/addr_native.h' 2022-12-01T10:11:12.7867436Z adding 'torch/include/ATen/ops/addr_ops.h' 2022-12-01T10:11:12.7869901Z adding 'torch/include/ATen/ops/adjoint.h' 2022-12-01T10:11:12.7872495Z adding 'torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.7874746Z adding 'torch/include/ATen/ops/adjoint_native.h' 2022-12-01T10:11:12.7877169Z adding 'torch/include/ATen/ops/adjoint_ops.h' 2022-12-01T10:11:12.7879828Z adding 'torch/include/ATen/ops/affine_grid_generator.h' 2022-12-01T10:11:12.7882341Z adding 'torch/include/ATen/ops/affine_grid_generator_backward.h' 2022-12-01T10:11:12.7885008Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.7887614Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_native.h' 2022-12-01T10:11:12.7890010Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_ops.h' 2022-12-01T10:11:12.7892729Z adding 'torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.7895105Z adding 'torch/include/ATen/ops/affine_grid_generator_native.h' 2022-12-01T10:11:12.7898007Z adding 'torch/include/ATen/ops/affine_grid_generator_ops.h' 2022-12-01T10:11:12.7900006Z adding 'torch/include/ATen/ops/alias.h' 2022-12-01T10:11:12.7902758Z adding 'torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.7904762Z adding 'torch/include/ATen/ops/alias_copy.h' 2022-12-01T10:11:12.7907899Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.7910804Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.7912697Z adding 'torch/include/ATen/ops/alias_copy_native.h' 2022-12-01T10:11:12.7915308Z adding 'torch/include/ATen/ops/alias_copy_ops.h' 2022-12-01T10:11:12.7917782Z adding 'torch/include/ATen/ops/alias_native.h' 2022-12-01T10:11:12.7920005Z adding 'torch/include/ATen/ops/alias_ops.h' 2022-12-01T10:11:12.7922439Z adding 'torch/include/ATen/ops/align_as.h' 2022-12-01T10:11:12.7925070Z adding 'torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.7927077Z adding 'torch/include/ATen/ops/align_as_native.h' 2022-12-01T10:11:12.7929554Z adding 'torch/include/ATen/ops/align_as_ops.h' 2022-12-01T10:11:12.7932015Z adding 'torch/include/ATen/ops/align_tensors.h' 2022-12-01T10:11:12.7934495Z adding 'torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.7936544Z adding 'torch/include/ATen/ops/align_tensors_native.h' 2022-12-01T10:11:12.7939104Z adding 'torch/include/ATen/ops/align_tensors_ops.h' 2022-12-01T10:11:12.7941453Z adding 'torch/include/ATen/ops/align_to.h' 2022-12-01T10:11:12.7944275Z adding 'torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.7946586Z adding 'torch/include/ATen/ops/align_to_native.h' 2022-12-01T10:11:12.7949186Z adding 'torch/include/ATen/ops/align_to_ops.h' 2022-12-01T10:11:12.7951782Z adding 'torch/include/ATen/ops/all.h' 2022-12-01T10:11:12.7954603Z adding 'torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.7957034Z adding 'torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.7959620Z adding 'torch/include/ATen/ops/all_cpu_dispatch.h' 2022-12-01T10:11:12.7962402Z adding 'torch/include/ATen/ops/all_cuda_dispatch.h' 2022-12-01T10:11:12.7964979Z adding 'torch/include/ATen/ops/all_meta.h' 2022-12-01T10:11:12.7967559Z adding 'torch/include/ATen/ops/all_meta_dispatch.h' 2022-12-01T10:11:12.7969937Z adding 'torch/include/ATen/ops/all_native.h' 2022-12-01T10:11:12.7972775Z adding 'torch/include/ATen/ops/all_ops.h' 2022-12-01T10:11:12.7975237Z adding 'torch/include/ATen/ops/allclose.h' 2022-12-01T10:11:12.7977859Z adding 'torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.7980153Z adding 'torch/include/ATen/ops/allclose_native.h' 2022-12-01T10:11:12.7982675Z adding 'torch/include/ATen/ops/allclose_ops.h' 2022-12-01T10:11:12.7985143Z adding 'torch/include/ATen/ops/alpha_dropout.h' 2022-12-01T10:11:12.7987714Z adding 'torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.7990024Z adding 'torch/include/ATen/ops/alpha_dropout_native.h' 2022-12-01T10:11:12.7992846Z adding 'torch/include/ATen/ops/alpha_dropout_ops.h' 2022-12-01T10:11:12.7995131Z adding 'torch/include/ATen/ops/amax.h' 2022-12-01T10:11:12.7997767Z adding 'torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.8000479Z adding 'torch/include/ATen/ops/amax_cpu_dispatch.h' 2022-12-01T10:11:12.8003099Z adding 'torch/include/ATen/ops/amax_cuda_dispatch.h' 2022-12-01T10:11:12.8005463Z adding 'torch/include/ATen/ops/amax_meta.h' 2022-12-01T10:11:12.8008025Z adding 'torch/include/ATen/ops/amax_meta_dispatch.h' 2022-12-01T10:11:12.8010460Z adding 'torch/include/ATen/ops/amax_native.h' 2022-12-01T10:11:12.8013140Z adding 'torch/include/ATen/ops/amax_ops.h' 2022-12-01T10:11:12.8015608Z adding 'torch/include/ATen/ops/amin.h' 2022-12-01T10:11:12.8018320Z adding 'torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.8020704Z adding 'torch/include/ATen/ops/amin_cpu_dispatch.h' 2022-12-01T10:11:12.8023275Z adding 'torch/include/ATen/ops/amin_cuda_dispatch.h' 2022-12-01T10:11:12.8025705Z adding 'torch/include/ATen/ops/amin_meta.h' 2022-12-01T10:11:12.8028232Z adding 'torch/include/ATen/ops/amin_meta_dispatch.h' 2022-12-01T10:11:12.8030591Z adding 'torch/include/ATen/ops/amin_native.h' 2022-12-01T10:11:12.8033143Z adding 'torch/include/ATen/ops/amin_ops.h' 2022-12-01T10:11:12.8035785Z adding 'torch/include/ATen/ops/aminmax.h' 2022-12-01T10:11:12.8038539Z adding 'torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.8041197Z adding 'torch/include/ATen/ops/aminmax_cpu_dispatch.h' 2022-12-01T10:11:12.8043800Z adding 'torch/include/ATen/ops/aminmax_cuda_dispatch.h' 2022-12-01T10:11:12.8046192Z adding 'torch/include/ATen/ops/aminmax_meta.h' 2022-12-01T10:11:12.8048781Z adding 'torch/include/ATen/ops/aminmax_meta_dispatch.h' 2022-12-01T10:11:12.8051185Z adding 'torch/include/ATen/ops/aminmax_native.h' 2022-12-01T10:11:12.8053859Z adding 'torch/include/ATen/ops/aminmax_ops.h' 2022-12-01T10:11:12.8056269Z adding 'torch/include/ATen/ops/and.h' 2022-12-01T10:11:12.8058984Z adding 'torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.8061443Z adding 'torch/include/ATen/ops/and_native.h' 2022-12-01T10:11:12.8064086Z adding 'torch/include/ATen/ops/and_ops.h' 2022-12-01T10:11:12.8066595Z adding 'torch/include/ATen/ops/angle.h' 2022-12-01T10:11:12.8069023Z adding 'torch/include/ATen/ops/angle_cpu_dispatch.h' 2022-12-01T10:11:12.8071453Z adding 'torch/include/ATen/ops/angle_cuda_dispatch.h' 2022-12-01T10:11:12.8073961Z adding 'torch/include/ATen/ops/angle_native.h' 2022-12-01T10:11:12.8076408Z adding 'torch/include/ATen/ops/angle_ops.h' 2022-12-01T10:11:12.8079204Z adding 'torch/include/ATen/ops/any.h' 2022-12-01T10:11:12.8082158Z adding 'torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.8084538Z adding 'torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.8087054Z adding 'torch/include/ATen/ops/any_cpu_dispatch.h' 2022-12-01T10:11:12.8089505Z adding 'torch/include/ATen/ops/any_cuda_dispatch.h' 2022-12-01T10:11:12.8092041Z adding 'torch/include/ATen/ops/any_meta.h' 2022-12-01T10:11:12.8094569Z adding 'torch/include/ATen/ops/any_meta_dispatch.h' 2022-12-01T10:11:12.8097023Z adding 'torch/include/ATen/ops/any_native.h' 2022-12-01T10:11:12.8099850Z adding 'torch/include/ATen/ops/any_ops.h' 2022-12-01T10:11:12.8102877Z adding 'torch/include/ATen/ops/arange.h' 2022-12-01T10:11:12.8105616Z adding 'torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.8108074Z adding 'torch/include/ATen/ops/arange_cpu_dispatch.h' 2022-12-01T10:11:12.8110563Z adding 'torch/include/ATen/ops/arange_cuda_dispatch.h' 2022-12-01T10:11:12.8113055Z adding 'torch/include/ATen/ops/arange_meta_dispatch.h' 2022-12-01T10:11:12.8115466Z adding 'torch/include/ATen/ops/arange_native.h' 2022-12-01T10:11:12.8118441Z adding 'torch/include/ATen/ops/arange_ops.h' 2022-12-01T10:11:12.8121259Z adding 'torch/include/ATen/ops/arccos.h' 2022-12-01T10:11:12.8123974Z adding 'torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.8126317Z adding 'torch/include/ATen/ops/arccos_native.h' 2022-12-01T10:11:12.8128929Z adding 'torch/include/ATen/ops/arccos_ops.h' 2022-12-01T10:11:12.8131385Z adding 'torch/include/ATen/ops/arccosh.h' 2022-12-01T10:11:12.8134138Z adding 'torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.8136398Z adding 'torch/include/ATen/ops/arccosh_native.h' 2022-12-01T10:11:12.8139173Z adding 'torch/include/ATen/ops/arccosh_ops.h' 2022-12-01T10:11:12.8142450Z adding 'torch/include/ATen/ops/arcsin.h' 2022-12-01T10:11:12.8145331Z adding 'torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.8147574Z adding 'torch/include/ATen/ops/arcsin_native.h' 2022-12-01T10:11:12.8150239Z adding 'torch/include/ATen/ops/arcsin_ops.h' 2022-12-01T10:11:12.8152713Z adding 'torch/include/ATen/ops/arcsinh.h' 2022-12-01T10:11:12.8155412Z adding 'torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.8157651Z adding 'torch/include/ATen/ops/arcsinh_native.h' 2022-12-01T10:11:12.8160492Z adding 'torch/include/ATen/ops/arcsinh_ops.h' 2022-12-01T10:11:12.8163139Z adding 'torch/include/ATen/ops/arctan.h' 2022-12-01T10:11:12.8165587Z adding 'torch/include/ATen/ops/arctan2.h' 2022-12-01T10:11:12.8168259Z adding 'torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.8170631Z adding 'torch/include/ATen/ops/arctan2_native.h' 2022-12-01T10:11:12.8173216Z adding 'torch/include/ATen/ops/arctan2_ops.h' 2022-12-01T10:11:12.8175869Z adding 'torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.8178300Z adding 'torch/include/ATen/ops/arctan_native.h' 2022-12-01T10:11:12.8180766Z adding 'torch/include/ATen/ops/arctan_ops.h' 2022-12-01T10:11:12.8183339Z adding 'torch/include/ATen/ops/arctanh.h' 2022-12-01T10:11:12.8186063Z adding 'torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.8188300Z adding 'torch/include/ATen/ops/arctanh_native.h' 2022-12-01T10:11:12.8190371Z adding 'torch/include/ATen/ops/arctanh_ops.h' 2022-12-01T10:11:12.8192516Z adding 'torch/include/ATen/ops/argmax.h' 2022-12-01T10:11:12.8194703Z adding 'torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.8196717Z adding 'torch/include/ATen/ops/argmax_cpu_dispatch.h' 2022-12-01T10:11:12.8198722Z adding 'torch/include/ATen/ops/argmax_cuda_dispatch.h' 2022-12-01T10:11:12.8200887Z adding 'torch/include/ATen/ops/argmax_meta.h' 2022-12-01T10:11:12.8203180Z adding 'torch/include/ATen/ops/argmax_meta_dispatch.h' 2022-12-01T10:11:12.8205325Z adding 'torch/include/ATen/ops/argmax_native.h' 2022-12-01T10:11:12.8207413Z adding 'torch/include/ATen/ops/argmax_ops.h' 2022-12-01T10:11:12.8209440Z adding 'torch/include/ATen/ops/argmin.h' 2022-12-01T10:11:12.8211666Z adding 'torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.8213601Z adding 'torch/include/ATen/ops/argmin_cpu_dispatch.h' 2022-12-01T10:11:12.8215646Z adding 'torch/include/ATen/ops/argmin_cuda_dispatch.h' 2022-12-01T10:11:12.8217604Z adding 'torch/include/ATen/ops/argmin_meta.h' 2022-12-01T10:11:12.8219716Z adding 'torch/include/ATen/ops/argmin_meta_dispatch.h' 2022-12-01T10:11:12.8221718Z adding 'torch/include/ATen/ops/argmin_native.h' 2022-12-01T10:11:12.8223816Z adding 'torch/include/ATen/ops/argmin_ops.h' 2022-12-01T10:11:12.8225876Z adding 'torch/include/ATen/ops/argsort.h' 2022-12-01T10:11:12.8228085Z adding 'torch/include/ATen/ops/argsort_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.8230075Z adding 'torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.8232008Z adding 'torch/include/ATen/ops/argsort_cpu_dispatch.h' 2022-12-01T10:11:12.8233971Z adding 'torch/include/ATen/ops/argsort_cuda_dispatch.h' 2022-12-01T10:11:12.8235995Z adding 'torch/include/ATen/ops/argsort_native.h' 2022-12-01T10:11:12.8238179Z adding 'torch/include/ATen/ops/argsort_ops.h' 2022-12-01T10:11:12.8240417Z adding 'torch/include/ATen/ops/argwhere.h' 2022-12-01T10:11:12.8242558Z adding 'torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.8244479Z adding 'torch/include/ATen/ops/argwhere_native.h' 2022-12-01T10:11:12.8246557Z adding 'torch/include/ATen/ops/argwhere_ops.h' 2022-12-01T10:11:12.8248695Z adding 'torch/include/ATen/ops/as_strided.h' 2022-12-01T10:11:12.8250851Z adding 'torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.8253082Z adding 'torch/include/ATen/ops/as_strided_copy.h' 2022-12-01T10:11:12.8255382Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.8257507Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.8259313Z adding 'torch/include/ATen/ops/as_strided_copy_native.h' 2022-12-01T10:11:12.8261475Z adding 'torch/include/ATen/ops/as_strided_copy_ops.h' 2022-12-01T10:11:12.8263539Z adding 'torch/include/ATen/ops/as_strided_cpu_dispatch.h' 2022-12-01T10:11:12.8265550Z adding 'torch/include/ATen/ops/as_strided_cuda_dispatch.h' 2022-12-01T10:11:12.8267597Z adding 'torch/include/ATen/ops/as_strided_meta_dispatch.h' 2022-12-01T10:11:12.8269625Z adding 'torch/include/ATen/ops/as_strided_native.h' 2022-12-01T10:11:12.8271755Z adding 'torch/include/ATen/ops/as_strided_ops.h' 2022-12-01T10:11:12.8274019Z adding 'torch/include/ATen/ops/as_strided_scatter.h' 2022-12-01T10:11:12.8276320Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.8278262Z adding 'torch/include/ATen/ops/as_strided_scatter_native.h' 2022-12-01T10:11:12.8280606Z adding 'torch/include/ATen/ops/as_strided_scatter_ops.h' 2022-12-01T10:11:12.8282753Z adding 'torch/include/ATen/ops/asin.h' 2022-12-01T10:11:12.8284903Z adding 'torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.8286862Z adding 'torch/include/ATen/ops/asin_cpu_dispatch.h' 2022-12-01T10:11:12.8288742Z adding 'torch/include/ATen/ops/asin_cuda_dispatch.h' 2022-12-01T10:11:12.8290737Z adding 'torch/include/ATen/ops/asin_meta.h' 2022-12-01T10:11:12.8292688Z adding 'torch/include/ATen/ops/asin_meta_dispatch.h' 2022-12-01T10:11:12.8294696Z adding 'torch/include/ATen/ops/asin_native.h' 2022-12-01T10:11:12.8296866Z adding 'torch/include/ATen/ops/asin_ops.h' 2022-12-01T10:11:12.8298852Z adding 'torch/include/ATen/ops/asinh.h' 2022-12-01T10:11:12.8301089Z adding 'torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.8302936Z adding 'torch/include/ATen/ops/asinh_cpu_dispatch.h' 2022-12-01T10:11:12.8304897Z adding 'torch/include/ATen/ops/asinh_cuda_dispatch.h' 2022-12-01T10:11:12.8306806Z adding 'torch/include/ATen/ops/asinh_meta.h' 2022-12-01T10:11:12.8308780Z adding 'torch/include/ATen/ops/asinh_meta_dispatch.h' 2022-12-01T10:11:12.8310770Z adding 'torch/include/ATen/ops/asinh_native.h' 2022-12-01T10:11:12.8312886Z adding 'torch/include/ATen/ops/asinh_ops.h' 2022-12-01T10:11:12.8314872Z adding 'torch/include/ATen/ops/atan.h' 2022-12-01T10:11:12.8316962Z adding 'torch/include/ATen/ops/atan2.h' 2022-12-01T10:11:12.8319095Z adding 'torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.8321321Z adding 'torch/include/ATen/ops/atan2_cpu_dispatch.h' 2022-12-01T10:11:12.8323311Z adding 'torch/include/ATen/ops/atan2_cuda_dispatch.h' 2022-12-01T10:11:12.8325314Z adding 'torch/include/ATen/ops/atan2_meta.h' 2022-12-01T10:11:12.8327397Z adding 'torch/include/ATen/ops/atan2_meta_dispatch.h' 2022-12-01T10:11:12.8329237Z adding 'torch/include/ATen/ops/atan2_native.h' 2022-12-01T10:11:12.8331546Z adding 'torch/include/ATen/ops/atan2_ops.h' 2022-12-01T10:11:12.8333724Z adding 'torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.8335611Z adding 'torch/include/ATen/ops/atan_cpu_dispatch.h' 2022-12-01T10:11:12.8337682Z adding 'torch/include/ATen/ops/atan_cuda_dispatch.h' 2022-12-01T10:11:12.8339575Z adding 'torch/include/ATen/ops/atan_meta.h' 2022-12-01T10:11:12.8341849Z adding 'torch/include/ATen/ops/atan_meta_dispatch.h' 2022-12-01T10:11:12.8343387Z adding 'torch/include/ATen/ops/atan_native.h' 2022-12-01T10:11:12.8345354Z adding 'torch/include/ATen/ops/atan_ops.h' 2022-12-01T10:11:12.8347237Z adding 'torch/include/ATen/ops/atanh.h' 2022-12-01T10:11:12.8349239Z adding 'torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.8351031Z adding 'torch/include/ATen/ops/atanh_cpu_dispatch.h' 2022-12-01T10:11:12.8352997Z adding 'torch/include/ATen/ops/atanh_cuda_dispatch.h' 2022-12-01T10:11:12.8354716Z adding 'torch/include/ATen/ops/atanh_meta.h' 2022-12-01T10:11:12.8356575Z adding 'torch/include/ATen/ops/atanh_meta_dispatch.h' 2022-12-01T10:11:12.8358384Z adding 'torch/include/ATen/ops/atanh_native.h' 2022-12-01T10:11:12.8360548Z adding 'torch/include/ATen/ops/atanh_ops.h' 2022-12-01T10:11:12.8362481Z adding 'torch/include/ATen/ops/atleast_1d.h' 2022-12-01T10:11:12.8364492Z adding 'torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.8366279Z adding 'torch/include/ATen/ops/atleast_1d_native.h' 2022-12-01T10:11:12.8368212Z adding 'torch/include/ATen/ops/atleast_1d_ops.h' 2022-12-01T10:11:12.8370071Z adding 'torch/include/ATen/ops/atleast_2d.h' 2022-12-01T10:11:12.8372078Z adding 'torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.8373778Z adding 'torch/include/ATen/ops/atleast_2d_native.h' 2022-12-01T10:11:12.8375728Z adding 'torch/include/ATen/ops/atleast_2d_ops.h' 2022-12-01T10:11:12.8377566Z adding 'torch/include/ATen/ops/atleast_3d.h' 2022-12-01T10:11:12.8379538Z adding 'torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.8381241Z adding 'torch/include/ATen/ops/atleast_3d_native.h' 2022-12-01T10:11:12.8383294Z adding 'torch/include/ATen/ops/atleast_3d_ops.h' 2022-12-01T10:11:12.8385163Z adding 'torch/include/ATen/ops/avg_pool1d.h' 2022-12-01T10:11:12.8387208Z adding 'torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.8388828Z adding 'torch/include/ATen/ops/avg_pool1d_native.h' 2022-12-01T10:11:12.8390764Z adding 'torch/include/ATen/ops/avg_pool1d_ops.h' 2022-12-01T10:11:12.8392731Z adding 'torch/include/ATen/ops/avg_pool2d.h' 2022-12-01T10:11:12.8394782Z adding 'torch/include/ATen/ops/avg_pool2d_backward.h' 2022-12-01T10:11:12.8397056Z adding 'torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.8398787Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h' 2022-12-01T10:11:12.8401299Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h' 2022-12-01T10:11:12.8403208Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta.h' 2022-12-01T10:11:12.8404989Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h' 2022-12-01T10:11:12.8406928Z adding 'torch/include/ATen/ops/avg_pool2d_backward_native.h' 2022-12-01T10:11:12.8409070Z adding 'torch/include/ATen/ops/avg_pool2d_backward_ops.h' 2022-12-01T10:11:12.8411181Z adding 'torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.8413051Z adding 'torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h' 2022-12-01T10:11:12.8415026Z adding 'torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h' 2022-12-01T10:11:12.8417234Z adding 'torch/include/ATen/ops/avg_pool2d_meta.h' 2022-12-01T10:11:12.8419267Z adding 'torch/include/ATen/ops/avg_pool2d_meta_dispatch.h' 2022-12-01T10:11:12.8421219Z adding 'torch/include/ATen/ops/avg_pool2d_native.h' 2022-12-01T10:11:12.8423318Z adding 'torch/include/ATen/ops/avg_pool2d_ops.h' 2022-12-01T10:11:12.8425375Z adding 'torch/include/ATen/ops/avg_pool3d.h' 2022-12-01T10:11:12.8427411Z adding 'torch/include/ATen/ops/avg_pool3d_backward.h' 2022-12-01T10:11:12.8429552Z adding 'torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.8431346Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h' 2022-12-01T10:11:12.8433320Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h' 2022-12-01T10:11:12.8435171Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta.h' 2022-12-01T10:11:12.8437160Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h' 2022-12-01T10:11:12.8439106Z adding 'torch/include/ATen/ops/avg_pool3d_backward_native.h' 2022-12-01T10:11:12.8441441Z adding 'torch/include/ATen/ops/avg_pool3d_backward_ops.h' 2022-12-01T10:11:12.8443606Z adding 'torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.8445488Z adding 'torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h' 2022-12-01T10:11:12.8447365Z adding 'torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h' 2022-12-01T10:11:12.8449285Z adding 'torch/include/ATen/ops/avg_pool3d_meta.h' 2022-12-01T10:11:12.8451243Z adding 'torch/include/ATen/ops/avg_pool3d_meta_dispatch.h' 2022-12-01T10:11:12.8453123Z adding 'torch/include/ATen/ops/avg_pool3d_native.h' 2022-12-01T10:11:12.8455194Z adding 'torch/include/ATen/ops/avg_pool3d_ops.h' 2022-12-01T10:11:12.8457122Z adding 'torch/include/ATen/ops/baddbmm.h' 2022-12-01T10:11:12.8459157Z adding 'torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.8460951Z adding 'torch/include/ATen/ops/baddbmm_cpu_dispatch.h' 2022-12-01T10:11:12.8462807Z adding 'torch/include/ATen/ops/baddbmm_cuda_dispatch.h' 2022-12-01T10:11:12.8464928Z adding 'torch/include/ATen/ops/baddbmm_meta.h' 2022-12-01T10:11:12.8466983Z adding 'torch/include/ATen/ops/baddbmm_meta_dispatch.h' 2022-12-01T10:11:12.8468655Z adding 'torch/include/ATen/ops/baddbmm_native.h' 2022-12-01T10:11:12.8470687Z adding 'torch/include/ATen/ops/baddbmm_ops.h' 2022-12-01T10:11:12.8472957Z adding 'torch/include/ATen/ops/bartlett_window.h' 2022-12-01T10:11:12.8475151Z adding 'torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.8477041Z adding 'torch/include/ATen/ops/bartlett_window_native.h' 2022-12-01T10:11:12.8479462Z adding 'torch/include/ATen/ops/bartlett_window_ops.h' 2022-12-01T10:11:12.8481713Z adding 'torch/include/ATen/ops/batch_norm.h' 2022-12-01T10:11:12.8483680Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt.h' 2022-12-01T10:11:12.8485861Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.8487555Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h' 2022-12-01T10:11:12.8489455Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_native.h' 2022-12-01T10:11:12.8491466Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_ops.h' 2022-12-01T10:11:12.8493605Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce.h' 2022-12-01T10:11:12.8495721Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.8497675Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h' 2022-12-01T10:11:12.8499498Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_native.h' 2022-12-01T10:11:12.8501640Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_ops.h' 2022-12-01T10:11:12.8503618Z adding 'torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.8505497Z adding 'torch/include/ATen/ops/batch_norm_elemt.h' 2022-12-01T10:11:12.8507510Z adding 'torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h' 2022-12-01T10:11:12.8509348Z adding 'torch/include/ATen/ops/batch_norm_elemt_native.h' 2022-12-01T10:11:12.8511363Z adding 'torch/include/ATen/ops/batch_norm_elemt_ops.h' 2022-12-01T10:11:12.8513377Z adding 'torch/include/ATen/ops/batch_norm_gather_stats.h' 2022-12-01T10:11:12.8515422Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.8517293Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h' 2022-12-01T10:11:12.8519111Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_native.h' 2022-12-01T10:11:12.8521620Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_ops.h' 2022-12-01T10:11:12.8523679Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h' 2022-12-01T10:11:12.8525736Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.8527581Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h' 2022-12-01T10:11:12.8529489Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h' 2022-12-01T10:11:12.8531497Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h' 2022-12-01T10:11:12.8533295Z adding 'torch/include/ATen/ops/batch_norm_native.h' 2022-12-01T10:11:12.8535281Z adding 'torch/include/ATen/ops/batch_norm_ops.h' 2022-12-01T10:11:12.8537158Z adding 'torch/include/ATen/ops/batch_norm_stats.h' 2022-12-01T10:11:12.8539199Z adding 'torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.8540950Z adding 'torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h' 2022-12-01T10:11:12.8542678Z adding 'torch/include/ATen/ops/batch_norm_stats_native.h' 2022-12-01T10:11:12.8544624Z adding 'torch/include/ATen/ops/batch_norm_stats_ops.h' 2022-12-01T10:11:12.8546912Z adding 'torch/include/ATen/ops/batch_norm_update_stats.h' 2022-12-01T10:11:12.8549122Z adding 'torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.8551022Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h' 2022-12-01T10:11:12.8553011Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h' 2022-12-01T10:11:12.8554947Z adding 'torch/include/ATen/ops/batch_norm_update_stats_native.h' 2022-12-01T10:11:12.8557070Z adding 'torch/include/ATen/ops/batch_norm_update_stats_ops.h' 2022-12-01T10:11:12.8559206Z adding 'torch/include/ATen/ops/bernoulli.h' 2022-12-01T10:11:12.8561796Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.8563643Z adding 'torch/include/ATen/ops/bernoulli_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.8565650Z adding 'torch/include/ATen/ops/bernoulli_cpu_dispatch.h' 2022-12-01T10:11:12.8567462Z adding 'torch/include/ATen/ops/bernoulli_cuda_dispatch.h' 2022-12-01T10:11:12.8569514Z adding 'torch/include/ATen/ops/bernoulli_meta_dispatch.h' 2022-12-01T10:11:12.8571372Z adding 'torch/include/ATen/ops/bernoulli_native.h' 2022-12-01T10:11:12.8573402Z adding 'torch/include/ATen/ops/bernoulli_ops.h' 2022-12-01T10:11:12.8575212Z adding 'torch/include/ATen/ops/bilinear.h' 2022-12-01T10:11:12.8577078Z adding 'torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.8578707Z adding 'torch/include/ATen/ops/bilinear_native.h' 2022-12-01T10:11:12.8580464Z adding 'torch/include/ATen/ops/bilinear_ops.h' 2022-12-01T10:11:12.8582296Z adding 'torch/include/ATen/ops/binary_cross_entropy.h' 2022-12-01T10:11:12.8584073Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward.h' 2022-12-01T10:11:12.8585895Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h' 2022-12-01T10:11:12.8587617Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h' 2022-12-01T10:11:12.8589319Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_native.h' 2022-12-01T10:11:12.8591203Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_ops.h' 2022-12-01T10:11:12.8592965Z adding 'torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h' 2022-12-01T10:11:12.8594708Z adding 'torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h' 2022-12-01T10:11:12.8596359Z adding 'torch/include/ATen/ops/binary_cross_entropy_native.h' 2022-12-01T10:11:12.8598185Z adding 'torch/include/ATen/ops/binary_cross_entropy_ops.h' 2022-12-01T10:11:12.8600205Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits.h' 2022-12-01T10:11:12.8602304Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.8603989Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h' 2022-12-01T10:11:12.8605868Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h' 2022-12-01T10:11:12.8607581Z adding 'torch/include/ATen/ops/bincount.h' 2022-12-01T10:11:12.8609444Z adding 'torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.8620601Z adding 'torch/include/ATen/ops/bincount_cpu_dispatch.h' 2022-12-01T10:11:12.8622566Z adding 'torch/include/ATen/ops/bincount_cuda_dispatch.h' 2022-12-01T10:11:12.8624151Z adding 'torch/include/ATen/ops/bincount_native.h' 2022-12-01T10:11:12.8626047Z adding 'torch/include/ATen/ops/bincount_ops.h' 2022-12-01T10:11:12.8627799Z adding 'torch/include/ATen/ops/binomial.h' 2022-12-01T10:11:12.8629673Z adding 'torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.8631319Z adding 'torch/include/ATen/ops/binomial_cpu_dispatch.h' 2022-12-01T10:11:12.8632973Z adding 'torch/include/ATen/ops/binomial_cuda_dispatch.h' 2022-12-01T10:11:12.8634568Z adding 'torch/include/ATen/ops/binomial_native.h' 2022-12-01T10:11:12.8636380Z adding 'torch/include/ATen/ops/binomial_ops.h' 2022-12-01T10:11:12.8638208Z adding 'torch/include/ATen/ops/bitwise_and.h' 2022-12-01T10:11:12.8640197Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.8642355Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.8644212Z adding 'torch/include/ATen/ops/bitwise_and_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.8645808Z adding 'torch/include/ATen/ops/bitwise_and_cpu_dispatch.h' 2022-12-01T10:11:12.8647602Z adding 'torch/include/ATen/ops/bitwise_and_cuda_dispatch.h' 2022-12-01T10:11:12.8649555Z adding 'torch/include/ATen/ops/bitwise_and_meta.h' 2022-12-01T10:11:12.8651356Z adding 'torch/include/ATen/ops/bitwise_and_meta_dispatch.h' 2022-12-01T10:11:12.8653157Z adding 'torch/include/ATen/ops/bitwise_and_native.h' 2022-12-01T10:11:12.8655519Z adding 'torch/include/ATen/ops/bitwise_and_ops.h' 2022-12-01T10:11:12.8657600Z adding 'torch/include/ATen/ops/bitwise_left_shift.h' 2022-12-01T10:11:12.8659928Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.8661668Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.8663468Z adding 'torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h' 2022-12-01T10:11:12.8665284Z adding 'torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h' 2022-12-01T10:11:12.8667024Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta.h' 2022-12-01T10:11:12.8668842Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h' 2022-12-01T10:11:12.8670769Z adding 'torch/include/ATen/ops/bitwise_left_shift_native.h' 2022-12-01T10:11:12.8672949Z adding 'torch/include/ATen/ops/bitwise_left_shift_ops.h' 2022-12-01T10:11:12.8674936Z adding 'torch/include/ATen/ops/bitwise_not.h' 2022-12-01T10:11:12.8676863Z adding 'torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.8678644Z adding 'torch/include/ATen/ops/bitwise_not_cpu_dispatch.h' 2022-12-01T10:11:12.8680622Z adding 'torch/include/ATen/ops/bitwise_not_cuda_dispatch.h' 2022-12-01T10:11:12.8682419Z adding 'torch/include/ATen/ops/bitwise_not_meta.h' 2022-12-01T10:11:12.8684455Z adding 'torch/include/ATen/ops/bitwise_not_meta_dispatch.h' 2022-12-01T10:11:12.8686214Z adding 'torch/include/ATen/ops/bitwise_not_native.h' 2022-12-01T10:11:12.8688203Z adding 'torch/include/ATen/ops/bitwise_not_ops.h' 2022-12-01T10:11:12.8690239Z adding 'torch/include/ATen/ops/bitwise_or.h' 2022-12-01T10:11:12.8692314Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.8694238Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.8696092Z adding 'torch/include/ATen/ops/bitwise_or_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.8697915Z adding 'torch/include/ATen/ops/bitwise_or_cpu_dispatch.h' 2022-12-01T10:11:12.8699866Z adding 'torch/include/ATen/ops/bitwise_or_cuda_dispatch.h' 2022-12-01T10:11:12.8701687Z adding 'torch/include/ATen/ops/bitwise_or_meta.h' 2022-12-01T10:11:12.8703512Z adding 'torch/include/ATen/ops/bitwise_or_meta_dispatch.h' 2022-12-01T10:11:12.8705359Z adding 'torch/include/ATen/ops/bitwise_or_native.h' 2022-12-01T10:11:12.8707578Z adding 'torch/include/ATen/ops/bitwise_or_ops.h' 2022-12-01T10:11:12.8710135Z adding 'torch/include/ATen/ops/bitwise_right_shift.h' 2022-12-01T10:11:12.8712049Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.8713724Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.8715902Z adding 'torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h' 2022-12-01T10:11:12.8717749Z adding 'torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h' 2022-12-01T10:11:12.8719580Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta.h' 2022-12-01T10:11:12.8721705Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h' 2022-12-01T10:11:12.8723629Z adding 'torch/include/ATen/ops/bitwise_right_shift_native.h' 2022-12-01T10:11:12.8726011Z adding 'torch/include/ATen/ops/bitwise_right_shift_ops.h' 2022-12-01T10:11:12.8728155Z adding 'torch/include/ATen/ops/bitwise_xor.h' 2022-12-01T10:11:12.8730338Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.8732319Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.8734291Z adding 'torch/include/ATen/ops/bitwise_xor_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.8736275Z adding 'torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h' 2022-12-01T10:11:12.8738328Z adding 'torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h' 2022-12-01T10:11:12.8740403Z adding 'torch/include/ATen/ops/bitwise_xor_meta.h' 2022-12-01T10:11:12.8742386Z adding 'torch/include/ATen/ops/bitwise_xor_meta_dispatch.h' 2022-12-01T10:11:12.8744349Z adding 'torch/include/ATen/ops/bitwise_xor_native.h' 2022-12-01T10:11:12.8746811Z adding 'torch/include/ATen/ops/bitwise_xor_ops.h' 2022-12-01T10:11:12.8749160Z adding 'torch/include/ATen/ops/blackman_window.h' 2022-12-01T10:11:12.8751481Z adding 'torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.8753388Z adding 'torch/include/ATen/ops/blackman_window_native.h' 2022-12-01T10:11:12.8755710Z adding 'torch/include/ATen/ops/blackman_window_ops.h' 2022-12-01T10:11:12.8757743Z adding 'torch/include/ATen/ops/block_diag.h' 2022-12-01T10:11:12.8760044Z adding 'torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.8762119Z adding 'torch/include/ATen/ops/block_diag_native.h' 2022-12-01T10:11:12.8764239Z adding 'torch/include/ATen/ops/block_diag_ops.h' 2022-12-01T10:11:12.8766170Z adding 'torch/include/ATen/ops/bmm.h' 2022-12-01T10:11:12.8768309Z adding 'torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.8770135Z adding 'torch/include/ATen/ops/bmm_cpu_dispatch.h' 2022-12-01T10:11:12.8772139Z adding 'torch/include/ATen/ops/bmm_cuda_dispatch.h' 2022-12-01T10:11:12.8773974Z adding 'torch/include/ATen/ops/bmm_meta.h' 2022-12-01T10:11:12.8775996Z adding 'torch/include/ATen/ops/bmm_meta_dispatch.h' 2022-12-01T10:11:12.8777963Z adding 'torch/include/ATen/ops/bmm_native.h' 2022-12-01T10:11:12.8780087Z adding 'torch/include/ATen/ops/bmm_ops.h' 2022-12-01T10:11:12.8782016Z adding 'torch/include/ATen/ops/broadcast_tensors.h' 2022-12-01T10:11:12.8784105Z adding 'torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.8785914Z adding 'torch/include/ATen/ops/broadcast_tensors_native.h' 2022-12-01T10:11:12.8787924Z adding 'torch/include/ATen/ops/broadcast_tensors_ops.h' 2022-12-01T10:11:12.8789968Z adding 'torch/include/ATen/ops/broadcast_to.h' 2022-12-01T10:11:12.8792053Z adding 'torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.8793836Z adding 'torch/include/ATen/ops/broadcast_to_native.h' 2022-12-01T10:11:12.8795886Z adding 'torch/include/ATen/ops/broadcast_to_ops.h' 2022-12-01T10:11:12.8797956Z adding 'torch/include/ATen/ops/bucketize.h' 2022-12-01T10:11:12.8800500Z adding 'torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.8802468Z adding 'torch/include/ATen/ops/bucketize_cpu_dispatch.h' 2022-12-01T10:11:12.8804361Z adding 'torch/include/ATen/ops/bucketize_cuda_dispatch.h' 2022-12-01T10:11:12.8806253Z adding 'torch/include/ATen/ops/bucketize_native.h' 2022-12-01T10:11:12.8808419Z adding 'torch/include/ATen/ops/bucketize_ops.h' 2022-12-01T10:11:12.8810507Z adding 'torch/include/ATen/ops/can_cast.h' 2022-12-01T10:11:12.8812650Z adding 'torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.8814387Z adding 'torch/include/ATen/ops/can_cast_native.h' 2022-12-01T10:11:12.8816506Z adding 'torch/include/ATen/ops/can_cast_ops.h' 2022-12-01T10:11:12.8818431Z adding 'torch/include/ATen/ops/cartesian_prod.h' 2022-12-01T10:11:12.8820453Z adding 'torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.8822274Z adding 'torch/include/ATen/ops/cartesian_prod_native.h' 2022-12-01T10:11:12.8824231Z adding 'torch/include/ATen/ops/cartesian_prod_ops.h' 2022-12-01T10:11:12.8826249Z adding 'torch/include/ATen/ops/cat.h' 2022-12-01T10:11:12.8828470Z adding 'torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.8830447Z adding 'torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.8832684Z adding 'torch/include/ATen/ops/cat_cpu_dispatch.h' 2022-12-01T10:11:12.8834506Z adding 'torch/include/ATen/ops/cat_cuda_dispatch.h' 2022-12-01T10:11:12.8836818Z adding 'torch/include/ATen/ops/cat_meta.h' 2022-12-01T10:11:12.8839026Z adding 'torch/include/ATen/ops/cat_meta_dispatch.h' 2022-12-01T10:11:12.8841284Z adding 'torch/include/ATen/ops/cat_native.h' 2022-12-01T10:11:12.8843607Z adding 'torch/include/ATen/ops/cat_ops.h' 2022-12-01T10:11:12.8845794Z adding 'torch/include/ATen/ops/cauchy.h' 2022-12-01T10:11:12.8847941Z adding 'torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.8849976Z adding 'torch/include/ATen/ops/cauchy_cpu_dispatch.h' 2022-12-01T10:11:12.8852094Z adding 'torch/include/ATen/ops/cauchy_cuda_dispatch.h' 2022-12-01T10:11:12.8854203Z adding 'torch/include/ATen/ops/cauchy_meta_dispatch.h' 2022-12-01T10:11:12.8856261Z adding 'torch/include/ATen/ops/cauchy_native.h' 2022-12-01T10:11:12.8858571Z adding 'torch/include/ATen/ops/cauchy_ops.h' 2022-12-01T10:11:12.8860673Z adding 'torch/include/ATen/ops/ccol_indices.h' 2022-12-01T10:11:12.8862864Z adding 'torch/include/ATen/ops/ccol_indices_copy.h' 2022-12-01T10:11:12.8865078Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.8867084Z adding 'torch/include/ATen/ops/ccol_indices_copy_native.h' 2022-12-01T10:11:12.8869334Z adding 'torch/include/ATen/ops/ccol_indices_copy_ops.h' 2022-12-01T10:11:12.8871667Z adding 'torch/include/ATen/ops/ccol_indices_native.h' 2022-12-01T10:11:12.8873586Z adding 'torch/include/ATen/ops/ccol_indices_ops.h' 2022-12-01T10:11:12.8875701Z adding 'torch/include/ATen/ops/cdist.h' 2022-12-01T10:11:12.8877979Z adding 'torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.8880389Z adding 'torch/include/ATen/ops/cdist_native.h' 2022-12-01T10:11:12.8882567Z adding 'torch/include/ATen/ops/cdist_ops.h' 2022-12-01T10:11:12.8884750Z adding 'torch/include/ATen/ops/ceil.h' 2022-12-01T10:11:12.8887093Z adding 'torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.8889092Z adding 'torch/include/ATen/ops/ceil_cpu_dispatch.h' 2022-12-01T10:11:12.8891257Z adding 'torch/include/ATen/ops/ceil_cuda_dispatch.h' 2022-12-01T10:11:12.8893247Z adding 'torch/include/ATen/ops/ceil_meta.h' 2022-12-01T10:11:12.8895474Z adding 'torch/include/ATen/ops/ceil_meta_dispatch.h' 2022-12-01T10:11:12.8897466Z adding 'torch/include/ATen/ops/ceil_native.h' 2022-12-01T10:11:12.8899618Z adding 'torch/include/ATen/ops/ceil_ops.h' 2022-12-01T10:11:12.8901656Z adding 'torch/include/ATen/ops/celu.h' 2022-12-01T10:11:12.8903894Z adding 'torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.8905905Z adding 'torch/include/ATen/ops/celu_native.h' 2022-12-01T10:11:12.8907920Z adding 'torch/include/ATen/ops/celu_ops.h' 2022-12-01T10:11:12.8910111Z adding 'torch/include/ATen/ops/chain_matmul.h' 2022-12-01T10:11:12.8912134Z adding 'torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.8913955Z adding 'torch/include/ATen/ops/chain_matmul_native.h' 2022-12-01T10:11:12.8916064Z adding 'torch/include/ATen/ops/chain_matmul_ops.h' 2022-12-01T10:11:12.8917967Z adding 'torch/include/ATen/ops/chalf.h' 2022-12-01T10:11:12.8920246Z adding 'torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.8922274Z adding 'torch/include/ATen/ops/chalf_native.h' 2022-12-01T10:11:12.8924355Z adding 'torch/include/ATen/ops/chalf_ops.h' 2022-12-01T10:11:12.8926428Z adding 'torch/include/ATen/ops/channel_shuffle.h' 2022-12-01T10:11:12.8928562Z adding 'torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.8930411Z adding 'torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h' 2022-12-01T10:11:12.8932299Z adding 'torch/include/ATen/ops/channel_shuffle_native.h' 2022-12-01T10:11:12.8934584Z adding 'torch/include/ATen/ops/channel_shuffle_ops.h' 2022-12-01T10:11:12.8936409Z adding 'torch/include/ATen/ops/cholesky.h' 2022-12-01T10:11:12.8938437Z adding 'torch/include/ATen/ops/cholesky_cpu_dispatch.h' 2022-12-01T10:11:12.8940415Z adding 'torch/include/ATen/ops/cholesky_cuda_dispatch.h' 2022-12-01T10:11:12.8942405Z adding 'torch/include/ATen/ops/cholesky_inverse.h' 2022-12-01T10:11:12.8944436Z adding 'torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h' 2022-12-01T10:11:12.8946482Z adding 'torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h' 2022-12-01T10:11:12.8948370Z adding 'torch/include/ATen/ops/cholesky_inverse_native.h' 2022-12-01T10:11:12.8950531Z adding 'torch/include/ATen/ops/cholesky_inverse_ops.h' 2022-12-01T10:11:12.8952448Z adding 'torch/include/ATen/ops/cholesky_native.h' 2022-12-01T10:11:12.8954544Z adding 'torch/include/ATen/ops/cholesky_ops.h' 2022-12-01T10:11:12.8956549Z adding 'torch/include/ATen/ops/cholesky_solve.h' 2022-12-01T10:11:12.8958704Z adding 'torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.8960806Z adding 'torch/include/ATen/ops/cholesky_solve_native.h' 2022-12-01T10:11:12.8962915Z adding 'torch/include/ATen/ops/cholesky_solve_ops.h' 2022-12-01T10:11:12.8964929Z adding 'torch/include/ATen/ops/choose_qparams_optimized.h' 2022-12-01T10:11:12.8967200Z adding 'torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.8969012Z adding 'torch/include/ATen/ops/choose_qparams_optimized_native.h' 2022-12-01T10:11:12.8971065Z adding 'torch/include/ATen/ops/choose_qparams_optimized_ops.h' 2022-12-01T10:11:12.8972951Z adding 'torch/include/ATen/ops/chunk.h' 2022-12-01T10:11:12.8975035Z adding 'torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.8976877Z adding 'torch/include/ATen/ops/chunk_native.h' 2022-12-01T10:11:12.8978900Z adding 'torch/include/ATen/ops/chunk_ops.h' 2022-12-01T10:11:12.8981036Z adding 'torch/include/ATen/ops/clamp.h' 2022-12-01T10:11:12.8983277Z adding 'torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.8985280Z adding 'torch/include/ATen/ops/clamp_cpu_dispatch.h' 2022-12-01T10:11:12.8987341Z adding 'torch/include/ATen/ops/clamp_cuda_dispatch.h' 2022-12-01T10:11:12.8989442Z adding 'torch/include/ATen/ops/clamp_max.h' 2022-12-01T10:11:12.8991623Z adding 'torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.8993545Z adding 'torch/include/ATen/ops/clamp_max_cpu_dispatch.h' 2022-12-01T10:11:12.8995594Z adding 'torch/include/ATen/ops/clamp_max_cuda_dispatch.h' 2022-12-01T10:11:12.8997611Z adding 'torch/include/ATen/ops/clamp_max_meta.h' 2022-12-01T10:11:12.8999800Z adding 'torch/include/ATen/ops/clamp_max_meta_dispatch.h' 2022-12-01T10:11:12.9001995Z adding 'torch/include/ATen/ops/clamp_max_native.h' 2022-12-01T10:11:12.9004248Z adding 'torch/include/ATen/ops/clamp_max_ops.h' 2022-12-01T10:11:12.9006289Z adding 'torch/include/ATen/ops/clamp_meta.h' 2022-12-01T10:11:12.9008293Z adding 'torch/include/ATen/ops/clamp_meta_dispatch.h' 2022-12-01T10:11:12.9010346Z adding 'torch/include/ATen/ops/clamp_min.h' 2022-12-01T10:11:12.9012512Z adding 'torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.9014460Z adding 'torch/include/ATen/ops/clamp_min_cpu_dispatch.h' 2022-12-01T10:11:12.9016504Z adding 'torch/include/ATen/ops/clamp_min_cuda_dispatch.h' 2022-12-01T10:11:12.9018434Z adding 'torch/include/ATen/ops/clamp_min_meta.h' 2022-12-01T10:11:12.9020475Z adding 'torch/include/ATen/ops/clamp_min_meta_dispatch.h' 2022-12-01T10:11:12.9022374Z adding 'torch/include/ATen/ops/clamp_min_native.h' 2022-12-01T10:11:12.9024645Z adding 'torch/include/ATen/ops/clamp_min_ops.h' 2022-12-01T10:11:12.9026713Z adding 'torch/include/ATen/ops/clamp_native.h' 2022-12-01T10:11:12.9029271Z adding 'torch/include/ATen/ops/clamp_ops.h' 2022-12-01T10:11:12.9031595Z adding 'torch/include/ATen/ops/clip.h' 2022-12-01T10:11:12.9033816Z adding 'torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.9035643Z adding 'torch/include/ATen/ops/clip_native.h' 2022-12-01T10:11:12.9037914Z adding 'torch/include/ATen/ops/clip_ops.h' 2022-12-01T10:11:12.9040255Z adding 'torch/include/ATen/ops/clone.h' 2022-12-01T10:11:12.9042401Z adding 'torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.9044351Z adding 'torch/include/ATen/ops/clone_native.h' 2022-12-01T10:11:12.9046497Z adding 'torch/include/ATen/ops/clone_ops.h' 2022-12-01T10:11:12.9048423Z adding 'torch/include/ATen/ops/coalesce.h' 2022-12-01T10:11:12.9050796Z adding 'torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.9052463Z adding 'torch/include/ATen/ops/coalesce_native.h' 2022-12-01T10:11:12.9054397Z adding 'torch/include/ATen/ops/coalesce_ops.h' 2022-12-01T10:11:12.9056522Z adding 'torch/include/ATen/ops/col2im.h' 2022-12-01T10:11:12.9058652Z adding 'torch/include/ATen/ops/col2im_cpu_dispatch.h' 2022-12-01T10:11:12.9060744Z adding 'torch/include/ATen/ops/col2im_cuda_dispatch.h' 2022-12-01T10:11:12.9062763Z adding 'torch/include/ATen/ops/col2im_native.h' 2022-12-01T10:11:12.9064887Z adding 'torch/include/ATen/ops/col2im_ops.h' 2022-12-01T10:11:12.9066823Z adding 'torch/include/ATen/ops/col_indices.h' 2022-12-01T10:11:12.9068821Z adding 'torch/include/ATen/ops/col_indices_copy.h' 2022-12-01T10:11:12.9070881Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.9072976Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.9074855Z adding 'torch/include/ATen/ops/col_indices_copy_native.h' 2022-12-01T10:11:12.9076972Z adding 'torch/include/ATen/ops/col_indices_copy_ops.h' 2022-12-01T10:11:12.9078979Z adding 'torch/include/ATen/ops/col_indices_native.h' 2022-12-01T10:11:12.9081426Z adding 'torch/include/ATen/ops/col_indices_ops.h' 2022-12-01T10:11:12.9083543Z adding 'torch/include/ATen/ops/column_stack.h' 2022-12-01T10:11:12.9085678Z adding 'torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.9087576Z adding 'torch/include/ATen/ops/column_stack_native.h' 2022-12-01T10:11:12.9090441Z adding 'torch/include/ATen/ops/column_stack_ops.h' 2022-12-01T10:11:12.9092551Z adding 'torch/include/ATen/ops/combinations.h' 2022-12-01T10:11:12.9094688Z adding 'torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.9096617Z adding 'torch/include/ATen/ops/combinations_native.h' 2022-12-01T10:11:12.9098772Z adding 'torch/include/ATen/ops/combinations_ops.h' 2022-12-01T10:11:12.9100826Z adding 'torch/include/ATen/ops/complex.h' 2022-12-01T10:11:12.9102950Z adding 'torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.9105024Z adding 'torch/include/ATen/ops/complex_cpu_dispatch.h' 2022-12-01T10:11:12.9106997Z adding 'torch/include/ATen/ops/complex_cuda_dispatch.h' 2022-12-01T10:11:12.9108947Z adding 'torch/include/ATen/ops/complex_native.h' 2022-12-01T10:11:12.9111076Z adding 'torch/include/ATen/ops/complex_ops.h' 2022-12-01T10:11:12.9113215Z adding 'torch/include/ATen/ops/concat.h' 2022-12-01T10:11:12.9115425Z adding 'torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.9117448Z adding 'torch/include/ATen/ops/concat_native.h' 2022-12-01T10:11:12.9120193Z adding 'torch/include/ATen/ops/concat_ops.h' 2022-12-01T10:11:12.9122333Z adding 'torch/include/ATen/ops/concatenate.h' 2022-12-01T10:11:12.9124659Z adding 'torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.9126612Z adding 'torch/include/ATen/ops/concatenate_native.h' 2022-12-01T10:11:12.9128748Z adding 'torch/include/ATen/ops/concatenate_ops.h' 2022-12-01T10:11:12.9130836Z adding 'torch/include/ATen/ops/conj.h' 2022-12-01T10:11:12.9138772Z adding 'torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.9139031Z adding 'torch/include/ATen/ops/conj_native.h' 2022-12-01T10:11:12.9139293Z adding 'torch/include/ATen/ops/conj_ops.h' 2022-12-01T10:11:12.9139585Z adding 'torch/include/ATen/ops/conj_physical.h' 2022-12-01T10:11:12.9141556Z adding 'torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.9143540Z adding 'torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.9145395Z adding 'torch/include/ATen/ops/conj_physical_cpu_dispatch.h' 2022-12-01T10:11:12.9147403Z adding 'torch/include/ATen/ops/conj_physical_cuda_dispatch.h' 2022-12-01T10:11:12.9149241Z adding 'torch/include/ATen/ops/conj_physical_native.h' 2022-12-01T10:11:12.9151426Z adding 'torch/include/ATen/ops/conj_physical_ops.h' 2022-12-01T10:11:12.9153552Z adding 'torch/include/ATen/ops/constant_pad_nd.h' 2022-12-01T10:11:12.9155696Z adding 'torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.9157578Z adding 'torch/include/ATen/ops/constant_pad_nd_native.h' 2022-12-01T10:11:12.9159868Z adding 'torch/include/ATen/ops/constant_pad_nd_ops.h' 2022-12-01T10:11:12.9162218Z adding 'torch/include/ATen/ops/contiguous.h' 2022-12-01T10:11:12.9164205Z adding 'torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.9165971Z adding 'torch/include/ATen/ops/contiguous_native.h' 2022-12-01T10:11:12.9167732Z adding 'torch/include/ATen/ops/contiguous_ops.h' 2022-12-01T10:11:12.9169861Z adding 'torch/include/ATen/ops/conv1d.h' 2022-12-01T10:11:12.9171817Z adding 'torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.9173583Z adding 'torch/include/ATen/ops/conv1d_native.h' 2022-12-01T10:11:12.9175661Z adding 'torch/include/ATen/ops/conv1d_ops.h' 2022-12-01T10:11:12.9177633Z adding 'torch/include/ATen/ops/conv2d.h' 2022-12-01T10:11:12.9179728Z adding 'torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.9181528Z adding 'torch/include/ATen/ops/conv2d_native.h' 2022-12-01T10:11:12.9183669Z adding 'torch/include/ATen/ops/conv2d_ops.h' 2022-12-01T10:11:12.9185672Z adding 'torch/include/ATen/ops/conv3d.h' 2022-12-01T10:11:12.9187706Z adding 'torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.9189396Z adding 'torch/include/ATen/ops/conv3d_native.h' 2022-12-01T10:11:12.9191365Z adding 'torch/include/ATen/ops/conv3d_ops.h' 2022-12-01T10:11:12.9193253Z adding 'torch/include/ATen/ops/conv_depthwise3d.h' 2022-12-01T10:11:12.9195259Z adding 'torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.9196977Z adding 'torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h' 2022-12-01T10:11:12.9198678Z adding 'torch/include/ATen/ops/conv_depthwise3d_native.h' 2022-12-01T10:11:12.9200872Z adding 'torch/include/ATen/ops/conv_depthwise3d_ops.h' 2022-12-01T10:11:12.9202854Z adding 'torch/include/ATen/ops/conv_tbc.h' 2022-12-01T10:11:12.9204614Z adding 'torch/include/ATen/ops/conv_tbc_backward.h' 2022-12-01T10:11:12.9206707Z adding 'torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.9208144Z adding 'torch/include/ATen/ops/conv_tbc_backward_native.h' 2022-12-01T10:11:12.9210225Z adding 'torch/include/ATen/ops/conv_tbc_backward_ops.h' 2022-12-01T10:11:12.9212197Z adding 'torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.9213653Z adding 'torch/include/ATen/ops/conv_tbc_native.h' 2022-12-01T10:11:12.9215743Z adding 'torch/include/ATen/ops/conv_tbc_ops.h' 2022-12-01T10:11:12.9217386Z adding 'torch/include/ATen/ops/conv_transpose1d.h' 2022-12-01T10:11:12.9219362Z adding 'torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.9221122Z adding 'torch/include/ATen/ops/conv_transpose1d_native.h' 2022-12-01T10:11:12.9223050Z adding 'torch/include/ATen/ops/conv_transpose1d_ops.h' 2022-12-01T10:11:12.9224937Z adding 'torch/include/ATen/ops/conv_transpose2d.h' 2022-12-01T10:11:12.9226888Z adding 'torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.9228593Z adding 'torch/include/ATen/ops/conv_transpose2d_native.h' 2022-12-01T10:11:12.9230511Z adding 'torch/include/ATen/ops/conv_transpose2d_ops.h' 2022-12-01T10:11:12.9232368Z adding 'torch/include/ATen/ops/conv_transpose3d.h' 2022-12-01T10:11:12.9234335Z adding 'torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.9236005Z adding 'torch/include/ATen/ops/conv_transpose3d_native.h' 2022-12-01T10:11:12.9237932Z adding 'torch/include/ATen/ops/conv_transpose3d_ops.h' 2022-12-01T10:11:12.9240616Z adding 'torch/include/ATen/ops/convolution.h' 2022-12-01T10:11:12.9242553Z adding 'torch/include/ATen/ops/convolution_backward.h' 2022-12-01T10:11:12.9244900Z adding 'torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.9246831Z adding 'torch/include/ATen/ops/convolution_backward_cuda_dispatch.h' 2022-12-01T10:11:12.9248721Z adding 'torch/include/ATen/ops/convolution_backward_native.h' 2022-12-01T10:11:12.9250813Z adding 'torch/include/ATen/ops/convolution_backward_ops.h' 2022-12-01T10:11:12.9253048Z adding 'torch/include/ATen/ops/convolution_backward_overrideable.h' 2022-12-01T10:11:12.9255137Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.9257124Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_native.h' 2022-12-01T10:11:12.9259153Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_ops.h' 2022-12-01T10:11:12.9261394Z adding 'torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.9263298Z adding 'torch/include/ATen/ops/convolution_native.h' 2022-12-01T10:11:12.9265551Z adding 'torch/include/ATen/ops/convolution_ops.h' 2022-12-01T10:11:12.9267734Z adding 'torch/include/ATen/ops/convolution_overrideable.h' 2022-12-01T10:11:12.9269963Z adding 'torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.9271860Z adding 'torch/include/ATen/ops/convolution_overrideable_native.h' 2022-12-01T10:11:12.9274132Z adding 'torch/include/ATen/ops/convolution_overrideable_ops.h' 2022-12-01T10:11:12.9276225Z adding 'torch/include/ATen/ops/copy.h' 2022-12-01T10:11:12.9278421Z adding 'torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.9281010Z adding 'torch/include/ATen/ops/copy_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.9282919Z adding 'torch/include/ATen/ops/copy_native.h' 2022-12-01T10:11:12.9284941Z adding 'torch/include/ATen/ops/copy_ops.h' 2022-12-01T10:11:12.9287163Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse.h' 2022-12-01T10:11:12.9289276Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.9291293Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h' 2022-12-01T10:11:12.9293206Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_native.h' 2022-12-01T10:11:12.9295371Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_ops.h' 2022-12-01T10:11:12.9297632Z adding 'torch/include/ATen/ops/copysign.h' 2022-12-01T10:11:12.9299793Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.9301931Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.9303747Z adding 'torch/include/ATen/ops/copysign_cpu_dispatch.h' 2022-12-01T10:11:12.9305814Z adding 'torch/include/ATen/ops/copysign_cuda_dispatch.h' 2022-12-01T10:11:12.9307700Z adding 'torch/include/ATen/ops/copysign_meta.h' 2022-12-01T10:11:12.9309637Z adding 'torch/include/ATen/ops/copysign_meta_dispatch.h' 2022-12-01T10:11:12.9311495Z adding 'torch/include/ATen/ops/copysign_native.h' 2022-12-01T10:11:12.9313700Z adding 'torch/include/ATen/ops/copysign_ops.h' 2022-12-01T10:11:12.9315654Z adding 'torch/include/ATen/ops/corrcoef.h' 2022-12-01T10:11:12.9317709Z adding 'torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.9319586Z adding 'torch/include/ATen/ops/corrcoef_native.h' 2022-12-01T10:11:12.9321645Z adding 'torch/include/ATen/ops/corrcoef_ops.h' 2022-12-01T10:11:12.9323503Z adding 'torch/include/ATen/ops/cos.h' 2022-12-01T10:11:12.9325559Z adding 'torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.9327348Z adding 'torch/include/ATen/ops/cos_cpu_dispatch.h' 2022-12-01T10:11:12.9329333Z adding 'torch/include/ATen/ops/cos_cuda_dispatch.h' 2022-12-01T10:11:12.9331214Z adding 'torch/include/ATen/ops/cos_meta.h' 2022-12-01T10:11:12.9333197Z adding 'torch/include/ATen/ops/cos_meta_dispatch.h' 2022-12-01T10:11:12.9334965Z adding 'torch/include/ATen/ops/cos_native.h' 2022-12-01T10:11:12.9336963Z adding 'torch/include/ATen/ops/cos_ops.h' 2022-12-01T10:11:12.9338969Z adding 'torch/include/ATen/ops/cosh.h' 2022-12-01T10:11:12.9341014Z adding 'torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.9343439Z adding 'torch/include/ATen/ops/cosh_cpu_dispatch.h' 2022-12-01T10:11:12.9345042Z adding 'torch/include/ATen/ops/cosh_cuda_dispatch.h' 2022-12-01T10:11:12.9346944Z adding 'torch/include/ATen/ops/cosh_meta.h' 2022-12-01T10:11:12.9348820Z adding 'torch/include/ATen/ops/cosh_meta_dispatch.h' 2022-12-01T10:11:12.9350509Z adding 'torch/include/ATen/ops/cosh_native.h' 2022-12-01T10:11:12.9352504Z adding 'torch/include/ATen/ops/cosh_ops.h' 2022-12-01T10:11:12.9354303Z adding 'torch/include/ATen/ops/cosine_embedding_loss.h' 2022-12-01T10:11:12.9356471Z adding 'torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.9357951Z adding 'torch/include/ATen/ops/cosine_embedding_loss_native.h' 2022-12-01T10:11:12.9360002Z adding 'torch/include/ATen/ops/cosine_embedding_loss_ops.h' 2022-12-01T10:11:12.9362182Z adding 'torch/include/ATen/ops/cosine_similarity.h' 2022-12-01T10:11:12.9364371Z adding 'torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.9366849Z adding 'torch/include/ATen/ops/cosine_similarity_native.h' 2022-12-01T10:11:12.9368658Z adding 'torch/include/ATen/ops/cosine_similarity_ops.h' 2022-12-01T10:11:12.9370516Z adding 'torch/include/ATen/ops/count_nonzero.h' 2022-12-01T10:11:12.9372684Z adding 'torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.9374467Z adding 'torch/include/ATen/ops/count_nonzero_cpu_dispatch.h' 2022-12-01T10:11:12.9376240Z adding 'torch/include/ATen/ops/count_nonzero_cuda_dispatch.h' 2022-12-01T10:11:12.9378836Z adding 'torch/include/ATen/ops/count_nonzero_native.h' 2022-12-01T10:11:12.9380734Z adding 'torch/include/ATen/ops/count_nonzero_ops.h' 2022-12-01T10:11:12.9382088Z adding 'torch/include/ATen/ops/cov.h' 2022-12-01T10:11:12.9384318Z adding 'torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.9385839Z adding 'torch/include/ATen/ops/cov_native.h' 2022-12-01T10:11:12.9387698Z adding 'torch/include/ATen/ops/cov_ops.h' 2022-12-01T10:11:12.9389558Z adding 'torch/include/ATen/ops/cross.h' 2022-12-01T10:11:12.9391783Z adding 'torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.9394088Z adding 'torch/include/ATen/ops/cross_entropy_loss.h' 2022-12-01T10:11:12.9396343Z adding 'torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.9397882Z adding 'torch/include/ATen/ops/cross_entropy_loss_native.h' 2022-12-01T10:11:12.9399666Z adding 'torch/include/ATen/ops/cross_entropy_loss_ops.h' 2022-12-01T10:11:12.9401522Z adding 'torch/include/ATen/ops/cross_native.h' 2022-12-01T10:11:12.9403684Z adding 'torch/include/ATen/ops/cross_ops.h' 2022-12-01T10:11:12.9405264Z adding 'torch/include/ATen/ops/crow_indices.h' 2022-12-01T10:11:12.9406949Z adding 'torch/include/ATen/ops/crow_indices_copy.h' 2022-12-01T10:11:12.9408814Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.9410747Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.9412434Z adding 'torch/include/ATen/ops/crow_indices_copy_native.h' 2022-12-01T10:11:12.9414108Z adding 'torch/include/ATen/ops/crow_indices_copy_ops.h' 2022-12-01T10:11:12.9415982Z adding 'torch/include/ATen/ops/crow_indices_native.h' 2022-12-01T10:11:12.9417930Z adding 'torch/include/ATen/ops/crow_indices_ops.h' 2022-12-01T10:11:12.9419853Z adding 'torch/include/ATen/ops/ctc_loss.h' 2022-12-01T10:11:12.9421939Z adding 'torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.9423741Z adding 'torch/include/ATen/ops/ctc_loss_native.h' 2022-12-01T10:11:12.9426045Z adding 'torch/include/ATen/ops/ctc_loss_ops.h' 2022-12-01T10:11:12.9427964Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator.h' 2022-12-01T10:11:12.9429988Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h' 2022-12-01T10:11:12.9432047Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.9433983Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h' 2022-12-01T10:11:12.9435848Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h' 2022-12-01T10:11:12.9437901Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h' 2022-12-01T10:11:12.9440023Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.9441952Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h' 2022-12-01T10:11:12.9443648Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_native.h' 2022-12-01T10:11:12.9445553Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h' 2022-12-01T10:11:12.9447581Z adding 'torch/include/ATen/ops/cudnn_batch_norm.h' 2022-12-01T10:11:12.9449700Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward.h' 2022-12-01T10:11:12.9451571Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.9453295Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h' 2022-12-01T10:11:12.9454967Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_native.h' 2022-12-01T10:11:12.9456935Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h' 2022-12-01T10:11:12.9458994Z adding 'torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.9460690Z adding 'torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h' 2022-12-01T10:11:12.9462425Z adding 'torch/include/ATen/ops/cudnn_batch_norm_native.h' 2022-12-01T10:11:12.9464706Z adding 'torch/include/ATen/ops/cudnn_batch_norm_ops.h' 2022-12-01T10:11:12.9466519Z adding 'torch/include/ATen/ops/cudnn_convolution.h' 2022-12-01T10:11:12.9468593Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu.h' 2022-12-01T10:11:12.9470481Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.9472137Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h' 2022-12-01T10:11:12.9473796Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_native.h' 2022-12-01T10:11:12.9475679Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h' 2022-12-01T10:11:12.9477761Z adding 'torch/include/ATen/ops/cudnn_convolution_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.9479867Z adding 'torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h' 2022-12-01T10:11:12.9481764Z adding 'torch/include/ATen/ops/cudnn_convolution_native.h' 2022-12-01T10:11:12.9483711Z adding 'torch/include/ATen/ops/cudnn_convolution_ops.h' 2022-12-01T10:11:12.9485970Z adding 'torch/include/ATen/ops/cudnn_convolution_relu.h' 2022-12-01T10:11:12.9488132Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.9489994Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h' 2022-12-01T10:11:12.9491823Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_native.h' 2022-12-01T10:11:12.9493754Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_ops.h' 2022-12-01T10:11:12.9495819Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose.h' 2022-12-01T10:11:12.9497871Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.9499642Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h' 2022-12-01T10:11:12.9501491Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_native.h' 2022-12-01T10:11:12.9503562Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_ops.h' 2022-12-01T10:11:12.9505528Z adding 'torch/include/ATen/ops/cudnn_grid_sampler.h' 2022-12-01T10:11:12.9507429Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward.h' 2022-12-01T10:11:12.9509430Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.9511203Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h' 2022-12-01T10:11:12.9512974Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h' 2022-12-01T10:11:12.9514929Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h' 2022-12-01T10:11:12.9516935Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.9518874Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h' 2022-12-01T10:11:12.9520812Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_native.h' 2022-12-01T10:11:12.9522855Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_ops.h' 2022-12-01T10:11:12.9524620Z adding 'torch/include/ATen/ops/cudnn_is_acceptable.h' 2022-12-01T10:11:12.9526476Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.9528168Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_native.h' 2022-12-01T10:11:12.9529957Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_ops.h' 2022-12-01T10:11:12.9531964Z adding 'torch/include/ATen/ops/cummax.h' 2022-12-01T10:11:12.9533895Z adding 'torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.9535892Z adding 'torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.9537934Z adding 'torch/include/ATen/ops/cummax_native.h' 2022-12-01T10:11:12.9539884Z adding 'torch/include/ATen/ops/cummax_ops.h' 2022-12-01T10:11:12.9541831Z adding 'torch/include/ATen/ops/cummaxmin_backward.h' 2022-12-01T10:11:12.9543994Z adding 'torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.9546366Z adding 'torch/include/ATen/ops/cummaxmin_backward_native.h' 2022-12-01T10:11:12.9548248Z adding 'torch/include/ATen/ops/cummaxmin_backward_ops.h' 2022-12-01T10:11:12.9550108Z adding 'torch/include/ATen/ops/cummin.h' 2022-12-01T10:11:12.9552193Z adding 'torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.9554067Z adding 'torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.9555820Z adding 'torch/include/ATen/ops/cummin_native.h' 2022-12-01T10:11:12.9557857Z adding 'torch/include/ATen/ops/cummin_ops.h' 2022-12-01T10:11:12.9559944Z adding 'torch/include/ATen/ops/cumprod.h' 2022-12-01T10:11:12.9562084Z adding 'torch/include/ATen/ops/cumprod_backward.h' 2022-12-01T10:11:12.9564033Z adding 'torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.9565785Z adding 'torch/include/ATen/ops/cumprod_backward_native.h' 2022-12-01T10:11:12.9567728Z adding 'torch/include/ATen/ops/cumprod_backward_ops.h' 2022-12-01T10:11:12.9569668Z adding 'torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.9571482Z adding 'torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.9573315Z adding 'torch/include/ATen/ops/cumprod_cpu_dispatch.h' 2022-12-01T10:11:12.9575198Z adding 'torch/include/ATen/ops/cumprod_cuda_dispatch.h' 2022-12-01T10:11:12.9576955Z adding 'torch/include/ATen/ops/cumprod_meta.h' 2022-12-01T10:11:12.9578839Z adding 'torch/include/ATen/ops/cumprod_meta_dispatch.h' 2022-12-01T10:11:12.9580663Z adding 'torch/include/ATen/ops/cumprod_native.h' 2022-12-01T10:11:12.9582844Z adding 'torch/include/ATen/ops/cumprod_ops.h' 2022-12-01T10:11:12.9584892Z adding 'torch/include/ATen/ops/cumsum.h' 2022-12-01T10:11:12.9586910Z adding 'torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.9588730Z adding 'torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.9590582Z adding 'torch/include/ATen/ops/cumsum_cpu_dispatch.h' 2022-12-01T10:11:12.9592415Z adding 'torch/include/ATen/ops/cumsum_cuda_dispatch.h' 2022-12-01T10:11:12.9594189Z adding 'torch/include/ATen/ops/cumsum_meta.h' 2022-12-01T10:11:12.9596083Z adding 'torch/include/ATen/ops/cumsum_meta_dispatch.h' 2022-12-01T10:11:12.9597903Z adding 'torch/include/ATen/ops/cumsum_native.h' 2022-12-01T10:11:12.9600208Z adding 'torch/include/ATen/ops/cumsum_ops.h' 2022-12-01T10:11:12.9602309Z adding 'torch/include/ATen/ops/cumulative_trapezoid.h' 2022-12-01T10:11:12.9604232Z adding 'torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.9605988Z adding 'torch/include/ATen/ops/cumulative_trapezoid_native.h' 2022-12-01T10:11:12.9607877Z adding 'torch/include/ATen/ops/cumulative_trapezoid_ops.h' 2022-12-01T10:11:12.9609564Z adding 'torch/include/ATen/ops/data.h' 2022-12-01T10:11:12.9611582Z adding 'torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.9613230Z adding 'torch/include/ATen/ops/data_native.h' 2022-12-01T10:11:12.9615113Z adding 'torch/include/ATen/ops/data_ops.h' 2022-12-01T10:11:12.9616960Z adding 'torch/include/ATen/ops/deg2rad.h' 2022-12-01T10:11:12.9618918Z adding 'torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.9620772Z adding 'torch/include/ATen/ops/deg2rad_native.h' 2022-12-01T10:11:12.9622531Z adding 'torch/include/ATen/ops/deg2rad_ops.h' 2022-12-01T10:11:12.9624324Z adding 'torch/include/ATen/ops/dense_dim.h' 2022-12-01T10:11:12.9626113Z adding 'torch/include/ATen/ops/dense_dim_native.h' 2022-12-01T10:11:12.9628021Z adding 'torch/include/ATen/ops/dense_dim_ops.h' 2022-12-01T10:11:12.9629997Z adding 'torch/include/ATen/ops/dequantize.h' 2022-12-01T10:11:12.9632218Z adding 'torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.9633989Z adding 'torch/include/ATen/ops/dequantize_cpu_dispatch.h' 2022-12-01T10:11:12.9635757Z adding 'torch/include/ATen/ops/dequantize_cuda_dispatch.h' 2022-12-01T10:11:12.9637581Z adding 'torch/include/ATen/ops/dequantize_native.h' 2022-12-01T10:11:12.9639846Z adding 'torch/include/ATen/ops/dequantize_ops.h' 2022-12-01T10:11:12.9641656Z adding 'torch/include/ATen/ops/det.h' 2022-12-01T10:11:12.9643520Z adding 'torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.9645357Z adding 'torch/include/ATen/ops/det_native.h' 2022-12-01T10:11:12.9647173Z adding 'torch/include/ATen/ops/det_ops.h' 2022-12-01T10:11:12.9649159Z adding 'torch/include/ATen/ops/detach.h' 2022-12-01T10:11:12.9651018Z adding 'torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.9652982Z adding 'torch/include/ATen/ops/detach_copy.h' 2022-12-01T10:11:12.9654865Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.9656676Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.9658456Z adding 'torch/include/ATen/ops/detach_copy_native.h' 2022-12-01T10:11:12.9660687Z adding 'torch/include/ATen/ops/detach_copy_ops.h' 2022-12-01T10:11:12.9662753Z adding 'torch/include/ATen/ops/detach_native.h' 2022-12-01T10:11:12.9664623Z adding 'torch/include/ATen/ops/detach_ops.h' 2022-12-01T10:11:12.9666502Z adding 'torch/include/ATen/ops/diag.h' 2022-12-01T10:11:12.9668355Z adding 'torch/include/ATen/ops/diag_backward.h' 2022-12-01T10:11:12.9670269Z adding 'torch/include/ATen/ops/diag_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.9672068Z adding 'torch/include/ATen/ops/diag_backward_native.h' 2022-12-01T10:11:12.9673889Z adding 'torch/include/ATen/ops/diag_backward_ops.h' 2022-12-01T10:11:12.9675990Z adding 'torch/include/ATen/ops/diag_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.9677748Z adding 'torch/include/ATen/ops/diag_cpu_dispatch.h' 2022-12-01T10:11:12.9679687Z adding 'torch/include/ATen/ops/diag_cuda_dispatch.h' 2022-12-01T10:11:12.9681615Z adding 'torch/include/ATen/ops/diag_embed.h' 2022-12-01T10:11:12.9683624Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.9685382Z adding 'torch/include/ATen/ops/diag_embed_native.h' 2022-12-01T10:11:12.9687275Z adding 'torch/include/ATen/ops/diag_embed_ops.h' 2022-12-01T10:11:12.9689088Z adding 'torch/include/ATen/ops/diag_native.h' 2022-12-01T10:11:12.9691016Z adding 'torch/include/ATen/ops/diag_ops.h' 2022-12-01T10:11:12.9692875Z adding 'torch/include/ATen/ops/diagflat.h' 2022-12-01T10:11:12.9694807Z adding 'torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.9696463Z adding 'torch/include/ATen/ops/diagflat_native.h' 2022-12-01T10:11:12.9698311Z adding 'torch/include/ATen/ops/diagflat_ops.h' 2022-12-01T10:11:12.9700267Z adding 'torch/include/ATen/ops/diagonal.h' 2022-12-01T10:11:12.9702144Z adding 'torch/include/ATen/ops/diagonal_backward.h' 2022-12-01T10:11:12.9704170Z adding 'torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.9706030Z adding 'torch/include/ATen/ops/diagonal_backward_native.h' 2022-12-01T10:11:12.9708312Z adding 'torch/include/ATen/ops/diagonal_backward_ops.h' 2022-12-01T10:11:12.9710190Z adding 'torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.9711998Z adding 'torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.9713904Z adding 'torch/include/ATen/ops/diagonal_copy.h' 2022-12-01T10:11:12.9715851Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.9717815Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.9719655Z adding 'torch/include/ATen/ops/diagonal_copy_native.h' 2022-12-01T10:11:12.9721732Z adding 'torch/include/ATen/ops/diagonal_copy_ops.h' 2022-12-01T10:11:12.9723533Z adding 'torch/include/ATen/ops/diagonal_native.h' 2022-12-01T10:11:12.9725619Z adding 'torch/include/ATen/ops/diagonal_ops.h' 2022-12-01T10:11:12.9727938Z adding 'torch/include/ATen/ops/diagonal_scatter.h' 2022-12-01T10:11:12.9730210Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.9732126Z adding 'torch/include/ATen/ops/diagonal_scatter_native.h' 2022-12-01T10:11:12.9734134Z adding 'torch/include/ATen/ops/diagonal_scatter_ops.h' 2022-12-01T10:11:12.9735909Z adding 'torch/include/ATen/ops/diff.h' 2022-12-01T10:11:12.9738015Z adding 'torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.9739844Z adding 'torch/include/ATen/ops/diff_native.h' 2022-12-01T10:11:12.9741879Z adding 'torch/include/ATen/ops/diff_ops.h' 2022-12-01T10:11:12.9743868Z adding 'torch/include/ATen/ops/digamma.h' 2022-12-01T10:11:12.9745970Z adding 'torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.9747589Z adding 'torch/include/ATen/ops/digamma_cpu_dispatch.h' 2022-12-01T10:11:12.9749475Z adding 'torch/include/ATen/ops/digamma_cuda_dispatch.h' 2022-12-01T10:11:12.9751372Z adding 'torch/include/ATen/ops/digamma_meta.h' 2022-12-01T10:11:12.9753355Z adding 'torch/include/ATen/ops/digamma_meta_dispatch.h' 2022-12-01T10:11:12.9755261Z adding 'torch/include/ATen/ops/digamma_native.h' 2022-12-01T10:11:12.9757347Z adding 'torch/include/ATen/ops/digamma_ops.h' 2022-12-01T10:11:12.9759513Z adding 'torch/include/ATen/ops/dist.h' 2022-12-01T10:11:12.9761733Z adding 'torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.9763616Z adding 'torch/include/ATen/ops/dist_native.h' 2022-12-01T10:11:12.9765744Z adding 'torch/include/ATen/ops/dist_ops.h' 2022-12-01T10:11:12.9768003Z adding 'torch/include/ATen/ops/div.h' 2022-12-01T10:11:12.9770323Z adding 'torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.9772387Z adding 'torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.9774326Z adding 'torch/include/ATen/ops/div_cpu_dispatch.h' 2022-12-01T10:11:12.9776373Z adding 'torch/include/ATen/ops/div_cuda_dispatch.h' 2022-12-01T10:11:12.9778322Z adding 'torch/include/ATen/ops/div_meta.h' 2022-12-01T10:11:12.9780364Z adding 'torch/include/ATen/ops/div_meta_dispatch.h' 2022-12-01T10:11:12.9782537Z adding 'torch/include/ATen/ops/div_native.h' 2022-12-01T10:11:12.9785045Z adding 'torch/include/ATen/ops/div_ops.h' 2022-12-01T10:11:12.9787431Z adding 'torch/include/ATen/ops/divide.h' 2022-12-01T10:11:12.9789555Z adding 'torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.9791518Z adding 'torch/include/ATen/ops/divide_native.h' 2022-12-01T10:11:12.9793970Z adding 'torch/include/ATen/ops/divide_ops.h' 2022-12-01T10:11:12.9796310Z adding 'torch/include/ATen/ops/dot.h' 2022-12-01T10:11:12.9798383Z adding 'torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.9800485Z adding 'torch/include/ATen/ops/dot_cpu_dispatch.h' 2022-12-01T10:11:12.9802770Z adding 'torch/include/ATen/ops/dot_cuda_dispatch.h' 2022-12-01T10:11:12.9804753Z adding 'torch/include/ATen/ops/dot_native.h' 2022-12-01T10:11:12.9806965Z adding 'torch/include/ATen/ops/dot_ops.h' 2022-12-01T10:11:12.9808783Z adding 'torch/include/ATen/ops/dropout.h' 2022-12-01T10:11:12.9810883Z adding 'torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.9812574Z adding 'torch/include/ATen/ops/dropout_native.h' 2022-12-01T10:11:12.9814445Z adding 'torch/include/ATen/ops/dropout_ops.h' 2022-12-01T10:11:12.9816366Z adding 'torch/include/ATen/ops/dsplit.h' 2022-12-01T10:11:12.9818442Z adding 'torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.9820191Z adding 'torch/include/ATen/ops/dsplit_native.h' 2022-12-01T10:11:12.9822104Z adding 'torch/include/ATen/ops/dsplit_ops.h' 2022-12-01T10:11:12.9824018Z adding 'torch/include/ATen/ops/dstack.h' 2022-12-01T10:11:12.9826022Z adding 'torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.9827748Z adding 'torch/include/ATen/ops/dstack_native.h' 2022-12-01T10:11:12.9829622Z adding 'torch/include/ATen/ops/dstack_ops.h' 2022-12-01T10:11:12.9831486Z adding 'torch/include/ATen/ops/einsum.h' 2022-12-01T10:11:12.9833579Z adding 'torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.9835311Z adding 'torch/include/ATen/ops/einsum_native.h' 2022-12-01T10:11:12.9837237Z adding 'torch/include/ATen/ops/einsum_ops.h' 2022-12-01T10:11:12.9839399Z adding 'torch/include/ATen/ops/elu.h' 2022-12-01T10:11:12.9841488Z adding 'torch/include/ATen/ops/elu_backward.h' 2022-12-01T10:11:12.9843600Z adding 'torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.9845450Z adding 'torch/include/ATen/ops/elu_backward_cpu_dispatch.h' 2022-12-01T10:11:12.9847243Z adding 'torch/include/ATen/ops/elu_backward_cuda_dispatch.h' 2022-12-01T10:11:12.9849152Z adding 'torch/include/ATen/ops/elu_backward_meta.h' 2022-12-01T10:11:12.9851191Z adding 'torch/include/ATen/ops/elu_backward_meta_dispatch.h' 2022-12-01T10:11:12.9853134Z adding 'torch/include/ATen/ops/elu_backward_native.h' 2022-12-01T10:11:12.9855216Z adding 'torch/include/ATen/ops/elu_backward_ops.h' 2022-12-01T10:11:12.9857400Z adding 'torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.9859431Z adding 'torch/include/ATen/ops/elu_cpu_dispatch.h' 2022-12-01T10:11:12.9861581Z adding 'torch/include/ATen/ops/elu_cuda_dispatch.h' 2022-12-01T10:11:12.9863569Z adding 'torch/include/ATen/ops/elu_meta.h' 2022-12-01T10:11:12.9865712Z adding 'torch/include/ATen/ops/elu_meta_dispatch.h' 2022-12-01T10:11:12.9867680Z adding 'torch/include/ATen/ops/elu_native.h' 2022-12-01T10:11:12.9869938Z adding 'torch/include/ATen/ops/elu_ops.h' 2022-12-01T10:11:12.9872061Z adding 'torch/include/ATen/ops/embedding.h' 2022-12-01T10:11:12.9874220Z adding 'torch/include/ATen/ops/embedding_backward.h' 2022-12-01T10:11:12.9876407Z adding 'torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.9878769Z adding 'torch/include/ATen/ops/embedding_backward_native.h' 2022-12-01T10:11:12.9881641Z adding 'torch/include/ATen/ops/embedding_backward_ops.h' 2022-12-01T10:11:12.9884160Z adding 'torch/include/ATen/ops/embedding_bag.h' 2022-12-01T10:11:12.9886525Z adding 'torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.9888508Z adding 'torch/include/ATen/ops/embedding_bag_native.h' 2022-12-01T10:11:12.9890783Z adding 'torch/include/ATen/ops/embedding_bag_ops.h' 2022-12-01T10:11:12.9893187Z adding 'torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.9895340Z adding 'torch/include/ATen/ops/embedding_dense_backward.h' 2022-12-01T10:11:12.9897756Z adding 'torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.9899617Z adding 'torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h' 2022-12-01T10:11:12.9902115Z adding 'torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h' 2022-12-01T10:11:12.9903530Z adding 'torch/include/ATen/ops/embedding_dense_backward_native.h' 2022-12-01T10:11:12.9905703Z adding 'torch/include/ATen/ops/embedding_dense_backward_ops.h' 2022-12-01T10:11:12.9907715Z adding 'torch/include/ATen/ops/embedding_native.h' 2022-12-01T10:11:12.9909945Z adding 'torch/include/ATen/ops/embedding_ops.h' 2022-12-01T10:11:12.9912387Z adding 'torch/include/ATen/ops/embedding_renorm.h' 2022-12-01T10:11:12.9914575Z adding 'torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.9916702Z adding 'torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h' 2022-12-01T10:11:12.9918814Z adding 'torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h' 2022-12-01T10:11:12.9921441Z adding 'torch/include/ATen/ops/embedding_renorm_meta_dispatch.h' 2022-12-01T10:11:12.9923489Z adding 'torch/include/ATen/ops/embedding_renorm_native.h' 2022-12-01T10:11:12.9925886Z adding 'torch/include/ATen/ops/embedding_renorm_ops.h' 2022-12-01T10:11:12.9928199Z adding 'torch/include/ATen/ops/embedding_sparse_backward.h' 2022-12-01T10:11:12.9930573Z adding 'torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.9932716Z adding 'torch/include/ATen/ops/embedding_sparse_backward_native.h' 2022-12-01T10:11:12.9934872Z adding 'torch/include/ATen/ops/embedding_sparse_backward_ops.h' 2022-12-01T10:11:12.9937207Z adding 'torch/include/ATen/ops/empty.h' 2022-12-01T10:11:12.9939707Z adding 'torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.9942221Z adding 'torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:12.9944213Z adding 'torch/include/ATen/ops/empty_cpu_dispatch.h' 2022-12-01T10:11:12.9946396Z adding 'torch/include/ATen/ops/empty_cuda_dispatch.h' 2022-12-01T10:11:12.9948674Z adding 'torch/include/ATen/ops/empty_like.h' 2022-12-01T10:11:12.9951129Z adding 'torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.9953239Z adding 'torch/include/ATen/ops/empty_like_native.h' 2022-12-01T10:11:12.9955627Z adding 'torch/include/ATen/ops/empty_like_ops.h' 2022-12-01T10:11:12.9957921Z adding 'torch/include/ATen/ops/empty_meta_dispatch.h' 2022-12-01T10:11:12.9960380Z adding 'torch/include/ATen/ops/empty_native.h' 2022-12-01T10:11:12.9963030Z adding 'torch/include/ATen/ops/empty_ops.h' 2022-12-01T10:11:12.9965578Z adding 'torch/include/ATen/ops/empty_quantized.h' 2022-12-01T10:11:12.9967934Z adding 'torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.9970055Z adding 'torch/include/ATen/ops/empty_quantized_native.h' 2022-12-01T10:11:12.9972455Z adding 'torch/include/ATen/ops/empty_quantized_ops.h' 2022-12-01T10:11:12.9974915Z adding 'torch/include/ATen/ops/empty_strided.h' 2022-12-01T10:11:12.9977378Z adding 'torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:12.9979582Z adding 'torch/include/ATen/ops/empty_strided_cpu_dispatch.h' 2022-12-01T10:11:12.9981825Z adding 'torch/include/ATen/ops/empty_strided_cuda_dispatch.h' 2022-12-01T10:11:12.9984059Z adding 'torch/include/ATen/ops/empty_strided_meta_dispatch.h' 2022-12-01T10:11:12.9986261Z adding 'torch/include/ATen/ops/empty_strided_native.h' 2022-12-01T10:11:12.9988654Z adding 'torch/include/ATen/ops/empty_strided_ops.h' 2022-12-01T10:11:12.9990941Z adding 'torch/include/ATen/ops/eq.h' 2022-12-01T10:11:12.9993337Z adding 'torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:12.9995481Z adding 'torch/include/ATen/ops/eq_cpu_dispatch.h' 2022-12-01T10:11:12.9997720Z adding 'torch/include/ATen/ops/eq_cuda_dispatch.h' 2022-12-01T10:11:13.0000132Z adding 'torch/include/ATen/ops/eq_meta.h' 2022-12-01T10:11:13.0002601Z adding 'torch/include/ATen/ops/eq_meta_dispatch.h' 2022-12-01T10:11:13.0004690Z adding 'torch/include/ATen/ops/eq_native.h' 2022-12-01T10:11:13.0007188Z adding 'torch/include/ATen/ops/eq_ops.h' 2022-12-01T10:11:13.0009475Z adding 'torch/include/ATen/ops/equal.h' 2022-12-01T10:11:13.0011694Z adding 'torch/include/ATen/ops/equal_cpu_dispatch.h' 2022-12-01T10:11:13.0013823Z adding 'torch/include/ATen/ops/equal_cuda_dispatch.h' 2022-12-01T10:11:13.0015911Z adding 'torch/include/ATen/ops/equal_native.h' 2022-12-01T10:11:13.0018916Z adding 'torch/include/ATen/ops/equal_ops.h' 2022-12-01T10:11:13.0020910Z adding 'torch/include/ATen/ops/erf.h' 2022-12-01T10:11:13.0022915Z adding 'torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.0024906Z adding 'torch/include/ATen/ops/erf_cpu_dispatch.h' 2022-12-01T10:11:13.0026777Z adding 'torch/include/ATen/ops/erf_cuda_dispatch.h' 2022-12-01T10:11:13.0028296Z adding 'torch/include/ATen/ops/erf_meta.h' 2022-12-01T10:11:13.0030173Z adding 'torch/include/ATen/ops/erf_meta_dispatch.h' 2022-12-01T10:11:13.0032050Z adding 'torch/include/ATen/ops/erf_native.h' 2022-12-01T10:11:13.0034066Z adding 'torch/include/ATen/ops/erf_ops.h' 2022-12-01T10:11:13.0036039Z adding 'torch/include/ATen/ops/erfc.h' 2022-12-01T10:11:13.0038098Z adding 'torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.0040175Z adding 'torch/include/ATen/ops/erfc_cpu_dispatch.h' 2022-12-01T10:11:13.0042613Z adding 'torch/include/ATen/ops/erfc_cuda_dispatch.h' 2022-12-01T10:11:13.0044702Z adding 'torch/include/ATen/ops/erfc_meta.h' 2022-12-01T10:11:13.0046983Z adding 'torch/include/ATen/ops/erfc_meta_dispatch.h' 2022-12-01T10:11:13.0049137Z adding 'torch/include/ATen/ops/erfc_native.h' 2022-12-01T10:11:13.0051449Z adding 'torch/include/ATen/ops/erfc_ops.h' 2022-12-01T10:11:13.0053736Z adding 'torch/include/ATen/ops/erfinv.h' 2022-12-01T10:11:13.0056093Z adding 'torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.0058218Z adding 'torch/include/ATen/ops/erfinv_cpu_dispatch.h' 2022-12-01T10:11:13.0060442Z adding 'torch/include/ATen/ops/erfinv_cuda_dispatch.h' 2022-12-01T10:11:13.0062573Z adding 'torch/include/ATen/ops/erfinv_meta.h' 2022-12-01T10:11:13.0064805Z adding 'torch/include/ATen/ops/erfinv_meta_dispatch.h' 2022-12-01T10:11:13.0067018Z adding 'torch/include/ATen/ops/erfinv_native.h' 2022-12-01T10:11:13.0069352Z adding 'torch/include/ATen/ops/erfinv_ops.h' 2022-12-01T10:11:13.0071610Z adding 'torch/include/ATen/ops/exp.h' 2022-12-01T10:11:13.0074249Z adding 'torch/include/ATen/ops/exp2.h' 2022-12-01T10:11:13.0077126Z adding 'torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.0079712Z adding 'torch/include/ATen/ops/exp2_cpu_dispatch.h' 2022-12-01T10:11:13.0082638Z adding 'torch/include/ATen/ops/exp2_cuda_dispatch.h' 2022-12-01T10:11:13.0084424Z adding 'torch/include/ATen/ops/exp2_meta.h' 2022-12-01T10:11:13.0086461Z adding 'torch/include/ATen/ops/exp2_meta_dispatch.h' 2022-12-01T10:11:13.0088421Z adding 'torch/include/ATen/ops/exp2_native.h' 2022-12-01T10:11:13.0090563Z adding 'torch/include/ATen/ops/exp2_ops.h' 2022-12-01T10:11:13.0092811Z adding 'torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.0094645Z adding 'torch/include/ATen/ops/exp_cpu_dispatch.h' 2022-12-01T10:11:13.0096661Z adding 'torch/include/ATen/ops/exp_cuda_dispatch.h' 2022-12-01T10:11:13.0098572Z adding 'torch/include/ATen/ops/exp_meta.h' 2022-12-01T10:11:13.0100668Z adding 'torch/include/ATen/ops/exp_meta_dispatch.h' 2022-12-01T10:11:13.0102576Z adding 'torch/include/ATen/ops/exp_native.h' 2022-12-01T10:11:13.0104756Z adding 'torch/include/ATen/ops/exp_ops.h' 2022-12-01T10:11:13.0106734Z adding 'torch/include/ATen/ops/expand.h' 2022-12-01T10:11:13.0108655Z adding 'torch/include/ATen/ops/expand_as.h' 2022-12-01T10:11:13.0110882Z adding 'torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.0112691Z adding 'torch/include/ATen/ops/expand_as_native.h' 2022-12-01T10:11:13.0114708Z adding 'torch/include/ATen/ops/expand_as_ops.h' 2022-12-01T10:11:13.0116880Z adding 'torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.0118843Z adding 'torch/include/ATen/ops/expand_copy.h' 2022-12-01T10:11:13.0121279Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.0123510Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.0125497Z adding 'torch/include/ATen/ops/expand_copy_native.h' 2022-12-01T10:11:13.0127371Z adding 'torch/include/ATen/ops/expand_copy_ops.h' 2022-12-01T10:11:13.0129238Z adding 'torch/include/ATen/ops/expand_native.h' 2022-12-01T10:11:13.0131270Z adding 'torch/include/ATen/ops/expand_ops.h' 2022-12-01T10:11:13.0133267Z adding 'torch/include/ATen/ops/expm1.h' 2022-12-01T10:11:13.0135347Z adding 'torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.0137252Z adding 'torch/include/ATen/ops/expm1_cpu_dispatch.h' 2022-12-01T10:11:13.0139274Z adding 'torch/include/ATen/ops/expm1_cuda_dispatch.h' 2022-12-01T10:11:13.0141348Z adding 'torch/include/ATen/ops/expm1_meta.h' 2022-12-01T10:11:13.0143956Z adding 'torch/include/ATen/ops/expm1_meta_dispatch.h' 2022-12-01T10:11:13.0145554Z adding 'torch/include/ATen/ops/expm1_native.h' 2022-12-01T10:11:13.0147747Z adding 'torch/include/ATen/ops/expm1_ops.h' 2022-12-01T10:11:13.0149601Z adding 'torch/include/ATen/ops/exponential.h' 2022-12-01T10:11:13.0151688Z adding 'torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.0153846Z adding 'torch/include/ATen/ops/exponential_cpu_dispatch.h' 2022-12-01T10:11:13.0155880Z adding 'torch/include/ATen/ops/exponential_cuda_dispatch.h' 2022-12-01T10:11:13.0158035Z adding 'torch/include/ATen/ops/exponential_meta_dispatch.h' 2022-12-01T10:11:13.0159965Z adding 'torch/include/ATen/ops/exponential_native.h' 2022-12-01T10:11:13.0162207Z adding 'torch/include/ATen/ops/exponential_ops.h' 2022-12-01T10:11:13.0164500Z adding 'torch/include/ATen/ops/eye.h' 2022-12-01T10:11:13.0166709Z adding 'torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.0168709Z adding 'torch/include/ATen/ops/eye_cpu_dispatch.h' 2022-12-01T10:11:13.0170541Z adding 'torch/include/ATen/ops/eye_cuda_dispatch.h' 2022-12-01T10:11:13.0172397Z adding 'torch/include/ATen/ops/eye_meta_dispatch.h' 2022-12-01T10:11:13.0174150Z adding 'torch/include/ATen/ops/eye_native.h' 2022-12-01T10:11:13.0176360Z adding 'torch/include/ATen/ops/eye_ops.h' 2022-12-01T10:11:13.0178501Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine.h' 2022-12-01T10:11:13.0180509Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h' 2022-12-01T10:11:13.0182310Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h' 2022-12-01T10:11:13.0184234Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.0186035Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h' 2022-12-01T10:11:13.0187996Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h' 2022-12-01T10:11:13.0189861Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.0191748Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h' 2022-12-01T10:11:13.0193595Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h' 2022-12-01T10:11:13.0195344Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h' 2022-12-01T10:11:13.0197300Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h' 2022-12-01T10:11:13.0199440Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.0201472Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h' 2022-12-01T10:11:13.0203466Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h' 2022-12-01T10:11:13.0205368Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine.h' 2022-12-01T10:11:13.0207438Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h' 2022-12-01T10:11:13.0209343Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h' 2022-12-01T10:11:13.0211334Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.0212987Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h' 2022-12-01T10:11:13.0214820Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h' 2022-12-01T10:11:13.0216802Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.0218628Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h' 2022-12-01T10:11:13.0220451Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h' 2022-12-01T10:11:13.0222311Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h' 2022-12-01T10:11:13.0224357Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h' 2022-12-01T10:11:13.0226284Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.0228108Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h' 2022-12-01T10:11:13.0230095Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h' 2022-12-01T10:11:13.0232036Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight.h' 2022-12-01T10:11:13.0233983Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.0235805Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h' 2022-12-01T10:11:13.0237918Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.0239933Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h' 2022-12-01T10:11:13.0241954Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h' 2022-12-01T10:11:13.0243873Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h' 2022-12-01T10:11:13.0245662Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h' 2022-12-01T10:11:13.0247476Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight.h' 2022-12-01T10:11:13.0249548Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.0251390Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h' 2022-12-01T10:11:13.0253202Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.0254918Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h' 2022-12-01T10:11:13.0256877Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h' 2022-12-01T10:11:13.0258672Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h' 2022-12-01T10:11:13.0260581Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h' 2022-12-01T10:11:13.0262537Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight.h' 2022-12-01T10:11:13.0264396Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.0266184Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h' 2022-12-01T10:11:13.0268033Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h' 2022-12-01T10:11:13.0269871Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h' 2022-12-01T10:11:13.0271773Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.0273621Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h' 2022-12-01T10:11:13.0275464Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h' 2022-12-01T10:11:13.0277340Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h' 2022-12-01T10:11:13.0279403Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.0281264Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h' 2022-12-01T10:11:13.0283118Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h' 2022-12-01T10:11:13.0285102Z adding 'torch/include/ATen/ops/feature_alpha_dropout.h' 2022-12-01T10:11:13.0287054Z adding 'torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.0288786Z adding 'torch/include/ATen/ops/feature_alpha_dropout_native.h' 2022-12-01T10:11:13.0290641Z adding 'torch/include/ATen/ops/feature_alpha_dropout_ops.h' 2022-12-01T10:11:13.0292528Z adding 'torch/include/ATen/ops/feature_dropout.h' 2022-12-01T10:11:13.0294469Z adding 'torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.0296230Z adding 'torch/include/ATen/ops/feature_dropout_native.h' 2022-12-01T10:11:13.0298206Z adding 'torch/include/ATen/ops/feature_dropout_ops.h' 2022-12-01T10:11:13.0300108Z adding 'torch/include/ATen/ops/fft_fft.h' 2022-12-01T10:11:13.0302176Z adding 'torch/include/ATen/ops/fft_fft2.h' 2022-12-01T10:11:13.0304222Z adding 'torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.0306019Z adding 'torch/include/ATen/ops/fft_fft2_native.h' 2022-12-01T10:11:13.0308013Z adding 'torch/include/ATen/ops/fft_fft2_ops.h' 2022-12-01T10:11:13.0309990Z adding 'torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.0311868Z adding 'torch/include/ATen/ops/fft_fft_native.h' 2022-12-01T10:11:13.0313866Z adding 'torch/include/ATen/ops/fft_fft_ops.h' 2022-12-01T10:11:13.0315881Z adding 'torch/include/ATen/ops/fft_fftfreq.h' 2022-12-01T10:11:13.0317900Z adding 'torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.0319856Z adding 'torch/include/ATen/ops/fft_fftfreq_native.h' 2022-12-01T10:11:13.0321922Z adding 'torch/include/ATen/ops/fft_fftfreq_ops.h' 2022-12-01T10:11:13.0323918Z adding 'torch/include/ATen/ops/fft_fftn.h' 2022-12-01T10:11:13.0325908Z adding 'torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.0327782Z adding 'torch/include/ATen/ops/fft_fftn_native.h' 2022-12-01T10:11:13.0329712Z adding 'torch/include/ATen/ops/fft_fftn_ops.h' 2022-12-01T10:11:13.0331566Z adding 'torch/include/ATen/ops/fft_fftshift.h' 2022-12-01T10:11:13.0333537Z adding 'torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.0335402Z adding 'torch/include/ATen/ops/fft_fftshift_native.h' 2022-12-01T10:11:13.0337184Z adding 'torch/include/ATen/ops/fft_fftshift_ops.h' 2022-12-01T10:11:13.0339085Z adding 'torch/include/ATen/ops/fft_hfft.h' 2022-12-01T10:11:13.0340998Z adding 'torch/include/ATen/ops/fft_hfft2.h' 2022-12-01T10:11:13.0343085Z adding 'torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.0344910Z adding 'torch/include/ATen/ops/fft_hfft2_native.h' 2022-12-01T10:11:13.0347556Z adding 'torch/include/ATen/ops/fft_hfft2_ops.h' 2022-12-01T10:11:13.0349555Z adding 'torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.0351309Z adding 'torch/include/ATen/ops/fft_hfft_native.h' 2022-12-01T10:11:13.0353379Z adding 'torch/include/ATen/ops/fft_hfft_ops.h' 2022-12-01T10:11:13.0355618Z adding 'torch/include/ATen/ops/fft_hfftn.h' 2022-12-01T10:11:13.0357880Z adding 'torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.0360099Z adding 'torch/include/ATen/ops/fft_hfftn_native.h' 2022-12-01T10:11:13.0362248Z adding 'torch/include/ATen/ops/fft_hfftn_ops.h' 2022-12-01T10:11:13.0364382Z adding 'torch/include/ATen/ops/fft_ifft.h' 2022-12-01T10:11:13.0366525Z adding 'torch/include/ATen/ops/fft_ifft2.h' 2022-12-01T10:11:13.0368726Z adding 'torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.0370655Z adding 'torch/include/ATen/ops/fft_ifft2_native.h' 2022-12-01T10:11:13.0372819Z adding 'torch/include/ATen/ops/fft_ifft2_ops.h' 2022-12-01T10:11:13.0374999Z adding 'torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.0376953Z adding 'torch/include/ATen/ops/fft_ifft_native.h' 2022-12-01T10:11:13.0379165Z adding 'torch/include/ATen/ops/fft_ifft_ops.h' 2022-12-01T10:11:13.0381339Z adding 'torch/include/ATen/ops/fft_ifftn.h' 2022-12-01T10:11:13.0383505Z adding 'torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.0385477Z adding 'torch/include/ATen/ops/fft_ifftn_native.h' 2022-12-01T10:11:13.0387604Z adding 'torch/include/ATen/ops/fft_ifftn_ops.h' 2022-12-01T10:11:13.0389699Z adding 'torch/include/ATen/ops/fft_ifftshift.h' 2022-12-01T10:11:13.0392054Z adding 'torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.0393845Z adding 'torch/include/ATen/ops/fft_ifftshift_native.h' 2022-12-01T10:11:13.0395916Z adding 'torch/include/ATen/ops/fft_ifftshift_ops.h' 2022-12-01T10:11:13.0398062Z adding 'torch/include/ATen/ops/fft_ihfft.h' 2022-12-01T10:11:13.0400348Z adding 'torch/include/ATen/ops/fft_ihfft2.h' 2022-12-01T10:11:13.0402547Z adding 'torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.0404591Z adding 'torch/include/ATen/ops/fft_ihfft2_native.h' 2022-12-01T10:11:13.0406796Z adding 'torch/include/ATen/ops/fft_ihfft2_ops.h' 2022-12-01T10:11:13.0408906Z adding 'torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.0410796Z adding 'torch/include/ATen/ops/fft_ihfft_native.h' 2022-12-01T10:11:13.0413093Z adding 'torch/include/ATen/ops/fft_ihfft_ops.h' 2022-12-01T10:11:13.0415310Z adding 'torch/include/ATen/ops/fft_ihfftn.h' 2022-12-01T10:11:13.0417376Z adding 'torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.0419399Z adding 'torch/include/ATen/ops/fft_ihfftn_native.h' 2022-12-01T10:11:13.0421489Z adding 'torch/include/ATen/ops/fft_ihfftn_ops.h' 2022-12-01T10:11:13.0423601Z adding 'torch/include/ATen/ops/fft_irfft.h' 2022-12-01T10:11:13.0425839Z adding 'torch/include/ATen/ops/fft_irfft2.h' 2022-12-01T10:11:13.0428042Z adding 'torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.0430081Z adding 'torch/include/ATen/ops/fft_irfft2_native.h' 2022-12-01T10:11:13.0432201Z adding 'torch/include/ATen/ops/fft_irfft2_ops.h' 2022-12-01T10:11:13.0434338Z adding 'torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.0436392Z adding 'torch/include/ATen/ops/fft_irfft_native.h' 2022-12-01T10:11:13.0438750Z adding 'torch/include/ATen/ops/fft_irfft_ops.h' 2022-12-01T10:11:13.0441153Z adding 'torch/include/ATen/ops/fft_irfftn.h' 2022-12-01T10:11:13.0443343Z adding 'torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.0445320Z adding 'torch/include/ATen/ops/fft_irfftn_native.h' 2022-12-01T10:11:13.0447573Z adding 'torch/include/ATen/ops/fft_irfftn_ops.h' 2022-12-01T10:11:13.0449675Z adding 'torch/include/ATen/ops/fft_rfft.h' 2022-12-01T10:11:13.0451857Z adding 'torch/include/ATen/ops/fft_rfft2.h' 2022-12-01T10:11:13.0454045Z adding 'torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.0455983Z adding 'torch/include/ATen/ops/fft_rfft2_native.h' 2022-12-01T10:11:13.0458194Z adding 'torch/include/ATen/ops/fft_rfft2_ops.h' 2022-12-01T10:11:13.0460474Z adding 'torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.0462494Z adding 'torch/include/ATen/ops/fft_rfft_native.h' 2022-12-01T10:11:13.0464721Z adding 'torch/include/ATen/ops/fft_rfft_ops.h' 2022-12-01T10:11:13.0466870Z adding 'torch/include/ATen/ops/fft_rfftfreq.h' 2022-12-01T10:11:13.0469097Z adding 'torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.0471094Z adding 'torch/include/ATen/ops/fft_rfftfreq_native.h' 2022-12-01T10:11:13.0473280Z adding 'torch/include/ATen/ops/fft_rfftfreq_ops.h' 2022-12-01T10:11:13.0475454Z adding 'torch/include/ATen/ops/fft_rfftn.h' 2022-12-01T10:11:13.0477683Z adding 'torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.0480449Z adding 'torch/include/ATen/ops/fft_rfftn_native.h' 2022-12-01T10:11:13.0482530Z adding 'torch/include/ATen/ops/fft_rfftn_ops.h' 2022-12-01T10:11:13.0484658Z adding 'torch/include/ATen/ops/fill.h' 2022-12-01T10:11:13.0486951Z adding 'torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.0489556Z adding 'torch/include/ATen/ops/fill_cpu_dispatch.h' 2022-12-01T10:11:13.0491721Z adding 'torch/include/ATen/ops/fill_cuda_dispatch.h' 2022-12-01T10:11:13.0493778Z adding 'torch/include/ATen/ops/fill_diagonal.h' 2022-12-01T10:11:13.0495966Z adding 'torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.0497877Z adding 'torch/include/ATen/ops/fill_diagonal_native.h' 2022-12-01T10:11:13.0499901Z adding 'torch/include/ATen/ops/fill_diagonal_ops.h' 2022-12-01T10:11:13.0502183Z adding 'torch/include/ATen/ops/fill_meta_dispatch.h' 2022-12-01T10:11:13.0504256Z adding 'torch/include/ATen/ops/fill_native.h' 2022-12-01T10:11:13.0506671Z adding 'torch/include/ATen/ops/fill_ops.h' 2022-12-01T10:11:13.0508889Z adding 'torch/include/ATen/ops/fix.h' 2022-12-01T10:11:13.0511372Z adding 'torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.0513388Z adding 'torch/include/ATen/ops/fix_native.h' 2022-12-01T10:11:13.0515732Z adding 'torch/include/ATen/ops/fix_ops.h' 2022-12-01T10:11:13.0517912Z adding 'torch/include/ATen/ops/flatten.h' 2022-12-01T10:11:13.0520457Z adding 'torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.0522635Z adding 'torch/include/ATen/ops/flatten_dense_tensors.h' 2022-12-01T10:11:13.0524931Z adding 'torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.0526862Z adding 'torch/include/ATen/ops/flatten_dense_tensors_native.h' 2022-12-01T10:11:13.0528775Z adding 'torch/include/ATen/ops/flatten_dense_tensors_ops.h' 2022-12-01T10:11:13.0530746Z adding 'torch/include/ATen/ops/flatten_native.h' 2022-12-01T10:11:13.0532993Z adding 'torch/include/ATen/ops/flatten_ops.h' 2022-12-01T10:11:13.0535049Z adding 'torch/include/ATen/ops/flip.h' 2022-12-01T10:11:13.0537623Z adding 'torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.0539567Z adding 'torch/include/ATen/ops/flip_cpu_dispatch.h' 2022-12-01T10:11:13.0541460Z adding 'torch/include/ATen/ops/flip_cuda_dispatch.h' 2022-12-01T10:11:13.0543351Z adding 'torch/include/ATen/ops/flip_native.h' 2022-12-01T10:11:13.0545318Z adding 'torch/include/ATen/ops/flip_ops.h' 2022-12-01T10:11:13.0547318Z adding 'torch/include/ATen/ops/fliplr.h' 2022-12-01T10:11:13.0549255Z adding 'torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.0551066Z adding 'torch/include/ATen/ops/fliplr_native.h' 2022-12-01T10:11:13.0553027Z adding 'torch/include/ATen/ops/fliplr_ops.h' 2022-12-01T10:11:13.0554922Z adding 'torch/include/ATen/ops/flipud.h' 2022-12-01T10:11:13.0556890Z adding 'torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.0558688Z adding 'torch/include/ATen/ops/flipud_native.h' 2022-12-01T10:11:13.0560866Z adding 'torch/include/ATen/ops/flipud_ops.h' 2022-12-01T10:11:13.0563030Z adding 'torch/include/ATen/ops/float_power.h' 2022-12-01T10:11:13.0565245Z adding 'torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.0567127Z adding 'torch/include/ATen/ops/float_power_native.h' 2022-12-01T10:11:13.0569433Z adding 'torch/include/ATen/ops/float_power_ops.h' 2022-12-01T10:11:13.0571484Z adding 'torch/include/ATen/ops/floor.h' 2022-12-01T10:11:13.0573606Z adding 'torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.0575445Z adding 'torch/include/ATen/ops/floor_cpu_dispatch.h' 2022-12-01T10:11:13.0577349Z adding 'torch/include/ATen/ops/floor_cuda_dispatch.h' 2022-12-01T10:11:13.0579305Z adding 'torch/include/ATen/ops/floor_divide.h' 2022-12-01T10:11:13.0581365Z adding 'torch/include/ATen/ops/floor_divide_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.0583279Z adding 'torch/include/ATen/ops/floor_divide_cpu_dispatch.h' 2022-12-01T10:11:13.0585219Z adding 'torch/include/ATen/ops/floor_divide_cuda_dispatch.h' 2022-12-01T10:11:13.0587085Z adding 'torch/include/ATen/ops/floor_divide_meta_dispatch.h' 2022-12-01T10:11:13.0588962Z adding 'torch/include/ATen/ops/floor_divide_native.h' 2022-12-01T10:11:13.0591147Z adding 'torch/include/ATen/ops/floor_divide_ops.h' 2022-12-01T10:11:13.0593127Z adding 'torch/include/ATen/ops/floor_meta.h' 2022-12-01T10:11:13.0595075Z adding 'torch/include/ATen/ops/floor_meta_dispatch.h' 2022-12-01T10:11:13.0597007Z adding 'torch/include/ATen/ops/floor_native.h' 2022-12-01T10:11:13.0599055Z adding 'torch/include/ATen/ops/floor_ops.h' 2022-12-01T10:11:13.0601291Z adding 'torch/include/ATen/ops/fmax.h' 2022-12-01T10:11:13.0603434Z adding 'torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.0605142Z adding 'torch/include/ATen/ops/fmax_cpu_dispatch.h' 2022-12-01T10:11:13.0607026Z adding 'torch/include/ATen/ops/fmax_cuda_dispatch.h' 2022-12-01T10:11:13.0608805Z adding 'torch/include/ATen/ops/fmax_meta.h' 2022-12-01T10:11:13.0610797Z adding 'torch/include/ATen/ops/fmax_meta_dispatch.h' 2022-12-01T10:11:13.0612662Z adding 'torch/include/ATen/ops/fmax_native.h' 2022-12-01T10:11:13.0614687Z adding 'torch/include/ATen/ops/fmax_ops.h' 2022-12-01T10:11:13.0616544Z adding 'torch/include/ATen/ops/fmin.h' 2022-12-01T10:11:13.0618590Z adding 'torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.0620363Z adding 'torch/include/ATen/ops/fmin_cpu_dispatch.h' 2022-12-01T10:11:13.0622265Z adding 'torch/include/ATen/ops/fmin_cuda_dispatch.h' 2022-12-01T10:11:13.0624101Z adding 'torch/include/ATen/ops/fmin_meta.h' 2022-12-01T10:11:13.0626041Z adding 'torch/include/ATen/ops/fmin_meta_dispatch.h' 2022-12-01T10:11:13.0627829Z adding 'torch/include/ATen/ops/fmin_native.h' 2022-12-01T10:11:13.0629889Z adding 'torch/include/ATen/ops/fmin_ops.h' 2022-12-01T10:11:13.0631834Z adding 'torch/include/ATen/ops/fmod.h' 2022-12-01T10:11:13.0633895Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.0635806Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.0637635Z adding 'torch/include/ATen/ops/fmod_cpu_dispatch.h' 2022-12-01T10:11:13.0639958Z adding 'torch/include/ATen/ops/fmod_cuda_dispatch.h' 2022-12-01T10:11:13.0641910Z adding 'torch/include/ATen/ops/fmod_meta.h' 2022-12-01T10:11:13.0643793Z adding 'torch/include/ATen/ops/fmod_meta_dispatch.h' 2022-12-01T10:11:13.0645585Z adding 'torch/include/ATen/ops/fmod_native.h' 2022-12-01T10:11:13.0647802Z adding 'torch/include/ATen/ops/fmod_ops.h' 2022-12-01T10:11:13.0649742Z adding 'torch/include/ATen/ops/frac.h' 2022-12-01T10:11:13.0651926Z adding 'torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.0654002Z adding 'torch/include/ATen/ops/frac_cpu_dispatch.h' 2022-12-01T10:11:13.0656183Z adding 'torch/include/ATen/ops/frac_cuda_dispatch.h' 2022-12-01T10:11:13.0657406Z adding 'torch/include/ATen/ops/frac_meta.h' 2022-12-01T10:11:13.0659553Z adding 'torch/include/ATen/ops/frac_meta_dispatch.h' 2022-12-01T10:11:13.0661364Z adding 'torch/include/ATen/ops/frac_native.h' 2022-12-01T10:11:13.0663678Z adding 'torch/include/ATen/ops/frac_ops.h' 2022-12-01T10:11:13.0665736Z adding 'torch/include/ATen/ops/fractional_max_pool2d.h' 2022-12-01T10:11:13.0667957Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward.h' 2022-12-01T10:11:13.0670047Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.0672131Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h' 2022-12-01T10:11:13.0674198Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h' 2022-12-01T10:11:13.0676097Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h' 2022-12-01T10:11:13.0678284Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h' 2022-12-01T10:11:13.0680485Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_native.h' 2022-12-01T10:11:13.0682775Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h' 2022-12-01T10:11:13.0684878Z adding 'torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.0686869Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h' 2022-12-01T10:11:13.0688946Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h' 2022-12-01T10:11:13.0690925Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta.h' 2022-12-01T10:11:13.0693037Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h' 2022-12-01T10:11:13.0695085Z adding 'torch/include/ATen/ops/fractional_max_pool2d_native.h' 2022-12-01T10:11:13.0697173Z adding 'torch/include/ATen/ops/fractional_max_pool2d_ops.h' 2022-12-01T10:11:13.0699251Z adding 'torch/include/ATen/ops/fractional_max_pool3d.h' 2022-12-01T10:11:13.0701362Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward.h' 2022-12-01T10:11:13.0703442Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h' 2022-12-01T10:11:13.0705539Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h' 2022-12-01T10:11:13.0707550Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_native.h' 2022-12-01T10:11:13.0709728Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h' 2022-12-01T10:11:13.0711903Z adding 'torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.0713834Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h' 2022-12-01T10:11:13.0715858Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h' 2022-12-01T10:11:13.0718650Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta.h' 2022-12-01T10:11:13.0721319Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h' 2022-12-01T10:11:13.0723411Z adding 'torch/include/ATen/ops/fractional_max_pool3d_native.h' 2022-12-01T10:11:13.0725577Z adding 'torch/include/ATen/ops/fractional_max_pool3d_ops.h' 2022-12-01T10:11:13.0727587Z adding 'torch/include/ATen/ops/frexp.h' 2022-12-01T10:11:13.0729680Z adding 'torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.0731692Z adding 'torch/include/ATen/ops/frexp_cpu_dispatch.h' 2022-12-01T10:11:13.0733672Z adding 'torch/include/ATen/ops/frexp_cuda_dispatch.h' 2022-12-01T10:11:13.0735648Z adding 'torch/include/ATen/ops/frexp_native.h' 2022-12-01T10:11:13.0737682Z adding 'torch/include/ATen/ops/frexp_ops.h' 2022-12-01T10:11:13.0739802Z adding 'torch/include/ATen/ops/frobenius_norm.h' 2022-12-01T10:11:13.0742116Z adding 'torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.0743849Z adding 'torch/include/ATen/ops/frobenius_norm_native.h' 2022-12-01T10:11:13.0758122Z adding 'torch/include/ATen/ops/frobenius_norm_ops.h' 2022-12-01T10:11:13.0758560Z adding 'torch/include/ATen/ops/from_blob.h' 2022-12-01T10:11:13.0758812Z adding 'torch/include/ATen/ops/from_file.h' 2022-12-01T10:11:13.0759231Z adding 'torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.0759701Z adding 'torch/include/ATen/ops/from_file_cpu_dispatch.h' 2022-12-01T10:11:13.0759970Z adding 'torch/include/ATen/ops/from_file_native.h' 2022-12-01T10:11:13.0760130Z adding 'torch/include/ATen/ops/from_file_ops.h' 2022-12-01T10:11:13.0761872Z adding 'torch/include/ATen/ops/full.h' 2022-12-01T10:11:13.0764079Z adding 'torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.0766290Z adding 'torch/include/ATen/ops/full_like.h' 2022-12-01T10:11:13.0768464Z adding 'torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.0770566Z adding 'torch/include/ATen/ops/full_like_native.h' 2022-12-01T10:11:13.0772592Z adding 'torch/include/ATen/ops/full_like_ops.h' 2022-12-01T10:11:13.0774573Z adding 'torch/include/ATen/ops/full_native.h' 2022-12-01T10:11:13.0776822Z adding 'torch/include/ATen/ops/full_ops.h' 2022-12-01T10:11:13.0779054Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h' 2022-12-01T10:11:13.0781198Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.0783061Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h' 2022-12-01T10:11:13.0785201Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h' 2022-12-01T10:11:13.0787257Z adding 'torch/include/ATen/ops/gather.h' 2022-12-01T10:11:13.0789324Z adding 'torch/include/ATen/ops/gather_backward.h' 2022-12-01T10:11:13.0791498Z adding 'torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.0793240Z adding 'torch/include/ATen/ops/gather_backward_native.h' 2022-12-01T10:11:13.0795290Z adding 'torch/include/ATen/ops/gather_backward_ops.h' 2022-12-01T10:11:13.0797383Z adding 'torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.0799502Z adding 'torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.0801672Z adding 'torch/include/ATen/ops/gather_cpu_dispatch.h' 2022-12-01T10:11:13.0804108Z adding 'torch/include/ATen/ops/gather_cuda_dispatch.h' 2022-12-01T10:11:13.0805805Z adding 'torch/include/ATen/ops/gather_meta.h' 2022-12-01T10:11:13.0807648Z adding 'torch/include/ATen/ops/gather_meta_dispatch.h' 2022-12-01T10:11:13.0809454Z adding 'torch/include/ATen/ops/gather_native.h' 2022-12-01T10:11:13.0811655Z adding 'torch/include/ATen/ops/gather_ops.h' 2022-12-01T10:11:13.0813716Z adding 'torch/include/ATen/ops/gcd.h' 2022-12-01T10:11:13.0815929Z adding 'torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.0817688Z adding 'torch/include/ATen/ops/gcd_cpu_dispatch.h' 2022-12-01T10:11:13.0819622Z adding 'torch/include/ATen/ops/gcd_cuda_dispatch.h' 2022-12-01T10:11:13.0821529Z adding 'torch/include/ATen/ops/gcd_meta.h' 2022-12-01T10:11:13.0823501Z adding 'torch/include/ATen/ops/gcd_meta_dispatch.h' 2022-12-01T10:11:13.0825422Z adding 'torch/include/ATen/ops/gcd_native.h' 2022-12-01T10:11:13.0827523Z adding 'torch/include/ATen/ops/gcd_ops.h' 2022-12-01T10:11:13.0829611Z adding 'torch/include/ATen/ops/ge.h' 2022-12-01T10:11:13.0831880Z adding 'torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.0833666Z adding 'torch/include/ATen/ops/ge_cpu_dispatch.h' 2022-12-01T10:11:13.0835688Z adding 'torch/include/ATen/ops/ge_cuda_dispatch.h' 2022-12-01T10:11:13.0837616Z adding 'torch/include/ATen/ops/ge_meta.h' 2022-12-01T10:11:13.0839802Z adding 'torch/include/ATen/ops/ge_meta_dispatch.h' 2022-12-01T10:11:13.0841991Z adding 'torch/include/ATen/ops/ge_native.h' 2022-12-01T10:11:13.0844299Z adding 'torch/include/ATen/ops/ge_ops.h' 2022-12-01T10:11:13.0846313Z adding 'torch/include/ATen/ops/gelu.h' 2022-12-01T10:11:13.0848366Z adding 'torch/include/ATen/ops/gelu_backward.h' 2022-12-01T10:11:13.0850622Z adding 'torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.0852629Z adding 'torch/include/ATen/ops/gelu_backward_cpu_dispatch.h' 2022-12-01T10:11:13.0854501Z adding 'torch/include/ATen/ops/gelu_backward_cuda_dispatch.h' 2022-12-01T10:11:13.0856340Z adding 'torch/include/ATen/ops/gelu_backward_meta.h' 2022-12-01T10:11:13.0858378Z adding 'torch/include/ATen/ops/gelu_backward_meta_dispatch.h' 2022-12-01T10:11:13.0860424Z adding 'torch/include/ATen/ops/gelu_backward_native.h' 2022-12-01T10:11:13.0862450Z adding 'torch/include/ATen/ops/gelu_backward_ops.h' 2022-12-01T10:11:13.0864704Z adding 'torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.0866489Z adding 'torch/include/ATen/ops/gelu_cpu_dispatch.h' 2022-12-01T10:11:13.0868441Z adding 'torch/include/ATen/ops/gelu_cuda_dispatch.h' 2022-12-01T10:11:13.0870285Z adding 'torch/include/ATen/ops/gelu_meta.h' 2022-12-01T10:11:13.0872275Z adding 'torch/include/ATen/ops/gelu_meta_dispatch.h' 2022-12-01T10:11:13.0874234Z adding 'torch/include/ATen/ops/gelu_native.h' 2022-12-01T10:11:13.0876478Z adding 'torch/include/ATen/ops/gelu_ops.h' 2022-12-01T10:11:13.0878650Z adding 'torch/include/ATen/ops/geometric.h' 2022-12-01T10:11:13.0881122Z adding 'torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.0883154Z adding 'torch/include/ATen/ops/geometric_cpu_dispatch.h' 2022-12-01T10:11:13.0885242Z adding 'torch/include/ATen/ops/geometric_cuda_dispatch.h' 2022-12-01T10:11:13.0887319Z adding 'torch/include/ATen/ops/geometric_meta_dispatch.h' 2022-12-01T10:11:13.0889297Z adding 'torch/include/ATen/ops/geometric_native.h' 2022-12-01T10:11:13.0892436Z adding 'torch/include/ATen/ops/geometric_ops.h' 2022-12-01T10:11:13.0893868Z adding 'torch/include/ATen/ops/geqrf.h' 2022-12-01T10:11:13.0895923Z adding 'torch/include/ATen/ops/geqrf_cpu_dispatch.h' 2022-12-01T10:11:13.0897930Z adding 'torch/include/ATen/ops/geqrf_cuda_dispatch.h' 2022-12-01T10:11:13.0899853Z adding 'torch/include/ATen/ops/geqrf_native.h' 2022-12-01T10:11:13.0902121Z adding 'torch/include/ATen/ops/geqrf_ops.h' 2022-12-01T10:11:13.0903913Z adding 'torch/include/ATen/ops/ger.h' 2022-12-01T10:11:13.0906077Z adding 'torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.0907970Z adding 'torch/include/ATen/ops/ger_native.h' 2022-12-01T10:11:13.0910358Z adding 'torch/include/ATen/ops/ger_ops.h' 2022-12-01T10:11:13.0912430Z adding 'torch/include/ATen/ops/glu.h' 2022-12-01T10:11:13.0914658Z adding 'torch/include/ATen/ops/glu_backward.h' 2022-12-01T10:11:13.0916701Z adding 'torch/include/ATen/ops/glu_backward_cpu_dispatch.h' 2022-12-01T10:11:13.0919073Z adding 'torch/include/ATen/ops/glu_backward_cuda_dispatch.h' 2022-12-01T10:11:13.0921289Z adding 'torch/include/ATen/ops/glu_backward_jvp.h' 2022-12-01T10:11:13.0923598Z adding 'torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.0925683Z adding 'torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h' 2022-12-01T10:11:13.0927785Z adding 'torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h' 2022-12-01T10:11:13.0929821Z adding 'torch/include/ATen/ops/glu_backward_jvp_native.h' 2022-12-01T10:11:13.0932029Z adding 'torch/include/ATen/ops/glu_backward_jvp_ops.h' 2022-12-01T10:11:13.0934075Z adding 'torch/include/ATen/ops/glu_backward_native.h' 2022-12-01T10:11:13.0936237Z adding 'torch/include/ATen/ops/glu_backward_ops.h' 2022-12-01T10:11:13.0938476Z adding 'torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.0940428Z adding 'torch/include/ATen/ops/glu_cpu_dispatch.h' 2022-12-01T10:11:13.0942557Z adding 'torch/include/ATen/ops/glu_cuda_dispatch.h' 2022-12-01T10:11:13.0944669Z adding 'torch/include/ATen/ops/glu_jvp.h' 2022-12-01T10:11:13.0946885Z adding 'torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.0948881Z adding 'torch/include/ATen/ops/glu_jvp_cpu_dispatch.h' 2022-12-01T10:11:13.0950987Z adding 'torch/include/ATen/ops/glu_jvp_cuda_dispatch.h' 2022-12-01T10:11:13.0953011Z adding 'torch/include/ATen/ops/glu_jvp_native.h' 2022-12-01T10:11:13.0955181Z adding 'torch/include/ATen/ops/glu_jvp_ops.h' 2022-12-01T10:11:13.0957261Z adding 'torch/include/ATen/ops/glu_meta.h' 2022-12-01T10:11:13.0959467Z adding 'torch/include/ATen/ops/glu_meta_dispatch.h' 2022-12-01T10:11:13.0961748Z adding 'torch/include/ATen/ops/glu_native.h' 2022-12-01T10:11:13.0963903Z adding 'torch/include/ATen/ops/glu_ops.h' 2022-12-01T10:11:13.0966974Z adding 'torch/include/ATen/ops/gradient.h' 2022-12-01T10:11:13.0969337Z adding 'torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.0971388Z adding 'torch/include/ATen/ops/gradient_native.h' 2022-12-01T10:11:13.0973568Z adding 'torch/include/ATen/ops/gradient_ops.h' 2022-12-01T10:11:13.0975739Z adding 'torch/include/ATen/ops/greater.h' 2022-12-01T10:11:13.0977769Z adding 'torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.0979919Z adding 'torch/include/ATen/ops/greater_equal.h' 2022-12-01T10:11:13.0982132Z adding 'torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.0984227Z adding 'torch/include/ATen/ops/greater_equal_native.h' 2022-12-01T10:11:13.0986734Z adding 'torch/include/ATen/ops/greater_equal_ops.h' 2022-12-01T10:11:13.0989419Z adding 'torch/include/ATen/ops/greater_native.h' 2022-12-01T10:11:13.0992083Z adding 'torch/include/ATen/ops/greater_ops.h' 2022-12-01T10:11:13.0994712Z adding 'torch/include/ATen/ops/grid_sampler.h' 2022-12-01T10:11:13.0997231Z adding 'torch/include/ATen/ops/grid_sampler_2d.h' 2022-12-01T10:11:13.1000239Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward.h' 2022-12-01T10:11:13.1003138Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.1005670Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h' 2022-12-01T10:11:13.1008219Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h' 2022-12-01T10:11:13.1010712Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_native.h' 2022-12-01T10:11:13.1013487Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_ops.h' 2022-12-01T10:11:13.1016187Z adding 'torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.1018613Z adding 'torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h' 2022-12-01T10:11:13.1021116Z adding 'torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h' 2022-12-01T10:11:13.1023534Z adding 'torch/include/ATen/ops/grid_sampler_2d_native.h' 2022-12-01T10:11:13.1026164Z adding 'torch/include/ATen/ops/grid_sampler_2d_ops.h' 2022-12-01T10:11:13.1028791Z adding 'torch/include/ATen/ops/grid_sampler_3d.h' 2022-12-01T10:11:13.1031444Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward.h' 2022-12-01T10:11:13.1034231Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.1036744Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h' 2022-12-01T10:11:13.1039424Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h' 2022-12-01T10:11:13.1042085Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_native.h' 2022-12-01T10:11:13.1044779Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_ops.h' 2022-12-01T10:11:13.1047451Z adding 'torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.1049921Z adding 'torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h' 2022-12-01T10:11:13.1052444Z adding 'torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h' 2022-12-01T10:11:13.1054877Z adding 'torch/include/ATen/ops/grid_sampler_3d_native.h' 2022-12-01T10:11:13.1057528Z adding 'torch/include/ATen/ops/grid_sampler_3d_ops.h' 2022-12-01T10:11:13.1060197Z adding 'torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.1062516Z adding 'torch/include/ATen/ops/grid_sampler_native.h' 2022-12-01T10:11:13.1065053Z adding 'torch/include/ATen/ops/grid_sampler_ops.h' 2022-12-01T10:11:13.1067961Z adding 'torch/include/ATen/ops/group_norm.h' 2022-12-01T10:11:13.1070574Z adding 'torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.1072826Z adding 'torch/include/ATen/ops/group_norm_native.h' 2022-12-01T10:11:13.1075452Z adding 'torch/include/ATen/ops/group_norm_ops.h' 2022-12-01T10:11:13.1078082Z adding 'torch/include/ATen/ops/gru.h' 2022-12-01T10:11:13.1080939Z adding 'torch/include/ATen/ops/gru_cell.h' 2022-12-01T10:11:13.1083167Z adding 'torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.1085304Z adding 'torch/include/ATen/ops/gru_cell_native.h' 2022-12-01T10:11:13.1087296Z adding 'torch/include/ATen/ops/gru_cell_ops.h' 2022-12-01T10:11:13.1089559Z adding 'torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.1091387Z adding 'torch/include/ATen/ops/gru_native.h' 2022-12-01T10:11:13.1093789Z adding 'torch/include/ATen/ops/gru_ops.h' 2022-12-01T10:11:13.1096100Z adding 'torch/include/ATen/ops/gt.h' 2022-12-01T10:11:13.1098213Z adding 'torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.1100054Z adding 'torch/include/ATen/ops/gt_cpu_dispatch.h' 2022-12-01T10:11:13.1102536Z adding 'torch/include/ATen/ops/gt_cuda_dispatch.h' 2022-12-01T10:11:13.1104326Z adding 'torch/include/ATen/ops/gt_meta.h' 2022-12-01T10:11:13.1106556Z adding 'torch/include/ATen/ops/gt_meta_dispatch.h' 2022-12-01T10:11:13.1108644Z adding 'torch/include/ATen/ops/gt_native.h' 2022-12-01T10:11:13.1110983Z adding 'torch/include/ATen/ops/gt_ops.h' 2022-12-01T10:11:13.1113658Z adding 'torch/include/ATen/ops/hamming_window.h' 2022-12-01T10:11:13.1116044Z adding 'torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.1118179Z adding 'torch/include/ATen/ops/hamming_window_native.h' 2022-12-01T10:11:13.1121088Z adding 'torch/include/ATen/ops/hamming_window_ops.h' 2022-12-01T10:11:13.1123781Z adding 'torch/include/ATen/ops/hann_window.h' 2022-12-01T10:11:13.1126014Z adding 'torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.1128030Z adding 'torch/include/ATen/ops/hann_window_native.h' 2022-12-01T10:11:13.1130432Z adding 'torch/include/ATen/ops/hann_window_ops.h' 2022-12-01T10:11:13.1132560Z adding 'torch/include/ATen/ops/hardshrink.h' 2022-12-01T10:11:13.1134680Z adding 'torch/include/ATen/ops/hardshrink_backward.h' 2022-12-01T10:11:13.1136956Z adding 'torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.1139018Z adding 'torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h' 2022-12-01T10:11:13.1141131Z adding 'torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h' 2022-12-01T10:11:13.1143156Z adding 'torch/include/ATen/ops/hardshrink_backward_meta.h' 2022-12-01T10:11:13.1145258Z adding 'torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h' 2022-12-01T10:11:13.1147324Z adding 'torch/include/ATen/ops/hardshrink_backward_native.h' 2022-12-01T10:11:13.1149578Z adding 'torch/include/ATen/ops/hardshrink_backward_ops.h' 2022-12-01T10:11:13.1151739Z adding 'torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.1153734Z adding 'torch/include/ATen/ops/hardshrink_cpu_dispatch.h' 2022-12-01T10:11:13.1155734Z adding 'torch/include/ATen/ops/hardshrink_cuda_dispatch.h' 2022-12-01T10:11:13.1157670Z adding 'torch/include/ATen/ops/hardshrink_meta.h' 2022-12-01T10:11:13.1160056Z adding 'torch/include/ATen/ops/hardshrink_meta_dispatch.h' 2022-12-01T10:11:13.1162244Z adding 'torch/include/ATen/ops/hardshrink_native.h' 2022-12-01T10:11:13.1164175Z adding 'torch/include/ATen/ops/hardshrink_ops.h' 2022-12-01T10:11:13.1166296Z adding 'torch/include/ATen/ops/hardsigmoid.h' 2022-12-01T10:11:13.1168468Z adding 'torch/include/ATen/ops/hardsigmoid_backward.h' 2022-12-01T10:11:13.1170615Z adding 'torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.1172575Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h' 2022-12-01T10:11:13.1174737Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h' 2022-12-01T10:11:13.1176667Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta.h' 2022-12-01T10:11:13.1178556Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h' 2022-12-01T10:11:13.1180565Z adding 'torch/include/ATen/ops/hardsigmoid_backward_native.h' 2022-12-01T10:11:13.1182593Z adding 'torch/include/ATen/ops/hardsigmoid_backward_ops.h' 2022-12-01T10:11:13.1184788Z adding 'torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.1186683Z adding 'torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h' 2022-12-01T10:11:13.1188700Z adding 'torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h' 2022-12-01T10:11:13.1190598Z adding 'torch/include/ATen/ops/hardsigmoid_meta.h' 2022-12-01T10:11:13.1192851Z adding 'torch/include/ATen/ops/hardsigmoid_meta_dispatch.h' 2022-12-01T10:11:13.1194644Z adding 'torch/include/ATen/ops/hardsigmoid_native.h' 2022-12-01T10:11:13.1196782Z adding 'torch/include/ATen/ops/hardsigmoid_ops.h' 2022-12-01T10:11:13.1198861Z adding 'torch/include/ATen/ops/hardswish.h' 2022-12-01T10:11:13.1201219Z adding 'torch/include/ATen/ops/hardswish_backward.h' 2022-12-01T10:11:13.1203389Z adding 'torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.1205479Z adding 'torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h' 2022-12-01T10:11:13.1207989Z adding 'torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h' 2022-12-01T10:11:13.1210054Z adding 'torch/include/ATen/ops/hardswish_backward_native.h' 2022-12-01T10:11:13.1212226Z adding 'torch/include/ATen/ops/hardswish_backward_ops.h' 2022-12-01T10:11:13.1214245Z adding 'torch/include/ATen/ops/hardswish_cpu_dispatch.h' 2022-12-01T10:11:13.1216265Z adding 'torch/include/ATen/ops/hardswish_cuda_dispatch.h' 2022-12-01T10:11:13.1218294Z adding 'torch/include/ATen/ops/hardswish_meta_dispatch.h' 2022-12-01T10:11:13.1220244Z adding 'torch/include/ATen/ops/hardswish_native.h' 2022-12-01T10:11:13.1222448Z adding 'torch/include/ATen/ops/hardswish_ops.h' 2022-12-01T10:11:13.1224883Z adding 'torch/include/ATen/ops/hardtanh.h' 2022-12-01T10:11:13.1226949Z adding 'torch/include/ATen/ops/hardtanh_backward.h' 2022-12-01T10:11:13.1229015Z adding 'torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h' 2022-12-01T10:11:13.1231038Z adding 'torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h' 2022-12-01T10:11:13.1233095Z adding 'torch/include/ATen/ops/hardtanh_backward_native.h' 2022-12-01T10:11:13.1235297Z adding 'torch/include/ATen/ops/hardtanh_backward_ops.h' 2022-12-01T10:11:13.1237433Z adding 'torch/include/ATen/ops/hardtanh_cpu_dispatch.h' 2022-12-01T10:11:13.1239833Z adding 'torch/include/ATen/ops/hardtanh_cuda_dispatch.h' 2022-12-01T10:11:13.1242136Z adding 'torch/include/ATen/ops/hardtanh_meta_dispatch.h' 2022-12-01T10:11:13.1244219Z adding 'torch/include/ATen/ops/hardtanh_native.h' 2022-12-01T10:11:13.1246480Z adding 'torch/include/ATen/ops/hardtanh_ops.h' 2022-12-01T10:11:13.1248866Z adding 'torch/include/ATen/ops/heaviside.h' 2022-12-01T10:11:13.1251038Z adding 'torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.1253020Z adding 'torch/include/ATen/ops/heaviside_cpu_dispatch.h' 2022-12-01T10:11:13.1254977Z adding 'torch/include/ATen/ops/heaviside_cuda_dispatch.h' 2022-12-01T10:11:13.1256995Z adding 'torch/include/ATen/ops/heaviside_meta.h' 2022-12-01T10:11:13.1259019Z adding 'torch/include/ATen/ops/heaviside_meta_dispatch.h' 2022-12-01T10:11:13.1261008Z adding 'torch/include/ATen/ops/heaviside_native.h' 2022-12-01T10:11:13.1263191Z adding 'torch/include/ATen/ops/heaviside_ops.h' 2022-12-01T10:11:13.1265259Z adding 'torch/include/ATen/ops/hinge_embedding_loss.h' 2022-12-01T10:11:13.1267375Z adding 'torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.1269245Z adding 'torch/include/ATen/ops/hinge_embedding_loss_native.h' 2022-12-01T10:11:13.1271327Z adding 'torch/include/ATen/ops/hinge_embedding_loss_ops.h' 2022-12-01T10:11:13.1273386Z adding 'torch/include/ATen/ops/histc.h' 2022-12-01T10:11:13.1275525Z adding 'torch/include/ATen/ops/histc_cpu_dispatch.h' 2022-12-01T10:11:13.1277563Z adding 'torch/include/ATen/ops/histc_cuda_dispatch.h' 2022-12-01T10:11:13.1279625Z adding 'torch/include/ATen/ops/histc_native.h' 2022-12-01T10:11:13.1281974Z adding 'torch/include/ATen/ops/histc_ops.h' 2022-12-01T10:11:13.1284177Z adding 'torch/include/ATen/ops/histogram.h' 2022-12-01T10:11:13.1286447Z adding 'torch/include/ATen/ops/histogram_cpu_dispatch.h' 2022-12-01T10:11:13.1288622Z adding 'torch/include/ATen/ops/histogram_native.h' 2022-12-01T10:11:13.1290987Z adding 'torch/include/ATen/ops/histogram_ops.h' 2022-12-01T10:11:13.1293175Z adding 'torch/include/ATen/ops/histogramdd.h' 2022-12-01T10:11:13.1295380Z adding 'torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.1297317Z adding 'torch/include/ATen/ops/histogramdd_native.h' 2022-12-01T10:11:13.1299582Z adding 'torch/include/ATen/ops/histogramdd_ops.h' 2022-12-01T10:11:13.1301620Z adding 'torch/include/ATen/ops/hsplit.h' 2022-12-01T10:11:13.1303973Z adding 'torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.1305746Z adding 'torch/include/ATen/ops/hsplit_native.h' 2022-12-01T10:11:13.1307899Z adding 'torch/include/ATen/ops/hsplit_ops.h' 2022-12-01T10:11:13.1309887Z adding 'torch/include/ATen/ops/hspmm.h' 2022-12-01T10:11:13.1311848Z adding 'torch/include/ATen/ops/hspmm_native.h' 2022-12-01T10:11:13.1313999Z adding 'torch/include/ATen/ops/hspmm_ops.h' 2022-12-01T10:11:13.1316028Z adding 'torch/include/ATen/ops/hstack.h' 2022-12-01T10:11:13.1318145Z adding 'torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.1320311Z adding 'torch/include/ATen/ops/hstack_native.h' 2022-12-01T10:11:13.1322509Z adding 'torch/include/ATen/ops/hstack_ops.h' 2022-12-01T10:11:13.1324637Z adding 'torch/include/ATen/ops/huber_loss.h' 2022-12-01T10:11:13.1326783Z adding 'torch/include/ATen/ops/huber_loss_backward.h' 2022-12-01T10:11:13.1328952Z adding 'torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.1330937Z adding 'torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h' 2022-12-01T10:11:13.1332997Z adding 'torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h' 2022-12-01T10:11:13.1334995Z adding 'torch/include/ATen/ops/huber_loss_backward_native.h' 2022-12-01T10:11:13.1337227Z adding 'torch/include/ATen/ops/huber_loss_backward_ops.h' 2022-12-01T10:11:13.1339281Z adding 'torch/include/ATen/ops/huber_loss_cpu_dispatch.h' 2022-12-01T10:11:13.1341368Z adding 'torch/include/ATen/ops/huber_loss_cuda_dispatch.h' 2022-12-01T10:11:13.1343321Z adding 'torch/include/ATen/ops/huber_loss_native.h' 2022-12-01T10:11:13.1345449Z adding 'torch/include/ATen/ops/huber_loss_ops.h' 2022-12-01T10:11:13.1347528Z adding 'torch/include/ATen/ops/hypot.h' 2022-12-01T10:11:13.1349720Z adding 'torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.1351723Z adding 'torch/include/ATen/ops/hypot_cpu_dispatch.h' 2022-12-01T10:11:13.1353795Z adding 'torch/include/ATen/ops/hypot_cuda_dispatch.h' 2022-12-01T10:11:13.1355811Z adding 'torch/include/ATen/ops/hypot_meta.h' 2022-12-01T10:11:13.1357878Z adding 'torch/include/ATen/ops/hypot_meta_dispatch.h' 2022-12-01T10:11:13.1360106Z adding 'torch/include/ATen/ops/hypot_native.h' 2022-12-01T10:11:13.1362336Z adding 'torch/include/ATen/ops/hypot_ops.h' 2022-12-01T10:11:13.1364349Z adding 'torch/include/ATen/ops/i0.h' 2022-12-01T10:11:13.1366508Z adding 'torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.1368448Z adding 'torch/include/ATen/ops/i0_cpu_dispatch.h' 2022-12-01T10:11:13.1370457Z adding 'torch/include/ATen/ops/i0_cuda_dispatch.h' 2022-12-01T10:11:13.1372484Z adding 'torch/include/ATen/ops/i0_meta.h' 2022-12-01T10:11:13.1374570Z adding 'torch/include/ATen/ops/i0_meta_dispatch.h' 2022-12-01T10:11:13.1376529Z adding 'torch/include/ATen/ops/i0_native.h' 2022-12-01T10:11:13.1378611Z adding 'torch/include/ATen/ops/i0_ops.h' 2022-12-01T10:11:13.1380709Z adding 'torch/include/ATen/ops/igamma.h' 2022-12-01T10:11:13.1382859Z adding 'torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.1384820Z adding 'torch/include/ATen/ops/igamma_cpu_dispatch.h' 2022-12-01T10:11:13.1386835Z adding 'torch/include/ATen/ops/igamma_cuda_dispatch.h' 2022-12-01T10:11:13.1388737Z adding 'torch/include/ATen/ops/igamma_meta.h' 2022-12-01T10:11:13.1390792Z adding 'torch/include/ATen/ops/igamma_meta_dispatch.h' 2022-12-01T10:11:13.1392945Z adding 'torch/include/ATen/ops/igamma_native.h' 2022-12-01T10:11:13.1394872Z adding 'torch/include/ATen/ops/igamma_ops.h' 2022-12-01T10:11:13.1396883Z adding 'torch/include/ATen/ops/igammac.h' 2022-12-01T10:11:13.1399537Z adding 'torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.1401446Z adding 'torch/include/ATen/ops/igammac_cpu_dispatch.h' 2022-12-01T10:11:13.1403286Z adding 'torch/include/ATen/ops/igammac_cuda_dispatch.h' 2022-12-01T10:11:13.1405139Z adding 'torch/include/ATen/ops/igammac_meta.h' 2022-12-01T10:11:13.1407155Z adding 'torch/include/ATen/ops/igammac_meta_dispatch.h' 2022-12-01T10:11:13.1409136Z adding 'torch/include/ATen/ops/igammac_native.h' 2022-12-01T10:11:13.1411315Z adding 'torch/include/ATen/ops/igammac_ops.h' 2022-12-01T10:11:13.1413309Z adding 'torch/include/ATen/ops/im2col.h' 2022-12-01T10:11:13.1415445Z adding 'torch/include/ATen/ops/im2col_cpu_dispatch.h' 2022-12-01T10:11:13.1417395Z adding 'torch/include/ATen/ops/im2col_cuda_dispatch.h' 2022-12-01T10:11:13.1419345Z adding 'torch/include/ATen/ops/im2col_native.h' 2022-12-01T10:11:13.1421669Z adding 'torch/include/ATen/ops/im2col_ops.h' 2022-12-01T10:11:13.1423802Z adding 'torch/include/ATen/ops/imag.h' 2022-12-01T10:11:13.1426138Z adding 'torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.1427801Z adding 'torch/include/ATen/ops/imag_native.h' 2022-12-01T10:11:13.1429770Z adding 'torch/include/ATen/ops/imag_ops.h' 2022-12-01T10:11:13.1431739Z adding 'torch/include/ATen/ops/index.h' 2022-12-01T10:11:13.1433718Z adding 'torch/include/ATen/ops/index_add.h' 2022-12-01T10:11:13.1436200Z adding 'torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.1437999Z adding 'torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.1440179Z adding 'torch/include/ATen/ops/index_add_cpu_dispatch.h' 2022-12-01T10:11:13.1442488Z adding 'torch/include/ATen/ops/index_add_cuda_dispatch.h' 2022-12-01T10:11:13.1444721Z adding 'torch/include/ATen/ops/index_add_meta.h' 2022-12-01T10:11:13.1446653Z adding 'torch/include/ATen/ops/index_add_meta_dispatch.h' 2022-12-01T10:11:13.1448642Z adding 'torch/include/ATen/ops/index_add_native.h' 2022-12-01T10:11:13.1450871Z adding 'torch/include/ATen/ops/index_add_ops.h' 2022-12-01T10:11:13.1453317Z adding 'torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.1455332Z adding 'torch/include/ATen/ops/index_copy.h' 2022-12-01T10:11:13.1457521Z adding 'torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.1459504Z adding 'torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.1461539Z adding 'torch/include/ATen/ops/index_copy_cpu_dispatch.h' 2022-12-01T10:11:13.1463546Z adding 'torch/include/ATen/ops/index_copy_cuda_dispatch.h' 2022-12-01T10:11:13.1465565Z adding 'torch/include/ATen/ops/index_copy_meta.h' 2022-12-01T10:11:13.1467603Z adding 'torch/include/ATen/ops/index_copy_meta_dispatch.h' 2022-12-01T10:11:13.1469555Z adding 'torch/include/ATen/ops/index_copy_native.h' 2022-12-01T10:11:13.1472519Z adding 'torch/include/ATen/ops/index_copy_ops.h' 2022-12-01T10:11:13.1474760Z adding 'torch/include/ATen/ops/index_cpu_dispatch.h' 2022-12-01T10:11:13.1476868Z adding 'torch/include/ATen/ops/index_cuda_dispatch.h' 2022-12-01T10:11:13.1479030Z adding 'torch/include/ATen/ops/index_fill.h' 2022-12-01T10:11:13.1481602Z adding 'torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.1484147Z adding 'torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.1485812Z adding 'torch/include/ATen/ops/index_fill_cpu_dispatch.h' 2022-12-01T10:11:13.1487805Z adding 'torch/include/ATen/ops/index_fill_cuda_dispatch.h' 2022-12-01T10:11:13.1489925Z adding 'torch/include/ATen/ops/index_fill_meta_dispatch.h' 2022-12-01T10:11:13.1491955Z adding 'torch/include/ATen/ops/index_fill_native.h' 2022-12-01T10:11:13.1494595Z adding 'torch/include/ATen/ops/index_fill_ops.h' 2022-12-01T10:11:13.1496919Z adding 'torch/include/ATen/ops/index_meta.h' 2022-12-01T10:11:13.1499025Z adding 'torch/include/ATen/ops/index_meta_dispatch.h' 2022-12-01T10:11:13.1501107Z adding 'torch/include/ATen/ops/index_native.h' 2022-12-01T10:11:13.1503134Z adding 'torch/include/ATen/ops/index_ops.h' 2022-12-01T10:11:13.1505309Z adding 'torch/include/ATen/ops/index_put.h' 2022-12-01T10:11:13.1507574Z adding 'torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.1509499Z adding 'torch/include/ATen/ops/index_put_native.h' 2022-12-01T10:11:13.1511817Z adding 'torch/include/ATen/ops/index_put_ops.h' 2022-12-01T10:11:13.1513879Z adding 'torch/include/ATen/ops/index_reduce.h' 2022-12-01T10:11:13.1516095Z adding 'torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.1518336Z adding 'torch/include/ATen/ops/index_reduce_cpu_dispatch.h' 2022-12-01T10:11:13.1520695Z adding 'torch/include/ATen/ops/index_reduce_cuda_dispatch.h' 2022-12-01T10:11:13.1523052Z adding 'torch/include/ATen/ops/index_reduce_meta.h' 2022-12-01T10:11:13.1525239Z adding 'torch/include/ATen/ops/index_reduce_meta_dispatch.h' 2022-12-01T10:11:13.1527284Z adding 'torch/include/ATen/ops/index_reduce_native.h' 2022-12-01T10:11:13.1529626Z adding 'torch/include/ATen/ops/index_reduce_ops.h' 2022-12-01T10:11:13.1531861Z adding 'torch/include/ATen/ops/index_select.h' 2022-12-01T10:11:13.1534034Z adding 'torch/include/ATen/ops/index_select_backward.h' 2022-12-01T10:11:13.1536281Z adding 'torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.1538303Z adding 'torch/include/ATen/ops/index_select_backward_native.h' 2022-12-01T10:11:13.1540446Z adding 'torch/include/ATen/ops/index_select_backward_ops.h' 2022-12-01T10:11:13.1542720Z adding 'torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.1544786Z adding 'torch/include/ATen/ops/index_select_cpu_dispatch.h' 2022-12-01T10:11:13.1546874Z adding 'torch/include/ATen/ops/index_select_cuda_dispatch.h' 2022-12-01T10:11:13.1549038Z adding 'torch/include/ATen/ops/index_select_native.h' 2022-12-01T10:11:13.1551363Z adding 'torch/include/ATen/ops/index_select_ops.h' 2022-12-01T10:11:13.1553374Z adding 'torch/include/ATen/ops/indices.h' 2022-12-01T10:11:13.1555513Z adding 'torch/include/ATen/ops/indices_copy.h' 2022-12-01T10:11:13.1557753Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.1560049Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.1562046Z adding 'torch/include/ATen/ops/indices_copy_native.h' 2022-12-01T10:11:13.1564218Z adding 'torch/include/ATen/ops/indices_copy_ops.h' 2022-12-01T10:11:13.1566291Z adding 'torch/include/ATen/ops/indices_native.h' 2022-12-01T10:11:13.1568370Z adding 'torch/include/ATen/ops/indices_ops.h' 2022-12-01T10:11:13.1570526Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h' 2022-12-01T10:11:13.1572733Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.1574741Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h' 2022-12-01T10:11:13.1576876Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h' 2022-12-01T10:11:13.1578925Z adding 'torch/include/ATen/ops/inner.h' 2022-12-01T10:11:13.1581139Z adding 'torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.1583148Z adding 'torch/include/ATen/ops/inner_native.h' 2022-12-01T10:11:13.1585348Z adding 'torch/include/ATen/ops/inner_ops.h' 2022-12-01T10:11:13.1587463Z adding 'torch/include/ATen/ops/instance_norm.h' 2022-12-01T10:11:13.1589792Z adding 'torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.1591857Z adding 'torch/include/ATen/ops/instance_norm_native.h' 2022-12-01T10:11:13.1594061Z adding 'torch/include/ATen/ops/instance_norm_ops.h' 2022-12-01T10:11:13.1596131Z adding 'torch/include/ATen/ops/int_repr.h' 2022-12-01T10:11:13.1598351Z adding 'torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.1600530Z adding 'torch/include/ATen/ops/int_repr_native.h' 2022-12-01T10:11:13.1602827Z adding 'torch/include/ATen/ops/int_repr_ops.h' 2022-12-01T10:11:13.1604943Z adding 'torch/include/ATen/ops/inverse.h' 2022-12-01T10:11:13.1607140Z adding 'torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.1609111Z adding 'torch/include/ATen/ops/inverse_native.h' 2022-12-01T10:11:13.1611392Z adding 'torch/include/ATen/ops/inverse_ops.h' 2022-12-01T10:11:13.1613392Z adding 'torch/include/ATen/ops/is_coalesced.h' 2022-12-01T10:11:13.1615385Z adding 'torch/include/ATen/ops/is_coalesced_native.h' 2022-12-01T10:11:13.1617543Z adding 'torch/include/ATen/ops/is_coalesced_ops.h' 2022-12-01T10:11:13.1619503Z adding 'torch/include/ATen/ops/is_complex.h' 2022-12-01T10:11:13.1621630Z adding 'torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.1623626Z adding 'torch/include/ATen/ops/is_complex_native.h' 2022-12-01T10:11:13.1625713Z adding 'torch/include/ATen/ops/is_complex_ops.h' 2022-12-01T10:11:13.1627746Z adding 'torch/include/ATen/ops/is_conj.h' 2022-12-01T10:11:13.1629878Z adding 'torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.1631855Z adding 'torch/include/ATen/ops/is_conj_native.h' 2022-12-01T10:11:13.1633924Z adding 'torch/include/ATen/ops/is_conj_ops.h' 2022-12-01T10:11:13.1636025Z adding 'torch/include/ATen/ops/is_distributed.h' 2022-12-01T10:11:13.1638162Z adding 'torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.1640343Z adding 'torch/include/ATen/ops/is_distributed_native.h' 2022-12-01T10:11:13.1642601Z adding 'torch/include/ATen/ops/is_distributed_ops.h' 2022-12-01T10:11:13.1644595Z adding 'torch/include/ATen/ops/is_floating_point.h' 2022-12-01T10:11:13.1646857Z adding 'torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.1648843Z adding 'torch/include/ATen/ops/is_floating_point_native.h' 2022-12-01T10:11:13.1650927Z adding 'torch/include/ATen/ops/is_floating_point_ops.h' 2022-12-01T10:11:13.1653004Z adding 'torch/include/ATen/ops/is_inference.h' 2022-12-01T10:11:13.1655157Z adding 'torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.1657083Z adding 'torch/include/ATen/ops/is_inference_native.h' 2022-12-01T10:11:13.1659159Z adding 'torch/include/ATen/ops/is_inference_ops.h' 2022-12-01T10:11:13.1661131Z adding 'torch/include/ATen/ops/is_leaf.h' 2022-12-01T10:11:13.1663292Z adding 'torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.1665377Z adding 'torch/include/ATen/ops/is_leaf_native.h' 2022-12-01T10:11:13.1667637Z adding 'torch/include/ATen/ops/is_leaf_ops.h' 2022-12-01T10:11:13.1669468Z adding 'torch/include/ATen/ops/is_neg.h' 2022-12-01T10:11:13.1671666Z adding 'torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.1673479Z adding 'torch/include/ATen/ops/is_neg_native.h' 2022-12-01T10:11:13.1675624Z adding 'torch/include/ATen/ops/is_neg_ops.h' 2022-12-01T10:11:13.1677527Z adding 'torch/include/ATen/ops/is_nonzero.h' 2022-12-01T10:11:13.1680175Z adding 'torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.1681785Z adding 'torch/include/ATen/ops/is_nonzero_native.h' 2022-12-01T10:11:13.1684062Z adding 'torch/include/ATen/ops/is_nonzero_ops.h' 2022-12-01T10:11:13.1685876Z adding 'torch/include/ATen/ops/is_pinned.h' 2022-12-01T10:11:13.1687957Z adding 'torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.1689968Z adding 'torch/include/ATen/ops/is_pinned_cuda_dispatch.h' 2022-12-01T10:11:13.1691950Z adding 'torch/include/ATen/ops/is_pinned_native.h' 2022-12-01T10:11:13.1694053Z adding 'torch/include/ATen/ops/is_pinned_ops.h' 2022-12-01T10:11:13.1696088Z adding 'torch/include/ATen/ops/is_same_size.h' 2022-12-01T10:11:13.1698213Z adding 'torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.1700112Z adding 'torch/include/ATen/ops/is_same_size_native.h' 2022-12-01T10:11:13.1702236Z adding 'torch/include/ATen/ops/is_same_size_ops.h' 2022-12-01T10:11:13.1704208Z adding 'torch/include/ATen/ops/is_set_to.h' 2022-12-01T10:11:13.1706316Z adding 'torch/include/ATen/ops/is_set_to_cpu_dispatch.h' 2022-12-01T10:11:13.1708347Z adding 'torch/include/ATen/ops/is_set_to_cuda_dispatch.h' 2022-12-01T10:11:13.1710309Z adding 'torch/include/ATen/ops/is_set_to_native.h' 2022-12-01T10:11:13.1712421Z adding 'torch/include/ATen/ops/is_set_to_ops.h' 2022-12-01T10:11:13.1714415Z adding 'torch/include/ATen/ops/is_signed.h' 2022-12-01T10:11:13.1716627Z adding 'torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.1718436Z adding 'torch/include/ATen/ops/is_signed_native.h' 2022-12-01T10:11:13.1720711Z adding 'torch/include/ATen/ops/is_signed_ops.h' 2022-12-01T10:11:13.1722793Z adding 'torch/include/ATen/ops/is_vulkan_available.h' 2022-12-01T10:11:13.1724952Z adding 'torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.1726838Z adding 'torch/include/ATen/ops/is_vulkan_available_native.h' 2022-12-01T10:11:13.1728929Z adding 'torch/include/ATen/ops/is_vulkan_available_ops.h' 2022-12-01T10:11:13.1730970Z adding 'torch/include/ATen/ops/isclose.h' 2022-12-01T10:11:13.1733167Z adding 'torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.1735057Z adding 'torch/include/ATen/ops/isclose_native.h' 2022-12-01T10:11:13.1737004Z adding 'torch/include/ATen/ops/isclose_ops.h' 2022-12-01T10:11:13.1738940Z adding 'torch/include/ATen/ops/isfinite.h' 2022-12-01T10:11:13.1740980Z adding 'torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.1743137Z adding 'torch/include/ATen/ops/isfinite_native.h' 2022-12-01T10:11:13.1744997Z adding 'torch/include/ATen/ops/isfinite_ops.h' 2022-12-01T10:11:13.1747137Z adding 'torch/include/ATen/ops/isin.h' 2022-12-01T10:11:13.1749419Z adding 'torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.1751327Z adding 'torch/include/ATen/ops/isin_cpu_dispatch.h' 2022-12-01T10:11:13.1753454Z adding 'torch/include/ATen/ops/isin_cuda_dispatch.h' 2022-12-01T10:11:13.1756343Z adding 'torch/include/ATen/ops/isin_meta.h' 2022-12-01T10:11:13.1758680Z adding 'torch/include/ATen/ops/isin_meta_dispatch.h' 2022-12-01T10:11:13.1761493Z adding 'torch/include/ATen/ops/isin_native.h' 2022-12-01T10:11:13.1764317Z adding 'torch/include/ATen/ops/isin_ops.h' 2022-12-01T10:11:13.1766780Z adding 'torch/include/ATen/ops/isinf.h' 2022-12-01T10:11:13.1769440Z adding 'torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.1771723Z adding 'torch/include/ATen/ops/isinf_native.h' 2022-12-01T10:11:13.1774365Z adding 'torch/include/ATen/ops/isinf_ops.h' 2022-12-01T10:11:13.1776664Z adding 'torch/include/ATen/ops/isnan.h' 2022-12-01T10:11:13.1780015Z adding 'torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.1787853Z adding 'torch/include/ATen/ops/isnan_cpu_dispatch.h' 2022-12-01T10:11:13.1790359Z adding 'torch/include/ATen/ops/isnan_cuda_dispatch.h' 2022-12-01T10:11:13.1792807Z adding 'torch/include/ATen/ops/isnan_native.h' 2022-12-01T10:11:13.1795504Z adding 'torch/include/ATen/ops/isnan_ops.h' 2022-12-01T10:11:13.1798127Z adding 'torch/include/ATen/ops/isneginf.h' 2022-12-01T10:11:13.1801098Z adding 'torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.1803565Z adding 'torch/include/ATen/ops/isneginf_cpu_dispatch.h' 2022-12-01T10:11:13.1806205Z adding 'torch/include/ATen/ops/isneginf_cuda_dispatch.h' 2022-12-01T10:11:13.1808662Z adding 'torch/include/ATen/ops/isneginf_meta.h' 2022-12-01T10:11:13.1811273Z adding 'torch/include/ATen/ops/isneginf_meta_dispatch.h' 2022-12-01T10:11:13.1813879Z adding 'torch/include/ATen/ops/isneginf_native.h' 2022-12-01T10:11:13.1816408Z adding 'torch/include/ATen/ops/isneginf_ops.h' 2022-12-01T10:11:13.1818937Z adding 'torch/include/ATen/ops/isposinf.h' 2022-12-01T10:11:13.1821778Z adding 'torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.1824136Z adding 'torch/include/ATen/ops/isposinf_cpu_dispatch.h' 2022-12-01T10:11:13.1826793Z adding 'torch/include/ATen/ops/isposinf_cuda_dispatch.h' 2022-12-01T10:11:13.1829098Z adding 'torch/include/ATen/ops/isposinf_meta.h' 2022-12-01T10:11:13.1831880Z adding 'torch/include/ATen/ops/isposinf_meta_dispatch.h' 2022-12-01T10:11:13.1834384Z adding 'torch/include/ATen/ops/isposinf_native.h' 2022-12-01T10:11:13.1837009Z adding 'torch/include/ATen/ops/isposinf_ops.h' 2022-12-01T10:11:13.1839879Z adding 'torch/include/ATen/ops/isreal.h' 2022-12-01T10:11:13.1842434Z adding 'torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.1844773Z adding 'torch/include/ATen/ops/isreal_native.h' 2022-12-01T10:11:13.1847299Z adding 'torch/include/ATen/ops/isreal_ops.h' 2022-12-01T10:11:13.1849890Z adding 'torch/include/ATen/ops/istft.h' 2022-12-01T10:11:13.1852842Z adding 'torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.1855415Z adding 'torch/include/ATen/ops/istft_native.h' 2022-12-01T10:11:13.1858091Z adding 'torch/include/ATen/ops/istft_ops.h' 2022-12-01T10:11:13.1860560Z adding 'torch/include/ATen/ops/item.h' 2022-12-01T10:11:13.1863074Z adding 'torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.1865615Z adding 'torch/include/ATen/ops/item_native.h' 2022-12-01T10:11:13.1867888Z adding 'torch/include/ATen/ops/item_ops.h' 2022-12-01T10:11:13.1870683Z adding 'torch/include/ATen/ops/kaiser_window.h' 2022-12-01T10:11:13.1873668Z adding 'torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.1876348Z adding 'torch/include/ATen/ops/kaiser_window_native.h' 2022-12-01T10:11:13.1879560Z adding 'torch/include/ATen/ops/kaiser_window_ops.h' 2022-12-01T10:11:13.1882125Z adding 'torch/include/ATen/ops/kl_div.h' 2022-12-01T10:11:13.1884754Z adding 'torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.1886990Z adding 'torch/include/ATen/ops/kl_div_native.h' 2022-12-01T10:11:13.1889747Z adding 'torch/include/ATen/ops/kl_div_ops.h' 2022-12-01T10:11:13.1892276Z adding 'torch/include/ATen/ops/kron.h' 2022-12-01T10:11:13.1894837Z adding 'torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.1897081Z adding 'torch/include/ATen/ops/kron_native.h' 2022-12-01T10:11:13.1899797Z adding 'torch/include/ATen/ops/kron_ops.h' 2022-12-01T10:11:13.1902546Z adding 'torch/include/ATen/ops/kthvalue.h' 2022-12-01T10:11:13.1904891Z adding 'torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.1907069Z adding 'torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.1909406Z adding 'torch/include/ATen/ops/kthvalue_cpu_dispatch.h' 2022-12-01T10:11:13.1911613Z adding 'torch/include/ATen/ops/kthvalue_cuda_dispatch.h' 2022-12-01T10:11:13.1913913Z adding 'torch/include/ATen/ops/kthvalue_native.h' 2022-12-01T10:11:13.1916715Z adding 'torch/include/ATen/ops/kthvalue_ops.h' 2022-12-01T10:11:13.1919176Z adding 'torch/include/ATen/ops/l1_loss.h' 2022-12-01T10:11:13.1922103Z adding 'torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.1924525Z adding 'torch/include/ATen/ops/l1_loss_native.h' 2022-12-01T10:11:13.1926999Z adding 'torch/include/ATen/ops/l1_loss_ops.h' 2022-12-01T10:11:13.1929152Z adding 'torch/include/ATen/ops/layer_norm.h' 2022-12-01T10:11:13.1931416Z adding 'torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.1933510Z adding 'torch/include/ATen/ops/layer_norm_native.h' 2022-12-01T10:11:13.1935353Z adding 'torch/include/ATen/ops/layer_norm_ops.h' 2022-12-01T10:11:13.1937270Z adding 'torch/include/ATen/ops/lcm.h' 2022-12-01T10:11:13.1939497Z adding 'torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.1941377Z adding 'torch/include/ATen/ops/lcm_cpu_dispatch.h' 2022-12-01T10:11:13.1943401Z adding 'torch/include/ATen/ops/lcm_cuda_dispatch.h' 2022-12-01T10:11:13.1945425Z adding 'torch/include/ATen/ops/lcm_meta.h' 2022-12-01T10:11:13.1947576Z adding 'torch/include/ATen/ops/lcm_meta_dispatch.h' 2022-12-01T10:11:13.1949510Z adding 'torch/include/ATen/ops/lcm_native.h' 2022-12-01T10:11:13.1951614Z adding 'torch/include/ATen/ops/lcm_ops.h' 2022-12-01T10:11:13.1953690Z adding 'torch/include/ATen/ops/ldexp.h' 2022-12-01T10:11:13.1955881Z adding 'torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.1957845Z adding 'torch/include/ATen/ops/ldexp_native.h' 2022-12-01T10:11:13.1960147Z adding 'torch/include/ATen/ops/ldexp_ops.h' 2022-12-01T10:11:13.1962451Z adding 'torch/include/ATen/ops/le.h' 2022-12-01T10:11:13.1964590Z adding 'torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.1966641Z adding 'torch/include/ATen/ops/le_cpu_dispatch.h' 2022-12-01T10:11:13.1968733Z adding 'torch/include/ATen/ops/le_cuda_dispatch.h' 2022-12-01T10:11:13.1970647Z adding 'torch/include/ATen/ops/le_meta.h' 2022-12-01T10:11:13.1972684Z adding 'torch/include/ATen/ops/le_meta_dispatch.h' 2022-12-01T10:11:13.1974669Z adding 'torch/include/ATen/ops/le_native.h' 2022-12-01T10:11:13.1976936Z adding 'torch/include/ATen/ops/le_ops.h' 2022-12-01T10:11:13.1979359Z adding 'torch/include/ATen/ops/leaky_relu.h' 2022-12-01T10:11:13.1981584Z adding 'torch/include/ATen/ops/leaky_relu_backward.h' 2022-12-01T10:11:13.1983794Z adding 'torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.1985855Z adding 'torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h' 2022-12-01T10:11:13.1988047Z adding 'torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h' 2022-12-01T10:11:13.1990064Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta.h' 2022-12-01T10:11:13.1992183Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h' 2022-12-01T10:11:13.1994908Z adding 'torch/include/ATen/ops/leaky_relu_backward_native.h' 2022-12-01T10:11:13.1997182Z adding 'torch/include/ATen/ops/leaky_relu_backward_ops.h' 2022-12-01T10:11:13.1999652Z adding 'torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.2001901Z adding 'torch/include/ATen/ops/leaky_relu_cpu_dispatch.h' 2022-12-01T10:11:13.2003950Z adding 'torch/include/ATen/ops/leaky_relu_cuda_dispatch.h' 2022-12-01T10:11:13.2005974Z adding 'torch/include/ATen/ops/leaky_relu_meta.h' 2022-12-01T10:11:13.2008120Z adding 'torch/include/ATen/ops/leaky_relu_meta_dispatch.h' 2022-12-01T10:11:13.2010227Z adding 'torch/include/ATen/ops/leaky_relu_native.h' 2022-12-01T10:11:13.2012521Z adding 'torch/include/ATen/ops/leaky_relu_ops.h' 2022-12-01T10:11:13.2014618Z adding 'torch/include/ATen/ops/lerp.h' 2022-12-01T10:11:13.2016973Z adding 'torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.2019014Z adding 'torch/include/ATen/ops/lerp_cpu_dispatch.h' 2022-12-01T10:11:13.2021190Z adding 'torch/include/ATen/ops/lerp_cuda_dispatch.h' 2022-12-01T10:11:13.2023136Z adding 'torch/include/ATen/ops/lerp_meta.h' 2022-12-01T10:11:13.2025245Z adding 'torch/include/ATen/ops/lerp_meta_dispatch.h' 2022-12-01T10:11:13.2027259Z adding 'torch/include/ATen/ops/lerp_native.h' 2022-12-01T10:11:13.2029939Z adding 'torch/include/ATen/ops/lerp_ops.h' 2022-12-01T10:11:13.2032036Z adding 'torch/include/ATen/ops/less.h' 2022-12-01T10:11:13.2034291Z adding 'torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.2036400Z adding 'torch/include/ATen/ops/less_equal.h' 2022-12-01T10:11:13.2038672Z adding 'torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.2040886Z adding 'torch/include/ATen/ops/less_equal_native.h' 2022-12-01T10:11:13.2043302Z adding 'torch/include/ATen/ops/less_equal_ops.h' 2022-12-01T10:11:13.2045335Z adding 'torch/include/ATen/ops/less_native.h' 2022-12-01T10:11:13.2047705Z adding 'torch/include/ATen/ops/less_ops.h' 2022-12-01T10:11:13.2049880Z adding 'torch/include/ATen/ops/lgamma.h' 2022-12-01T10:11:13.2052189Z adding 'torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.2054206Z adding 'torch/include/ATen/ops/lgamma_cpu_dispatch.h' 2022-12-01T10:11:13.2056235Z adding 'torch/include/ATen/ops/lgamma_cuda_dispatch.h' 2022-12-01T10:11:13.2058320Z adding 'torch/include/ATen/ops/lgamma_meta.h' 2022-12-01T10:11:13.2060339Z adding 'torch/include/ATen/ops/lgamma_meta_dispatch.h' 2022-12-01T10:11:13.2062357Z adding 'torch/include/ATen/ops/lgamma_native.h' 2022-12-01T10:11:13.2064544Z adding 'torch/include/ATen/ops/lgamma_ops.h' 2022-12-01T10:11:13.2066540Z adding 'torch/include/ATen/ops/lift.h' 2022-12-01T10:11:13.2068750Z adding 'torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.2070739Z adding 'torch/include/ATen/ops/lift_fresh.h' 2022-12-01T10:11:13.2072934Z adding 'torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.2074845Z adding 'torch/include/ATen/ops/lift_fresh_copy.h' 2022-12-01T10:11:13.2077050Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.2078829Z adding 'torch/include/ATen/ops/lift_fresh_copy_native.h' 2022-12-01T10:11:13.2081132Z adding 'torch/include/ATen/ops/lift_fresh_copy_ops.h' 2022-12-01T10:11:13.2083107Z adding 'torch/include/ATen/ops/lift_fresh_native.h' 2022-12-01T10:11:13.2085158Z adding 'torch/include/ATen/ops/lift_fresh_ops.h' 2022-12-01T10:11:13.2087341Z adding 'torch/include/ATen/ops/lift_native.h' 2022-12-01T10:11:13.2088955Z adding 'torch/include/ATen/ops/lift_ops.h' 2022-12-01T10:11:13.2090883Z adding 'torch/include/ATen/ops/linalg_cholesky.h' 2022-12-01T10:11:13.2092863Z adding 'torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.2094695Z adding 'torch/include/ATen/ops/linalg_cholesky_ex.h' 2022-12-01T10:11:13.2096733Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.2098514Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h' 2022-12-01T10:11:13.2100501Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h' 2022-12-01T10:11:13.2102292Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta.h' 2022-12-01T10:11:13.2104144Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h' 2022-12-01T10:11:13.2105965Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_native.h' 2022-12-01T10:11:13.2107974Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_ops.h' 2022-12-01T10:11:13.2109876Z adding 'torch/include/ATen/ops/linalg_cholesky_native.h' 2022-12-01T10:11:13.2111995Z adding 'torch/include/ATen/ops/linalg_cholesky_ops.h' 2022-12-01T10:11:13.2114068Z adding 'torch/include/ATen/ops/linalg_cond.h' 2022-12-01T10:11:13.2116456Z adding 'torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.2118278Z adding 'torch/include/ATen/ops/linalg_cond_native.h' 2022-12-01T10:11:13.2120766Z adding 'torch/include/ATen/ops/linalg_cond_ops.h' 2022-12-01T10:11:13.2122764Z adding 'torch/include/ATen/ops/linalg_cross.h' 2022-12-01T10:11:13.2124963Z adding 'torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.2126924Z adding 'torch/include/ATen/ops/linalg_cross_cpu_dispatch.h' 2022-12-01T10:11:13.2128991Z adding 'torch/include/ATen/ops/linalg_cross_cuda_dispatch.h' 2022-12-01T10:11:13.2130789Z adding 'torch/include/ATen/ops/linalg_cross_meta.h' 2022-12-01T10:11:13.2132844Z adding 'torch/include/ATen/ops/linalg_cross_meta_dispatch.h' 2022-12-01T10:11:13.2134820Z adding 'torch/include/ATen/ops/linalg_cross_native.h' 2022-12-01T10:11:13.2136866Z adding 'torch/include/ATen/ops/linalg_cross_ops.h' 2022-12-01T10:11:13.2139004Z adding 'torch/include/ATen/ops/linalg_det.h' 2022-12-01T10:11:13.2141124Z adding 'torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.2142897Z adding 'torch/include/ATen/ops/linalg_det_native.h' 2022-12-01T10:11:13.2144955Z adding 'torch/include/ATen/ops/linalg_det_ops.h' 2022-12-01T10:11:13.2146949Z adding 'torch/include/ATen/ops/linalg_diagonal.h' 2022-12-01T10:11:13.2149046Z adding 'torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.2151030Z adding 'torch/include/ATen/ops/linalg_diagonal_native.h' 2022-12-01T10:11:13.2153136Z adding 'torch/include/ATen/ops/linalg_diagonal_ops.h' 2022-12-01T10:11:13.2155121Z adding 'torch/include/ATen/ops/linalg_eig.h' 2022-12-01T10:11:13.2157273Z adding 'torch/include/ATen/ops/linalg_eig_cpu_dispatch.h' 2022-12-01T10:11:13.2159566Z adding 'torch/include/ATen/ops/linalg_eig_cuda_dispatch.h' 2022-12-01T10:11:13.2161901Z adding 'torch/include/ATen/ops/linalg_eig_native.h' 2022-12-01T10:11:13.2164057Z adding 'torch/include/ATen/ops/linalg_eig_ops.h' 2022-12-01T10:11:13.2166214Z adding 'torch/include/ATen/ops/linalg_eigh.h' 2022-12-01T10:11:13.2168533Z adding 'torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.2170708Z adding 'torch/include/ATen/ops/linalg_eigh_native.h' 2022-12-01T10:11:13.2172655Z adding 'torch/include/ATen/ops/linalg_eigh_ops.h' 2022-12-01T10:11:13.2174865Z adding 'torch/include/ATen/ops/linalg_eigvals.h' 2022-12-01T10:11:13.2177025Z adding 'torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.2179165Z adding 'torch/include/ATen/ops/linalg_eigvals_native.h' 2022-12-01T10:11:13.2181048Z adding 'torch/include/ATen/ops/linalg_eigvals_ops.h' 2022-12-01T10:11:13.2182981Z adding 'torch/include/ATen/ops/linalg_eigvalsh.h' 2022-12-01T10:11:13.2185075Z adding 'torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.2186912Z adding 'torch/include/ATen/ops/linalg_eigvalsh_native.h' 2022-12-01T10:11:13.2188936Z adding 'torch/include/ATen/ops/linalg_eigvalsh_ops.h' 2022-12-01T10:11:13.2190967Z adding 'torch/include/ATen/ops/linalg_householder_product.h' 2022-12-01T10:11:13.2193011Z adding 'torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h' 2022-12-01T10:11:13.2194965Z adding 'torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h' 2022-12-01T10:11:13.2196882Z adding 'torch/include/ATen/ops/linalg_householder_product_native.h' 2022-12-01T10:11:13.2198941Z adding 'torch/include/ATen/ops/linalg_householder_product_ops.h' 2022-12-01T10:11:13.2201258Z adding 'torch/include/ATen/ops/linalg_inv.h' 2022-12-01T10:11:13.2203393Z adding 'torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.2205325Z adding 'torch/include/ATen/ops/linalg_inv_ex.h' 2022-12-01T10:11:13.2207442Z adding 'torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.2209370Z adding 'torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h' 2022-12-01T10:11:13.2211451Z adding 'torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h' 2022-12-01T10:11:13.2213411Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta.h' 2022-12-01T10:11:13.2215371Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h' 2022-12-01T10:11:13.2217348Z adding 'torch/include/ATen/ops/linalg_inv_ex_native.h' 2022-12-01T10:11:13.2219408Z adding 'torch/include/ATen/ops/linalg_inv_ex_ops.h' 2022-12-01T10:11:13.2221291Z adding 'torch/include/ATen/ops/linalg_inv_native.h' 2022-12-01T10:11:13.2223333Z adding 'torch/include/ATen/ops/linalg_inv_ops.h' 2022-12-01T10:11:13.2225451Z adding 'torch/include/ATen/ops/linalg_ldl_factor.h' 2022-12-01T10:11:13.2227580Z adding 'torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.2229474Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex.h' 2022-12-01T10:11:13.2231673Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.2233571Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h' 2022-12-01T10:11:13.2235588Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h' 2022-12-01T10:11:13.2237746Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h' 2022-12-01T10:11:13.2239867Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h' 2022-12-01T10:11:13.2241745Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_native.h' 2022-12-01T10:11:13.2243856Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h' 2022-12-01T10:11:13.2245815Z adding 'torch/include/ATen/ops/linalg_ldl_factor_native.h' 2022-12-01T10:11:13.2247963Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ops.h' 2022-12-01T10:11:13.2250440Z adding 'torch/include/ATen/ops/linalg_ldl_solve.h' 2022-12-01T10:11:13.2252182Z adding 'torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.2253985Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h' 2022-12-01T10:11:13.2256319Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h' 2022-12-01T10:11:13.2258167Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta.h' 2022-12-01T10:11:13.2259907Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h' 2022-12-01T10:11:13.2261807Z adding 'torch/include/ATen/ops/linalg_ldl_solve_native.h' 2022-12-01T10:11:13.2264163Z adding 'torch/include/ATen/ops/linalg_ldl_solve_ops.h' 2022-12-01T10:11:13.2266187Z adding 'torch/include/ATen/ops/linalg_lstsq.h' 2022-12-01T10:11:13.2268264Z adding 'torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.2270059Z adding 'torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h' 2022-12-01T10:11:13.2272060Z adding 'torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h' 2022-12-01T10:11:13.2274069Z adding 'torch/include/ATen/ops/linalg_lstsq_native.h' 2022-12-01T10:11:13.2276374Z adding 'torch/include/ATen/ops/linalg_lstsq_ops.h' 2022-12-01T10:11:13.2278436Z adding 'torch/include/ATen/ops/linalg_lu.h' 2022-12-01T10:11:13.2280665Z adding 'torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.2282786Z adding 'torch/include/ATen/ops/linalg_lu_cpu_dispatch.h' 2022-12-01T10:11:13.2284750Z adding 'torch/include/ATen/ops/linalg_lu_cuda_dispatch.h' 2022-12-01T10:11:13.2286915Z adding 'torch/include/ATen/ops/linalg_lu_factor.h' 2022-12-01T10:11:13.2288930Z adding 'torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.2291260Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex.h' 2022-12-01T10:11:13.2293408Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.2295329Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h' 2022-12-01T10:11:13.2297083Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h' 2022-12-01T10:11:13.2298941Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta.h' 2022-12-01T10:11:13.2300850Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h' 2022-12-01T10:11:13.2302800Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_native.h' 2022-12-01T10:11:13.2304825Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_ops.h' 2022-12-01T10:11:13.2306782Z adding 'torch/include/ATen/ops/linalg_lu_factor_native.h' 2022-12-01T10:11:13.2308897Z adding 'torch/include/ATen/ops/linalg_lu_factor_ops.h' 2022-12-01T10:11:13.2310774Z adding 'torch/include/ATen/ops/linalg_lu_meta.h' 2022-12-01T10:11:13.2312804Z adding 'torch/include/ATen/ops/linalg_lu_meta_dispatch.h' 2022-12-01T10:11:13.2314647Z adding 'torch/include/ATen/ops/linalg_lu_native.h' 2022-12-01T10:11:13.2316858Z adding 'torch/include/ATen/ops/linalg_lu_ops.h' 2022-12-01T10:11:13.2318737Z adding 'torch/include/ATen/ops/linalg_lu_solve.h' 2022-12-01T10:11:13.2321138Z adding 'torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.2323009Z adding 'torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h' 2022-12-01T10:11:13.2325019Z adding 'torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h' 2022-12-01T10:11:13.2326922Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta.h' 2022-12-01T10:11:13.2329334Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h' 2022-12-01T10:11:13.2331492Z adding 'torch/include/ATen/ops/linalg_lu_solve_native.h' 2022-12-01T10:11:13.2333563Z adding 'torch/include/ATen/ops/linalg_lu_solve_ops.h' 2022-12-01T10:11:13.2335593Z adding 'torch/include/ATen/ops/linalg_matmul.h' 2022-12-01T10:11:13.2337579Z adding 'torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.2339383Z adding 'torch/include/ATen/ops/linalg_matmul_native.h' 2022-12-01T10:11:13.2341608Z adding 'torch/include/ATen/ops/linalg_matmul_ops.h' 2022-12-01T10:11:13.2343568Z adding 'torch/include/ATen/ops/linalg_matrix_exp.h' 2022-12-01T10:11:13.2345907Z adding 'torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.2347734Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h' 2022-12-01T10:11:13.2349585Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h' 2022-12-01T10:11:13.2351524Z adding 'torch/include/ATen/ops/linalg_matrix_exp_native.h' 2022-12-01T10:11:13.2353560Z adding 'torch/include/ATen/ops/linalg_matrix_exp_ops.h' 2022-12-01T10:11:13.2355421Z adding 'torch/include/ATen/ops/linalg_matrix_norm.h' 2022-12-01T10:11:13.2357733Z adding 'torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.2359655Z adding 'torch/include/ATen/ops/linalg_matrix_norm_native.h' 2022-12-01T10:11:13.2362690Z adding 'torch/include/ATen/ops/linalg_matrix_norm_ops.h' 2022-12-01T10:11:13.2364149Z adding 'torch/include/ATen/ops/linalg_matrix_power.h' 2022-12-01T10:11:13.2366117Z adding 'torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.2368049Z adding 'torch/include/ATen/ops/linalg_matrix_power_native.h' 2022-12-01T10:11:13.2370160Z adding 'torch/include/ATen/ops/linalg_matrix_power_ops.h' 2022-12-01T10:11:13.2372406Z adding 'torch/include/ATen/ops/linalg_matrix_rank.h' 2022-12-01T10:11:13.2374780Z adding 'torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.2376709Z adding 'torch/include/ATen/ops/linalg_matrix_rank_native.h' 2022-12-01T10:11:13.2379172Z adding 'torch/include/ATen/ops/linalg_matrix_rank_ops.h' 2022-12-01T10:11:13.2381268Z adding 'torch/include/ATen/ops/linalg_multi_dot.h' 2022-12-01T10:11:13.2383346Z adding 'torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.2384963Z adding 'torch/include/ATen/ops/linalg_multi_dot_native.h' 2022-12-01T10:11:13.2387119Z adding 'torch/include/ATen/ops/linalg_multi_dot_ops.h' 2022-12-01T10:11:13.2389331Z adding 'torch/include/ATen/ops/linalg_norm.h' 2022-12-01T10:11:13.2391118Z adding 'torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.2392777Z adding 'torch/include/ATen/ops/linalg_norm_native.h' 2022-12-01T10:11:13.2394874Z adding 'torch/include/ATen/ops/linalg_norm_ops.h' 2022-12-01T10:11:13.2397402Z adding 'torch/include/ATen/ops/linalg_pinv.h' 2022-12-01T10:11:13.2399541Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.2401791Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.2403637Z adding 'torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.2405613Z adding 'torch/include/ATen/ops/linalg_pinv_native.h' 2022-12-01T10:11:13.2407977Z adding 'torch/include/ATen/ops/linalg_pinv_ops.h' 2022-12-01T10:11:13.2410135Z adding 'torch/include/ATen/ops/linalg_qr.h' 2022-12-01T10:11:13.2412320Z adding 'torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.2414215Z adding 'torch/include/ATen/ops/linalg_qr_cpu_dispatch.h' 2022-12-01T10:11:13.2416263Z adding 'torch/include/ATen/ops/linalg_qr_cuda_dispatch.h' 2022-12-01T10:11:13.2418118Z adding 'torch/include/ATen/ops/linalg_qr_meta.h' 2022-12-01T10:11:13.2420120Z adding 'torch/include/ATen/ops/linalg_qr_meta_dispatch.h' 2022-12-01T10:11:13.2422025Z adding 'torch/include/ATen/ops/linalg_qr_native.h' 2022-12-01T10:11:13.2424670Z adding 'torch/include/ATen/ops/linalg_qr_ops.h' 2022-12-01T10:11:13.2426099Z adding 'torch/include/ATen/ops/linalg_slogdet.h' 2022-12-01T10:11:13.2428262Z adding 'torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.2430057Z adding 'torch/include/ATen/ops/linalg_slogdet_native.h' 2022-12-01T10:11:13.2431965Z adding 'torch/include/ATen/ops/linalg_slogdet_ops.h' 2022-12-01T10:11:13.2434026Z adding 'torch/include/ATen/ops/linalg_solve.h' 2022-12-01T10:11:13.2435997Z adding 'torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.2437975Z adding 'torch/include/ATen/ops/linalg_solve_ex.h' 2022-12-01T10:11:13.2440447Z adding 'torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.2442658Z adding 'torch/include/ATen/ops/linalg_solve_ex_native.h' 2022-12-01T10:11:13.2445021Z adding 'torch/include/ATen/ops/linalg_solve_ex_ops.h' 2022-12-01T10:11:13.2447162Z adding 'torch/include/ATen/ops/linalg_solve_native.h' 2022-12-01T10:11:13.2449707Z adding 'torch/include/ATen/ops/linalg_solve_ops.h' 2022-12-01T10:11:13.2451602Z adding 'torch/include/ATen/ops/linalg_solve_triangular.h' 2022-12-01T10:11:13.2453771Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h' 2022-12-01T10:11:13.2455864Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h' 2022-12-01T10:11:13.2457917Z adding 'torch/include/ATen/ops/linalg_solve_triangular_native.h' 2022-12-01T10:11:13.2460189Z adding 'torch/include/ATen/ops/linalg_solve_triangular_ops.h' 2022-12-01T10:11:13.2462402Z adding 'torch/include/ATen/ops/linalg_svd.h' 2022-12-01T10:11:13.2464642Z adding 'torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.2466671Z adding 'torch/include/ATen/ops/linalg_svd_native.h' 2022-12-01T10:11:13.2468891Z adding 'torch/include/ATen/ops/linalg_svd_ops.h' 2022-12-01T10:11:13.2471726Z adding 'torch/include/ATen/ops/linalg_svdvals.h' 2022-12-01T10:11:13.2474038Z adding 'torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.2476213Z adding 'torch/include/ATen/ops/linalg_svdvals_native.h' 2022-12-01T10:11:13.2478384Z adding 'torch/include/ATen/ops/linalg_svdvals_ops.h' 2022-12-01T10:11:13.2481182Z adding 'torch/include/ATen/ops/linalg_tensorinv.h' 2022-12-01T10:11:13.2483403Z adding 'torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.2485233Z adding 'torch/include/ATen/ops/linalg_tensorinv_native.h' 2022-12-01T10:11:13.2487620Z adding 'torch/include/ATen/ops/linalg_tensorinv_ops.h' 2022-12-01T10:11:13.2489767Z adding 'torch/include/ATen/ops/linalg_tensorsolve.h' 2022-12-01T10:11:13.2492298Z adding 'torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.2494298Z adding 'torch/include/ATen/ops/linalg_tensorsolve_native.h' 2022-12-01T10:11:13.2496563Z adding 'torch/include/ATen/ops/linalg_tensorsolve_ops.h' 2022-12-01T10:11:13.2498711Z adding 'torch/include/ATen/ops/linalg_vander.h' 2022-12-01T10:11:13.2500808Z adding 'torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.2503146Z adding 'torch/include/ATen/ops/linalg_vander_native.h' 2022-12-01T10:11:13.2505222Z adding 'torch/include/ATen/ops/linalg_vander_ops.h' 2022-12-01T10:11:13.2507275Z adding 'torch/include/ATen/ops/linalg_vecdot.h' 2022-12-01T10:11:13.2509583Z adding 'torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.2511357Z adding 'torch/include/ATen/ops/linalg_vecdot_native.h' 2022-12-01T10:11:13.2513639Z adding 'torch/include/ATen/ops/linalg_vecdot_ops.h' 2022-12-01T10:11:13.2515805Z adding 'torch/include/ATen/ops/linalg_vector_norm.h' 2022-12-01T10:11:13.2518240Z adding 'torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.2520439Z adding 'torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h' 2022-12-01T10:11:13.2522543Z adding 'torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h' 2022-12-01T10:11:13.2524596Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta.h' 2022-12-01T10:11:13.2526773Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h' 2022-12-01T10:11:13.2528946Z adding 'torch/include/ATen/ops/linalg_vector_norm_native.h' 2022-12-01T10:11:13.2531398Z adding 'torch/include/ATen/ops/linalg_vector_norm_ops.h' 2022-12-01T10:11:13.2533760Z adding 'torch/include/ATen/ops/linear.h' 2022-12-01T10:11:13.2536117Z adding 'torch/include/ATen/ops/linear_backward.h' 2022-12-01T10:11:13.2538498Z adding 'torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.2540667Z adding 'torch/include/ATen/ops/linear_backward_native.h' 2022-12-01T10:11:13.2543081Z adding 'torch/include/ATen/ops/linear_backward_ops.h' 2022-12-01T10:11:13.2545607Z adding 'torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.2547912Z adding 'torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.2550086Z adding 'torch/include/ATen/ops/linear_native.h' 2022-12-01T10:11:13.2552433Z adding 'torch/include/ATen/ops/linear_ops.h' 2022-12-01T10:11:13.2554958Z adding 'torch/include/ATen/ops/linspace.h' 2022-12-01T10:11:13.2557819Z adding 'torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.2560306Z adding 'torch/include/ATen/ops/linspace_cpu_dispatch.h' 2022-12-01T10:11:13.2563115Z adding 'torch/include/ATen/ops/linspace_cuda_dispatch.h' 2022-12-01T10:11:13.2565650Z adding 'torch/include/ATen/ops/linspace_meta_dispatch.h' 2022-12-01T10:11:13.2568034Z adding 'torch/include/ATen/ops/linspace_native.h' 2022-12-01T10:11:13.2570647Z adding 'torch/include/ATen/ops/linspace_ops.h' 2022-12-01T10:11:13.2573060Z adding 'torch/include/ATen/ops/log.h' 2022-12-01T10:11:13.2575487Z adding 'torch/include/ATen/ops/log10.h' 2022-12-01T10:11:13.2578146Z adding 'torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.2580459Z adding 'torch/include/ATen/ops/log10_cpu_dispatch.h' 2022-12-01T10:11:13.2583245Z adding 'torch/include/ATen/ops/log10_cuda_dispatch.h' 2022-12-01T10:11:13.2585539Z adding 'torch/include/ATen/ops/log10_meta.h' 2022-12-01T10:11:13.2587714Z adding 'torch/include/ATen/ops/log10_meta_dispatch.h' 2022-12-01T10:11:13.2589739Z adding 'torch/include/ATen/ops/log10_native.h' 2022-12-01T10:11:13.2591913Z adding 'torch/include/ATen/ops/log10_ops.h' 2022-12-01T10:11:13.2594168Z adding 'torch/include/ATen/ops/log1p.h' 2022-12-01T10:11:13.2596345Z adding 'torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.2598338Z adding 'torch/include/ATen/ops/log1p_cpu_dispatch.h' 2022-12-01T10:11:13.2600653Z adding 'torch/include/ATen/ops/log1p_cuda_dispatch.h' 2022-12-01T10:11:13.2602854Z adding 'torch/include/ATen/ops/log1p_meta.h' 2022-12-01T10:11:13.2604856Z adding 'torch/include/ATen/ops/log1p_meta_dispatch.h' 2022-12-01T10:11:13.2606969Z adding 'torch/include/ATen/ops/log1p_native.h' 2022-12-01T10:11:13.2609203Z adding 'torch/include/ATen/ops/log1p_ops.h' 2022-12-01T10:11:13.2611312Z adding 'torch/include/ATen/ops/log2.h' 2022-12-01T10:11:13.2613603Z adding 'torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.2615518Z adding 'torch/include/ATen/ops/log2_cpu_dispatch.h' 2022-12-01T10:11:13.2617637Z adding 'torch/include/ATen/ops/log2_cuda_dispatch.h' 2022-12-01T10:11:13.2619678Z adding 'torch/include/ATen/ops/log2_meta.h' 2022-12-01T10:11:13.2621761Z adding 'torch/include/ATen/ops/log2_meta_dispatch.h' 2022-12-01T10:11:13.2623774Z adding 'torch/include/ATen/ops/log2_native.h' 2022-12-01T10:11:13.2625980Z adding 'torch/include/ATen/ops/log2_ops.h' 2022-12-01T10:11:13.2628332Z adding 'torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.2630265Z adding 'torch/include/ATen/ops/log_cpu_dispatch.h' 2022-12-01T10:11:13.2632360Z adding 'torch/include/ATen/ops/log_cuda_dispatch.h' 2022-12-01T10:11:13.2634381Z adding 'torch/include/ATen/ops/log_meta.h' 2022-12-01T10:11:13.2636584Z adding 'torch/include/ATen/ops/log_meta_dispatch.h' 2022-12-01T10:11:13.2638571Z adding 'torch/include/ATen/ops/log_native.h' 2022-12-01T10:11:13.2641031Z adding 'torch/include/ATen/ops/log_normal.h' 2022-12-01T10:11:13.2643464Z adding 'torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.2645411Z adding 'torch/include/ATen/ops/log_normal_cpu_dispatch.h' 2022-12-01T10:11:13.2647550Z adding 'torch/include/ATen/ops/log_normal_cuda_dispatch.h' 2022-12-01T10:11:13.2649674Z adding 'torch/include/ATen/ops/log_normal_meta_dispatch.h' 2022-12-01T10:11:13.2651677Z adding 'torch/include/ATen/ops/log_normal_native.h' 2022-12-01T10:11:13.2653992Z adding 'torch/include/ATen/ops/log_normal_ops.h' 2022-12-01T10:11:13.2656197Z adding 'torch/include/ATen/ops/log_ops.h' 2022-12-01T10:11:13.2658357Z adding 'torch/include/ATen/ops/log_sigmoid.h' 2022-12-01T10:11:13.2660582Z adding 'torch/include/ATen/ops/log_sigmoid_backward.h' 2022-12-01T10:11:13.2662847Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h' 2022-12-01T10:11:13.2665113Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h' 2022-12-01T10:11:13.2667038Z adding 'torch/include/ATen/ops/log_sigmoid_backward_native.h' 2022-12-01T10:11:13.2669138Z adding 'torch/include/ATen/ops/log_sigmoid_backward_ops.h' 2022-12-01T10:11:13.2671303Z adding 'torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.2673261Z adding 'torch/include/ATen/ops/log_sigmoid_forward.h' 2022-12-01T10:11:13.2675451Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h' 2022-12-01T10:11:13.2677488Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h' 2022-12-01T10:11:13.2679625Z adding 'torch/include/ATen/ops/log_sigmoid_forward_native.h' 2022-12-01T10:11:13.2681983Z adding 'torch/include/ATen/ops/log_sigmoid_forward_ops.h' 2022-12-01T10:11:13.2683778Z adding 'torch/include/ATen/ops/log_sigmoid_native.h' 2022-12-01T10:11:13.2686072Z adding 'torch/include/ATen/ops/log_sigmoid_ops.h' 2022-12-01T10:11:13.2688227Z adding 'torch/include/ATen/ops/log_softmax.h' 2022-12-01T10:11:13.2690390Z adding 'torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.2692704Z adding 'torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.2694571Z adding 'torch/include/ATen/ops/log_softmax_native.h' 2022-12-01T10:11:13.2696783Z adding 'torch/include/ATen/ops/log_softmax_ops.h' 2022-12-01T10:11:13.2698915Z adding 'torch/include/ATen/ops/logaddexp.h' 2022-12-01T10:11:13.2700834Z adding 'torch/include/ATen/ops/logaddexp2.h' 2022-12-01T10:11:13.2703065Z adding 'torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.2705197Z adding 'torch/include/ATen/ops/logaddexp2_cpu_dispatch.h' 2022-12-01T10:11:13.2707079Z adding 'torch/include/ATen/ops/logaddexp2_cuda_dispatch.h' 2022-12-01T10:11:13.2709174Z adding 'torch/include/ATen/ops/logaddexp2_meta.h' 2022-12-01T10:11:13.2711964Z adding 'torch/include/ATen/ops/logaddexp2_meta_dispatch.h' 2022-12-01T10:11:13.2713391Z adding 'torch/include/ATen/ops/logaddexp2_native.h' 2022-12-01T10:11:13.2715584Z adding 'torch/include/ATen/ops/logaddexp2_ops.h' 2022-12-01T10:11:13.2717740Z adding 'torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.2719768Z adding 'torch/include/ATen/ops/logaddexp_cpu_dispatch.h' 2022-12-01T10:11:13.2721939Z adding 'torch/include/ATen/ops/logaddexp_cuda_dispatch.h' 2022-12-01T10:11:13.2723979Z adding 'torch/include/ATen/ops/logaddexp_meta.h' 2022-12-01T10:11:13.2725921Z adding 'torch/include/ATen/ops/logaddexp_meta_dispatch.h' 2022-12-01T10:11:13.2727703Z adding 'torch/include/ATen/ops/logaddexp_native.h' 2022-12-01T10:11:13.2729714Z adding 'torch/include/ATen/ops/logaddexp_ops.h' 2022-12-01T10:11:13.2731704Z adding 'torch/include/ATen/ops/logcumsumexp.h' 2022-12-01T10:11:13.2733860Z adding 'torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.2735832Z adding 'torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.2737664Z adding 'torch/include/ATen/ops/logcumsumexp_native.h' 2022-12-01T10:11:13.2739806Z adding 'torch/include/ATen/ops/logcumsumexp_ops.h' 2022-12-01T10:11:13.2741838Z adding 'torch/include/ATen/ops/logdet.h' 2022-12-01T10:11:13.2743956Z adding 'torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.2745628Z adding 'torch/include/ATen/ops/logdet_native.h' 2022-12-01T10:11:13.2747448Z adding 'torch/include/ATen/ops/logdet_ops.h' 2022-12-01T10:11:13.2749441Z adding 'torch/include/ATen/ops/logical_and.h' 2022-12-01T10:11:13.2751391Z adding 'torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.2753354Z adding 'torch/include/ATen/ops/logical_and_cpu_dispatch.h' 2022-12-01T10:11:13.2755191Z adding 'torch/include/ATen/ops/logical_and_cuda_dispatch.h' 2022-12-01T10:11:13.2757027Z adding 'torch/include/ATen/ops/logical_and_native.h' 2022-12-01T10:11:13.2759026Z adding 'torch/include/ATen/ops/logical_and_ops.h' 2022-12-01T10:11:13.2761916Z adding 'torch/include/ATen/ops/logical_not.h' 2022-12-01T10:11:13.2763661Z adding 'torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.2765241Z adding 'torch/include/ATen/ops/logical_not_cpu_dispatch.h' 2022-12-01T10:11:13.2767184Z adding 'torch/include/ATen/ops/logical_not_cuda_dispatch.h' 2022-12-01T10:11:13.2769520Z adding 'torch/include/ATen/ops/logical_not_native.h' 2022-12-01T10:11:13.2771581Z adding 'torch/include/ATen/ops/logical_not_ops.h' 2022-12-01T10:11:13.2773960Z adding 'torch/include/ATen/ops/logical_or.h' 2022-12-01T10:11:13.2776780Z adding 'torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.2779281Z adding 'torch/include/ATen/ops/logical_or_cpu_dispatch.h' 2022-12-01T10:11:13.2781838Z adding 'torch/include/ATen/ops/logical_or_cuda_dispatch.h' 2022-12-01T10:11:13.2784391Z adding 'torch/include/ATen/ops/logical_or_native.h' 2022-12-01T10:11:13.2787136Z adding 'torch/include/ATen/ops/logical_or_ops.h' 2022-12-01T10:11:13.2789795Z adding 'torch/include/ATen/ops/logical_xor.h' 2022-12-01T10:11:13.2792516Z adding 'torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.2795025Z adding 'torch/include/ATen/ops/logical_xor_cpu_dispatch.h' 2022-12-01T10:11:13.2797587Z adding 'torch/include/ATen/ops/logical_xor_cuda_dispatch.h' 2022-12-01T10:11:13.2800376Z adding 'torch/include/ATen/ops/logical_xor_native.h' 2022-12-01T10:11:13.2803074Z adding 'torch/include/ATen/ops/logical_xor_ops.h' 2022-12-01T10:11:13.2805710Z adding 'torch/include/ATen/ops/logit.h' 2022-12-01T10:11:13.2808232Z adding 'torch/include/ATen/ops/logit_backward.h' 2022-12-01T10:11:13.2810878Z adding 'torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.2813232Z adding 'torch/include/ATen/ops/logit_backward_cpu_dispatch.h' 2022-12-01T10:11:13.2815661Z adding 'torch/include/ATen/ops/logit_backward_cuda_dispatch.h' 2022-12-01T10:11:13.2817704Z adding 'torch/include/ATen/ops/logit_backward_meta.h' 2022-12-01T10:11:13.2819885Z adding 'torch/include/ATen/ops/logit_backward_meta_dispatch.h' 2022-12-01T10:11:13.2821952Z adding 'torch/include/ATen/ops/logit_backward_native.h' 2022-12-01T10:11:13.2824181Z adding 'torch/include/ATen/ops/logit_backward_ops.h' 2022-12-01T10:11:13.2826290Z adding 'torch/include/ATen/ops/logit_cpu_dispatch.h' 2022-12-01T10:11:13.2828258Z adding 'torch/include/ATen/ops/logit_cuda_dispatch.h' 2022-12-01T10:11:13.2830225Z adding 'torch/include/ATen/ops/logit_meta_dispatch.h' 2022-12-01T10:11:13.2832103Z adding 'torch/include/ATen/ops/logit_native.h' 2022-12-01T10:11:13.2834249Z adding 'torch/include/ATen/ops/logit_ops.h' 2022-12-01T10:11:13.2836430Z adding 'torch/include/ATen/ops/logspace.h' 2022-12-01T10:11:13.2838794Z adding 'torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.2841264Z adding 'torch/include/ATen/ops/logspace_cpu_dispatch.h' 2022-12-01T10:11:13.2843393Z adding 'torch/include/ATen/ops/logspace_cuda_dispatch.h' 2022-12-01T10:11:13.2845653Z adding 'torch/include/ATen/ops/logspace_meta_dispatch.h' 2022-12-01T10:11:13.2847631Z adding 'torch/include/ATen/ops/logspace_native.h' 2022-12-01T10:11:13.2849894Z adding 'torch/include/ATen/ops/logspace_ops.h' 2022-12-01T10:11:13.2851986Z adding 'torch/include/ATen/ops/logsumexp.h' 2022-12-01T10:11:13.2854096Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.2856135Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.2858200Z adding 'torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.2860040Z adding 'torch/include/ATen/ops/logsumexp_native.h' 2022-12-01T10:11:13.2862235Z adding 'torch/include/ATen/ops/logsumexp_ops.h' 2022-12-01T10:11:13.2864333Z adding 'torch/include/ATen/ops/lshift.h' 2022-12-01T10:11:13.2866550Z adding 'torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.2868490Z adding 'torch/include/ATen/ops/lshift_cpu_dispatch.h' 2022-12-01T10:11:13.2870529Z adding 'torch/include/ATen/ops/lshift_cuda_dispatch.h' 2022-12-01T10:11:13.2872480Z adding 'torch/include/ATen/ops/lshift_meta_dispatch.h' 2022-12-01T10:11:13.2874514Z adding 'torch/include/ATen/ops/lshift_native.h' 2022-12-01T10:11:13.2876838Z adding 'torch/include/ATen/ops/lshift_ops.h' 2022-12-01T10:11:13.2879144Z adding 'torch/include/ATen/ops/lstm.h' 2022-12-01T10:11:13.2881980Z adding 'torch/include/ATen/ops/lstm_cell.h' 2022-12-01T10:11:13.2884041Z adding 'torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.2886104Z adding 'torch/include/ATen/ops/lstm_cell_native.h' 2022-12-01T10:11:13.2888232Z adding 'torch/include/ATen/ops/lstm_cell_ops.h' 2022-12-01T10:11:13.2890342Z adding 'torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.2892613Z adding 'torch/include/ATen/ops/lstm_mps_backward.h' 2022-12-01T10:11:13.2894945Z adding 'torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.2896969Z adding 'torch/include/ATen/ops/lstm_mps_backward_native.h' 2022-12-01T10:11:13.2899323Z adding 'torch/include/ATen/ops/lstm_mps_backward_ops.h' 2022-12-01T10:11:13.2901436Z adding 'torch/include/ATen/ops/lstm_native.h' 2022-12-01T10:11:13.2903604Z adding 'torch/include/ATen/ops/lstm_ops.h' 2022-12-01T10:11:13.2905772Z adding 'torch/include/ATen/ops/lt.h' 2022-12-01T10:11:13.2907939Z adding 'torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.2909937Z adding 'torch/include/ATen/ops/lt_cpu_dispatch.h' 2022-12-01T10:11:13.2911975Z adding 'torch/include/ATen/ops/lt_cuda_dispatch.h' 2022-12-01T10:11:13.2914017Z adding 'torch/include/ATen/ops/lt_meta.h' 2022-12-01T10:11:13.2916051Z adding 'torch/include/ATen/ops/lt_meta_dispatch.h' 2022-12-01T10:11:13.2918079Z adding 'torch/include/ATen/ops/lt_native.h' 2022-12-01T10:11:13.2920561Z adding 'torch/include/ATen/ops/lt_ops.h' 2022-12-01T10:11:13.2922989Z adding 'torch/include/ATen/ops/lu_solve.h' 2022-12-01T10:11:13.2925199Z adding 'torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.2927019Z adding 'torch/include/ATen/ops/lu_solve_native.h' 2022-12-01T10:11:13.2929055Z adding 'torch/include/ATen/ops/lu_solve_ops.h' 2022-12-01T10:11:13.2931192Z adding 'torch/include/ATen/ops/lu_unpack.h' 2022-12-01T10:11:13.2933322Z adding 'torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.2935235Z adding 'torch/include/ATen/ops/lu_unpack_cpu_dispatch.h' 2022-12-01T10:11:13.2937271Z adding 'torch/include/ATen/ops/lu_unpack_cuda_dispatch.h' 2022-12-01T10:11:13.2939308Z adding 'torch/include/ATen/ops/lu_unpack_meta.h' 2022-12-01T10:11:13.2941260Z adding 'torch/include/ATen/ops/lu_unpack_meta_dispatch.h' 2022-12-01T10:11:13.2943162Z adding 'torch/include/ATen/ops/lu_unpack_native.h' 2022-12-01T10:11:13.2945381Z adding 'torch/include/ATen/ops/lu_unpack_ops.h' 2022-12-01T10:11:13.2947272Z adding 'torch/include/ATen/ops/mH.h' 2022-12-01T10:11:13.2949314Z adding 'torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.2951186Z adding 'torch/include/ATen/ops/mH_native.h' 2022-12-01T10:11:13.2953249Z adding 'torch/include/ATen/ops/mH_ops.h' 2022-12-01T10:11:13.2955401Z adding 'torch/include/ATen/ops/mT.h' 2022-12-01T10:11:13.2957351Z adding 'torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.2959229Z adding 'torch/include/ATen/ops/mT_native.h' 2022-12-01T10:11:13.2961480Z adding 'torch/include/ATen/ops/mT_ops.h' 2022-12-01T10:11:13.2963736Z adding 'torch/include/ATen/ops/margin_ranking_loss.h' 2022-12-01T10:11:13.2966009Z adding 'torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.2967870Z adding 'torch/include/ATen/ops/margin_ranking_loss_native.h' 2022-12-01T10:11:13.2969954Z adding 'torch/include/ATen/ops/margin_ranking_loss_ops.h' 2022-12-01T10:11:13.2972114Z adding 'torch/include/ATen/ops/masked_fill.h' 2022-12-01T10:11:13.2974892Z adding 'torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.2976760Z adding 'torch/include/ATen/ops/masked_fill_cpu_dispatch.h' 2022-12-01T10:11:13.2978869Z adding 'torch/include/ATen/ops/masked_fill_cuda_dispatch.h' 2022-12-01T10:11:13.2981084Z adding 'torch/include/ATen/ops/masked_fill_meta_dispatch.h' 2022-12-01T10:11:13.2982868Z adding 'torch/include/ATen/ops/masked_fill_native.h' 2022-12-01T10:11:13.2985247Z adding 'torch/include/ATen/ops/masked_fill_ops.h' 2022-12-01T10:11:13.2987387Z adding 'torch/include/ATen/ops/masked_scatter.h' 2022-12-01T10:11:13.2989525Z adding 'torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.2991428Z adding 'torch/include/ATen/ops/masked_scatter_cpu_dispatch.h' 2022-12-01T10:11:13.2993459Z adding 'torch/include/ATen/ops/masked_scatter_cuda_dispatch.h' 2022-12-01T10:11:13.2995556Z adding 'torch/include/ATen/ops/masked_scatter_meta_dispatch.h' 2022-12-01T10:11:13.2997363Z adding 'torch/include/ATen/ops/masked_scatter_native.h' 2022-12-01T10:11:13.2999598Z adding 'torch/include/ATen/ops/masked_scatter_ops.h' 2022-12-01T10:11:13.3001810Z adding 'torch/include/ATen/ops/masked_select.h' 2022-12-01T10:11:13.3003727Z adding 'torch/include/ATen/ops/masked_select_backward.h' 2022-12-01T10:11:13.3005787Z adding 'torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.3007621Z adding 'torch/include/ATen/ops/masked_select_backward_native.h' 2022-12-01T10:11:13.3009632Z adding 'torch/include/ATen/ops/masked_select_backward_ops.h' 2022-12-01T10:11:13.3011867Z adding 'torch/include/ATen/ops/masked_select_cpu_dispatch.h' 2022-12-01T10:11:13.3014448Z adding 'torch/include/ATen/ops/masked_select_cuda_dispatch.h' 2022-12-01T10:11:13.3016550Z adding 'torch/include/ATen/ops/masked_select_native.h' 2022-12-01T10:11:13.3019138Z adding 'torch/include/ATen/ops/masked_select_ops.h' 2022-12-01T10:11:13.3021008Z adding 'torch/include/ATen/ops/matmul.h' 2022-12-01T10:11:13.3022923Z adding 'torch/include/ATen/ops/matmul_backward.h' 2022-12-01T10:11:13.3025009Z adding 'torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.3026901Z adding 'torch/include/ATen/ops/matmul_backward_native.h' 2022-12-01T10:11:13.3028943Z adding 'torch/include/ATen/ops/matmul_backward_ops.h' 2022-12-01T10:11:13.3031236Z adding 'torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.3032889Z adding 'torch/include/ATen/ops/matmul_native.h' 2022-12-01T10:11:13.3034896Z adding 'torch/include/ATen/ops/matmul_ops.h' 2022-12-01T10:11:13.3036747Z adding 'torch/include/ATen/ops/matrix_H.h' 2022-12-01T10:11:13.3038698Z adding 'torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.3040604Z adding 'torch/include/ATen/ops/matrix_H_native.h' 2022-12-01T10:11:13.3042607Z adding 'torch/include/ATen/ops/matrix_H_ops.h' 2022-12-01T10:11:13.3044487Z adding 'torch/include/ATen/ops/matrix_exp.h' 2022-12-01T10:11:13.3046625Z adding 'torch/include/ATen/ops/matrix_exp_backward.h' 2022-12-01T10:11:13.3048820Z adding 'torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.3050461Z adding 'torch/include/ATen/ops/matrix_exp_backward_native.h' 2022-12-01T10:11:13.3052464Z adding 'torch/include/ATen/ops/matrix_exp_backward_ops.h' 2022-12-01T10:11:13.3054838Z adding 'torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.3056782Z adding 'torch/include/ATen/ops/matrix_exp_native.h' 2022-12-01T10:11:13.3058917Z adding 'torch/include/ATen/ops/matrix_exp_ops.h' 2022-12-01T10:11:13.3060921Z adding 'torch/include/ATen/ops/matrix_power.h' 2022-12-01T10:11:13.3063183Z adding 'torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.3065071Z adding 'torch/include/ATen/ops/matrix_power_native.h' 2022-12-01T10:11:13.3067224Z adding 'torch/include/ATen/ops/matrix_power_ops.h' 2022-12-01T10:11:13.3069852Z adding 'torch/include/ATen/ops/max.h' 2022-12-01T10:11:13.3071958Z adding 'torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.3074080Z adding 'torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.3076178Z adding 'torch/include/ATen/ops/max_cpu_dispatch.h' 2022-12-01T10:11:13.3078330Z adding 'torch/include/ATen/ops/max_cuda_dispatch.h' 2022-12-01T10:11:13.3080662Z adding 'torch/include/ATen/ops/max_meta.h' 2022-12-01T10:11:13.3082822Z adding 'torch/include/ATen/ops/max_meta_dispatch.h' 2022-12-01T10:11:13.3085013Z adding 'torch/include/ATen/ops/max_native.h' 2022-12-01T10:11:13.3087527Z adding 'torch/include/ATen/ops/max_ops.h' 2022-12-01T10:11:13.3089737Z adding 'torch/include/ATen/ops/max_pool1d.h' 2022-12-01T10:11:13.3092025Z adding 'torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.3093978Z adding 'torch/include/ATen/ops/max_pool1d_native.h' 2022-12-01T10:11:13.3096209Z adding 'torch/include/ATen/ops/max_pool1d_ops.h' 2022-12-01T10:11:13.3098374Z adding 'torch/include/ATen/ops/max_pool1d_with_indices.h' 2022-12-01T10:11:13.3100822Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.3102760Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_native.h' 2022-12-01T10:11:13.3104865Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_ops.h' 2022-12-01T10:11:13.3106892Z adding 'torch/include/ATen/ops/max_pool2d.h' 2022-12-01T10:11:13.3109106Z adding 'torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.3111067Z adding 'torch/include/ATen/ops/max_pool2d_native.h' 2022-12-01T10:11:13.3113251Z adding 'torch/include/ATen/ops/max_pool2d_ops.h' 2022-12-01T10:11:13.3115484Z adding 'torch/include/ATen/ops/max_pool2d_with_indices.h' 2022-12-01T10:11:13.3117992Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward.h' 2022-12-01T10:11:13.3120390Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.3122638Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h' 2022-12-01T10:11:13.3124938Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h' 2022-12-01T10:11:13.3127156Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h' 2022-12-01T10:11:13.3129402Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h' 2022-12-01T10:11:13.3131537Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h' 2022-12-01T10:11:13.3133965Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h' 2022-12-01T10:11:13.3136275Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.3138386Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h' 2022-12-01T10:11:13.3140666Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h' 2022-12-01T10:11:13.3142895Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta.h' 2022-12-01T10:11:13.3145185Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h' 2022-12-01T10:11:13.3147243Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_native.h' 2022-12-01T10:11:13.3149559Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_ops.h' 2022-12-01T10:11:13.3151758Z adding 'torch/include/ATen/ops/max_pool3d.h' 2022-12-01T10:11:13.3154088Z adding 'torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.3156038Z adding 'torch/include/ATen/ops/max_pool3d_native.h' 2022-12-01T10:11:13.3158205Z adding 'torch/include/ATen/ops/max_pool3d_ops.h' 2022-12-01T10:11:13.3160779Z adding 'torch/include/ATen/ops/max_pool3d_with_indices.h' 2022-12-01T10:11:13.3163188Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward.h' 2022-12-01T10:11:13.3165565Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h' 2022-12-01T10:11:13.3167709Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h' 2022-12-01T10:11:13.3170028Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h' 2022-12-01T10:11:13.3172278Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h' 2022-12-01T10:11:13.3174594Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h' 2022-12-01T10:11:13.3176772Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h' 2022-12-01T10:11:13.3178971Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_native.h' 2022-12-01T10:11:13.3181315Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_ops.h' 2022-12-01T10:11:13.3183571Z adding 'torch/include/ATen/ops/max_unpool2d.h' 2022-12-01T10:11:13.3185743Z adding 'torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h' 2022-12-01T10:11:13.3188077Z adding 'torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h' 2022-12-01T10:11:13.3190285Z adding 'torch/include/ATen/ops/max_unpool2d_native.h' 2022-12-01T10:11:13.3192566Z adding 'torch/include/ATen/ops/max_unpool2d_ops.h' 2022-12-01T10:11:13.3194733Z adding 'torch/include/ATen/ops/max_unpool3d.h' 2022-12-01T10:11:13.3197072Z adding 'torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h' 2022-12-01T10:11:13.3199239Z adding 'torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h' 2022-12-01T10:11:13.3201791Z adding 'torch/include/ATen/ops/max_unpool3d_native.h' 2022-12-01T10:11:13.3204015Z adding 'torch/include/ATen/ops/max_unpool3d_ops.h' 2022-12-01T10:11:13.3206469Z adding 'torch/include/ATen/ops/maximum.h' 2022-12-01T10:11:13.3208739Z adding 'torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.3210622Z adding 'torch/include/ATen/ops/maximum_cpu_dispatch.h' 2022-12-01T10:11:13.3212715Z adding 'torch/include/ATen/ops/maximum_cuda_dispatch.h' 2022-12-01T10:11:13.3214664Z adding 'torch/include/ATen/ops/maximum_meta.h' 2022-12-01T10:11:13.3216694Z adding 'torch/include/ATen/ops/maximum_meta_dispatch.h' 2022-12-01T10:11:13.3218346Z adding 'torch/include/ATen/ops/maximum_native.h' 2022-12-01T10:11:13.3220289Z adding 'torch/include/ATen/ops/maximum_ops.h' 2022-12-01T10:11:13.3222333Z adding 'torch/include/ATen/ops/mean.h' 2022-12-01T10:11:13.3224970Z adding 'torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.3226567Z adding 'torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.3228399Z adding 'torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.3230103Z adding 'torch/include/ATen/ops/mean_cpu_dispatch.h' 2022-12-01T10:11:13.3232020Z adding 'torch/include/ATen/ops/mean_cuda_dispatch.h' 2022-12-01T10:11:13.3234075Z adding 'torch/include/ATen/ops/mean_meta.h' 2022-12-01T10:11:13.3235968Z adding 'torch/include/ATen/ops/mean_meta_dispatch.h' 2022-12-01T10:11:13.3238075Z adding 'torch/include/ATen/ops/mean_native.h' 2022-12-01T10:11:13.3240307Z adding 'torch/include/ATen/ops/mean_ops.h' 2022-12-01T10:11:13.3242558Z adding 'torch/include/ATen/ops/median.h' 2022-12-01T10:11:13.3245075Z adding 'torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.3246935Z adding 'torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.3248846Z adding 'torch/include/ATen/ops/median_cpu_dispatch.h' 2022-12-01T10:11:13.3250751Z adding 'torch/include/ATen/ops/median_cuda_dispatch.h' 2022-12-01T10:11:13.3252758Z adding 'torch/include/ATen/ops/median_native.h' 2022-12-01T10:11:13.3255047Z adding 'torch/include/ATen/ops/median_ops.h' 2022-12-01T10:11:13.3257150Z adding 'torch/include/ATen/ops/meshgrid.h' 2022-12-01T10:11:13.3259564Z adding 'torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.3261295Z adding 'torch/include/ATen/ops/meshgrid_native.h' 2022-12-01T10:11:13.3263527Z adding 'torch/include/ATen/ops/meshgrid_ops.h' 2022-12-01T10:11:13.3265811Z adding 'torch/include/ATen/ops/min.h' 2022-12-01T10:11:13.3268080Z adding 'torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.3270057Z adding 'torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.3271969Z adding 'torch/include/ATen/ops/min_cpu_dispatch.h' 2022-12-01T10:11:13.3273938Z adding 'torch/include/ATen/ops/min_cuda_dispatch.h' 2022-12-01T10:11:13.3276017Z adding 'torch/include/ATen/ops/min_meta.h' 2022-12-01T10:11:13.3278049Z adding 'torch/include/ATen/ops/min_meta_dispatch.h' 2022-12-01T10:11:13.3280298Z adding 'torch/include/ATen/ops/min_native.h' 2022-12-01T10:11:13.3282755Z adding 'torch/include/ATen/ops/min_ops.h' 2022-12-01T10:11:13.3284808Z adding 'torch/include/ATen/ops/minimum.h' 2022-12-01T10:11:13.3287060Z adding 'torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.3288896Z adding 'torch/include/ATen/ops/minimum_cpu_dispatch.h' 2022-12-01T10:11:13.3290900Z adding 'torch/include/ATen/ops/minimum_cuda_dispatch.h' 2022-12-01T10:11:13.3292736Z adding 'torch/include/ATen/ops/minimum_meta.h' 2022-12-01T10:11:13.3294701Z adding 'torch/include/ATen/ops/minimum_meta_dispatch.h' 2022-12-01T10:11:13.3296658Z adding 'torch/include/ATen/ops/minimum_native.h' 2022-12-01T10:11:13.3298905Z adding 'torch/include/ATen/ops/minimum_ops.h' 2022-12-01T10:11:13.3300940Z adding 'torch/include/ATen/ops/miopen_batch_norm.h' 2022-12-01T10:11:13.3303289Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward.h' 2022-12-01T10:11:13.3305423Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.3307739Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h' 2022-12-01T10:11:13.3309974Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_native.h' 2022-12-01T10:11:13.3312455Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_ops.h' 2022-12-01T10:11:13.3315299Z adding 'torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.3317265Z adding 'torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h' 2022-12-01T10:11:13.3319949Z adding 'torch/include/ATen/ops/miopen_batch_norm_native.h' 2022-12-01T10:11:13.3322916Z adding 'torch/include/ATen/ops/miopen_batch_norm_ops.h' 2022-12-01T10:11:13.3324894Z adding 'torch/include/ATen/ops/miopen_convolution.h' 2022-12-01T10:11:13.3327094Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu.h' 2022-12-01T10:11:13.3329314Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h' 2022-12-01T10:11:13.3331249Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_native.h' 2022-12-01T10:11:13.3333353Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_ops.h' 2022-12-01T10:11:13.3335954Z adding 'torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.3337662Z adding 'torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h' 2022-12-01T10:11:13.3339600Z adding 'torch/include/ATen/ops/miopen_convolution_native.h' 2022-12-01T10:11:13.3341847Z adding 'torch/include/ATen/ops/miopen_convolution_ops.h' 2022-12-01T10:11:13.3343978Z adding 'torch/include/ATen/ops/miopen_convolution_relu.h' 2022-12-01T10:11:13.3345978Z adding 'torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h' 2022-12-01T10:11:13.3347947Z adding 'torch/include/ATen/ops/miopen_convolution_relu_native.h' 2022-12-01T10:11:13.3350249Z adding 'torch/include/ATen/ops/miopen_convolution_relu_ops.h' 2022-12-01T10:11:13.3352595Z adding 'torch/include/ATen/ops/miopen_convolution_transpose.h' 2022-12-01T10:11:13.3354904Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.3356959Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h' 2022-12-01T10:11:13.3358827Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_native.h' 2022-12-01T10:11:13.3361431Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_ops.h' 2022-12-01T10:11:13.3363749Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution.h' 2022-12-01T10:11:13.3365803Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.3367639Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h' 2022-12-01T10:11:13.3369822Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_native.h' 2022-12-01T10:11:13.3372356Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_ops.h' 2022-12-01T10:11:13.3374671Z adding 'torch/include/ATen/ops/miopen_rnn.h' 2022-12-01T10:11:13.3377229Z adding 'torch/include/ATen/ops/miopen_rnn_backward.h' 2022-12-01T10:11:13.3379620Z adding 'torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.3381664Z adding 'torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h' 2022-12-01T10:11:13.3383928Z adding 'torch/include/ATen/ops/miopen_rnn_backward_native.h' 2022-12-01T10:11:13.3386287Z adding 'torch/include/ATen/ops/miopen_rnn_backward_ops.h' 2022-12-01T10:11:13.3389210Z adding 'torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.3391207Z adding 'torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h' 2022-12-01T10:11:13.3393013Z adding 'torch/include/ATen/ops/miopen_rnn_native.h' 2022-12-01T10:11:13.3395338Z adding 'torch/include/ATen/ops/miopen_rnn_ops.h' 2022-12-01T10:11:13.3397452Z adding 'torch/include/ATen/ops/mish.h' 2022-12-01T10:11:13.3399198Z adding 'torch/include/ATen/ops/mish_backward.h' 2022-12-01T10:11:13.3401369Z adding 'torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.3403268Z adding 'torch/include/ATen/ops/mish_backward_cpu_dispatch.h' 2022-12-01T10:11:13.3405289Z adding 'torch/include/ATen/ops/mish_backward_cuda_dispatch.h' 2022-12-01T10:11:13.3407159Z adding 'torch/include/ATen/ops/mish_backward_native.h' 2022-12-01T10:11:13.3408805Z adding 'torch/include/ATen/ops/mish_backward_ops.h' 2022-12-01T10:11:13.3410692Z adding 'torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.3412215Z adding 'torch/include/ATen/ops/mish_cpu_dispatch.h' 2022-12-01T10:11:13.3413838Z adding 'torch/include/ATen/ops/mish_cuda_dispatch.h' 2022-12-01T10:11:13.3415959Z adding 'torch/include/ATen/ops/mish_meta.h' 2022-12-01T10:11:13.3417960Z adding 'torch/include/ATen/ops/mish_meta_dispatch.h' 2022-12-01T10:11:13.3420001Z adding 'torch/include/ATen/ops/mish_native.h' 2022-12-01T10:11:13.3422074Z adding 'torch/include/ATen/ops/mish_ops.h' 2022-12-01T10:11:13.3424781Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h' 2022-12-01T10:11:13.3426693Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h' 2022-12-01T10:11:13.3429254Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.3430893Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h' 2022-12-01T10:11:13.3433323Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h' 2022-12-01T10:11:13.3435048Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h' 2022-12-01T10:11:13.3436914Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h' 2022-12-01T10:11:13.3438667Z adding 'torch/include/ATen/ops/mkldnn_convolution.h' 2022-12-01T10:11:13.3441158Z adding 'torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.3443230Z adding 'torch/include/ATen/ops/mkldnn_convolution_native.h' 2022-12-01T10:11:13.3445228Z adding 'torch/include/ATen/ops/mkldnn_convolution_ops.h' 2022-12-01T10:11:13.3447162Z adding 'torch/include/ATen/ops/mkldnn_linear.h' 2022-12-01T10:11:13.3449229Z adding 'torch/include/ATen/ops/mkldnn_linear_backward.h' 2022-12-01T10:11:13.3451753Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.3453653Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input.h' 2022-12-01T10:11:13.3455721Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.3458025Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_native.h' 2022-12-01T10:11:13.3459863Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h' 2022-12-01T10:11:13.3461742Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_native.h' 2022-12-01T10:11:13.3463950Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_ops.h' 2022-12-01T10:11:13.3466764Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights.h' 2022-12-01T10:11:13.3468866Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.3470767Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h' 2022-12-01T10:11:13.3472855Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h' 2022-12-01T10:11:13.3474940Z adding 'torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.3476792Z adding 'torch/include/ATen/ops/mkldnn_linear_native.h' 2022-12-01T10:11:13.3478732Z adding 'torch/include/ATen/ops/mkldnn_linear_ops.h' 2022-12-01T10:11:13.3481068Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d.h' 2022-12-01T10:11:13.3483156Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward.h' 2022-12-01T10:11:13.3485230Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.3487201Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h' 2022-12-01T10:11:13.3489226Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h' 2022-12-01T10:11:13.3491287Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.3493169Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_native.h' 2022-12-01T10:11:13.3495228Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_ops.h' 2022-12-01T10:11:13.3497368Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d.h' 2022-12-01T10:11:13.3499481Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward.h' 2022-12-01T10:11:13.3501661Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.3505249Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h' 2022-12-01T10:11:13.3506589Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h' 2022-12-01T10:11:13.3508659Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.3510585Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_native.h' 2022-12-01T10:11:13.3512698Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_ops.h' 2022-12-01T10:11:13.3515177Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h' 2022-12-01T10:11:13.3517055Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.3518912Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h' 2022-12-01T10:11:13.3521369Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h' 2022-12-01T10:11:13.3523414Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h' 2022-12-01T10:11:13.3525670Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.3527503Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h' 2022-12-01T10:11:13.3529615Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h' 2022-12-01T10:11:13.3531655Z adding 'torch/include/ATen/ops/mm.h' 2022-12-01T10:11:13.3534050Z adding 'torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.3535870Z adding 'torch/include/ATen/ops/mm_cpu_dispatch.h' 2022-12-01T10:11:13.3537624Z adding 'torch/include/ATen/ops/mm_cuda_dispatch.h' 2022-12-01T10:11:13.3539483Z adding 'torch/include/ATen/ops/mm_meta.h' 2022-12-01T10:11:13.3541590Z adding 'torch/include/ATen/ops/mm_meta_dispatch.h' 2022-12-01T10:11:13.3543658Z adding 'torch/include/ATen/ops/mm_native.h' 2022-12-01T10:11:13.3545465Z adding 'torch/include/ATen/ops/mm_ops.h' 2022-12-01T10:11:13.3547573Z adding 'torch/include/ATen/ops/mode.h' 2022-12-01T10:11:13.3549769Z adding 'torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.3551776Z adding 'torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.3553757Z adding 'torch/include/ATen/ops/mode_cpu_dispatch.h' 2022-12-01T10:11:13.3555711Z adding 'torch/include/ATen/ops/mode_cuda_dispatch.h' 2022-12-01T10:11:13.3558336Z adding 'torch/include/ATen/ops/mode_native.h' 2022-12-01T10:11:13.3561227Z adding 'torch/include/ATen/ops/mode_ops.h' 2022-12-01T10:11:13.3563737Z adding 'torch/include/ATen/ops/moveaxis.h' 2022-12-01T10:11:13.3566491Z adding 'torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.3568962Z adding 'torch/include/ATen/ops/moveaxis_native.h' 2022-12-01T10:11:13.3571489Z adding 'torch/include/ATen/ops/moveaxis_ops.h' 2022-12-01T10:11:13.3574156Z adding 'torch/include/ATen/ops/movedim.h' 2022-12-01T10:11:13.3576741Z adding 'torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.3578997Z adding 'torch/include/ATen/ops/movedim_native.h' 2022-12-01T10:11:13.3581639Z adding 'torch/include/ATen/ops/movedim_ops.h' 2022-12-01T10:11:13.3585170Z adding 'torch/include/ATen/ops/mps_convolution_backward.h' 2022-12-01T10:11:13.3587159Z adding 'torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.3589979Z adding 'torch/include/ATen/ops/mps_convolution_backward_native.h' 2022-12-01T10:11:13.3592701Z adding 'torch/include/ATen/ops/mps_convolution_backward_ops.h' 2022-12-01T10:11:13.3595244Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward.h' 2022-12-01T10:11:13.3598055Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.3600662Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_native.h' 2022-12-01T10:11:13.3603689Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h' 2022-12-01T10:11:13.3606268Z adding 'torch/include/ATen/ops/mps_max_pool2d_backward.h' 2022-12-01T10:11:13.3608990Z adding 'torch/include/ATen/ops/mps_max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.3611398Z adding 'torch/include/ATen/ops/mps_max_pool2d_backward_native.h' 2022-12-01T10:11:13.3613401Z adding 'torch/include/ATen/ops/mps_max_pool2d_backward_ops.h' 2022-12-01T10:11:13.3615471Z adding 'torch/include/ATen/ops/mse_loss.h' 2022-12-01T10:11:13.3617643Z adding 'torch/include/ATen/ops/mse_loss_backward.h' 2022-12-01T10:11:13.3619691Z adding 'torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h' 2022-12-01T10:11:13.3621934Z adding 'torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h' 2022-12-01T10:11:13.3623852Z adding 'torch/include/ATen/ops/mse_loss_backward_native.h' 2022-12-01T10:11:13.3626117Z adding 'torch/include/ATen/ops/mse_loss_backward_ops.h' 2022-12-01T10:11:13.3628292Z adding 'torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.3630360Z adding 'torch/include/ATen/ops/mse_loss_cpu_dispatch.h' 2022-12-01T10:11:13.3632282Z adding 'torch/include/ATen/ops/mse_loss_cuda_dispatch.h' 2022-12-01T10:11:13.3634418Z adding 'torch/include/ATen/ops/mse_loss_meta.h' 2022-12-01T10:11:13.3636941Z adding 'torch/include/ATen/ops/mse_loss_meta_dispatch.h' 2022-12-01T10:11:13.3639016Z adding 'torch/include/ATen/ops/mse_loss_native.h' 2022-12-01T10:11:13.3641147Z adding 'torch/include/ATen/ops/mse_loss_ops.h' 2022-12-01T10:11:13.3643167Z adding 'torch/include/ATen/ops/msort.h' 2022-12-01T10:11:13.3645404Z adding 'torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.3646992Z adding 'torch/include/ATen/ops/msort_native.h' 2022-12-01T10:11:13.3648944Z adding 'torch/include/ATen/ops/msort_ops.h' 2022-12-01T10:11:13.3651178Z adding 'torch/include/ATen/ops/mul.h' 2022-12-01T10:11:13.3653369Z adding 'torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.3655463Z adding 'torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.3657279Z adding 'torch/include/ATen/ops/mul_cpu_dispatch.h' 2022-12-01T10:11:13.3659120Z adding 'torch/include/ATen/ops/mul_cuda_dispatch.h' 2022-12-01T10:11:13.3661138Z adding 'torch/include/ATen/ops/mul_meta.h' 2022-12-01T10:11:13.3663458Z adding 'torch/include/ATen/ops/mul_meta_dispatch.h' 2022-12-01T10:11:13.3665767Z adding 'torch/include/ATen/ops/mul_native.h' 2022-12-01T10:11:13.3667924Z adding 'torch/include/ATen/ops/mul_ops.h' 2022-12-01T10:11:13.3670146Z adding 'torch/include/ATen/ops/multi_margin_loss.h' 2022-12-01T10:11:13.3672098Z adding 'torch/include/ATen/ops/multi_margin_loss_backward.h' 2022-12-01T10:11:13.3674163Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h' 2022-12-01T10:11:13.3676146Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h' 2022-12-01T10:11:13.3678134Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_native.h' 2022-12-01T10:11:13.3682415Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_ops.h' 2022-12-01T10:11:13.3682777Z adding 'torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h' 2022-12-01T10:11:13.3684735Z adding 'torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h' 2022-12-01T10:11:13.3686618Z adding 'torch/include/ATen/ops/multi_margin_loss_native.h' 2022-12-01T10:11:13.3688590Z adding 'torch/include/ATen/ops/multi_margin_loss_ops.h' 2022-12-01T10:11:13.3691070Z adding 'torch/include/ATen/ops/multilabel_margin_loss.h' 2022-12-01T10:11:13.3692891Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward.h' 2022-12-01T10:11:13.3694724Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h' 2022-12-01T10:11:13.3696544Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h' 2022-12-01T10:11:13.3698289Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_native.h' 2022-12-01T10:11:13.3700311Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h' 2022-12-01T10:11:13.3702233Z adding 'torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.3704192Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward.h' 2022-12-01T10:11:13.3706235Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h' 2022-12-01T10:11:13.3708586Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h' 2022-12-01T10:11:13.3710251Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_native.h' 2022-12-01T10:11:13.3712183Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h' 2022-12-01T10:11:13.3714204Z adding 'torch/include/ATen/ops/multilabel_margin_loss_native.h' 2022-12-01T10:11:13.3716290Z adding 'torch/include/ATen/ops/multilabel_margin_loss_ops.h' 2022-12-01T10:11:13.3718308Z adding 'torch/include/ATen/ops/multinomial.h' 2022-12-01T10:11:13.3720523Z adding 'torch/include/ATen/ops/multinomial_cpu_dispatch.h' 2022-12-01T10:11:13.3722464Z adding 'torch/include/ATen/ops/multinomial_cuda_dispatch.h' 2022-12-01T10:11:13.3724430Z adding 'torch/include/ATen/ops/multinomial_native.h' 2022-12-01T10:11:13.3726319Z adding 'torch/include/ATen/ops/multinomial_ops.h' 2022-12-01T10:11:13.3728320Z adding 'torch/include/ATen/ops/multiply.h' 2022-12-01T10:11:13.3730385Z adding 'torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.3732170Z adding 'torch/include/ATen/ops/multiply_native.h' 2022-12-01T10:11:13.3734171Z adding 'torch/include/ATen/ops/multiply_ops.h' 2022-12-01T10:11:13.3736170Z adding 'torch/include/ATen/ops/mv.h' 2022-12-01T10:11:13.3738157Z adding 'torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.3739942Z adding 'torch/include/ATen/ops/mv_native.h' 2022-12-01T10:11:13.3741851Z adding 'torch/include/ATen/ops/mv_ops.h' 2022-12-01T10:11:13.3743785Z adding 'torch/include/ATen/ops/mvlgamma.h' 2022-12-01T10:11:13.3745768Z adding 'torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.3747618Z adding 'torch/include/ATen/ops/mvlgamma_cpu_dispatch.h' 2022-12-01T10:11:13.3749473Z adding 'torch/include/ATen/ops/mvlgamma_cuda_dispatch.h' 2022-12-01T10:11:13.3751329Z adding 'torch/include/ATen/ops/mvlgamma_native.h' 2022-12-01T10:11:13.3753252Z adding 'torch/include/ATen/ops/mvlgamma_ops.h' 2022-12-01T10:11:13.3755287Z adding 'torch/include/ATen/ops/nan_to_num.h' 2022-12-01T10:11:13.3757306Z adding 'torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.3759214Z adding 'torch/include/ATen/ops/nan_to_num_cpu_dispatch.h' 2022-12-01T10:11:13.3761692Z adding 'torch/include/ATen/ops/nan_to_num_cuda_dispatch.h' 2022-12-01T10:11:13.3763538Z adding 'torch/include/ATen/ops/nan_to_num_native.h' 2022-12-01T10:11:13.3765618Z adding 'torch/include/ATen/ops/nan_to_num_ops.h' 2022-12-01T10:11:13.3767683Z adding 'torch/include/ATen/ops/nanmean.h' 2022-12-01T10:11:13.3769751Z adding 'torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.3771623Z adding 'torch/include/ATen/ops/nanmean_native.h' 2022-12-01T10:11:13.3773609Z adding 'torch/include/ATen/ops/nanmean_ops.h' 2022-12-01T10:11:13.3775809Z adding 'torch/include/ATen/ops/nanmedian.h' 2022-12-01T10:11:13.3777903Z adding 'torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.3779882Z adding 'torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.3781734Z adding 'torch/include/ATen/ops/nanmedian_cpu_dispatch.h' 2022-12-01T10:11:13.3783853Z adding 'torch/include/ATen/ops/nanmedian_cuda_dispatch.h' 2022-12-01T10:11:13.3785606Z adding 'torch/include/ATen/ops/nanmedian_native.h' 2022-12-01T10:11:13.3787954Z adding 'torch/include/ATen/ops/nanmedian_ops.h' 2022-12-01T10:11:13.3790114Z adding 'torch/include/ATen/ops/nanquantile.h' 2022-12-01T10:11:13.3792310Z adding 'torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.3794153Z adding 'torch/include/ATen/ops/nanquantile_native.h' 2022-12-01T10:11:13.3796285Z adding 'torch/include/ATen/ops/nanquantile_ops.h' 2022-12-01T10:11:13.3798397Z adding 'torch/include/ATen/ops/nansum.h' 2022-12-01T10:11:13.3800577Z adding 'torch/include/ATen/ops/nansum_cpu_dispatch.h' 2022-12-01T10:11:13.3802762Z adding 'torch/include/ATen/ops/nansum_cuda_dispatch.h' 2022-12-01T10:11:13.3805420Z adding 'torch/include/ATen/ops/nansum_native.h' 2022-12-01T10:11:13.3807093Z adding 'torch/include/ATen/ops/nansum_ops.h' 2022-12-01T10:11:13.3808856Z adding 'torch/include/ATen/ops/narrow.h' 2022-12-01T10:11:13.3810823Z adding 'torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.3812755Z adding 'torch/include/ATen/ops/narrow_copy.h' 2022-12-01T10:11:13.3814953Z adding 'torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.3816914Z adding 'torch/include/ATen/ops/narrow_copy_cpu_dispatch.h' 2022-12-01T10:11:13.3818855Z adding 'torch/include/ATen/ops/narrow_copy_native.h' 2022-12-01T10:11:13.3821776Z adding 'torch/include/ATen/ops/narrow_copy_ops.h' 2022-12-01T10:11:13.3823341Z adding 'torch/include/ATen/ops/narrow_native.h' 2022-12-01T10:11:13.3825071Z adding 'torch/include/ATen/ops/narrow_ops.h' 2022-12-01T10:11:13.3827163Z adding 'torch/include/ATen/ops/native_batch_norm.h' 2022-12-01T10:11:13.3829395Z adding 'torch/include/ATen/ops/native_batch_norm_backward.h' 2022-12-01T10:11:13.3832205Z adding 'torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.3834055Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h' 2022-12-01T10:11:13.3836122Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h' 2022-12-01T10:11:13.3838337Z adding 'torch/include/ATen/ops/native_batch_norm_backward_native.h' 2022-12-01T10:11:13.3841016Z adding 'torch/include/ATen/ops/native_batch_norm_backward_ops.h' 2022-12-01T10:11:13.3843185Z adding 'torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h' 2022-12-01T10:11:13.3845257Z adding 'torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h' 2022-12-01T10:11:13.3847410Z adding 'torch/include/ATen/ops/native_batch_norm_native.h' 2022-12-01T10:11:13.3849685Z adding 'torch/include/ATen/ops/native_batch_norm_ops.h' 2022-12-01T10:11:13.3851706Z adding 'torch/include/ATen/ops/native_channel_shuffle.h' 2022-12-01T10:11:13.3853866Z adding 'torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.3855701Z adding 'torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h' 2022-12-01T10:11:13.3857535Z adding 'torch/include/ATen/ops/native_channel_shuffle_native.h' 2022-12-01T10:11:13.3859877Z adding 'torch/include/ATen/ops/native_channel_shuffle_ops.h' 2022-12-01T10:11:13.3861897Z adding 'torch/include/ATen/ops/native_dropout.h' 2022-12-01T10:11:13.3864008Z adding 'torch/include/ATen/ops/native_dropout_backward.h' 2022-12-01T10:11:13.3866379Z adding 'torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.3868444Z adding 'torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h' 2022-12-01T10:11:13.3870342Z adding 'torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h' 2022-12-01T10:11:13.3872216Z adding 'torch/include/ATen/ops/native_dropout_backward_native.h' 2022-12-01T10:11:13.3874210Z adding 'torch/include/ATen/ops/native_dropout_backward_ops.h' 2022-12-01T10:11:13.3876222Z adding 'torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.3878218Z adding 'torch/include/ATen/ops/native_dropout_cpu_dispatch.h' 2022-12-01T10:11:13.3880302Z adding 'torch/include/ATen/ops/native_dropout_cuda_dispatch.h' 2022-12-01T10:11:13.3882139Z adding 'torch/include/ATen/ops/native_dropout_native.h' 2022-12-01T10:11:13.3884192Z adding 'torch/include/ATen/ops/native_dropout_ops.h' 2022-12-01T10:11:13.3886530Z adding 'torch/include/ATen/ops/native_group_norm.h' 2022-12-01T10:11:13.3888972Z adding 'torch/include/ATen/ops/native_group_norm_backward.h' 2022-12-01T10:11:13.3891256Z adding 'torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.3893039Z adding 'torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h' 2022-12-01T10:11:13.3895078Z adding 'torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h' 2022-12-01T10:11:13.3897169Z adding 'torch/include/ATen/ops/native_group_norm_backward_native.h' 2022-12-01T10:11:13.3899539Z adding 'torch/include/ATen/ops/native_group_norm_backward_ops.h' 2022-12-01T10:11:13.3901812Z adding 'torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.3903787Z adding 'torch/include/ATen/ops/native_group_norm_cpu_dispatch.h' 2022-12-01T10:11:13.3905855Z adding 'torch/include/ATen/ops/native_group_norm_cuda_dispatch.h' 2022-12-01T10:11:13.3907937Z adding 'torch/include/ATen/ops/native_group_norm_native.h' 2022-12-01T10:11:13.3910236Z adding 'torch/include/ATen/ops/native_group_norm_ops.h' 2022-12-01T10:11:13.3912693Z adding 'torch/include/ATen/ops/native_layer_norm.h' 2022-12-01T10:11:13.3915021Z adding 'torch/include/ATen/ops/native_layer_norm_backward.h' 2022-12-01T10:11:13.3917316Z adding 'torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.3919616Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h' 2022-12-01T10:11:13.3921672Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h' 2022-12-01T10:11:13.3923796Z adding 'torch/include/ATen/ops/native_layer_norm_backward_native.h' 2022-12-01T10:11:13.3926256Z adding 'torch/include/ATen/ops/native_layer_norm_backward_ops.h' 2022-12-01T10:11:13.3928726Z adding 'torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.3931083Z adding 'torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h' 2022-12-01T10:11:13.3933043Z adding 'torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h' 2022-12-01T10:11:13.3935068Z adding 'torch/include/ATen/ops/native_layer_norm_native.h' 2022-12-01T10:11:13.3937367Z adding 'torch/include/ATen/ops/native_layer_norm_ops.h' 2022-12-01T10:11:13.3939701Z adding 'torch/include/ATen/ops/native_norm.h' 2022-12-01T10:11:13.3941946Z adding 'torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.3943898Z adding 'torch/include/ATen/ops/native_norm_native.h' 2022-12-01T10:11:13.3946167Z adding 'torch/include/ATen/ops/native_norm_ops.h' 2022-12-01T10:11:13.3948328Z adding 'torch/include/ATen/ops/ne.h' 2022-12-01T10:11:13.3950750Z adding 'torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.3952628Z adding 'torch/include/ATen/ops/ne_cpu_dispatch.h' 2022-12-01T10:11:13.3954756Z adding 'torch/include/ATen/ops/ne_cuda_dispatch.h' 2022-12-01T10:11:13.3957400Z adding 'torch/include/ATen/ops/ne_meta.h' 2022-12-01T10:11:13.3959808Z adding 'torch/include/ATen/ops/ne_meta_dispatch.h' 2022-12-01T10:11:13.3961949Z adding 'torch/include/ATen/ops/ne_native.h' 2022-12-01T10:11:13.3964295Z adding 'torch/include/ATen/ops/ne_ops.h' 2022-12-01T10:11:13.3966352Z adding 'torch/include/ATen/ops/neg.h' 2022-12-01T10:11:13.3968539Z adding 'torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.3970539Z adding 'torch/include/ATen/ops/neg_cpu_dispatch.h' 2022-12-01T10:11:13.3972627Z adding 'torch/include/ATen/ops/neg_cuda_dispatch.h' 2022-12-01T10:11:13.3974557Z adding 'torch/include/ATen/ops/neg_meta.h' 2022-12-01T10:11:13.3976655Z adding 'torch/include/ATen/ops/neg_meta_dispatch.h' 2022-12-01T10:11:13.3978652Z adding 'torch/include/ATen/ops/neg_native.h' 2022-12-01T10:11:13.3980844Z adding 'torch/include/ATen/ops/neg_ops.h' 2022-12-01T10:11:13.3982913Z adding 'torch/include/ATen/ops/negative.h' 2022-12-01T10:11:13.3985112Z adding 'torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.3986991Z adding 'torch/include/ATen/ops/negative_native.h' 2022-12-01T10:11:13.3989176Z adding 'torch/include/ATen/ops/negative_ops.h' 2022-12-01T10:11:13.3991333Z adding 'torch/include/ATen/ops/nested_to_padded_tensor.h' 2022-12-01T10:11:13.3993749Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.3995557Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_native.h' 2022-12-01T10:11:13.3997477Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_ops.h' 2022-12-01T10:11:13.3999669Z adding 'torch/include/ATen/ops/new_empty.h' 2022-12-01T10:11:13.4002031Z adding 'torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.4003993Z adding 'torch/include/ATen/ops/new_empty_native.h' 2022-12-01T10:11:13.4006132Z adding 'torch/include/ATen/ops/new_empty_ops.h' 2022-12-01T10:11:13.4008251Z adding 'torch/include/ATen/ops/new_empty_strided.h' 2022-12-01T10:11:13.4010827Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.4012687Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.4014427Z adding 'torch/include/ATen/ops/new_empty_strided_native.h' 2022-12-01T10:11:13.4016556Z adding 'torch/include/ATen/ops/new_empty_strided_ops.h' 2022-12-01T10:11:13.4018586Z adding 'torch/include/ATen/ops/new_full.h' 2022-12-01T10:11:13.4020922Z adding 'torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.4022875Z adding 'torch/include/ATen/ops/new_full_native.h' 2022-12-01T10:11:13.4024995Z adding 'torch/include/ATen/ops/new_full_ops.h' 2022-12-01T10:11:13.4027044Z adding 'torch/include/ATen/ops/new_ones.h' 2022-12-01T10:11:13.4029356Z adding 'torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.4031303Z adding 'torch/include/ATen/ops/new_ones_native.h' 2022-12-01T10:11:13.4033490Z adding 'torch/include/ATen/ops/new_ones_ops.h' 2022-12-01T10:11:13.4035530Z adding 'torch/include/ATen/ops/new_zeros.h' 2022-12-01T10:11:13.4037777Z adding 'torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.4039795Z adding 'torch/include/ATen/ops/new_zeros_native.h' 2022-12-01T10:11:13.4042165Z adding 'torch/include/ATen/ops/new_zeros_ops.h' 2022-12-01T10:11:13.4044179Z adding 'torch/include/ATen/ops/nextafter.h' 2022-12-01T10:11:13.4046500Z adding 'torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.4048518Z adding 'torch/include/ATen/ops/nextafter_cpu_dispatch.h' 2022-12-01T10:11:13.4050360Z adding 'torch/include/ATen/ops/nextafter_cuda_dispatch.h' 2022-12-01T10:11:13.4052252Z adding 'torch/include/ATen/ops/nextafter_meta.h' 2022-12-01T10:11:13.4054228Z adding 'torch/include/ATen/ops/nextafter_meta_dispatch.h' 2022-12-01T10:11:13.4056127Z adding 'torch/include/ATen/ops/nextafter_native.h' 2022-12-01T10:11:13.4058256Z adding 'torch/include/ATen/ops/nextafter_ops.h' 2022-12-01T10:11:13.4060392Z adding 'torch/include/ATen/ops/nll_loss.h' 2022-12-01T10:11:13.4062404Z adding 'torch/include/ATen/ops/nll_loss2d.h' 2022-12-01T10:11:13.4064565Z adding 'torch/include/ATen/ops/nll_loss2d_backward.h' 2022-12-01T10:11:13.4066739Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h' 2022-12-01T10:11:13.4068816Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h' 2022-12-01T10:11:13.4070919Z adding 'torch/include/ATen/ops/nll_loss2d_backward_native.h' 2022-12-01T10:11:13.4073091Z adding 'torch/include/ATen/ops/nll_loss2d_backward_ops.h' 2022-12-01T10:11:13.4075269Z adding 'torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.4078071Z adding 'torch/include/ATen/ops/nll_loss2d_forward.h' 2022-12-01T10:11:13.4079608Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h' 2022-12-01T10:11:13.4082034Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h' 2022-12-01T10:11:13.4084017Z adding 'torch/include/ATen/ops/nll_loss2d_forward_native.h' 2022-12-01T10:11:13.4086232Z adding 'torch/include/ATen/ops/nll_loss2d_forward_ops.h' 2022-12-01T10:11:13.4088336Z adding 'torch/include/ATen/ops/nll_loss2d_native.h' 2022-12-01T10:11:13.4090471Z adding 'torch/include/ATen/ops/nll_loss2d_ops.h' 2022-12-01T10:11:13.4092642Z adding 'torch/include/ATen/ops/nll_loss_backward.h' 2022-12-01T10:11:13.4094939Z adding 'torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.4097064Z adding 'torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h' 2022-12-01T10:11:13.4099118Z adding 'torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h' 2022-12-01T10:11:13.4101177Z adding 'torch/include/ATen/ops/nll_loss_backward_meta.h' 2022-12-01T10:11:13.4103375Z adding 'torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h' 2022-12-01T10:11:13.4105349Z adding 'torch/include/ATen/ops/nll_loss_backward_native.h' 2022-12-01T10:11:13.4107578Z adding 'torch/include/ATen/ops/nll_loss_backward_ops.h' 2022-12-01T10:11:13.4109885Z adding 'torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.4112049Z adding 'torch/include/ATen/ops/nll_loss_forward.h' 2022-12-01T10:11:13.4114295Z adding 'torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.4116301Z adding 'torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h' 2022-12-01T10:11:13.4118483Z adding 'torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h' 2022-12-01T10:11:13.4120591Z adding 'torch/include/ATen/ops/nll_loss_forward_meta.h' 2022-12-01T10:11:13.4122817Z adding 'torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h' 2022-12-01T10:11:13.4124853Z adding 'torch/include/ATen/ops/nll_loss_forward_native.h' 2022-12-01T10:11:13.4127106Z adding 'torch/include/ATen/ops/nll_loss_forward_ops.h' 2022-12-01T10:11:13.4129139Z adding 'torch/include/ATen/ops/nll_loss_native.h' 2022-12-01T10:11:13.4131202Z adding 'torch/include/ATen/ops/nll_loss_nd.h' 2022-12-01T10:11:13.4133351Z adding 'torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.4135263Z adding 'torch/include/ATen/ops/nll_loss_nd_native.h' 2022-12-01T10:11:13.4137411Z adding 'torch/include/ATen/ops/nll_loss_nd_ops.h' 2022-12-01T10:11:13.4139616Z adding 'torch/include/ATen/ops/nll_loss_ops.h' 2022-12-01T10:11:13.4141760Z adding 'torch/include/ATen/ops/nonzero.h' 2022-12-01T10:11:13.4144220Z adding 'torch/include/ATen/ops/nonzero_cpu_dispatch.h' 2022-12-01T10:11:13.4146175Z adding 'torch/include/ATen/ops/nonzero_cuda_dispatch.h' 2022-12-01T10:11:13.4148091Z adding 'torch/include/ATen/ops/nonzero_native.h' 2022-12-01T10:11:13.4149988Z adding 'torch/include/ATen/ops/nonzero_numpy.h' 2022-12-01T10:11:13.4152236Z adding 'torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.4154066Z adding 'torch/include/ATen/ops/nonzero_numpy_native.h' 2022-12-01T10:11:13.4156122Z adding 'torch/include/ATen/ops/nonzero_numpy_ops.h' 2022-12-01T10:11:13.4158215Z adding 'torch/include/ATen/ops/nonzero_ops.h' 2022-12-01T10:11:13.4160760Z adding 'torch/include/ATen/ops/norm.h' 2022-12-01T10:11:13.4163283Z adding 'torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.4165479Z adding 'torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.4167561Z adding 'torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.4169589Z adding 'torch/include/ATen/ops/norm_cpu_dispatch.h' 2022-12-01T10:11:13.4172107Z adding 'torch/include/ATen/ops/norm_cuda_dispatch.h' 2022-12-01T10:11:13.4173975Z adding 'torch/include/ATen/ops/norm_except_dim.h' 2022-12-01T10:11:13.4176224Z adding 'torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.4178330Z adding 'torch/include/ATen/ops/norm_except_dim_native.h' 2022-12-01T10:11:13.4180244Z adding 'torch/include/ATen/ops/norm_except_dim_ops.h' 2022-12-01T10:11:13.4182314Z adding 'torch/include/ATen/ops/norm_meta.h' 2022-12-01T10:11:13.4184369Z adding 'torch/include/ATen/ops/norm_meta_dispatch.h' 2022-12-01T10:11:13.4186623Z adding 'torch/include/ATen/ops/norm_native.h' 2022-12-01T10:11:13.4189294Z adding 'torch/include/ATen/ops/norm_ops.h' 2022-12-01T10:11:13.4192204Z adding 'torch/include/ATen/ops/normal.h' 2022-12-01T10:11:13.4194644Z adding 'torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.4196727Z adding 'torch/include/ATen/ops/normal_cpu_dispatch.h' 2022-12-01T10:11:13.4199163Z adding 'torch/include/ATen/ops/normal_cuda_dispatch.h' 2022-12-01T10:11:13.4201750Z adding 'torch/include/ATen/ops/normal_meta_dispatch.h' 2022-12-01T10:11:13.4204198Z adding 'torch/include/ATen/ops/normal_native.h' 2022-12-01T10:11:13.4206796Z adding 'torch/include/ATen/ops/normal_ops.h' 2022-12-01T10:11:13.4209499Z adding 'torch/include/ATen/ops/not_equal.h' 2022-12-01T10:11:13.4211434Z adding 'torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.4213286Z adding 'torch/include/ATen/ops/not_equal_native.h' 2022-12-01T10:11:13.4215514Z adding 'torch/include/ATen/ops/not_equal_ops.h' 2022-12-01T10:11:13.4217584Z adding 'torch/include/ATen/ops/nuclear_norm.h' 2022-12-01T10:11:13.4219676Z adding 'torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.4221546Z adding 'torch/include/ATen/ops/nuclear_norm_native.h' 2022-12-01T10:11:13.4223757Z adding 'torch/include/ATen/ops/nuclear_norm_ops.h' 2022-12-01T10:11:13.4225622Z adding 'torch/include/ATen/ops/numpy_T.h' 2022-12-01T10:11:13.4227667Z adding 'torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.4229406Z adding 'torch/include/ATen/ops/numpy_T_native.h' 2022-12-01T10:11:13.4231300Z adding 'torch/include/ATen/ops/numpy_T_ops.h' 2022-12-01T10:11:13.4233138Z adding 'torch/include/ATen/ops/one_hot.h' 2022-12-01T10:11:13.4235167Z adding 'torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.4236905Z adding 'torch/include/ATen/ops/one_hot_native.h' 2022-12-01T10:11:13.4238820Z adding 'torch/include/ATen/ops/one_hot_ops.h' 2022-12-01T10:11:13.4241441Z adding 'torch/include/ATen/ops/ones.h' 2022-12-01T10:11:13.4243646Z adding 'torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.4245668Z adding 'torch/include/ATen/ops/ones_like.h' 2022-12-01T10:11:13.4247749Z adding 'torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.4249611Z adding 'torch/include/ATen/ops/ones_like_native.h' 2022-12-01T10:11:13.4251668Z adding 'torch/include/ATen/ops/ones_like_ops.h' 2022-12-01T10:11:13.4253608Z adding 'torch/include/ATen/ops/ones_native.h' 2022-12-01T10:11:13.4255798Z adding 'torch/include/ATen/ops/ones_ops.h' 2022-12-01T10:11:13.4257789Z adding 'torch/include/ATen/ops/or.h' 2022-12-01T10:11:13.4259740Z adding 'torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.4261529Z adding 'torch/include/ATen/ops/or_native.h' 2022-12-01T10:11:13.4263603Z adding 'torch/include/ATen/ops/or_ops.h' 2022-12-01T10:11:13.4265725Z adding 'torch/include/ATen/ops/orgqr.h' 2022-12-01T10:11:13.4267738Z adding 'torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.4269504Z adding 'torch/include/ATen/ops/orgqr_native.h' 2022-12-01T10:11:13.4271685Z adding 'torch/include/ATen/ops/orgqr_ops.h' 2022-12-01T10:11:13.4273964Z adding 'torch/include/ATen/ops/ormqr.h' 2022-12-01T10:11:13.4276086Z adding 'torch/include/ATen/ops/ormqr_cpu_dispatch.h' 2022-12-01T10:11:13.4278034Z adding 'torch/include/ATen/ops/ormqr_cuda_dispatch.h' 2022-12-01T10:11:13.4280077Z adding 'torch/include/ATen/ops/ormqr_native.h' 2022-12-01T10:11:13.4282178Z adding 'torch/include/ATen/ops/ormqr_ops.h' 2022-12-01T10:11:13.4284161Z adding 'torch/include/ATen/ops/outer.h' 2022-12-01T10:11:13.4286369Z adding 'torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.4288697Z adding 'torch/include/ATen/ops/outer_native.h' 2022-12-01T10:11:13.4290520Z adding 'torch/include/ATen/ops/outer_ops.h' 2022-12-01T10:11:13.4292268Z adding 'torch/include/ATen/ops/output_nr.h' 2022-12-01T10:11:13.4294639Z adding 'torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.4296024Z adding 'torch/include/ATen/ops/output_nr_native.h' 2022-12-01T10:11:13.4297900Z adding 'torch/include/ATen/ops/output_nr_ops.h' 2022-12-01T10:11:13.4299547Z adding 'torch/include/ATen/ops/pad.h' 2022-12-01T10:11:13.4301479Z adding 'torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.4303128Z adding 'torch/include/ATen/ops/pad_native.h' 2022-12-01T10:11:13.4305310Z adding 'torch/include/ATen/ops/pad_ops.h' 2022-12-01T10:11:13.4306953Z adding 'torch/include/ATen/ops/pad_sequence.h' 2022-12-01T10:11:13.4308895Z adding 'torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.4310609Z adding 'torch/include/ATen/ops/pad_sequence_native.h' 2022-12-01T10:11:13.4312454Z adding 'torch/include/ATen/ops/pad_sequence_ops.h' 2022-12-01T10:11:13.4314246Z adding 'torch/include/ATen/ops/pairwise_distance.h' 2022-12-01T10:11:13.4316288Z adding 'torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.4317969Z adding 'torch/include/ATen/ops/pairwise_distance_native.h' 2022-12-01T10:11:13.4320192Z adding 'torch/include/ATen/ops/pairwise_distance_ops.h' 2022-12-01T10:11:13.4321933Z adding 'torch/include/ATen/ops/pdist.h' 2022-12-01T10:11:13.4324004Z adding 'torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.4325746Z adding 'torch/include/ATen/ops/pdist_native.h' 2022-12-01T10:11:13.4327698Z adding 'torch/include/ATen/ops/pdist_ops.h' 2022-12-01T10:11:13.4329323Z adding 'torch/include/ATen/ops/permute.h' 2022-12-01T10:11:13.4331227Z adding 'torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.4333017Z adding 'torch/include/ATen/ops/permute_copy.h' 2022-12-01T10:11:13.4335067Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.4337025Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.4338895Z adding 'torch/include/ATen/ops/permute_copy_native.h' 2022-12-01T10:11:13.4341116Z adding 'torch/include/ATen/ops/permute_copy_ops.h' 2022-12-01T10:11:13.4343219Z adding 'torch/include/ATen/ops/permute_native.h' 2022-12-01T10:11:13.4345079Z adding 'torch/include/ATen/ops/permute_ops.h' 2022-12-01T10:11:13.4346818Z adding 'torch/include/ATen/ops/pin_memory.h' 2022-12-01T10:11:13.4349135Z adding 'torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.4350537Z adding 'torch/include/ATen/ops/pin_memory_native.h' 2022-12-01T10:11:13.4352550Z adding 'torch/include/ATen/ops/pin_memory_ops.h' 2022-12-01T10:11:13.4354372Z adding 'torch/include/ATen/ops/pinverse.h' 2022-12-01T10:11:13.4356346Z adding 'torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.4358001Z adding 'torch/include/ATen/ops/pinverse_native.h' 2022-12-01T10:11:13.4360090Z adding 'torch/include/ATen/ops/pinverse_ops.h' 2022-12-01T10:11:13.4362072Z adding 'torch/include/ATen/ops/pixel_shuffle.h' 2022-12-01T10:11:13.4363821Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.4365698Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.4367419Z adding 'torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h' 2022-12-01T10:11:13.4369209Z adding 'torch/include/ATen/ops/pixel_shuffle_native.h' 2022-12-01T10:11:13.4371156Z adding 'torch/include/ATen/ops/pixel_shuffle_ops.h' 2022-12-01T10:11:13.4373017Z adding 'torch/include/ATen/ops/pixel_unshuffle.h' 2022-12-01T10:11:13.4374965Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.4377195Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.4379467Z adding 'torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h' 2022-12-01T10:11:13.4381367Z adding 'torch/include/ATen/ops/pixel_unshuffle_native.h' 2022-12-01T10:11:13.4383644Z adding 'torch/include/ATen/ops/pixel_unshuffle_ops.h' 2022-12-01T10:11:13.4385676Z adding 'torch/include/ATen/ops/poisson.h' 2022-12-01T10:11:13.4388557Z adding 'torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.4389445Z adding 'torch/include/ATen/ops/poisson_cpu_dispatch.h' 2022-12-01T10:11:13.4391438Z adding 'torch/include/ATen/ops/poisson_cuda_dispatch.h' 2022-12-01T10:11:13.4393083Z adding 'torch/include/ATen/ops/poisson_native.h' 2022-12-01T10:11:13.4395161Z adding 'torch/include/ATen/ops/poisson_nll_loss.h' 2022-12-01T10:11:13.4397332Z adding 'torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.4399403Z adding 'torch/include/ATen/ops/poisson_nll_loss_native.h' 2022-12-01T10:11:13.4401545Z adding 'torch/include/ATen/ops/poisson_nll_loss_ops.h' 2022-12-01T10:11:13.4403794Z adding 'torch/include/ATen/ops/poisson_ops.h' 2022-12-01T10:11:13.4405661Z adding 'torch/include/ATen/ops/polar.h' 2022-12-01T10:11:13.4407794Z adding 'torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.4409706Z adding 'torch/include/ATen/ops/polar_cpu_dispatch.h' 2022-12-01T10:11:13.4411708Z adding 'torch/include/ATen/ops/polar_cuda_dispatch.h' 2022-12-01T10:11:13.4413536Z adding 'torch/include/ATen/ops/polar_native.h' 2022-12-01T10:11:13.4415623Z adding 'torch/include/ATen/ops/polar_ops.h' 2022-12-01T10:11:13.4417609Z adding 'torch/include/ATen/ops/polygamma.h' 2022-12-01T10:11:13.4419717Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.4421726Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.4423669Z adding 'torch/include/ATen/ops/polygamma_cpu_dispatch.h' 2022-12-01T10:11:13.4425627Z adding 'torch/include/ATen/ops/polygamma_cuda_dispatch.h' 2022-12-01T10:11:13.4427594Z adding 'torch/include/ATen/ops/polygamma_meta.h' 2022-12-01T10:11:13.4429797Z adding 'torch/include/ATen/ops/polygamma_meta_dispatch.h' 2022-12-01T10:11:13.4438727Z adding 'torch/include/ATen/ops/polygamma_native.h' 2022-12-01T10:11:13.4441152Z adding 'torch/include/ATen/ops/polygamma_ops.h' 2022-12-01T10:11:13.4442985Z adding 'torch/include/ATen/ops/positive.h' 2022-12-01T10:11:13.4444948Z adding 'torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.4446584Z adding 'torch/include/ATen/ops/positive_native.h' 2022-12-01T10:11:13.4448454Z adding 'torch/include/ATen/ops/positive_ops.h' 2022-12-01T10:11:13.4450350Z adding 'torch/include/ATen/ops/pow.h' 2022-12-01T10:11:13.4452427Z adding 'torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.4454220Z adding 'torch/include/ATen/ops/pow_cpu_dispatch.h' 2022-12-01T10:11:13.4456166Z adding 'torch/include/ATen/ops/pow_cuda_dispatch.h' 2022-12-01T10:11:13.4458580Z adding 'torch/include/ATen/ops/pow_meta.h' 2022-12-01T10:11:13.4460535Z adding 'torch/include/ATen/ops/pow_meta_dispatch.h' 2022-12-01T10:11:13.4462083Z adding 'torch/include/ATen/ops/pow_native.h' 2022-12-01T10:11:13.4464245Z adding 'torch/include/ATen/ops/pow_ops.h' 2022-12-01T10:11:13.4466338Z adding 'torch/include/ATen/ops/prelu.h' 2022-12-01T10:11:13.4468193Z adding 'torch/include/ATen/ops/prelu_backward.h' 2022-12-01T10:11:13.4470117Z adding 'torch/include/ATen/ops/prelu_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.4472022Z adding 'torch/include/ATen/ops/prelu_backward_cpu_dispatch.h' 2022-12-01T10:11:13.4473817Z adding 'torch/include/ATen/ops/prelu_backward_cuda_dispatch.h' 2022-12-01T10:11:13.4475601Z adding 'torch/include/ATen/ops/prelu_backward_native.h' 2022-12-01T10:11:13.4477478Z adding 'torch/include/ATen/ops/prelu_backward_ops.h' 2022-12-01T10:11:13.4479593Z adding 'torch/include/ATen/ops/prelu_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.4481694Z adding 'torch/include/ATen/ops/prelu_cpu_dispatch.h' 2022-12-01T10:11:13.4483945Z adding 'torch/include/ATen/ops/prelu_cuda_dispatch.h' 2022-12-01T10:11:13.4485704Z adding 'torch/include/ATen/ops/prelu_native.h' 2022-12-01T10:11:13.4487608Z adding 'torch/include/ATen/ops/prelu_ops.h' 2022-12-01T10:11:13.4489595Z adding 'torch/include/ATen/ops/prod.h' 2022-12-01T10:11:13.4491635Z adding 'torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.4493502Z adding 'torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.4495545Z adding 'torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.4497384Z adding 'torch/include/ATen/ops/prod_cpu_dispatch.h' 2022-12-01T10:11:13.4499261Z adding 'torch/include/ATen/ops/prod_cuda_dispatch.h' 2022-12-01T10:11:13.4501071Z adding 'torch/include/ATen/ops/prod_meta.h' 2022-12-01T10:11:13.4503043Z adding 'torch/include/ATen/ops/prod_meta_dispatch.h' 2022-12-01T10:11:13.4504976Z adding 'torch/include/ATen/ops/prod_native.h' 2022-12-01T10:11:13.4506993Z adding 'torch/include/ATen/ops/prod_ops.h' 2022-12-01T10:11:13.4508761Z adding 'torch/include/ATen/ops/promote_types.h' 2022-12-01T10:11:13.4510681Z adding 'torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.4512375Z adding 'torch/include/ATen/ops/promote_types_native.h' 2022-12-01T10:11:13.4514324Z adding 'torch/include/ATen/ops/promote_types_ops.h' 2022-12-01T10:11:13.4516372Z adding 'torch/include/ATen/ops/put.h' 2022-12-01T10:11:13.4518080Z adding 'torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.4520080Z adding 'torch/include/ATen/ops/put_cpu_dispatch.h' 2022-12-01T10:11:13.4521829Z adding 'torch/include/ATen/ops/put_cuda_dispatch.h' 2022-12-01T10:11:13.4523685Z adding 'torch/include/ATen/ops/put_meta_dispatch.h' 2022-12-01T10:11:13.4525502Z adding 'torch/include/ATen/ops/put_native.h' 2022-12-01T10:11:13.4527671Z adding 'torch/include/ATen/ops/put_ops.h' 2022-12-01T10:11:13.4529577Z adding 'torch/include/ATen/ops/q_per_channel_axis.h' 2022-12-01T10:11:13.4531462Z adding 'torch/include/ATen/ops/q_per_channel_axis_native.h' 2022-12-01T10:11:13.4533317Z adding 'torch/include/ATen/ops/q_per_channel_axis_ops.h' 2022-12-01T10:11:13.4535178Z adding 'torch/include/ATen/ops/q_per_channel_scales.h' 2022-12-01T10:11:13.4537186Z adding 'torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.4538928Z adding 'torch/include/ATen/ops/q_per_channel_scales_native.h' 2022-12-01T10:11:13.4540839Z adding 'torch/include/ATen/ops/q_per_channel_scales_ops.h' 2022-12-01T10:11:13.4542778Z adding 'torch/include/ATen/ops/q_per_channel_zero_points.h' 2022-12-01T10:11:13.4544780Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.4546528Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_native.h' 2022-12-01T10:11:13.4548460Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_ops.h' 2022-12-01T10:11:13.4550241Z adding 'torch/include/ATen/ops/q_scale.h' 2022-12-01T10:11:13.4552077Z adding 'torch/include/ATen/ops/q_scale_native.h' 2022-12-01T10:11:13.4553919Z adding 'torch/include/ATen/ops/q_scale_ops.h' 2022-12-01T10:11:13.4555769Z adding 'torch/include/ATen/ops/q_zero_point.h' 2022-12-01T10:11:13.4557577Z adding 'torch/include/ATen/ops/q_zero_point_native.h' 2022-12-01T10:11:13.4559636Z adding 'torch/include/ATen/ops/q_zero_point_ops.h' 2022-12-01T10:11:13.4561545Z adding 'torch/include/ATen/ops/qr.h' 2022-12-01T10:11:13.4563767Z adding 'torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.4565517Z adding 'torch/include/ATen/ops/qr_native.h' 2022-12-01T10:11:13.4567702Z adding 'torch/include/ATen/ops/qr_ops.h' 2022-12-01T10:11:13.4569662Z adding 'torch/include/ATen/ops/qscheme.h' 2022-12-01T10:11:13.4571655Z adding 'torch/include/ATen/ops/qscheme_native.h' 2022-12-01T10:11:13.4573773Z adding 'torch/include/ATen/ops/qscheme_ops.h' 2022-12-01T10:11:13.4576381Z adding 'torch/include/ATen/ops/quantile.h' 2022-12-01T10:11:13.4578409Z adding 'torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.4580412Z adding 'torch/include/ATen/ops/quantile_native.h' 2022-12-01T10:11:13.4582783Z adding 'torch/include/ATen/ops/quantile_ops.h' 2022-12-01T10:11:13.4584924Z adding 'torch/include/ATen/ops/quantize_per_channel.h' 2022-12-01T10:11:13.4587956Z adding 'torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.4589256Z adding 'torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h' 2022-12-01T10:11:13.4591517Z adding 'torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h' 2022-12-01T10:11:13.4593379Z adding 'torch/include/ATen/ops/quantize_per_channel_native.h' 2022-12-01T10:11:13.4595505Z adding 'torch/include/ATen/ops/quantize_per_channel_ops.h' 2022-12-01T10:11:13.4597909Z adding 'torch/include/ATen/ops/quantize_per_tensor.h' 2022-12-01T10:11:13.4600419Z adding 'torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.4602564Z adding 'torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h' 2022-12-01T10:11:13.4604571Z adding 'torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h' 2022-12-01T10:11:13.4606584Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic.h' 2022-12-01T10:11:13.4608672Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.4610620Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h' 2022-12-01T10:11:13.4612712Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h' 2022-12-01T10:11:13.4614661Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h' 2022-12-01T10:11:13.4616765Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h' 2022-12-01T10:11:13.4619132Z adding 'torch/include/ATen/ops/quantize_per_tensor_native.h' 2022-12-01T10:11:13.4621290Z adding 'torch/include/ATen/ops/quantize_per_tensor_ops.h' 2022-12-01T10:11:13.4623394Z adding 'torch/include/ATen/ops/quantized_batch_norm.h' 2022-12-01T10:11:13.4625589Z adding 'torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.4627689Z adding 'torch/include/ATen/ops/quantized_batch_norm_native.h' 2022-12-01T10:11:13.4629832Z adding 'torch/include/ATen/ops/quantized_batch_norm_ops.h' 2022-12-01T10:11:13.4631942Z adding 'torch/include/ATen/ops/quantized_gru_cell.h' 2022-12-01T10:11:13.4634186Z adding 'torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.4636017Z adding 'torch/include/ATen/ops/quantized_gru_cell_native.h' 2022-12-01T10:11:13.4637994Z adding 'torch/include/ATen/ops/quantized_gru_cell_ops.h' 2022-12-01T10:11:13.4640305Z adding 'torch/include/ATen/ops/quantized_lstm_cell.h' 2022-12-01T10:11:13.4642622Z adding 'torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.4644452Z adding 'torch/include/ATen/ops/quantized_lstm_cell_native.h' 2022-12-01T10:11:13.4646685Z adding 'torch/include/ATen/ops/quantized_lstm_cell_ops.h' 2022-12-01T10:11:13.4649276Z adding 'torch/include/ATen/ops/quantized_max_pool1d.h' 2022-12-01T10:11:13.4651221Z adding 'torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.4652945Z adding 'torch/include/ATen/ops/quantized_max_pool1d_native.h' 2022-12-01T10:11:13.4655207Z adding 'torch/include/ATen/ops/quantized_max_pool1d_ops.h' 2022-12-01T10:11:13.4657291Z adding 'torch/include/ATen/ops/quantized_max_pool2d.h' 2022-12-01T10:11:13.4659509Z adding 'torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.4661388Z adding 'torch/include/ATen/ops/quantized_max_pool2d_native.h' 2022-12-01T10:11:13.4663548Z adding 'torch/include/ATen/ops/quantized_max_pool2d_ops.h' 2022-12-01T10:11:13.4665618Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell.h' 2022-12-01T10:11:13.4667769Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.4669795Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_native.h' 2022-12-01T10:11:13.4672042Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h' 2022-12-01T10:11:13.4674127Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell.h' 2022-12-01T10:11:13.4676395Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.4678315Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h' 2022-12-01T10:11:13.4680702Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h' 2022-12-01T10:11:13.4682790Z adding 'torch/include/ATen/ops/rad2deg.h' 2022-12-01T10:11:13.4684940Z adding 'torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.4686845Z adding 'torch/include/ATen/ops/rad2deg_native.h' 2022-12-01T10:11:13.4688935Z adding 'torch/include/ATen/ops/rad2deg_ops.h' 2022-12-01T10:11:13.4691412Z adding 'torch/include/ATen/ops/rand.h' 2022-12-01T10:11:13.4693905Z adding 'torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.4695906Z adding 'torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.4698093Z adding 'torch/include/ATen/ops/rand_like.h' 2022-12-01T10:11:13.4700280Z adding 'torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.4702181Z adding 'torch/include/ATen/ops/rand_like_native.h' 2022-12-01T10:11:13.4704329Z adding 'torch/include/ATen/ops/rand_like_ops.h' 2022-12-01T10:11:13.4706468Z adding 'torch/include/ATen/ops/rand_native.h' 2022-12-01T10:11:13.4708968Z adding 'torch/include/ATen/ops/rand_ops.h' 2022-12-01T10:11:13.4711585Z adding 'torch/include/ATen/ops/randint.h' 2022-12-01T10:11:13.4714257Z adding 'torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.4716470Z adding 'torch/include/ATen/ops/randint_like.h' 2022-12-01T10:11:13.4718973Z adding 'torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.4721141Z adding 'torch/include/ATen/ops/randint_like_native.h' 2022-12-01T10:11:13.4723494Z adding 'torch/include/ATen/ops/randint_like_ops.h' 2022-12-01T10:11:13.4725664Z adding 'torch/include/ATen/ops/randint_native.h' 2022-12-01T10:11:13.4728232Z adding 'torch/include/ATen/ops/randint_ops.h' 2022-12-01T10:11:13.4730835Z adding 'torch/include/ATen/ops/randn.h' 2022-12-01T10:11:13.4733340Z adding 'torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.4735450Z adding 'torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.4737449Z adding 'torch/include/ATen/ops/randn_like.h' 2022-12-01T10:11:13.4739730Z adding 'torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.4741668Z adding 'torch/include/ATen/ops/randn_like_native.h' 2022-12-01T10:11:13.4743783Z adding 'torch/include/ATen/ops/randn_like_ops.h' 2022-12-01T10:11:13.4745822Z adding 'torch/include/ATen/ops/randn_native.h' 2022-12-01T10:11:13.4748383Z adding 'torch/include/ATen/ops/randn_ops.h' 2022-12-01T10:11:13.4750760Z adding 'torch/include/ATen/ops/random.h' 2022-12-01T10:11:13.4753094Z adding 'torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.4755042Z adding 'torch/include/ATen/ops/random_cpu_dispatch.h' 2022-12-01T10:11:13.4757042Z adding 'torch/include/ATen/ops/random_cuda_dispatch.h' 2022-12-01T10:11:13.4759020Z adding 'torch/include/ATen/ops/random_meta_dispatch.h' 2022-12-01T10:11:13.4761437Z adding 'torch/include/ATen/ops/random_native.h' 2022-12-01T10:11:13.4763952Z adding 'torch/include/ATen/ops/random_ops.h' 2022-12-01T10:11:13.4766332Z adding 'torch/include/ATen/ops/randperm.h' 2022-12-01T10:11:13.4768610Z adding 'torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.4770574Z adding 'torch/include/ATen/ops/randperm_cpu_dispatch.h' 2022-12-01T10:11:13.4772565Z adding 'torch/include/ATen/ops/randperm_cuda_dispatch.h' 2022-12-01T10:11:13.4774566Z adding 'torch/include/ATen/ops/randperm_native.h' 2022-12-01T10:11:13.4776910Z adding 'torch/include/ATen/ops/randperm_ops.h' 2022-12-01T10:11:13.4779265Z adding 'torch/include/ATen/ops/range.h' 2022-12-01T10:11:13.4781582Z adding 'torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.4783585Z adding 'torch/include/ATen/ops/range_cpu_dispatch.h' 2022-12-01T10:11:13.4785587Z adding 'torch/include/ATen/ops/range_cuda_dispatch.h' 2022-12-01T10:11:13.4787601Z adding 'torch/include/ATen/ops/range_meta_dispatch.h' 2022-12-01T10:11:13.4789540Z adding 'torch/include/ATen/ops/range_native.h' 2022-12-01T10:11:13.4791805Z adding 'torch/include/ATen/ops/range_ops.h' 2022-12-01T10:11:13.4793820Z adding 'torch/include/ATen/ops/ravel.h' 2022-12-01T10:11:13.4796075Z adding 'torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.4797932Z adding 'torch/include/ATen/ops/ravel_native.h' 2022-12-01T10:11:13.4800192Z adding 'torch/include/ATen/ops/ravel_ops.h' 2022-12-01T10:11:13.4802050Z adding 'torch/include/ATen/ops/real.h' 2022-12-01T10:11:13.4804195Z adding 'torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.4806076Z adding 'torch/include/ATen/ops/real_native.h' 2022-12-01T10:11:13.4808006Z adding 'torch/include/ATen/ops/real_ops.h' 2022-12-01T10:11:13.4809971Z adding 'torch/include/ATen/ops/reciprocal.h' 2022-12-01T10:11:13.4812250Z adding 'torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.4814099Z adding 'torch/include/ATen/ops/reciprocal_cpu_dispatch.h' 2022-12-01T10:11:13.4815974Z adding 'torch/include/ATen/ops/reciprocal_cuda_dispatch.h' 2022-12-01T10:11:13.4817827Z adding 'torch/include/ATen/ops/reciprocal_meta.h' 2022-12-01T10:11:13.4819795Z adding 'torch/include/ATen/ops/reciprocal_meta_dispatch.h' 2022-12-01T10:11:13.4821790Z adding 'torch/include/ATen/ops/reciprocal_native.h' 2022-12-01T10:11:13.4824050Z adding 'torch/include/ATen/ops/reciprocal_ops.h' 2022-12-01T10:11:13.4826037Z adding 'torch/include/ATen/ops/record_stream.h' 2022-12-01T10:11:13.4827825Z adding 'torch/include/ATen/ops/record_stream_cuda_dispatch.h' 2022-12-01T10:11:13.4829702Z adding 'torch/include/ATen/ops/record_stream_native.h' 2022-12-01T10:11:13.4831722Z adding 'torch/include/ATen/ops/record_stream_ops.h' 2022-12-01T10:11:13.4834230Z adding 'torch/include/ATen/ops/refine_names.h' 2022-12-01T10:11:13.4835662Z adding 'torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.4837474Z adding 'torch/include/ATen/ops/refine_names_native.h' 2022-12-01T10:11:13.4839783Z adding 'torch/include/ATen/ops/refine_names_ops.h' 2022-12-01T10:11:13.4842010Z adding 'torch/include/ATen/ops/reflection_pad1d.h' 2022-12-01T10:11:13.4843991Z adding 'torch/include/ATen/ops/reflection_pad1d_backward.h' 2022-12-01T10:11:13.4846276Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.4848261Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h' 2022-12-01T10:11:13.4850244Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h' 2022-12-01T10:11:13.4851984Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta.h' 2022-12-01T10:11:13.4853992Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h' 2022-12-01T10:11:13.4856148Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_native.h' 2022-12-01T10:11:13.4858241Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_ops.h' 2022-12-01T10:11:13.4860471Z adding 'torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.4862438Z adding 'torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h' 2022-12-01T10:11:13.4864422Z adding 'torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h' 2022-12-01T10:11:13.4866324Z adding 'torch/include/ATen/ops/reflection_pad1d_meta.h' 2022-12-01T10:11:13.4868310Z adding 'torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h' 2022-12-01T10:11:13.4870215Z adding 'torch/include/ATen/ops/reflection_pad1d_native.h' 2022-12-01T10:11:13.4872292Z adding 'torch/include/ATen/ops/reflection_pad1d_ops.h' 2022-12-01T10:11:13.4874317Z adding 'torch/include/ATen/ops/reflection_pad2d.h' 2022-12-01T10:11:13.4876539Z adding 'torch/include/ATen/ops/reflection_pad2d_backward.h' 2022-12-01T10:11:13.4878791Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h' 2022-12-01T10:11:13.4881296Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h' 2022-12-01T10:11:13.4883343Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_native.h' 2022-12-01T10:11:13.4885647Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_ops.h' 2022-12-01T10:11:13.4888007Z adding 'torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h' 2022-12-01T10:11:13.4890327Z adding 'torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h' 2022-12-01T10:11:13.4892899Z adding 'torch/include/ATen/ops/reflection_pad2d_native.h' 2022-12-01T10:11:13.4894884Z adding 'torch/include/ATen/ops/reflection_pad2d_ops.h' 2022-12-01T10:11:13.4897170Z adding 'torch/include/ATen/ops/reflection_pad3d.h' 2022-12-01T10:11:13.4899431Z adding 'torch/include/ATen/ops/reflection_pad3d_backward.h' 2022-12-01T10:11:13.4901878Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.4904002Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h' 2022-12-01T10:11:13.4906256Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h' 2022-12-01T10:11:13.4908382Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta.h' 2022-12-01T10:11:13.4910617Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h' 2022-12-01T10:11:13.4912738Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_native.h' 2022-12-01T10:11:13.4915126Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_ops.h' 2022-12-01T10:11:13.5057573Z adding 'torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.5059473Z adding 'torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h' 2022-12-01T10:11:13.5061645Z adding 'torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h' 2022-12-01T10:11:13.5063810Z adding 'torch/include/ATen/ops/reflection_pad3d_meta.h' 2022-12-01T10:11:13.5066055Z adding 'torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h' 2022-12-01T10:11:13.5068283Z adding 'torch/include/ATen/ops/reflection_pad3d_native.h' 2022-12-01T10:11:13.5070718Z adding 'torch/include/ATen/ops/reflection_pad3d_ops.h' 2022-12-01T10:11:13.5073149Z adding 'torch/include/ATen/ops/relu.h' 2022-12-01T10:11:13.5075373Z adding 'torch/include/ATen/ops/relu6.h' 2022-12-01T10:11:13.5078229Z adding 'torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.5080607Z adding 'torch/include/ATen/ops/relu6_native.h' 2022-12-01T10:11:13.5083612Z adding 'torch/include/ATen/ops/relu6_ops.h' 2022-12-01T10:11:13.5086044Z adding 'torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.5088479Z adding 'torch/include/ATen/ops/relu_cpu_dispatch.h' 2022-12-01T10:11:13.5090933Z adding 'torch/include/ATen/ops/relu_cuda_dispatch.h' 2022-12-01T10:11:13.5093440Z adding 'torch/include/ATen/ops/relu_meta_dispatch.h' 2022-12-01T10:11:13.5095902Z adding 'torch/include/ATen/ops/relu_native.h' 2022-12-01T10:11:13.5099254Z adding 'torch/include/ATen/ops/relu_ops.h' 2022-12-01T10:11:13.5101290Z adding 'torch/include/ATen/ops/remainder.h' 2022-12-01T10:11:13.5104295Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.5106679Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.5109216Z adding 'torch/include/ATen/ops/remainder_cpu_dispatch.h' 2022-12-01T10:11:13.5111841Z adding 'torch/include/ATen/ops/remainder_cuda_dispatch.h' 2022-12-01T10:11:13.5114212Z adding 'torch/include/ATen/ops/remainder_meta.h' 2022-12-01T10:11:13.5116867Z adding 'torch/include/ATen/ops/remainder_meta_dispatch.h' 2022-12-01T10:11:13.5119520Z adding 'torch/include/ATen/ops/remainder_native.h' 2022-12-01T10:11:13.5122751Z adding 'torch/include/ATen/ops/remainder_ops.h' 2022-12-01T10:11:13.5124909Z adding 'torch/include/ATen/ops/rename.h' 2022-12-01T10:11:13.5127733Z adding 'torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.5129988Z adding 'torch/include/ATen/ops/rename_native.h' 2022-12-01T10:11:13.5132754Z adding 'torch/include/ATen/ops/rename_ops.h' 2022-12-01T10:11:13.5135261Z adding 'torch/include/ATen/ops/renorm.h' 2022-12-01T10:11:13.5137961Z adding 'torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.5140260Z adding 'torch/include/ATen/ops/renorm_cpu_dispatch.h' 2022-12-01T10:11:13.5142989Z adding 'torch/include/ATen/ops/renorm_cuda_dispatch.h' 2022-12-01T10:11:13.5145308Z adding 'torch/include/ATen/ops/renorm_meta.h' 2022-12-01T10:11:13.5148074Z adding 'torch/include/ATen/ops/renorm_meta_dispatch.h' 2022-12-01T10:11:13.5150299Z adding 'torch/include/ATen/ops/renorm_native.h' 2022-12-01T10:11:13.5153101Z adding 'torch/include/ATen/ops/renorm_ops.h' 2022-12-01T10:11:13.5155689Z adding 'torch/include/ATen/ops/repeat.h' 2022-12-01T10:11:13.5158390Z adding 'torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.5161126Z adding 'torch/include/ATen/ops/repeat_interleave.h' 2022-12-01T10:11:13.5163879Z adding 'torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.5166338Z adding 'torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.5168915Z adding 'torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h' 2022-12-01T10:11:13.5171355Z adding 'torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h' 2022-12-01T10:11:13.5173847Z adding 'torch/include/ATen/ops/repeat_interleave_native.h' 2022-12-01T10:11:13.5176626Z adding 'torch/include/ATen/ops/repeat_interleave_ops.h' 2022-12-01T10:11:13.5179094Z adding 'torch/include/ATen/ops/repeat_native.h' 2022-12-01T10:11:13.5181652Z adding 'torch/include/ATen/ops/repeat_ops.h' 2022-12-01T10:11:13.5184260Z adding 'torch/include/ATen/ops/replication_pad1d.h' 2022-12-01T10:11:13.5187075Z adding 'torch/include/ATen/ops/replication_pad1d_backward.h' 2022-12-01T10:11:13.5189701Z adding 'torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.5191962Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h' 2022-12-01T10:11:13.5194968Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h' 2022-12-01T10:11:13.5197345Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta.h' 2022-12-01T10:11:13.5200047Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h' 2022-12-01T10:11:13.5202543Z adding 'torch/include/ATen/ops/replication_pad1d_backward_native.h' 2022-12-01T10:11:13.5205583Z adding 'torch/include/ATen/ops/replication_pad1d_backward_ops.h' 2022-12-01T10:11:13.5208102Z adding 'torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.5210705Z adding 'torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h' 2022-12-01T10:11:13.5213222Z adding 'torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h' 2022-12-01T10:11:13.5215811Z adding 'torch/include/ATen/ops/replication_pad1d_meta.h' 2022-12-01T10:11:13.5218461Z adding 'torch/include/ATen/ops/replication_pad1d_meta_dispatch.h' 2022-12-01T10:11:13.5220946Z adding 'torch/include/ATen/ops/replication_pad1d_native.h' 2022-12-01T10:11:13.5223546Z adding 'torch/include/ATen/ops/replication_pad1d_ops.h' 2022-12-01T10:11:13.5226208Z adding 'torch/include/ATen/ops/replication_pad2d.h' 2022-12-01T10:11:13.5228756Z adding 'torch/include/ATen/ops/replication_pad2d_backward.h' 2022-12-01T10:11:13.5231460Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h' 2022-12-01T10:11:13.5234060Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h' 2022-12-01T10:11:13.5236666Z adding 'torch/include/ATen/ops/replication_pad2d_backward_native.h' 2022-12-01T10:11:13.5239502Z adding 'torch/include/ATen/ops/replication_pad2d_backward_ops.h' 2022-12-01T10:11:13.5242485Z adding 'torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.5244734Z adding 'torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h' 2022-12-01T10:11:13.5247660Z adding 'torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h' 2022-12-01T10:11:13.5250005Z adding 'torch/include/ATen/ops/replication_pad2d_meta.h' 2022-12-01T10:11:13.5252775Z adding 'torch/include/ATen/ops/replication_pad2d_meta_dispatch.h' 2022-12-01T10:11:13.5255138Z adding 'torch/include/ATen/ops/replication_pad2d_native.h' 2022-12-01T10:11:13.5258021Z adding 'torch/include/ATen/ops/replication_pad2d_ops.h' 2022-12-01T10:11:13.5260927Z adding 'torch/include/ATen/ops/replication_pad3d.h' 2022-12-01T10:11:13.5263301Z adding 'torch/include/ATen/ops/replication_pad3d_backward.h' 2022-12-01T10:11:13.5265915Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h' 2022-12-01T10:11:13.5268466Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h' 2022-12-01T10:11:13.5270880Z adding 'torch/include/ATen/ops/replication_pad3d_backward_native.h' 2022-12-01T10:11:13.5273586Z adding 'torch/include/ATen/ops/replication_pad3d_backward_ops.h' 2022-12-01T10:11:13.5276518Z adding 'torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.5278692Z adding 'torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h' 2022-12-01T10:11:13.5281740Z adding 'torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h' 2022-12-01T10:11:13.5283969Z adding 'torch/include/ATen/ops/replication_pad3d_meta.h' 2022-12-01T10:11:13.5286581Z adding 'torch/include/ATen/ops/replication_pad3d_meta_dispatch.h' 2022-12-01T10:11:13.5288975Z adding 'torch/include/ATen/ops/replication_pad3d_native.h' 2022-12-01T10:11:13.5291610Z adding 'torch/include/ATen/ops/replication_pad3d_ops.h' 2022-12-01T10:11:13.5294021Z adding 'torch/include/ATen/ops/requires_grad.h' 2022-12-01T10:11:13.5296632Z adding 'torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.5298878Z adding 'torch/include/ATen/ops/requires_grad_native.h' 2022-12-01T10:11:13.5301512Z adding 'torch/include/ATen/ops/requires_grad_ops.h' 2022-12-01T10:11:13.5303915Z adding 'torch/include/ATen/ops/reshape.h' 2022-12-01T10:11:13.5306239Z adding 'torch/include/ATen/ops/reshape_as.h' 2022-12-01T10:11:13.5308967Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.5311288Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h' 2022-12-01T10:11:13.5313717Z adding 'torch/include/ATen/ops/reshape_as_native.h' 2022-12-01T10:11:13.5316334Z adding 'torch/include/ATen/ops/reshape_as_ops.h' 2022-12-01T10:11:13.5319484Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.5322005Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h' 2022-12-01T10:11:13.5324333Z adding 'torch/include/ATen/ops/reshape_native.h' 2022-12-01T10:11:13.5327169Z adding 'torch/include/ATen/ops/reshape_ops.h' 2022-12-01T10:11:13.5329701Z adding 'torch/include/ATen/ops/resize.h' 2022-12-01T10:11:13.5332361Z adding 'torch/include/ATen/ops/resize_as.h' 2022-12-01T10:11:13.5335146Z adding 'torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.5337488Z adding 'torch/include/ATen/ops/resize_as_native.h' 2022-12-01T10:11:13.5340385Z adding 'torch/include/ATen/ops/resize_as_ops.h' 2022-12-01T10:11:13.5343052Z adding 'torch/include/ATen/ops/resize_as_sparse.h' 2022-12-01T10:11:13.5345957Z adding 'torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.5348267Z adding 'torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h' 2022-12-01T10:11:13.5350878Z adding 'torch/include/ATen/ops/resize_as_sparse_native.h' 2022-12-01T10:11:13.5353538Z adding 'torch/include/ATen/ops/resize_as_sparse_ops.h' 2022-12-01T10:11:13.5356577Z adding 'torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.5359602Z adding 'torch/include/ATen/ops/resize_cpu_dispatch.h' 2022-12-01T10:11:13.5362597Z adding 'torch/include/ATen/ops/resize_cuda_dispatch.h' 2022-12-01T10:11:13.5365228Z adding 'torch/include/ATen/ops/resize_meta_dispatch.h' 2022-12-01T10:11:13.5367887Z adding 'torch/include/ATen/ops/resize_native.h' 2022-12-01T10:11:13.5370763Z adding 'torch/include/ATen/ops/resize_ops.h' 2022-12-01T10:11:13.5373429Z adding 'torch/include/ATen/ops/resolve_conj.h' 2022-12-01T10:11:13.5376286Z adding 'torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.5378612Z adding 'torch/include/ATen/ops/resolve_conj_native.h' 2022-12-01T10:11:13.5381376Z adding 'torch/include/ATen/ops/resolve_conj_ops.h' 2022-12-01T10:11:13.5383774Z adding 'torch/include/ATen/ops/resolve_neg.h' 2022-12-01T10:11:13.5386532Z adding 'torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.5404064Z adding 'torch/include/ATen/ops/resolve_neg_native.h' 2022-12-01T10:11:13.5404404Z adding 'torch/include/ATen/ops/resolve_neg_ops.h' 2022-12-01T10:11:13.5404700Z adding 'torch/include/ATen/ops/result_type.h' 2022-12-01T10:11:13.5405142Z adding 'torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.5405620Z adding 'torch/include/ATen/ops/result_type_native.h' 2022-12-01T10:11:13.5405972Z adding 'torch/include/ATen/ops/result_type_ops.h' 2022-12-01T10:11:13.5406275Z adding 'torch/include/ATen/ops/retain_grad.h' 2022-12-01T10:11:13.5407913Z adding 'torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.5409534Z adding 'torch/include/ATen/ops/retain_grad_native.h' 2022-12-01T10:11:13.5411315Z adding 'torch/include/ATen/ops/retain_grad_ops.h' 2022-12-01T10:11:13.5412912Z adding 'torch/include/ATen/ops/retains_grad.h' 2022-12-01T10:11:13.5414715Z adding 'torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.5416268Z adding 'torch/include/ATen/ops/retains_grad_native.h' 2022-12-01T10:11:13.5418009Z adding 'torch/include/ATen/ops/retains_grad_ops.h' 2022-12-01T10:11:13.5419802Z adding 'torch/include/ATen/ops/rnn_relu.h' 2022-12-01T10:11:13.5421583Z adding 'torch/include/ATen/ops/rnn_relu_cell.h' 2022-12-01T10:11:13.5423486Z adding 'torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.5425073Z adding 'torch/include/ATen/ops/rnn_relu_cell_native.h' 2022-12-01T10:11:13.5426825Z adding 'torch/include/ATen/ops/rnn_relu_cell_ops.h' 2022-12-01T10:11:13.5428695Z adding 'torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.5430300Z adding 'torch/include/ATen/ops/rnn_relu_native.h' 2022-12-01T10:11:13.5432262Z adding 'torch/include/ATen/ops/rnn_relu_ops.h' 2022-12-01T10:11:13.5434109Z adding 'torch/include/ATen/ops/rnn_tanh.h' 2022-12-01T10:11:13.5435912Z adding 'torch/include/ATen/ops/rnn_tanh_cell.h' 2022-12-01T10:11:13.5437766Z adding 'torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.5439467Z adding 'torch/include/ATen/ops/rnn_tanh_cell_native.h' 2022-12-01T10:11:13.5444572Z adding 'torch/include/ATen/ops/rnn_tanh_cell_ops.h' 2022-12-01T10:11:13.5444993Z adding 'torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.5445394Z adding 'torch/include/ATen/ops/rnn_tanh_native.h' 2022-12-01T10:11:13.5447408Z adding 'torch/include/ATen/ops/rnn_tanh_ops.h' 2022-12-01T10:11:13.5449537Z adding 'torch/include/ATen/ops/roll.h' 2022-12-01T10:11:13.5451803Z adding 'torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.5453826Z adding 'torch/include/ATen/ops/roll_cpu_dispatch.h' 2022-12-01T10:11:13.5455870Z adding 'torch/include/ATen/ops/roll_cuda_dispatch.h' 2022-12-01T10:11:13.5457877Z adding 'torch/include/ATen/ops/roll_native.h' 2022-12-01T10:11:13.5460066Z adding 'torch/include/ATen/ops/roll_ops.h' 2022-12-01T10:11:13.5462180Z adding 'torch/include/ATen/ops/rot90.h' 2022-12-01T10:11:13.5464498Z adding 'torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.5466486Z adding 'torch/include/ATen/ops/rot90_native.h' 2022-12-01T10:11:13.5468744Z adding 'torch/include/ATen/ops/rot90_ops.h' 2022-12-01T10:11:13.5470879Z adding 'torch/include/ATen/ops/round.h' 2022-12-01T10:11:13.5473194Z adding 'torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.5475265Z adding 'torch/include/ATen/ops/round_cpu_dispatch.h' 2022-12-01T10:11:13.5477319Z adding 'torch/include/ATen/ops/round_cuda_dispatch.h' 2022-12-01T10:11:13.5479470Z adding 'torch/include/ATen/ops/round_meta.h' 2022-12-01T10:11:13.5481781Z adding 'torch/include/ATen/ops/round_meta_dispatch.h' 2022-12-01T10:11:13.5483753Z adding 'torch/include/ATen/ops/round_native.h' 2022-12-01T10:11:13.5486133Z adding 'torch/include/ATen/ops/round_ops.h' 2022-12-01T10:11:13.5488197Z adding 'torch/include/ATen/ops/row_indices.h' 2022-12-01T10:11:13.5490290Z adding 'torch/include/ATen/ops/row_indices_copy.h' 2022-12-01T10:11:13.5492490Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.5494397Z adding 'torch/include/ATen/ops/row_indices_copy_native.h' 2022-12-01T10:11:13.5496522Z adding 'torch/include/ATen/ops/row_indices_copy_ops.h' 2022-12-01T10:11:13.5498659Z adding 'torch/include/ATen/ops/row_indices_native.h' 2022-12-01T10:11:13.5500765Z adding 'torch/include/ATen/ops/row_indices_ops.h' 2022-12-01T10:11:13.5502798Z adding 'torch/include/ATen/ops/row_stack.h' 2022-12-01T10:11:13.5505300Z adding 'torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.5507115Z adding 'torch/include/ATen/ops/row_stack_native.h' 2022-12-01T10:11:13.5509614Z adding 'torch/include/ATen/ops/row_stack_ops.h' 2022-12-01T10:11:13.5511829Z adding 'torch/include/ATen/ops/rrelu.h' 2022-12-01T10:11:13.5514269Z adding 'torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.5516273Z adding 'torch/include/ATen/ops/rrelu_native.h' 2022-12-01T10:11:13.5518573Z adding 'torch/include/ATen/ops/rrelu_ops.h' 2022-12-01T10:11:13.5521451Z adding 'torch/include/ATen/ops/rrelu_with_noise.h' 2022-12-01T10:11:13.5523900Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward.h' 2022-12-01T10:11:13.5526431Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.5528568Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_native.h' 2022-12-01T10:11:13.5531041Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_ops.h' 2022-12-01T10:11:13.5533388Z adding 'torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h' 2022-12-01T10:11:13.5535611Z adding 'torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h' 2022-12-01T10:11:13.5537875Z adding 'torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h' 2022-12-01T10:11:13.5540106Z adding 'torch/include/ATen/ops/rrelu_with_noise_native.h' 2022-12-01T10:11:13.5542583Z adding 'torch/include/ATen/ops/rrelu_with_noise_ops.h' 2022-12-01T10:11:13.5544803Z adding 'torch/include/ATen/ops/rshift.h' 2022-12-01T10:11:13.5547214Z adding 'torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.5549238Z adding 'torch/include/ATen/ops/rshift_cpu_dispatch.h' 2022-12-01T10:11:13.5551403Z adding 'torch/include/ATen/ops/rshift_cuda_dispatch.h' 2022-12-01T10:11:13.5553747Z adding 'torch/include/ATen/ops/rshift_meta_dispatch.h' 2022-12-01T10:11:13.5555830Z adding 'torch/include/ATen/ops/rshift_native.h' 2022-12-01T10:11:13.5558511Z adding 'torch/include/ATen/ops/rshift_ops.h' 2022-12-01T10:11:13.5561085Z adding 'torch/include/ATen/ops/rsqrt.h' 2022-12-01T10:11:13.5563674Z adding 'torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.5565742Z adding 'torch/include/ATen/ops/rsqrt_cpu_dispatch.h' 2022-12-01T10:11:13.5567853Z adding 'torch/include/ATen/ops/rsqrt_cuda_dispatch.h' 2022-12-01T10:11:13.5570110Z adding 'torch/include/ATen/ops/rsqrt_meta.h' 2022-12-01T10:11:13.5572278Z adding 'torch/include/ATen/ops/rsqrt_meta_dispatch.h' 2022-12-01T10:11:13.5574482Z adding 'torch/include/ATen/ops/rsqrt_native.h' 2022-12-01T10:11:13.5576831Z adding 'torch/include/ATen/ops/rsqrt_ops.h' 2022-12-01T10:11:13.5579148Z adding 'torch/include/ATen/ops/rsub.h' 2022-12-01T10:11:13.5581497Z adding 'torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.5583659Z adding 'torch/include/ATen/ops/rsub_cpu_dispatch.h' 2022-12-01T10:11:13.5585781Z adding 'torch/include/ATen/ops/rsub_cuda_dispatch.h' 2022-12-01T10:11:13.5587876Z adding 'torch/include/ATen/ops/rsub_native.h' 2022-12-01T10:11:13.5590302Z adding 'torch/include/ATen/ops/rsub_ops.h' 2022-12-01T10:11:13.5592600Z adding 'torch/include/ATen/ops/scalar_tensor.h' 2022-12-01T10:11:13.5594906Z adding 'torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.5597028Z adding 'torch/include/ATen/ops/scalar_tensor_native.h' 2022-12-01T10:11:13.5599445Z adding 'torch/include/ATen/ops/scalar_tensor_ops.h' 2022-12-01T10:11:13.5602957Z adding 'torch/include/ATen/ops/scatter.h' 2022-12-01T10:11:13.5605446Z adding 'torch/include/ATen/ops/scatter_add.h' 2022-12-01T10:11:13.5607860Z adding 'torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.5610107Z adding 'torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.5612494Z adding 'torch/include/ATen/ops/scatter_add_cpu_dispatch.h' 2022-12-01T10:11:13.5614061Z adding 'torch/include/ATen/ops/scatter_add_cuda_dispatch.h' 2022-12-01T10:11:13.5615933Z adding 'torch/include/ATen/ops/scatter_add_meta.h' 2022-12-01T10:11:13.5617850Z adding 'torch/include/ATen/ops/scatter_add_meta_dispatch.h' 2022-12-01T10:11:13.5619584Z adding 'torch/include/ATen/ops/scatter_add_native.h' 2022-12-01T10:11:13.5621641Z adding 'torch/include/ATen/ops/scatter_add_ops.h' 2022-12-01T10:11:13.5623686Z adding 'torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.5625626Z adding 'torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.5627429Z adding 'torch/include/ATen/ops/scatter_cpu_dispatch.h' 2022-12-01T10:11:13.5629425Z adding 'torch/include/ATen/ops/scatter_cuda_dispatch.h' 2022-12-01T10:11:13.5631265Z adding 'torch/include/ATen/ops/scatter_meta.h' 2022-12-01T10:11:13.5633265Z adding 'torch/include/ATen/ops/scatter_meta_dispatch.h' 2022-12-01T10:11:13.5635130Z adding 'torch/include/ATen/ops/scatter_native.h' 2022-12-01T10:11:13.5637800Z adding 'torch/include/ATen/ops/scatter_ops.h' 2022-12-01T10:11:13.5640253Z adding 'torch/include/ATen/ops/scatter_reduce.h' 2022-12-01T10:11:13.5642440Z adding 'torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.5644270Z adding 'torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h' 2022-12-01T10:11:13.5646203Z adding 'torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h' 2022-12-01T10:11:13.5647950Z adding 'torch/include/ATen/ops/scatter_reduce_meta.h' 2022-12-01T10:11:13.5649829Z adding 'torch/include/ATen/ops/scatter_reduce_meta_dispatch.h' 2022-12-01T10:11:13.5651542Z adding 'torch/include/ATen/ops/scatter_reduce_native.h' 2022-12-01T10:11:13.5653629Z adding 'torch/include/ATen/ops/scatter_reduce_ops.h' 2022-12-01T10:11:13.5655632Z adding 'torch/include/ATen/ops/searchsorted.h' 2022-12-01T10:11:13.5657711Z adding 'torch/include/ATen/ops/searchsorted_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.5659532Z adding 'torch/include/ATen/ops/searchsorted_cpu_dispatch.h' 2022-12-01T10:11:13.5661471Z adding 'torch/include/ATen/ops/searchsorted_cuda_dispatch.h' 2022-12-01T10:11:13.5663287Z adding 'torch/include/ATen/ops/searchsorted_native.h' 2022-12-01T10:11:13.5665766Z adding 'torch/include/ATen/ops/searchsorted_ops.h' 2022-12-01T10:11:13.5667701Z adding 'torch/include/ATen/ops/segment_reduce.h' 2022-12-01T10:11:13.5669666Z adding 'torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.5671337Z adding 'torch/include/ATen/ops/segment_reduce_cpu_dispatch.h' 2022-12-01T10:11:13.5673081Z adding 'torch/include/ATen/ops/segment_reduce_cuda_dispatch.h' 2022-12-01T10:11:13.5674817Z adding 'torch/include/ATen/ops/segment_reduce_native.h' 2022-12-01T10:11:13.5676682Z adding 'torch/include/ATen/ops/segment_reduce_ops.h' 2022-12-01T10:11:13.5678515Z adding 'torch/include/ATen/ops/select.h' 2022-12-01T10:11:13.5680722Z adding 'torch/include/ATen/ops/select_backward.h' 2022-12-01T10:11:13.5682863Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.5684811Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.5686544Z adding 'torch/include/ATen/ops/select_backward_native.h' 2022-12-01T10:11:13.5688514Z adding 'torch/include/ATen/ops/select_backward_ops.h' 2022-12-01T10:11:13.5690503Z adding 'torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.5692462Z adding 'torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.5694308Z adding 'torch/include/ATen/ops/select_copy.h' 2022-12-01T10:11:13.5696537Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.5698444Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.5700260Z adding 'torch/include/ATen/ops/select_copy_native.h' 2022-12-01T10:11:13.5702411Z adding 'torch/include/ATen/ops/select_copy_ops.h' 2022-12-01T10:11:13.5704327Z adding 'torch/include/ATen/ops/select_native.h' 2022-12-01T10:11:13.5706411Z adding 'torch/include/ATen/ops/select_ops.h' 2022-12-01T10:11:13.5708324Z adding 'torch/include/ATen/ops/select_scatter.h' 2022-12-01T10:11:13.5710463Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.5712248Z adding 'torch/include/ATen/ops/select_scatter_native.h' 2022-12-01T10:11:13.5714229Z adding 'torch/include/ATen/ops/select_scatter_ops.h' 2022-12-01T10:11:13.5716167Z adding 'torch/include/ATen/ops/selu.h' 2022-12-01T10:11:13.5718185Z adding 'torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.5720252Z adding 'torch/include/ATen/ops/selu_native.h' 2022-12-01T10:11:13.5722366Z adding 'torch/include/ATen/ops/selu_ops.h' 2022-12-01T10:11:13.5724683Z adding 'torch/include/ATen/ops/set.h' 2022-12-01T10:11:13.5726979Z adding 'torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.5729010Z adding 'torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.5730944Z adding 'torch/include/ATen/ops/set_cpu_dispatch.h' 2022-12-01T10:11:13.5732938Z adding 'torch/include/ATen/ops/set_cuda_dispatch.h' 2022-12-01T10:11:13.5734765Z adding 'torch/include/ATen/ops/set_data.h' 2022-12-01T10:11:13.5736766Z adding 'torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.5738545Z adding 'torch/include/ATen/ops/set_data_native.h' 2022-12-01T10:11:13.5740546Z adding 'torch/include/ATen/ops/set_data_ops.h' 2022-12-01T10:11:13.5742534Z adding 'torch/include/ATen/ops/set_meta_dispatch.h' 2022-12-01T10:11:13.5744614Z adding 'torch/include/ATen/ops/set_native.h' 2022-12-01T10:11:13.5747261Z adding 'torch/include/ATen/ops/set_ops.h' 2022-12-01T10:11:13.5749412Z adding 'torch/include/ATen/ops/sgn.h' 2022-12-01T10:11:13.5751572Z adding 'torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.5753390Z adding 'torch/include/ATen/ops/sgn_cpu_dispatch.h' 2022-12-01T10:11:13.5755364Z adding 'torch/include/ATen/ops/sgn_cuda_dispatch.h' 2022-12-01T10:11:13.5757143Z adding 'torch/include/ATen/ops/sgn_meta.h' 2022-12-01T10:11:13.5759087Z adding 'torch/include/ATen/ops/sgn_meta_dispatch.h' 2022-12-01T10:11:13.5761266Z adding 'torch/include/ATen/ops/sgn_native.h' 2022-12-01T10:11:13.5763309Z adding 'torch/include/ATen/ops/sgn_ops.h' 2022-12-01T10:11:13.5765253Z adding 'torch/include/ATen/ops/sigmoid.h' 2022-12-01T10:11:13.5767425Z adding 'torch/include/ATen/ops/sigmoid_backward.h' 2022-12-01T10:11:13.5769471Z adding 'torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.5771326Z adding 'torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h' 2022-12-01T10:11:13.5773252Z adding 'torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h' 2022-12-01T10:11:13.5775176Z adding 'torch/include/ATen/ops/sigmoid_backward_meta.h' 2022-12-01T10:11:13.5777347Z adding 'torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h' 2022-12-01T10:11:13.5779139Z adding 'torch/include/ATen/ops/sigmoid_backward_native.h' 2022-12-01T10:11:13.5781091Z adding 'torch/include/ATen/ops/sigmoid_backward_ops.h' 2022-12-01T10:11:13.5783152Z adding 'torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.5784976Z adding 'torch/include/ATen/ops/sigmoid_cpu_dispatch.h' 2022-12-01T10:11:13.5786898Z adding 'torch/include/ATen/ops/sigmoid_cuda_dispatch.h' 2022-12-01T10:11:13.5788688Z adding 'torch/include/ATen/ops/sigmoid_meta.h' 2022-12-01T10:11:13.5790704Z adding 'torch/include/ATen/ops/sigmoid_meta_dispatch.h' 2022-12-01T10:11:13.5792584Z adding 'torch/include/ATen/ops/sigmoid_native.h' 2022-12-01T10:11:13.5794668Z adding 'torch/include/ATen/ops/sigmoid_ops.h' 2022-12-01T10:11:13.5796622Z adding 'torch/include/ATen/ops/sign.h' 2022-12-01T10:11:13.5798687Z adding 'torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.5800791Z adding 'torch/include/ATen/ops/sign_cpu_dispatch.h' 2022-12-01T10:11:13.5802772Z adding 'torch/include/ATen/ops/sign_cuda_dispatch.h' 2022-12-01T10:11:13.5804621Z adding 'torch/include/ATen/ops/sign_meta.h' 2022-12-01T10:11:13.5806529Z adding 'torch/include/ATen/ops/sign_meta_dispatch.h' 2022-12-01T10:11:13.5808409Z adding 'torch/include/ATen/ops/sign_native.h' 2022-12-01T10:11:13.5810445Z adding 'torch/include/ATen/ops/sign_ops.h' 2022-12-01T10:11:13.5812353Z adding 'torch/include/ATen/ops/signbit.h' 2022-12-01T10:11:13.5814427Z adding 'torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.5816233Z adding 'torch/include/ATen/ops/signbit_cpu_dispatch.h' 2022-12-01T10:11:13.5818124Z adding 'torch/include/ATen/ops/signbit_cuda_dispatch.h' 2022-12-01T10:11:13.5820144Z adding 'torch/include/ATen/ops/signbit_meta.h' 2022-12-01T10:11:13.5822133Z adding 'torch/include/ATen/ops/signbit_meta_dispatch.h' 2022-12-01T10:11:13.5824240Z adding 'torch/include/ATen/ops/signbit_native.h' 2022-12-01T10:11:13.5826165Z adding 'torch/include/ATen/ops/signbit_ops.h' 2022-12-01T10:11:13.5828268Z adding 'torch/include/ATen/ops/silu.h' 2022-12-01T10:11:13.5830397Z adding 'torch/include/ATen/ops/silu_backward.h' 2022-12-01T10:11:13.5832594Z adding 'torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.5834231Z adding 'torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.5836126Z adding 'torch/include/ATen/ops/silu_backward_cpu_dispatch.h' 2022-12-01T10:11:13.5837927Z adding 'torch/include/ATen/ops/silu_backward_cuda_dispatch.h' 2022-12-01T10:11:13.5840014Z adding 'torch/include/ATen/ops/silu_backward_meta.h' 2022-12-01T10:11:13.5841892Z adding 'torch/include/ATen/ops/silu_backward_meta_dispatch.h' 2022-12-01T10:11:13.5843758Z adding 'torch/include/ATen/ops/silu_backward_native.h' 2022-12-01T10:11:13.5845757Z adding 'torch/include/ATen/ops/silu_backward_ops.h' 2022-12-01T10:11:13.5848077Z adding 'torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.5849711Z adding 'torch/include/ATen/ops/silu_cpu_dispatch.h' 2022-12-01T10:11:13.5851601Z adding 'torch/include/ATen/ops/silu_cuda_dispatch.h' 2022-12-01T10:11:13.5853590Z adding 'torch/include/ATen/ops/silu_meta.h' 2022-12-01T10:11:13.5855647Z adding 'torch/include/ATen/ops/silu_meta_dispatch.h' 2022-12-01T10:11:13.5857858Z adding 'torch/include/ATen/ops/silu_native.h' 2022-12-01T10:11:13.5860108Z adding 'torch/include/ATen/ops/silu_ops.h' 2022-12-01T10:11:13.5862179Z adding 'torch/include/ATen/ops/sin.h' 2022-12-01T10:11:13.5864429Z adding 'torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.5866419Z adding 'torch/include/ATen/ops/sin_cpu_dispatch.h' 2022-12-01T10:11:13.5868605Z adding 'torch/include/ATen/ops/sin_cuda_dispatch.h' 2022-12-01T10:11:13.5870665Z adding 'torch/include/ATen/ops/sin_meta.h' 2022-12-01T10:11:13.5872843Z adding 'torch/include/ATen/ops/sin_meta_dispatch.h' 2022-12-01T10:11:13.5874973Z adding 'torch/include/ATen/ops/sin_native.h' 2022-12-01T10:11:13.5877297Z adding 'torch/include/ATen/ops/sin_ops.h' 2022-12-01T10:11:13.5879559Z adding 'torch/include/ATen/ops/sinc.h' 2022-12-01T10:11:13.5882036Z adding 'torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.5884108Z adding 'torch/include/ATen/ops/sinc_cpu_dispatch.h' 2022-12-01T10:11:13.5886240Z adding 'torch/include/ATen/ops/sinc_cuda_dispatch.h' 2022-12-01T10:11:13.5888273Z adding 'torch/include/ATen/ops/sinc_meta.h' 2022-12-01T10:11:13.5890428Z adding 'torch/include/ATen/ops/sinc_meta_dispatch.h' 2022-12-01T10:11:13.5892483Z adding 'torch/include/ATen/ops/sinc_native.h' 2022-12-01T10:11:13.5894941Z adding 'torch/include/ATen/ops/sinc_ops.h' 2022-12-01T10:11:13.5897136Z adding 'torch/include/ATen/ops/sinh.h' 2022-12-01T10:11:13.5899300Z adding 'torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.5901501Z adding 'torch/include/ATen/ops/sinh_cpu_dispatch.h' 2022-12-01T10:11:13.5903503Z adding 'torch/include/ATen/ops/sinh_cuda_dispatch.h' 2022-12-01T10:11:13.5905525Z adding 'torch/include/ATen/ops/sinh_meta.h' 2022-12-01T10:11:13.5907816Z adding 'torch/include/ATen/ops/sinh_meta_dispatch.h' 2022-12-01T10:11:13.5909650Z adding 'torch/include/ATen/ops/sinh_native.h' 2022-12-01T10:11:13.5912045Z adding 'torch/include/ATen/ops/sinh_ops.h' 2022-12-01T10:11:13.5914250Z adding 'torch/include/ATen/ops/size.h' 2022-12-01T10:11:13.5916172Z adding 'torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.5918164Z adding 'torch/include/ATen/ops/size_native.h' 2022-12-01T10:11:13.5920178Z adding 'torch/include/ATen/ops/size_ops.h' 2022-12-01T10:11:13.5922366Z adding 'torch/include/ATen/ops/slice.h' 2022-12-01T10:11:13.5924625Z adding 'torch/include/ATen/ops/slice_backward.h' 2022-12-01T10:11:13.5926992Z adding 'torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.5929020Z adding 'torch/include/ATen/ops/slice_backward_native.h' 2022-12-01T10:11:13.5931266Z adding 'torch/include/ATen/ops/slice_backward_ops.h' 2022-12-01T10:11:13.5933543Z adding 'torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.5935700Z adding 'torch/include/ATen/ops/slice_copy.h' 2022-12-01T10:11:13.5937988Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.5940212Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.5942118Z adding 'torch/include/ATen/ops/slice_copy_native.h' 2022-12-01T10:11:13.5944346Z adding 'torch/include/ATen/ops/slice_copy_ops.h' 2022-12-01T10:11:13.5946409Z adding 'torch/include/ATen/ops/slice_native.h' 2022-12-01T10:11:13.5948428Z adding 'torch/include/ATen/ops/slice_ops.h' 2022-12-01T10:11:13.5950698Z adding 'torch/include/ATen/ops/slice_scatter.h' 2022-12-01T10:11:13.5952980Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.5955026Z adding 'torch/include/ATen/ops/slice_scatter_native.h' 2022-12-01T10:11:13.5957190Z adding 'torch/include/ATen/ops/slice_scatter_ops.h' 2022-12-01T10:11:13.5959371Z adding 'torch/include/ATen/ops/slogdet.h' 2022-12-01T10:11:13.5961640Z adding 'torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.5963634Z adding 'torch/include/ATen/ops/slogdet_native.h' 2022-12-01T10:11:13.5965834Z adding 'torch/include/ATen/ops/slogdet_ops.h' 2022-12-01T10:11:13.5967938Z adding 'torch/include/ATen/ops/slow_conv3d.h' 2022-12-01T10:11:13.5970116Z adding 'torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.5972204Z adding 'torch/include/ATen/ops/slow_conv3d_forward.h' 2022-12-01T10:11:13.5974315Z adding 'torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h' 2022-12-01T10:11:13.5976298Z adding 'torch/include/ATen/ops/slow_conv3d_forward_native.h' 2022-12-01T10:11:13.5978511Z adding 'torch/include/ATen/ops/slow_conv3d_forward_ops.h' 2022-12-01T10:11:13.5981066Z adding 'torch/include/ATen/ops/slow_conv3d_native.h' 2022-12-01T10:11:13.5983001Z adding 'torch/include/ATen/ops/slow_conv3d_ops.h' 2022-12-01T10:11:13.5985073Z adding 'torch/include/ATen/ops/slow_conv_dilated2d.h' 2022-12-01T10:11:13.5987284Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.5989246Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h' 2022-12-01T10:11:13.5991356Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h' 2022-12-01T10:11:13.5993352Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_native.h' 2022-12-01T10:11:13.5995644Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_ops.h' 2022-12-01T10:11:13.5997806Z adding 'torch/include/ATen/ops/slow_conv_dilated3d.h' 2022-12-01T10:11:13.6000374Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.6002394Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h' 2022-12-01T10:11:13.6004574Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h' 2022-12-01T10:11:13.6006796Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_native.h' 2022-12-01T10:11:13.6009269Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_ops.h' 2022-12-01T10:11:13.6011577Z adding 'torch/include/ATen/ops/slow_conv_transpose2d.h' 2022-12-01T10:11:13.6013925Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.6016074Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h' 2022-12-01T10:11:13.6018405Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h' 2022-12-01T10:11:13.6020541Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta.h' 2022-12-01T10:11:13.6022849Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h' 2022-12-01T10:11:13.6024995Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_native.h' 2022-12-01T10:11:13.6027394Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_ops.h' 2022-12-01T10:11:13.6029675Z adding 'torch/include/ATen/ops/slow_conv_transpose3d.h' 2022-12-01T10:11:13.6032016Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h' 2022-12-01T10:11:13.6034270Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h' 2022-12-01T10:11:13.6036484Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_native.h' 2022-12-01T10:11:13.6038861Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_ops.h' 2022-12-01T10:11:13.6041353Z adding 'torch/include/ATen/ops/smm.h' 2022-12-01T10:11:13.6043559Z adding 'torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.6045558Z adding 'torch/include/ATen/ops/smm_native.h' 2022-12-01T10:11:13.6047732Z adding 'torch/include/ATen/ops/smm_ops.h' 2022-12-01T10:11:13.6049940Z adding 'torch/include/ATen/ops/smooth_l1_loss.h' 2022-12-01T10:11:13.6052165Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward.h' 2022-12-01T10:11:13.6054495Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.6056615Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h' 2022-12-01T10:11:13.6058854Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h' 2022-12-01T10:11:13.6060858Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_native.h' 2022-12-01T10:11:13.6063218Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_ops.h' 2022-12-01T10:11:13.6065432Z adding 'torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.6068294Z adding 'torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h' 2022-12-01T10:11:13.6069955Z adding 'torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h' 2022-12-01T10:11:13.6071997Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta.h' 2022-12-01T10:11:13.6074302Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h' 2022-12-01T10:11:13.6076422Z adding 'torch/include/ATen/ops/smooth_l1_loss_native.h' 2022-12-01T10:11:13.6078641Z adding 'torch/include/ATen/ops/smooth_l1_loss_ops.h' 2022-12-01T10:11:13.6081727Z adding 'torch/include/ATen/ops/soft_margin_loss.h' 2022-12-01T10:11:13.6084012Z adding 'torch/include/ATen/ops/soft_margin_loss_backward.h' 2022-12-01T10:11:13.6086303Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.6088456Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_native.h' 2022-12-01T10:11:13.6090780Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_ops.h' 2022-12-01T10:11:13.6093113Z adding 'torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.6095438Z adding 'torch/include/ATen/ops/soft_margin_loss_native.h' 2022-12-01T10:11:13.6097977Z adding 'torch/include/ATen/ops/soft_margin_loss_ops.h' 2022-12-01T10:11:13.6100402Z adding 'torch/include/ATen/ops/softmax.h' 2022-12-01T10:11:13.6102558Z adding 'torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.6104724Z adding 'torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.6106712Z adding 'torch/include/ATen/ops/softmax_native.h' 2022-12-01T10:11:13.6108840Z adding 'torch/include/ATen/ops/softmax_ops.h' 2022-12-01T10:11:13.6110933Z adding 'torch/include/ATen/ops/softplus.h' 2022-12-01T10:11:13.6112964Z adding 'torch/include/ATen/ops/softplus_backward.h' 2022-12-01T10:11:13.6115094Z adding 'torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.6117035Z adding 'torch/include/ATen/ops/softplus_backward_cpu_dispatch.h' 2022-12-01T10:11:13.6118963Z adding 'torch/include/ATen/ops/softplus_backward_cuda_dispatch.h' 2022-12-01T10:11:13.6121023Z adding 'torch/include/ATen/ops/softplus_backward_meta.h' 2022-12-01T10:11:13.6123046Z adding 'torch/include/ATen/ops/softplus_backward_meta_dispatch.h' 2022-12-01T10:11:13.6125032Z adding 'torch/include/ATen/ops/softplus_backward_native.h' 2022-12-01T10:11:13.6127543Z adding 'torch/include/ATen/ops/softplus_backward_ops.h' 2022-12-01T10:11:13.6129444Z adding 'torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.6131203Z adding 'torch/include/ATen/ops/softplus_cpu_dispatch.h' 2022-12-01T10:11:13.6133176Z adding 'torch/include/ATen/ops/softplus_cuda_dispatch.h' 2022-12-01T10:11:13.6135028Z adding 'torch/include/ATen/ops/softplus_meta.h' 2022-12-01T10:11:13.6137042Z adding 'torch/include/ATen/ops/softplus_meta_dispatch.h' 2022-12-01T10:11:13.6138895Z adding 'torch/include/ATen/ops/softplus_native.h' 2022-12-01T10:11:13.6140989Z adding 'torch/include/ATen/ops/softplus_ops.h' 2022-12-01T10:11:13.6142919Z adding 'torch/include/ATen/ops/softshrink.h' 2022-12-01T10:11:13.6144966Z adding 'torch/include/ATen/ops/softshrink_backward.h' 2022-12-01T10:11:13.6147056Z adding 'torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.6148941Z adding 'torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h' 2022-12-01T10:11:13.6151063Z adding 'torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h' 2022-12-01T10:11:13.6152872Z adding 'torch/include/ATen/ops/softshrink_backward_meta.h' 2022-12-01T10:11:13.6154804Z adding 'torch/include/ATen/ops/softshrink_backward_meta_dispatch.h' 2022-12-01T10:11:13.6156762Z adding 'torch/include/ATen/ops/softshrink_backward_native.h' 2022-12-01T10:11:13.6158768Z adding 'torch/include/ATen/ops/softshrink_backward_ops.h' 2022-12-01T10:11:13.6161240Z adding 'torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.6163098Z adding 'torch/include/ATen/ops/softshrink_cpu_dispatch.h' 2022-12-01T10:11:13.6165105Z adding 'torch/include/ATen/ops/softshrink_cuda_dispatch.h' 2022-12-01T10:11:13.6167045Z adding 'torch/include/ATen/ops/softshrink_meta.h' 2022-12-01T10:11:13.6169013Z adding 'torch/include/ATen/ops/softshrink_meta_dispatch.h' 2022-12-01T10:11:13.6170890Z adding 'torch/include/ATen/ops/softshrink_native.h' 2022-12-01T10:11:13.6173021Z adding 'torch/include/ATen/ops/softshrink_ops.h' 2022-12-01T10:11:13.6175214Z adding 'torch/include/ATen/ops/sort.h' 2022-12-01T10:11:13.6177478Z adding 'torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.6179362Z adding 'torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.6181361Z adding 'torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.6183271Z adding 'torch/include/ATen/ops/sort_cpu_dispatch.h' 2022-12-01T10:11:13.6185333Z adding 'torch/include/ATen/ops/sort_cuda_dispatch.h' 2022-12-01T10:11:13.6187221Z adding 'torch/include/ATen/ops/sort_meta.h' 2022-12-01T10:11:13.6189222Z adding 'torch/include/ATen/ops/sort_meta_dispatch.h' 2022-12-01T10:11:13.6191211Z adding 'torch/include/ATen/ops/sort_native.h' 2022-12-01T10:11:13.6193648Z adding 'torch/include/ATen/ops/sort_ops.h' 2022-12-01T10:11:13.6196015Z adding 'torch/include/ATen/ops/sparse_bsc_tensor.h' 2022-12-01T10:11:13.6198232Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.6200342Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_native.h' 2022-12-01T10:11:13.6202798Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_ops.h' 2022-12-01T10:11:13.6205254Z adding 'torch/include/ATen/ops/sparse_bsr_tensor.h' 2022-12-01T10:11:13.6207227Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.6209218Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_native.h' 2022-12-01T10:11:13.6211291Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_ops.h' 2022-12-01T10:11:13.6213794Z adding 'torch/include/ATen/ops/sparse_compressed_tensor.h' 2022-12-01T10:11:13.6215933Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.6217685Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_native.h' 2022-12-01T10:11:13.6219871Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_ops.h' 2022-12-01T10:11:13.6222196Z adding 'torch/include/ATen/ops/sparse_coo_tensor.h' 2022-12-01T10:11:13.6224563Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.6226636Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.6228640Z adding 'torch/include/ATen/ops/sparse_coo_tensor_native.h' 2022-12-01T10:11:13.6230961Z adding 'torch/include/ATen/ops/sparse_coo_tensor_ops.h' 2022-12-01T10:11:13.6233303Z adding 'torch/include/ATen/ops/sparse_csc_tensor.h' 2022-12-01T10:11:13.6235536Z adding 'torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.6237575Z adding 'torch/include/ATen/ops/sparse_csc_tensor_native.h' 2022-12-01T10:11:13.6239870Z adding 'torch/include/ATen/ops/sparse_csc_tensor_ops.h' 2022-12-01T10:11:13.6242228Z adding 'torch/include/ATen/ops/sparse_csr_tensor.h' 2022-12-01T10:11:13.6244519Z adding 'torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.6246507Z adding 'torch/include/ATen/ops/sparse_csr_tensor_native.h' 2022-12-01T10:11:13.6248720Z adding 'torch/include/ATen/ops/sparse_csr_tensor_ops.h' 2022-12-01T10:11:13.6250734Z adding 'torch/include/ATen/ops/sparse_dim.h' 2022-12-01T10:11:13.6252667Z adding 'torch/include/ATen/ops/sparse_dim_native.h' 2022-12-01T10:11:13.6254728Z adding 'torch/include/ATen/ops/sparse_dim_ops.h' 2022-12-01T10:11:13.6256714Z adding 'torch/include/ATen/ops/sparse_mask.h' 2022-12-01T10:11:13.6258849Z adding 'torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.6260757Z adding 'torch/include/ATen/ops/sparse_mask_native.h' 2022-12-01T10:11:13.6262942Z adding 'torch/include/ATen/ops/sparse_mask_ops.h' 2022-12-01T10:11:13.6265066Z adding 'torch/include/ATen/ops/sparse_resize.h' 2022-12-01T10:11:13.6267246Z adding 'torch/include/ATen/ops/sparse_resize_and_clear.h' 2022-12-01T10:11:13.6269488Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.6271488Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h' 2022-12-01T10:11:13.6273415Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_native.h' 2022-12-01T10:11:13.6275647Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_ops.h' 2022-12-01T10:11:13.6278109Z adding 'torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.6280188Z adding 'torch/include/ATen/ops/sparse_resize_meta_dispatch.h' 2022-12-01T10:11:13.6282072Z adding 'torch/include/ATen/ops/sparse_resize_native.h' 2022-12-01T10:11:13.6284291Z adding 'torch/include/ATen/ops/sparse_resize_ops.h' 2022-12-01T10:11:13.6286287Z adding 'torch/include/ATen/ops/sparse_sampled_addmm.h' 2022-12-01T10:11:13.6288221Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_native.h' 2022-12-01T10:11:13.6290357Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_ops.h' 2022-12-01T10:11:13.6292296Z adding 'torch/include/ATen/ops/special_airy_ai.h' 2022-12-01T10:11:13.6294461Z adding 'torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.6296286Z adding 'torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h' 2022-12-01T10:11:13.6298275Z adding 'torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h' 2022-12-01T10:11:13.6300217Z adding 'torch/include/ATen/ops/special_airy_ai_meta.h' 2022-12-01T10:11:13.6302389Z adding 'torch/include/ATen/ops/special_airy_ai_meta_dispatch.h' 2022-12-01T10:11:13.6304148Z adding 'torch/include/ATen/ops/special_airy_ai_native.h' 2022-12-01T10:11:13.6305957Z adding 'torch/include/ATen/ops/special_airy_ai_ops.h' 2022-12-01T10:11:13.6307911Z adding 'torch/include/ATen/ops/special_bessel_j0.h' 2022-12-01T10:11:13.6309898Z adding 'torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.6311719Z adding 'torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h' 2022-12-01T10:11:13.6313684Z adding 'torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h' 2022-12-01T10:11:13.6315581Z adding 'torch/include/ATen/ops/special_bessel_j0_meta.h' 2022-12-01T10:11:13.6317472Z adding 'torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h' 2022-12-01T10:11:13.6319657Z adding 'torch/include/ATen/ops/special_bessel_j0_native.h' 2022-12-01T10:11:13.6321979Z adding 'torch/include/ATen/ops/special_bessel_j0_ops.h' 2022-12-01T10:11:13.6324064Z adding 'torch/include/ATen/ops/special_bessel_j1.h' 2022-12-01T10:11:13.6326259Z adding 'torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.6328307Z adding 'torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h' 2022-12-01T10:11:13.6330385Z adding 'torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h' 2022-12-01T10:11:13.6332446Z adding 'torch/include/ATen/ops/special_bessel_j1_meta.h' 2022-12-01T10:11:13.6334576Z adding 'torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h' 2022-12-01T10:11:13.6336564Z adding 'torch/include/ATen/ops/special_bessel_j1_native.h' 2022-12-01T10:11:13.6338692Z adding 'torch/include/ATen/ops/special_bessel_j1_ops.h' 2022-12-01T10:11:13.6340782Z adding 'torch/include/ATen/ops/special_bessel_y0.h' 2022-12-01T10:11:13.6342998Z adding 'torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.6345019Z adding 'torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h' 2022-12-01T10:11:13.6347079Z adding 'torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h' 2022-12-01T10:11:13.6349048Z adding 'torch/include/ATen/ops/special_bessel_y0_meta.h' 2022-12-01T10:11:13.6351121Z adding 'torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h' 2022-12-01T10:11:13.6353079Z adding 'torch/include/ATen/ops/special_bessel_y0_native.h' 2022-12-01T10:11:13.6355286Z adding 'torch/include/ATen/ops/special_bessel_y0_ops.h' 2022-12-01T10:11:13.6357363Z adding 'torch/include/ATen/ops/special_bessel_y1.h' 2022-12-01T10:11:13.6359792Z adding 'torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.6361927Z adding 'torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h' 2022-12-01T10:11:13.6363993Z adding 'torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h' 2022-12-01T10:11:13.6366029Z adding 'torch/include/ATen/ops/special_bessel_y1_meta.h' 2022-12-01T10:11:13.6368092Z adding 'torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h' 2022-12-01T10:11:13.6370066Z adding 'torch/include/ATen/ops/special_bessel_y1_native.h' 2022-12-01T10:11:13.6372211Z adding 'torch/include/ATen/ops/special_bessel_y1_ops.h' 2022-12-01T10:11:13.6374472Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t.h' 2022-12-01T10:11:13.6376670Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.6378849Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.6380892Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.6382941Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h' 2022-12-01T10:11:13.6384995Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h' 2022-12-01T10:11:13.6387039Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h' 2022-12-01T10:11:13.6389104Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h' 2022-12-01T10:11:13.6391157Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h' 2022-12-01T10:11:13.6393488Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h' 2022-12-01T10:11:13.6395844Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u.h' 2022-12-01T10:11:13.6398125Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.6400593Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.6402608Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.6404716Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h' 2022-12-01T10:11:13.6406799Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h' 2022-12-01T10:11:13.6408851Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h' 2022-12-01T10:11:13.6410924Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h' 2022-12-01T10:11:13.6413006Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h' 2022-12-01T10:11:13.6415337Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h' 2022-12-01T10:11:13.6417766Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v.h' 2022-12-01T10:11:13.6419879Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.6421959Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.6424102Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.6426070Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h' 2022-12-01T10:11:13.6428129Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h' 2022-12-01T10:11:13.6430127Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h' 2022-12-01T10:11:13.6432267Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h' 2022-12-01T10:11:13.6434329Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h' 2022-12-01T10:11:13.6436709Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h' 2022-12-01T10:11:13.6439146Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w.h' 2022-12-01T10:11:13.6441684Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.6443796Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.6445898Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.6447810Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h' 2022-12-01T10:11:13.6449862Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h' 2022-12-01T10:11:13.6451918Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h' 2022-12-01T10:11:13.6453626Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h' 2022-12-01T10:11:13.6455611Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h' 2022-12-01T10:11:13.6457739Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h' 2022-12-01T10:11:13.6460105Z adding 'torch/include/ATen/ops/special_digamma.h' 2022-12-01T10:11:13.6462122Z adding 'torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.6463893Z adding 'torch/include/ATen/ops/special_digamma_native.h' 2022-12-01T10:11:13.6465952Z adding 'torch/include/ATen/ops/special_digamma_ops.h' 2022-12-01T10:11:13.6467986Z adding 'torch/include/ATen/ops/special_entr.h' 2022-12-01T10:11:13.6470175Z adding 'torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.6472038Z adding 'torch/include/ATen/ops/special_entr_cpu_dispatch.h' 2022-12-01T10:11:13.6474078Z adding 'torch/include/ATen/ops/special_entr_cuda_dispatch.h' 2022-12-01T10:11:13.6476030Z adding 'torch/include/ATen/ops/special_entr_meta.h' 2022-12-01T10:11:13.6478078Z adding 'torch/include/ATen/ops/special_entr_meta_dispatch.h' 2022-12-01T10:11:13.6480247Z adding 'torch/include/ATen/ops/special_entr_native.h' 2022-12-01T10:11:13.6482369Z adding 'torch/include/ATen/ops/special_entr_ops.h' 2022-12-01T10:11:13.6484357Z adding 'torch/include/ATen/ops/special_erf.h' 2022-12-01T10:11:13.6486710Z adding 'torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.6488443Z adding 'torch/include/ATen/ops/special_erf_native.h' 2022-12-01T10:11:13.6490470Z adding 'torch/include/ATen/ops/special_erf_ops.h' 2022-12-01T10:11:13.6492571Z adding 'torch/include/ATen/ops/special_erfc.h' 2022-12-01T10:11:13.6494752Z adding 'torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.6496642Z adding 'torch/include/ATen/ops/special_erfc_native.h' 2022-12-01T10:11:13.6498715Z adding 'torch/include/ATen/ops/special_erfc_ops.h' 2022-12-01T10:11:13.6500778Z adding 'torch/include/ATen/ops/special_erfcx.h' 2022-12-01T10:11:13.6503010Z adding 'torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.6504870Z adding 'torch/include/ATen/ops/special_erfcx_cpu_dispatch.h' 2022-12-01T10:11:13.6506914Z adding 'torch/include/ATen/ops/special_erfcx_cuda_dispatch.h' 2022-12-01T10:11:13.6508859Z adding 'torch/include/ATen/ops/special_erfcx_meta.h' 2022-12-01T10:11:13.6510907Z adding 'torch/include/ATen/ops/special_erfcx_meta_dispatch.h' 2022-12-01T10:11:13.6512811Z adding 'torch/include/ATen/ops/special_erfcx_native.h' 2022-12-01T10:11:13.6514995Z adding 'torch/include/ATen/ops/special_erfcx_ops.h' 2022-12-01T10:11:13.6517134Z adding 'torch/include/ATen/ops/special_erfinv.h' 2022-12-01T10:11:13.6519459Z adding 'torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.6521539Z adding 'torch/include/ATen/ops/special_erfinv_native.h' 2022-12-01T10:11:13.6523679Z adding 'torch/include/ATen/ops/special_erfinv_ops.h' 2022-12-01T10:11:13.6525759Z adding 'torch/include/ATen/ops/special_exp2.h' 2022-12-01T10:11:13.6528047Z adding 'torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.6529968Z adding 'torch/include/ATen/ops/special_exp2_native.h' 2022-12-01T10:11:13.6532231Z adding 'torch/include/ATen/ops/special_exp2_ops.h' 2022-12-01T10:11:13.6534270Z adding 'torch/include/ATen/ops/special_expit.h' 2022-12-01T10:11:13.6536505Z adding 'torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.6538369Z adding 'torch/include/ATen/ops/special_expit_native.h' 2022-12-01T10:11:13.6540488Z adding 'torch/include/ATen/ops/special_expit_ops.h' 2022-12-01T10:11:13.6542596Z adding 'torch/include/ATen/ops/special_expm1.h' 2022-12-01T10:11:13.6544896Z adding 'torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.6546829Z adding 'torch/include/ATen/ops/special_expm1_native.h' 2022-12-01T10:11:13.6548953Z adding 'torch/include/ATen/ops/special_expm1_ops.h' 2022-12-01T10:11:13.6551047Z adding 'torch/include/ATen/ops/special_gammainc.h' 2022-12-01T10:11:13.6553397Z adding 'torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.6555395Z adding 'torch/include/ATen/ops/special_gammainc_native.h' 2022-12-01T10:11:13.6557500Z adding 'torch/include/ATen/ops/special_gammainc_ops.h' 2022-12-01T10:11:13.6560015Z adding 'torch/include/ATen/ops/special_gammaincc.h' 2022-12-01T10:11:13.6562156Z adding 'torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.6564839Z adding 'torch/include/ATen/ops/special_gammaincc_native.h' 2022-12-01T10:11:13.6567157Z adding 'torch/include/ATen/ops/special_gammaincc_ops.h' 2022-12-01T10:11:13.6569249Z adding 'torch/include/ATen/ops/special_gammaln.h' 2022-12-01T10:11:13.6571526Z adding 'torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.6573420Z adding 'torch/include/ATen/ops/special_gammaln_native.h' 2022-12-01T10:11:13.6575589Z adding 'torch/include/ATen/ops/special_gammaln_ops.h' 2022-12-01T10:11:13.6577810Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h.h' 2022-12-01T10:11:13.6580111Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.6582298Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.6584356Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.6586371Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h' 2022-12-01T10:11:13.6588461Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h' 2022-12-01T10:11:13.6590468Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta.h' 2022-12-01T10:11:13.6592578Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h' 2022-12-01T10:11:13.6594593Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_native.h' 2022-12-01T10:11:13.6597014Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_ops.h' 2022-12-01T10:11:13.6599421Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he.h' 2022-12-01T10:11:13.6601956Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.6604150Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.6606234Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.6608265Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h' 2022-12-01T10:11:13.6610297Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h' 2022-12-01T10:11:13.6612305Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta.h' 2022-12-01T10:11:13.6614441Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h' 2022-12-01T10:11:13.6616579Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_native.h' 2022-12-01T10:11:13.6619132Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_ops.h' 2022-12-01T10:11:13.6621125Z adding 'torch/include/ATen/ops/special_i0.h' 2022-12-01T10:11:13.6623267Z adding 'torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.6625205Z adding 'torch/include/ATen/ops/special_i0_native.h' 2022-12-01T10:11:13.6627325Z adding 'torch/include/ATen/ops/special_i0_ops.h' 2022-12-01T10:11:13.6629400Z adding 'torch/include/ATen/ops/special_i0e.h' 2022-12-01T10:11:13.6631780Z adding 'torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.6633667Z adding 'torch/include/ATen/ops/special_i0e_cpu_dispatch.h' 2022-12-01T10:11:13.6635817Z adding 'torch/include/ATen/ops/special_i0e_cuda_dispatch.h' 2022-12-01T10:11:13.6637802Z adding 'torch/include/ATen/ops/special_i0e_meta.h' 2022-12-01T10:11:13.6640162Z adding 'torch/include/ATen/ops/special_i0e_meta_dispatch.h' 2022-12-01T10:11:13.6642148Z adding 'torch/include/ATen/ops/special_i0e_native.h' 2022-12-01T10:11:13.6644271Z adding 'torch/include/ATen/ops/special_i0e_ops.h' 2022-12-01T10:11:13.6646327Z adding 'torch/include/ATen/ops/special_i1.h' 2022-12-01T10:11:13.6648684Z adding 'torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.6650530Z adding 'torch/include/ATen/ops/special_i1_cpu_dispatch.h' 2022-12-01T10:11:13.6652575Z adding 'torch/include/ATen/ops/special_i1_cuda_dispatch.h' 2022-12-01T10:11:13.6654560Z adding 'torch/include/ATen/ops/special_i1_meta.h' 2022-12-01T10:11:13.6656657Z adding 'torch/include/ATen/ops/special_i1_meta_dispatch.h' 2022-12-01T10:11:13.6658598Z adding 'torch/include/ATen/ops/special_i1_native.h' 2022-12-01T10:11:13.6660739Z adding 'torch/include/ATen/ops/special_i1_ops.h' 2022-12-01T10:11:13.6662820Z adding 'torch/include/ATen/ops/special_i1e.h' 2022-12-01T10:11:13.6665178Z adding 'torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.6667299Z adding 'torch/include/ATen/ops/special_i1e_cpu_dispatch.h' 2022-12-01T10:11:13.6669398Z adding 'torch/include/ATen/ops/special_i1e_cuda_dispatch.h' 2022-12-01T10:11:13.6671380Z adding 'torch/include/ATen/ops/special_i1e_meta.h' 2022-12-01T10:11:13.6673479Z adding 'torch/include/ATen/ops/special_i1e_meta_dispatch.h' 2022-12-01T10:11:13.6675342Z adding 'torch/include/ATen/ops/special_i1e_native.h' 2022-12-01T10:11:13.6677410Z adding 'torch/include/ATen/ops/special_i1e_ops.h' 2022-12-01T10:11:13.6679763Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l.h' 2022-12-01T10:11:13.6682119Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.6684220Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.6686115Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.6688082Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h' 2022-12-01T10:11:13.6690046Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h' 2022-12-01T10:11:13.6691952Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h' 2022-12-01T10:11:13.6693857Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h' 2022-12-01T10:11:13.6695995Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_native.h' 2022-12-01T10:11:13.6698214Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h' 2022-12-01T10:11:13.6700246Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p.h' 2022-12-01T10:11:13.6702613Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.6704545Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.6706433Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.6708368Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h' 2022-12-01T10:11:13.6710253Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h' 2022-12-01T10:11:13.6712129Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta.h' 2022-12-01T10:11:13.6714198Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h' 2022-12-01T10:11:13.6716194Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_native.h' 2022-12-01T10:11:13.6718401Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_ops.h' 2022-12-01T10:11:13.6720719Z adding 'torch/include/ATen/ops/special_log1p.h' 2022-12-01T10:11:13.6722825Z adding 'torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.6724710Z adding 'torch/include/ATen/ops/special_log1p_native.h' 2022-12-01T10:11:13.6726771Z adding 'torch/include/ATen/ops/special_log1p_ops.h' 2022-12-01T10:11:13.6728677Z adding 'torch/include/ATen/ops/special_log_ndtr.h' 2022-12-01T10:11:13.6730899Z adding 'torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.6732840Z adding 'torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h' 2022-12-01T10:11:13.6734928Z adding 'torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h' 2022-12-01T10:11:13.6736932Z adding 'torch/include/ATen/ops/special_log_ndtr_meta.h' 2022-12-01T10:11:13.6738868Z adding 'torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h' 2022-12-01T10:11:13.6740802Z adding 'torch/include/ATen/ops/special_log_ndtr_native.h' 2022-12-01T10:11:13.6742838Z adding 'torch/include/ATen/ops/special_log_ndtr_ops.h' 2022-12-01T10:11:13.6744866Z adding 'torch/include/ATen/ops/special_log_softmax.h' 2022-12-01T10:11:13.6747009Z adding 'torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.6748915Z adding 'torch/include/ATen/ops/special_log_softmax_native.h' 2022-12-01T10:11:13.6750912Z adding 'torch/include/ATen/ops/special_log_softmax_ops.h' 2022-12-01T10:11:13.6752948Z adding 'torch/include/ATen/ops/special_logit.h' 2022-12-01T10:11:13.6755097Z adding 'torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.6757043Z adding 'torch/include/ATen/ops/special_logit_native.h' 2022-12-01T10:11:13.6759731Z adding 'torch/include/ATen/ops/special_logit_ops.h' 2022-12-01T10:11:13.6762459Z adding 'torch/include/ATen/ops/special_logsumexp.h' 2022-12-01T10:11:13.6764938Z adding 'torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.6767023Z adding 'torch/include/ATen/ops/special_logsumexp_native.h' 2022-12-01T10:11:13.6769214Z adding 'torch/include/ATen/ops/special_logsumexp_ops.h' 2022-12-01T10:11:13.6771292Z adding 'torch/include/ATen/ops/special_modified_bessel_i0.h' 2022-12-01T10:11:13.6773395Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.6775363Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h' 2022-12-01T10:11:13.6777295Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h' 2022-12-01T10:11:13.6779232Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta.h' 2022-12-01T10:11:13.6781280Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h' 2022-12-01T10:11:13.6783314Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_native.h' 2022-12-01T10:11:13.6785303Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_ops.h' 2022-12-01T10:11:13.6787354Z adding 'torch/include/ATen/ops/special_modified_bessel_i1.h' 2022-12-01T10:11:13.6789449Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.6791444Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h' 2022-12-01T10:11:13.6793437Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h' 2022-12-01T10:11:13.6795474Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta.h' 2022-12-01T10:11:13.6797457Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h' 2022-12-01T10:11:13.6799568Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_native.h' 2022-12-01T10:11:13.6801742Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_ops.h' 2022-12-01T10:11:13.6803876Z adding 'torch/include/ATen/ops/special_modified_bessel_k0.h' 2022-12-01T10:11:13.6806024Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.6807945Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h' 2022-12-01T10:11:13.6809959Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h' 2022-12-01T10:11:13.6811888Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta.h' 2022-12-01T10:11:13.6813965Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h' 2022-12-01T10:11:13.6815894Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_native.h' 2022-12-01T10:11:13.6817929Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_ops.h' 2022-12-01T10:11:13.6819983Z adding 'torch/include/ATen/ops/special_modified_bessel_k1.h' 2022-12-01T10:11:13.6822080Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.6824000Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h' 2022-12-01T10:11:13.6825965Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h' 2022-12-01T10:11:13.6827929Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta.h' 2022-12-01T10:11:13.6829989Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h' 2022-12-01T10:11:13.6831948Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_native.h' 2022-12-01T10:11:13.6834052Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_ops.h' 2022-12-01T10:11:13.6836153Z adding 'torch/include/ATen/ops/special_multigammaln.h' 2022-12-01T10:11:13.6838232Z adding 'torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.6840293Z adding 'torch/include/ATen/ops/special_multigammaln_native.h' 2022-12-01T10:11:13.6842593Z adding 'torch/include/ATen/ops/special_multigammaln_ops.h' 2022-12-01T10:11:13.6844657Z adding 'torch/include/ATen/ops/special_ndtr.h' 2022-12-01T10:11:13.6846764Z adding 'torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.6848679Z adding 'torch/include/ATen/ops/special_ndtr_native.h' 2022-12-01T10:11:13.6850726Z adding 'torch/include/ATen/ops/special_ndtr_ops.h' 2022-12-01T10:11:13.6852763Z adding 'torch/include/ATen/ops/special_ndtri.h' 2022-12-01T10:11:13.6854875Z adding 'torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.6856796Z adding 'torch/include/ATen/ops/special_ndtri_cpu_dispatch.h' 2022-12-01T10:11:13.6858839Z adding 'torch/include/ATen/ops/special_ndtri_cuda_dispatch.h' 2022-12-01T10:11:13.6860858Z adding 'torch/include/ATen/ops/special_ndtri_meta.h' 2022-12-01T10:11:13.6862873Z adding 'torch/include/ATen/ops/special_ndtri_meta_dispatch.h' 2022-12-01T10:11:13.6864917Z adding 'torch/include/ATen/ops/special_ndtri_native.h' 2022-12-01T10:11:13.6866991Z adding 'torch/include/ATen/ops/special_ndtri_ops.h' 2022-12-01T10:11:13.6869052Z adding 'torch/include/ATen/ops/special_polygamma.h' 2022-12-01T10:11:13.6871206Z adding 'torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.6873093Z adding 'torch/include/ATen/ops/special_polygamma_native.h' 2022-12-01T10:11:13.6875219Z adding 'torch/include/ATen/ops/special_polygamma_ops.h' 2022-12-01T10:11:13.6877251Z adding 'torch/include/ATen/ops/special_psi.h' 2022-12-01T10:11:13.6879496Z adding 'torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.6881490Z adding 'torch/include/ATen/ops/special_psi_native.h' 2022-12-01T10:11:13.6883662Z adding 'torch/include/ATen/ops/special_psi_ops.h' 2022-12-01T10:11:13.6885574Z adding 'torch/include/ATen/ops/special_round.h' 2022-12-01T10:11:13.6887597Z adding 'torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.6889482Z adding 'torch/include/ATen/ops/special_round_native.h' 2022-12-01T10:11:13.6891524Z adding 'torch/include/ATen/ops/special_round_ops.h' 2022-12-01T10:11:13.6893592Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0.h' 2022-12-01T10:11:13.6895768Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.6897746Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h' 2022-12-01T10:11:13.6899715Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h' 2022-12-01T10:11:13.6901720Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h' 2022-12-01T10:11:13.6903730Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h' 2022-12-01T10:11:13.6905564Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h' 2022-12-01T10:11:13.6907498Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h' 2022-12-01T10:11:13.6909422Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1.h' 2022-12-01T10:11:13.6911414Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.6913378Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h' 2022-12-01T10:11:13.6915371Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h' 2022-12-01T10:11:13.6917058Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h' 2022-12-01T10:11:13.6919053Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h' 2022-12-01T10:11:13.6920805Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h' 2022-12-01T10:11:13.6922867Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h' 2022-12-01T10:11:13.6924944Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h' 2022-12-01T10:11:13.6927088Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.6929294Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.6931208Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.6933220Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h' 2022-12-01T10:11:13.6935295Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h' 2022-12-01T10:11:13.6937202Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h' 2022-12-01T10:11:13.6939253Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h' 2022-12-01T10:11:13.6941361Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h' 2022-12-01T10:11:13.6943696Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h' 2022-12-01T10:11:13.6946002Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h' 2022-12-01T10:11:13.6948150Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.6950316Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.6952286Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.6954238Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h' 2022-12-01T10:11:13.6956182Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h' 2022-12-01T10:11:13.6958080Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h' 2022-12-01T10:11:13.6960251Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h' 2022-12-01T10:11:13.6962233Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h' 2022-12-01T10:11:13.6964341Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h' 2022-12-01T10:11:13.6966425Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h' 2022-12-01T10:11:13.6968312Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.6970279Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.6972170Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.6973869Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h' 2022-12-01T10:11:13.6975622Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h' 2022-12-01T10:11:13.6977414Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h' 2022-12-01T10:11:13.6979206Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h' 2022-12-01T10:11:13.6981032Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h' 2022-12-01T10:11:13.6983151Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h' 2022-12-01T10:11:13.6985235Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h' 2022-12-01T10:11:13.6987266Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.6989257Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.6991059Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.6992873Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h' 2022-12-01T10:11:13.6994721Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h' 2022-12-01T10:11:13.6996510Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h' 2022-12-01T10:11:13.6998314Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h' 2022-12-01T10:11:13.7000457Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h' 2022-12-01T10:11:13.7002661Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h' 2022-12-01T10:11:13.7004713Z adding 'torch/include/ATen/ops/special_sinc.h' 2022-12-01T10:11:13.7006634Z adding 'torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.7008383Z adding 'torch/include/ATen/ops/special_sinc_native.h' 2022-12-01T10:11:13.7010397Z adding 'torch/include/ATen/ops/special_sinc_ops.h' 2022-12-01T10:11:13.7012420Z adding 'torch/include/ATen/ops/special_softmax.h' 2022-12-01T10:11:13.7014527Z adding 'torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.7016521Z adding 'torch/include/ATen/ops/special_softmax_native.h' 2022-12-01T10:11:13.7018634Z adding 'torch/include/ATen/ops/special_softmax_ops.h' 2022-12-01T10:11:13.7020743Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0.h' 2022-12-01T10:11:13.7022961Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.7024977Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h' 2022-12-01T10:11:13.7027049Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h' 2022-12-01T10:11:13.7028937Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta.h' 2022-12-01T10:11:13.7031070Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h' 2022-12-01T10:11:13.7032937Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_native.h' 2022-12-01T10:11:13.7035069Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_ops.h' 2022-12-01T10:11:13.7037815Z adding 'torch/include/ATen/ops/special_xlog1py.h' 2022-12-01T10:11:13.7040319Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.7042488Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.7044540Z adding 'torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h' 2022-12-01T10:11:13.7046546Z adding 'torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h' 2022-12-01T10:11:13.7048499Z adding 'torch/include/ATen/ops/special_xlog1py_meta.h' 2022-12-01T10:11:13.7050611Z adding 'torch/include/ATen/ops/special_xlog1py_meta_dispatch.h' 2022-12-01T10:11:13.7052630Z adding 'torch/include/ATen/ops/special_xlog1py_native.h' 2022-12-01T10:11:13.7054958Z adding 'torch/include/ATen/ops/special_xlog1py_ops.h' 2022-12-01T10:11:13.7057190Z adding 'torch/include/ATen/ops/special_xlogy.h' 2022-12-01T10:11:13.7059444Z adding 'torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.7061377Z adding 'torch/include/ATen/ops/special_xlogy_native.h' 2022-12-01T10:11:13.7063747Z adding 'torch/include/ATen/ops/special_xlogy_ops.h' 2022-12-01T10:11:13.7066021Z adding 'torch/include/ATen/ops/special_zeta.h' 2022-12-01T10:11:13.7068285Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.7070379Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.7072306Z adding 'torch/include/ATen/ops/special_zeta_cpu_dispatch.h' 2022-12-01T10:11:13.7074352Z adding 'torch/include/ATen/ops/special_zeta_cuda_dispatch.h' 2022-12-01T10:11:13.7076331Z adding 'torch/include/ATen/ops/special_zeta_meta.h' 2022-12-01T10:11:13.7078321Z adding 'torch/include/ATen/ops/special_zeta_meta_dispatch.h' 2022-12-01T10:11:13.7080555Z adding 'torch/include/ATen/ops/special_zeta_native.h' 2022-12-01T10:11:13.7082899Z adding 'torch/include/ATen/ops/special_zeta_ops.h' 2022-12-01T10:11:13.7085089Z adding 'torch/include/ATen/ops/split.h' 2022-12-01T10:11:13.7087184Z adding 'torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.7089266Z adding 'torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.7091236Z adding 'torch/include/ATen/ops/split_copy.h' 2022-12-01T10:11:13.7093395Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.7095444Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.7097325Z adding 'torch/include/ATen/ops/split_copy_native.h' 2022-12-01T10:11:13.7099458Z adding 'torch/include/ATen/ops/split_copy_ops.h' 2022-12-01T10:11:13.7101472Z adding 'torch/include/ATen/ops/split_native.h' 2022-12-01T10:11:13.7103571Z adding 'torch/include/ATen/ops/split_ops.h' 2022-12-01T10:11:13.7105699Z adding 'torch/include/ATen/ops/split_with_sizes.h' 2022-12-01T10:11:13.7107782Z adding 'torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.7109835Z adding 'torch/include/ATen/ops/split_with_sizes_copy.h' 2022-12-01T10:11:13.7111912Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.7114065Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.7115922Z adding 'torch/include/ATen/ops/split_with_sizes_copy_native.h' 2022-12-01T10:11:13.7118115Z adding 'torch/include/ATen/ops/split_with_sizes_copy_ops.h' 2022-12-01T10:11:13.7120281Z adding 'torch/include/ATen/ops/split_with_sizes_native.h' 2022-12-01T10:11:13.7122493Z adding 'torch/include/ATen/ops/split_with_sizes_ops.h' 2022-12-01T10:11:13.7124604Z adding 'torch/include/ATen/ops/sqrt.h' 2022-12-01T10:11:13.7126716Z adding 'torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.7128605Z adding 'torch/include/ATen/ops/sqrt_cpu_dispatch.h' 2022-12-01T10:11:13.7130633Z adding 'torch/include/ATen/ops/sqrt_cuda_dispatch.h' 2022-12-01T10:11:13.7132572Z adding 'torch/include/ATen/ops/sqrt_meta.h' 2022-12-01T10:11:13.7134577Z adding 'torch/include/ATen/ops/sqrt_meta_dispatch.h' 2022-12-01T10:11:13.7136541Z adding 'torch/include/ATen/ops/sqrt_native.h' 2022-12-01T10:11:13.7138738Z adding 'torch/include/ATen/ops/sqrt_ops.h' 2022-12-01T10:11:13.7140791Z adding 'torch/include/ATen/ops/square.h' 2022-12-01T10:11:13.7142911Z adding 'torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.7144797Z adding 'torch/include/ATen/ops/square_native.h' 2022-12-01T10:11:13.7146930Z adding 'torch/include/ATen/ops/square_ops.h' 2022-12-01T10:11:13.7149000Z adding 'torch/include/ATen/ops/squeeze.h' 2022-12-01T10:11:13.7151158Z adding 'torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.7153206Z adding 'torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.7155207Z adding 'torch/include/ATen/ops/squeeze_copy.h' 2022-12-01T10:11:13.7157351Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.7159582Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.7161632Z adding 'torch/include/ATen/ops/squeeze_copy_native.h' 2022-12-01T10:11:13.7163909Z adding 'torch/include/ATen/ops/squeeze_copy_ops.h' 2022-12-01T10:11:13.7165929Z adding 'torch/include/ATen/ops/squeeze_native.h' 2022-12-01T10:11:13.7168199Z adding 'torch/include/ATen/ops/squeeze_ops.h' 2022-12-01T10:11:13.7170337Z adding 'torch/include/ATen/ops/sspaddmm.h' 2022-12-01T10:11:13.7172477Z adding 'torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.7174451Z adding 'torch/include/ATen/ops/sspaddmm_cpu_dispatch.h' 2022-12-01T10:11:13.7176484Z adding 'torch/include/ATen/ops/sspaddmm_cuda_dispatch.h' 2022-12-01T10:11:13.7178493Z adding 'torch/include/ATen/ops/sspaddmm_native.h' 2022-12-01T10:11:13.7180686Z adding 'torch/include/ATen/ops/sspaddmm_ops.h' 2022-12-01T10:11:13.7182754Z adding 'torch/include/ATen/ops/stack.h' 2022-12-01T10:11:13.7184971Z adding 'torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.7186948Z adding 'torch/include/ATen/ops/stack_native.h' 2022-12-01T10:11:13.7189070Z adding 'torch/include/ATen/ops/stack_ops.h' 2022-12-01T10:11:13.7191432Z adding 'torch/include/ATen/ops/std.h' 2022-12-01T10:11:13.7193724Z adding 'torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.7195748Z adding 'torch/include/ATen/ops/std_cpu_dispatch.h' 2022-12-01T10:11:13.7197884Z adding 'torch/include/ATen/ops/std_cuda_dispatch.h' 2022-12-01T10:11:13.7200720Z adding 'torch/include/ATen/ops/std_mean.h' 2022-12-01T10:11:13.7202724Z adding 'torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.7204853Z adding 'torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.7206941Z adding 'torch/include/ATen/ops/std_mean_cpu_dispatch.h' 2022-12-01T10:11:13.7208692Z adding 'torch/include/ATen/ops/std_mean_cuda_dispatch.h' 2022-12-01T10:11:13.7210711Z adding 'torch/include/ATen/ops/std_mean_native.h' 2022-12-01T10:11:13.7212884Z adding 'torch/include/ATen/ops/std_mean_ops.h' 2022-12-01T10:11:13.7214779Z adding 'torch/include/ATen/ops/std_native.h' 2022-12-01T10:11:13.7217170Z adding 'torch/include/ATen/ops/std_ops.h' 2022-12-01T10:11:13.7219117Z adding 'torch/include/ATen/ops/stft.h' 2022-12-01T10:11:13.7221024Z adding 'torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.7222736Z adding 'torch/include/ATen/ops/stft_native.h' 2022-12-01T10:11:13.7224673Z adding 'torch/include/ATen/ops/stft_ops.h' 2022-12-01T10:11:13.7226558Z adding 'torch/include/ATen/ops/stride.h' 2022-12-01T10:11:13.7228256Z adding 'torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.7229848Z adding 'torch/include/ATen/ops/stride_native.h' 2022-12-01T10:11:13.7231595Z adding 'torch/include/ATen/ops/stride_ops.h' 2022-12-01T10:11:13.7233409Z adding 'torch/include/ATen/ops/sub.h' 2022-12-01T10:11:13.7235217Z adding 'torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.7237027Z adding 'torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.7238670Z adding 'torch/include/ATen/ops/sub_cpu_dispatch.h' 2022-12-01T10:11:13.7240747Z adding 'torch/include/ATen/ops/sub_cuda_dispatch.h' 2022-12-01T10:11:13.7242624Z adding 'torch/include/ATen/ops/sub_meta.h' 2022-12-01T10:11:13.7244463Z adding 'torch/include/ATen/ops/sub_meta_dispatch.h' 2022-12-01T10:11:13.7246342Z adding 'torch/include/ATen/ops/sub_native.h' 2022-12-01T10:11:13.7248634Z adding 'torch/include/ATen/ops/sub_ops.h' 2022-12-01T10:11:13.7250739Z adding 'torch/include/ATen/ops/subtract.h' 2022-12-01T10:11:13.7252924Z adding 'torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.7254768Z adding 'torch/include/ATen/ops/subtract_native.h' 2022-12-01T10:11:13.7256991Z adding 'torch/include/ATen/ops/subtract_ops.h' 2022-12-01T10:11:13.7259199Z adding 'torch/include/ATen/ops/sum.h' 2022-12-01T10:11:13.7261463Z adding 'torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.7263523Z adding 'torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.7265376Z adding 'torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.7267144Z adding 'torch/include/ATen/ops/sum_cpu_dispatch.h' 2022-12-01T10:11:13.7269207Z adding 'torch/include/ATen/ops/sum_cuda_dispatch.h' 2022-12-01T10:11:13.7271055Z adding 'torch/include/ATen/ops/sum_meta.h' 2022-12-01T10:11:13.7273040Z adding 'torch/include/ATen/ops/sum_meta_dispatch.h' 2022-12-01T10:11:13.7274979Z adding 'torch/include/ATen/ops/sum_native.h' 2022-12-01T10:11:13.7277270Z adding 'torch/include/ATen/ops/sum_ops.h' 2022-12-01T10:11:13.7279376Z adding 'torch/include/ATen/ops/sum_to_size.h' 2022-12-01T10:11:13.7281587Z adding 'torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.7283301Z adding 'torch/include/ATen/ops/sum_to_size_native.h' 2022-12-01T10:11:13.7285410Z adding 'torch/include/ATen/ops/sum_to_size_ops.h' 2022-12-01T10:11:13.7287342Z adding 'torch/include/ATen/ops/svd.h' 2022-12-01T10:11:13.7289521Z adding 'torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.7291235Z adding 'torch/include/ATen/ops/svd_native.h' 2022-12-01T10:11:13.7293350Z adding 'torch/include/ATen/ops/svd_ops.h' 2022-12-01T10:11:13.7295286Z adding 'torch/include/ATen/ops/swapaxes.h' 2022-12-01T10:11:13.7297393Z adding 'torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.7299139Z adding 'torch/include/ATen/ops/swapaxes_native.h' 2022-12-01T10:11:13.7301255Z adding 'torch/include/ATen/ops/swapaxes_ops.h' 2022-12-01T10:11:13.7303126Z adding 'torch/include/ATen/ops/swapdims.h' 2022-12-01T10:11:13.7305222Z adding 'torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.7306919Z adding 'torch/include/ATen/ops/swapdims_native.h' 2022-12-01T10:11:13.7308956Z adding 'torch/include/ATen/ops/swapdims_ops.h' 2022-12-01T10:11:13.7310998Z adding 'torch/include/ATen/ops/symeig.h' 2022-12-01T10:11:13.7313172Z adding 'torch/include/ATen/ops/symeig_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.7314931Z adding 'torch/include/ATen/ops/symeig_native.h' 2022-12-01T10:11:13.7317082Z adding 'torch/include/ATen/ops/symeig_ops.h' 2022-12-01T10:11:13.7318917Z adding 'torch/include/ATen/ops/t.h' 2022-12-01T10:11:13.7321349Z adding 'torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.7323155Z adding 'torch/include/ATen/ops/t_copy.h' 2022-12-01T10:11:13.7325265Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.7327145Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.7328806Z adding 'torch/include/ATen/ops/t_copy_native.h' 2022-12-01T10:11:13.7330859Z adding 'torch/include/ATen/ops/t_copy_ops.h' 2022-12-01T10:11:13.7332670Z adding 'torch/include/ATen/ops/t_native.h' 2022-12-01T10:11:13.7334817Z adding 'torch/include/ATen/ops/t_ops.h' 2022-12-01T10:11:13.7336746Z adding 'torch/include/ATen/ops/take.h' 2022-12-01T10:11:13.7338764Z adding 'torch/include/ATen/ops/take_along_dim.h' 2022-12-01T10:11:13.7340879Z adding 'torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.7342698Z adding 'torch/include/ATen/ops/take_along_dim_native.h' 2022-12-01T10:11:13.7344684Z adding 'torch/include/ATen/ops/take_along_dim_ops.h' 2022-12-01T10:11:13.7346813Z adding 'torch/include/ATen/ops/take_cpu_dispatch.h' 2022-12-01T10:11:13.7348709Z adding 'torch/include/ATen/ops/take_cuda_dispatch.h' 2022-12-01T10:11:13.7350660Z adding 'torch/include/ATen/ops/take_native.h' 2022-12-01T10:11:13.7352633Z adding 'torch/include/ATen/ops/take_ops.h' 2022-12-01T10:11:13.7354608Z adding 'torch/include/ATen/ops/tan.h' 2022-12-01T10:11:13.7356757Z adding 'torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.7358556Z adding 'torch/include/ATen/ops/tan_cpu_dispatch.h' 2022-12-01T10:11:13.7360719Z adding 'torch/include/ATen/ops/tan_cuda_dispatch.h' 2022-12-01T10:11:13.7362620Z adding 'torch/include/ATen/ops/tan_meta.h' 2022-12-01T10:11:13.7364765Z adding 'torch/include/ATen/ops/tan_meta_dispatch.h' 2022-12-01T10:11:13.7366499Z adding 'torch/include/ATen/ops/tan_native.h' 2022-12-01T10:11:13.7368329Z adding 'torch/include/ATen/ops/tan_ops.h' 2022-12-01T10:11:13.7370237Z adding 'torch/include/ATen/ops/tanh.h' 2022-12-01T10:11:13.7372097Z adding 'torch/include/ATen/ops/tanh_backward.h' 2022-12-01T10:11:13.7374204Z adding 'torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.7375913Z adding 'torch/include/ATen/ops/tanh_backward_cpu_dispatch.h' 2022-12-01T10:11:13.7377815Z adding 'torch/include/ATen/ops/tanh_backward_cuda_dispatch.h' 2022-12-01T10:11:13.7379543Z adding 'torch/include/ATen/ops/tanh_backward_meta.h' 2022-12-01T10:11:13.7381426Z adding 'torch/include/ATen/ops/tanh_backward_meta_dispatch.h' 2022-12-01T10:11:13.7383178Z adding 'torch/include/ATen/ops/tanh_backward_native.h' 2022-12-01T10:11:13.7385208Z adding 'torch/include/ATen/ops/tanh_backward_ops.h' 2022-12-01T10:11:13.7387177Z adding 'torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.7388923Z adding 'torch/include/ATen/ops/tanh_cpu_dispatch.h' 2022-12-01T10:11:13.7390711Z adding 'torch/include/ATen/ops/tanh_cuda_dispatch.h' 2022-12-01T10:11:13.7392492Z adding 'torch/include/ATen/ops/tanh_meta.h' 2022-12-01T10:11:13.7394307Z adding 'torch/include/ATen/ops/tanh_meta_dispatch.h' 2022-12-01T10:11:13.7396221Z adding 'torch/include/ATen/ops/tanh_native.h' 2022-12-01T10:11:13.7398171Z adding 'torch/include/ATen/ops/tanh_ops.h' 2022-12-01T10:11:13.7400319Z adding 'torch/include/ATen/ops/tensor.h' 2022-12-01T10:11:13.7402345Z adding 'torch/include/ATen/ops/tensor_split.h' 2022-12-01T10:11:13.7404525Z adding 'torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.7406534Z adding 'torch/include/ATen/ops/tensor_split_native.h' 2022-12-01T10:11:13.7408641Z adding 'torch/include/ATen/ops/tensor_split_ops.h' 2022-12-01T10:11:13.7410882Z adding 'torch/include/ATen/ops/tensordot.h' 2022-12-01T10:11:13.7412790Z adding 'torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.7414605Z adding 'torch/include/ATen/ops/tensordot_cpu_dispatch.h' 2022-12-01T10:11:13.7416504Z adding 'torch/include/ATen/ops/tensordot_cuda_dispatch.h' 2022-12-01T10:11:13.7418316Z adding 'torch/include/ATen/ops/tensordot_native.h' 2022-12-01T10:11:13.7420428Z adding 'torch/include/ATen/ops/tensordot_ops.h' 2022-12-01T10:11:13.7422149Z adding 'torch/include/ATen/ops/thnn_conv2d.h' 2022-12-01T10:11:13.7424267Z adding 'torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.7425916Z adding 'torch/include/ATen/ops/thnn_conv2d_native.h' 2022-12-01T10:11:13.7427931Z adding 'torch/include/ATen/ops/thnn_conv2d_ops.h' 2022-12-01T10:11:13.7429895Z adding 'torch/include/ATen/ops/threshold.h' 2022-12-01T10:11:13.7431885Z adding 'torch/include/ATen/ops/threshold_backward.h' 2022-12-01T10:11:13.7433855Z adding 'torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.7435645Z adding 'torch/include/ATen/ops/threshold_backward_cpu_dispatch.h' 2022-12-01T10:11:13.7437571Z adding 'torch/include/ATen/ops/threshold_backward_cuda_dispatch.h' 2022-12-01T10:11:13.7439594Z adding 'torch/include/ATen/ops/threshold_backward_meta.h' 2022-12-01T10:11:13.7441531Z adding 'torch/include/ATen/ops/threshold_backward_meta_dispatch.h' 2022-12-01T10:11:13.7443377Z adding 'torch/include/ATen/ops/threshold_backward_native.h' 2022-12-01T10:11:13.7445330Z adding 'torch/include/ATen/ops/threshold_backward_ops.h' 2022-12-01T10:11:13.7447620Z adding 'torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.7449337Z adding 'torch/include/ATen/ops/threshold_cpu_dispatch.h' 2022-12-01T10:11:13.7451731Z adding 'torch/include/ATen/ops/threshold_cuda_dispatch.h' 2022-12-01T10:11:13.7453657Z adding 'torch/include/ATen/ops/threshold_meta.h' 2022-12-01T10:11:13.7455541Z adding 'torch/include/ATen/ops/threshold_meta_dispatch.h' 2022-12-01T10:11:13.7457321Z adding 'torch/include/ATen/ops/threshold_native.h' 2022-12-01T10:11:13.7459298Z adding 'torch/include/ATen/ops/threshold_ops.h' 2022-12-01T10:11:13.7461358Z adding 'torch/include/ATen/ops/tile.h' 2022-12-01T10:11:13.7463207Z adding 'torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.7464811Z adding 'torch/include/ATen/ops/tile_native.h' 2022-12-01T10:11:13.7466805Z adding 'torch/include/ATen/ops/tile_ops.h' 2022-12-01T10:11:13.7468482Z adding 'torch/include/ATen/ops/to.h' 2022-12-01T10:11:13.7470588Z adding 'torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.7472303Z adding 'torch/include/ATen/ops/to_dense.h' 2022-12-01T10:11:13.7474162Z adding 'torch/include/ATen/ops/to_dense_backward.h' 2022-12-01T10:11:13.7476056Z adding 'torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.7477773Z adding 'torch/include/ATen/ops/to_dense_backward_native.h' 2022-12-01T10:11:13.7479821Z adding 'torch/include/ATen/ops/to_dense_backward_ops.h' 2022-12-01T10:11:13.7481831Z adding 'torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.7483813Z adding 'torch/include/ATen/ops/to_dense_native.h' 2022-12-01T10:11:13.7485664Z adding 'torch/include/ATen/ops/to_dense_ops.h' 2022-12-01T10:11:13.7487391Z adding 'torch/include/ATen/ops/to_mkldnn.h' 2022-12-01T10:11:13.7489287Z adding 'torch/include/ATen/ops/to_mkldnn_backward.h' 2022-12-01T10:11:13.7491206Z adding 'torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.7492901Z adding 'torch/include/ATen/ops/to_mkldnn_backward_native.h' 2022-12-01T10:11:13.7494779Z adding 'torch/include/ATen/ops/to_mkldnn_backward_ops.h' 2022-12-01T10:11:13.7496843Z adding 'torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.7499162Z adding 'torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h' 2022-12-01T10:11:13.7501126Z adding 'torch/include/ATen/ops/to_mkldnn_native.h' 2022-12-01T10:11:13.7503094Z adding 'torch/include/ATen/ops/to_mkldnn_ops.h' 2022-12-01T10:11:13.7504963Z adding 'torch/include/ATen/ops/to_native.h' 2022-12-01T10:11:13.7507077Z adding 'torch/include/ATen/ops/to_ops.h' 2022-12-01T10:11:13.7509203Z adding 'torch/include/ATen/ops/to_padded_tensor.h' 2022-12-01T10:11:13.7511165Z adding 'torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.7512934Z adding 'torch/include/ATen/ops/to_padded_tensor_native.h' 2022-12-01T10:11:13.7514916Z adding 'torch/include/ATen/ops/to_padded_tensor_ops.h' 2022-12-01T10:11:13.7516844Z adding 'torch/include/ATen/ops/to_sparse.h' 2022-12-01T10:11:13.7518640Z adding 'torch/include/ATen/ops/to_sparse_bsc.h' 2022-12-01T10:11:13.7521020Z adding 'torch/include/ATen/ops/to_sparse_bsc_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.7522814Z adding 'torch/include/ATen/ops/to_sparse_bsc_cpu_dispatch.h' 2022-12-01T10:11:13.7524631Z adding 'torch/include/ATen/ops/to_sparse_bsc_cuda_dispatch.h' 2022-12-01T10:11:13.7526515Z adding 'torch/include/ATen/ops/to_sparse_bsc_native.h' 2022-12-01T10:11:13.7528411Z adding 'torch/include/ATen/ops/to_sparse_bsc_ops.h' 2022-12-01T10:11:13.7530403Z adding 'torch/include/ATen/ops/to_sparse_bsr.h' 2022-12-01T10:11:13.7532374Z adding 'torch/include/ATen/ops/to_sparse_bsr_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.7534140Z adding 'torch/include/ATen/ops/to_sparse_bsr_cpu_dispatch.h' 2022-12-01T10:11:13.7535987Z adding 'torch/include/ATen/ops/to_sparse_bsr_cuda_dispatch.h' 2022-12-01T10:11:13.7537740Z adding 'torch/include/ATen/ops/to_sparse_bsr_native.h' 2022-12-01T10:11:13.7539718Z adding 'torch/include/ATen/ops/to_sparse_bsr_ops.h' 2022-12-01T10:11:13.7541649Z adding 'torch/include/ATen/ops/to_sparse_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.7543459Z adding 'torch/include/ATen/ops/to_sparse_cpu_dispatch.h' 2022-12-01T10:11:13.7545218Z adding 'torch/include/ATen/ops/to_sparse_csc.h' 2022-12-01T10:11:13.7547155Z adding 'torch/include/ATen/ops/to_sparse_csc_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.7548900Z adding 'torch/include/ATen/ops/to_sparse_csc_cpu_dispatch.h' 2022-12-01T10:11:13.7550711Z adding 'torch/include/ATen/ops/to_sparse_csc_cuda_dispatch.h' 2022-12-01T10:11:13.7552440Z adding 'torch/include/ATen/ops/to_sparse_csc_native.h' 2022-12-01T10:11:13.7554403Z adding 'torch/include/ATen/ops/to_sparse_csc_ops.h' 2022-12-01T10:11:13.7556306Z adding 'torch/include/ATen/ops/to_sparse_csr.h' 2022-12-01T10:11:13.7558282Z adding 'torch/include/ATen/ops/to_sparse_csr_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.7560297Z adding 'torch/include/ATen/ops/to_sparse_csr_cpu_dispatch.h' 2022-12-01T10:11:13.7562203Z adding 'torch/include/ATen/ops/to_sparse_csr_cuda_dispatch.h' 2022-12-01T10:11:13.7563951Z adding 'torch/include/ATen/ops/to_sparse_csr_native.h' 2022-12-01T10:11:13.7565882Z adding 'torch/include/ATen/ops/to_sparse_csr_ops.h' 2022-12-01T10:11:13.7567725Z adding 'torch/include/ATen/ops/to_sparse_cuda_dispatch.h' 2022-12-01T10:11:13.7569538Z adding 'torch/include/ATen/ops/to_sparse_native.h' 2022-12-01T10:11:13.7571540Z adding 'torch/include/ATen/ops/to_sparse_ops.h' 2022-12-01T10:11:13.7573556Z adding 'torch/include/ATen/ops/topk.h' 2022-12-01T10:11:13.7575540Z adding 'torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.7577356Z adding 'torch/include/ATen/ops/topk_cpu_dispatch.h' 2022-12-01T10:11:13.7579191Z adding 'torch/include/ATen/ops/topk_cuda_dispatch.h' 2022-12-01T10:11:13.7581001Z adding 'torch/include/ATen/ops/topk_meta.h' 2022-12-01T10:11:13.7582866Z adding 'torch/include/ATen/ops/topk_meta_dispatch.h' 2022-12-01T10:11:13.7584752Z adding 'torch/include/ATen/ops/topk_native.h' 2022-12-01T10:11:13.7586731Z adding 'torch/include/ATen/ops/topk_ops.h' 2022-12-01T10:11:13.7588699Z adding 'torch/include/ATen/ops/trace.h' 2022-12-01T10:11:13.7590506Z adding 'torch/include/ATen/ops/trace_backward.h' 2022-12-01T10:11:13.7592490Z adding 'torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.7594205Z adding 'torch/include/ATen/ops/trace_backward_native.h' 2022-12-01T10:11:13.7596062Z adding 'torch/include/ATen/ops/trace_backward_ops.h' 2022-12-01T10:11:13.7598029Z adding 'torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.7600023Z adding 'torch/include/ATen/ops/trace_cpu_dispatch.h' 2022-12-01T10:11:13.7602434Z adding 'torch/include/ATen/ops/trace_cuda_dispatch.h' 2022-12-01T10:11:13.7604184Z adding 'torch/include/ATen/ops/trace_native.h' 2022-12-01T10:11:13.7606123Z adding 'torch/include/ATen/ops/trace_ops.h' 2022-12-01T10:11:13.7607876Z adding 'torch/include/ATen/ops/transpose.h' 2022-12-01T10:11:13.7610071Z adding 'torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.7611987Z adding 'torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.7613697Z adding 'torch/include/ATen/ops/transpose_copy.h' 2022-12-01T10:11:13.7615683Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.7617612Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.7619342Z adding 'torch/include/ATen/ops/transpose_copy_native.h' 2022-12-01T10:11:13.7621350Z adding 'torch/include/ATen/ops/transpose_copy_ops.h' 2022-12-01T10:11:13.7623171Z adding 'torch/include/ATen/ops/transpose_native.h' 2022-12-01T10:11:13.7625193Z adding 'torch/include/ATen/ops/transpose_ops.h' 2022-12-01T10:11:13.7627079Z adding 'torch/include/ATen/ops/trapezoid.h' 2022-12-01T10:11:13.7629131Z adding 'torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.7630886Z adding 'torch/include/ATen/ops/trapezoid_native.h' 2022-12-01T10:11:13.7632923Z adding 'torch/include/ATen/ops/trapezoid_ops.h' 2022-12-01T10:11:13.7634812Z adding 'torch/include/ATen/ops/trapz.h' 2022-12-01T10:11:13.7636804Z adding 'torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.7638539Z adding 'torch/include/ATen/ops/trapz_native.h' 2022-12-01T10:11:13.7640705Z adding 'torch/include/ATen/ops/trapz_ops.h' 2022-12-01T10:11:13.7642757Z adding 'torch/include/ATen/ops/triangular_solve.h' 2022-12-01T10:11:13.7644823Z adding 'torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.7646645Z adding 'torch/include/ATen/ops/triangular_solve_cpu_dispatch.h' 2022-12-01T10:11:13.7648672Z adding 'torch/include/ATen/ops/triangular_solve_cuda_dispatch.h' 2022-12-01T10:11:13.7650557Z adding 'torch/include/ATen/ops/triangular_solve_meta.h' 2022-12-01T10:11:13.7652545Z adding 'torch/include/ATen/ops/triangular_solve_meta_dispatch.h' 2022-12-01T10:11:13.7654453Z adding 'torch/include/ATen/ops/triangular_solve_native.h' 2022-12-01T10:11:13.7656542Z adding 'torch/include/ATen/ops/triangular_solve_ops.h' 2022-12-01T10:11:13.7658586Z adding 'torch/include/ATen/ops/tril.h' 2022-12-01T10:11:13.7660638Z adding 'torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.7662360Z adding 'torch/include/ATen/ops/tril_cpu_dispatch.h' 2022-12-01T10:11:13.7664197Z adding 'torch/include/ATen/ops/tril_cuda_dispatch.h' 2022-12-01T10:11:13.7666412Z adding 'torch/include/ATen/ops/tril_indices.h' 2022-12-01T10:11:13.7668455Z adding 'torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.7670408Z adding 'torch/include/ATen/ops/tril_indices_cpu_dispatch.h' 2022-12-01T10:11:13.7672264Z adding 'torch/include/ATen/ops/tril_indices_cuda_dispatch.h' 2022-12-01T10:11:13.7674145Z adding 'torch/include/ATen/ops/tril_indices_native.h' 2022-12-01T10:11:13.7676204Z adding 'torch/include/ATen/ops/tril_indices_ops.h' 2022-12-01T10:11:13.7678213Z adding 'torch/include/ATen/ops/tril_meta.h' 2022-12-01T10:11:13.7680304Z adding 'torch/include/ATen/ops/tril_meta_dispatch.h' 2022-12-01T10:11:13.7682560Z adding 'torch/include/ATen/ops/tril_native.h' 2022-12-01T10:11:13.7684557Z adding 'torch/include/ATen/ops/tril_ops.h' 2022-12-01T10:11:13.7686908Z adding 'torch/include/ATen/ops/triplet_margin_loss.h' 2022-12-01T10:11:13.7689168Z adding 'torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.7691101Z adding 'torch/include/ATen/ops/triplet_margin_loss_native.h' 2022-12-01T10:11:13.7693142Z adding 'torch/include/ATen/ops/triplet_margin_loss_ops.h' 2022-12-01T10:11:13.7695118Z adding 'torch/include/ATen/ops/triu.h' 2022-12-01T10:11:13.7697125Z adding 'torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.7698881Z adding 'torch/include/ATen/ops/triu_cpu_dispatch.h' 2022-12-01T10:11:13.7700714Z adding 'torch/include/ATen/ops/triu_cuda_dispatch.h' 2022-12-01T10:11:13.7702778Z adding 'torch/include/ATen/ops/triu_indices.h' 2022-12-01T10:11:13.7704769Z adding 'torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.7706636Z adding 'torch/include/ATen/ops/triu_indices_cpu_dispatch.h' 2022-12-01T10:11:13.7708534Z adding 'torch/include/ATen/ops/triu_indices_cuda_dispatch.h' 2022-12-01T10:11:13.7710479Z adding 'torch/include/ATen/ops/triu_indices_native.h' 2022-12-01T10:11:13.7712453Z adding 'torch/include/ATen/ops/triu_indices_ops.h' 2022-12-01T10:11:13.7714373Z adding 'torch/include/ATen/ops/triu_meta.h' 2022-12-01T10:11:13.7716269Z adding 'torch/include/ATen/ops/triu_meta_dispatch.h' 2022-12-01T10:11:13.7718025Z adding 'torch/include/ATen/ops/triu_native.h' 2022-12-01T10:11:13.7720136Z adding 'torch/include/ATen/ops/triu_ops.h' 2022-12-01T10:11:13.7722124Z adding 'torch/include/ATen/ops/true_divide.h' 2022-12-01T10:11:13.7724101Z adding 'torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.7725894Z adding 'torch/include/ATen/ops/true_divide_native.h' 2022-12-01T10:11:13.7727938Z adding 'torch/include/ATen/ops/true_divide_ops.h' 2022-12-01T10:11:13.7729942Z adding 'torch/include/ATen/ops/trunc.h' 2022-12-01T10:11:13.7731899Z adding 'torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.7733669Z adding 'torch/include/ATen/ops/trunc_cpu_dispatch.h' 2022-12-01T10:11:13.7735483Z adding 'torch/include/ATen/ops/trunc_cuda_dispatch.h' 2022-12-01T10:11:13.7737251Z adding 'torch/include/ATen/ops/trunc_meta.h' 2022-12-01T10:11:13.7739045Z adding 'torch/include/ATen/ops/trunc_meta_dispatch.h' 2022-12-01T10:11:13.7740945Z adding 'torch/include/ATen/ops/trunc_native.h' 2022-12-01T10:11:13.7743051Z adding 'torch/include/ATen/ops/trunc_ops.h' 2022-12-01T10:11:13.7744860Z adding 'torch/include/ATen/ops/type_as.h' 2022-12-01T10:11:13.7746735Z adding 'torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.7748444Z adding 'torch/include/ATen/ops/type_as_native.h' 2022-12-01T10:11:13.7750241Z adding 'torch/include/ATen/ops/type_as_ops.h' 2022-12-01T10:11:13.7752135Z adding 'torch/include/ATen/ops/unbind.h' 2022-12-01T10:11:13.7754036Z adding 'torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.7755959Z adding 'torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.7757747Z adding 'torch/include/ATen/ops/unbind_compositeimplicitautogradnestedtensor_dispatch.h' 2022-12-01T10:11:13.7759739Z adding 'torch/include/ATen/ops/unbind_copy.h' 2022-12-01T10:11:13.7761871Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.7763898Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.7765516Z adding 'torch/include/ATen/ops/unbind_copy_native.h' 2022-12-01T10:11:13.7767565Z adding 'torch/include/ATen/ops/unbind_copy_ops.h' 2022-12-01T10:11:13.7769432Z adding 'torch/include/ATen/ops/unbind_native.h' 2022-12-01T10:11:13.7771397Z adding 'torch/include/ATen/ops/unbind_ops.h' 2022-12-01T10:11:13.7773322Z adding 'torch/include/ATen/ops/unflatten.h' 2022-12-01T10:11:13.7775341Z adding 'torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.7777169Z adding 'torch/include/ATen/ops/unflatten_dense_tensors.h' 2022-12-01T10:11:13.7779132Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.7780893Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_native.h' 2022-12-01T10:11:13.7782719Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_ops.h' 2022-12-01T10:11:13.7784448Z adding 'torch/include/ATen/ops/unflatten_native.h' 2022-12-01T10:11:13.7786416Z adding 'torch/include/ATen/ops/unflatten_ops.h' 2022-12-01T10:11:13.7788162Z adding 'torch/include/ATen/ops/unfold.h' 2022-12-01T10:11:13.7790084Z adding 'torch/include/ATen/ops/unfold_backward.h' 2022-12-01T10:11:13.7792017Z adding 'torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.7793885Z adding 'torch/include/ATen/ops/unfold_backward_cpu_dispatch.h' 2022-12-01T10:11:13.7795665Z adding 'torch/include/ATen/ops/unfold_backward_cuda_dispatch.h' 2022-12-01T10:11:13.7797474Z adding 'torch/include/ATen/ops/unfold_backward_native.h' 2022-12-01T10:11:13.7799501Z adding 'torch/include/ATen/ops/unfold_backward_ops.h' 2022-12-01T10:11:13.7801499Z adding 'torch/include/ATen/ops/unfold_copy.h' 2022-12-01T10:11:13.7803536Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.7805457Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.7807133Z adding 'torch/include/ATen/ops/unfold_copy_native.h' 2022-12-01T10:11:13.7809161Z adding 'torch/include/ATen/ops/unfold_copy_ops.h' 2022-12-01T10:11:13.7810971Z adding 'torch/include/ATen/ops/unfold_cpu_dispatch.h' 2022-12-01T10:11:13.7812838Z adding 'torch/include/ATen/ops/unfold_cuda_dispatch.h' 2022-12-01T10:11:13.7814625Z adding 'torch/include/ATen/ops/unfold_meta_dispatch.h' 2022-12-01T10:11:13.7816377Z adding 'torch/include/ATen/ops/unfold_native.h' 2022-12-01T10:11:13.7818249Z adding 'torch/include/ATen/ops/unfold_ops.h' 2022-12-01T10:11:13.7820163Z adding 'torch/include/ATen/ops/uniform.h' 2022-12-01T10:11:13.7822085Z adding 'torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.7823927Z adding 'torch/include/ATen/ops/uniform_cpu_dispatch.h' 2022-12-01T10:11:13.7825650Z adding 'torch/include/ATen/ops/uniform_cuda_dispatch.h' 2022-12-01T10:11:13.7827504Z adding 'torch/include/ATen/ops/uniform_meta_dispatch.h' 2022-12-01T10:11:13.7829241Z adding 'torch/include/ATen/ops/uniform_native.h' 2022-12-01T10:11:13.7831254Z adding 'torch/include/ATen/ops/uniform_ops.h' 2022-12-01T10:11:13.7833359Z adding 'torch/include/ATen/ops/unique_consecutive.h' 2022-12-01T10:11:13.7835424Z adding 'torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.7837208Z adding 'torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h' 2022-12-01T10:11:13.7839057Z adding 'torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h' 2022-12-01T10:11:13.7841079Z adding 'torch/include/ATen/ops/unique_consecutive_native.h' 2022-12-01T10:11:13.7843171Z adding 'torch/include/ATen/ops/unique_consecutive_ops.h' 2022-12-01T10:11:13.7845314Z adding 'torch/include/ATen/ops/unique_dim.h' 2022-12-01T10:11:13.7847307Z adding 'torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.7849150Z adding 'torch/include/ATen/ops/unique_dim_consecutive.h' 2022-12-01T10:11:13.7851180Z adding 'torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.7852974Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h' 2022-12-01T10:11:13.7854864Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h' 2022-12-01T10:11:13.7856595Z adding 'torch/include/ATen/ops/unique_dim_consecutive_native.h' 2022-12-01T10:11:13.7858664Z adding 'torch/include/ATen/ops/unique_dim_consecutive_ops.h' 2022-12-01T10:11:13.7860568Z adding 'torch/include/ATen/ops/unique_dim_cpu_dispatch.h' 2022-12-01T10:11:13.7862450Z adding 'torch/include/ATen/ops/unique_dim_cuda_dispatch.h' 2022-12-01T10:11:13.7864237Z adding 'torch/include/ATen/ops/unique_dim_native.h' 2022-12-01T10:11:13.7866297Z adding 'torch/include/ATen/ops/unique_dim_ops.h' 2022-12-01T10:11:13.7868188Z adding 'torch/include/ATen/ops/unsafe_chunk.h' 2022-12-01T10:11:13.7870106Z adding 'torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.7871784Z adding 'torch/include/ATen/ops/unsafe_chunk_native.h' 2022-12-01T10:11:13.7873674Z adding 'torch/include/ATen/ops/unsafe_chunk_ops.h' 2022-12-01T10:11:13.7875572Z adding 'torch/include/ATen/ops/unsafe_split.h' 2022-12-01T10:11:13.7877567Z adding 'torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.7879356Z adding 'torch/include/ATen/ops/unsafe_split_native.h' 2022-12-01T10:11:13.7881550Z adding 'torch/include/ATen/ops/unsafe_split_ops.h' 2022-12-01T10:11:13.7883521Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes.h' 2022-12-01T10:11:13.7885514Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.7887279Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_native.h' 2022-12-01T10:11:13.7889328Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_ops.h' 2022-12-01T10:11:13.7891095Z adding 'torch/include/ATen/ops/unsqueeze.h' 2022-12-01T10:11:13.7893038Z adding 'torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.7894821Z adding 'torch/include/ATen/ops/unsqueeze_copy.h' 2022-12-01T10:11:13.7896779Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.7898604Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.7900284Z adding 'torch/include/ATen/ops/unsqueeze_copy_native.h' 2022-12-01T10:11:13.7902193Z adding 'torch/include/ATen/ops/unsqueeze_copy_ops.h' 2022-12-01T10:11:13.7903964Z adding 'torch/include/ATen/ops/unsqueeze_native.h' 2022-12-01T10:11:13.7905895Z adding 'torch/include/ATen/ops/unsqueeze_ops.h' 2022-12-01T10:11:13.7908163Z adding 'torch/include/ATen/ops/upsample_bicubic2d.h' 2022-12-01T10:11:13.7910771Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward.h' 2022-12-01T10:11:13.7912901Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.7914819Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.7916710Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h' 2022-12-01T10:11:13.7919107Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h' 2022-12-01T10:11:13.7921300Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h' 2022-12-01T10:11:13.7923385Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h' 2022-12-01T10:11:13.7925698Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_native.h' 2022-12-01T10:11:13.7927855Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h' 2022-12-01T10:11:13.7930034Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.7931927Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.7933658Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h' 2022-12-01T10:11:13.7935957Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h' 2022-12-01T10:11:13.7937641Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta.h' 2022-12-01T10:11:13.7939547Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h' 2022-12-01T10:11:13.7941413Z adding 'torch/include/ATen/ops/upsample_bicubic2d_native.h' 2022-12-01T10:11:13.7944163Z adding 'torch/include/ATen/ops/upsample_bicubic2d_ops.h' 2022-12-01T10:11:13.7946604Z adding 'torch/include/ATen/ops/upsample_bilinear2d.h' 2022-12-01T10:11:13.7949119Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward.h' 2022-12-01T10:11:13.7951344Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.7953414Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.7955264Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h' 2022-12-01T10:11:13.7957308Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h' 2022-12-01T10:11:13.7959159Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h' 2022-12-01T10:11:13.7961381Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h' 2022-12-01T10:11:13.7963395Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_native.h' 2022-12-01T10:11:13.7965662Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h' 2022-12-01T10:11:13.7967704Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.7969697Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.7971541Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h' 2022-12-01T10:11:13.7973525Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h' 2022-12-01T10:11:13.7975322Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta.h' 2022-12-01T10:11:13.7977325Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h' 2022-12-01T10:11:13.7979203Z adding 'torch/include/ATen/ops/upsample_bilinear2d_native.h' 2022-12-01T10:11:13.7981354Z adding 'torch/include/ATen/ops/upsample_bilinear2d_ops.h' 2022-12-01T10:11:13.7983615Z adding 'torch/include/ATen/ops/upsample_linear1d.h' 2022-12-01T10:11:13.7986098Z adding 'torch/include/ATen/ops/upsample_linear1d_backward.h' 2022-12-01T10:11:13.7988298Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.7990290Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.7992198Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h' 2022-12-01T10:11:13.7994457Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h' 2022-12-01T10:11:13.7996566Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta.h' 2022-12-01T10:11:13.7998642Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h' 2022-12-01T10:11:13.8000880Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_native.h' 2022-12-01T10:11:13.8003090Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_ops.h' 2022-12-01T10:11:13.8005245Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.8007347Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.8009209Z adding 'torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h' 2022-12-01T10:11:13.8011162Z adding 'torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h' 2022-12-01T10:11:13.8012958Z adding 'torch/include/ATen/ops/upsample_linear1d_meta.h' 2022-12-01T10:11:13.8014887Z adding 'torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h' 2022-12-01T10:11:13.8016754Z adding 'torch/include/ATen/ops/upsample_linear1d_native.h' 2022-12-01T10:11:13.8018931Z adding 'torch/include/ATen/ops/upsample_linear1d_ops.h' 2022-12-01T10:11:13.8021152Z adding 'torch/include/ATen/ops/upsample_nearest1d.h' 2022-12-01T10:11:13.8023592Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward.h' 2022-12-01T10:11:13.8025833Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.8027837Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.8029695Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h' 2022-12-01T10:11:13.8031670Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h' 2022-12-01T10:11:13.8033470Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta.h' 2022-12-01T10:11:13.8035505Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h' 2022-12-01T10:11:13.8037356Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_native.h' 2022-12-01T10:11:13.8039628Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_ops.h' 2022-12-01T10:11:13.8041952Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.8043929Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.8045741Z adding 'torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h' 2022-12-01T10:11:13.8047720Z adding 'torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h' 2022-12-01T10:11:13.8049525Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta.h' 2022-12-01T10:11:13.8051448Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h' 2022-12-01T10:11:13.8053319Z adding 'torch/include/ATen/ops/upsample_nearest1d_native.h' 2022-12-01T10:11:13.8055467Z adding 'torch/include/ATen/ops/upsample_nearest1d_ops.h' 2022-12-01T10:11:13.8057745Z adding 'torch/include/ATen/ops/upsample_nearest2d.h' 2022-12-01T10:11:13.8060148Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward.h' 2022-12-01T10:11:13.8062427Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.8064397Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.8066280Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h' 2022-12-01T10:11:13.8068276Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h' 2022-12-01T10:11:13.8070122Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta.h' 2022-12-01T10:11:13.8072082Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h' 2022-12-01T10:11:13.8074046Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_native.h' 2022-12-01T10:11:13.8076241Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_ops.h' 2022-12-01T10:11:13.8078319Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.8080677Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.8082609Z adding 'torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h' 2022-12-01T10:11:13.8084457Z adding 'torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h' 2022-12-01T10:11:13.8086282Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta.h' 2022-12-01T10:11:13.8088696Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h' 2022-12-01T10:11:13.8090362Z adding 'torch/include/ATen/ops/upsample_nearest2d_native.h' 2022-12-01T10:11:13.8092456Z adding 'torch/include/ATen/ops/upsample_nearest2d_ops.h' 2022-12-01T10:11:13.8094734Z adding 'torch/include/ATen/ops/upsample_nearest3d.h' 2022-12-01T10:11:13.8097221Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward.h' 2022-12-01T10:11:13.8099399Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.8101443Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.8103338Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h' 2022-12-01T10:11:13.8105421Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h' 2022-12-01T10:11:13.8107249Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta.h' 2022-12-01T10:11:13.8109256Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h' 2022-12-01T10:11:13.8111167Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_native.h' 2022-12-01T10:11:13.8113441Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_ops.h' 2022-12-01T10:11:13.8115455Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.8117519Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.8119446Z adding 'torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h' 2022-12-01T10:11:13.8121585Z adding 'torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h' 2022-12-01T10:11:13.8123414Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta.h' 2022-12-01T10:11:13.8125439Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h' 2022-12-01T10:11:13.8127393Z adding 'torch/include/ATen/ops/upsample_nearest3d_native.h' 2022-12-01T10:11:13.8129567Z adding 'torch/include/ATen/ops/upsample_nearest3d_ops.h' 2022-12-01T10:11:13.8131841Z adding 'torch/include/ATen/ops/upsample_trilinear3d.h' 2022-12-01T10:11:13.8134400Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward.h' 2022-12-01T10:11:13.8136642Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.8138698Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.8140646Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h' 2022-12-01T10:11:13.8142730Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h' 2022-12-01T10:11:13.8144558Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h' 2022-12-01T10:11:13.8146627Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h' 2022-12-01T10:11:13.8148576Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_native.h' 2022-12-01T10:11:13.8150881Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h' 2022-12-01T10:11:13.8152994Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.8155046Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.8157049Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h' 2022-12-01T10:11:13.8159059Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h' 2022-12-01T10:11:13.8161312Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta.h' 2022-12-01T10:11:13.8163070Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h' 2022-12-01T10:11:13.8165147Z adding 'torch/include/ATen/ops/upsample_trilinear3d_native.h' 2022-12-01T10:11:13.8167317Z adding 'torch/include/ATen/ops/upsample_trilinear3d_ops.h' 2022-12-01T10:11:13.8169357Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward.h' 2022-12-01T10:11:13.8171326Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.8173078Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_native.h' 2022-12-01T10:11:13.8175090Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_ops.h' 2022-12-01T10:11:13.8176776Z adding 'torch/include/ATen/ops/values.h' 2022-12-01T10:11:13.8178678Z adding 'torch/include/ATen/ops/values_copy.h' 2022-12-01T10:11:13.8180744Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.8182623Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.8184336Z adding 'torch/include/ATen/ops/values_copy_native.h' 2022-12-01T10:11:13.8186440Z adding 'torch/include/ATen/ops/values_copy_ops.h' 2022-12-01T10:11:13.8188218Z adding 'torch/include/ATen/ops/values_native.h' 2022-12-01T10:11:13.8190128Z adding 'torch/include/ATen/ops/values_ops.h' 2022-12-01T10:11:13.8191977Z adding 'torch/include/ATen/ops/vander.h' 2022-12-01T10:11:13.8193986Z adding 'torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.8195827Z adding 'torch/include/ATen/ops/vander_native.h' 2022-12-01T10:11:13.8197752Z adding 'torch/include/ATen/ops/vander_ops.h' 2022-12-01T10:11:13.8200053Z adding 'torch/include/ATen/ops/var.h' 2022-12-01T10:11:13.8202706Z adding 'torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.8204409Z adding 'torch/include/ATen/ops/var_cpu_dispatch.h' 2022-12-01T10:11:13.8206433Z adding 'torch/include/ATen/ops/var_cuda_dispatch.h' 2022-12-01T10:11:13.8208540Z adding 'torch/include/ATen/ops/var_mean.h' 2022-12-01T10:11:13.8210769Z adding 'torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.8212793Z adding 'torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.8214826Z adding 'torch/include/ATen/ops/var_mean_cpu_dispatch.h' 2022-12-01T10:11:13.8216762Z adding 'torch/include/ATen/ops/var_mean_cuda_dispatch.h' 2022-12-01T10:11:13.8218768Z adding 'torch/include/ATen/ops/var_mean_native.h' 2022-12-01T10:11:13.8221101Z adding 'torch/include/ATen/ops/var_mean_ops.h' 2022-12-01T10:11:13.8223244Z adding 'torch/include/ATen/ops/var_native.h' 2022-12-01T10:11:13.8225773Z adding 'torch/include/ATen/ops/var_ops.h' 2022-12-01T10:11:13.8228031Z adding 'torch/include/ATen/ops/vdot.h' 2022-12-01T10:11:13.8230121Z adding 'torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.8232093Z adding 'torch/include/ATen/ops/vdot_cpu_dispatch.h' 2022-12-01T10:11:13.8234052Z adding 'torch/include/ATen/ops/vdot_cuda_dispatch.h' 2022-12-01T10:11:13.8236070Z adding 'torch/include/ATen/ops/vdot_native.h' 2022-12-01T10:11:13.8238113Z adding 'torch/include/ATen/ops/vdot_ops.h' 2022-12-01T10:11:13.8240310Z adding 'torch/include/ATen/ops/view.h' 2022-12-01T10:11:13.8242239Z adding 'torch/include/ATen/ops/view_as.h' 2022-12-01T10:11:13.8244252Z adding 'torch/include/ATen/ops/view_as_complex.h' 2022-12-01T10:11:13.8246234Z adding 'torch/include/ATen/ops/view_as_complex_copy.h' 2022-12-01T10:11:13.8248389Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.8250447Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.8252314Z adding 'torch/include/ATen/ops/view_as_complex_copy_native.h' 2022-12-01T10:11:13.8254456Z adding 'torch/include/ATen/ops/view_as_complex_copy_ops.h' 2022-12-01T10:11:13.8256495Z adding 'torch/include/ATen/ops/view_as_complex_cpu_dispatch.h' 2022-12-01T10:11:13.8258479Z adding 'torch/include/ATen/ops/view_as_complex_cuda_dispatch.h' 2022-12-01T10:11:13.8260468Z adding 'torch/include/ATen/ops/view_as_complex_meta_dispatch.h' 2022-12-01T10:11:13.8262375Z adding 'torch/include/ATen/ops/view_as_complex_native.h' 2022-12-01T10:11:13.8264378Z adding 'torch/include/ATen/ops/view_as_complex_ops.h' 2022-12-01T10:11:13.8266448Z adding 'torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.8268333Z adding 'torch/include/ATen/ops/view_as_native.h' 2022-12-01T10:11:13.8270342Z adding 'torch/include/ATen/ops/view_as_ops.h' 2022-12-01T10:11:13.8272295Z adding 'torch/include/ATen/ops/view_as_real.h' 2022-12-01T10:11:13.8274342Z adding 'torch/include/ATen/ops/view_as_real_copy.h' 2022-12-01T10:11:13.8276549Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.8278623Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.8280726Z adding 'torch/include/ATen/ops/view_as_real_copy_native.h' 2022-12-01T10:11:13.8282896Z adding 'torch/include/ATen/ops/view_as_real_copy_ops.h' 2022-12-01T10:11:13.8285061Z adding 'torch/include/ATen/ops/view_as_real_cpu_dispatch.h' 2022-12-01T10:11:13.8287078Z adding 'torch/include/ATen/ops/view_as_real_cuda_dispatch.h' 2022-12-01T10:11:13.8289179Z adding 'torch/include/ATen/ops/view_as_real_meta_dispatch.h' 2022-12-01T10:11:13.8291150Z adding 'torch/include/ATen/ops/view_as_real_native.h' 2022-12-01T10:11:13.8293304Z adding 'torch/include/ATen/ops/view_as_real_ops.h' 2022-12-01T10:11:13.8295625Z adding 'torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.8297710Z adding 'torch/include/ATen/ops/view_copy.h' 2022-12-01T10:11:13.8300028Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.8302094Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.8304036Z adding 'torch/include/ATen/ops/view_copy_native.h' 2022-12-01T10:11:13.8306250Z adding 'torch/include/ATen/ops/view_copy_ops.h' 2022-12-01T10:11:13.8308388Z adding 'torch/include/ATen/ops/view_cpu_dispatch.h' 2022-12-01T10:11:13.8310564Z adding 'torch/include/ATen/ops/view_cuda_dispatch.h' 2022-12-01T10:11:13.8312671Z adding 'torch/include/ATen/ops/view_meta_dispatch.h' 2022-12-01T10:11:13.8314840Z adding 'torch/include/ATen/ops/view_native.h' 2022-12-01T10:11:13.8316979Z adding 'torch/include/ATen/ops/view_ops.h' 2022-12-01T10:11:13.8319066Z adding 'torch/include/ATen/ops/vsplit.h' 2022-12-01T10:11:13.8321513Z adding 'torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.8323500Z adding 'torch/include/ATen/ops/vsplit_native.h' 2022-12-01T10:11:13.8325653Z adding 'torch/include/ATen/ops/vsplit_ops.h' 2022-12-01T10:11:13.8327768Z adding 'torch/include/ATen/ops/vstack.h' 2022-12-01T10:11:13.8329971Z adding 'torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.8331945Z adding 'torch/include/ATen/ops/vstack_native.h' 2022-12-01T10:11:13.8334066Z adding 'torch/include/ATen/ops/vstack_ops.h' 2022-12-01T10:11:13.8336303Z adding 'torch/include/ATen/ops/where.h' 2022-12-01T10:11:13.8338506Z adding 'torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.8340560Z adding 'torch/include/ATen/ops/where_cpu_dispatch.h' 2022-12-01T10:11:13.8342659Z adding 'torch/include/ATen/ops/where_cuda_dispatch.h' 2022-12-01T10:11:13.8344717Z adding 'torch/include/ATen/ops/where_native.h' 2022-12-01T10:11:13.8347089Z adding 'torch/include/ATen/ops/where_ops.h' 2022-12-01T10:11:13.8349654Z adding 'torch/include/ATen/ops/xlogy.h' 2022-12-01T10:11:13.8351773Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.8353933Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h' 2022-12-01T10:11:13.8355909Z adding 'torch/include/ATen/ops/xlogy_cpu_dispatch.h' 2022-12-01T10:11:13.8358041Z adding 'torch/include/ATen/ops/xlogy_cuda_dispatch.h' 2022-12-01T10:11:13.8360168Z adding 'torch/include/ATen/ops/xlogy_meta.h' 2022-12-01T10:11:13.8362509Z adding 'torch/include/ATen/ops/xlogy_meta_dispatch.h' 2022-12-01T10:11:13.8364649Z adding 'torch/include/ATen/ops/xlogy_native.h' 2022-12-01T10:11:13.8367106Z adding 'torch/include/ATen/ops/xlogy_ops.h' 2022-12-01T10:11:13.8369306Z adding 'torch/include/ATen/ops/xor.h' 2022-12-01T10:11:13.8371449Z adding 'torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h' 2022-12-01T10:11:13.8373417Z adding 'torch/include/ATen/ops/xor_native.h' 2022-12-01T10:11:13.8375611Z adding 'torch/include/ATen/ops/xor_ops.h' 2022-12-01T10:11:13.8377797Z adding 'torch/include/ATen/ops/zero.h' 2022-12-01T10:11:13.8379989Z adding 'torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.8382073Z adding 'torch/include/ATen/ops/zero_cpu_dispatch.h' 2022-12-01T10:11:13.8384185Z adding 'torch/include/ATen/ops/zero_cuda_dispatch.h' 2022-12-01T10:11:13.8386264Z adding 'torch/include/ATen/ops/zero_meta_dispatch.h' 2022-12-01T10:11:13.8388334Z adding 'torch/include/ATen/ops/zero_native.h' 2022-12-01T10:11:13.8390537Z adding 'torch/include/ATen/ops/zero_ops.h' 2022-12-01T10:11:13.8392980Z adding 'torch/include/ATen/ops/zeros.h' 2022-12-01T10:11:13.8395296Z adding 'torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.8397581Z adding 'torch/include/ATen/ops/zeros_like.h' 2022-12-01T10:11:13.8399961Z adding 'torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h' 2022-12-01T10:11:13.8402075Z adding 'torch/include/ATen/ops/zeros_like_native.h' 2022-12-01T10:11:13.8404249Z adding 'torch/include/ATen/ops/zeros_like_ops.h' 2022-12-01T10:11:13.8406430Z adding 'torch/include/ATen/ops/zeros_native.h' 2022-12-01T10:11:13.8408762Z adding 'torch/include/ATen/ops/zeros_ops.h' 2022-12-01T10:11:13.8413767Z adding 'torch/include/ATen/quantized/QTensorImpl.h' 2022-12-01T10:11:13.8417467Z adding 'torch/include/ATen/quantized/Quantizer.h' 2022-12-01T10:11:13.8422663Z adding 'torch/include/c10/core/Allocator.h' 2022-12-01T10:11:13.8425122Z adding 'torch/include/c10/core/AutogradState.h' 2022-12-01T10:11:13.8428352Z adding 'torch/include/c10/core/Backend.h' 2022-12-01T10:11:13.8430866Z adding 'torch/include/c10/core/CPUAllocator.h' 2022-12-01T10:11:13.8433888Z adding 'torch/include/c10/core/CompileTimeFunctionPointer.h' 2022-12-01T10:11:13.8436097Z adding 'torch/include/c10/core/CopyBytes.h' 2022-12-01T10:11:13.8438078Z adding 'torch/include/c10/core/DefaultDtype.h' 2022-12-01T10:11:13.8440300Z adding 'torch/include/c10/core/DefaultTensorOptions.h' 2022-12-01T10:11:13.8443664Z adding 'torch/include/c10/core/Device.h' 2022-12-01T10:11:13.8445958Z adding 'torch/include/c10/core/DeviceArray.h' 2022-12-01T10:11:13.8449296Z adding 'torch/include/c10/core/DeviceGuard.h' 2022-12-01T10:11:13.8452220Z adding 'torch/include/c10/core/DeviceType.h' 2022-12-01T10:11:13.8462717Z adding 'torch/include/c10/core/DispatchKey.h' 2022-12-01T10:11:13.8476422Z adding 'torch/include/c10/core/DispatchKeySet.h' 2022-12-01T10:11:13.8480501Z adding 'torch/include/c10/core/DynamicCast.h' 2022-12-01T10:11:13.8483367Z adding 'torch/include/c10/core/Event.h' 2022-12-01T10:11:13.8486276Z adding 'torch/include/c10/core/GeneratorImpl.h' 2022-12-01T10:11:13.8488539Z adding 'torch/include/c10/core/GradMode.h' 2022-12-01T10:11:13.8491093Z adding 'torch/include/c10/core/InferenceMode.h' 2022-12-01T10:11:13.8493404Z adding 'torch/include/c10/core/Layout.h' 2022-12-01T10:11:13.8497208Z adding 'torch/include/c10/core/MemoryFormat.h' 2022-12-01T10:11:13.8499437Z adding 'torch/include/c10/core/OptionalRef.h' 2022-12-01T10:11:13.8502089Z adding 'torch/include/c10/core/PyHandleCache.h' 2022-12-01T10:11:13.8504260Z adding 'torch/include/c10/core/QEngine.h' 2022-12-01T10:11:13.8506441Z adding 'torch/include/c10/core/QScheme.h' 2022-12-01T10:11:13.8508738Z adding 'torch/include/c10/core/SafePyObject.h' 2022-12-01T10:11:13.8512439Z adding 'torch/include/c10/core/Scalar.h' 2022-12-01T10:11:13.8517785Z adding 'torch/include/c10/core/ScalarType.h' 2022-12-01T10:11:13.8520694Z adding 'torch/include/c10/core/ScalarTypeToTypeMeta.h' 2022-12-01T10:11:13.8523558Z adding 'torch/include/c10/core/Storage.h' 2022-12-01T10:11:13.8526970Z adding 'torch/include/c10/core/StorageImpl.h' 2022-12-01T10:11:13.8530863Z adding 'torch/include/c10/core/Stream.h' 2022-12-01T10:11:13.8534077Z adding 'torch/include/c10/core/StreamGuard.h' 2022-12-01T10:11:13.8536453Z adding 'torch/include/c10/core/SymFloat.h' 2022-12-01T10:11:13.8538658Z adding 'torch/include/c10/core/SymFloatNodeImpl.h' 2022-12-01T10:11:13.8542512Z adding 'torch/include/c10/core/SymInt.h' 2022-12-01T10:11:13.8544873Z adding 'torch/include/c10/core/SymIntArrayRef.h' 2022-12-01T10:11:13.8547104Z adding 'torch/include/c10/core/SymIntNodeImpl.h' 2022-12-01T10:11:13.8586635Z adding 'torch/include/c10/core/TensorImpl.h' 2022-12-01T10:11:13.8597016Z adding 'torch/include/c10/core/TensorOptions.h' 2022-12-01T10:11:13.8600092Z adding 'torch/include/c10/core/UndefinedTensorImpl.h' 2022-12-01T10:11:13.8602207Z adding 'torch/include/c10/core/WrapDimMinimal.h' 2022-12-01T10:11:13.8604167Z adding 'torch/include/c10/core/alignment.h' 2022-12-01T10:11:13.8606740Z adding 'torch/include/c10/core/thread_pool.h' 2022-12-01T10:11:13.8611981Z adding 'torch/include/c10/core/impl/DeviceGuardImplInterface.h' 2022-12-01T10:11:13.8614759Z adding 'torch/include/c10/core/impl/FakeGuardImpl.h' 2022-12-01T10:11:13.8616983Z adding 'torch/include/c10/core/impl/GPUTrace.h' 2022-12-01T10:11:13.8622113Z adding 'torch/include/c10/core/impl/InlineDeviceGuard.h' 2022-12-01T10:11:13.8625004Z adding 'torch/include/c10/core/impl/InlineEvent.h' 2022-12-01T10:11:13.8628922Z adding 'torch/include/c10/core/impl/InlineStreamGuard.h' 2022-12-01T10:11:13.8632323Z adding 'torch/include/c10/core/impl/LocalDispatchKeySet.h' 2022-12-01T10:11:13.8636454Z adding 'torch/include/c10/core/impl/PyInterpreter.h' 2022-12-01T10:11:13.8638677Z adding 'torch/include/c10/core/impl/PythonDispatcherTLS.h' 2022-12-01T10:11:13.8642217Z adding 'torch/include/c10/core/impl/SizesAndStrides.h' 2022-12-01T10:11:13.8644568Z adding 'torch/include/c10/core/impl/TorchDispatchModeTLS.h' 2022-12-01T10:11:13.8646946Z adding 'torch/include/c10/core/impl/VirtualGuardImpl.h' 2022-12-01T10:11:13.8648884Z adding 'torch/include/c10/core/impl/alloc_cpu.h' 2022-12-01T10:11:13.8651311Z adding 'torch/include/c10/cuda/CUDAAlgorithm.h' 2022-12-01T10:11:13.8654450Z adding 'torch/include/c10/cuda/CUDACachingAllocator.h' 2022-12-01T10:11:13.8657251Z adding 'torch/include/c10/cuda/CUDAException.h' 2022-12-01T10:11:13.8659757Z adding 'torch/include/c10/cuda/CUDAFunctions.h' 2022-12-01T10:11:13.8662318Z adding 'torch/include/c10/cuda/CUDAGraphsC10Utils.h' 2022-12-01T10:11:13.8665973Z adding 'torch/include/c10/cuda/CUDAGuard.h' 2022-12-01T10:11:13.8668747Z adding 'torch/include/c10/cuda/CUDAMacros.h' 2022-12-01T10:11:13.8671292Z adding 'torch/include/c10/cuda/CUDAMathCompat.h' 2022-12-01T10:11:13.8673571Z adding 'torch/include/c10/cuda/CUDAMiscFunctions.h' 2022-12-01T10:11:13.8678321Z adding 'torch/include/c10/cuda/CUDAStream.h' 2022-12-01T10:11:13.8682977Z adding 'torch/include/c10/cuda/impl/CUDAGuardImpl.h' 2022-12-01T10:11:13.8685733Z adding 'torch/include/c10/cuda/impl/CUDATest.h' 2022-12-01T10:11:13.8689548Z adding 'torch/include/c10/macros/Export.h' 2022-12-01T10:11:13.8696312Z adding 'torch/include/c10/macros/Macros.h' 2022-12-01T10:11:13.8699306Z adding 'torch/include/c10/macros/cmake_macros.h' 2022-12-01T10:11:13.8703768Z adding 'torch/include/c10/util/AlignOf.h' 2022-12-01T10:11:13.8708264Z adding 'torch/include/c10/util/Array.h' 2022-12-01T10:11:13.8713001Z adding 'torch/include/c10/util/ArrayRef.h' 2022-12-01T10:11:13.8716862Z adding 'torch/include/c10/util/BFloat16-inl.h' 2022-12-01T10:11:13.8720743Z adding 'torch/include/c10/util/BFloat16-math.h' 2022-12-01T10:11:13.8723761Z adding 'torch/include/c10/util/BFloat16.h' 2022-12-01T10:11:13.8726317Z adding 'torch/include/c10/util/Backtrace.h' 2022-12-01T10:11:13.8729422Z adding 'torch/include/c10/util/Bitset.h' 2022-12-01T10:11:13.8734641Z adding 'torch/include/c10/util/C++17.h' 2022-12-01T10:11:13.8737885Z adding 'torch/include/c10/util/CallOnce.h' 2022-12-01T10:11:13.8742082Z adding 'torch/include/c10/util/ConstexprCrc.h' 2022-12-01T10:11:13.8745053Z adding 'torch/include/c10/util/DeadlockDetection.h' 2022-12-01T10:11:13.8748094Z adding 'torch/include/c10/util/Deprecated.h' 2022-12-01T10:11:13.8750496Z adding 'torch/include/c10/util/DimVector.h' 2022-12-01T10:11:13.8758434Z adding 'torch/include/c10/util/Exception.h' 2022-12-01T10:11:13.8762708Z adding 'torch/include/c10/util/ExclusivelyOwned.h' 2022-12-01T10:11:13.8765622Z adding 'torch/include/c10/util/ExclusivelyOwnedTensorTraits.h' 2022-12-01T10:11:13.8769817Z adding 'torch/include/c10/util/Flags.h' 2022-12-01T10:11:13.8772931Z adding 'torch/include/c10/util/FunctionRef.h' 2022-12-01T10:11:13.8776478Z adding 'torch/include/c10/util/Half-inl.h' 2022-12-01T10:11:13.8783614Z adding 'torch/include/c10/util/Half.h' 2022-12-01T10:11:13.8786931Z adding 'torch/include/c10/util/IdWrapper.h' 2022-12-01T10:11:13.8790790Z adding 'torch/include/c10/util/LeftRight.h' 2022-12-01T10:11:13.8793405Z adding 'torch/include/c10/util/Load.h' 2022-12-01T10:11:13.8797785Z adding 'torch/include/c10/util/Logging.h' 2022-12-01T10:11:13.8801033Z adding 'torch/include/c10/util/MathConstants.h' 2022-12-01T10:11:13.8804762Z adding 'torch/include/c10/util/MaybeOwned.h' 2022-12-01T10:11:13.8810243Z adding 'torch/include/c10/util/Metaprogramming.h' 2022-12-01T10:11:13.8819115Z adding 'torch/include/c10/util/Optional.h' 2022-12-01T10:11:13.8823340Z adding 'torch/include/c10/util/OptionalArrayRef.h' 2022-12-01T10:11:13.8827895Z adding 'torch/include/c10/util/Registry.h' 2022-12-01T10:11:13.8830820Z adding 'torch/include/c10/util/ScopeExit.h' 2022-12-01T10:11:13.8833591Z adding 'torch/include/c10/util/SmallBuffer.h' 2022-12-01T10:11:13.8848555Z adding 'torch/include/c10/util/SmallVector.h' 2022-12-01T10:11:13.8853177Z adding 'torch/include/c10/util/StringUtil.h' 2022-12-01T10:11:13.8855943Z adding 'torch/include/c10/util/Synchronized.h' 2022-12-01T10:11:13.8859020Z adding 'torch/include/c10/util/ThreadLocal.h' 2022-12-01T10:11:13.8862113Z adding 'torch/include/c10/util/ThreadLocalDebugInfo.h' 2022-12-01T10:11:13.8864552Z adding 'torch/include/c10/util/Type.h' 2022-12-01T10:11:13.8867553Z adding 'torch/include/c10/util/TypeCast.h' 2022-12-01T10:11:13.8871047Z adding 'torch/include/c10/util/TypeIndex.h' 2022-12-01T10:11:13.8876215Z adding 'torch/include/c10/util/TypeList.h' 2022-12-01T10:11:13.8879869Z adding 'torch/include/c10/util/TypeSafeSignMath.h' 2022-12-01T10:11:13.8883316Z adding 'torch/include/c10/util/TypeTraits.h' 2022-12-01T10:11:13.8885803Z adding 'torch/include/c10/util/Unicode.h' 2022-12-01T10:11:13.8888972Z adding 'torch/include/c10/util/UniqueVoidPtr.h' 2022-12-01T10:11:13.8891530Z adding 'torch/include/c10/util/Unroll.h' 2022-12-01T10:11:13.8894488Z adding 'torch/include/c10/util/accumulate.h' 2022-12-01T10:11:13.8900207Z adding 'torch/include/c10/util/complex.h' 2022-12-01T10:11:13.8903764Z adding 'torch/include/c10/util/complex_math.h' 2022-12-01T10:11:13.8906533Z adding 'torch/include/c10/util/complex_utils.h' 2022-12-01T10:11:13.8908986Z adding 'torch/include/c10/util/copysign.h' 2022-12-01T10:11:13.8912676Z adding 'torch/include/c10/util/either.h' 2022-12-01T10:11:13.8915094Z adding 'torch/include/c10/util/env.h' 2022-12-01T10:11:13.8928385Z adding 'torch/include/c10/util/flat_hash_map.h' 2022-12-01T10:11:13.8934433Z adding 'torch/include/c10/util/hash.h' 2022-12-01T10:11:13.8937065Z adding 'torch/include/c10/util/in_place.h' 2022-12-01T10:11:13.8941234Z adding 'torch/include/c10/util/int128.h' 2022-12-01T10:11:13.8951960Z adding 'torch/include/c10/util/intrusive_ptr.h' 2022-12-01T10:11:13.8955468Z adding 'torch/include/c10/util/irange.h' 2022-12-01T10:11:13.8963934Z adding 'torch/include/c10/util/llvmMathExtras.h' 2022-12-01T10:11:13.8967355Z adding 'torch/include/c10/util/logging_is_google_glog.h' 2022-12-01T10:11:13.8970996Z adding 'torch/include/c10/util/logging_is_not_google_glog.h' 2022-12-01T10:11:13.8974184Z adding 'torch/include/c10/util/math_compat.h' 2022-12-01T10:11:13.8976585Z adding 'torch/include/c10/util/numa.h' 2022-12-01T10:11:13.8991689Z adding 'torch/include/c10/util/order_preserving_flat_hash_map.h' 2022-12-01T10:11:13.8995423Z adding 'torch/include/c10/util/overloaded.h' 2022-12-01T10:11:13.8997280Z adding 'torch/include/c10/util/python_stub.h' 2022-12-01T10:11:13.8999513Z adding 'torch/include/c10/util/qint32.h' 2022-12-01T10:11:13.9001711Z adding 'torch/include/c10/util/qint8.h' 2022-12-01T10:11:13.9003840Z adding 'torch/include/c10/util/quint2x4.h' 2022-12-01T10:11:13.9005797Z adding 'torch/include/c10/util/quint4x2.h' 2022-12-01T10:11:13.9007855Z adding 'torch/include/c10/util/quint8.h' 2022-12-01T10:11:13.9011048Z adding 'torch/include/c10/util/reverse_iterator.h' 2022-12-01T10:11:13.9013647Z adding 'torch/include/c10/util/safe_numerics.h' 2022-12-01T10:11:13.9016303Z adding 'torch/include/c10/util/signal_handler.h' 2022-12-01T10:11:13.9023684Z adding 'torch/include/c10/util/sparse_bitset.h' 2022-12-01T10:11:13.9026722Z adding 'torch/include/c10/util/strides.h' 2022-12-01T10:11:13.9029421Z adding 'torch/include/c10/util/string_utils.h' 2022-12-01T10:11:13.9035198Z adding 'torch/include/c10/util/string_view.h' 2022-12-01T10:11:13.9043664Z adding 'torch/include/c10/util/strong_type.h' 2022-12-01T10:11:13.9047813Z adding 'torch/include/c10/util/tempfile.h' 2022-12-01T10:11:13.9049994Z adding 'torch/include/c10/util/thread_name.h' 2022-12-01T10:11:13.9057210Z adding 'torch/include/c10/util/typeid.h' 2022-12-01T10:11:13.9078127Z adding 'torch/include/c10/util/variant.h' 2022-12-01T10:11:13.9082945Z adding 'torch/include/c10/util/win32-headers.h' 2022-12-01T10:11:13.9086092Z adding 'torch/include/caffe2/core/allocator.h' 2022-12-01T10:11:13.9088908Z adding 'torch/include/caffe2/core/blob.h' 2022-12-01T10:11:13.9093242Z adding 'torch/include/caffe2/core/blob_serialization.h' 2022-12-01T10:11:13.9096357Z adding 'torch/include/caffe2/core/blob_serializer_base.h' 2022-12-01T10:11:13.9098746Z adding 'torch/include/caffe2/core/blob_stats.h' 2022-12-01T10:11:13.9101699Z adding 'torch/include/caffe2/core/common.h' 2022-12-01T10:11:13.9105566Z adding 'torch/include/caffe2/core/common_cudnn.h' 2022-12-01T10:11:13.9111195Z adding 'torch/include/caffe2/core/common_gpu.h' 2022-12-01T10:11:13.9113777Z adding 'torch/include/caffe2/core/common_omp.h' 2022-12-01T10:11:13.9117014Z adding 'torch/include/caffe2/core/context.h' 2022-12-01T10:11:13.9120250Z adding 'torch/include/caffe2/core/context_base.h' 2022-12-01T10:11:13.9124749Z adding 'torch/include/caffe2/core/context_gpu.h' 2022-12-01T10:11:13.9128909Z adding 'torch/include/caffe2/core/cudnn_wrappers.h' 2022-12-01T10:11:13.9133138Z adding 'torch/include/caffe2/core/db.h' 2022-12-01T10:11:13.9135953Z adding 'torch/include/caffe2/core/distributions_stubs.h' 2022-12-01T10:11:13.9139935Z adding 'torch/include/caffe2/core/event.h' 2022-12-01T10:11:13.9142648Z adding 'torch/include/caffe2/core/event_cpu.h' 2022-12-01T10:11:13.9146305Z adding 'torch/include/caffe2/core/export_c10_op_to_caffe2.h' 2022-12-01T10:11:13.9150838Z adding 'torch/include/caffe2/core/export_caffe2_op_to_c10.h' 2022-12-01T10:11:13.9153084Z adding 'torch/include/caffe2/core/flags.h' 2022-12-01T10:11:13.9156276Z adding 'torch/include/caffe2/core/graph.h' 2022-12-01T10:11:13.9160409Z adding 'torch/include/caffe2/core/init.h' 2022-12-01T10:11:13.9161967Z adding 'torch/include/caffe2/core/logging.h' 2022-12-01T10:11:13.9164775Z adding 'torch/include/caffe2/core/macros.h' 2022-12-01T10:11:13.9167093Z adding 'torch/include/caffe2/core/memonger.h' 2022-12-01T10:11:13.9169350Z adding 'torch/include/caffe2/core/module.h' 2022-12-01T10:11:13.9172249Z adding 'torch/include/caffe2/core/net.h' 2022-12-01T10:11:13.9175827Z adding 'torch/include/caffe2/core/net_async_base.h' 2022-12-01T10:11:13.9178063Z adding 'torch/include/caffe2/core/net_async_scheduling.h' 2022-12-01T10:11:13.9180297Z adding 'torch/include/caffe2/core/net_async_task.h' 2022-12-01T10:11:13.9182174Z adding 'torch/include/caffe2/core/net_async_task_future.h' 2022-12-01T10:11:13.9184466Z adding 'torch/include/caffe2/core/net_async_task_graph.h' 2022-12-01T10:11:13.9187405Z adding 'torch/include/caffe2/core/net_async_tracing.h' 2022-12-01T10:11:13.9189505Z adding 'torch/include/caffe2/core/net_dag_utils.h' 2022-12-01T10:11:13.9191849Z adding 'torch/include/caffe2/core/net_parallel.h' 2022-12-01T10:11:13.9194293Z adding 'torch/include/caffe2/core/net_simple.h' 2022-12-01T10:11:13.9196753Z adding 'torch/include/caffe2/core/net_simple_refcount.h' 2022-12-01T10:11:13.9198693Z adding 'torch/include/caffe2/core/numa.h' 2022-12-01T10:11:13.9201436Z adding 'torch/include/caffe2/core/observer.h' 2022-12-01T10:11:13.9218134Z adding 'torch/include/caffe2/core/operator.h' 2022-12-01T10:11:13.9223430Z adding 'torch/include/caffe2/core/operator_gradient.h' 2022-12-01T10:11:13.9229429Z adding 'torch/include/caffe2/core/operator_schema.h' 2022-12-01T10:11:13.9231885Z adding 'torch/include/caffe2/core/plan_executor.h' 2022-12-01T10:11:13.9234330Z adding 'torch/include/caffe2/core/prof_dag_counters.h' 2022-12-01T10:11:13.9237640Z adding 'torch/include/caffe2/core/qtensor.h' 2022-12-01T10:11:13.9240417Z adding 'torch/include/caffe2/core/qtensor_serialization.h' 2022-12-01T10:11:13.9243345Z adding 'torch/include/caffe2/core/scope_guard.h' 2022-12-01T10:11:13.9245399Z adding 'torch/include/caffe2/core/static_tracepoint.h' 2022-12-01T10:11:13.9248259Z adding 'torch/include/caffe2/core/static_tracepoint_elfx86.h' 2022-12-01T10:11:13.9252191Z adding 'torch/include/caffe2/core/stats.h' 2022-12-01T10:11:13.9254577Z adding 'torch/include/caffe2/core/storage.h' 2022-12-01T10:11:13.9261123Z adding 'torch/include/caffe2/core/tensor.h' 2022-12-01T10:11:13.9263619Z adding 'torch/include/caffe2/core/tensor_impl.h' 2022-12-01T10:11:13.9265634Z adding 'torch/include/caffe2/core/tensor_int8.h' 2022-12-01T10:11:13.9268516Z adding 'torch/include/caffe2/core/test_utils.h' 2022-12-01T10:11:13.9270732Z adding 'torch/include/caffe2/core/timer.h' 2022-12-01T10:11:13.9273943Z adding 'torch/include/caffe2/core/transform.h' 2022-12-01T10:11:13.9276421Z adding 'torch/include/caffe2/core/types.h' 2022-12-01T10:11:13.9281195Z adding 'torch/include/caffe2/core/workspace.h' 2022-12-01T10:11:13.9284578Z adding 'torch/include/caffe2/cuda_rtc/common_rtc.h' 2022-12-01T10:11:13.9287085Z adding 'torch/include/caffe2/db/create_db_op.h' 2022-12-01T10:11:13.9289505Z adding 'torch/include/caffe2/distributed/file_store_handler.h' 2022-12-01T10:11:13.9291712Z adding 'torch/include/caffe2/distributed/file_store_handler_op.h' 2022-12-01T10:11:13.9293892Z adding 'torch/include/caffe2/distributed/redis_store_handler.h' 2022-12-01T10:11:13.9295933Z adding 'torch/include/caffe2/distributed/redis_store_handler_op.h' 2022-12-01T10:11:13.9298346Z adding 'torch/include/caffe2/distributed/store_handler.h' 2022-12-01T10:11:13.9300399Z adding 'torch/include/caffe2/distributed/store_ops.h' 2022-12-01T10:11:13.9302917Z adding 'torch/include/caffe2/ideep/ideep_utils.h' 2022-12-01T10:11:13.9315326Z adding 'torch/include/caffe2/image/image_input_op.h' 2022-12-01T10:11:13.9318866Z adding 'torch/include/caffe2/image/transform_gpu.h' 2022-12-01T10:11:13.9322399Z adding 'torch/include/caffe2/mpi/mpi_common.h' 2022-12-01T10:11:13.9325507Z adding 'torch/include/caffe2/mpi/mpi_ops.h' 2022-12-01T10:11:13.9328208Z adding 'torch/include/caffe2/observers/operator_attaching_net_observer.h' 2022-12-01T10:11:13.9330768Z adding 'torch/include/caffe2/observers/profile_observer.h' 2022-12-01T10:11:13.9332945Z adding 'torch/include/caffe2/observers/runcnt_observer.h' 2022-12-01T10:11:13.9336148Z adding 'torch/include/caffe2/observers/time_observer.h' 2022-12-01T10:11:13.9339815Z adding 'torch/include/caffe2/onnx/backend.h' 2022-12-01T10:11:13.9342232Z adding 'torch/include/caffe2/onnx/backend_rep.h' 2022-12-01T10:11:13.9344166Z adding 'torch/include/caffe2/onnx/device.h' 2022-12-01T10:11:13.9346638Z adding 'torch/include/caffe2/onnx/helper.h' 2022-12-01T10:11:13.9348847Z adding 'torch/include/caffe2/onnx/offline_tensor.h' 2022-12-01T10:11:13.9351396Z adding 'torch/include/caffe2/onnx/onnx_exporter.h' 2022-12-01T10:11:13.9353999Z adding 'torch/include/caffe2/onnx/onnxifi_graph_info.h' 2022-12-01T10:11:13.9355927Z adding 'torch/include/caffe2/onnx/onnxifi_init.h' 2022-12-01T10:11:13.9360657Z adding 'torch/include/caffe2/operators/abs_op.h' 2022-12-01T10:11:13.9363170Z adding 'torch/include/caffe2/operators/accumulate_op.h' 2022-12-01T10:11:13.9364888Z adding 'torch/include/caffe2/operators/accuracy_op.h' 2022-12-01T10:11:13.9366727Z adding 'torch/include/caffe2/operators/acos_op.h' 2022-12-01T10:11:13.9369090Z adding 'torch/include/caffe2/operators/activation_ops_cudnn.h' 2022-12-01T10:11:13.9371556Z adding 'torch/include/caffe2/operators/affine_channel_op.h' 2022-12-01T10:11:13.9373716Z adding 'torch/include/caffe2/operators/alias_with_name.h' 2022-12-01T10:11:13.9376122Z adding 'torch/include/caffe2/operators/apmeter_op.h' 2022-12-01T10:11:13.9378209Z adding 'torch/include/caffe2/operators/arg_ops.h' 2022-12-01T10:11:13.9380240Z adding 'torch/include/caffe2/operators/asin_op.h' 2022-12-01T10:11:13.9382369Z adding 'torch/include/caffe2/operators/assert_op.h' 2022-12-01T10:11:13.9384474Z adding 'torch/include/caffe2/operators/async_net_barrier_op.h' 2022-12-01T10:11:13.9387308Z adding 'torch/include/caffe2/operators/atan_op.h' 2022-12-01T10:11:13.9388905Z adding 'torch/include/caffe2/operators/batch_box_cox_op.h' 2022-12-01T10:11:13.9391171Z adding 'torch/include/caffe2/operators/batch_bucketize_op.h' 2022-12-01T10:11:13.9393873Z adding 'torch/include/caffe2/operators/batch_gather_ops.h' 2022-12-01T10:11:13.9397022Z adding 'torch/include/caffe2/operators/batch_matmul_op.h' 2022-12-01T10:11:13.9399802Z adding 'torch/include/caffe2/operators/batch_moments_op.h' 2022-12-01T10:11:13.9402270Z adding 'torch/include/caffe2/operators/batch_permutation_op.h' 2022-12-01T10:11:13.9404784Z adding 'torch/include/caffe2/operators/batch_sparse_to_dense_op.h' 2022-12-01T10:11:13.9407458Z adding 'torch/include/caffe2/operators/bbox_transform_op.h' 2022-12-01T10:11:13.9410310Z adding 'torch/include/caffe2/operators/bisect_percentile_op.h' 2022-12-01T10:11:13.9412844Z adding 'torch/include/caffe2/operators/boolean_mask_ops.h' 2022-12-01T10:11:13.9414863Z adding 'torch/include/caffe2/operators/boolean_unmask_ops.h' 2022-12-01T10:11:13.9417717Z adding 'torch/include/caffe2/operators/box_with_nms_limit_op.h' 2022-12-01T10:11:13.9420140Z adding 'torch/include/caffe2/operators/bucketize_op.h' 2022-12-01T10:11:13.9422356Z adding 'torch/include/caffe2/operators/byte_weight_dequant_op.h' 2022-12-01T10:11:13.9424490Z adding 'torch/include/caffe2/operators/cast_op.h' 2022-12-01T10:11:13.9426535Z adding 'torch/include/caffe2/operators/cbrt_op.h' 2022-12-01T10:11:13.9429236Z adding 'torch/include/caffe2/operators/cc_bmm_bg_op.h' 2022-12-01T10:11:13.9431886Z adding 'torch/include/caffe2/operators/ceil_op.h' 2022-12-01T10:11:13.9433844Z adding 'torch/include/caffe2/operators/channel_backprop_stats_op.h' 2022-12-01T10:11:13.9436002Z adding 'torch/include/caffe2/operators/channel_shuffle_op.h' 2022-12-01T10:11:13.9438442Z adding 'torch/include/caffe2/operators/channel_stats_op.h' 2022-12-01T10:11:13.9441205Z adding 'torch/include/caffe2/operators/clip_op.h' 2022-12-01T10:11:13.9443676Z adding 'torch/include/caffe2/operators/collect_and_distribute_fpn_rpn_proposals_op.h' 2022-12-01T10:11:13.9447979Z adding 'torch/include/caffe2/operators/concat_split_op.h' 2022-12-01T10:11:13.9450079Z adding 'torch/include/caffe2/operators/conditional_op.h' 2022-12-01T10:11:13.9452515Z adding 'torch/include/caffe2/operators/conv_op.h' 2022-12-01T10:11:13.9454967Z adding 'torch/include/caffe2/operators/conv_op_cache_cudnn.h' 2022-12-01T10:11:13.9460956Z adding 'torch/include/caffe2/operators/conv_op_impl.h' 2022-12-01T10:11:13.9463865Z adding 'torch/include/caffe2/operators/conv_op_shared.h' 2022-12-01T10:11:13.9471417Z adding 'torch/include/caffe2/operators/conv_pool_op_base.h' 2022-12-01T10:11:13.9474455Z adding 'torch/include/caffe2/operators/conv_transpose_op.h' 2022-12-01T10:11:13.9478515Z adding 'torch/include/caffe2/operators/conv_transpose_op_impl.h' 2022-12-01T10:11:13.9481513Z adding 'torch/include/caffe2/operators/conv_transpose_op_mobile.h' 2022-12-01T10:11:13.9487744Z adding 'torch/include/caffe2/operators/conv_transpose_op_mobile_impl.h' 2022-12-01T10:11:13.9491918Z adding 'torch/include/caffe2/operators/conv_transpose_unpool_op_base.h' 2022-12-01T10:11:13.9494317Z adding 'torch/include/caffe2/operators/copy_op.h' 2022-12-01T10:11:13.9496976Z adding 'torch/include/caffe2/operators/copy_rows_to_tensor_op.h' 2022-12-01T10:11:13.9499060Z adding 'torch/include/caffe2/operators/cos_op.h' 2022-12-01T10:11:13.9501052Z adding 'torch/include/caffe2/operators/cosh_op.h' 2022-12-01T10:11:13.9503112Z adding 'torch/include/caffe2/operators/cosine_embedding_criterion_op.h' 2022-12-01T10:11:13.9505524Z adding 'torch/include/caffe2/operators/counter_ops.h' 2022-12-01T10:11:13.9508315Z adding 'torch/include/caffe2/operators/create_scope_op.h' 2022-12-01T10:11:13.9510671Z adding 'torch/include/caffe2/operators/cross_entropy_op.h' 2022-12-01T10:11:13.9512786Z adding 'torch/include/caffe2/operators/ctc_beam_search_decoder_op.h' 2022-12-01T10:11:13.9514965Z adding 'torch/include/caffe2/operators/ctc_greedy_decoder_op.h' 2022-12-01T10:11:13.9516873Z adding 'torch/include/caffe2/operators/cube_op.h' 2022-12-01T10:11:13.9518714Z adding 'torch/include/caffe2/operators/data_couple.h' 2022-12-01T10:11:13.9521807Z adding 'torch/include/caffe2/operators/dataset_ops.h' 2022-12-01T10:11:13.9524242Z adding 'torch/include/caffe2/operators/deform_conv_op.h' 2022-12-01T10:11:13.9528177Z adding 'torch/include/caffe2/operators/deform_conv_op_impl.h' 2022-12-01T10:11:13.9530907Z adding 'torch/include/caffe2/operators/dense_vector_to_id_list_op.h' 2022-12-01T10:11:13.9533680Z adding 'torch/include/caffe2/operators/distance_op.h' 2022-12-01T10:11:13.9536732Z adding 'torch/include/caffe2/operators/do_op.h' 2022-12-01T10:11:13.9538940Z adding 'torch/include/caffe2/operators/dropout_op.h' 2022-12-01T10:11:13.9541012Z adding 'torch/include/caffe2/operators/elementwise_add_op.h' 2022-12-01T10:11:13.9542974Z adding 'torch/include/caffe2/operators/elementwise_div_op.h' 2022-12-01T10:11:13.9545246Z adding 'torch/include/caffe2/operators/elementwise_linear_op.h' 2022-12-01T10:11:13.9547816Z adding 'torch/include/caffe2/operators/elementwise_logical_ops.h' 2022-12-01T10:11:13.9549835Z adding 'torch/include/caffe2/operators/elementwise_mul_op.h' 2022-12-01T10:11:13.9552452Z adding 'torch/include/caffe2/operators/elementwise_op_test.h' 2022-12-01T10:11:13.9557160Z adding 'torch/include/caffe2/operators/elementwise_ops.h' 2022-12-01T10:11:13.9559691Z adding 'torch/include/caffe2/operators/elementwise_ops_utils.h' 2022-12-01T10:11:13.9561883Z adding 'torch/include/caffe2/operators/elementwise_sub_op.h' 2022-12-01T10:11:13.9563840Z adding 'torch/include/caffe2/operators/elu_op.h' 2022-12-01T10:11:13.9566193Z adding 'torch/include/caffe2/operators/enforce_finite_op.h' 2022-12-01T10:11:13.9568308Z adding 'torch/include/caffe2/operators/ensure_clipped_op.h' 2022-12-01T10:11:13.9570414Z adding 'torch/include/caffe2/operators/ensure_cpu_output_op.h' 2022-12-01T10:11:13.9572264Z adding 'torch/include/caffe2/operators/erf_op.h' 2022-12-01T10:11:13.9574038Z adding 'torch/include/caffe2/operators/exp_op.h' 2022-12-01T10:11:13.9576460Z adding 'torch/include/caffe2/operators/expand_op.h' 2022-12-01T10:11:13.9578950Z adding 'torch/include/caffe2/operators/expand_squeeze_dims_op.h' 2022-12-01T10:11:13.9580887Z adding 'torch/include/caffe2/operators/fc_inference.h' 2022-12-01T10:11:13.9585532Z adding 'torch/include/caffe2/operators/feature_maps_ops.h' 2022-12-01T10:11:13.9588293Z adding 'torch/include/caffe2/operators/feed_blob_op.h' 2022-12-01T10:11:13.9592989Z adding 'torch/include/caffe2/operators/filler_op.h' 2022-12-01T10:11:13.9595651Z adding 'torch/include/caffe2/operators/find_duplicate_elements_op.h' 2022-12-01T10:11:13.9597882Z adding 'torch/include/caffe2/operators/find_op.h' 2022-12-01T10:11:13.9600278Z adding 'torch/include/caffe2/operators/flatten_op.h' 2022-12-01T10:11:13.9602199Z adding 'torch/include/caffe2/operators/flexible_top_k.h' 2022-12-01T10:11:13.9604115Z adding 'torch/include/caffe2/operators/floor_op.h' 2022-12-01T10:11:13.9606024Z adding 'torch/include/caffe2/operators/free_op.h' 2022-12-01T10:11:13.9609069Z adding 'torch/include/caffe2/operators/fully_connected_op.h' 2022-12-01T10:11:13.9612121Z adding 'torch/include/caffe2/operators/fused_rowwise_8bit_conversion_ops.h' 2022-12-01T10:11:13.9615707Z adding 'torch/include/caffe2/operators/fused_rowwise_nbit_conversion_ops.h' 2022-12-01T10:11:13.9618618Z adding 'torch/include/caffe2/operators/fused_rowwise_nbitfake_conversion_ops.h' 2022-12-01T10:11:13.9620842Z adding 'torch/include/caffe2/operators/fused_rowwise_random_quantization_ops.h' 2022-12-01T10:11:13.9623081Z adding 'torch/include/caffe2/operators/gather_fused_8bit_rowwise_op.h' 2022-12-01T10:11:13.9626421Z adding 'torch/include/caffe2/operators/gather_op.h' 2022-12-01T10:11:13.9630038Z adding 'torch/include/caffe2/operators/gather_ranges_to_dense_op.h' 2022-12-01T10:11:13.9632183Z adding 'torch/include/caffe2/operators/gelu_op.h' 2022-12-01T10:11:13.9635200Z adding 'torch/include/caffe2/operators/generate_proposals_op.h' 2022-12-01T10:11:13.9639557Z adding 'torch/include/caffe2/operators/generate_proposals_op_util_boxes.h' 2022-12-01T10:11:13.9646710Z adding 'torch/include/caffe2/operators/generate_proposals_op_util_nms.h' 2022-12-01T10:11:13.9649440Z adding 'torch/include/caffe2/operators/generate_proposals_op_util_nms_gpu.h' 2022-12-01T10:11:13.9651711Z adding 'torch/include/caffe2/operators/given_tensor_byte_string_to_uint8_fill_op.h' 2022-12-01T10:11:13.9654011Z adding 'torch/include/caffe2/operators/given_tensor_fill_op.h' 2022-12-01T10:11:13.9656072Z adding 'torch/include/caffe2/operators/glu_op.h' 2022-12-01T10:11:13.9659189Z adding 'torch/include/caffe2/operators/group_norm_op.h' 2022-12-01T10:11:13.9662237Z adding 'torch/include/caffe2/operators/gru_unit_op.h' 2022-12-01T10:11:13.9664830Z adding 'torch/include/caffe2/operators/h_softmax_op.h' 2022-12-01T10:11:13.9667299Z adding 'torch/include/caffe2/operators/half_float_ops.h' 2022-12-01T10:11:13.9669275Z adding 'torch/include/caffe2/operators/hard_sigmoid_op.h' 2022-12-01T10:11:13.9671214Z adding 'torch/include/caffe2/operators/heatmap_max_keypoint_op.h' 2022-12-01T10:11:13.9673595Z adding 'torch/include/caffe2/operators/histogram_op.h' 2022-12-01T10:11:13.9675760Z adding 'torch/include/caffe2/operators/if_op.h' 2022-12-01T10:11:13.9678712Z adding 'torch/include/caffe2/operators/im2col_op.h' 2022-12-01T10:11:13.9681666Z adding 'torch/include/caffe2/operators/index_hash_ops.h' 2022-12-01T10:11:13.9684111Z adding 'torch/include/caffe2/operators/index_ops.h' 2022-12-01T10:11:13.9688149Z adding 'torch/include/caffe2/operators/inference_lstm_op.h' 2022-12-01T10:11:13.9691615Z adding 'torch/include/caffe2/operators/instance_norm_op.h' 2022-12-01T10:11:13.9693445Z adding 'torch/include/caffe2/operators/integral_image_op.h' 2022-12-01T10:11:13.9695449Z adding 'torch/include/caffe2/operators/is_empty_op.h' 2022-12-01T10:11:13.9697413Z adding 'torch/include/caffe2/operators/jsd_op.h' 2022-12-01T10:11:13.9699468Z adding 'torch/include/caffe2/operators/key_split_ops.h' 2022-12-01T10:11:13.9702639Z adding 'torch/include/caffe2/operators/layer_norm_op.h' 2022-12-01T10:11:13.9704808Z adding 'torch/include/caffe2/operators/leaky_relu_op.h' 2022-12-01T10:11:13.9707239Z adding 'torch/include/caffe2/operators/length_split_op.h' 2022-12-01T10:11:13.9709680Z adding 'torch/include/caffe2/operators/lengths_pad_op.h' 2022-12-01T10:11:13.9712722Z adding 'torch/include/caffe2/operators/lengths_reducer_fused_8bit_rowwise_ops.h' 2022-12-01T10:11:13.9717894Z adding 'torch/include/caffe2/operators/lengths_reducer_fused_nbit_rowwise_ops.h' 2022-12-01T10:11:13.9724817Z adding 'torch/include/caffe2/operators/lengths_reducer_ops.h' 2022-12-01T10:11:13.9728408Z adding 'torch/include/caffe2/operators/lengths_reducer_rowwise_8bit_ops.h' 2022-12-01T10:11:13.9730506Z adding 'torch/include/caffe2/operators/lengths_tile_op.h' 2022-12-01T10:11:13.9732643Z adding 'torch/include/caffe2/operators/lengths_top_k_op.h' 2022-12-01T10:11:13.9734780Z adding 'torch/include/caffe2/operators/listwise_l2r_op.h' 2022-12-01T10:11:13.9739420Z adding 'torch/include/caffe2/operators/load_save_op.h' 2022-12-01T10:11:13.9742029Z adding 'torch/include/caffe2/operators/load_save_op_util.h' 2022-12-01T10:11:13.9744450Z adding 'torch/include/caffe2/operators/local_response_normalization_op.h' 2022-12-01T10:11:13.9746848Z adding 'torch/include/caffe2/operators/locally_connected_op.h' 2022-12-01T10:11:13.9751786Z adding 'torch/include/caffe2/operators/locally_connected_op_impl.h' 2022-12-01T10:11:13.9754599Z adding 'torch/include/caffe2/operators/locally_connected_op_util.h' 2022-12-01T10:11:13.9756600Z adding 'torch/include/caffe2/operators/log1p_op.h' 2022-12-01T10:11:13.9758533Z adding 'torch/include/caffe2/operators/log_op.h' 2022-12-01T10:11:13.9760863Z adding 'torch/include/caffe2/operators/logit_op.h' 2022-12-01T10:11:13.9762888Z adding 'torch/include/caffe2/operators/loss_op.h' 2022-12-01T10:11:13.9764948Z adding 'torch/include/caffe2/operators/lpnorm_op.h' 2022-12-01T10:11:13.9767806Z adding 'torch/include/caffe2/operators/lstm_unit_op.h' 2022-12-01T10:11:13.9771500Z adding 'torch/include/caffe2/operators/lstm_utils.h' 2022-12-01T10:11:13.9774946Z adding 'torch/include/caffe2/operators/map_ops.h' 2022-12-01T10:11:13.9777342Z adding 'torch/include/caffe2/operators/margin_loss_l2r_op.h' 2022-12-01T10:11:13.9779411Z adding 'torch/include/caffe2/operators/margin_ranking_criterion_op.h' 2022-12-01T10:11:13.9781864Z adding 'torch/include/caffe2/operators/matmul_op.h' 2022-12-01T10:11:13.9784020Z adding 'torch/include/caffe2/operators/max_pool_with_index_gpu.h' 2022-12-01T10:11:13.9786673Z adding 'torch/include/caffe2/operators/mean_op.h' 2022-12-01T10:11:13.9789022Z adding 'torch/include/caffe2/operators/merge_id_lists_op.h' 2022-12-01T10:11:13.9791320Z adding 'torch/include/caffe2/operators/minmax_ops.h' 2022-12-01T10:11:13.9793580Z adding 'torch/include/caffe2/operators/mish_op.h' 2022-12-01T10:11:13.9795459Z adding 'torch/include/caffe2/operators/mod_op.h' 2022-12-01T10:11:13.9797952Z adding 'torch/include/caffe2/operators/moments_op.h' 2022-12-01T10:11:13.9800268Z adding 'torch/include/caffe2/operators/multi_class_accuracy_op.h' 2022-12-01T10:11:13.9802307Z adding 'torch/include/caffe2/operators/negate_gradient_op.h' 2022-12-01T10:11:13.9804222Z adding 'torch/include/caffe2/operators/negative_op.h' 2022-12-01T10:11:13.9806653Z adding 'torch/include/caffe2/operators/ngram_ops.h' 2022-12-01T10:11:13.9808877Z adding 'torch/include/caffe2/operators/no_default_engine_op.h' 2022-12-01T10:11:13.9810973Z adding 'torch/include/caffe2/operators/normalize_l1_op.h' 2022-12-01T10:11:13.9813335Z adding 'torch/include/caffe2/operators/normalize_op.h' 2022-12-01T10:11:13.9816080Z adding 'torch/include/caffe2/operators/numpy_tile_op.h' 2022-12-01T10:11:13.9818483Z adding 'torch/include/caffe2/operators/one_hot_ops.h' 2022-12-01T10:11:13.9822442Z adding 'torch/include/caffe2/operators/onnx_while_op.h' 2022-12-01T10:11:13.9825128Z adding 'torch/include/caffe2/operators/op_utils_cudnn.h' 2022-12-01T10:11:13.9827993Z adding 'torch/include/caffe2/operators/operator_fallback_gpu.h' 2022-12-01T10:11:13.9830323Z adding 'torch/include/caffe2/operators/order_switch_ops.h' 2022-12-01T10:11:13.9832982Z adding 'torch/include/caffe2/operators/pack_rnn_sequence_op.h' 2022-12-01T10:11:13.9835291Z adding 'torch/include/caffe2/operators/pack_segments.h' 2022-12-01T10:11:13.9837675Z adding 'torch/include/caffe2/operators/pad_op.h' 2022-12-01T10:11:13.9841811Z adding 'torch/include/caffe2/operators/partition_ops.h' 2022-12-01T10:11:13.9844208Z adding 'torch/include/caffe2/operators/percentile_op.h' 2022-12-01T10:11:13.9846195Z adding 'torch/include/caffe2/operators/perplexity_op.h' 2022-12-01T10:11:13.9849650Z adding 'torch/include/caffe2/operators/piecewise_linear_transform_op.h' 2022-12-01T10:11:13.9852627Z adding 'torch/include/caffe2/operators/pool_op.h' 2022-12-01T10:11:13.9854905Z adding 'torch/include/caffe2/operators/pool_op_util.h' 2022-12-01T10:11:13.9857574Z adding 'torch/include/caffe2/operators/pow_op.h' 2022-12-01T10:11:13.9860569Z adding 'torch/include/caffe2/operators/prefetch_op.h' 2022-12-01T10:11:13.9862713Z adding 'torch/include/caffe2/operators/prelu_op.h' 2022-12-01T10:11:13.9865040Z adding 'torch/include/caffe2/operators/prepend_dim_op.h' 2022-12-01T10:11:13.9868038Z adding 'torch/include/caffe2/operators/quant_decode_op.h' 2022-12-01T10:11:13.9870870Z adding 'torch/include/caffe2/operators/quantile_op.h' 2022-12-01T10:11:13.9872983Z adding 'torch/include/caffe2/operators/rank_loss_op.h' 2022-12-01T10:11:13.9874987Z adding 'torch/include/caffe2/operators/reciprocal_op.h' 2022-12-01T10:11:13.9877628Z adding 'torch/include/caffe2/operators/reduce_front_back_max_ops.h' 2022-12-01T10:11:13.9880554Z adding 'torch/include/caffe2/operators/reduce_front_back_sum_mean_ops.h' 2022-12-01T10:11:13.9883758Z adding 'torch/include/caffe2/operators/reduce_ops.h' 2022-12-01T10:11:13.9889438Z adding 'torch/include/caffe2/operators/reducer_functors.h' 2022-12-01T10:11:13.9892684Z adding 'torch/include/caffe2/operators/reduction_ops.h' 2022-12-01T10:11:13.9894927Z adding 'torch/include/caffe2/operators/relu_n_op.h' 2022-12-01T10:11:13.9896910Z adding 'torch/include/caffe2/operators/relu_op.h' 2022-12-01T10:11:13.9899454Z adding 'torch/include/caffe2/operators/remove_data_blocks_op.h' 2022-12-01T10:11:13.9901625Z adding 'torch/include/caffe2/operators/replace_nan_op.h' 2022-12-01T10:11:13.9904717Z adding 'torch/include/caffe2/operators/reshape_op.h' 2022-12-01T10:11:13.9907201Z adding 'torch/include/caffe2/operators/resize_3d_op.h' 2022-12-01T10:11:13.9909538Z adding 'torch/include/caffe2/operators/resize_op.h' 2022-12-01T10:11:13.9912016Z adding 'torch/include/caffe2/operators/reverse_packed_segs_op.h' 2022-12-01T10:11:13.9914291Z adding 'torch/include/caffe2/operators/rmac_regions_op.h' 2022-12-01T10:11:13.9917017Z adding 'torch/include/caffe2/operators/rms_norm_op.h' 2022-12-01T10:11:13.9919657Z adding 'torch/include/caffe2/operators/roi_align_gradient_op.h' 2022-12-01T10:11:13.9922416Z adding 'torch/include/caffe2/operators/roi_align_op.h' 2022-12-01T10:11:13.9925096Z adding 'torch/include/caffe2/operators/roi_align_rotated_gradient_op.h' 2022-12-01T10:11:13.9927308Z adding 'torch/include/caffe2/operators/roi_align_rotated_op.h' 2022-12-01T10:11:13.9929778Z adding 'torch/include/caffe2/operators/roi_pool_op.h' 2022-12-01T10:11:13.9932367Z adding 'torch/include/caffe2/operators/rowmul_op.h' 2022-12-01T10:11:13.9934711Z adding 'torch/include/caffe2/operators/rsqrt_op.h' 2022-12-01T10:11:13.9937104Z adding 'torch/include/caffe2/operators/scale_blobs_op.h' 2022-12-01T10:11:13.9939452Z adding 'torch/include/caffe2/operators/scale_op.h' 2022-12-01T10:11:13.9953861Z adding 'torch/include/caffe2/operators/segment_reduction_op.h' 2022-12-01T10:11:13.9959099Z adding 'torch/include/caffe2/operators/self_binning_histogram_op.h' 2022-12-01T10:11:13.9961885Z adding 'torch/include/caffe2/operators/selu_op.h' 2022-12-01T10:11:13.9965195Z adding 'torch/include/caffe2/operators/sequence_ops.h' 2022-12-01T10:11:13.9968079Z adding 'torch/include/caffe2/operators/shape_op.h' 2022-12-01T10:11:13.9971213Z adding 'torch/include/caffe2/operators/sigmoid_op.h' 2022-12-01T10:11:13.9973391Z adding 'torch/include/caffe2/operators/sin_op.h' 2022-12-01T10:11:13.9975582Z adding 'torch/include/caffe2/operators/sinh_op.h' 2022-12-01T10:11:13.9978306Z adding 'torch/include/caffe2/operators/sinusoid_position_encoding_op.h' 2022-12-01T10:11:13.9982144Z adding 'torch/include/caffe2/operators/slice_op.h' 2022-12-01T10:11:13.9984635Z adding 'torch/include/caffe2/operators/softmax_op.h' 2022-12-01T10:11:13.9986846Z adding 'torch/include/caffe2/operators/softmax_utils.h' 2022-12-01T10:11:13.9989338Z adding 'torch/include/caffe2/operators/softmax_with_loss_op.h' 2022-12-01T10:11:13.9991644Z adding 'torch/include/caffe2/operators/softplus_op.h' 2022-12-01T10:11:13.9993805Z adding 'torch/include/caffe2/operators/softsign_op.h' 2022-12-01T10:11:13.9996965Z adding 'torch/include/caffe2/operators/space_batch_op.h' 2022-12-01T10:11:13.9999604Z adding 'torch/include/caffe2/operators/sparse_dropout_with_replacement_op.h' 2022-12-01T10:11:14.0002159Z adding 'torch/include/caffe2/operators/sparse_itemwise_dropout_with_replacement_op.h' 2022-12-01T10:11:14.0004475Z adding 'torch/include/caffe2/operators/sparse_lp_regularizer_op.h' 2022-12-01T10:11:14.0006858Z adding 'torch/include/caffe2/operators/sparse_normalize_op.h' 2022-12-01T10:11:14.0010566Z adding 'torch/include/caffe2/operators/sparse_to_dense_mask_op.h' 2022-12-01T10:11:14.0013716Z adding 'torch/include/caffe2/operators/sparse_to_dense_op.h' 2022-12-01T10:11:14.0018189Z adding 'torch/include/caffe2/operators/spatial_batch_norm_op.h' 2022-12-01T10:11:14.0021200Z adding 'torch/include/caffe2/operators/spatial_softmax_with_loss_op.h' 2022-12-01T10:11:14.0023339Z adding 'torch/include/caffe2/operators/sqr_op.h' 2022-12-01T10:11:14.0025517Z adding 'torch/include/caffe2/operators/sqrt_op.h' 2022-12-01T10:11:14.0028009Z adding 'torch/include/caffe2/operators/square_root_divide_op.h' 2022-12-01T10:11:14.0030782Z adding 'torch/include/caffe2/operators/stats_put_ops.h' 2022-12-01T10:11:14.0033045Z adding 'torch/include/caffe2/operators/stop_gradient.h' 2022-12-01T10:11:14.0035800Z adding 'torch/include/caffe2/operators/string_ops.h' 2022-12-01T10:11:14.0038322Z adding 'torch/include/caffe2/operators/stump_func_op.h' 2022-12-01T10:11:14.0041211Z adding 'torch/include/caffe2/operators/summarize_op.h' 2022-12-01T10:11:14.0043536Z adding 'torch/include/caffe2/operators/swish_op.h' 2022-12-01T10:11:14.0045886Z adding 'torch/include/caffe2/operators/tan_op.h' 2022-12-01T10:11:14.0048055Z adding 'torch/include/caffe2/operators/tanh_op.h' 2022-12-01T10:11:14.0051138Z adding 'torch/include/caffe2/operators/tensor_protos_db_input.h' 2022-12-01T10:11:14.0053870Z adding 'torch/include/caffe2/operators/text_file_reader_utils.h' 2022-12-01T10:11:14.0056270Z adding 'torch/include/caffe2/operators/thresholded_relu_op.h' 2022-12-01T10:11:14.0059753Z adding 'torch/include/caffe2/operators/tile_op.h' 2022-12-01T10:11:14.0062344Z adding 'torch/include/caffe2/operators/top_k.h' 2022-12-01T10:11:14.0064944Z adding 'torch/include/caffe2/operators/transpose_op.h' 2022-12-01T10:11:14.0068296Z adding 'torch/include/caffe2/operators/tt_linear_op.h' 2022-12-01T10:11:14.0071025Z adding 'torch/include/caffe2/operators/unique_ops.h' 2022-12-01T10:11:14.0073782Z adding 'torch/include/caffe2/operators/unsafe_coalesce.h' 2022-12-01T10:11:14.0076313Z adding 'torch/include/caffe2/operators/upsample_op.h' 2022-12-01T10:11:14.0089773Z adding 'torch/include/caffe2/operators/utility_ops.h' 2022-12-01T10:11:14.0093535Z adding 'torch/include/caffe2/operators/variable_length_sequence_padding.h' 2022-12-01T10:11:14.0095822Z adding 'torch/include/caffe2/operators/weighted_multi_sampling_op.h' 2022-12-01T10:11:14.0098003Z adding 'torch/include/caffe2/operators/weighted_sample_op.h' 2022-12-01T10:11:14.0100505Z adding 'torch/include/caffe2/operators/while_op.h' 2022-12-01T10:11:14.0102729Z adding 'torch/include/caffe2/operators/zero_gradient_op.h' 2022-12-01T10:11:14.0105753Z adding 'torch/include/caffe2/opt/annotations.h' 2022-12-01T10:11:14.0107987Z adding 'torch/include/caffe2/opt/backend_cutting.h' 2022-12-01T10:11:14.0110839Z adding 'torch/include/caffe2/opt/backend_transformer_base.h' 2022-12-01T10:11:14.0114299Z adding 'torch/include/caffe2/opt/bound_shape_inferencer.h' 2022-12-01T10:11:14.0117100Z adding 'torch/include/caffe2/opt/converter.h' 2022-12-01T10:11:14.0119590Z adding 'torch/include/caffe2/opt/device.h' 2022-12-01T10:11:14.0122141Z adding 'torch/include/caffe2/opt/distributed.h' 2022-12-01T10:11:14.0124382Z adding 'torch/include/caffe2/opt/fakefp16_transform.h' 2022-12-01T10:11:14.0127392Z adding 'torch/include/caffe2/opt/fusion.h' 2022-12-01T10:11:14.0129932Z adding 'torch/include/caffe2/opt/glow_net_transform.h' 2022-12-01T10:11:14.0132197Z adding 'torch/include/caffe2/opt/mobile.h' 2022-12-01T10:11:14.0134537Z adding 'torch/include/caffe2/opt/onnx_convert.h' 2022-12-01T10:11:14.0140997Z adding 'torch/include/caffe2/opt/onnxifi_op.h' 2022-12-01T10:11:14.0144929Z adding 'torch/include/caffe2/opt/onnxifi_transformer.h' 2022-12-01T10:11:14.0147334Z adding 'torch/include/caffe2/opt/optimize_ideep.h' 2022-12-01T10:11:14.0149558Z adding 'torch/include/caffe2/opt/optimizer.h' 2022-12-01T10:11:14.0152069Z adding 'torch/include/caffe2/opt/passes.h' 2022-12-01T10:11:14.0155201Z adding 'torch/include/caffe2/opt/shape_info.h' 2022-12-01T10:11:14.0158393Z adding 'torch/include/caffe2/opt/tvm_transformer.h' 2022-12-01T10:11:14.0162169Z adding 'torch/include/caffe2/perfkernels/adagrad.h' 2022-12-01T10:11:14.0164921Z adding 'torch/include/caffe2/perfkernels/common.h' 2022-12-01T10:11:14.0167571Z adding 'torch/include/caffe2/perfkernels/cvtsh_ss_bugfix.h' 2022-12-01T10:11:14.0170374Z adding 'torch/include/caffe2/perfkernels/embedding_lookup.h' 2022-12-01T10:11:14.0172892Z adding 'torch/include/caffe2/perfkernels/embedding_lookup_idx.h' 2022-12-01T10:11:14.0175187Z adding 'torch/include/caffe2/perfkernels/fused_8bit_rowwise_embedding_lookup.h' 2022-12-01T10:11:14.0177700Z adding 'torch/include/caffe2/perfkernels/fused_8bit_rowwise_embedding_lookup_idx.h' 2022-12-01T10:11:14.0180055Z adding 'torch/include/caffe2/perfkernels/fused_nbit_rowwise_conversion.h' 2022-12-01T10:11:14.0182915Z adding 'torch/include/caffe2/perfkernels/lstm_unit_cpu-impl.h' 2022-12-01T10:11:14.0185251Z adding 'torch/include/caffe2/perfkernels/lstm_unit_cpu.h' 2022-12-01T10:11:14.0187491Z adding 'torch/include/caffe2/perfkernels/lstm_unit_cpu_common.h' 2022-12-01T10:11:14.0189847Z adding 'torch/include/caffe2/perfkernels/math.h' 2022-12-01T10:11:14.0191921Z adding 'torch/include/caffe2/perfkernels/typed_axpy.h' 2022-12-01T10:11:14.0194560Z adding 'torch/include/caffe2/predictor/InferenceGraph.h' 2022-12-01T10:11:14.0197374Z adding 'torch/include/caffe2/predictor/ThreadLocalPtr.h' 2022-12-01T10:11:14.0200233Z adding 'torch/include/caffe2/predictor/predictor.h' 2022-12-01T10:11:14.0202792Z adding 'torch/include/caffe2/predictor/predictor_config.h' 2022-12-01T10:11:14.0205120Z adding 'torch/include/caffe2/predictor/predictor_utils.h' 2022-12-01T10:11:14.0207124Z adding 'torch/include/caffe2/predictor/transforms.h' 2022-12-01T10:11:14.0278293Z adding 'torch/include/caffe2/proto/caffe2.pb.h' 2022-12-01T10:11:14.0292020Z adding 'torch/include/caffe2/proto/caffe2_pb.h' 2022-12-01T10:11:14.0312516Z adding 'torch/include/caffe2/proto/torch.pb.h' 2022-12-01T10:11:14.0318030Z adding 'torch/include/caffe2/proto/torch_pb.h' 2022-12-01T10:11:14.0322131Z adding 'torch/include/caffe2/python/dlpack.h' 2022-12-01T10:11:14.0327919Z adding 'torch/include/caffe2/python/pybind_state.h' 2022-12-01T10:11:14.0331718Z adding 'torch/include/caffe2/python/pybind_state_dlpack.h' 2022-12-01T10:11:14.0334480Z adding 'torch/include/caffe2/python/pybind_state_registry.h' 2022-12-01T10:11:14.0337602Z adding 'torch/include/caffe2/queue/blobs_queue.h' 2022-12-01T10:11:14.0340686Z adding 'torch/include/caffe2/queue/blobs_queue_db.h' 2022-12-01T10:11:14.0344614Z adding 'torch/include/caffe2/queue/queue_ops.h' 2022-12-01T10:11:14.0347452Z adding 'torch/include/caffe2/queue/rebatching_queue.h' 2022-12-01T10:11:14.0350414Z adding 'torch/include/caffe2/queue/rebatching_queue_ops.h' 2022-12-01T10:11:14.0384009Z adding 'torch/include/caffe2/serialize/crc_alt.h' 2022-12-01T10:11:14.0388574Z adding 'torch/include/caffe2/serialize/file_adapter.h' 2022-12-01T10:11:14.0391017Z adding 'torch/include/caffe2/serialize/in_memory_adapter.h' 2022-12-01T10:11:14.0410022Z adding 'torch/include/caffe2/serialize/inline_container.h' 2022-12-01T10:11:14.0410590Z adding 'torch/include/caffe2/serialize/istream_adapter.h' 2022-12-01T10:11:14.0411192Z adding 'torch/include/caffe2/serialize/read_adapter_interface.h' 2022-12-01T10:11:14.0411773Z adding 'torch/include/caffe2/serialize/versions.h' 2022-12-01T10:11:14.0412275Z adding 'torch/include/caffe2/sgd/adadelta_op.h' 2022-12-01T10:11:14.0415640Z adding 'torch/include/caffe2/sgd/adagrad_fused.h' 2022-12-01T10:11:14.0420643Z adding 'torch/include/caffe2/sgd/adagrad_op.h' 2022-12-01T10:11:14.0426448Z adding 'torch/include/caffe2/sgd/adam_op.h' 2022-12-01T10:11:14.0429665Z adding 'torch/include/caffe2/sgd/clip_tensor_op.h' 2022-12-01T10:11:14.0432724Z adding 'torch/include/caffe2/sgd/decay_adagrad_op.h' 2022-12-01T10:11:14.0435528Z adding 'torch/include/caffe2/sgd/fp16_momentum_sgd_op.h' 2022-12-01T10:11:14.0438169Z adding 'torch/include/caffe2/sgd/fp32_momentum_sgd_op.h' 2022-12-01T10:11:14.0441211Z adding 'torch/include/caffe2/sgd/ftrl_op.h' 2022-12-01T10:11:14.0443612Z adding 'torch/include/caffe2/sgd/gftrl_op.h' 2022-12-01T10:11:14.0446731Z adding 'torch/include/caffe2/sgd/iter_op.h' 2022-12-01T10:11:14.0449701Z adding 'torch/include/caffe2/sgd/lars_op.h' 2022-12-01T10:11:14.0452676Z adding 'torch/include/caffe2/sgd/learning_rate_adaption_op.h' 2022-12-01T10:11:14.0457416Z adding 'torch/include/caffe2/sgd/learning_rate_functors.h' 2022-12-01T10:11:14.0461784Z adding 'torch/include/caffe2/sgd/learning_rate_op.h' 2022-12-01T10:11:14.0464440Z adding 'torch/include/caffe2/sgd/math_lp.h' 2022-12-01T10:11:14.0467651Z adding 'torch/include/caffe2/sgd/momentum_sgd_op.h' 2022-12-01T10:11:14.0470353Z adding 'torch/include/caffe2/sgd/rmsprop_op.h' 2022-12-01T10:11:14.0477031Z adding 'torch/include/caffe2/sgd/rowwise_adagrad_fused.h' 2022-12-01T10:11:14.0480730Z adding 'torch/include/caffe2/sgd/rowwise_counter.h' 2022-12-01T10:11:14.0484052Z adding 'torch/include/caffe2/sgd/storm_op.h' 2022-12-01T10:11:14.0487082Z adding 'torch/include/caffe2/sgd/weight_scale_op.h' 2022-12-01T10:11:14.0490559Z adding 'torch/include/caffe2/sgd/wngrad_op.h' 2022-12-01T10:11:14.0494875Z adding 'torch/include/caffe2/sgd/yellowfin_op.h' 2022-12-01T10:11:14.0498208Z adding 'torch/include/caffe2/transforms/common_subexpression_elimination.h' 2022-12-01T10:11:14.0500636Z adding 'torch/include/caffe2/transforms/conv_to_nnpack_transform.h' 2022-12-01T10:11:14.0504615Z adding 'torch/include/caffe2/transforms/pattern_net_transform.h' 2022-12-01T10:11:14.0506212Z adding 'torch/include/caffe2/transforms/single_op_transform.h' 2022-12-01T10:11:14.0509604Z adding 'torch/include/caffe2/utils/bench_utils.h' 2022-12-01T10:11:14.0511992Z adding 'torch/include/caffe2/utils/cast.h' 2022-12-01T10:11:14.0517285Z adding 'torch/include/caffe2/utils/cblas.h' 2022-12-01T10:11:14.0520714Z adding 'torch/include/caffe2/utils/conversions.h' 2022-12-01T10:11:14.0523280Z adding 'torch/include/caffe2/utils/cpu_neon.h' 2022-12-01T10:11:14.0526144Z adding 'torch/include/caffe2/utils/cpuid.h' 2022-12-01T10:11:14.0529619Z adding 'torch/include/caffe2/utils/eigen_utils.h' 2022-12-01T10:11:14.0532735Z adding 'torch/include/caffe2/utils/filler.h' 2022-12-01T10:11:14.0535832Z adding 'torch/include/caffe2/utils/fixed_divisor.h' 2022-12-01T10:11:14.0538326Z adding 'torch/include/caffe2/utils/knob_patcher.h' 2022-12-01T10:11:14.0540730Z adding 'torch/include/caffe2/utils/knobs.h' 2022-12-01T10:11:14.0543081Z adding 'torch/include/caffe2/utils/map_utils.h' 2022-12-01T10:11:14.0545666Z adding 'torch/include/caffe2/utils/math-detail.h' 2022-12-01T10:11:14.0549968Z adding 'torch/include/caffe2/utils/math.h' 2022-12-01T10:11:14.0552831Z adding 'torch/include/caffe2/utils/murmur_hash3.h' 2022-12-01T10:11:14.0554996Z adding 'torch/include/caffe2/utils/proto_convert.h' 2022-12-01T10:11:14.0560011Z adding 'torch/include/caffe2/utils/proto_utils.h' 2022-12-01T10:11:14.0562787Z adding 'torch/include/caffe2/utils/proto_wrap.h' 2022-12-01T10:11:14.0565216Z adding 'torch/include/caffe2/utils/signal_handler.h' 2022-12-01T10:11:14.0568072Z adding 'torch/include/caffe2/utils/simple_queue.h' 2022-12-01T10:11:14.0570700Z adding 'torch/include/caffe2/utils/smart_tensor_printer.h' 2022-12-01T10:11:14.0573227Z adding 'torch/include/caffe2/utils/string_utils.h' 2022-12-01T10:11:14.0576114Z adding 'torch/include/caffe2/utils/zmq_helper.h' 2022-12-01T10:11:14.0578864Z adding 'torch/include/caffe2/utils/math/broadcast.h' 2022-12-01T10:11:14.0581722Z adding 'torch/include/caffe2/utils/math/elementwise.h' 2022-12-01T10:11:14.0584230Z adding 'torch/include/caffe2/utils/math/half_utils.h' 2022-12-01T10:11:14.0586885Z adding 'torch/include/caffe2/utils/math/reduce.h' 2022-12-01T10:11:14.0589300Z adding 'torch/include/caffe2/utils/math/transpose.h' 2022-12-01T10:11:14.0592501Z adding 'torch/include/caffe2/utils/math/utils.h' 2022-12-01T10:11:14.0596001Z adding 'torch/include/caffe2/utils/threadpool/ThreadPool.h' 2022-12-01T10:11:14.0598721Z adding 'torch/include/caffe2/utils/threadpool/ThreadPoolCommon.h' 2022-12-01T10:11:14.0604212Z adding 'torch/include/caffe2/utils/threadpool/WorkersPool.h' 2022-12-01T10:11:14.0607193Z adding 'torch/include/caffe2/utils/threadpool/pthreadpool-cpp.h' 2022-12-01T10:11:14.0610123Z adding 'torch/include/caffe2/utils/threadpool/pthreadpool.h' 2022-12-01T10:11:14.0612198Z adding 'torch/include/caffe2/utils/threadpool/thread_pool_guard.h' 2022-12-01T10:11:14.0614625Z adding 'torch/include/caffe2/video/optical_flow.h' 2022-12-01T10:11:14.0619413Z adding 'torch/include/caffe2/video/video_decoder.h' 2022-12-01T10:11:14.0628983Z adding 'torch/include/caffe2/video/video_input_op.h' 2022-12-01T10:11:14.0631922Z adding 'torch/include/caffe2/video/video_io.h' 2022-12-01T10:11:14.0639054Z adding 'torch/include/pybind11/attr.h' 2022-12-01T10:11:14.0643196Z adding 'torch/include/pybind11/buffer_info.h' 2022-12-01T10:11:14.0662899Z adding 'torch/include/pybind11/cast.h' 2022-12-01T10:11:14.0667069Z adding 'torch/include/pybind11/chrono.h' 2022-12-01T10:11:14.0669121Z adding 'torch/include/pybind11/common.h' 2022-12-01T10:11:14.0671477Z adding 'torch/include/pybind11/complex.h' 2022-12-01T10:11:14.0681214Z adding 'torch/include/pybind11/eigen.h' 2022-12-01T10:11:14.0686577Z adding 'torch/include/pybind11/embed.h' 2022-12-01T10:11:14.0689756Z adding 'torch/include/pybind11/eval.h' 2022-12-01T10:11:14.0692806Z adding 'torch/include/pybind11/functional.h' 2022-12-01T10:11:14.0695993Z adding 'torch/include/pybind11/gil.h' 2022-12-01T10:11:14.0699929Z adding 'torch/include/pybind11/iostream.h' 2022-12-01T10:11:14.0722502Z adding 'torch/include/pybind11/numpy.h' 2022-12-01T10:11:14.0727610Z adding 'torch/include/pybind11/operators.h' 2022-12-01T10:11:14.0730192Z adding 'torch/include/pybind11/options.h' 2022-12-01T10:11:14.0766108Z adding 'torch/include/pybind11/pybind11.h' 2022-12-01T10:11:14.0792547Z adding 'torch/include/pybind11/pytypes.h' 2022-12-01T10:11:14.0799132Z adding 'torch/include/pybind11/stl.h' 2022-12-01T10:11:14.0806875Z adding 'torch/include/pybind11/stl_bind.h' 2022-12-01T10:11:14.0816457Z adding 'torch/include/pybind11/detail/class.h' 2022-12-01T10:11:14.0831375Z adding 'torch/include/pybind11/detail/common.h' 2022-12-01T10:11:14.0835511Z adding 'torch/include/pybind11/detail/descr.h' 2022-12-01T10:11:14.0841330Z adding 'torch/include/pybind11/detail/init.h' 2022-12-01T10:11:14.0848889Z adding 'torch/include/pybind11/detail/internals.h' 2022-12-01T10:11:14.0862441Z adding 'torch/include/pybind11/detail/type_caster_base.h' 2022-12-01T10:11:14.0865782Z adding 'torch/include/pybind11/detail/typeid.h' 2022-12-01T10:11:14.0872332Z adding 'torch/include/torch/custom_class.h' 2022-12-01T10:11:14.0876461Z adding 'torch/include/torch/custom_class_detail.h' 2022-12-01T10:11:14.0878635Z adding 'torch/include/torch/extension.h' 2022-12-01T10:11:14.0890786Z adding 'torch/include/torch/library.h' 2022-12-01T10:11:14.0893782Z adding 'torch/include/torch/script.h' 2022-12-01T10:11:14.0897060Z adding 'torch/include/torch/csrc/CudaIPCTypes.h' 2022-12-01T10:11:14.0899154Z adding 'torch/include/torch/csrc/DataLoader.h' 2022-12-01T10:11:14.0901291Z adding 'torch/include/torch/csrc/Device.h' 2022-12-01T10:11:14.0903203Z adding 'torch/include/torch/csrc/Dtype.h' 2022-12-01T10:11:14.0905345Z adding 'torch/include/torch/csrc/DynamicTypes.h' 2022-12-01T10:11:14.0910641Z adding 'torch/include/torch/csrc/Exceptions.h' 2022-12-01T10:11:14.0912955Z adding 'torch/include/torch/csrc/Export.h' 2022-12-01T10:11:14.0914973Z adding 'torch/include/torch/csrc/Generator.h' 2022-12-01T10:11:14.0916961Z adding 'torch/include/torch/csrc/Layout.h' 2022-12-01T10:11:14.0919009Z adding 'torch/include/torch/csrc/MemoryFormat.h' 2022-12-01T10:11:14.0921031Z adding 'torch/include/torch/csrc/Module.h' 2022-12-01T10:11:14.0923100Z adding 'torch/include/torch/csrc/PythonTypes.h' 2022-12-01T10:11:14.0925057Z adding 'torch/include/torch/csrc/QScheme.h' 2022-12-01T10:11:14.0927005Z adding 'torch/include/torch/csrc/Size.h' 2022-12-01T10:11:14.0929039Z adding 'torch/include/torch/csrc/Storage.h' 2022-12-01T10:11:14.0930910Z adding 'torch/include/torch/csrc/StorageMethods.h' 2022-12-01T10:11:14.0932758Z adding 'torch/include/torch/csrc/StorageSharing.h' 2022-12-01T10:11:14.0934764Z adding 'torch/include/torch/csrc/Stream.h' 2022-12-01T10:11:14.0936674Z adding 'torch/include/torch/csrc/THConcat.h' 2022-12-01T10:11:14.0938671Z adding 'torch/include/torch/csrc/THP.h' 2022-12-01T10:11:14.0940904Z adding 'torch/include/torch/csrc/TypeInfo.h' 2022-12-01T10:11:14.0942571Z adding 'torch/include/torch/csrc/Types.h' 2022-12-01T10:11:14.0944787Z adding 'torch/include/torch/csrc/copy_utils.h' 2022-12-01T10:11:14.0946894Z adding 'torch/include/torch/csrc/itt_wrapper.h' 2022-12-01T10:11:14.0949077Z adding 'torch/include/torch/csrc/python_dimname.h' 2022-12-01T10:11:14.0951342Z adding 'torch/include/torch/csrc/python_headers.h' 2022-12-01T10:11:14.0953573Z adding 'torch/include/torch/csrc/serialization.h' 2022-12-01T10:11:14.0957141Z adding 'torch/include/torch/csrc/utils.h' 2022-12-01T10:11:14.0961664Z adding 'torch/include/torch/csrc/api/include/torch/all.h' 2022-12-01T10:11:14.0963914Z adding 'torch/include/torch/csrc/api/include/torch/arg.h' 2022-12-01T10:11:14.0965939Z adding 'torch/include/torch/csrc/api/include/torch/autograd.h' 2022-12-01T10:11:14.0967973Z adding 'torch/include/torch/csrc/api/include/torch/cuda.h' 2022-12-01T10:11:14.0969978Z adding 'torch/include/torch/csrc/api/include/torch/data.h' 2022-12-01T10:11:14.0973117Z adding 'torch/include/torch/csrc/api/include/torch/enum.h' 2022-12-01T10:11:14.0976274Z adding 'torch/include/torch/csrc/api/include/torch/expanding_array.h' 2022-12-01T10:11:14.0979685Z adding 'torch/include/torch/csrc/api/include/torch/fft.h' 2022-12-01T10:11:14.0982381Z adding 'torch/include/torch/csrc/api/include/torch/imethod.h' 2022-12-01T10:11:14.0984659Z adding 'torch/include/torch/csrc/api/include/torch/jit.h' 2022-12-01T10:11:14.0989873Z adding 'torch/include/torch/csrc/api/include/torch/linalg.h' 2022-12-01T10:11:14.0993017Z adding 'torch/include/torch/csrc/api/include/torch/nested.h' 2022-12-01T10:11:14.0995099Z adding 'torch/include/torch/csrc/api/include/torch/nn.h' 2022-12-01T10:11:14.0996994Z adding 'torch/include/torch/csrc/api/include/torch/optim.h' 2022-12-01T10:11:14.1002099Z adding 'torch/include/torch/csrc/api/include/torch/ordered_dict.h' 2022-12-01T10:11:14.1006206Z adding 'torch/include/torch/csrc/api/include/torch/python.h' 2022-12-01T10:11:14.1009189Z adding 'torch/include/torch/csrc/api/include/torch/serialize.h' 2022-12-01T10:11:14.1011201Z adding 'torch/include/torch/csrc/api/include/torch/sparse.h' 2022-12-01T10:11:14.1016496Z adding 'torch/include/torch/csrc/api/include/torch/special.h' 2022-12-01T10:11:14.1019418Z adding 'torch/include/torch/csrc/api/include/torch/torch.h' 2022-12-01T10:11:14.1021796Z adding 'torch/include/torch/csrc/api/include/torch/types.h' 2022-12-01T10:11:14.1024372Z adding 'torch/include/torch/csrc/api/include/torch/utils.h' 2022-12-01T10:11:14.1026848Z adding 'torch/include/torch/csrc/api/include/torch/version.h' 2022-12-01T10:11:14.1029730Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader.h' 2022-12-01T10:11:14.1032199Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader_options.h' 2022-12-01T10:11:14.1034166Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets.h' 2022-12-01T10:11:14.1036342Z adding 'torch/include/torch/csrc/api/include/torch/data/example.h' 2022-12-01T10:11:14.1039565Z adding 'torch/include/torch/csrc/api/include/torch/data/iterator.h' 2022-12-01T10:11:14.1041769Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers.h' 2022-12-01T10:11:14.1043608Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms.h' 2022-12-01T10:11:14.1045714Z adding 'torch/include/torch/csrc/api/include/torch/data/worker_exception.h' 2022-12-01T10:11:14.1049978Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/base.h' 2022-12-01T10:11:14.1052790Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h' 2022-12-01T10:11:14.1055429Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h' 2022-12-01T10:11:14.1058464Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/base.h' 2022-12-01T10:11:14.1065356Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h' 2022-12-01T10:11:14.1068738Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/map.h' 2022-12-01T10:11:14.1071138Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h' 2022-12-01T10:11:14.1073529Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/shared.h' 2022-12-01T10:11:14.1076032Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h' 2022-12-01T10:11:14.1078268Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h' 2022-12-01T10:11:14.1081316Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h' 2022-12-01T10:11:14.1083931Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/queue.h' 2022-12-01T10:11:14.1086848Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h' 2022-12-01T10:11:14.1089549Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/base.h' 2022-12-01T10:11:14.1091635Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h' 2022-12-01T10:11:14.1094296Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h' 2022-12-01T10:11:14.1096520Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/random.h' 2022-12-01T10:11:14.1098762Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h' 2022-12-01T10:11:14.1100881Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h' 2022-12-01T10:11:14.1103330Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/stream.h' 2022-12-01T10:11:14.1106013Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/base.h' 2022-12-01T10:11:14.1108275Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/collate.h' 2022-12-01T10:11:14.1110480Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h' 2022-12-01T10:11:14.1112752Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/stack.h' 2022-12-01T10:11:14.1115229Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h' 2022-12-01T10:11:14.1120560Z adding 'torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h' 2022-12-01T10:11:14.1123372Z adding 'torch/include/torch/csrc/api/include/torch/detail/static.h' 2022-12-01T10:11:14.1126635Z adding 'torch/include/torch/csrc/api/include/torch/nn/cloneable.h' 2022-12-01T10:11:14.1128712Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional.h' 2022-12-01T10:11:14.1131460Z adding 'torch/include/torch/csrc/api/include/torch/nn/init.h' 2022-12-01T10:11:14.1138727Z adding 'torch/include/torch/csrc/api/include/torch/nn/module.h' 2022-12-01T10:11:14.1141532Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules.h' 2022-12-01T10:11:14.1143695Z adding 'torch/include/torch/csrc/api/include/torch/nn/options.h' 2022-12-01T10:11:14.1146082Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h' 2022-12-01T10:11:14.1149563Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl.h' 2022-12-01T10:11:14.1151669Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils.h' 2022-12-01T10:11:14.1158198Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/activation.h' 2022-12-01T10:11:14.1161664Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h' 2022-12-01T10:11:14.1164594Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/conv.h' 2022-12-01T10:11:14.1167014Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/distance.h' 2022-12-01T10:11:14.1169763Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h' 2022-12-01T10:11:14.1172962Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h' 2022-12-01T10:11:14.1175487Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/fold.h' 2022-12-01T10:11:14.1177784Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h' 2022-12-01T10:11:14.1179920Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/linear.h' 2022-12-01T10:11:14.1185206Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/loss.h' 2022-12-01T10:11:14.1188888Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h' 2022-12-01T10:11:14.1191351Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/padding.h' 2022-12-01T10:11:14.1193728Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h' 2022-12-01T10:11:14.1198919Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h' 2022-12-01T10:11:14.1203541Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h' 2022-12-01T10:11:14.1206386Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/vision.h' 2022-12-01T10:11:14.1209158Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h' 2022-12-01T10:11:14.1214114Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/activation.h' 2022-12-01T10:11:14.1218009Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h' 2022-12-01T10:11:14.1221214Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h' 2022-12-01T10:11:14.1224068Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/common.h' 2022-12-01T10:11:14.1228315Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/conv.h' 2022-12-01T10:11:14.1231124Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/distance.h' 2022-12-01T10:11:14.1233843Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h' 2022-12-01T10:11:14.1236850Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h' 2022-12-01T10:11:14.1239241Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/fold.h' 2022-12-01T10:11:14.1242048Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h' 2022-12-01T10:11:14.1244839Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/linear.h' 2022-12-01T10:11:14.1250777Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/loss.h' 2022-12-01T10:11:14.1254372Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h' 2022-12-01T10:11:14.1257686Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/padding.h' 2022-12-01T10:11:14.1260369Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h' 2022-12-01T10:11:14.1265288Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h' 2022-12-01T10:11:14.1269680Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h' 2022-12-01T10:11:14.1273148Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h' 2022-12-01T10:11:14.1276070Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h' 2022-12-01T10:11:14.1279491Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h' 2022-12-01T10:11:14.1281933Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h' 2022-12-01T10:11:14.1284231Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/utils.h' 2022-12-01T10:11:14.1289502Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h' 2022-12-01T10:11:14.1292800Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h' 2022-12-01T10:11:14.1295645Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h' 2022-12-01T10:11:14.1298526Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h' 2022-12-01T10:11:14.1302054Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h' 2022-12-01T10:11:14.1306023Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h' 2022-12-01T10:11:14.1308729Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h' 2022-12-01T10:11:14.1311506Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h' 2022-12-01T10:11:14.1314512Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h' 2022-12-01T10:11:14.1319663Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h' 2022-12-01T10:11:14.1324830Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/activation.h' 2022-12-01T10:11:14.1327503Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h' 2022-12-01T10:11:14.1329923Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h' 2022-12-01T10:11:14.1333151Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/conv.h' 2022-12-01T10:11:14.1335724Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/distance.h' 2022-12-01T10:11:14.1338015Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/dropout.h' 2022-12-01T10:11:14.1341233Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/embedding.h' 2022-12-01T10:11:14.1343943Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/fold.h' 2022-12-01T10:11:14.1346391Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h' 2022-12-01T10:11:14.1348736Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/linear.h' 2022-12-01T10:11:14.1353770Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/loss.h' 2022-12-01T10:11:14.1357107Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/normalization.h' 2022-12-01T10:11:14.1360317Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/padding.h' 2022-12-01T10:11:14.1362695Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h' 2022-12-01T10:11:14.1366480Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pooling.h' 2022-12-01T10:11:14.1370024Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/rnn.h' 2022-12-01T10:11:14.1372516Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformer.h' 2022-12-01T10:11:14.1374912Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h' 2022-12-01T10:11:14.1377194Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h' 2022-12-01T10:11:14.1379953Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h' 2022-12-01T10:11:14.1382112Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/vision.h' 2022-12-01T10:11:14.1386903Z adding 'torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h' 2022-12-01T10:11:14.1390168Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h' 2022-12-01T10:11:14.1392688Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h' 2022-12-01T10:11:14.1397300Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h' 2022-12-01T10:11:14.1400626Z adding 'torch/include/torch/csrc/api/include/torch/optim/adagrad.h' 2022-12-01T10:11:14.1403199Z adding 'torch/include/torch/csrc/api/include/torch/optim/adam.h' 2022-12-01T10:11:14.1405773Z adding 'torch/include/torch/csrc/api/include/torch/optim/adamw.h' 2022-12-01T10:11:14.1408935Z adding 'torch/include/torch/csrc/api/include/torch/optim/lbfgs.h' 2022-12-01T10:11:14.1411760Z adding 'torch/include/torch/csrc/api/include/torch/optim/optimizer.h' 2022-12-01T10:11:14.1414542Z adding 'torch/include/torch/csrc/api/include/torch/optim/rmsprop.h' 2022-12-01T10:11:14.1418481Z adding 'torch/include/torch/csrc/api/include/torch/optim/serialize.h' 2022-12-01T10:11:14.1421146Z adding 'torch/include/torch/csrc/api/include/torch/optim/sgd.h' 2022-12-01T10:11:14.1423624Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h' 2022-12-01T10:11:14.1425653Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h' 2022-12-01T10:11:14.1427694Z adding 'torch/include/torch/csrc/api/include/torch/serialize/archive.h' 2022-12-01T10:11:14.1430378Z adding 'torch/include/torch/csrc/api/include/torch/serialize/input-archive.h' 2022-12-01T10:11:14.1432784Z adding 'torch/include/torch/csrc/api/include/torch/serialize/output-archive.h' 2022-12-01T10:11:14.1434848Z adding 'torch/include/torch/csrc/api/include/torch/serialize/tensor.h' 2022-12-01T10:11:14.1442208Z adding 'torch/include/torch/csrc/autograd/FunctionsManual.h' 2022-12-01T10:11:14.1445006Z adding 'torch/include/torch/csrc/autograd/InferenceMode.h' 2022-12-01T10:11:14.1450122Z adding 'torch/include/torch/csrc/autograd/VariableTypeUtils.h' 2022-12-01T10:11:14.1453157Z adding 'torch/include/torch/csrc/autograd/anomaly_mode.h' 2022-12-01T10:11:14.1455982Z adding 'torch/include/torch/csrc/autograd/autograd.h' 2022-12-01T10:11:14.1458193Z adding 'torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h' 2022-12-01T10:11:14.1459931Z adding 'torch/include/torch/csrc/autograd/cpp_hook.h' 2022-12-01T10:11:14.1465177Z adding 'torch/include/torch/csrc/autograd/custom_function.h' 2022-12-01T10:11:14.1467686Z adding 'torch/include/torch/csrc/autograd/edge.h' 2022-12-01T10:11:14.1471795Z adding 'torch/include/torch/csrc/autograd/engine.h' 2022-12-01T10:11:14.1476163Z adding 'torch/include/torch/csrc/autograd/forward_grad.h' 2022-12-01T10:11:14.1485832Z adding 'torch/include/torch/csrc/autograd/function.h' 2022-12-01T10:11:14.1488467Z adding 'torch/include/torch/csrc/autograd/function_hook.h' 2022-12-01T10:11:14.1490288Z adding 'torch/include/torch/csrc/autograd/grad_mode.h' 2022-12-01T10:11:14.1493855Z adding 'torch/include/torch/csrc/autograd/graph_task.h' 2022-12-01T10:11:14.1496324Z adding 'torch/include/torch/csrc/autograd/input_buffer.h' 2022-12-01T10:11:14.1499081Z adding 'torch/include/torch/csrc/autograd/input_metadata.h' 2022-12-01T10:11:14.1501588Z adding 'torch/include/torch/csrc/autograd/jit_decomp_interface.h' 2022-12-01T10:11:14.1503405Z adding 'torch/include/torch/csrc/autograd/profiler.h' 2022-12-01T10:11:14.1506412Z adding 'torch/include/torch/csrc/autograd/profiler_kineto.h' 2022-12-01T10:11:14.1510755Z adding 'torch/include/torch/csrc/autograd/profiler_legacy.h' 2022-12-01T10:11:14.1513079Z adding 'torch/include/torch/csrc/autograd/profiler_python.h' 2022-12-01T10:11:14.1515268Z adding 'torch/include/torch/csrc/autograd/python_anomaly_mode.h' 2022-12-01T10:11:14.1517270Z adding 'torch/include/torch/csrc/autograd/python_autograd.h' 2022-12-01T10:11:14.1520000Z adding 'torch/include/torch/csrc/autograd/python_cpp_function.h' 2022-12-01T10:11:14.1522440Z adding 'torch/include/torch/csrc/autograd/python_engine.h' 2022-12-01T10:11:14.1524390Z adding 'torch/include/torch/csrc/autograd/python_enum_tag.h' 2022-12-01T10:11:14.1526292Z adding 'torch/include/torch/csrc/autograd/python_fft_functions.h' 2022-12-01T10:11:14.1529059Z adding 'torch/include/torch/csrc/autograd/python_function.h' 2022-12-01T10:11:14.1531215Z adding 'torch/include/torch/csrc/autograd/python_hook.h' 2022-12-01T10:11:14.1533194Z adding 'torch/include/torch/csrc/autograd/python_legacy_variable.h' 2022-12-01T10:11:14.1535097Z adding 'torch/include/torch/csrc/autograd/python_linalg_functions.h' 2022-12-01T10:11:14.1536899Z adding 'torch/include/torch/csrc/autograd/python_nested_functions.h' 2022-12-01T10:11:14.1538766Z adding 'torch/include/torch/csrc/autograd/python_nn_functions.h' 2022-12-01T10:11:14.1540662Z adding 'torch/include/torch/csrc/autograd/python_return_types.h' 2022-12-01T10:11:14.1542884Z adding 'torch/include/torch/csrc/autograd/python_saved_variable_hooks.h' 2022-12-01T10:11:14.1544588Z adding 'torch/include/torch/csrc/autograd/python_sparse_functions.h' 2022-12-01T10:11:14.1546450Z adding 'torch/include/torch/csrc/autograd/python_special_functions.h' 2022-12-01T10:11:14.1548401Z adding 'torch/include/torch/csrc/autograd/python_torch_functions.h' 2022-12-01T10:11:14.1550837Z adding 'torch/include/torch/csrc/autograd/python_variable.h' 2022-12-01T10:11:14.1552850Z adding 'torch/include/torch/csrc/autograd/python_variable_indexing.h' 2022-12-01T10:11:14.1554963Z adding 'torch/include/torch/csrc/autograd/record_function_ops.h' 2022-12-01T10:11:14.1557871Z adding 'torch/include/torch/csrc/autograd/saved_variable.h' 2022-12-01T10:11:14.1560187Z adding 'torch/include/torch/csrc/autograd/saved_variable_hooks.h' 2022-12-01T10:11:14.1562237Z adding 'torch/include/torch/csrc/autograd/symbolic.h' 2022-12-01T10:11:14.1573186Z adding 'torch/include/torch/csrc/autograd/variable.h' 2022-12-01T10:11:14.1579175Z adding 'torch/include/torch/csrc/autograd/functions/accumulate_grad.h' 2022-12-01T10:11:14.1582013Z adding 'torch/include/torch/csrc/autograd/functions/basic_ops.h' 2022-12-01T10:11:14.1584274Z adding 'torch/include/torch/csrc/autograd/functions/comm.h' 2022-12-01T10:11:14.1586295Z adding 'torch/include/torch/csrc/autograd/functions/pybind.h' 2022-12-01T10:11:14.1589131Z adding 'torch/include/torch/csrc/autograd/functions/tensor.h' 2022-12-01T10:11:14.1591856Z adding 'torch/include/torch/csrc/autograd/functions/utils.h' 2022-12-01T10:11:14.1615963Z adding 'torch/include/torch/csrc/autograd/generated/Functions.h' 2022-12-01T10:11:14.1624238Z adding 'torch/include/torch/csrc/autograd/generated/VariableType.h' 2022-12-01T10:11:14.1626159Z adding 'torch/include/torch/csrc/autograd/generated/python_functions.h' 2022-12-01T10:11:14.1631480Z adding 'torch/include/torch/csrc/autograd/generated/variable_factories.h' 2022-12-01T10:11:14.1634821Z adding 'torch/include/torch/csrc/autograd/utils/error_messages.h' 2022-12-01T10:11:14.1637412Z adding 'torch/include/torch/csrc/autograd/utils/grad_layout_contract.h' 2022-12-01T10:11:14.1639827Z adding 'torch/include/torch/csrc/autograd/utils/lambda_post_hook.h' 2022-12-01T10:11:14.1642107Z adding 'torch/include/torch/csrc/autograd/utils/python_arg_parsing.h' 2022-12-01T10:11:14.1644213Z adding 'torch/include/torch/csrc/autograd/utils/warnings.h' 2022-12-01T10:11:14.1646900Z adding 'torch/include/torch/csrc/autograd/utils/wrap_outputs.h' 2022-12-01T10:11:14.1649305Z adding 'torch/include/torch/csrc/cuda/Event.h' 2022-12-01T10:11:14.1651316Z adding 'torch/include/torch/csrc/cuda/Module.h' 2022-12-01T10:11:14.1653265Z adding 'torch/include/torch/csrc/cuda/Stream.h' 2022-12-01T10:11:14.1655223Z adding 'torch/include/torch/csrc/cuda/THCP.h' 2022-12-01T10:11:14.1657337Z adding 'torch/include/torch/csrc/cuda/comm.h' 2022-12-01T10:11:14.1659407Z adding 'torch/include/torch/csrc/cuda/device_set.h' 2022-12-01T10:11:14.1661360Z adding 'torch/include/torch/csrc/cuda/memory_snapshot.h' 2022-12-01T10:11:14.1664345Z adding 'torch/include/torch/csrc/cuda/nccl.h' 2022-12-01T10:11:14.1667140Z adding 'torch/include/torch/csrc/cuda/python_comm.h' 2022-12-01T10:11:14.1669133Z adding 'torch/include/torch/csrc/cuda/python_nccl.h' 2022-12-01T10:11:14.1673291Z adding 'torch/include/torch/csrc/distributed/c10d/Backend.hpp' 2022-12-01T10:11:14.1675835Z adding 'torch/include/torch/csrc/distributed/c10d/FileStore.hpp' 2022-12-01T10:11:14.1678109Z adding 'torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp' 2022-12-01T10:11:14.1680624Z adding 'torch/include/torch/csrc/distributed/c10d/HashStore.hpp' 2022-12-01T10:11:14.1684235Z adding 'torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp' 2022-12-01T10:11:14.1686927Z adding 'torch/include/torch/csrc/distributed/c10d/Ops.hpp' 2022-12-01T10:11:14.1689251Z adding 'torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp' 2022-12-01T10:11:14.1691403Z adding 'torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp' 2022-12-01T10:11:14.1695098Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp' 2022-12-01T10:11:14.1699990Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp' 2022-12-01T10:11:14.1703974Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp' 2022-12-01T10:11:14.1712584Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp' 2022-12-01T10:11:14.1715892Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.hpp' 2022-12-01T10:11:14.1719787Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp' 2022-12-01T10:11:14.1723199Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp' 2022-12-01T10:11:14.1725820Z adding 'torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp' 2022-12-01T10:11:14.1728378Z adding 'torch/include/torch/csrc/distributed/c10d/Store.hpp' 2022-12-01T10:11:14.1731125Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStore.hpp' 2022-12-01T10:11:14.1734481Z adding 'torch/include/torch/csrc/distributed/c10d/TraceUtils.h' 2022-12-01T10:11:14.1737557Z adding 'torch/include/torch/csrc/distributed/c10d/Types.hpp' 2022-12-01T10:11:14.1739832Z adding 'torch/include/torch/csrc/distributed/c10d/UCCForNCCL.hpp' 2022-12-01T10:11:14.1742331Z adding 'torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp' 2022-12-01T10:11:14.1745362Z adding 'torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp' 2022-12-01T10:11:14.1747680Z adding 'torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp' 2022-12-01T10:11:14.1753621Z adding 'torch/include/torch/csrc/distributed/c10d/Utils.hpp' 2022-12-01T10:11:14.1756390Z adding 'torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp' 2022-12-01T10:11:14.1759431Z adding 'torch/include/torch/csrc/distributed/c10d/Work.hpp' 2022-12-01T10:11:14.1761635Z adding 'torch/include/torch/csrc/distributed/c10d/c10d.h' 2022-12-01T10:11:14.1764472Z adding 'torch/include/torch/csrc/distributed/c10d/comm.hpp' 2022-12-01T10:11:14.1766574Z adding 'torch/include/torch/csrc/distributed/c10d/debug.h' 2022-12-01T10:11:14.1768769Z adding 'torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp' 2022-12-01T10:11:14.1770886Z adding 'torch/include/torch/csrc/distributed/c10d/error.h' 2022-12-01T10:11:14.1773007Z adding 'torch/include/torch/csrc/distributed/c10d/exception.h' 2022-12-01T10:11:14.1775884Z adding 'torch/include/torch/csrc/distributed/c10d/logger.hpp' 2022-12-01T10:11:14.1778257Z adding 'torch/include/torch/csrc/distributed/c10d/logging.h' 2022-12-01T10:11:14.1780488Z adding 'torch/include/torch/csrc/distributed/c10d/python_comm_hook.h' 2022-12-01T10:11:14.1788820Z adding 'torch/include/torch/csrc/distributed/c10d/reducer.hpp' 2022-12-01T10:11:14.1791823Z adding 'torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp' 2022-12-01T10:11:14.1794186Z adding 'torch/include/torch/csrc/distributed/c10d/sequence_num.hpp' 2022-12-01T10:11:14.1796475Z adding 'torch/include/torch/csrc/distributed/c10d/socket.h' 2022-12-01T10:11:14.1799536Z adding 'torch/include/torch/csrc/distributed/rpc/agent_utils.h' 2022-12-01T10:11:14.1803268Z adding 'torch/include/torch/csrc/distributed/rpc/message.h' 2022-12-01T10:11:14.1806125Z adding 'torch/include/torch/csrc/distributed/rpc/py_rref.h' 2022-12-01T10:11:14.1808322Z adding 'torch/include/torch/csrc/distributed/rpc/python_call.h' 2022-12-01T10:11:14.1810726Z adding 'torch/include/torch/csrc/distributed/rpc/python_functions.h' 2022-12-01T10:11:14.1812957Z adding 'torch/include/torch/csrc/distributed/rpc/python_remote_call.h' 2022-12-01T10:11:14.1815059Z adding 'torch/include/torch/csrc/distributed/rpc/python_resp.h' 2022-12-01T10:11:14.1818108Z adding 'torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h' 2022-12-01T10:11:14.1820519Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback.h' 2022-12-01T10:11:14.1822814Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_impl.h' 2022-12-01T10:11:14.1825365Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h' 2022-12-01T10:11:14.1827326Z adding 'torch/include/torch/csrc/distributed/rpc/rpc.h' 2022-12-01T10:11:14.1832485Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_agent.h' 2022-12-01T10:11:14.1835192Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_command_base.h' 2022-12-01T10:11:14.1841693Z adding 'torch/include/torch/csrc/distributed/rpc/rref_context.h' 2022-12-01T10:11:14.1848351Z adding 'torch/include/torch/csrc/distributed/rpc/rref_impl.h' 2022-12-01T10:11:14.1851388Z adding 'torch/include/torch/csrc/distributed/rpc/rref_proto.h' 2022-12-01T10:11:14.1853907Z adding 'torch/include/torch/csrc/distributed/rpc/script_call.h' 2022-12-01T10:11:14.1856376Z adding 'torch/include/torch/csrc/distributed/rpc/script_remote_call.h' 2022-12-01T10:11:14.1858599Z adding 'torch/include/torch/csrc/distributed/rpc/script_resp.h' 2022-12-01T10:11:14.1864574Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h' 2022-12-01T10:11:14.1868044Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h' 2022-12-01T10:11:14.1870285Z adding 'torch/include/torch/csrc/distributed/rpc/torchscript_functions.h' 2022-12-01T10:11:14.1872539Z adding 'torch/include/torch/csrc/distributed/rpc/types.h' 2022-12-01T10:11:14.1874769Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h' 2022-12-01T10:11:14.1877010Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h' 2022-12-01T10:11:14.1879777Z adding 'torch/include/torch/csrc/distributed/rpc/utils.h' 2022-12-01T10:11:14.1883492Z adding 'torch/include/torch/csrc/jit/jit_log.h' 2022-12-01T10:11:14.1885775Z adding 'torch/include/torch/csrc/jit/jit_opt_limit.h' 2022-12-01T10:11:14.1887883Z adding 'torch/include/torch/csrc/jit/resource_guard.h' 2022-12-01T10:11:14.1892691Z adding 'torch/include/torch/csrc/jit/api/compilation_unit.h' 2022-12-01T10:11:14.1896350Z adding 'torch/include/torch/csrc/jit/api/function_impl.h' 2022-12-01T10:11:14.1899030Z adding 'torch/include/torch/csrc/jit/api/method.h' 2022-12-01T10:11:14.1906348Z adding 'torch/include/torch/csrc/jit/api/module.h' 2022-12-01T10:11:14.1910105Z adding 'torch/include/torch/csrc/jit/api/object.h' 2022-12-01T10:11:14.1913163Z adding 'torch/include/torch/csrc/jit/backends/backend.h' 2022-12-01T10:11:14.1916785Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_handler.h' 2022-12-01T10:11:14.1919628Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_info.h' 2022-12-01T10:11:14.1921892Z adding 'torch/include/torch/csrc/jit/backends/backend_detail.h' 2022-12-01T10:11:14.1924395Z adding 'torch/include/torch/csrc/jit/backends/backend_exception.h' 2022-12-01T10:11:14.1926571Z adding 'torch/include/torch/csrc/jit/backends/backend_init.h' 2022-12-01T10:11:14.1928646Z adding 'torch/include/torch/csrc/jit/backends/backend_interface.h' 2022-12-01T10:11:14.1930655Z adding 'torch/include/torch/csrc/jit/backends/backend_preprocess.h' 2022-12-01T10:11:14.1932479Z adding 'torch/include/torch/csrc/jit/backends/backend_resolver.h' 2022-12-01T10:11:14.1939966Z adding 'torch/include/torch/csrc/jit/codegen/cuda/arith.h' 2022-12-01T10:11:14.1942401Z adding 'torch/include/torch/csrc/jit/codegen/cuda/codegen.h' 2022-12-01T10:11:14.1944537Z adding 'torch/include/torch/csrc/jit/codegen/cuda/compute_at.h' 2022-12-01T10:11:14.1948629Z adding 'torch/include/torch/csrc/jit/codegen/cuda/compute_at_map.h' 2022-12-01T10:11:14.1951801Z adding 'torch/include/torch/csrc/jit/codegen/cuda/contiguity.h' 2022-12-01T10:11:14.1955528Z adding 'torch/include/torch/csrc/jit/codegen/cuda/disjoint_set.h' 2022-12-01T10:11:14.1959638Z adding 'torch/include/torch/csrc/jit/codegen/cuda/dispatch.h' 2022-12-01T10:11:14.1963341Z adding 'torch/include/torch/csrc/jit/codegen/cuda/dynamic_type.h' 2022-12-01T10:11:14.1967604Z adding 'torch/include/torch/csrc/jit/codegen/cuda/evaluator_common.h' 2022-12-01T10:11:14.1971828Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor.h' 2022-12-01T10:11:14.1976088Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor_kernel_arg.h' 2022-12-01T10:11:14.1978901Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor_launch_params.h' 2022-12-01T10:11:14.1983033Z adding 'torch/include/torch/csrc/jit/codegen/cuda/executor_utils.h' 2022-12-01T10:11:14.1985488Z adding 'torch/include/torch/csrc/jit/codegen/cuda/expr_evaluator.h' 2022-12-01T10:11:14.1989628Z adding 'torch/include/torch/csrc/jit/codegen/cuda/fusion.h' 2022-12-01T10:11:14.1997090Z adding 'torch/include/torch/csrc/jit/codegen/cuda/fusion_segmenter.h' 2022-12-01T10:11:14.2000106Z adding 'torch/include/torch/csrc/jit/codegen/cuda/grouped_reduction.h' 2022-12-01T10:11:14.2005515Z adding 'torch/include/torch/csrc/jit/codegen/cuda/index_compute.h' 2022-12-01T10:11:14.2008774Z adding 'torch/include/torch/csrc/jit/codegen/cuda/inline_propagator.h' 2022-12-01T10:11:14.2011368Z adding 'torch/include/torch/csrc/jit/codegen/cuda/instrumentation.h' 2022-12-01T10:11:14.2013817Z adding 'torch/include/torch/csrc/jit/codegen/cuda/interface.h' 2022-12-01T10:11:14.2015779Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_all_nodes.h' 2022-12-01T10:11:14.2021092Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_base_nodes.h' 2022-12-01T10:11:14.2024295Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_builder.h' 2022-12-01T10:11:14.2026915Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_cloner.h' 2022-12-01T10:11:14.2030084Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_container.h' 2022-12-01T10:11:14.2032764Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_graphviz.h' 2022-12-01T10:11:14.2039495Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_interface_nodes.h' 2022-12-01T10:11:14.2055142Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_internal_nodes.h' 2022-12-01T10:11:14.2059060Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_iostream.h' 2022-12-01T10:11:14.2061389Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_printer.h' 2022-12-01T10:11:14.2065139Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ir_utils.h' 2022-12-01T10:11:14.2069565Z adding 'torch/include/torch/csrc/jit/codegen/cuda/iter_visitor.h' 2022-12-01T10:11:14.2073775Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel.h' 2022-12-01T10:11:14.2080482Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_cache.h' 2022-12-01T10:11:14.2083421Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_expr_evaluator.h' 2022-12-01T10:11:14.2089573Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_ir.h' 2022-12-01T10:11:14.2093004Z adding 'torch/include/torch/csrc/jit/codegen/cuda/kernel_ir_dispatch.h' 2022-12-01T10:11:14.2096279Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower2device.h' 2022-12-01T10:11:14.2098590Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_alias_memory.h' 2022-12-01T10:11:14.2100589Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_allocation.h' 2022-12-01T10:11:14.2104684Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_double_buffer.h' 2022-12-01T10:11:14.2106860Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_expr_sort.h' 2022-12-01T10:11:14.2108901Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_fused_reduction.h' 2022-12-01T10:11:14.2110898Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_fusion_simplifier.h' 2022-12-01T10:11:14.2113616Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_index.h' 2022-12-01T10:11:14.2117417Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_index_compute.h' 2022-12-01T10:11:14.2120803Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_index_hoist.h' 2022-12-01T10:11:14.2123124Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_insert_syncs.h' 2022-12-01T10:11:14.2125280Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_instrument.h' 2022-12-01T10:11:14.2127575Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_loops.h' 2022-12-01T10:11:14.2130042Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_magic_zero.h' 2022-12-01T10:11:14.2132481Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_misaligned_vectorization.h' 2022-12-01T10:11:14.2134794Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_predicate.h' 2022-12-01T10:11:14.2137031Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_predicate_elimination.h' 2022-12-01T10:11:14.2139040Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_replace_size.h' 2022-12-01T10:11:14.2142840Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_shift.h' 2022-12-01T10:11:14.2145332Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_sync_information.h' 2022-12-01T10:11:14.2148508Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_thread_predicate.h' 2022-12-01T10:11:14.2150990Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_broadcast.h' 2022-12-01T10:11:14.2153427Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_trivial_reductions.h' 2022-12-01T10:11:14.2155969Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_unroll.h' 2022-12-01T10:11:14.2160588Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_utils.h' 2022-12-01T10:11:14.2163403Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_validation.h' 2022-12-01T10:11:14.2165560Z adding 'torch/include/torch/csrc/jit/codegen/cuda/lower_warp_reduce.h' 2022-12-01T10:11:14.2167775Z adding 'torch/include/torch/csrc/jit/codegen/cuda/manager.h' 2022-12-01T10:11:14.2171892Z adding 'torch/include/torch/csrc/jit/codegen/cuda/maxinfo_propagator.h' 2022-12-01T10:11:14.2175760Z adding 'torch/include/torch/csrc/jit/codegen/cuda/mma_type.h' 2022-12-01T10:11:14.2178115Z adding 'torch/include/torch/csrc/jit/codegen/cuda/mutator.h' 2022-12-01T10:11:14.2180639Z adding 'torch/include/torch/csrc/jit/codegen/cuda/non_divisible_split.h' 2022-12-01T10:11:14.2183206Z adding 'torch/include/torch/csrc/jit/codegen/cuda/parallel_dimension_map.h' 2022-12-01T10:11:14.2186527Z adding 'torch/include/torch/csrc/jit/codegen/cuda/parallel_type_bitmap.h' 2022-12-01T10:11:14.2189037Z adding 'torch/include/torch/csrc/jit/codegen/cuda/parser.h' 2022-12-01T10:11:14.2191303Z adding 'torch/include/torch/csrc/jit/codegen/cuda/partial_split_map.h' 2022-12-01T10:11:14.2193384Z adding 'torch/include/torch/csrc/jit/codegen/cuda/partition.h' 2022-12-01T10:11:14.2196555Z adding 'torch/include/torch/csrc/jit/codegen/cuda/predicate_compute.h' 2022-12-01T10:11:14.2198770Z adding 'torch/include/torch/csrc/jit/codegen/cuda/reference_tensor.h' 2022-12-01T10:11:14.2204540Z adding 'torch/include/torch/csrc/jit/codegen/cuda/root_domain_map.h' 2022-12-01T10:11:14.2209639Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_iter.h' 2022-12-01T10:11:14.2213179Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_replay.h' 2022-12-01T10:11:14.2215607Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_rfactor.h' 2022-12-01T10:11:14.2218442Z adding 'torch/include/torch/csrc/jit/codegen/cuda/transform_view.h' 2022-12-01T10:11:14.2223116Z adding 'torch/include/torch/csrc/jit/codegen/cuda/type.h' 2022-12-01T10:11:14.2225501Z adding 'torch/include/torch/csrc/jit/codegen/cuda/type_inference.h' 2022-12-01T10:11:14.2227896Z adding 'torch/include/torch/csrc/jit/codegen/cuda/type_promotion.h' 2022-12-01T10:11:14.2231079Z adding 'torch/include/torch/csrc/jit/codegen/cuda/utils.h' 2022-12-01T10:11:14.2233414Z adding 'torch/include/torch/csrc/jit/codegen/cuda/vectorization_info.h' 2022-12-01T10:11:14.2235981Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/alias.h' 2022-12-01T10:11:14.2238063Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/all_ops.h' 2022-12-01T10:11:14.2240439Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/composite.h' 2022-12-01T10:11:14.2243123Z adding 'torch/include/torch/csrc/jit/codegen/cuda/ops/normalization.h' 2022-12-01T10:11:14.2245778Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/all_schedulers.h' 2022-12-01T10:11:14.2249755Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/compile_time_info.h' 2022-12-01T10:11:14.2252436Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/debug_utils.h' 2022-12-01T10:11:14.2254365Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/heuristic.h' 2022-12-01T10:11:14.2256680Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/matmul.h' 2022-12-01T10:11:14.2260255Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/mma_utils.h' 2022-12-01T10:11:14.2262665Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/normalization.h' 2022-12-01T10:11:14.2264839Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise.h' 2022-12-01T10:11:14.2267580Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_heuristic.h' 2022-12-01T10:11:14.2270114Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/pointwise_utils.h' 2022-12-01T10:11:14.2272202Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction.h' 2022-12-01T10:11:14.2275853Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_heuristic.h' 2022-12-01T10:11:14.2278568Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/reduction_utils.h' 2022-12-01T10:11:14.2282435Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/registry.h' 2022-12-01T10:11:14.2285823Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose.h' 2022-12-01T10:11:14.2288979Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/transpose_heuristic.h' 2022-12-01T10:11:14.2295913Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/utils.h' 2022-12-01T10:11:14.2298854Z adding 'torch/include/torch/csrc/jit/codegen/cuda/scheduler/vectorize_helper.h' 2022-12-01T10:11:14.2301420Z adding 'torch/include/torch/csrc/jit/frontend/builtin_functions.h' 2022-12-01T10:11:14.2303502Z adding 'torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h' 2022-12-01T10:11:14.2307421Z adding 'torch/include/torch/csrc/jit/frontend/concrete_module_type.h' 2022-12-01T10:11:14.2309774Z adding 'torch/include/torch/csrc/jit/frontend/convert_to_ssa.h' 2022-12-01T10:11:14.2311799Z adding 'torch/include/torch/csrc/jit/frontend/edit_distance.h' 2022-12-01T10:11:14.2313974Z adding 'torch/include/torch/csrc/jit/frontend/error_report.h' 2022-12-01T10:11:14.2315963Z adding 'torch/include/torch/csrc/jit/frontend/exit_transforms.h' 2022-12-01T10:11:14.2317974Z adding 'torch/include/torch/csrc/jit/frontend/function_schema_parser.h' 2022-12-01T10:11:14.2320131Z adding 'torch/include/torch/csrc/jit/frontend/inline_loop_condition.h' 2022-12-01T10:11:14.2322208Z adding 'torch/include/torch/csrc/jit/frontend/ir_emitter.h' 2022-12-01T10:11:14.2328677Z adding 'torch/include/torch/csrc/jit/frontend/lexer.h' 2022-12-01T10:11:14.2331488Z adding 'torch/include/torch/csrc/jit/frontend/mini_environment.h' 2022-12-01T10:11:14.2333634Z adding 'torch/include/torch/csrc/jit/frontend/name_mangler.h' 2022-12-01T10:11:14.2336065Z adding 'torch/include/torch/csrc/jit/frontend/parse_string_literal.h' 2022-12-01T10:11:14.2338161Z adding 'torch/include/torch/csrc/jit/frontend/parser.h' 2022-12-01T10:11:14.2340072Z adding 'torch/include/torch/csrc/jit/frontend/parser_constants.h' 2022-12-01T10:11:14.2342447Z adding 'torch/include/torch/csrc/jit/frontend/resolver.h' 2022-12-01T10:11:14.2344716Z adding 'torch/include/torch/csrc/jit/frontend/schema_matching.h' 2022-12-01T10:11:14.2346879Z adding 'torch/include/torch/csrc/jit/frontend/schema_type_parser.h' 2022-12-01T10:11:14.2349233Z adding 'torch/include/torch/csrc/jit/frontend/script_type_parser.h' 2022-12-01T10:11:14.2353915Z adding 'torch/include/torch/csrc/jit/frontend/source_range.h' 2022-12-01T10:11:14.2356540Z adding 'torch/include/torch/csrc/jit/frontend/source_ref.h' 2022-12-01T10:11:14.2358575Z adding 'torch/include/torch/csrc/jit/frontend/strtod.h' 2022-12-01T10:11:14.2366622Z adding 'torch/include/torch/csrc/jit/frontend/sugared_value.h' 2022-12-01T10:11:14.2371554Z adding 'torch/include/torch/csrc/jit/frontend/tracer.h' 2022-12-01T10:11:14.2375418Z adding 'torch/include/torch/csrc/jit/frontend/tree.h' 2022-12-01T10:11:14.2384271Z adding 'torch/include/torch/csrc/jit/frontend/tree_views.h' 2022-12-01T10:11:14.2387500Z adding 'torch/include/torch/csrc/jit/frontend/versioned_symbols.h' 2022-12-01T10:11:14.2392815Z adding 'torch/include/torch/csrc/jit/ir/alias_analysis.h' 2022-12-01T10:11:14.2396125Z adding 'torch/include/torch/csrc/jit/ir/attributes.h' 2022-12-01T10:11:14.2398651Z adding 'torch/include/torch/csrc/jit/ir/constants.h' 2022-12-01T10:11:14.2402137Z adding 'torch/include/torch/csrc/jit/ir/graph_node_list.h' 2022-12-01T10:11:14.2419512Z adding 'torch/include/torch/csrc/jit/ir/ir.h' 2022-12-01T10:11:14.2423750Z adding 'torch/include/torch/csrc/jit/ir/ir_views.h' 2022-12-01T10:11:14.2426101Z adding 'torch/include/torch/csrc/jit/ir/irparser.h' 2022-12-01T10:11:14.2436447Z adding 'torch/include/torch/csrc/jit/ir/named_value.h' 2022-12-01T10:11:14.2438641Z adding 'torch/include/torch/csrc/jit/ir/node_hashing.h' 2022-12-01T10:11:14.2442185Z adding 'torch/include/torch/csrc/jit/ir/scope.h' 2022-12-01T10:11:14.2445253Z adding 'torch/include/torch/csrc/jit/ir/subgraph_matcher.h' 2022-12-01T10:11:14.2447328Z adding 'torch/include/torch/csrc/jit/ir/type_hashing.h' 2022-12-01T10:11:14.2450019Z adding 'torch/include/torch/csrc/jit/mobile/code.h' 2022-12-01T10:11:14.2452401Z adding 'torch/include/torch/csrc/jit/mobile/debug_info.h' 2022-12-01T10:11:14.2455687Z adding 'torch/include/torch/csrc/jit/mobile/file_format.h' 2022-12-01T10:11:14.2458829Z adding 'torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h' 2022-12-01T10:11:14.2461009Z adding 'torch/include/torch/csrc/jit/mobile/frame.h' 2022-12-01T10:11:14.2463611Z adding 'torch/include/torch/csrc/jit/mobile/function.h' 2022-12-01T10:11:14.2466421Z adding 'torch/include/torch/csrc/jit/mobile/import.h' 2022-12-01T10:11:14.2468770Z adding 'torch/include/torch/csrc/jit/mobile/import_data.h' 2022-12-01T10:11:14.2470871Z adding 'torch/include/torch/csrc/jit/mobile/import_export_common.h' 2022-12-01T10:11:14.2472961Z adding 'torch/include/torch/csrc/jit/mobile/interpreter.h' 2022-12-01T10:11:14.2475049Z adding 'torch/include/torch/csrc/jit/mobile/method.h' 2022-12-01T10:11:14.2478398Z adding 'torch/include/torch/csrc/jit/mobile/module.h' 2022-12-01T10:11:14.2481390Z adding 'torch/include/torch/csrc/jit/mobile/observer.h' 2022-12-01T10:11:14.2483665Z adding 'torch/include/torch/csrc/jit/mobile/parse_bytecode.h' 2022-12-01T10:11:14.2485720Z adding 'torch/include/torch/csrc/jit/mobile/parse_operators.h' 2022-12-01T10:11:14.2487821Z adding 'torch/include/torch/csrc/jit/mobile/prim_ops_registery.h' 2022-12-01T10:11:14.2490597Z adding 'torch/include/torch/csrc/jit/mobile/profiler_edge.h' 2022-12-01T10:11:14.2492866Z adding 'torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h' 2022-12-01T10:11:14.2495074Z adding 'torch/include/torch/csrc/jit/mobile/quantization.h' 2022-12-01T10:11:14.2497559Z adding 'torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h' 2022-12-01T10:11:14.2499696Z adding 'torch/include/torch/csrc/jit/mobile/type_parser.h' 2022-12-01T10:11:14.2501990Z adding 'torch/include/torch/csrc/jit/mobile/upgrader_mobile.h' 2022-12-01T10:11:14.2505082Z adding 'torch/include/torch/csrc/jit/passes/add_if_then_else.h' 2022-12-01T10:11:14.2507051Z adding 'torch/include/torch/csrc/jit/passes/annotate_warns.h' 2022-12-01T10:11:14.2508952Z adding 'torch/include/torch/csrc/jit/passes/autocast.h' 2022-12-01T10:11:14.2511231Z adding 'torch/include/torch/csrc/jit/passes/bailout_graph.h' 2022-12-01T10:11:14.2513134Z adding 'torch/include/torch/csrc/jit/passes/batch_mm.h' 2022-12-01T10:11:14.2515188Z adding 'torch/include/torch/csrc/jit/passes/canonicalize.h' 2022-12-01T10:11:14.2517219Z adding 'torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h' 2022-12-01T10:11:14.2519170Z adding 'torch/include/torch/csrc/jit/passes/check_strict_fusion.h' 2022-12-01T10:11:14.2521535Z adding 'torch/include/torch/csrc/jit/passes/clear_profiling.h' 2022-12-01T10:11:14.2523654Z adding 'torch/include/torch/csrc/jit/passes/clear_undefinedness.h' 2022-12-01T10:11:14.2525666Z adding 'torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h' 2022-12-01T10:11:14.2527619Z adding 'torch/include/torch/csrc/jit/passes/concat_opt.h' 2022-12-01T10:11:14.2529534Z adding 'torch/include/torch/csrc/jit/passes/constant_pooling.h' 2022-12-01T10:11:14.2531803Z adding 'torch/include/torch/csrc/jit/passes/constant_propagation.h' 2022-12-01T10:11:14.2533944Z adding 'torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h' 2022-12-01T10:11:14.2535935Z adding 'torch/include/torch/csrc/jit/passes/create_functional_graphs.h' 2022-12-01T10:11:14.2538005Z adding 'torch/include/torch/csrc/jit/passes/cuda_graph_fuser.h' 2022-12-01T10:11:14.2540323Z adding 'torch/include/torch/csrc/jit/passes/dead_code_elimination.h' 2022-12-01T10:11:14.2542221Z adding 'torch/include/torch/csrc/jit/passes/decompose_ops.h' 2022-12-01T10:11:14.2544236Z adding 'torch/include/torch/csrc/jit/passes/device_type_analysis.h' 2022-12-01T10:11:14.2546264Z adding 'torch/include/torch/csrc/jit/passes/dtype_analysis.h' 2022-12-01T10:11:14.2548299Z adding 'torch/include/torch/csrc/jit/passes/eliminate_no_ops.h' 2022-12-01T10:11:14.2550374Z adding 'torch/include/torch/csrc/jit/passes/erase_number_types.h' 2022-12-01T10:11:14.2552836Z adding 'torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h' 2022-12-01T10:11:14.2554973Z adding 'torch/include/torch/csrc/jit/passes/fold_conv_bn.h' 2022-12-01T10:11:14.2557205Z adding 'torch/include/torch/csrc/jit/passes/freeze_module.h' 2022-12-01T10:11:14.2559238Z adding 'torch/include/torch/csrc/jit/passes/frozen_concat_linear.h' 2022-12-01T10:11:14.2561576Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h' 2022-12-01T10:11:14.2563595Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_folding.h' 2022-12-01T10:11:14.2565655Z adding 'torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h' 2022-12-01T10:11:14.2567620Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h' 2022-12-01T10:11:14.2569632Z adding 'torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h' 2022-12-01T10:11:14.2571727Z adding 'torch/include/torch/csrc/jit/passes/fuse_linear.h' 2022-12-01T10:11:14.2573719Z adding 'torch/include/torch/csrc/jit/passes/fuse_relu.h' 2022-12-01T10:11:14.2575887Z adding 'torch/include/torch/csrc/jit/passes/graph_fuser.h' 2022-12-01T10:11:14.2578279Z adding 'torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h' 2022-12-01T10:11:14.2580279Z adding 'torch/include/torch/csrc/jit/passes/guard_elimination.h' 2022-12-01T10:11:14.2582224Z adding 'torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h' 2022-12-01T10:11:14.2584317Z adding 'torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h' 2022-12-01T10:11:14.2586225Z adding 'torch/include/torch/csrc/jit/passes/inline_fork_wait.h' 2022-12-01T10:11:14.2588162Z adding 'torch/include/torch/csrc/jit/passes/inline_forked_closures.h' 2022-12-01T10:11:14.2590081Z adding 'torch/include/torch/csrc/jit/passes/inliner.h' 2022-12-01T10:11:14.2591994Z adding 'torch/include/torch/csrc/jit/passes/inplace_check.h' 2022-12-01T10:11:14.2594027Z adding 'torch/include/torch/csrc/jit/passes/insert_guards.h' 2022-12-01T10:11:14.2596759Z adding 'torch/include/torch/csrc/jit/passes/integer_value_refinement.h' 2022-12-01T10:11:14.2598067Z adding 'torch/include/torch/csrc/jit/passes/lift_closures.h' 2022-12-01T10:11:14.2600280Z adding 'torch/include/torch/csrc/jit/passes/liveness.h' 2022-12-01T10:11:14.2602488Z adding 'torch/include/torch/csrc/jit/passes/loop_unrolling.h' 2022-12-01T10:11:14.2604487Z adding 'torch/include/torch/csrc/jit/passes/lower_grad_of.h' 2022-12-01T10:11:14.2606595Z adding 'torch/include/torch/csrc/jit/passes/lower_graph.h' 2022-12-01T10:11:14.2608559Z adding 'torch/include/torch/csrc/jit/passes/lower_tuples.h' 2022-12-01T10:11:14.2610614Z adding 'torch/include/torch/csrc/jit/passes/metal_rewrite.h' 2022-12-01T10:11:14.2612698Z adding 'torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h' 2022-12-01T10:11:14.2614715Z adding 'torch/include/torch/csrc/jit/passes/normalize_ops.h' 2022-12-01T10:11:14.2617053Z adding 'torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h' 2022-12-01T10:11:14.2619111Z adding 'torch/include/torch/csrc/jit/passes/onnx.h' 2022-12-01T10:11:14.2622128Z adding 'torch/include/torch/csrc/jit/passes/pass_manager.h' 2022-12-01T10:11:14.2624282Z adding 'torch/include/torch/csrc/jit/passes/peephole.h' 2022-12-01T10:11:14.2626337Z adding 'torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h' 2022-12-01T10:11:14.2628456Z adding 'torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h' 2022-12-01T10:11:14.2630796Z adding 'torch/include/torch/csrc/jit/passes/peephole_list_idioms.h' 2022-12-01T10:11:14.2632901Z adding 'torch/include/torch/csrc/jit/passes/peephole_non_tensor.h' 2022-12-01T10:11:14.2634839Z adding 'torch/include/torch/csrc/jit/passes/prepack_folding.h' 2022-12-01T10:11:14.2636849Z adding 'torch/include/torch/csrc/jit/passes/refine_tuple_types.h' 2022-12-01T10:11:14.2638789Z adding 'torch/include/torch/csrc/jit/passes/remove_dropout.h' 2022-12-01T10:11:14.2641207Z adding 'torch/include/torch/csrc/jit/passes/remove_exceptions.h' 2022-12-01T10:11:14.2643120Z adding 'torch/include/torch/csrc/jit/passes/remove_expands.h' 2022-12-01T10:11:14.2645062Z adding 'torch/include/torch/csrc/jit/passes/remove_inplace_ops.h' 2022-12-01T10:11:14.2647468Z adding 'torch/include/torch/csrc/jit/passes/remove_mutation.h' 2022-12-01T10:11:14.2649473Z adding 'torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h' 2022-12-01T10:11:14.2651486Z adding 'torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h' 2022-12-01T10:11:14.2653486Z adding 'torch/include/torch/csrc/jit/passes/requires_grad_analysis.h' 2022-12-01T10:11:14.2655825Z adding 'torch/include/torch/csrc/jit/passes/restore_mutation.h' 2022-12-01T10:11:14.2658069Z adding 'torch/include/torch/csrc/jit/passes/shape_analysis.h' 2022-12-01T10:11:14.2660212Z adding 'torch/include/torch/csrc/jit/passes/specialize_autogradzero.h' 2022-12-01T10:11:14.2663006Z adding 'torch/include/torch/csrc/jit/passes/subgraph_rewrite.h' 2022-12-01T10:11:14.2665667Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h' 2022-12-01T10:11:14.2682892Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h' 2022-12-01T10:11:14.2683324Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h' 2022-12-01T10:11:14.2683726Z adding 'torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h' 2022-12-01T10:11:14.2683953Z adding 'torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h' 2022-12-01T10:11:14.2684229Z adding 'torch/include/torch/csrc/jit/passes/value_refinement_utils.h' 2022-12-01T10:11:14.2684520Z adding 'torch/include/torch/csrc/jit/passes/variadic_ops.h' 2022-12-01T10:11:14.2684980Z adding 'torch/include/torch/csrc/jit/passes/vulkan_rewrite.h' 2022-12-01T10:11:14.2687062Z adding 'torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h' 2022-12-01T10:11:14.2689390Z adding 'torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h' 2022-12-01T10:11:14.2691375Z adding 'torch/include/torch/csrc/jit/passes/quantization/finalize.h' 2022-12-01T10:11:14.2693024Z adding 'torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h' 2022-12-01T10:11:14.2695957Z adding 'torch/include/torch/csrc/jit/passes/quantization/helper.h' 2022-12-01T10:11:14.2698323Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_observers.h' 2022-12-01T10:11:14.2700521Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h' 2022-12-01T10:11:14.2708910Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h' 2022-12-01T10:11:14.2712004Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_type.h' 2022-12-01T10:11:14.2713854Z adding 'torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h' 2022-12-01T10:11:14.2716033Z adding 'torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h' 2022-12-01T10:11:14.2719134Z adding 'torch/include/torch/csrc/jit/passes/utils/memory_dag.h' 2022-12-01T10:11:14.2721946Z adding 'torch/include/torch/csrc/jit/passes/utils/op_registry.h' 2022-12-01T10:11:14.2723622Z adding 'torch/include/torch/csrc/jit/passes/utils/optimization_utils.h' 2022-12-01T10:11:14.2725926Z adding 'torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h' 2022-12-01T10:11:14.2728177Z adding 'torch/include/torch/csrc/jit/python/init.h' 2022-12-01T10:11:14.2730029Z adding 'torch/include/torch/csrc/jit/python/module_python.h' 2022-12-01T10:11:14.2733217Z adding 'torch/include/torch/csrc/jit/python/pybind.h' 2022-12-01T10:11:14.2744176Z adding 'torch/include/torch/csrc/jit/python/pybind_utils.h' 2022-12-01T10:11:14.2747404Z adding 'torch/include/torch/csrc/jit/python/python_arg_flatten.h' 2022-12-01T10:11:14.2749238Z adding 'torch/include/torch/csrc/jit/python/python_custom_class.h' 2022-12-01T10:11:14.2751446Z adding 'torch/include/torch/csrc/jit/python/python_dict.h' 2022-12-01T10:11:14.2753563Z adding 'torch/include/torch/csrc/jit/python/python_ir.h' 2022-12-01T10:11:14.2755863Z adding 'torch/include/torch/csrc/jit/python/python_ivalue.h' 2022-12-01T10:11:14.2758819Z adding 'torch/include/torch/csrc/jit/python/python_list.h' 2022-12-01T10:11:14.2762616Z adding 'torch/include/torch/csrc/jit/python/python_sugared_value.h' 2022-12-01T10:11:14.2764680Z adding 'torch/include/torch/csrc/jit/python/python_tracer.h' 2022-12-01T10:11:14.2766282Z adding 'torch/include/torch/csrc/jit/python/python_tree_views.h' 2022-12-01T10:11:14.2768034Z adding 'torch/include/torch/csrc/jit/python/script_init.h' 2022-12-01T10:11:14.2769693Z adding 'torch/include/torch/csrc/jit/python/update_graph_executor_opt.h' 2022-12-01T10:11:14.2775687Z adding 'torch/include/torch/csrc/jit/runtime/argument_spec.h' 2022-12-01T10:11:14.2778746Z adding 'torch/include/torch/csrc/jit/runtime/autodiff.h' 2022-12-01T10:11:14.2781118Z adding 'torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h' 2022-12-01T10:11:14.2783271Z adding 'torch/include/torch/csrc/jit/runtime/custom_operator.h' 2022-12-01T10:11:14.2785263Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry.h' 2022-12-01T10:11:14.2787116Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h' 2022-12-01T10:11:14.2788880Z adding 'torch/include/torch/csrc/jit/runtime/exception_message.h' 2022-12-01T10:11:14.2791544Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor.h' 2022-12-01T10:11:14.2794296Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor_impl.h' 2022-12-01T10:11:14.2797193Z adding 'torch/include/torch/csrc/jit/runtime/graph_iterator.h' 2022-12-01T10:11:14.2800461Z adding 'torch/include/torch/csrc/jit/runtime/instruction.h' 2022-12-01T10:11:14.2803479Z adding 'torch/include/torch/csrc/jit/runtime/interpreter.h' 2022-12-01T10:11:14.2805656Z adding 'torch/include/torch/csrc/jit/runtime/jit_exception.h' 2022-12-01T10:11:14.2807449Z adding 'torch/include/torch/csrc/jit/runtime/jit_trace.h' 2022-12-01T10:11:14.2809708Z adding 'torch/include/torch/csrc/jit/runtime/logging.h' 2022-12-01T10:11:14.2813619Z adding 'torch/include/torch/csrc/jit/runtime/operator.h' 2022-12-01T10:11:14.2815736Z adding 'torch/include/torch/csrc/jit/runtime/operator_options.h' 2022-12-01T10:11:14.2817497Z adding 'torch/include/torch/csrc/jit/runtime/print_handler.h' 2022-12-01T10:11:14.2819866Z adding 'torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h' 2022-12-01T10:11:14.2823471Z adding 'torch/include/torch/csrc/jit/runtime/profiling_record.h' 2022-12-01T10:11:14.2831146Z adding 'torch/include/torch/csrc/jit/runtime/register_ops_utils.h' 2022-12-01T10:11:14.2834580Z adding 'torch/include/torch/csrc/jit/runtime/script_profile.h' 2022-12-01T10:11:14.2836511Z adding 'torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h' 2022-12-01T10:11:14.2838218Z adding 'torch/include/torch/csrc/jit/runtime/shape_function_registry.h' 2022-12-01T10:11:14.2840304Z adding 'torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h' 2022-12-01T10:11:14.2842319Z adding 'torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h' 2022-12-01T10:11:14.2844241Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_script.h' 2022-12-01T10:11:14.2846590Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h' 2022-12-01T10:11:14.2848469Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h' 2022-12-01T10:11:14.2850388Z adding 'torch/include/torch/csrc/jit/runtime/vararg_functions.h' 2022-12-01T10:11:14.2852235Z adding 'torch/include/torch/csrc/jit/runtime/variable_tensor_list.h' 2022-12-01T10:11:14.2854941Z adding 'torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h' 2022-12-01T10:11:14.2858995Z adding 'torch/include/torch/csrc/jit/serialization/export.h' 2022-12-01T10:11:14.2861403Z adding 'torch/include/torch/csrc/jit/serialization/export_bytecode.h' 2022-12-01T10:11:14.2863930Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h' 2022-12-01T10:11:14.2866016Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h' 2022-12-01T10:11:14.2868329Z adding 'torch/include/torch/csrc/jit/serialization/import.h' 2022-12-01T10:11:14.2870224Z adding 'torch/include/torch/csrc/jit/serialization/import_export_constants.h' 2022-12-01T10:11:14.2872097Z adding 'torch/include/torch/csrc/jit/serialization/import_export_functions.h' 2022-12-01T10:11:14.2873919Z adding 'torch/include/torch/csrc/jit/serialization/import_export_helpers.h' 2022-12-01T10:11:14.2875749Z adding 'torch/include/torch/csrc/jit/serialization/import_legacy.h' 2022-12-01T10:11:14.2877621Z adding 'torch/include/torch/csrc/jit/serialization/import_read.h' 2022-12-01T10:11:14.2880370Z adding 'torch/include/torch/csrc/jit/serialization/import_source.h' 2022-12-01T10:11:14.2896716Z adding 'torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h' 2022-12-01T10:11:14.2900873Z adding 'torch/include/torch/csrc/jit/serialization/onnx.h' 2022-12-01T10:11:14.2903259Z adding 'torch/include/torch/csrc/jit/serialization/pickle.h' 2022-12-01T10:11:14.2907171Z adding 'torch/include/torch/csrc/jit/serialization/pickler.h' 2022-12-01T10:11:14.2910618Z adding 'torch/include/torch/csrc/jit/serialization/python_print.h' 2022-12-01T10:11:14.2912083Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization.h' 2022-12-01T10:11:14.2913742Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h' 2022-12-01T10:11:14.2915791Z adding 'torch/include/torch/csrc/jit/serialization/storage_context.h' 2022-12-01T10:11:14.2917835Z adding 'torch/include/torch/csrc/jit/serialization/type_name_uniquer.h' 2022-12-01T10:11:14.2921259Z adding 'torch/include/torch/csrc/jit/serialization/unpickler.h' 2022-12-01T10:11:14.2925279Z adding 'torch/include/torch/csrc/jit/tensorexpr/analysis.h' 2022-12-01T10:11:14.2927975Z adding 'torch/include/torch/csrc/jit/tensorexpr/block_codegen.h' 2022-12-01T10:11:14.2930281Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h' 2022-12-01T10:11:14.2932991Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h' 2022-12-01T10:11:14.2936491Z adding 'torch/include/torch/csrc/jit/tensorexpr/codegen.h' 2022-12-01T10:11:14.2938986Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h' 2022-12-01T10:11:14.2941175Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h' 2022-12-01T10:11:14.2944432Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h' 2022-12-01T10:11:14.2947117Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_random.h' 2022-12-01T10:11:14.2950690Z adding 'torch/include/torch/csrc/jit/tensorexpr/eval.h' 2022-12-01T10:11:14.2953315Z adding 'torch/include/torch/csrc/jit/tensorexpr/exceptions.h' 2022-12-01T10:11:14.2957949Z adding 'torch/include/torch/csrc/jit/tensorexpr/expr.h' 2022-12-01T10:11:14.2960958Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions.h' 2022-12-01T10:11:14.2963024Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h' 2022-12-01T10:11:14.2965352Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h' 2022-12-01T10:11:14.2967740Z adding 'torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h' 2022-12-01T10:11:14.2970415Z adding 'torch/include/torch/csrc/jit/tensorexpr/graph_opt.h' 2022-12-01T10:11:14.2973471Z adding 'torch/include/torch/csrc/jit/tensorexpr/half_support.h' 2022-12-01T10:11:14.2976555Z adding 'torch/include/torch/csrc/jit/tensorexpr/hash_provider.h' 2022-12-01T10:11:14.2979664Z adding 'torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h' 2022-12-01T10:11:14.2984838Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir.h' 2022-12-01T10:11:14.2987550Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h' 2022-12-01T10:11:14.2989774Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h' 2022-12-01T10:11:14.2992392Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_printer.h' 2022-12-01T10:11:14.2997039Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h' 2022-12-01T10:11:14.2999703Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h' 2022-12-01T10:11:14.3001943Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h' 2022-12-01T10:11:14.3006584Z adding 'torch/include/torch/csrc/jit/tensorexpr/kernel.h' 2022-12-01T10:11:14.3009476Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h' 2022-12-01T10:11:14.3011801Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h' 2022-12-01T10:11:14.3018822Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest.h' 2022-12-01T10:11:14.3021298Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h' 2022-12-01T10:11:14.3023310Z adding 'torch/include/torch/csrc/jit/tensorexpr/lowerings.h' 2022-12-01T10:11:14.3027889Z adding 'torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h' 2022-12-01T10:11:14.3031542Z adding 'torch/include/torch/csrc/jit/tensorexpr/reduction.h' 2022-12-01T10:11:14.3036405Z adding 'torch/include/torch/csrc/jit/tensorexpr/registerizer.h' 2022-12-01T10:11:14.3043895Z adding 'torch/include/torch/csrc/jit/tensorexpr/stmt.h' 2022-12-01T10:11:14.3047818Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensor.h' 2022-12-01T10:11:14.3049898Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h' 2022-12-01T10:11:14.3052755Z adding 'torch/include/torch/csrc/jit/tensorexpr/types.h' 2022-12-01T10:11:14.3054772Z adding 'torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h' 2022-12-01T10:11:14.3056972Z adding 'torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h' 2022-12-01T10:11:14.3059683Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h' 2022-12-01T10:11:14.3061607Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h' 2022-12-01T10:11:14.3064121Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/misc.h' 2022-12-01T10:11:14.3065981Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/norm.h' 2022-12-01T10:11:14.3067937Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/operators.h' 2022-12-01T10:11:14.3069993Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h' 2022-12-01T10:11:14.3072291Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h' 2022-12-01T10:11:14.3074287Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h' 2022-12-01T10:11:14.3076253Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h' 2022-12-01T10:11:14.3078760Z adding 'torch/include/torch/csrc/jit/testing/file_check.h' 2022-12-01T10:11:14.3081011Z adding 'torch/include/torch/csrc/jit/testing/hooks_for_testing.h' 2022-12-01T10:11:14.3083627Z adding 'torch/include/torch/csrc/lazy/backend/backend_data.h' 2022-12-01T10:11:14.3086117Z adding 'torch/include/torch/csrc/lazy/backend/backend_device.h' 2022-12-01T10:11:14.3088988Z adding 'torch/include/torch/csrc/lazy/backend/backend_interface.h' 2022-12-01T10:11:14.3091674Z adding 'torch/include/torch/csrc/lazy/backend/lowering_context.h' 2022-12-01T10:11:14.3094800Z adding 'torch/include/torch/csrc/lazy/core/cache.h' 2022-12-01T10:11:14.3096958Z adding 'torch/include/torch/csrc/lazy/core/config.h' 2022-12-01T10:11:14.3099140Z adding 'torch/include/torch/csrc/lazy/core/debug_util.h' 2022-12-01T10:11:14.3101370Z adding 'torch/include/torch/csrc/lazy/core/dynamic_ir.h' 2022-12-01T10:11:14.3104501Z adding 'torch/include/torch/csrc/lazy/core/hash.h' 2022-12-01T10:11:14.3107136Z adding 'torch/include/torch/csrc/lazy/core/helpers.h' 2022-12-01T10:11:14.3110812Z adding 'torch/include/torch/csrc/lazy/core/ir.h' 2022-12-01T10:11:14.3114237Z adding 'torch/include/torch/csrc/lazy/core/ir_builder.h' 2022-12-01T10:11:14.3116453Z adding 'torch/include/torch/csrc/lazy/core/ir_dump_util.h' 2022-12-01T10:11:14.3118681Z adding 'torch/include/torch/csrc/lazy/core/ir_metadata.h' 2022-12-01T10:11:14.3121057Z adding 'torch/include/torch/csrc/lazy/core/ir_util.h' 2022-12-01T10:11:14.3124665Z adding 'torch/include/torch/csrc/lazy/core/lazy_graph_executor.h' 2022-12-01T10:11:14.3127706Z adding 'torch/include/torch/csrc/lazy/core/lazy_view.h' 2022-12-01T10:11:14.3131255Z adding 'torch/include/torch/csrc/lazy/core/metrics.h' 2022-12-01T10:11:14.3133716Z adding 'torch/include/torch/csrc/lazy/core/multi_wait.h' 2022-12-01T10:11:14.3135925Z adding 'torch/include/torch/csrc/lazy/core/permutation_util.h' 2022-12-01T10:11:14.3138217Z adding 'torch/include/torch/csrc/lazy/core/shape.h' 2022-12-01T10:11:14.3141907Z adding 'torch/include/torch/csrc/lazy/core/shape_inference.h' 2022-12-01T10:11:14.3146803Z adding 'torch/include/torch/csrc/lazy/core/tensor.h' 2022-12-01T10:11:14.3149431Z adding 'torch/include/torch/csrc/lazy/core/tensor_impl.h' 2022-12-01T10:11:14.3151864Z adding 'torch/include/torch/csrc/lazy/core/tensor_util.h' 2022-12-01T10:11:14.3153955Z adding 'torch/include/torch/csrc/lazy/core/thread_pool.h' 2022-12-01T10:11:14.3156332Z adding 'torch/include/torch/csrc/lazy/core/trie.h' 2022-12-01T10:11:14.3158533Z adding 'torch/include/torch/csrc/lazy/core/unique.h' 2022-12-01T10:11:14.3161310Z adding 'torch/include/torch/csrc/lazy/core/util.h' 2022-12-01T10:11:14.3163805Z adding 'torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h' 2022-12-01T10:11:14.3166076Z adding 'torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h' 2022-12-01T10:11:14.3168043Z adding 'torch/include/torch/csrc/lazy/core/ops/utils.h' 2022-12-01T10:11:14.3170265Z adding 'torch/include/torch/csrc/lazy/ts_backend/config.h' 2022-12-01T10:11:14.3172600Z adding 'torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h' 2022-12-01T10:11:14.3175189Z adding 'torch/include/torch/csrc/lazy/ts_backend/ir_builder.h' 2022-12-01T10:11:14.3177712Z adding 'torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h' 2022-12-01T10:11:14.3179757Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h' 2022-12-01T10:11:14.3181904Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h' 2022-12-01T10:11:14.3184048Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h' 2022-12-01T10:11:14.3186881Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h' 2022-12-01T10:11:14.3189452Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node.h' 2022-12-01T10:11:14.3191530Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h' 2022-12-01T10:11:14.3193623Z adding 'torch/include/torch/csrc/onnx/init.h' 2022-12-01T10:11:14.3195619Z adding 'torch/include/torch/csrc/onnx/onnx.h' 2022-12-01T10:11:14.3198142Z adding 'torch/include/torch/csrc/profiler/api.h' 2022-12-01T10:11:14.3203906Z adding 'torch/include/torch/csrc/profiler/collection.h' 2022-12-01T10:11:14.3207433Z adding 'torch/include/torch/csrc/profiler/containers.h' 2022-12-01T10:11:14.3209761Z adding 'torch/include/torch/csrc/profiler/execution_graph_observer.h' 2022-12-01T10:11:14.3211703Z adding 'torch/include/torch/csrc/profiler/itt_observer.h' 2022-12-01T10:11:14.3214400Z adding 'torch/include/torch/csrc/profiler/kineto_shim.h' 2022-12-01T10:11:14.3216586Z adding 'torch/include/torch/csrc/profiler/nvtx_observer.h' 2022-12-01T10:11:14.3219701Z adding 'torch/include/torch/csrc/profiler/util.h' 2022-12-01T10:11:14.3222828Z adding 'torch/include/torch/csrc/profiler/orchestration/observer.h' 2022-12-01T10:11:14.3225247Z adding 'torch/include/torch/csrc/profiler/orchestration/python_tracer.h' 2022-12-01T10:11:14.3227610Z adding 'torch/include/torch/csrc/tensor/python_tensor.h' 2022-12-01T10:11:14.3230505Z adding 'torch/include/torch/csrc/utils/auto_gil.h' 2022-12-01T10:11:14.3232723Z adding 'torch/include/torch/csrc/utils/byte_order.h' 2022-12-01T10:11:14.3234723Z adding 'torch/include/torch/csrc/utils/cpp_stacktraces.h' 2022-12-01T10:11:14.3236504Z adding 'torch/include/torch/csrc/utils/cuda_enabled.h' 2022-12-01T10:11:14.3238640Z adding 'torch/include/torch/csrc/utils/cuda_lazy_init.h' 2022-12-01T10:11:14.3241159Z adding 'torch/include/torch/csrc/utils/disable_torch_function.h' 2022-12-01T10:11:14.3243097Z adding 'torch/include/torch/csrc/utils/disallow_copy.h' 2022-12-01T10:11:14.3244948Z adding 'torch/include/torch/csrc/utils/init.h' 2022-12-01T10:11:14.3246948Z adding 'torch/include/torch/csrc/utils/invalid_arguments.h' 2022-12-01T10:11:14.3248959Z adding 'torch/include/torch/csrc/utils/memory.h' 2022-12-01T10:11:14.3250975Z adding 'torch/include/torch/csrc/utils/numpy_stub.h' 2022-12-01T10:11:14.3253133Z adding 'torch/include/torch/csrc/utils/object_ptr.h' 2022-12-01T10:11:14.3255187Z adding 'torch/include/torch/csrc/utils/out_types.h' 2022-12-01T10:11:14.3258632Z adding 'torch/include/torch/csrc/utils/pybind.h' 2022-12-01T10:11:14.3260887Z adding 'torch/include/torch/csrc/utils/pycfunction_helpers.h' 2022-12-01T10:11:14.3271339Z adding 'torch/include/torch/csrc/utils/python_arg_parser.h' 2022-12-01T10:11:14.3274985Z adding 'torch/include/torch/csrc/utils/python_compat.h' 2022-12-01T10:11:14.3277002Z adding 'torch/include/torch/csrc/utils/python_dispatch.h' 2022-12-01T10:11:14.3280028Z adding 'torch/include/torch/csrc/utils/python_numbers.h' 2022-12-01T10:11:14.3282677Z adding 'torch/include/torch/csrc/utils/python_scalars.h' 2022-12-01T10:11:14.3285647Z adding 'torch/include/torch/csrc/utils/python_strings.h' 2022-12-01T10:11:14.3287539Z adding 'torch/include/torch/csrc/utils/python_stub.h' 2022-12-01T10:11:14.3289794Z adding 'torch/include/torch/csrc/utils/python_torch_function_mode.h' 2022-12-01T10:11:14.3291667Z adding 'torch/include/torch/csrc/utils/python_tuples.h' 2022-12-01T10:11:14.3294296Z adding 'torch/include/torch/csrc/utils/schema_info.h' 2022-12-01T10:11:14.3296600Z adding 'torch/include/torch/csrc/utils/six.h' 2022-12-01T10:11:14.3298611Z adding 'torch/include/torch/csrc/utils/structseq.h' 2022-12-01T10:11:14.3300525Z adding 'torch/include/torch/csrc/utils/tensor_apply.h' 2022-12-01T10:11:14.3302420Z adding 'torch/include/torch/csrc/utils/tensor_dtypes.h' 2022-12-01T10:11:14.3304824Z adding 'torch/include/torch/csrc/utils/tensor_flatten.h' 2022-12-01T10:11:14.3306738Z adding 'torch/include/torch/csrc/utils/tensor_layouts.h' 2022-12-01T10:11:14.3308564Z adding 'torch/include/torch/csrc/utils/tensor_list.h' 2022-12-01T10:11:14.3310456Z adding 'torch/include/torch/csrc/utils/tensor_memoryformats.h' 2022-12-01T10:11:14.3312604Z adding 'torch/include/torch/csrc/utils/tensor_new.h' 2022-12-01T10:11:14.3314678Z adding 'torch/include/torch/csrc/utils/tensor_numpy.h' 2022-12-01T10:11:14.3316559Z adding 'torch/include/torch/csrc/utils/tensor_qschemes.h' 2022-12-01T10:11:14.3318620Z adding 'torch/include/torch/csrc/utils/tensor_types.h' 2022-12-01T10:11:14.3321915Z adding 'torch/include/torch/csrc/utils/throughput_benchmark-inl.h' 2022-12-01T10:11:14.3325500Z adding 'torch/include/torch/csrc/utils/throughput_benchmark.h' 2022-12-01T10:11:14.3327688Z adding 'torch/include/torch/csrc/utils/torch_dispatch_mode.h' 2022-12-01T10:11:14.3330486Z adding 'torch/include/torch/csrc/utils/variadic.h' 2022-12-01T10:11:14.3334895Z adding 'torch/jit/__init__.py' 2022-12-01T10:11:14.3337842Z adding 'torch/jit/_async.py' 2022-12-01T10:11:14.3341005Z adding 'torch/jit/_builtins.py' 2022-12-01T10:11:14.3344991Z adding 'torch/jit/_check.py' 2022-12-01T10:11:14.3348621Z adding 'torch/jit/_dataclass_impls.py' 2022-12-01T10:11:14.3350783Z adding 'torch/jit/_decomposition_utils.py' 2022-12-01T10:11:14.3353511Z adding 'torch/jit/_decompositions.py' 2022-12-01T10:11:14.3357433Z adding 'torch/jit/_freeze.py' 2022-12-01T10:11:14.3361087Z adding 'torch/jit/_fuser.py' 2022-12-01T10:11:14.3363277Z adding 'torch/jit/_ir_utils.py' 2022-12-01T10:11:14.3365202Z adding 'torch/jit/_logging.py' 2022-12-01T10:11:14.3368619Z adding 'torch/jit/_monkeytype_config.py' 2022-12-01T10:11:14.3370940Z adding 'torch/jit/_pickle.py' 2022-12-01T10:11:14.3384000Z adding 'torch/jit/_recursive.py' 2022-12-01T10:11:14.3404540Z adding 'torch/jit/_script.py' 2022-12-01T10:11:14.3409736Z adding 'torch/jit/_serialization.py' 2022-12-01T10:11:14.3421197Z adding 'torch/jit/_shape_functions.py' 2022-12-01T10:11:14.3424931Z adding 'torch/jit/_state.py' 2022-12-01T10:11:14.3439033Z adding 'torch/jit/_trace.py' 2022-12-01T10:11:14.3446275Z adding 'torch/jit/annotations.py' 2022-12-01T10:11:14.3459310Z adding 'torch/jit/frontend.py' 2022-12-01T10:11:14.3462358Z adding 'torch/jit/generate_bytecode.py' 2022-12-01T10:11:14.3467944Z adding 'torch/jit/quantized.py' 2022-12-01T10:11:14.3472575Z adding 'torch/jit/supported_ops.py' 2022-12-01T10:11:14.3475230Z adding 'torch/jit/unsupported_tensor_ops.py' 2022-12-01T10:11:14.3477346Z adding 'torch/jit/_passes/__init__.py' 2022-12-01T10:11:14.3479653Z adding 'torch/jit/_passes/_property_propagation.py' 2022-12-01T10:11:14.3483886Z adding 'torch/jit/mobile/__init__.py' 2022-12-01T10:11:14.3618288Z adding 'torch/lib/libbackend_with_compiler.so' 2022-12-01T10:11:14.3957076Z adding 'torch/lib/libc10.so' 2022-12-01T10:11:14.4072590Z adding 'torch/lib/libjitbackend_test.so' 2022-12-01T10:11:14.4092773Z adding 'torch/lib/libshm.so' 2022-12-01T10:11:14.4098115Z adding 'torch/lib/libtorch.so' 2022-12-01T10:11:21.9458417Z adding 'torch/lib/libtorch_cpu.so' 2022-12-01T10:11:22.4340037Z adding 'torch/lib/libtorch_global_deps.so' 2022-12-01T10:11:23.1745387Z adding 'torch/lib/libtorch_python.so' 2022-12-01T10:11:23.2398077Z adding 'torch/lib/libtorchbind_test.so' 2022-12-01T10:11:23.2444754Z adding 'torch/linalg/__init__.py' 2022-12-01T10:11:23.2450710Z adding 'torch/masked/__init__.py' 2022-12-01T10:11:23.2456438Z adding 'torch/masked/_docs.py' 2022-12-01T10:11:23.2473899Z adding 'torch/masked/_ops.py' 2022-12-01T10:11:23.2478564Z adding 'torch/masked/maskedtensor/__init__.py' 2022-12-01T10:11:23.2483601Z adding 'torch/masked/maskedtensor/_ops_refs.py' 2022-12-01T10:11:23.2487559Z adding 'torch/masked/maskedtensor/binary.py' 2022-12-01T10:11:23.2492811Z adding 'torch/masked/maskedtensor/core.py' 2022-12-01T10:11:23.2495760Z adding 'torch/masked/maskedtensor/creation.py' 2022-12-01T10:11:23.2498404Z adding 'torch/masked/maskedtensor/passthrough.py' 2022-12-01T10:11:23.2502021Z adding 'torch/masked/maskedtensor/reductions.py' 2022-12-01T10:11:23.2505491Z adding 'torch/masked/maskedtensor/unary.py' 2022-12-01T10:11:23.2508659Z adding 'torch/monitor/__init__.py' 2022-12-01T10:11:23.2511974Z adding 'torch/multiprocessing/__init__.py' 2022-12-01T10:11:23.2514671Z adding 'torch/multiprocessing/_atfork.py' 2022-12-01T10:11:23.2517477Z adding 'torch/multiprocessing/pool.py' 2022-12-01T10:11:23.2520666Z adding 'torch/multiprocessing/queue.py' 2022-12-01T10:11:23.2527034Z adding 'torch/multiprocessing/reductions.py' 2022-12-01T10:11:23.2531856Z adding 'torch/multiprocessing/spawn.py' 2022-12-01T10:11:23.2536030Z adding 'torch/nested/__init__.py' 2022-12-01T10:11:23.2539440Z adding 'torch/nn/__init__.py' 2022-12-01T10:11:23.2542363Z adding 'torch/nn/_reduction.py' 2022-12-01T10:11:23.2545102Z adding 'torch/nn/common_types.py' 2022-12-01T10:11:23.2548221Z adding 'torch/nn/cpp.py' 2022-12-01T10:11:23.2601874Z adding 'torch/nn/functional.py' 2022-12-01T10:11:23.2611437Z adding 'torch/nn/functional.pyi' 2022-12-01T10:11:23.2615057Z adding 'torch/nn/grad.py' 2022-12-01T10:11:23.2621437Z adding 'torch/nn/init.py' 2022-12-01T10:11:23.2626118Z adding 'torch/nn/parameter.py' 2022-12-01T10:11:23.2628748Z adding 'torch/nn/parameter.pyi' 2022-12-01T10:11:23.2631259Z adding 'torch/nn/backends/__init__.py' 2022-12-01T10:11:23.2633419Z adding 'torch/nn/backends/thnn.py' 2022-12-01T10:11:23.2636279Z adding 'torch/nn/intrinsic/__init__.py' 2022-12-01T10:11:23.2638956Z adding 'torch/nn/intrinsic/modules/__init__.py' 2022-12-01T10:11:23.2642174Z adding 'torch/nn/intrinsic/modules/fused.py' 2022-12-01T10:11:23.2644306Z adding 'torch/nn/intrinsic/qat/__init__.py' 2022-12-01T10:11:23.2647002Z adding 'torch/nn/intrinsic/qat/modules/__init__.py' 2022-12-01T10:11:23.2653955Z adding 'torch/nn/intrinsic/qat/modules/conv_fused.py' 2022-12-01T10:11:23.2657664Z adding 'torch/nn/intrinsic/qat/modules/linear_fused.py' 2022-12-01T10:11:23.2659893Z adding 'torch/nn/intrinsic/qat/modules/linear_relu.py' 2022-12-01T10:11:23.2662011Z adding 'torch/nn/intrinsic/quantized/__init__.py' 2022-12-01T10:11:23.2663905Z adding 'torch/nn/intrinsic/quantized/dynamic/__init__.py' 2022-12-01T10:11:23.2666115Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2022-12-01T10:11:23.2667988Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2022-12-01T10:11:23.2669983Z adding 'torch/nn/intrinsic/quantized/modules/__init__.py' 2022-12-01T10:11:23.2672059Z adding 'torch/nn/intrinsic/quantized/modules/bn_relu.py' 2022-12-01T10:11:23.2674602Z adding 'torch/nn/intrinsic/quantized/modules/conv_relu.py' 2022-12-01T10:11:23.2676837Z adding 'torch/nn/intrinsic/quantized/modules/linear_relu.py' 2022-12-01T10:11:23.2680290Z adding 'torch/nn/modules/__init__.py' 2022-12-01T10:11:23.2684479Z adding 'torch/nn/modules/_functions.py' 2022-12-01T10:11:23.2696525Z adding 'torch/nn/modules/activation.py' 2022-12-01T10:11:23.2702251Z adding 'torch/nn/modules/adaptive.py' 2022-12-01T10:11:23.2710077Z adding 'torch/nn/modules/batchnorm.py' 2022-12-01T10:11:23.2713390Z adding 'torch/nn/modules/channelshuffle.py' 2022-12-01T10:11:23.2722050Z adding 'torch/nn/modules/container.py' 2022-12-01T10:11:23.2735676Z adding 'torch/nn/modules/conv.py' 2022-12-01T10:11:23.2740121Z adding 'torch/nn/modules/distance.py' 2022-12-01T10:11:23.2743749Z adding 'torch/nn/modules/dropout.py' 2022-12-01T10:11:23.2746866Z adding 'torch/nn/modules/flatten.py' 2022-12-01T10:11:23.2751128Z adding 'torch/nn/modules/fold.py' 2022-12-01T10:11:23.2755628Z adding 'torch/nn/modules/instancenorm.py' 2022-12-01T10:11:23.2760569Z adding 'torch/nn/modules/lazy.py' 2022-12-01T10:11:23.2764566Z adding 'torch/nn/modules/linear.py' 2022-12-01T10:11:23.2785161Z adding 'torch/nn/modules/loss.py' 2022-12-01T10:11:23.2812320Z adding 'torch/nn/modules/module.py' 2022-12-01T10:11:23.2818102Z adding 'torch/nn/modules/normalization.py' 2022-12-01T10:11:23.2822251Z adding 'torch/nn/modules/padding.py' 2022-12-01T10:11:23.2825245Z adding 'torch/nn/modules/pixelshuffle.py' 2022-12-01T10:11:23.2834239Z adding 'torch/nn/modules/pooling.py' 2022-12-01T10:11:23.2847857Z adding 'torch/nn/modules/rnn.py' 2022-12-01T10:11:23.2855144Z adding 'torch/nn/modules/sparse.py' 2022-12-01T10:11:23.2863354Z adding 'torch/nn/modules/transformer.py' 2022-12-01T10:11:23.2868028Z adding 'torch/nn/modules/upsampling.py' 2022-12-01T10:11:23.2870749Z adding 'torch/nn/modules/utils.py' 2022-12-01T10:11:23.2873312Z adding 'torch/nn/parallel/__init__.py' 2022-12-01T10:11:23.2875296Z adding 'torch/nn/parallel/__init__.pyi' 2022-12-01T10:11:23.2878032Z adding 'torch/nn/parallel/_functions.py' 2022-12-01T10:11:23.2880765Z adding 'torch/nn/parallel/_replicated_tensor_ddp_interop.py' 2022-12-01T10:11:23.2882938Z adding 'torch/nn/parallel/_replicated_tensor_ddp_utils.py' 2022-12-01T10:11:23.2886727Z adding 'torch/nn/parallel/comm.py' 2022-12-01T10:11:23.2888891Z adding 'torch/nn/parallel/common_types.pyi' 2022-12-01T10:11:23.2893562Z adding 'torch/nn/parallel/data_parallel.py' 2022-12-01T10:11:23.2896166Z adding 'torch/nn/parallel/data_parallel.pyi' 2022-12-01T10:11:23.2922775Z adding 'torch/nn/parallel/distributed.py' 2022-12-01T10:11:23.2926723Z adding 'torch/nn/parallel/distributed.pyi' 2022-12-01T10:11:23.2929303Z adding 'torch/nn/parallel/parallel_apply.py' 2022-12-01T10:11:23.2931399Z adding 'torch/nn/parallel/parallel_apply.pyi' 2022-12-01T10:11:23.2934268Z adding 'torch/nn/parallel/replicate.py' 2022-12-01T10:11:23.2936413Z adding 'torch/nn/parallel/replicate.pyi' 2022-12-01T10:11:23.2938981Z adding 'torch/nn/parallel/scatter_gather.py' 2022-12-01T10:11:23.2941237Z adding 'torch/nn/parallel/scatter_gather.pyi' 2022-12-01T10:11:23.2943403Z adding 'torch/nn/qat/__init__.py' 2022-12-01T10:11:23.2945568Z adding 'torch/nn/qat/dynamic/__init__.py' 2022-12-01T10:11:23.2947588Z adding 'torch/nn/qat/dynamic/modules/__init__.py' 2022-12-01T10:11:23.2949526Z adding 'torch/nn/qat/dynamic/modules/linear.py' 2022-12-01T10:11:23.2951625Z adding 'torch/nn/qat/modules/__init__.py' 2022-12-01T10:11:23.2953492Z adding 'torch/nn/qat/modules/conv.py' 2022-12-01T10:11:23.2955476Z adding 'torch/nn/qat/modules/embedding_ops.py' 2022-12-01T10:11:23.2957352Z adding 'torch/nn/qat/modules/linear.py' 2022-12-01T10:11:23.2959526Z adding 'torch/nn/quantizable/__init__.py' 2022-12-01T10:11:23.2961714Z adding 'torch/nn/quantizable/modules/__init__.py' 2022-12-01T10:11:23.2963637Z adding 'torch/nn/quantizable/modules/activation.py' 2022-12-01T10:11:23.2965547Z adding 'torch/nn/quantizable/modules/rnn.py' 2022-12-01T10:11:23.2967724Z adding 'torch/nn/quantized/__init__.py' 2022-12-01T10:11:23.2969695Z adding 'torch/nn/quantized/functional.py' 2022-12-01T10:11:23.2971638Z adding 'torch/nn/quantized/_reference/__init__.py' 2022-12-01T10:11:23.2973938Z adding 'torch/nn/quantized/_reference/modules/__init__.py' 2022-12-01T10:11:23.2975875Z adding 'torch/nn/quantized/_reference/modules/conv.py' 2022-12-01T10:11:23.2977876Z adding 'torch/nn/quantized/_reference/modules/linear.py' 2022-12-01T10:11:23.2979739Z adding 'torch/nn/quantized/_reference/modules/rnn.py' 2022-12-01T10:11:23.2981657Z adding 'torch/nn/quantized/_reference/modules/sparse.py' 2022-12-01T10:11:23.2983525Z adding 'torch/nn/quantized/_reference/modules/utils.py' 2022-12-01T10:11:23.2985626Z adding 'torch/nn/quantized/dynamic/__init__.py' 2022-12-01T10:11:23.2987830Z adding 'torch/nn/quantized/dynamic/modules/__init__.py' 2022-12-01T10:11:23.2989832Z adding 'torch/nn/quantized/dynamic/modules/conv.py' 2022-12-01T10:11:23.2991819Z adding 'torch/nn/quantized/dynamic/modules/linear.py' 2022-12-01T10:11:23.2993732Z adding 'torch/nn/quantized/dynamic/modules/rnn.py' 2022-12-01T10:11:23.2996316Z adding 'torch/nn/quantized/modules/__init__.py' 2022-12-01T10:11:23.2998357Z adding 'torch/nn/quantized/modules/activation.py' 2022-12-01T10:11:23.3000519Z adding 'torch/nn/quantized/modules/batchnorm.py' 2022-12-01T10:11:23.3002449Z adding 'torch/nn/quantized/modules/conv.py' 2022-12-01T10:11:23.3004369Z adding 'torch/nn/quantized/modules/dropout.py' 2022-12-01T10:11:23.3006407Z adding 'torch/nn/quantized/modules/embedding_ops.py' 2022-12-01T10:11:23.3008357Z adding 'torch/nn/quantized/modules/functional_modules.py' 2022-12-01T10:11:23.3010274Z adding 'torch/nn/quantized/modules/linear.py' 2022-12-01T10:11:23.3012188Z adding 'torch/nn/quantized/modules/normalization.py' 2022-12-01T10:11:23.3014068Z adding 'torch/nn/quantized/modules/rnn.py' 2022-12-01T10:11:23.3015988Z adding 'torch/nn/quantized/modules/utils.py' 2022-12-01T10:11:23.3018348Z adding 'torch/nn/utils/__init__.py' 2022-12-01T10:11:23.3020544Z adding 'torch/nn/utils/_deprecation_utils.py' 2022-12-01T10:11:23.3023605Z adding 'torch/nn/utils/_per_sample_grad.py' 2022-12-01T10:11:23.3025728Z adding 'torch/nn/utils/_stateless.py' 2022-12-01T10:11:23.3028388Z adding 'torch/nn/utils/clip_grad.py' 2022-12-01T10:11:23.3030954Z adding 'torch/nn/utils/convert_parameters.py' 2022-12-01T10:11:23.3033206Z adding 'torch/nn/utils/fusion.py' 2022-12-01T10:11:23.3035569Z adding 'torch/nn/utils/init.py' 2022-12-01T10:11:23.3038460Z adding 'torch/nn/utils/memory_format.py' 2022-12-01T10:11:23.3046239Z adding 'torch/nn/utils/parametrizations.py' 2022-12-01T10:11:23.3056965Z adding 'torch/nn/utils/parametrize.py' 2022-12-01T10:11:23.3071793Z adding 'torch/nn/utils/prune.py' 2022-12-01T10:11:23.3080131Z adding 'torch/nn/utils/rnn.py' 2022-12-01T10:11:23.3086306Z adding 'torch/nn/utils/spectral_norm.py' 2022-12-01T10:11:23.3089746Z adding 'torch/nn/utils/stateless.py' 2022-12-01T10:11:23.3092664Z adding 'torch/nn/utils/weight_norm.py' 2022-12-01T10:11:23.3095182Z adding 'torch/nn/utils/_expanded_weights/__init__.py' 2022-12-01T10:11:23.3097573Z adding 'torch/nn/utils/_expanded_weights/conv_expanded_weights.py' 2022-12-01T10:11:23.3101489Z adding 'torch/nn/utils/_expanded_weights/conv_utils.py' 2022-12-01T10:11:23.3104172Z adding 'torch/nn/utils/_expanded_weights/embedding_expanded_weights.py' 2022-12-01T10:11:23.3106662Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_impl.py' 2022-12-01T10:11:23.3109828Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_utils.py' 2022-12-01T10:11:23.3112509Z adding 'torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py' 2022-12-01T10:11:23.3115052Z adding 'torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py' 2022-12-01T10:11:23.3117605Z adding 'torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py' 2022-12-01T10:11:23.3120088Z adding 'torch/nn/utils/_expanded_weights/linear_expanded_weights.py' 2022-12-01T10:11:23.3123189Z adding 'torch/onnx/__init__.py' 2022-12-01T10:11:23.3125181Z adding 'torch/onnx/_constants.py' 2022-12-01T10:11:23.3127489Z adding 'torch/onnx/_deprecation.py' 2022-12-01T10:11:23.3129629Z adding 'torch/onnx/_experimental.py' 2022-12-01T10:11:23.3131845Z adding 'torch/onnx/_exporter_states.py' 2022-12-01T10:11:23.3134274Z adding 'torch/onnx/_globals.py' 2022-12-01T10:11:23.3136892Z adding 'torch/onnx/_onnx_supported_ops.py' 2022-12-01T10:11:23.3140998Z adding 'torch/onnx/_patch_torch.py' 2022-12-01T10:11:23.3144410Z adding 'torch/onnx/_type_utils.py' 2022-12-01T10:11:23.3147227Z adding 'torch/onnx/errors.py' 2022-12-01T10:11:23.3149424Z adding 'torch/onnx/operators.py' 2022-12-01T10:11:23.3152735Z adding 'torch/onnx/symbolic_caffe2.py' 2022-12-01T10:11:23.3170601Z adding 'torch/onnx/symbolic_helper.py' 2022-12-01T10:11:23.3179425Z adding 'torch/onnx/symbolic_opset10.py' 2022-12-01T10:11:23.3194774Z adding 'torch/onnx/symbolic_opset11.py' 2022-12-01T10:11:23.3201029Z adding 'torch/onnx/symbolic_opset12.py' 2022-12-01T10:11:23.3209698Z adding 'torch/onnx/symbolic_opset13.py' 2022-12-01T10:11:23.3213036Z adding 'torch/onnx/symbolic_opset14.py' 2022-12-01T10:11:23.3215566Z adding 'torch/onnx/symbolic_opset15.py' 2022-12-01T10:11:23.3218136Z adding 'torch/onnx/symbolic_opset16.py' 2022-12-01T10:11:23.3220565Z adding 'torch/onnx/symbolic_opset17.py' 2022-12-01T10:11:23.3222819Z adding 'torch/onnx/symbolic_opset7.py' 2022-12-01T10:11:23.3227559Z adding 'torch/onnx/symbolic_opset8.py' 2022-12-01T10:11:23.3287895Z adding 'torch/onnx/symbolic_opset9.py' 2022-12-01T10:11:23.3318381Z adding 'torch/onnx/utils.py' 2022-12-01T10:11:23.3328200Z adding 'torch/onnx/verification.py' 2022-12-01T10:11:23.3331066Z adding 'torch/onnx/_internal/__init__.py' 2022-12-01T10:11:23.3333794Z adding 'torch/onnx/_internal/_beartype.py' 2022-12-01T10:11:23.3338297Z adding 'torch/onnx/_internal/jit_utils.py' 2022-12-01T10:11:23.3342851Z adding 'torch/onnx/_internal/registration.py' 2022-12-01T10:11:23.3345570Z adding 'torch/onnx/_internal/diagnostics/__init__.py' 2022-12-01T10:11:23.3348268Z adding 'torch/onnx/_internal/diagnostics/_diagnostic.py' 2022-12-01T10:11:23.3350943Z adding 'torch/onnx/_internal/diagnostics/_rules.py' 2022-12-01T10:11:23.3353412Z adding 'torch/onnx/_internal/diagnostics/infra/__init__.py' 2022-12-01T10:11:23.3357441Z adding 'torch/onnx/_internal/diagnostics/infra/_infra.py' 2022-12-01T10:11:23.3360434Z adding 'torch/onnx/_internal/diagnostics/infra/engine.py' 2022-12-01T10:11:23.3363148Z adding 'torch/onnx/_internal/diagnostics/infra/formatter.py' 2022-12-01T10:11:23.3366444Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/__init__.py' 2022-12-01T10:11:23.3368758Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_address.py' 2022-12-01T10:11:23.3371195Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py' 2022-12-01T10:11:23.3373413Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py' 2022-12-01T10:11:23.3375591Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py' 2022-12-01T10:11:23.3377701Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py' 2022-12-01T10:11:23.3379911Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py' 2022-12-01T10:11:23.3382121Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py' 2022-12-01T10:11:23.3384098Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py' 2022-12-01T10:11:23.3386221Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py' 2022-12-01T10:11:23.3388333Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge.py' 2022-12-01T10:11:23.3390435Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py' 2022-12-01T10:11:23.3392609Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_exception.py' 2022-12-01T10:11:23.3395025Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py' 2022-12-01T10:11:23.3397339Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py' 2022-12-01T10:11:23.3399776Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py' 2022-12-01T10:11:23.3402218Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_fix.py' 2022-12-01T10:11:23.3404386Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph.py' 2022-12-01T10:11:23.3406743Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py' 2022-12-01T10:11:23.3409301Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py' 2022-12-01T10:11:23.3411683Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location.py' 2022-12-01T10:11:23.3413912Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py' 2022-12-01T10:11:23.3416090Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py' 2022-12-01T10:11:23.3418178Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_message.py' 2022-12-01T10:11:23.3420498Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py' 2022-12-01T10:11:23.3422514Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_node.py' 2022-12-01T10:11:23.3424856Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_notification.py' 2022-12-01T10:11:23.3427027Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py' 2022-12-01T10:11:23.3429250Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py' 2022-12-01T10:11:23.3431263Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py' 2022-12-01T10:11:23.3433568Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_region.py' 2022-12-01T10:11:23.3435695Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py' 2022-12-01T10:11:23.3438033Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py' 2022-12-01T10:11:23.3440504Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py' 2022-12-01T10:11:23.3443070Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py' 2022-12-01T10:11:23.3445305Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py' 2022-12-01T10:11:23.3447813Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result.py' 2022-12-01T10:11:23.3450232Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py' 2022-12-01T10:11:23.3452739Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run.py' 2022-12-01T10:11:23.3454974Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py' 2022-12-01T10:11:23.3457124Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py' 2022-12-01T10:11:23.3459122Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py' 2022-12-01T10:11:23.3461203Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack.py' 2022-12-01T10:11:23.3462981Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py' 2022-12-01T10:11:23.3465062Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py' 2022-12-01T10:11:23.3467068Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py' 2022-12-01T10:11:23.3469395Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py' 2022-12-01T10:11:23.3471321Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool.py' 2022-12-01T10:11:23.3473717Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py' 2022-12-01T10:11:23.3475883Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py' 2022-12-01T10:11:23.3478030Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py' 2022-12-01T10:11:23.3480297Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py' 2022-12-01T10:11:23.3482428Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py' 2022-12-01T10:11:23.3484516Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py' 2022-12-01T10:11:23.3486281Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/version.py' 2022-12-01T10:11:23.3488722Z adding 'torch/optim/__init__.py' 2022-12-01T10:11:23.3490544Z adding 'torch/optim/__init__.pyi' 2022-12-01T10:11:23.3492850Z adding 'torch/optim/_functional.py' 2022-12-01T10:11:23.3497361Z adding 'torch/optim/adadelta.py' 2022-12-01T10:11:23.3507492Z adding 'torch/optim/adadelta.pyi' 2022-12-01T10:11:23.3507861Z adding 'torch/optim/adagrad.py' 2022-12-01T10:11:23.3508120Z adding 'torch/optim/adagrad.pyi' 2022-12-01T10:11:23.3520290Z adding 'torch/optim/adam.py' 2022-12-01T10:11:23.3520591Z adding 'torch/optim/adam.pyi' 2022-12-01T10:11:23.3522533Z adding 'torch/optim/adamax.py' 2022-12-01T10:11:23.3525262Z adding 'torch/optim/adamax.pyi' 2022-12-01T10:11:23.3530203Z adding 'torch/optim/adamw.py' 2022-12-01T10:11:23.3532592Z adding 'torch/optim/adamw.pyi' 2022-12-01T10:11:23.3535941Z adding 'torch/optim/asgd.py' 2022-12-01T10:11:23.3537951Z adding 'torch/optim/asgd.pyi' 2022-12-01T10:11:23.3543267Z adding 'torch/optim/lbfgs.py' 2022-12-01T10:11:23.3545723Z adding 'torch/optim/lbfgs.pyi' 2022-12-01T10:11:23.3563676Z adding 'torch/optim/lr_scheduler.py' 2022-12-01T10:11:23.3567965Z adding 'torch/optim/lr_scheduler.pyi' 2022-12-01T10:11:23.3572175Z adding 'torch/optim/nadam.py' 2022-12-01T10:11:23.3574323Z adding 'torch/optim/nadam.pyi' 2022-12-01T10:11:23.3579425Z adding 'torch/optim/optimizer.py' 2022-12-01T10:11:23.3581722Z adding 'torch/optim/optimizer.pyi' 2022-12-01T10:11:23.3585816Z adding 'torch/optim/radam.py' 2022-12-01T10:11:23.3587989Z adding 'torch/optim/radam.pyi' 2022-12-01T10:11:23.3592257Z adding 'torch/optim/rmsprop.py' 2022-12-01T10:11:23.3594429Z adding 'torch/optim/rmsprop.pyi' 2022-12-01T10:11:23.3598168Z adding 'torch/optim/rprop.py' 2022-12-01T10:11:23.3600516Z adding 'torch/optim/rprop.pyi' 2022-12-01T10:11:23.3604593Z adding 'torch/optim/sgd.py' 2022-12-01T10:11:23.3606740Z adding 'torch/optim/sgd.pyi' 2022-12-01T10:11:23.3609406Z adding 'torch/optim/sparse_adam.py' 2022-12-01T10:11:23.3611301Z adding 'torch/optim/sparse_adam.pyi' 2022-12-01T10:11:23.3615662Z adding 'torch/optim/swa_utils.py' 2022-12-01T10:11:23.3617890Z adding 'torch/optim/swa_utils.pyi' 2022-12-01T10:11:23.3620138Z adding 'torch/optim/_multi_tensor/__init__.py' 2022-12-01T10:11:23.3622377Z adding 'torch/package/__init__.py' 2022-12-01T10:11:23.3625146Z adding 'torch/package/_digraph.py' 2022-12-01T10:11:23.3627454Z adding 'torch/package/_directory_reader.py' 2022-12-01T10:11:23.3629848Z adding 'torch/package/_importlib.py' 2022-12-01T10:11:23.3632037Z adding 'torch/package/_mangling.py' 2022-12-01T10:11:23.3634301Z adding 'torch/package/_mock.py' 2022-12-01T10:11:23.3637067Z adding 'torch/package/_package_pickler.py' 2022-12-01T10:11:23.3639368Z adding 'torch/package/_package_unpickler.py' 2022-12-01T10:11:23.3642436Z adding 'torch/package/_stdlib.py' 2022-12-01T10:11:23.3645777Z adding 'torch/package/file_structure_representation.py' 2022-12-01T10:11:23.3648182Z adding 'torch/package/find_file_dependencies.py' 2022-12-01T10:11:23.3651080Z adding 'torch/package/glob_group.py' 2022-12-01T10:11:23.3654662Z adding 'torch/package/importer.py' 2022-12-01T10:11:23.3668735Z adding 'torch/package/package_exporter.py' 2022-12-01T10:11:23.3679510Z adding 'torch/package/package_importer.py' 2022-12-01T10:11:23.3682445Z adding 'torch/package/analyze/__init__.py' 2022-12-01T10:11:23.3684487Z adding 'torch/package/analyze/find_first_use_of_broken_modules.py' 2022-12-01T10:11:23.3686301Z adding 'torch/package/analyze/is_from_package.py' 2022-12-01T10:11:23.3688502Z adding 'torch/package/analyze/trace_dependencies.py' 2022-12-01T10:11:23.3690899Z adding 'torch/profiler/__init__.py' 2022-12-01T10:11:23.3697387Z adding 'torch/profiler/_pattern_matcher.py' 2022-12-01T10:11:23.3702441Z adding 'torch/profiler/_utils.py' 2022-12-01T10:11:23.3704984Z adding 'torch/profiler/itt.py' 2022-12-01T10:11:23.3711563Z adding 'torch/profiler/profiler.py' 2022-12-01T10:11:23.3714074Z adding 'torch/profiler/python_tracer.py' 2022-12-01T10:11:23.3716877Z adding 'torch/quantization/__init__.py' 2022-12-01T10:11:23.3718867Z adding 'torch/quantization/_numeric_suite.py' 2022-12-01T10:11:23.3721013Z adding 'torch/quantization/_numeric_suite_fx.py' 2022-12-01T10:11:23.3722958Z adding 'torch/quantization/fake_quantize.py' 2022-12-01T10:11:23.3724834Z adding 'torch/quantization/fuse_modules.py' 2022-12-01T10:11:23.3726665Z adding 'torch/quantization/fuser_method_mappings.py' 2022-12-01T10:11:23.3729262Z adding 'torch/quantization/observer.py' 2022-12-01T10:11:23.3731302Z adding 'torch/quantization/qconfig.py' 2022-12-01T10:11:23.3733062Z adding 'torch/quantization/quant_type.py' 2022-12-01T10:11:23.3734978Z adding 'torch/quantization/quantization_mappings.py' 2022-12-01T10:11:23.3736922Z adding 'torch/quantization/quantize.py' 2022-12-01T10:11:23.3738708Z adding 'torch/quantization/quantize_fx.py' 2022-12-01T10:11:23.3740609Z adding 'torch/quantization/quantize_jit.py' 2022-12-01T10:11:23.3742328Z adding 'torch/quantization/stubs.py' 2022-12-01T10:11:23.3744185Z adding 'torch/quantization/utils.py' 2022-12-01T10:11:23.3746455Z adding 'torch/quantization/fx/__init__.py' 2022-12-01T10:11:23.3748341Z adding 'torch/quantization/fx/_equalize.py' 2022-12-01T10:11:23.3750116Z adding 'torch/quantization/fx/convert.py' 2022-12-01T10:11:23.3751881Z adding 'torch/quantization/fx/fuse.py' 2022-12-01T10:11:23.3753651Z adding 'torch/quantization/fx/fusion_patterns.py' 2022-12-01T10:11:23.3755438Z adding 'torch/quantization/fx/graph_module.py' 2022-12-01T10:11:23.3757183Z adding 'torch/quantization/fx/match_utils.py' 2022-12-01T10:11:23.3759078Z adding 'torch/quantization/fx/pattern_utils.py' 2022-12-01T10:11:23.3761270Z adding 'torch/quantization/fx/prepare.py' 2022-12-01T10:11:23.3763249Z adding 'torch/quantization/fx/quantization_patterns.py' 2022-12-01T10:11:23.3765026Z adding 'torch/quantization/fx/quantization_types.py' 2022-12-01T10:11:23.3766815Z adding 'torch/quantization/fx/utils.py' 2022-12-01T10:11:23.3769347Z adding 'torch/share/cmake/ATen/ATenConfig.cmake' 2022-12-01T10:11:23.3772396Z adding 'torch/share/cmake/Caffe2/Caffe2Config.cmake' 2022-12-01T10:11:23.3774386Z adding 'torch/share/cmake/Caffe2/Caffe2ConfigVersion.cmake' 2022-12-01T10:11:23.3776321Z adding 'torch/share/cmake/Caffe2/Caffe2Targets-release.cmake' 2022-12-01T10:11:23.3778966Z adding 'torch/share/cmake/Caffe2/Caffe2Targets.cmake' 2022-12-01T10:11:23.3781350Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake' 2022-12-01T10:11:23.3783502Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake' 2022-12-01T10:11:23.3786019Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake' 2022-12-01T10:11:23.3813393Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake' 2022-12-01T10:11:23.3820359Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake' 2022-12-01T10:11:23.3822883Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake' 2022-12-01T10:11:23.3826001Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake' 2022-12-01T10:11:23.3828653Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake' 2022-12-01T10:11:23.3833046Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake' 2022-12-01T10:11:23.3837161Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake' 2022-12-01T10:11:23.3841891Z adding 'torch/share/cmake/Caffe2/public/LoadHIP.cmake' 2022-12-01T10:11:23.3848049Z adding 'torch/share/cmake/Caffe2/public/cuda.cmake' 2022-12-01T10:11:23.3851049Z adding 'torch/share/cmake/Caffe2/public/gflags.cmake' 2022-12-01T10:11:23.3853487Z adding 'torch/share/cmake/Caffe2/public/glog.cmake' 2022-12-01T10:11:23.3855476Z adding 'torch/share/cmake/Caffe2/public/mkl.cmake' 2022-12-01T10:11:23.3857445Z adding 'torch/share/cmake/Caffe2/public/mkldnn.cmake' 2022-12-01T10:11:23.3859997Z adding 'torch/share/cmake/Caffe2/public/protobuf.cmake' 2022-12-01T10:11:23.3862081Z adding 'torch/share/cmake/Caffe2/public/threads.cmake' 2022-12-01T10:11:23.3868943Z adding 'torch/share/cmake/Caffe2/public/utils.cmake' 2022-12-01T10:11:23.3872006Z adding 'torch/share/cmake/Tensorpipe/TensorpipeTargets-release.cmake' 2022-12-01T10:11:23.3874640Z adding 'torch/share/cmake/Tensorpipe/TensorpipeTargets.cmake' 2022-12-01T10:11:23.3877949Z adding 'torch/share/cmake/Torch/TorchConfig.cmake' 2022-12-01T10:11:23.3880405Z adding 'torch/share/cmake/Torch/TorchConfigVersion.cmake' 2022-12-01T10:11:23.3885477Z adding 'torch/sparse/__init__.py' 2022-12-01T10:11:23.3892860Z adding 'torch/special/__init__.py' 2022-12-01T10:11:23.4134251Z adding 'torch/test/CppSignature_test' 2022-12-01T10:11:23.4486224Z adding 'torch/test/Dict_test' 2022-12-01T10:11:23.4753266Z adding 'torch/test/Dimname_test' 2022-12-01T10:11:23.5048664Z adding 'torch/test/IListRef_test' 2022-12-01T10:11:23.5365898Z adding 'torch/test/KernelFunction_test' 2022-12-01T10:11:23.5873565Z adding 'torch/test/List_test' 2022-12-01T10:11:23.6196518Z adding 'torch/test/MaybeOwned_test' 2022-12-01T10:11:23.6486224Z adding 'torch/test/NamedTensor_test' 2022-12-01T10:11:23.6778332Z adding 'torch/test/apply_utils_test' 2022-12-01T10:11:23.7072633Z adding 'torch/test/atest' 2022-12-01T10:11:23.7356166Z adding 'torch/test/backend_fallback_test' 2022-12-01T10:11:23.7665448Z adding 'torch/test/basic' 2022-12-01T10:11:23.7939479Z adding 'torch/test/broadcast_test' 2022-12-01T10:11:23.8178810Z adding 'torch/test/c10_Array_test' 2022-12-01T10:11:23.8440072Z adding 'torch/test/c10_Bitset_test' 2022-12-01T10:11:23.8695788Z adding 'torch/test/c10_C++17_test' 2022-12-01T10:11:23.8939298Z adding 'torch/test/c10_CompileTimeFunctionPointer_test' 2022-12-01T10:11:23.9179849Z adding 'torch/test/c10_ConstexprCrc_test' 2022-12-01T10:11:23.9422321Z adding 'torch/test/c10_DeadlockDetection_test' 2022-12-01T10:11:23.9678767Z adding 'torch/test/c10_DeviceGuard_test' 2022-12-01T10:11:23.9930777Z adding 'torch/test/c10_Device_test' 2022-12-01T10:11:24.0222211Z adding 'torch/test/c10_DispatchKeySet_test' 2022-12-01T10:11:24.0471898Z adding 'torch/test/c10_Half_test' 2022-12-01T10:11:24.0746900Z adding 'torch/test/c10_InlineDeviceGuard_test' 2022-12-01T10:11:24.1026593Z adding 'torch/test/c10_InlineStreamGuard_test' 2022-12-01T10:11:24.1308123Z adding 'torch/test/c10_LeftRight_test' 2022-12-01T10:11:24.1611146Z adding 'torch/test/c10_Metaprogramming_test' 2022-12-01T10:11:24.1898085Z adding 'torch/test/c10_SizesAndStrides_test' 2022-12-01T10:11:24.2496858Z adding 'torch/test/c10_SmallVectorTest' 2022-12-01T10:11:24.2769708Z adding 'torch/test/c10_StreamGuard_test' 2022-12-01T10:11:24.3021521Z adding 'torch/test/c10_SymInt_test' 2022-12-01T10:11:24.3272919Z adding 'torch/test/c10_Synchronized_test' 2022-12-01T10:11:24.3556490Z adding 'torch/test/c10_ThreadLocal_test' 2022-12-01T10:11:24.3819733Z adding 'torch/test/c10_TypeIndex_test' 2022-12-01T10:11:24.4071797Z adding 'torch/test/c10_TypeList_test' 2022-12-01T10:11:24.4312194Z adding 'torch/test/c10_TypeTraits_test' 2022-12-01T10:11:24.4569776Z adding 'torch/test/c10_accumulate_test' 2022-12-01T10:11:24.4849625Z adding 'torch/test/c10_bfloat16_test' 2022-12-01T10:11:24.5120385Z adding 'torch/test/c10_complex_math_test' 2022-12-01T10:11:24.5397093Z adding 'torch/test/c10_complex_test' 2022-12-01T10:11:24.5889050Z adding 'torch/test/c10_either_test' 2022-12-01T10:11:24.6168745Z adding 'torch/test/c10_exception_test' 2022-12-01T10:11:24.6417549Z adding 'torch/test/c10_flags_test' 2022-12-01T10:11:24.6709219Z adding 'torch/test/c10_intrusive_ptr_benchmark' 2022-12-01T10:11:24.7454817Z adding 'torch/test/c10_intrusive_ptr_test' 2022-12-01T10:11:24.7743969Z adding 'torch/test/c10_irange_test' 2022-12-01T10:11:24.8033537Z adding 'torch/test/c10_logging_test' 2022-12-01T10:11:24.8396326Z adding 'torch/test/c10_optional_test' 2022-12-01T10:11:24.8702294Z adding 'torch/test/c10_ordered_preserving_dict_test' 2022-12-01T10:11:24.8979561Z adding 'torch/test/c10_registry_test' 2022-12-01T10:11:24.9273492Z adding 'torch/test/c10_string_view_test' 2022-12-01T10:11:24.9536787Z adding 'torch/test/c10_tempfile_test' 2022-12-01T10:11:24.9817515Z adding 'torch/test/c10_typeid_test' 2022-12-01T10:11:25.0108155Z adding 'torch/test/cpu_generator_test' 2022-12-01T10:11:25.0370775Z adding 'torch/test/cpu_profiling_allocator_test' 2022-12-01T10:11:25.0787264Z adding 'torch/test/cpu_rng_test' 2022-12-01T10:11:25.1046308Z adding 'torch/test/dispatch_key_set_test' 2022-12-01T10:11:25.1290330Z adding 'torch/test/dlconvertor_test' 2022-12-01T10:11:25.1580413Z adding 'torch/test/extension_backend_test' 2022-12-01T10:11:25.1858887Z adding 'torch/test/half_test' 2022-12-01T10:11:25.2122863Z adding 'torch/test/inline_container_test' 2022-12-01T10:11:25.2605145Z adding 'torch/test/ivalue_test' 2022-12-01T10:11:25.3201482Z adding 'torch/test/kernel_function_legacy_test' 2022-12-01T10:11:25.3693480Z adding 'torch/test/kernel_function_test' 2022-12-01T10:11:25.4303996Z adding 'torch/test/kernel_lambda_legacy_test' 2022-12-01T10:11:25.4815550Z adding 'torch/test/kernel_lambda_test' 2022-12-01T10:11:25.5132586Z adding 'torch/test/kernel_stackbased_test' 2022-12-01T10:11:25.5379248Z adding 'torch/test/lazy_tensor_test' 2022-12-01T10:11:25.5853941Z adding 'torch/test/make_boxed_from_unboxed_functor_test' 2022-12-01T10:11:25.6132703Z adding 'torch/test/math_kernel_test' 2022-12-01T10:11:25.6402177Z adding 'torch/test/memory_format_test' 2022-12-01T10:11:25.6666019Z adding 'torch/test/memory_overlapping_test' 2022-12-01T10:11:25.6928469Z adding 'torch/test/mobile_memory_cleanup' 2022-12-01T10:11:25.7213333Z adding 'torch/test/native_test' 2022-12-01T10:11:25.7454561Z adding 'torch/test/op_allowlist_test' 2022-12-01T10:11:25.8648954Z adding 'torch/test/op_registration_test' 2022-12-01T10:11:25.8982694Z adding 'torch/test/operator_name_test' 2022-12-01T10:11:25.9233841Z adding 'torch/test/operators_test' 2022-12-01T10:11:25.9497825Z adding 'torch/test/packedtensoraccessor_test' 2022-12-01T10:11:25.9823231Z adding 'torch/test/pow_test' 2022-12-01T10:11:26.0115091Z adding 'torch/test/quantized_test' 2022-12-01T10:11:26.0365220Z adding 'torch/test/reduce_ops_test' 2022-12-01T10:11:26.0621067Z adding 'torch/test/reportMemoryUsage_test' 2022-12-01T10:11:26.0906915Z adding 'torch/test/scalar_tensor_test' 2022-12-01T10:11:26.1203874Z adding 'torch/test/scalar_test' 2022-12-01T10:11:26.1466792Z adding 'torch/test/stride_properties_test' 2022-12-01T10:11:26.1837113Z adding 'torch/test/tensor_iterator_test' 2022-12-01T10:11:26.2127918Z adding 'torch/test/test_parallel' 2022-12-01T10:11:26.2148739Z adding 'torch/test/thread_init_test' 2022-12-01T10:11:26.2415813Z adding 'torch/test/type_ptr_test' 2022-12-01T10:11:26.2721552Z adding 'torch/test/type_test' 2022-12-01T10:11:26.2986744Z adding 'torch/test/undefined_tensor_test' 2022-12-01T10:11:26.3235395Z adding 'torch/test/variant_test' 2022-12-01T10:11:26.3251753Z adding 'torch/test/verify_api_visibility' 2022-12-01T10:11:26.3593110Z adding 'torch/test/vmap_test' 2022-12-01T10:11:26.3854612Z adding 'torch/test/weakref_test' 2022-12-01T10:11:26.4111356Z adding 'torch/test/wrapdim_test' 2022-12-01T10:11:26.4356702Z adding 'torch/test/xla_tensor_test' 2022-12-01T10:11:26.4370780Z adding 'torch/testing/__init__.py' 2022-12-01T10:11:26.4385883Z adding 'torch/testing/_comparison.py' 2022-12-01T10:11:26.4390830Z adding 'torch/testing/_creation.py' 2022-12-01T10:11:26.4393970Z adding 'torch/testing/_deprecated.py' 2022-12-01T10:11:26.4396530Z adding 'torch/testing/_legacy.py' 2022-12-01T10:11:26.4398973Z adding 'torch/testing/_internal/__init__.py' 2022-12-01T10:11:26.4403803Z adding 'torch/testing/_internal/autocast_test_lists.py' 2022-12-01T10:11:26.4407454Z adding 'torch/testing/_internal/check_kernel_launches.py' 2022-12-01T10:11:26.4410767Z adding 'torch/testing/_internal/common_cuda.py' 2022-12-01T10:11:26.4428664Z adding 'torch/testing/_internal/common_device_type.py' 2022-12-01T10:11:26.4439116Z adding 'torch/testing/_internal/common_distributed.py' 2022-12-01T10:11:26.4441971Z adding 'torch/testing/_internal/common_dtype.py' 2022-12-01T10:11:26.4453027Z adding 'torch/testing/_internal/common_fsdp.py' 2022-12-01T10:11:26.4458592Z adding 'torch/testing/_internal/common_jit.py' 2022-12-01T10:11:26.4628845Z adding 'torch/testing/_internal/common_methods_invocations.py' 2022-12-01T10:11:26.4661112Z adding 'torch/testing/_internal/common_modules.py' 2022-12-01T10:11:26.4706029Z adding 'torch/testing/_internal/common_nn.py' 2022-12-01T10:11:26.4731235Z adding 'torch/testing/_internal/common_quantization.py' 2022-12-01T10:11:26.4736637Z adding 'torch/testing/_internal/common_quantized.py' 2022-12-01T10:11:26.4740156Z adding 'torch/testing/_internal/common_subclass.py' 2022-12-01T10:11:26.4791715Z adding 'torch/testing/_internal/common_utils.py' 2022-12-01T10:11:26.4802217Z adding 'torch/testing/_internal/composite_compliance.py' 2022-12-01T10:11:26.4806150Z adding 'torch/testing/_internal/dist_utils.py' 2022-12-01T10:11:26.4811044Z adding 'torch/testing/_internal/hypothesis_utils.py' 2022-12-01T10:11:26.4819936Z adding 'torch/testing/_internal/jit_metaprogramming_utils.py' 2022-12-01T10:11:26.4830295Z adding 'torch/testing/_internal/jit_utils.py' 2022-12-01T10:11:26.4833801Z adding 'torch/testing/_internal/logging_tensor.py' 2022-12-01T10:11:26.4836117Z adding 'torch/testing/_internal/quantization_torch_package_models.py' 2022-12-01T10:11:26.4838660Z adding 'torch/testing/_internal/schema_check_mode.py' 2022-12-01T10:11:26.4841077Z adding 'torch/testing/_internal/codegen/__init__.py' 2022-12-01T10:11:26.4846024Z adding 'torch/testing/_internal/codegen/random_topo_test.py' 2022-12-01T10:11:26.4848356Z adding 'torch/testing/_internal/data/__init__.py' 2022-12-01T10:11:26.4850288Z adding 'torch/testing/_internal/data/network1.py' 2022-12-01T10:11:26.4851961Z adding 'torch/testing/_internal/data/network2.py' 2022-12-01T10:11:26.4853833Z adding 'torch/testing/_internal/distributed/__init__.py' 2022-12-01T10:11:26.4860642Z adding 'torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py' 2022-12-01T10:11:26.4944770Z adding 'torch/testing/_internal/distributed/distributed_test.py' 2022-12-01T10:11:26.4955857Z adding 'torch/testing/_internal/distributed/distributed_utils.py' 2022-12-01T10:11:26.4958438Z adding 'torch/testing/_internal/distributed/pipe_with_ddp_test.py' 2022-12-01T10:11:26.4962096Z adding 'torch/testing/_internal/distributed/rpc_utils.py' 2022-12-01T10:11:26.4964432Z adding 'torch/testing/_internal/distributed/_shard/__init__.py' 2022-12-01T10:11:26.4966392Z adding 'torch/testing/_internal/distributed/_shard/test_common.py' 2022-12-01T10:11:26.4969244Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py' 2022-12-01T10:11:26.4971734Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py' 2022-12-01T10:11:26.4973779Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py' 2022-12-01T10:11:26.4975840Z adding 'torch/testing/_internal/distributed/nn/__init__.py' 2022-12-01T10:11:26.4978031Z adding 'torch/testing/_internal/distributed/nn/api/__init__.py' 2022-12-01T10:11:26.4983295Z adding 'torch/testing/_internal/distributed/nn/api/remote_module_test.py' 2022-12-01T10:11:26.4986066Z adding 'torch/testing/_internal/distributed/pipeline/__init__.py' 2022-12-01T10:11:26.4987884Z adding 'torch/testing/_internal/distributed/rpc/__init__.py' 2022-12-01T10:11:26.5012709Z adding 'torch/testing/_internal/distributed/rpc/dist_autograd_test.py' 2022-12-01T10:11:26.5018242Z adding 'torch/testing/_internal/distributed/rpc/dist_optimizer_test.py' 2022-12-01T10:11:26.5022389Z adding 'torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py' 2022-12-01T10:11:26.5024951Z adding 'torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py' 2022-12-01T10:11:26.5027173Z adding 'torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py' 2022-12-01T10:11:26.5080419Z adding 'torch/testing/_internal/distributed/rpc/rpc_test.py' 2022-12-01T10:11:26.5086875Z adding 'torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py' 2022-12-01T10:11:26.5088952Z adding 'torch/testing/_internal/distributed/rpc/examples/__init__.py' 2022-12-01T10:11:26.5091559Z adding 'torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py' 2022-12-01T10:11:26.5095386Z adding 'torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py' 2022-12-01T10:11:26.5097557Z adding 'torch/testing/_internal/distributed/rpc/jit/__init__.py' 2022-12-01T10:11:26.5099920Z adding 'torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py' 2022-12-01T10:11:26.5111191Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test.py' 2022-12-01T10:11:26.5115224Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py' 2022-12-01T10:11:26.5117379Z adding 'torch/testing/_internal/generated/__init__.py' 2022-12-01T10:11:26.5149946Z adding 'torch/testing/_internal/generated/annotated_fn_args.py' 2022-12-01T10:11:26.5160065Z adding 'torch/testing/_internal/opinfo/__init__.py' 2022-12-01T10:11:26.5190217Z adding 'torch/testing/_internal/opinfo/core.py' 2022-12-01T10:11:26.5195848Z adding 'torch/testing/_internal/opinfo/refs.py' 2022-12-01T10:11:26.5199625Z adding 'torch/testing/_internal/opinfo/utils.py' 2022-12-01T10:11:26.5202093Z adding 'torch/testing/_internal/opinfo/definitions/__init__.py' 2022-12-01T10:11:26.5208817Z adding 'torch/testing/_internal/opinfo/definitions/_masked.py' 2022-12-01T10:11:26.5213885Z adding 'torch/testing/_internal/opinfo/definitions/fft.py' 2022-12-01T10:11:26.5231344Z adding 'torch/testing/_internal/opinfo/definitions/linalg.py' 2022-12-01T10:11:26.5237528Z adding 'torch/testing/_internal/opinfo/definitions/special.py' 2022-12-01T10:11:26.5240257Z adding 'torch/testing/_internal/test_module/__init__.py' 2022-12-01T10:11:26.5242106Z adding 'torch/testing/_internal/test_module/future_div.py' 2022-12-01T10:11:26.5243746Z adding 'torch/testing/_internal/test_module/no_future_div.py' 2022-12-01T10:11:26.5246144Z adding 'torch/utils/__init__.py' 2022-12-01T10:11:26.5248178Z adding 'torch/utils/_cpp_extension_versioner.py' 2022-12-01T10:11:26.5250147Z adding 'torch/utils/_crash_handler.py' 2022-12-01T10:11:26.5253091Z adding 'torch/utils/_cuda_trace.py' 2022-12-01T10:11:26.5257274Z adding 'torch/utils/_freeze.py' 2022-12-01T10:11:26.5259403Z adding 'torch/utils/_mode_utils.py' 2022-12-01T10:11:26.5262183Z adding 'torch/utils/_python_dispatch.py' 2022-12-01T10:11:26.5266439Z adding 'torch/utils/_pytree.py' 2022-12-01T10:11:26.5269048Z adding 'torch/utils/_zip.py' 2022-12-01T10:11:26.5275545Z adding 'torch/utils/bundled_inputs.py' 2022-12-01T10:11:26.5282599Z adding 'torch/utils/checkpoint.py' 2022-12-01T10:11:26.5288454Z adding 'torch/utils/collect_env.py' 2022-12-01T10:11:26.5290691Z adding 'torch/utils/cpp_backtrace.py' 2022-12-01T10:11:26.5320424Z adding 'torch/utils/cpp_extension.py' 2022-12-01T10:11:26.5325332Z adding 'torch/utils/dlpack.py' 2022-12-01T10:11:26.5327512Z adding 'torch/utils/file_baton.py' 2022-12-01T10:11:26.5330876Z adding 'torch/utils/hooks.py' 2022-12-01T10:11:26.5334069Z adding 'torch/utils/mkldnn.py' 2022-12-01T10:11:26.5336985Z adding 'torch/utils/mobile_optimizer.py' 2022-12-01T10:11:26.5338942Z adding 'torch/utils/model_zoo.py' 2022-12-01T10:11:26.5341790Z adding 'torch/utils/show_pickle.py' 2022-12-01T10:11:26.5345275Z adding 'torch/utils/throughput_benchmark.py' 2022-12-01T10:11:26.5347611Z adding 'torch/utils/backcompat/__init__.py' 2022-12-01T10:11:26.5349626Z adding 'torch/utils/benchmark/__init__.py' 2022-12-01T10:11:26.5351619Z adding 'torch/utils/benchmark/examples/__init__.py' 2022-12-01T10:11:26.5354885Z adding 'torch/utils/benchmark/examples/blas_compare.py' 2022-12-01T10:11:26.5358902Z adding 'torch/utils/benchmark/examples/blas_compare_setup.py' 2022-12-01T10:11:26.5361358Z adding 'torch/utils/benchmark/examples/compare.py' 2022-12-01T10:11:26.5366409Z adding 'torch/utils/benchmark/examples/end_to_end.py' 2022-12-01T10:11:26.5369074Z adding 'torch/utils/benchmark/examples/fuzzer.py' 2022-12-01T10:11:26.5371740Z adding 'torch/utils/benchmark/examples/op_benchmark.py' 2022-12-01T10:11:26.5373725Z adding 'torch/utils/benchmark/examples/simple_timeit.py' 2022-12-01T10:11:26.5376472Z adding 'torch/utils/benchmark/examples/spectral_ops_fuzz_test.py' 2022-12-01T10:11:26.5378472Z adding 'torch/utils/benchmark/op_fuzzers/__init__.py' 2022-12-01T10:11:26.5380775Z adding 'torch/utils/benchmark/op_fuzzers/binary.py' 2022-12-01T10:11:26.5383166Z adding 'torch/utils/benchmark/op_fuzzers/sparse_binary.py' 2022-12-01T10:11:26.5385619Z adding 'torch/utils/benchmark/op_fuzzers/sparse_unary.py' 2022-12-01T10:11:26.5387970Z adding 'torch/utils/benchmark/op_fuzzers/spectral.py' 2022-12-01T10:11:26.5390302Z adding 'torch/utils/benchmark/op_fuzzers/unary.py' 2022-12-01T10:11:26.5392275Z adding 'torch/utils/benchmark/utils/__init__.py' 2022-12-01T10:11:26.5394165Z adding 'torch/utils/benchmark/utils/_stubs.py' 2022-12-01T10:11:26.5399032Z adding 'torch/utils/benchmark/utils/common.py' 2022-12-01T10:11:26.5404080Z adding 'torch/utils/benchmark/utils/compare.py' 2022-12-01T10:11:26.5407504Z adding 'torch/utils/benchmark/utils/cpp_jit.py' 2022-12-01T10:11:26.5413734Z adding 'torch/utils/benchmark/utils/fuzzer.py' 2022-12-01T10:11:26.5417108Z adding 'torch/utils/benchmark/utils/sparse_fuzzer.py' 2022-12-01T10:11:26.5419320Z adding 'torch/utils/benchmark/utils/timeit_template.cpp' 2022-12-01T10:11:26.5426168Z adding 'torch/utils/benchmark/utils/timer.py' 2022-12-01T10:11:26.5428429Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/__init__.py' 2022-12-01T10:11:26.5431409Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h' 2022-12-01T10:11:26.5433442Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp' 2022-12-01T10:11:26.5435396Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp' 2022-12-01T10:11:26.5447125Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py' 2022-12-01T10:11:26.5493711Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h' 2022-12-01T10:11:26.5505309Z adding 'torch/utils/bottleneck/__init__.py' 2022-12-01T10:11:26.5508310Z adding 'torch/utils/bottleneck/__main__.py' 2022-12-01T10:11:26.5511285Z adding 'torch/utils/data/__init__.py' 2022-12-01T10:11:26.5513415Z adding 'torch/utils/data/backward_compatibility.py' 2022-12-01T10:11:26.5539130Z adding 'torch/utils/data/dataloader.py' 2022-12-01T10:11:26.5543910Z adding 'torch/utils/data/dataloader_experimental.py' 2022-12-01T10:11:26.5549113Z adding 'torch/utils/data/dataset.py' 2022-12-01T10:11:26.5552755Z adding 'torch/utils/data/distributed.py' 2022-12-01T10:11:26.5556188Z adding 'torch/utils/data/graph.py' 2022-12-01T10:11:26.5559444Z adding 'torch/utils/data/graph_settings.py' 2022-12-01T10:11:26.5563937Z adding 'torch/utils/data/sampler.py' 2022-12-01T10:11:26.5567091Z adding 'torch/utils/data/_utils/__init__.py' 2022-12-01T10:11:26.5571429Z adding 'torch/utils/data/_utils/collate.py' 2022-12-01T10:11:26.5574154Z adding 'torch/utils/data/_utils/fetch.py' 2022-12-01T10:11:26.5576868Z adding 'torch/utils/data/_utils/pin_memory.py' 2022-12-01T10:11:26.5579128Z adding 'torch/utils/data/_utils/serialization.py' 2022-12-01T10:11:26.5581807Z adding 'torch/utils/data/_utils/signal_handling.py' 2022-12-01T10:11:26.5586969Z adding 'torch/utils/data/_utils/worker.py' 2022-12-01T10:11:26.5589715Z adding 'torch/utils/data/communication/__init__.py' 2022-12-01T10:11:26.5592281Z adding 'torch/utils/data/communication/eventloop.py' 2022-12-01T10:11:26.5595591Z adding 'torch/utils/data/communication/iter.py' 2022-12-01T10:11:26.5599506Z adding 'torch/utils/data/communication/map.py' 2022-12-01T10:11:26.5601500Z adding 'torch/utils/data/communication/messages.py' 2022-12-01T10:11:26.5604509Z adding 'torch/utils/data/communication/protocol.py' 2022-12-01T10:11:26.5607132Z adding 'torch/utils/data/communication/queue.py' 2022-12-01T10:11:26.5609448Z adding 'torch/utils/data/datapipes/__init__.py' 2022-12-01T10:11:26.5613296Z adding 'torch/utils/data/datapipes/_decorator.py' 2022-12-01T10:11:26.5618086Z adding 'torch/utils/data/datapipes/_hook_iterator.py' 2022-12-01T10:11:26.5624325Z adding 'torch/utils/data/datapipes/_typing.py' 2022-12-01T10:11:26.5629867Z adding 'torch/utils/data/datapipes/datapipe.py' 2022-12-01T10:11:26.5633821Z adding 'torch/utils/data/datapipes/datapipe.pyi' 2022-12-01T10:11:26.5638375Z adding 'torch/utils/data/datapipes/gen_pyi.py' 2022-12-01T10:11:26.5641836Z adding 'torch/utils/data/datapipes/dataframe/__init__.py' 2022-12-01T10:11:26.5644703Z adding 'torch/utils/data/datapipes/dataframe/dataframe_wrapper.py' 2022-12-01T10:11:26.5649595Z adding 'torch/utils/data/datapipes/dataframe/dataframes.py' 2022-12-01T10:11:26.5653015Z adding 'torch/utils/data/datapipes/dataframe/datapipes.py' 2022-12-01T10:11:26.5655674Z adding 'torch/utils/data/datapipes/dataframe/structures.py' 2022-12-01T10:11:26.5658752Z adding 'torch/utils/data/datapipes/iter/__init__.py' 2022-12-01T10:11:26.5663304Z adding 'torch/utils/data/datapipes/iter/callable.py' 2022-12-01T10:11:26.5667275Z adding 'torch/utils/data/datapipes/iter/combinatorics.py' 2022-12-01T10:11:26.5707828Z adding 'torch/utils/data/datapipes/iter/combining.py' 2022-12-01T10:11:26.5708548Z adding 'torch/utils/data/datapipes/iter/filelister.py' 2022-12-01T10:11:26.5709127Z adding 'torch/utils/data/datapipes/iter/fileopener.py' 2022-12-01T10:11:26.5709703Z adding 'torch/utils/data/datapipes/iter/grouping.py' 2022-12-01T10:11:26.5710245Z adding 'torch/utils/data/datapipes/iter/routeddecoder.py' 2022-12-01T10:11:26.5710782Z adding 'torch/utils/data/datapipes/iter/selecting.py' 2022-12-01T10:11:26.5711355Z adding 'torch/utils/data/datapipes/iter/streamreader.py' 2022-12-01T10:11:26.5711896Z adding 'torch/utils/data/datapipes/iter/utils.py' 2022-12-01T10:11:26.5712415Z adding 'torch/utils/data/datapipes/map/__init__.py' 2022-12-01T10:11:26.5712968Z adding 'torch/utils/data/datapipes/map/callable.py' 2022-12-01T10:11:26.5715760Z adding 'torch/utils/data/datapipes/map/combinatorics.py' 2022-12-01T10:11:26.5718831Z adding 'torch/utils/data/datapipes/map/combining.py' 2022-12-01T10:11:26.5722125Z adding 'torch/utils/data/datapipes/map/grouping.py' 2022-12-01T10:11:26.5724857Z adding 'torch/utils/data/datapipes/map/utils.py' 2022-12-01T10:11:26.5727449Z adding 'torch/utils/data/datapipes/utils/__init__.py' 2022-12-01T10:11:26.5732605Z adding 'torch/utils/data/datapipes/utils/common.py' 2022-12-01T10:11:26.5737773Z adding 'torch/utils/data/datapipes/utils/decoder.py' 2022-12-01T10:11:26.5741038Z adding 'torch/utils/data/datapipes/utils/snapshot.py' 2022-12-01T10:11:26.5743568Z adding 'torch/utils/hipify/__init__.py' 2022-12-01T10:11:26.5746274Z adding 'torch/utils/hipify/constants.py' 2022-12-01T10:11:26.5793617Z adding 'torch/utils/hipify/cuda_to_hip_mappings.py' 2022-12-01T10:11:26.5814276Z adding 'torch/utils/hipify/hipify_python.py' 2022-12-01T10:11:26.5817245Z adding 'torch/utils/hipify/version.py' 2022-12-01T10:11:26.5819552Z adding 'torch/utils/jit/__init__.py' 2022-12-01T10:11:26.5822218Z adding 'torch/utils/jit/log_extract.py' 2022-12-01T10:11:26.5828079Z adding 'torch/utils/model_dump/__init__.py' 2022-12-01T10:11:26.5830181Z adding 'torch/utils/model_dump/__main__.py' 2022-12-01T10:11:26.5835789Z adding 'torch/utils/model_dump/code.js' 2022-12-01T10:11:26.5838393Z adding 'torch/utils/model_dump/htm.mjs' 2022-12-01T10:11:26.5843084Z adding 'torch/utils/model_dump/preact.mjs' 2022-12-01T10:11:26.5845237Z adding 'torch/utils/model_dump/skeleton.html' 2022-12-01T10:11:26.5847303Z adding 'torch/utils/tensorboard/__init__.py' 2022-12-01T10:11:26.5855443Z adding 'torch/utils/tensorboard/_caffe2_graph.py' 2022-12-01T10:11:26.5858010Z adding 'torch/utils/tensorboard/_convert_np.py' 2022-12-01T10:11:26.5860399Z adding 'torch/utils/tensorboard/_embedding.py' 2022-12-01T10:11:26.5862698Z adding 'torch/utils/tensorboard/_onnx_graph.py' 2022-12-01T10:11:26.5864701Z adding 'torch/utils/tensorboard/_proto_graph.py' 2022-12-01T10:11:26.5869827Z adding 'torch/utils/tensorboard/_pytorch_graph.py' 2022-12-01T10:11:26.5872818Z adding 'torch/utils/tensorboard/_utils.py' 2022-12-01T10:11:26.5882250Z adding 'torch/utils/tensorboard/summary.py' 2022-12-01T10:11:26.5894495Z adding 'torch/utils/tensorboard/writer.py' 2022-12-01T10:11:26.5899497Z adding 'torchgen/__init__.py' 2022-12-01T10:11:26.5901712Z adding 'torchgen/code_template.py' 2022-12-01T10:11:26.5904365Z adding 'torchgen/context.py' 2022-12-01T10:11:26.5934337Z adding 'torchgen/gen.py' 2022-12-01T10:11:26.5943131Z adding 'torchgen/gen_backend_stubs.py' 2022-12-01T10:11:26.5952882Z adding 'torchgen/gen_functionalization_type.py' 2022-12-01T10:11:26.5960587Z adding 'torchgen/gen_lazy_tensor.py' 2022-12-01T10:11:26.5964541Z adding 'torchgen/gen_vmap_plumbing.py' 2022-12-01T10:11:26.5966941Z adding 'torchgen/local.py' 2022-12-01T10:11:26.6002672Z adding 'torchgen/model.py' 2022-12-01T10:11:26.6014003Z adding 'torchgen/native_function_generation.py' 2022-12-01T10:11:26.6020363Z adding 'torchgen/utils.py' 2022-12-01T10:11:26.6022994Z adding 'torchgen/api/__init__.py' 2022-12-01T10:11:26.6030959Z adding 'torchgen/api/autograd.py' 2022-12-01T10:11:26.6036714Z adding 'torchgen/api/cpp.py' 2022-12-01T10:11:26.6040201Z adding 'torchgen/api/dispatcher.py' 2022-12-01T10:11:26.6043412Z adding 'torchgen/api/functionalization.py' 2022-12-01T10:11:26.6049045Z adding 'torchgen/api/lazy.py' 2022-12-01T10:11:26.6051264Z adding 'torchgen/api/meta.py' 2022-12-01T10:11:26.6054039Z adding 'torchgen/api/native.py' 2022-12-01T10:11:26.6070943Z adding 'torchgen/api/python.py' 2022-12-01T10:11:26.6075160Z adding 'torchgen/api/structured.py' 2022-12-01T10:11:26.6080986Z adding 'torchgen/api/translate.py' 2022-12-01T10:11:26.6089320Z adding 'torchgen/api/types.py' 2022-12-01T10:11:26.6093203Z adding 'torchgen/api/ufunc.py' 2022-12-01T10:11:26.6097171Z adding 'torchgen/api/unboxing.py' 2022-12-01T10:11:26.6099514Z adding 'torchgen/dest/__init__.py' 2022-12-01T10:11:26.6107781Z adding 'torchgen/dest/lazy_ir.py' 2022-12-01T10:11:26.6110631Z adding 'torchgen/dest/lazy_ts_lowering.py' 2022-12-01T10:11:26.6112885Z adding 'torchgen/dest/native_functions.py' 2022-12-01T10:11:26.6124408Z adding 'torchgen/dest/register_dispatch_key.py' 2022-12-01T10:11:26.6130794Z adding 'torchgen/dest/ufunc.py' 2022-12-01T10:11:26.6133228Z adding 'torchgen/operator_versions/__init__.py' 2022-12-01T10:11:26.6137445Z adding 'torchgen/operator_versions/gen_mobile_upgraders.py' 2022-12-01T10:11:26.6139531Z adding 'torchgen/operator_versions/gen_mobile_upgraders_constant.py' 2022-12-01T10:11:26.6234693Z adding 'torchgen/packaged/ATen/native/native_functions.yaml' 2022-12-01T10:11:26.6248462Z adding 'torchgen/packaged/ATen/native/tags.yaml' 2022-12-01T10:11:26.6251017Z adding 'torchgen/packaged/ATen/templates/ATenOpList.cpp' 2022-12-01T10:11:26.6253141Z adding 'torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp' 2022-12-01T10:11:26.6255122Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunction.h' 2022-12-01T10:11:26.6257213Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions.h' 2022-12-01T10:11:26.6259284Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h' 2022-12-01T10:11:26.6261042Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp' 2022-12-01T10:11:26.6262833Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h' 2022-12-01T10:11:26.6264622Z adding 'torchgen/packaged/ATen/templates/Function.h' 2022-12-01T10:11:26.6266329Z adding 'torchgen/packaged/ATen/templates/FunctionalInverses.h' 2022-12-01T10:11:26.6268552Z adding 'torchgen/packaged/ATen/templates/Functions.cpp' 2022-12-01T10:11:26.6271264Z adding 'torchgen/packaged/ATen/templates/Functions.h' 2022-12-01T10:11:26.6273234Z adding 'torchgen/packaged/ATen/templates/LazyIr.h' 2022-12-01T10:11:26.6275042Z adding 'torchgen/packaged/ATen/templates/LazyNonNativeIr.h' 2022-12-01T10:11:26.6276918Z adding 'torchgen/packaged/ATen/templates/MethodOperators.h' 2022-12-01T10:11:26.6278641Z adding 'torchgen/packaged/ATen/templates/NativeFunction.h' 2022-12-01T10:11:26.6280846Z adding 'torchgen/packaged/ATen/templates/NativeFunctions.h' 2022-12-01T10:11:26.6282813Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunction.h' 2022-12-01T10:11:26.6284582Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunctions.h' 2022-12-01T10:11:26.6286316Z adding 'torchgen/packaged/ATen/templates/Operator.h' 2022-12-01T10:11:26.6288039Z adding 'torchgen/packaged/ATen/templates/Operators.cpp' 2022-12-01T10:11:26.6290395Z adding 'torchgen/packaged/ATen/templates/Operators.h' 2022-12-01T10:11:26.6292609Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.cpp' 2022-12-01T10:11:26.6294351Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.h' 2022-12-01T10:11:26.6296522Z adding 'torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp' 2022-12-01T10:11:26.6298491Z adding 'torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp' 2022-12-01T10:11:26.6300350Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini' 2022-12-01T10:11:26.6302457Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp' 2022-12-01T10:11:26.6304822Z adding 'torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp' 2022-12-01T10:11:26.6306701Z adding 'torchgen/packaged/ATen/templates/RegisterSchema.cpp' 2022-12-01T10:11:26.6308346Z adding 'torchgen/packaged/ATen/templates/RegistrationDeclarations.h' 2022-12-01T10:11:26.6317777Z adding 'torchgen/packaged/ATen/templates/TensorBody.h' 2022-12-01T10:11:26.6320796Z adding 'torchgen/packaged/ATen/templates/TensorMethods.cpp' 2022-12-01T10:11:26.6322582Z adding 'torchgen/packaged/ATen/templates/UfuncCPU.cpp' 2022-12-01T10:11:26.6324472Z adding 'torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp' 2022-12-01T10:11:26.6326160Z adding 'torchgen/packaged/ATen/templates/UfuncCUDA.cu' 2022-12-01T10:11:26.6328145Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.cpp' 2022-12-01T10:11:26.6330014Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.h' 2022-12-01T10:11:26.6331936Z adding 'torchgen/packaged/ATen/templates/aten_interned_strings.h' 2022-12-01T10:11:26.6333554Z adding 'torchgen/packaged/ATen/templates/enum_tag.h' 2022-12-01T10:11:26.6335598Z adding 'torchgen/selective_build/__init__.py' 2022-12-01T10:11:26.6338809Z adding 'torchgen/selective_build/operator.py' 2022-12-01T10:11:26.6342529Z adding 'torchgen/selective_build/selector.py' 2022-12-01T10:11:26.6344657Z adding 'torchgen/static_runtime/__init__.py' 2022-12-01T10:11:26.6348002Z adding 'torchgen/static_runtime/config.py' 2022-12-01T10:11:26.6351505Z adding 'torchgen/static_runtime/gen_static_runtime_ops.py' 2022-12-01T10:11:26.6358168Z adding 'torchgen/static_runtime/generator.py' 2022-12-01T10:11:26.6397713Z adding 'torch-1.13.0a0+gitae2fe40.dist-info/LICENSE' 2022-12-01T10:11:26.6412468Z adding 'torch-1.13.0a0+gitae2fe40.dist-info/METADATA' 2022-12-01T10:11:26.6419476Z adding 'torch-1.13.0a0+gitae2fe40.dist-info/NOTICE' 2022-12-01T10:11:26.6421372Z adding 'torch-1.13.0a0+gitae2fe40.dist-info/WHEEL' 2022-12-01T10:11:26.6423138Z adding 'torch-1.13.0a0+gitae2fe40.dist-info/entry_points.txt' 2022-12-01T10:11:26.6424764Z adding 'torch-1.13.0a0+gitae2fe40.dist-info/top_level.txt' 2022-12-01T10:11:26.6976081Z adding 'torch-1.13.0a0+gitae2fe40.dist-info/RECORD' 2022-12-01T10:11:26.7245800Z removing base_bdist_tmp 2022-12-01T10:11:26.9767950Z + python -mpip install base_dist/torch-1.13.0a0+gitae2fe40-cp37-cp37m-linux_x86_64.whl 2022-12-01T10:11:27.5874980Z Processing ./base_dist/torch-1.13.0a0+gitae2fe40-cp37-cp37m-linux_x86_64.whl 2022-12-01T10:11:27.6623348Z Requirement already satisfied: typing-extensions in ./venv/lib/python3.7/site-packages (from torch==1.13.0a0+gitae2fe40) (4.4.0) 2022-12-01T10:11:27.8642612Z Installing collected packages: torch 2022-12-01T10:11:33.7767245Z Successfully installed torch-1.13.0a0+gitae2fe40 2022-12-01T10:11:33.7794866Z WARNING: You are using pip version 22.0.4; however, version 22.3.1 is available. 2022-12-01T10:11:33.7795652Z You should consider upgrading via the '/var/lib/jenkins/workspace/venv/bin/python -m pip install --upgrade pip' command. 2022-12-01T10:11:33.8312379Z + echo ::endgroup:: 2022-12-01T10:11:33.8313123Z ##[endgroup] 2022-12-01T10:11:33.8313338Z + pushd test/forward_backward_compatibility 2022-12-01T10:11:33.8313613Z ~/workspace/test/forward_backward_compatibility ~/workspace 2022-12-01T10:11:33.8313843Z + pip show torch 2022-12-01T10:11:34.2877946Z Name: torch 2022-12-01T10:11:34.2879222Z Version: 1.13.0a0+gitae2fe40 2022-12-01T10:11:34.2881333Z Summary: Tensors and Dynamic neural networks in Python with strong GPU acceleration 2022-12-01T10:11:34.2883032Z Home-page: https://pytorch.org/ 2022-12-01T10:11:34.2884559Z Author: PyTorch Team 2022-12-01T10:11:34.2886314Z Author-email: packages@pytorch.org 2022-12-01T10:11:34.2888354Z License: BSD-3 2022-12-01T10:11:34.2889458Z Location: /var/lib/jenkins/workspace/venv/lib/python3.7/site-packages 2022-12-01T10:11:34.2891059Z Requires: typing-extensions 2022-12-01T10:11:34.2892558Z Required-by: 2022-12-01T10:11:34.3270454Z + python dump_all_function_schemas.py --filename nightly_schemas.txt 2022-12-01T10:11:35.2195696Z + git reset --hard c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:11:35.2645476Z HEAD is now at c13d400bff Use the Python frame safely in _pythonCallstack 2022-12-01T10:11:35.2659253Z + python ../load_torchscript_model.py /tmp/model_new.pt 2022-12-01T10:11:36.0166352Z RecursiveScriptModule( 2022-12-01T10:11:36.0166797Z original_name=NeuralNetwork 2022-12-01T10:11:36.0167255Z (flatten): RecursiveScriptModule(original_name=Flatten) 2022-12-01T10:11:36.0167751Z (linear_relu_stack): RecursiveScriptModule( 2022-12-01T10:11:36.0168135Z original_name=Sequential 2022-12-01T10:11:36.0168562Z (0): RecursiveScriptModule(original_name=Linear) 2022-12-01T10:11:36.0169039Z (1): RecursiveScriptModule(original_name=ReLU) 2022-12-01T10:11:36.0169508Z (2): RecursiveScriptModule(original_name=Linear) 2022-12-01T10:11:36.0169955Z (3): RecursiveScriptModule(original_name=ReLU) 2022-12-01T10:11:36.0170354Z (4): RecursiveScriptModule(original_name=Linear) 2022-12-01T10:11:36.0170747Z ) 2022-12-01T10:11:36.0171031Z ) 2022-12-01T10:11:36.1534672Z + python ../create_dummy_torchscript_model.py /tmp/model_old.pt 2022-12-01T10:11:37.0474533Z + deactivate 2022-12-01T10:11:37.0475702Z + '[' -n /var/lib/jenkins/.local/bin:/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin ']' 2022-12-01T10:11:37.0476382Z + PATH=/var/lib/jenkins/.local/bin:/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2022-12-01T10:11:37.0476712Z + export PATH 2022-12-01T10:11:37.0476886Z + unset _OLD_VIRTUAL_PATH 2022-12-01T10:11:37.0477103Z + '[' -n '' ']' 2022-12-01T10:11:37.0477320Z + '[' -n /bin/bash -o -n '' ']' 2022-12-01T10:11:37.0477498Z + hash -r 2022-12-01T10:11:37.0477681Z + '[' -n '' ']' 2022-12-01T10:11:37.0477853Z + unset VIRTUAL_ENV 2022-12-01T10:11:37.0478067Z + '[' '!' '' = nondestructive ']' 2022-12-01T10:11:37.0478296Z + unset -f deactivate 2022-12-01T10:11:37.0478607Z + rm -r /var/lib/jenkins/workspace/venv /var/lib/jenkins/workspace/base_dist 2022-12-01T10:11:37.5875414Z + pip show torch 2022-12-01T10:11:38.6152290Z Name: torch 2022-12-01T10:11:38.6152822Z Version: 1.13.0a0+gitc13d400 2022-12-01T10:11:38.6154533Z Summary: Tensors and Dynamic neural networks in Python with strong GPU acceleration 2022-12-01T10:11:38.6156040Z Home-page: https://pytorch.org/ 2022-12-01T10:11:38.6162388Z Author: PyTorch Team 2022-12-01T10:11:38.6164777Z Author-email: packages@pytorch.org 2022-12-01T10:11:38.6166500Z License: BSD-3 2022-12-01T10:11:38.6168277Z Location: /opt/conda/lib/python3.7/site-packages 2022-12-01T10:11:38.6169929Z Requires: typing-extensions 2022-12-01T10:11:38.6171747Z Required-by: 2022-12-01T10:11:38.6747550Z + python check_forward_backward_compatibility.py --existing-schemas nightly_schemas.txt 2022-12-01T10:11:39.5437681Z schema: prims::scalar_tensor(Scalar s, *, ScalarType? dtype=None, Device? device=None) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.5438380Z schema: prims::full(SymInt[] shape, Scalar fill_value, *, ScalarType dtype, Device device, bool requires_grad) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.5439236Z schema: prims::empty(SymInt[] shape, *, ScalarType dtype, Device device, bool requires_grad) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.5440719Z processing existing schema: prim::ChunkSizes(...) -> ... 2022-12-01T10:11:39.5441318Z processing existing schema: prim::FusionGroup(...) -> ... 2022-12-01T10:11:39.5443152Z processing existing schema: prim::ModuleContainerIndex.list(Any self, int ind) -> Any 2022-12-01T10:11:39.5444173Z processing existing schema: prim::ModuleContainerIndex.dict(Any self, str ind) -> Any 2022-12-01T10:11:39.5445300Z processing existing schema: onnx::Shape(Tensor t) -> Tensor 2022-12-01T10:11:39.5446881Z processing existing schema: onnx::Reshape(Tensor input, Tensor shape) -> Tensor 2022-12-01T10:11:39.5448012Z processing existing schema: prim::BroadcastSizes(...) -> int[] 2022-12-01T10:11:39.5450125Z processing existing schema: prim::ReductionSizes(int[] size, int[] red_axes, bool keepdim=False) -> int[] 2022-12-01T10:11:39.5450837Z schema: static_runtime::fused_equally_split(Tensor input, int num_split, int dim) -> ... found on allowlist, skipping 2022-12-01T10:11:39.5451578Z processing existing schema: prim::is_sparse(Tensor a) -> bool 2022-12-01T10:11:39.5453393Z processing existing schema: aten::_flash_scaled_dot_product_attention(Tensor query, Tensor key, Tensor value, Tensor cum_seq_q, Tensor cum_seq_k, int max_q, int max_k, float dropout_p, bool is_causal) -> Tensor 2022-12-01T10:11:39.5454284Z processing existing schema: aten::record_stream(Tensor(a!) self, Stream s) -> () 2022-12-01T10:11:39.5455899Z schema: prims::collapse_view(Tensor(a) a, int start, int end) -> Tensor(a) found on allowlist, skipping 2022-12-01T10:11:39.5457350Z processing existing schema: aten::_nnz(Tensor self) -> int 2022-12-01T10:11:39.5458673Z processing existing schema: aten::center(str self, int width, str fillchar=" ") -> str 2022-12-01T10:11:39.5459809Z processing existing schema: aten::_dimV(Tensor self) -> int 2022-12-01T10:11:39.5461389Z processing existing schema: aten::dense_dim(Tensor self) -> int 2022-12-01T10:11:39.5462352Z processing existing schema: aten::title(str self) -> str 2022-12-01T10:11:39.5463774Z processing existing schema: aten::_dimI(Tensor self) -> int 2022-12-01T10:11:39.5464769Z processing existing schema: aten::sparse_dim(Tensor self) -> int 2022-12-01T10:11:39.5466918Z processing existing schema: aten::miopen_convolution_add_relu(Tensor self, Tensor weight, Tensor z, Scalar? alpha, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups) -> Tensor 2022-12-01T10:11:39.5468499Z processing existing schema: aten::miopen_convolution_relu(Tensor self, Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups) -> Tensor 2022-12-01T10:11:39.5469908Z processing existing schema: aten::_use_cudnn_ctc_loss(Tensor log_probs, Tensor targets, int[] input_lengths, int[] target_lengths, int blank) -> bool 2022-12-01T10:11:39.5471512Z processing existing schema: aten::_use_cudnn_ctc_loss.Tensor(Tensor log_probs, Tensor targets, Tensor input_lengths, Tensor target_lengths, int blank) -> bool 2022-12-01T10:11:39.5472521Z processing existing schema: aten::qscheme(Tensor self) -> QScheme 2022-12-01T10:11:39.5473815Z processing existing schema: aten::q_per_channel_axis(Tensor self) -> int 2022-12-01T10:11:39.5474806Z processing existing schema: aten::q_zero_point(Tensor self) -> int 2022-12-01T10:11:39.5476097Z processing existing schema: aten::q_scale(Tensor self) -> float 2022-12-01T10:11:39.5478025Z schema: prims::remainder(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.5478795Z schema: aten::_nested_tensor_softmax_with_shape(Tensor self, Tensor query) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.5480080Z schema: prims::nextafter(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.5480910Z schema: aten::_nested_tensor_offsets(Tensor self) -> int[] found on allowlist, skipping 2022-12-01T10:11:39.5482957Z schema: prims::lt(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.5484875Z processing existing schema: aten::_nested_sum_backward(Tensor grad, Tensor self, int[1]? dim, bool keepdim=False) -> Tensor 2022-12-01T10:11:39.5486576Z schema: prims::le(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.5487204Z processing existing schema: aten::_nested_select_backward(Tensor grad_output, Tensor self, int dim, int index) -> Tensor 2022-12-01T10:11:39.5489337Z processing existing schema: aten::ccol_indices(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:39.5490766Z processing existing schema: aten::_values(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:39.5493007Z processing existing schema: aten::mkldnn_adaptive_avg_pool2d.out(Tensor self, int[2] output_size, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.5494784Z processing existing schema: aten::mkldnn_adaptive_avg_pool2d(Tensor self, int[2] output_size) -> Tensor 2022-12-01T10:11:39.5495345Z schema: profiler::_record_function_enter_new(str name, str? args=None) -> __torch__.torch.classes.profiler._RecordFunction found on allowlist, skipping 2022-12-01T10:11:39.5496790Z processing existing schema: aten::_amp_foreach_non_finite_check_and_unscale_(Tensor(a!)[] self, Tensor(b!) found_inf, Tensor inv_scale) -> () 2022-12-01T10:11:39.5497856Z processing existing schema: aten::is_contiguous(Tensor self) -> bool 2022-12-01T10:11:39.5499915Z processing existing schema: aten::is_contiguous.memory_format(Tensor self, MemoryFormat memory_format) -> bool 2022-12-01T10:11:39.5501808Z processing existing schema: aten::_coalesced_(Tensor(a!) self, bool coalesced) -> Tensor(a!) 2022-12-01T10:11:39.5504118Z processing existing schema: aten::sparse_sampled_addmm.out(Tensor self, Tensor mat1, Tensor mat2, *, Scalar beta=1, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.5505968Z processing existing schema: aten::sparse_sampled_addmm(Tensor self, Tensor mat1, Tensor mat2, *, Scalar beta=1, Scalar alpha=1) -> Tensor 2022-12-01T10:11:39.5507624Z processing existing schema: aten::col_indices(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:39.5509432Z processing existing schema: aten::crow_indices(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:39.5511081Z processing existing schema: aten::indices(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:39.5512883Z schema: prims::log(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.5514445Z processing existing schema: aten::_indices(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:39.5516502Z processing existing schema: aten::hspmm.out(Tensor mat1, Tensor mat2, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.5517982Z processing existing schema: aten::hspmm(Tensor mat1, Tensor mat2) -> Tensor 2022-12-01T10:11:39.5520320Z processing existing schema: aten::sparse_resize_and_clear_(Tensor(a!) self, int[] size, int sparse_dim, int dense_dim) -> Tensor(a!) 2022-12-01T10:11:39.5522047Z processing existing schema: aten::copy_sparse_to_sparse_(Tensor(a!) self, Tensor src, bool non_blocking=False) -> Tensor(a!) 2022-12-01T10:11:39.5523651Z processing existing schema: aten::resize_as_sparse_(Tensor(a!) self, Tensor the_template) -> Tensor(a!) 2022-12-01T10:11:39.5525872Z processing existing schema: aten::batch_norm_elemt.out(Tensor input, Tensor? weight, Tensor? bias, Tensor mean, Tensor invstd, float eps, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.5527635Z processing existing schema: aten::batch_norm_elemt(Tensor input, Tensor? weight, Tensor? bias, Tensor mean, Tensor invstd, float eps) -> Tensor 2022-12-01T10:11:39.5529110Z processing existing schema: aten::row_indices(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:39.5530672Z processing existing schema: aten::values(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:39.5532828Z processing existing schema: aten::values.str(Dict(str, t) self) -> t[](*) 2022-12-01T10:11:39.5534729Z processing existing schema: aten::values.int(Dict(int, t) self) -> t[](*) 2022-12-01T10:11:39.5536747Z processing existing schema: aten::values.bool(Dict(bool, t) self) -> t[](*) 2022-12-01T10:11:39.5538703Z processing existing schema: aten::values.float(Dict(float, t) self) -> t[](*) 2022-12-01T10:11:39.5540754Z processing existing schema: aten::values.complex(Dict(complex, t) self) -> t[](*) 2022-12-01T10:11:39.5542682Z processing existing schema: aten::values.Tensor(Dict(Tensor, t) self) -> t[](*) 2022-12-01T10:11:39.5544163Z schema: prims::fft_c2c(Tensor self, *, int[] dim, bool forward) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.5546017Z processing existing schema: aten::_sparse_broadcast_to(Tensor(a) self, int[] size) -> Tensor(a) 2022-12-01T10:11:39.5546963Z schema: prims::bitwise_not(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.5550938Z processing existing schema: aten::_fused_adam_(Tensor(a!)[] self, Tensor(b!)[] grads, Tensor(c!)[] exp_avgs, Tensor(d!)[] exp_avg_sqs, Tensor(e!)[] max_exp_avg_sqs, Tensor[] state_steps, *, float lr, float beta1, float beta2, float weight_decay, float eps, bool amsgrad, bool maximize, Tensor? grad_scale=None, Tensor? found_inf=None) -> () 2022-12-01T10:11:39.5551856Z processing existing schema: prim::type(Device self) -> str 2022-12-01T10:11:39.5554389Z processing existing schema: aten::_conv_depthwise2d.out(Tensor self, Tensor weight, int[2] kernel_size, Tensor? bias, int[2] stride, int[2] padding, int[2] dilation, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.5556731Z processing existing schema: aten::_conv_depthwise2d(Tensor self, Tensor weight, int[2] kernel_size, Tensor? bias, int[2] stride, int[2] padding, int[2] dilation) -> Tensor 2022-12-01T10:11:39.5557227Z schema: static_runtime::permute_copy(Tensor self, int[] dims) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.5559030Z processing existing schema: aten::_amp_update_scale_(Tensor(a!) self, Tensor(b!) growth_tracker, Tensor found_inf, float scale_growth_factor, float scale_backoff_factor, int growth_interval) -> Tensor(a!) 2022-12-01T10:11:39.5560900Z processing existing schema: aten::sparse_resize_(Tensor(a!) self, int[] size, int sparse_dim, int dense_dim) -> Tensor(a!) 2022-12-01T10:11:39.5561974Z schema: prims::eq(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.5564118Z processing existing schema: aten::_mkldnn_transpose_(Tensor(a!) self, int dim0, int dim1) -> Tensor(a!) 2022-12-01T10:11:39.5565168Z schema: prims::item(Tensor a) -> Scalar found on allowlist, skipping 2022-12-01T10:11:39.5567084Z processing existing schema: aten::_resize_output_(Tensor(a!) self, int[] size, Device device) -> Tensor(a!) 2022-12-01T10:11:39.5568555Z schema: prims::sum(Tensor inp, int[]? dims, *, ScalarType? output_dtype=None) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.5570339Z processing existing schema: aten::_scaled_dot_product_attention_math(Tensor query, Tensor key, Tensor value, Tensor? attn_mask=None, float dropout_p=0., bool need_attn_weights=False, bool is_causal=False) -> (Tensor, Tensor) 2022-12-01T10:11:39.5571717Z schema: prims::copy_to(Tensor(a!) a, Tensor b) -> Tensor(a!) found on allowlist, skipping 2022-12-01T10:11:39.5573395Z processing existing schema: aten::_scaled_dot_product_attention(Tensor query, Tensor key, Tensor value, Tensor? attn_mask=None, float dropout_p=0., bool need_attn_weights=False, bool is_causal=False) -> (Tensor, Tensor) 2022-12-01T10:11:39.5574549Z processing existing schema: aten::unflatten_dense_tensors(Tensor flat, Tensor[] tensors) -> Tensor[] 2022-12-01T10:11:39.5576144Z processing existing schema: aten::flatten_dense_tensors(Tensor[] tensors) -> Tensor 2022-12-01T10:11:39.5577623Z processing existing schema: aten::pad_sequence(Tensor[] sequences, bool batch_first=False, float padding_value=0.) -> Tensor 2022-12-01T10:11:39.5578682Z schema: nvprims::real(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.5580192Z processing existing schema: aten::_test_ambiguous_defaults.a(Tensor dummy, int a=1, int b=1) -> Tensor 2022-12-01T10:11:39.5581838Z processing existing schema: aten::_test_ambiguous_defaults.b(Tensor dummy, int a=2, str b="2") -> Tensor 2022-12-01T10:11:39.5582842Z schema: nvprims::sqrt(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.5584513Z processing existing schema: aten::_test_string_default(Tensor dummy, str a="\"\'\\", str b="\"\'\\") -> Tensor 2022-12-01T10:11:39.5585409Z schema: nvprims::sinh(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.5586803Z processing existing schema: aten::_test_serialization_subcmul(Tensor self, Tensor other, Scalar alpha=1) -> Tensor 2022-12-01T10:11:39.5588198Z processing existing schema: aten::nested_to_padded_tensor(Tensor self, float padding, int[]? output_size=None) -> Tensor 2022-12-01T10:11:39.5589291Z processing existing schema: aten::linalg_vecdot(Tensor x, Tensor y, *, int dim=-1) -> Tensor 2022-12-01T10:11:39.5591256Z processing existing schema: aten::linalg_vecdot.out(Tensor x, Tensor y, *, int dim=-1, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.5592217Z processing existing schema: aten::linalg_ldl_factor(Tensor self, *, bool hermitian=False) -> (Tensor LD, Tensor pivots) 2022-12-01T10:11:39.5593965Z processing existing schema: aten::linalg_ldl_factor.out(Tensor self, *, bool hermitian=False, Tensor(a!) LD, Tensor(b!) pivots) -> (Tensor(a!) LD, Tensor(b!) pivots) 2022-12-01T10:11:39.5594864Z processing existing schema: aten::linalg_lu_factor(Tensor A, *, bool pivot=True) -> (Tensor LU, Tensor pivots) 2022-12-01T10:11:39.5596800Z processing existing schema: aten::linalg_lu_factor.out(Tensor A, *, bool pivot=True, Tensor(a!) LU, Tensor(b!) pivots) -> (Tensor(a!) LU, Tensor(b!) pivots) 2022-12-01T10:11:39.5598750Z processing existing schema: aten::fft_ihfftn(Tensor self, int[1]? s=None, int[1]? dim=None, str? norm=None) -> Tensor 2022-12-01T10:11:39.5601452Z processing existing schema: aten::fft_ihfftn.out(Tensor self, int[1]? s=None, int[1]? dim=None, str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.5603383Z processing existing schema: aten::fft_ihfft2(Tensor self, int[1]? s=None, int[1] dim=[-2, -1], str? norm=None) -> Tensor 2022-12-01T10:11:39.5605677Z processing existing schema: aten::fft_ihfft2.out(Tensor self, int[1]? s=None, int[1] dim=[-2, -1], str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.5606872Z processing existing schema: aten::column_stack(Tensor[] tensors) -> Tensor 2022-12-01T10:11:39.5608573Z processing existing schema: aten::column_stack.out(Tensor[] tensors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.5610769Z processing existing schema: aten::slow_conv3d(Tensor self, Tensor weight, int[3] kernel_size, Tensor? bias=None, int[3] stride=1, int[3] padding=0) -> Tensor 2022-12-01T10:11:39.5613364Z processing existing schema: aten::slow_conv3d.out(Tensor self, Tensor weight, int[3] kernel_size, Tensor? bias=None, int[3] stride=1, int[3] padding=0, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.5615390Z processing existing schema: aten::thnn_conv2d(Tensor self, Tensor weight, int[2] kernel_size, Tensor? bias=None, int[2] stride=1, int[2] padding=0) -> Tensor 2022-12-01T10:11:39.5617915Z processing existing schema: aten::thnn_conv2d.out(Tensor self, Tensor weight, int[2] kernel_size, Tensor? bias=None, int[2] stride=1, int[2] padding=0, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.5619423Z schema: prims::split_dim(Tensor(a) a, int dim, SymInt outer_length) -> Tensor(a) found on allowlist, skipping 2022-12-01T10:11:39.5621000Z processing existing schema: aten::_pad_enum(Tensor self, int[] pad, int mode, float? value=None) -> Tensor 2022-12-01T10:11:39.5622567Z processing existing schema: aten::float_power_.Tensor(Tensor(a!) self, Tensor exponent) -> Tensor(a!) 2022-12-01T10:11:39.5624191Z processing existing schema: aten::float_power_.Scalar(Tensor(a!) self, Scalar exponent) -> Tensor(a!) 2022-12-01T10:11:39.5625856Z processing existing schema: aten::histogramdd(Tensor self, int[] bins, float[]? range=None, Tensor? weight=None, bool density=False) -> (Tensor hist, Tensor[] bin_edges) 2022-12-01T10:11:39.5627184Z processing existing schema: aten::histogramdd.int_bins(Tensor self, int bins, float[]? range=None, Tensor? weight=None, bool density=False) -> (Tensor hist, Tensor[] bin_edges) 2022-12-01T10:11:39.5628849Z processing existing schema: aten::histogramdd.TensorList_bins(Tensor self, Tensor[] bins, float[]? range=None, Tensor? weight=None, bool density=False) -> (Tensor hist, Tensor[] bin_edges) 2022-12-01T10:11:39.5630091Z processing existing schema: aten::arctan2_(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:39.5631992Z processing existing schema: aten::linalg_vander(Tensor x, *, int? N=None) -> Tensor 2022-12-01T10:11:39.5632716Z schema: prims::erf_inv(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.5634108Z processing existing schema: aten::_gather_sparse_backward(Tensor self, int dim, Tensor index, Tensor grad) -> Tensor 2022-12-01T10:11:39.5635180Z processing existing schema: aten::argwhere(Tensor self) -> Tensor 2022-12-01T10:11:39.5636489Z processing existing schema: aten::nonzero_numpy(Tensor self) -> Tensor[] 2022-12-01T10:11:39.5638008Z processing existing schema: aten::less_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:39.5639678Z processing existing schema: aten::less_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:39.5641304Z processing existing schema: aten::greater_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:39.5642777Z processing existing schema: aten::greater_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:39.5644278Z processing existing schema: aten::less_equal_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:39.5645817Z processing existing schema: aten::less_equal_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:39.5647359Z processing existing schema: aten::greater_equal_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:39.5648873Z processing existing schema: aten::greater_equal_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:39.5650390Z processing existing schema: aten::not_equal_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:39.5651911Z processing existing schema: aten::not_equal_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:39.5653436Z schema: prims::squeeze(Tensor(a) a, int[] dimensions) -> Tensor(a) found on allowlist, skipping 2022-12-01T10:11:39.5654896Z processing existing schema: aten::_pad_packed_sequence(Tensor data, Tensor batch_sizes, bool batch_first, Scalar padding_value, int total_length) -> (Tensor, Tensor) 2022-12-01T10:11:39.5656598Z schema: prims::slice(Tensor(a) a, SymInt[] start_indices, SymInt[] limit_indices, SymInt[]? strides=None) -> Tensor(a) found on allowlist, skipping 2022-12-01T10:11:39.5658087Z processing existing schema: aten::_pack_padded_sequence_backward(Tensor grad, int[] input_size, Tensor batch_sizes, bool batch_first) -> Tensor 2022-12-01T10:11:39.5660422Z processing existing schema: aten::quantized_rnn_tanh_cell(Tensor input, Tensor hx, Tensor w_ih, Tensor w_hh, Tensor b_ih, Tensor b_hh, Tensor packed_ih, Tensor packed_hh, Tensor col_offsets_ih, Tensor col_offsets_hh, Scalar scale_ih, Scalar scale_hh, Scalar zero_point_ih, Scalar zero_point_hh) -> Tensor 2022-12-01T10:11:39.5662319Z processing existing schema: aten::quantized_rnn_relu_cell(Tensor input, Tensor hx, Tensor w_ih, Tensor w_hh, Tensor b_ih, Tensor b_hh, Tensor packed_ih, Tensor packed_hh, Tensor col_offsets_ih, Tensor col_offsets_hh, Scalar scale_ih, Scalar scale_hh, Scalar zero_point_ih, Scalar zero_point_hh) -> Tensor 2022-12-01T10:11:39.5664277Z processing existing schema: aten::quantized_gru_cell(Tensor input, Tensor hx, Tensor w_ih, Tensor w_hh, Tensor b_ih, Tensor b_hh, Tensor packed_ih, Tensor packed_hh, Tensor col_offsets_ih, Tensor col_offsets_hh, Scalar scale_ih, Scalar scale_hh, Scalar zero_point_ih, Scalar zero_point_hh) -> Tensor 2022-12-01T10:11:39.5666136Z processing existing schema: aten::quantized_lstm_cell(Tensor input, Tensor[] hx, Tensor w_ih, Tensor w_hh, Tensor b_ih, Tensor b_hh, Tensor packed_ih, Tensor packed_hh, Tensor col_offsets_ih, Tensor col_offsets_hh, Scalar scale_ih, Scalar scale_hh, Scalar zero_point_ih, Scalar zero_point_hh) -> (Tensor, Tensor) 2022-12-01T10:11:39.5667426Z processing existing schema: aten::rnn_relu.input(Tensor input, Tensor hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, bool batch_first) -> (Tensor, Tensor) 2022-12-01T10:11:39.5669108Z processing existing schema: aten::rnn_relu.data(Tensor data, Tensor batch_sizes, Tensor hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional) -> (Tensor, Tensor) 2022-12-01T10:11:39.5670610Z processing existing schema: aten::rnn_tanh.input(Tensor input, Tensor hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, bool batch_first) -> (Tensor, Tensor) 2022-12-01T10:11:39.5672266Z processing existing schema: aten::rnn_tanh.data(Tensor data, Tensor batch_sizes, Tensor hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional) -> (Tensor, Tensor) 2022-12-01T10:11:39.5673717Z processing existing schema: aten::gru.input(Tensor input, Tensor hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, bool batch_first) -> (Tensor, Tensor) 2022-12-01T10:11:39.5675403Z processing existing schema: aten::gru.data(Tensor data, Tensor batch_sizes, Tensor hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional) -> (Tensor, Tensor) 2022-12-01T10:11:39.5677073Z processing existing schema: aten::lstm.input(Tensor input, Tensor[] hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, bool batch_first) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:39.5678728Z processing existing schema: aten::lstm.data(Tensor data, Tensor batch_sizes, Tensor[] hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:39.5679868Z schema: nvprims::tanh(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.5681795Z processing existing schema: aten::_thnn_differentiable_gru_cell_backward(Tensor grad_hy, Tensor input_gates, Tensor hidden_gates, Tensor hx, Tensor? input_bias, Tensor? hidden_bias) -> (Tensor, Tensor, Tensor, Tensor, Tensor) 2022-12-01T10:11:39.5683499Z schema: nvprims::transpose(Tensor(a) a, int[] permutation) -> Tensor(a) found on allowlist, skipping 2022-12-01T10:11:39.5684887Z processing existing schema: aten::_thnn_differentiable_lstm_cell_backward(Tensor? grad_hy, Tensor? grad_cy, Tensor input_gates, Tensor hidden_gates, Tensor? input_bias, Tensor? hidden_bias, Tensor cx, Tensor cy) -> (Tensor, Tensor, Tensor, Tensor, Tensor) 2022-12-01T10:11:39.5686111Z schema: nvprims::bitwise_and(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.5687841Z processing existing schema: aten::_thnn_fused_lstm_cell_backward(Tensor? grad_hy, Tensor? grad_cy, Tensor cx, Tensor cy, Tensor workspace, bool has_bias) -> (Tensor, Tensor, Tensor, Tensor, Tensor) 2022-12-01T10:11:39.5688887Z processing existing schema: aten::promote_types(ScalarType type1, ScalarType type2) -> ScalarType 2022-12-01T10:11:39.5690606Z processing existing schema: aten::can_cast(ScalarType from, ScalarType to) -> bool 2022-12-01T10:11:39.5691427Z schema: static_runtime::expand_dims_copy(Tensor input, int[] dims) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.5692489Z processing existing schema: aten::_autocast_to_full_precision(Tensor(a) self, bool cuda_enabled, bool cpu_enabled) -> Tensor(a) 2022-12-01T10:11:39.5693241Z schema: static_runtime::to_maybe_copy_out.prim_dtype(Tensor self, int? dtype=None, bool non_blocking=False, bool copy=False) -> (Tensor, bool) found on allowlist, skipping 2022-12-01T10:11:39.5693907Z schema: static_runtime::to_maybe_copy_out.dtype(Tensor self, ScalarType dtype, bool non_blocking=False, bool copy=False, MemoryFormat? memory_format=None) -> (Tensor, bool) found on allowlist, skipping 2022-12-01T10:11:39.5694650Z schema: static_runtime::to_maybe_copy_out.other(Tensor self, Tensor other, bool non_blocking=False, bool copy=False, MemoryFormat? memory_format=None) -> (Tensor, bool) found on allowlist, skipping 2022-12-01T10:11:39.5695309Z processing existing schema: aten::_autocast_to_reduced_precision(Tensor(a) self, bool cuda_enabled, bool cpu_enabled, ScalarType cuda_dtype, ScalarType cpu_dtype) -> Tensor(a) 2022-12-01T10:11:39.5696052Z processing existing schema: aten::choose_qparams_optimized(Tensor input, int numel, int n_bins, float ratio, int bit_width) -> (Tensor, Tensor) 2022-12-01T10:11:39.5697056Z schema: prims::to_dtype(Tensor a, ScalarType dtype) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.5698193Z processing existing schema: aten::_saturate_weight_to_fp16(Tensor weight) -> Tensor 2022-12-01T10:11:39.5699652Z processing existing schema: aten::numel(Tensor self) -> int 2022-12-01T10:11:39.5700558Z processing existing schema: aten::_choose_qparams_per_tensor(Tensor self, bool reduce_range=False) -> (float, int) 2022-12-01T10:11:39.5703357Z processing existing schema: aten::fused_moving_avg_obs_fake_quant(Tensor self, Tensor observer_on, Tensor fake_quant_on, Tensor(a!) running_min, Tensor(b!) running_max, Tensor(c!) scale, Tensor(d!) zero_point, float averaging_const, int quant_min, int quant_max, int ch_axis, bool per_row_fake_quant=False, bool symmetric_quant=False) -> Tensor 2022-12-01T10:11:39.5704370Z processing existing schema: aten::fake_quantize_per_channel_affine_cachemask_backward(Tensor grad, Tensor mask) -> Tensor 2022-12-01T10:11:39.5706206Z processing existing schema: aten::fake_quantize_per_channel_affine(Tensor self, Tensor scale, Tensor zero_point, int axis, int quant_min, int quant_max) -> Tensor 2022-12-01T10:11:39.5707878Z processing existing schema: aten::fake_quantize_per_tensor_affine_cachemask_backward(Tensor grad, Tensor mask) -> Tensor 2022-12-01T10:11:39.5708605Z processing existing schema: aten::to_mkldnn_backward(Tensor grad, Tensor input) -> Tensor 2022-12-01T10:11:39.5710154Z processing existing schema: aten::coalesce(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:39.5711566Z processing existing schema: aten::to_dense_backward(Tensor grad, Tensor input) -> Tensor 2022-12-01T10:11:39.5713053Z processing existing schema: aten::to_dense(Tensor self, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:39.5714444Z schema: nvprims::div(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.5715679Z processing existing schema: aten::_to_cpu(Tensor[] tensors) -> Tensor[] 2022-12-01T10:11:39.5717012Z processing existing schema: aten::_validate_sparse_bsc_tensor_args(Tensor ccol_indices, Tensor row_indices, Tensor values, int[] size) -> () 2022-12-01T10:11:39.5718061Z processing existing schema: aten::_validate_sparse_bsr_tensor_args(Tensor crow_indices, Tensor col_indices, Tensor values, int[] size) -> () 2022-12-01T10:11:39.5719225Z processing existing schema: aten::_validate_sparse_csc_tensor_args(Tensor ccol_indices, Tensor row_indices, Tensor values, int[] size) -> () 2022-12-01T10:11:39.5720673Z processing existing schema: aten::_validate_sparse_csr_tensor_args(Tensor crow_indices, Tensor col_indices, Tensor values, int[] size) -> () 2022-12-01T10:11:39.5722227Z processing existing schema: aten::_validate_sparse_compressed_tensor_args(Tensor compressed_indices, Tensor plain_indices, Tensor values, int[] size, Layout layout) -> () 2022-12-01T10:11:39.5723302Z processing existing schema: aten::_validate_sparse_coo_tensor_args(Tensor indices, Tensor values, int[] size) -> () 2022-12-01T10:11:39.5725129Z processing existing schema: aten::subtract_.Tensor(Tensor(a!) self, Tensor other, *, Scalar alpha=1) -> Tensor(a!) 2022-12-01T10:11:39.5726775Z processing existing schema: aten::subtract_.Scalar(Tensor(a!) self, Scalar other, Scalar alpha=1) -> Tensor(a!) 2022-12-01T10:11:39.5727978Z processing existing schema: aten::_weight_norm_differentiable_backward(Tensor grad_w, Tensor saved_v, Tensor saved_g, Tensor saved_norms, int dim) -> (Tensor, Tensor) 2022-12-01T10:11:39.5729229Z processing existing schema: aten::_weight_norm(Tensor v, Tensor g, int dim=0) -> Tensor 2022-12-01T10:11:39.5730706Z processing existing schema: aten::norm_except_dim(Tensor v, int pow=2, int dim=0) -> Tensor 2022-12-01T10:11:39.5731975Z schema: prims::expm1(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.5733484Z processing existing schema: aten::_has_compatible_shallow_copy_type(Tensor self, Tensor from) -> bool 2022-12-01T10:11:39.5734679Z processing existing schema: aten::fix_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:39.5737424Z processing existing schema: aten::istft(Tensor self, int n_fft, int? hop_length=None, int? win_length=None, Tensor? window=None, bool center=True, bool normalized=False, bool? onesided=None, int? length=None, bool return_complex=False) -> Tensor 2022-12-01T10:11:39.5738122Z processing existing schema: aten::smm(Tensor self, Tensor mat2) -> Tensor 2022-12-01T10:11:39.5739639Z processing existing schema: aten::infinitely_differentiable_gelu_backward(Tensor grad, Tensor self) -> Tensor 2022-12-01T10:11:39.5740943Z processing existing schema: aten::negative_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:39.5742586Z processing existing schema: aten::pin_memory(Tensor(a) self, Device? device=None) -> Tensor(a) 2022-12-01T10:11:39.5744497Z schema: prims::as_strided(Tensor(a!) a, SymInt[] size, SymInt[] stride, SymInt storage_offset) -> Tensor(a!) found on allowlist, skipping 2022-12-01T10:11:39.5745394Z processing existing schema: aten::_nnpack_available() -> bool 2022-12-01T10:11:39.5746658Z processing existing schema: aten::is_vulkan_available() -> bool 2022-12-01T10:11:39.5747715Z schema: nvprims::erfc(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.5749067Z processing existing schema: aten::_sparse_mm(Tensor sparse, Tensor dense) -> Tensor 2022-12-01T10:11:39.5750991Z processing existing schema: aten::nanmean(Tensor self, int[1]? dim=None, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:39.5753024Z processing existing schema: aten::nanmean.out(Tensor self, int[1]? dim=None, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.5754456Z processing existing schema: aten::matrix_exp_backward(Tensor self, Tensor grad) -> Tensor 2022-12-01T10:11:39.5755706Z processing existing schema: aten::matrix_exp(Tensor self) -> Tensor 2022-12-01T10:11:39.5757269Z processing existing schema: aten::ldexp_(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:39.5758610Z processing existing schema: aten::fbgemm_pack_quantized_matrix(Tensor input) -> Tensor 2022-12-01T10:11:39.5759859Z processing existing schema: aten::fbgemm_pack_quantized_matrix.KN(Tensor input, int K, int N) -> Tensor 2022-12-01T10:11:39.5761439Z processing existing schema: aten::fbgemm_linear_fp16_weight(Tensor input, Tensor packed_weight, Tensor bias) -> Tensor 2022-12-01T10:11:39.5762700Z processing existing schema: aten::fbgemm_linear_fp16_weight_fp32_activation(Tensor input, Tensor packed_weight, Tensor bias) -> Tensor 2022-12-01T10:11:39.5763859Z processing existing schema: aten::fbgemm_pack_gemm_matrix_fp16(Tensor input) -> Tensor 2022-12-01T10:11:39.5765177Z processing existing schema: aten::fbgemm_linear_quantize_weight(Tensor input) -> (Tensor, Tensor, float, int) 2022-12-01T10:11:39.5766917Z processing existing schema: aten::fbgemm_linear_int8_weight(Tensor input, Tensor weight, Tensor packed, Tensor col_offsets, Scalar weight_scale, Scalar weight_zero_point, Tensor bias) -> Tensor 2022-12-01T10:11:39.5768743Z processing existing schema: aten::fbgemm_linear_int8_weight_fp32_activation(Tensor input, Tensor weight, Tensor packed, Tensor col_offsets, Scalar weight_scale, Scalar weight_zero_point, Tensor bias) -> Tensor 2022-12-01T10:11:39.5769607Z processing existing schema: aten::is_neg(Tensor self) -> bool 2022-12-01T10:11:39.5770947Z schema: prims::log2(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.5772187Z processing existing schema: aten::_is_zerotensor(Tensor self) -> bool 2022-12-01T10:11:39.5773206Z processing existing schema: aten::is_conj(Tensor self) -> bool 2022-12-01T10:11:39.5774644Z processing existing schema: aten::is_distributed(Tensor self) -> bool 2022-12-01T10:11:39.5777152Z processing existing schema: aten::isclose(Tensor self, Tensor other, float rtol=1.0000000000000001e-05, float atol=1e-08, bool equal_nan=False) -> Tensor 2022-12-01T10:11:39.5779556Z processing existing schema: aten::update.str(Dict(str, t)(a!) self, Dict(str, t)(a!) to_add) -> () 2022-12-01T10:11:39.5781019Z processing existing schema: aten::update.int(Dict(int, t)(a!) self, Dict(int, t)(a!) to_add) -> () 2022-12-01T10:11:39.5782693Z processing existing schema: aten::update.bool(Dict(bool, t)(a!) self, Dict(bool, t)(a!) to_add) -> () 2022-12-01T10:11:39.5784529Z processing existing schema: aten::update.float(Dict(float, t)(a!) self, Dict(float, t)(a!) to_add) -> () 2022-12-01T10:11:39.5786446Z processing existing schema: aten::update.complex(Dict(complex, t)(a!) self, Dict(complex, t)(a!) to_add) -> () 2022-12-01T10:11:39.5788283Z processing existing schema: aten::update.Tensor(Dict(Tensor, t)(a!) self, Dict(Tensor, t)(a!) to_add) -> () 2022-12-01T10:11:39.5789232Z processing existing schema: aten::_cufft_clear_plan_cache(int device_index) -> () 2022-12-01T10:11:39.5790865Z processing existing schema: aten::splitlines(str self, bool keepends=False) -> str[] 2022-12-01T10:11:39.5791822Z processing existing schema: aten::_cufft_set_plan_cache_max_size(int device_index, int max_size) -> () 2022-12-01T10:11:39.5794244Z processing existing schema: aten::items.str(Dict(str, t) self) -> ((str, t)[]) 2022-12-01T10:11:39.5796165Z processing existing schema: aten::items.int(Dict(int, t) self) -> ((int, t)[]) 2022-12-01T10:11:39.5798176Z processing existing schema: aten::items.bool(Dict(bool, t) self) -> ((bool, t)[]) 2022-12-01T10:11:39.5800515Z processing existing schema: aten::items.float(Dict(float, t) self) -> ((float, t)[]) 2022-12-01T10:11:39.5802623Z processing existing schema: aten::items.complex(Dict(complex, t) self) -> ((complex, t)[]) 2022-12-01T10:11:39.5804717Z processing existing schema: aten::items.Tensor(Dict(Tensor, t) self) -> ((Tensor, t)[]) 2022-12-01T10:11:39.5806166Z processing existing schema: aten::_cufft_get_plan_cache_max_size(int device_index) -> int 2022-12-01T10:11:39.5807224Z processing existing schema: aten::strip(str self, str chars=" \n\t\f\v") -> str 2022-12-01T10:11:39.5808177Z processing existing schema: aten::_cufft_get_plan_cache_size(int device_index) -> int 2022-12-01T10:11:39.5809228Z schema: prims::exp(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.5810963Z processing existing schema: aten::_grid_sampler_2d_cpu_fallback_backward(Tensor grad_output, Tensor input, Tensor grid, int interpolation_mode, int padding_mode, bool align_corners) -> (Tensor, Tensor) 2022-12-01T10:11:39.5811808Z processing existing schema: aten::istitle(str self) -> bool 2022-12-01T10:11:39.5814093Z processing existing schema: aten::_embedding_bag_sparse_backward(Tensor grad, Tensor indices, Tensor offsets, Tensor offset2bag, Tensor bag_size, int num_weights, bool scale_grad_by_freq, int mode, Tensor? per_sample_weights, int padding_idx=-1) -> Tensor 2022-12-01T10:11:39.5815208Z processing existing schema: aten::find(str self, str substr, int start=0, int end=-1) -> int 2022-12-01T10:11:39.5817497Z processing existing schema: aten::_embedding_bag_backward(Tensor grad, Tensor indices, Tensor offsets, Tensor offset2bag, Tensor bag_size, Tensor maximum_indices, int num_weights, bool scale_grad_by_freq, int mode, bool sparse, Tensor? per_sample_weights, int padding_idx=-1) -> Tensor 2022-12-01T10:11:39.5819221Z processing existing schema: aten::embedding_bag(Tensor weight, Tensor indices, Tensor offsets, bool scale_grad_by_freq=False, int mode=0, bool sparse=False, Tensor? per_sample_weights=None, bool include_last_offset=False) -> (Tensor, Tensor, Tensor, Tensor) 2022-12-01T10:11:39.5820720Z processing existing schema: aten::embedding_bag.padding_idx(Tensor weight, Tensor indices, Tensor offsets, bool scale_grad_by_freq, int mode, bool sparse, Tensor? per_sample_weights, bool include_last_offset, int? padding_idx) -> (Tensor, Tensor, Tensor, Tensor) 2022-12-01T10:11:39.5821662Z schema: prims::maximum_value(ScalarType dtype) -> Scalar found on allowlist, skipping 2022-12-01T10:11:39.5822864Z processing existing schema: aten::_rowwise_prune(Tensor weight, Tensor mask, ScalarType compressed_indices_dtype) -> (Tensor, Tensor) 2022-12-01T10:11:39.5824575Z processing existing schema: aten::embedding_sparse_backward(Tensor grad, Tensor indices, int num_weights, int padding_idx, bool scale_grad_by_freq) -> Tensor 2022-12-01T10:11:39.5826062Z processing existing schema: aten::fill_diagonal_(Tensor(a!) self, Scalar fill_value, bool wrap=False) -> Tensor(a!) 2022-12-01T10:11:39.5827390Z processing existing schema: aten::diagflat(Tensor self, int offset=0) -> Tensor 2022-12-01T10:11:39.5829253Z processing existing schema: aten::cumprod_backward(Tensor grad, Tensor input, int dim, Tensor output) -> Tensor 2022-12-01T10:11:39.5830609Z processing existing schema: aten::cummaxmin_backward(Tensor grad, Tensor input, Tensor indices, int dim) -> Tensor 2022-12-01T10:11:39.5832372Z processing existing schema: aten::conv_tbc_backward(Tensor self, Tensor input, Tensor weight, Tensor bias, int pad) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:39.5833370Z processing existing schema: aten::cudnn_is_acceptable(Tensor self) -> bool 2022-12-01T10:11:39.5835262Z processing existing schema: aten::clip_(Tensor(a!) self, Scalar? min=None, Scalar? max=None) -> Tensor(a!) 2022-12-01T10:11:39.5836815Z processing existing schema: aten::clip_.Tensor(Tensor(a!) self, Tensor? min=None, Tensor? max=None) -> Tensor(a!) 2022-12-01T10:11:39.5838290Z processing existing schema: aten::concatenate(Tensor[] tensors, int dim=0) -> Tensor 2022-12-01T10:11:39.5840157Z processing existing schema: aten::concatenate.out(Tensor[] tensors, int dim=0, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.5841593Z processing existing schema: aten::concatenate.names(Tensor[] tensors, str dim) -> Tensor 2022-12-01T10:11:39.5843609Z processing existing schema: aten::concatenate.names_out(Tensor[] tensors, str dim, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.5844081Z schema: static_runtime::signed_log1p(Tensor input) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.5846329Z processing existing schema: aten::_batch_norm_impl_index_backward(int impl_index, Tensor input, Tensor grad_output, Tensor? weight, Tensor? running_mean, Tensor? running_var, Tensor? save_mean, Tensor? save_var_transform, bool train, float eps, bool[3] output_mask, Tensor reservedSpace) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:39.5847421Z processing existing schema: aten::arctan_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:39.5849340Z processing existing schema: aten::arcsin_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:39.5850939Z processing existing schema: aten::arctanh_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:39.5852808Z processing existing schema: aten::arcsinh_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:39.5854359Z processing existing schema: aten::count(str self, str substr, int start=0, int end=-1) -> int 2022-12-01T10:11:39.5856061Z processing existing schema: aten::count.int(int[] self, int el) -> int 2022-12-01T10:11:39.5857712Z processing existing schema: aten::count.float(float[] self, float el) -> int 2022-12-01T10:11:39.5859425Z processing existing schema: aten::count.bool(bool[] self, bool el) -> int 2022-12-01T10:11:39.5861125Z processing existing schema: aten::count.Tensor(Tensor[] self, Tensor el) -> int 2022-12-01T10:11:39.5862815Z processing existing schema: aten::count.str(str[] self, str el) -> int 2022-12-01T10:11:39.5864458Z processing existing schema: aten::_dim_arange(Tensor like, int dim) -> Tensor 2022-12-01T10:11:39.5866350Z processing existing schema: aten::affine_grid_generator_backward(Tensor grad, int[] size, bool align_corners) -> Tensor 2022-12-01T10:11:39.5868069Z processing existing schema: aten::arccos_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:39.5869834Z processing existing schema: aten::chalf(Tensor self, *, MemoryFormat? memory_format=None) -> Tensor 2022-12-01T10:11:39.5871766Z schema: prims::var(Tensor inp, int[]? dims, *, int correction, ScalarType? output_dtype=None) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.5873099Z processing existing schema: aten::_shape_as_tensor(Tensor self) -> Tensor 2022-12-01T10:11:39.5874954Z schema: prims::convert_element_type(Tensor a, ScalarType dtype) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.5876289Z processing existing schema: aten::_reshape_from_tensor(Tensor self, Tensor shape) -> Tensor 2022-12-01T10:11:39.5878264Z schema: prims::full_like(Tensor a, Scalar fill_value, *, ScalarType dtype, Device device, bool requires_grad) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.5880226Z processing existing schema: aten::_sobol_engine_initialize_state_(Tensor(a!) self, int dimension) -> Tensor(a!) 2022-12-01T10:11:39.5881691Z schema: prims::svd(Tensor A, *, bool full_matrices) -> (Tensor U, Tensor S, Tensor Vh) found on allowlist, skipping 2022-12-01T10:11:39.5883676Z processing existing schema: aten::_sobol_engine_scramble_(Tensor(a!) self, Tensor ltm, int dimension) -> Tensor(a!) 2022-12-01T10:11:39.5885646Z schema: prims::empty_strided(SymInt[] shape, SymInt[] strides, *, ScalarType dtype, Device device, bool requires_grad) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.5887601Z processing existing schema: aten::_sobol_engine_ff_(Tensor(a!) self, int n, Tensor sobolstate, int dimension, int num_generated) -> Tensor(a!) 2022-12-01T10:11:39.5889496Z schema: prims::arange(Scalar start, Scalar end, Scalar step, *, ScalarType? dtype, Device? device, bool requires_grad) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.5890761Z processing existing schema: aten::_sobol_engine_draw(Tensor quasi, int n, Tensor sobolstate, int dimension, int num_generated, ScalarType? dtype) -> (Tensor, Tensor) 2022-12-01T10:11:39.5892473Z processing existing schema: aten::capitalize(str self) -> str 2022-12-01T10:11:39.5893740Z processing existing schema: aten::_debug_has_internal_overlap(Tensor self) -> int 2022-12-01T10:11:39.5895593Z processing existing schema: aten::_use_cudnn_rnn_flatten_weight() -> bool 2022-12-01T10:11:39.5896058Z schema: static_runtime::flatten_copy.using_ints(Tensor self, int start_dim=0, int end_dim=-1) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.5897574Z processing existing schema: aten::_assert_tensor_metadata(Tensor a, int[]? size=None, int[]? stride=None, ScalarType? dtype=None) -> () 2022-12-01T10:11:39.5899044Z schema: nvprims::sub(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.5900702Z processing existing schema: aten::_unpack_dual(Tensor(a) dual, int level) -> (Tensor(a) primal, Tensor tangent) 2022-12-01T10:11:39.5901981Z processing existing schema: aten::retains_grad(Tensor self) -> bool 2022-12-01T10:11:39.5903910Z processing existing schema: aten::cpu(Tensor(a) self) -> Tensor(a|b) 2022-12-01T10:11:39.5905553Z processing existing schema: aten::_cast_Half(Tensor self, bool non_blocking=False) -> Tensor 2022-12-01T10:11:39.5907053Z processing existing schema: aten::sym_stride.int(Tensor self, int dim) -> SymInt 2022-12-01T10:11:39.5908731Z processing existing schema: aten::sym_stride(Tensor self) -> SymInt[] 2022-12-01T10:11:39.5910288Z processing existing schema: aten::_cast_Short(Tensor self, bool non_blocking=False) -> Tensor 2022-12-01T10:11:39.5911881Z processing existing schema: aten::sym_size(Tensor self) -> SymInt[] 2022-12-01T10:11:39.5913386Z processing existing schema: aten::sym_size.int(Tensor self, int dim) -> SymInt 2022-12-01T10:11:39.5915198Z processing existing schema: aten::_cast_Long(Tensor self, bool non_blocking=False) -> Tensor 2022-12-01T10:11:39.5916616Z processing existing schema: aten::Size(int[] sizes) -> int[] 2022-12-01T10:11:39.5918521Z processing existing schema: aten::_cast_Int(Tensor self, bool non_blocking=False) -> Tensor 2022-12-01T10:11:39.5919047Z schema: static_runtime::clamp_nan_to_num(Tensor input, Scalar? min, Scalar? max, float? nan, float? posinf, float? posinf) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.5920501Z processing existing schema: aten::_cast_Float(Tensor self, bool non_blocking=False) -> Tensor 2022-12-01T10:11:39.5921368Z schema: static_runtime::embedding_bag(Tensor weight, Tensor indices, Tensor offsets, bool scale_grad_by_freq=False, int mode=0, bool sparse=False, Tensor? per_sample_weights=None, bool include_last_offset=False) -> (Tensor, Tensor, Tensor) found on allowlist, skipping 2022-12-01T10:11:39.5922422Z schema: static_runtime::embedding_bag.padding_idx(Tensor weight, Tensor indices, Tensor offsets, bool scale_grad_by_freq, int mode, bool sparse, Tensor? per_sample_weights, bool include_last_offset, int? padding_idx) -> (Tensor, Tensor, Tensor) found on allowlist, skipping 2022-12-01T10:11:39.5923102Z processing existing schema: aten::_cast_Double(Tensor self, bool non_blocking=False) -> Tensor 2022-12-01T10:11:39.5923559Z schema: static_runtime::select_tensor(Tensor(a) a, Tensor(b) b, bool use_b) -> Tensor(a|b) found on allowlist, skipping 2022-12-01T10:11:39.5924635Z processing existing schema: aten::_cast_Char(Tensor self, bool non_blocking=False) -> Tensor 2022-12-01T10:11:39.5925126Z schema: static_runtime::dequantize_copy.self(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.5926204Z processing existing schema: aten::_cast_Byte(Tensor self, bool non_blocking=False) -> Tensor 2022-12-01T10:11:39.5927910Z schema: prims::bessel_i1e(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.5930777Z processing existing schema: aten::_fused_adam(Tensor[] self, Tensor[] grads, Tensor[] exp_avgs, Tensor[] exp_avg_sqs, Tensor[] max_exp_avg_sqs, Tensor[] state_steps, *, float lr, float beta1, float beta2, float weight_decay, float eps, bool amsgrad, bool maximize, Tensor? grad_scale=None, Tensor? found_inf=None) -> (Tensor[] self_out, Tensor[] grads_out, Tensor[] exp_avgs_out, Tensor[] exp_avg_sqs_out, Tensor[] max_exp_avg_sqs_out) 2022-12-01T10:11:39.5933535Z processing existing schema: aten::_fused_adam.out(Tensor[] self, Tensor(b!)[] grads, Tensor(c!)[] exp_avgs, Tensor(d!)[] exp_avg_sqs, Tensor(e!)[] max_exp_avg_sqs, Tensor[] state_steps, *, float lr, float beta1, float beta2, float weight_decay, float eps, bool amsgrad, bool maximize, Tensor? grad_scale=None, Tensor? found_inf=None, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.5934482Z schema: nvprims::mul(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.5936713Z processing existing schema: aten::_triton_multi_head_attention.out(Tensor query, Tensor key, Tensor value, int embed_dim, int num_head, Tensor qkv_weight, Tensor qkv_bias, Tensor proj_weight, Tensor proj_bias, Tensor? mask=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.5938570Z processing existing schema: aten::_triton_multi_head_attention(Tensor query, Tensor key, Tensor value, int embed_dim, int num_head, Tensor qkv_weight, Tensor qkv_bias, Tensor proj_weight, Tensor proj_bias, Tensor? mask=None) -> Tensor 2022-12-01T10:11:39.5939463Z schema: nvprims::ne(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.5941295Z processing existing schema: aten::_triton_scaled_dot_attention.out(Tensor q, Tensor k, Tensor v, float dropout_p=0., *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.5942909Z processing existing schema: aten::_triton_scaled_dot_attention(Tensor q, Tensor k, Tensor v, float dropout_p=0.) -> Tensor 2022-12-01T10:11:39.5944083Z schema: prims::ne(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.5945715Z schema: aten::_nested_tensor_layer_norm.out(Tensor self, Tensor? weight, Tensor? bias, float eps, *, Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-12-01T10:11:39.5946632Z schema: aten::_nested_tensor_layer_norm(Tensor self, Tensor? weight, Tensor? bias, float eps) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.5948435Z processing existing schema: aten::to_padded_tensor.out(Tensor self, float padding, int[]? output_size=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.5949761Z processing existing schema: aten::to_padded_tensor(Tensor self, float padding, int[]? output_size=None) -> Tensor 2022-12-01T10:11:39.5951005Z processing existing schema: aten::alias_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.5952112Z processing existing schema: aten::alias_copy(Tensor self) -> Tensor 2022-12-01T10:11:39.5954119Z processing existing schema: aten::unfold_copy.out(Tensor self, int dimension, int size, int step, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.5955299Z processing existing schema: aten::unfold_copy(Tensor self, int dimension, int size, int step) -> Tensor 2022-12-01T10:11:39.5957153Z processing existing schema: aten::view_copy.out(Tensor self, SymInt[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.5958625Z processing existing schema: aten::view_copy.dtype_out(Tensor self, ScalarType dtype, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.5960260Z processing existing schema: aten::view_copy(Tensor self, SymInt[] size) -> Tensor 2022-12-01T10:11:39.5961618Z processing existing schema: aten::view_copy.dtype(Tensor self, ScalarType dtype) -> Tensor 2022-12-01T10:11:39.5962819Z processing existing schema: aten::unbind_copy.int_out(Tensor self, int dim=0, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.5964204Z processing existing schema: aten::unbind_copy.int(Tensor self, int dim=0) -> Tensor[] 2022-12-01T10:11:39.5965359Z processing existing schema: aten::row_indices_copy(Tensor self) -> Tensor 2022-12-01T10:11:39.5966992Z processing existing schema: aten::row_indices_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.5968042Z processing existing schema: aten::ccol_indices_copy(Tensor self) -> Tensor 2022-12-01T10:11:39.5969688Z processing existing schema: aten::ccol_indices_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.5971120Z processing existing schema: aten::col_indices_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.5972110Z processing existing schema: aten::col_indices_copy(Tensor self) -> Tensor 2022-12-01T10:11:39.5973845Z processing existing schema: aten::crow_indices_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.5974911Z processing existing schema: aten::crow_indices_copy(Tensor self) -> Tensor 2022-12-01T10:11:39.5976599Z processing existing schema: aten::values_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.5977675Z processing existing schema: aten::values_copy(Tensor self) -> Tensor 2022-12-01T10:11:39.5979289Z processing existing schema: aten::indices_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.5980410Z processing existing schema: aten::indices_copy(Tensor self) -> Tensor 2022-12-01T10:11:39.5982023Z processing existing schema: aten::_values_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.5983017Z processing existing schema: aten::_values_copy(Tensor self) -> Tensor 2022-12-01T10:11:39.5984401Z schema: prims::log1p(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.5985825Z processing existing schema: aten::_indices_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.5987205Z processing existing schema: aten::_indices_copy(Tensor self) -> Tensor 2022-12-01T10:11:39.5989058Z processing existing schema: aten::unsqueeze_copy.out(Tensor self, int dim, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.5990110Z processing existing schema: aten::unsqueeze_copy(Tensor self, int dim) -> Tensor 2022-12-01T10:11:39.5991775Z processing existing schema: aten::transpose_copy.int_out(Tensor self, int dim0, int dim1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.5993130Z processing existing schema: aten::transpose_copy.int(Tensor self, int dim0, int dim1) -> Tensor 2022-12-01T10:11:39.5994801Z processing existing schema: aten::t_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.5996069Z processing existing schema: aten::t_copy(Tensor self) -> Tensor 2022-12-01T10:11:39.5997543Z processing existing schema: aten::squeeze_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.5999407Z processing existing schema: aten::squeeze_copy.dim_out(Tensor self, int dim, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6000684Z processing existing schema: aten::squeeze_copy(Tensor self) -> Tensor 2022-12-01T10:11:39.6001650Z processing existing schema: aten::squeeze_copy.dim(Tensor self, int dim) -> Tensor 2022-12-01T10:11:39.6003505Z processing existing schema: aten::split_with_sizes_copy.out(Tensor self, int[] split_sizes, int dim=0, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.6004858Z processing existing schema: aten::split_with_sizes_copy(Tensor self, int[] split_sizes, int dim=0) -> Tensor[] 2022-12-01T10:11:39.6006225Z processing existing schema: aten::split_copy.Tensor_out(Tensor self, int split_size, int dim=0, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.6007649Z processing existing schema: aten::split_copy.Tensor(Tensor self, int split_size, int dim=0) -> Tensor[] 2022-12-01T10:11:39.6009660Z processing existing schema: aten::slice_copy.Tensor_out(Tensor self, int dim=0, SymInt? start=None, SymInt? end=None, SymInt step=1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6011219Z processing existing schema: aten::slice_copy.Tensor(Tensor self, int dim=0, SymInt? start=None, SymInt? end=None, SymInt step=1) -> Tensor 2022-12-01T10:11:39.6012683Z processing existing schema: aten::detach_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6013963Z processing existing schema: aten::detach_copy(Tensor self) -> Tensor 2022-12-01T10:11:39.6015650Z processing existing schema: aten::select_copy.int_out(Tensor self, int dim, int index, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6016932Z processing existing schema: aten::select_copy.int(Tensor self, int dim, int index) -> Tensor 2022-12-01T10:11:39.6017987Z schema: prims::where(Tensor pred, Tensor a, Tensor b) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6019850Z processing existing schema: aten::_reshape_alias_copy.out(Tensor self, SymInt[] size, SymInt[] stride, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6021514Z processing existing schema: aten::_reshape_alias_copy(Tensor self, SymInt[] size, SymInt[] stride) -> Tensor 2022-12-01T10:11:39.6023025Z processing existing schema: aten::permute_copy.out(Tensor self, int[] dims, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6024417Z processing existing schema: aten::permute_copy(Tensor self, int[] dims) -> Tensor 2022-12-01T10:11:39.6026658Z processing existing schema: aten::diagonal_copy.out(Tensor self, int offset=0, int dim1=0, int dim2=1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6028162Z processing existing schema: aten::diagonal_copy(Tensor self, int offset=0, int dim1=0, int dim2=1) -> Tensor 2022-12-01T10:11:39.6029815Z schema: prims::fft_c2r(Tensor self, *, int[] dim, SymInt last_dim_size) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6031699Z processing existing schema: aten::_sparse_broadcast_to_copy.out(Tensor self, int[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6033026Z processing existing schema: aten::_sparse_broadcast_to_copy(Tensor self, int[] size) -> Tensor 2022-12-01T10:11:39.6035412Z processing existing schema: aten::as_strided_copy.out(Tensor self, SymInt[] size, SymInt[] stride, SymInt? storage_offset=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6037277Z processing existing schema: aten::as_strided_copy(Tensor self, SymInt[] size, SymInt[] stride, SymInt? storage_offset=None) -> Tensor 2022-12-01T10:11:39.6038592Z schema: prims::hypot(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6040895Z processing existing schema: aten::_neg_view_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6041903Z processing existing schema: aten::_neg_view_copy(Tensor self) -> Tensor 2022-12-01T10:11:39.6043705Z processing existing schema: aten::reverse.t(t[](a!) self) -> () 2022-12-01T10:11:39.6045827Z processing existing schema: aten::_conj_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6046582Z processing existing schema: aten::_conj_copy(Tensor self) -> Tensor 2022-12-01T10:11:39.6048815Z processing existing schema: aten::view_as_complex_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6049675Z processing existing schema: aten::view_as_complex_copy(Tensor self) -> Tensor 2022-12-01T10:11:39.6052028Z processing existing schema: aten::view_as_real_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6052650Z processing existing schema: aten::view_as_real_copy(Tensor self) -> Tensor 2022-12-01T10:11:39.6054694Z schema: prims::tanh(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6056658Z processing existing schema: aten::_make_dual_copy.out(Tensor primal, Tensor tangent, int level, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6057840Z processing existing schema: aten::_make_dual_copy(Tensor primal, Tensor tangent, int level) -> Tensor 2022-12-01T10:11:39.6059441Z schema: prims::erf(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6061414Z processing existing schema: aten::_fw_primal_copy.out(Tensor self, int level, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6062471Z processing existing schema: aten::_fw_primal_copy(Tensor self, int level) -> Tensor 2022-12-01T10:11:39.6064374Z schema: prims::mul(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6066045Z schema: aten::_nested_tensor_from_tensor_list(Tensor[] list, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6068111Z schema: aten::_nested_tensor_from_tensor_list.out(Tensor[] list, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, *, Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-12-01T10:11:39.6068886Z schema: nvprims::round(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6071138Z processing existing schema: aten::_test_autograd_multiple_dispatch_view_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6072129Z processing existing schema: aten::_test_autograd_multiple_dispatch_view_copy(Tensor self) -> Tensor 2022-12-01T10:11:39.6074106Z schema: nvprims::neg(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6075838Z processing existing schema: aten::_test_autograd_multiple_dispatch_view(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:39.6077054Z schema: nvprims::reciprocal(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6078929Z processing existing schema: aten::_test_autograd_multiple_dispatch.fullcoverage(Tensor self) -> Tensor 2022-12-01T10:11:39.6080801Z processing existing schema: aten::_test_autograd_multiple_dispatch.fullcoverage_out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6082209Z processing existing schema: aten::_test_autograd_multiple_dispatch.ntonly(Tensor self, bool b) -> Tensor 2022-12-01T10:11:39.6083461Z schema: nvprims::tan(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6085025Z processing existing schema: aten::_test_warn_in_autograd(Tensor self) -> Tensor 2022-12-01T10:11:39.6086892Z processing existing schema: aten::_test_warn_in_autograd.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6089820Z processing existing schema: aten::conv_depthwise3d.out(Tensor self, Tensor weight, int[3] kernel_size, Tensor? bias, int[3] stride, int[3] padding, int[3] dilation, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6092178Z processing existing schema: aten::conv_depthwise3d(Tensor self, Tensor weight, int[3] kernel_size, Tensor? bias, int[3] stride, int[3] padding, int[3] dilation) -> Tensor 2022-12-01T10:11:39.6094053Z processing existing schema: aten::mkldnn_adaptive_avg_pool2d_backward.out(Tensor grad_output, Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6095096Z processing existing schema: aten::mkldnn_adaptive_avg_pool2d_backward(Tensor grad_output, Tensor self) -> Tensor 2022-12-01T10:11:39.6097758Z processing existing schema: aten::rrelu_with_noise_backward(Tensor grad_output, Tensor self, Tensor noise, Scalar lower, Scalar upper, bool training, bool self_is_result) -> Tensor 2022-12-01T10:11:39.6099549Z processing existing schema: aten::rrelu_with_noise_backward.out(Tensor grad_output, Tensor self, Tensor noise, Scalar lower, Scalar upper, bool training, bool self_is_result, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6101091Z processing existing schema: aten::soft_margin_loss_backward(Tensor grad_output, Tensor self, Tensor target, int reduction) -> Tensor 2022-12-01T10:11:39.6102748Z processing existing schema: aten::soft_margin_loss_backward.grad_input(Tensor grad_output, Tensor self, Tensor target, int reduction, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:39.6103758Z schema: nvprims::fmod(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6105458Z processing existing schema: aten::_torch_cuda_cu_linker_symbol_op.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6106753Z processing existing schema: aten::_torch_cuda_cu_linker_symbol_op(Tensor self) -> Tensor 2022-12-01T10:11:39.6108369Z schema: prims::bessel_i0e(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6109692Z processing existing schema: aten::_foreach_zero(Tensor[] self) -> Tensor[] self_out 2022-12-01T10:11:39.6111178Z processing existing schema: aten::_foreach_zero.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.6112294Z processing existing schema: profiler::_record_function_exit(Tensor _0) -> () 2022-12-01T10:11:39.6113519Z processing existing schema: profiler::_record_function_exit._RecordFunction(__torch__.torch.classes.profiler._RecordFunction _0) -> () 2022-12-01T10:11:39.6115107Z processing existing schema: aten::_amp_update_scale(Tensor self, Tensor growth_tracker, Tensor found_inf, float scale_growth_factor, float scale_backoff_factor, int growth_interval) -> (Tensor, Tensor growth_tracker_out) 2022-12-01T10:11:39.6117419Z processing existing schema: aten::_amp_update_scale.out(Tensor self, Tensor(b!) growth_tracker, Tensor found_inf, float scale_growth_factor, float scale_backoff_factor, int growth_interval, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6118051Z schema: profiler::_record_function_enter(str name, str? args=None) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6118747Z processing existing schema: aten::_amp_foreach_non_finite_check_and_unscale(Tensor[] self, Tensor found_inf, Tensor inv_scale) -> (Tensor[] self_out, Tensor found_inf_out) 2022-12-01T10:11:39.6120240Z processing existing schema: aten::_amp_foreach_non_finite_check_and_unscale.out(Tensor[] self, Tensor(b!) found_inf, Tensor inv_scale, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.6121436Z processing existing schema: aten::normal_functional(Tensor self, float mean=0., float std=1., *, Generator? generator=None) -> Tensor 2022-12-01T10:11:39.6122632Z processing existing schema: aten::geometric(Tensor self, float p, *, Generator? generator=None) -> Tensor 2022-12-01T10:11:39.6124460Z processing existing schema: aten::geometric.out(Tensor self, float p, *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6125984Z processing existing schema: aten::exponential(Tensor self, float lambd=1., *, Generator? generator=None) -> Tensor 2022-12-01T10:11:39.6127581Z processing existing schema: aten::exponential.out(Tensor self, float lambd=1., *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6128878Z processing existing schema: aten::log_normal(Tensor self, float mean=1., float std=2., *, Generator? generator=None) -> Tensor 2022-12-01T10:11:39.6130724Z processing existing schema: aten::log_normal.out(Tensor self, float mean=1., float std=2., *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6132119Z processing existing schema: aten::cauchy(Tensor self, float median=0., float sigma=1., *, Generator? generator=None) -> Tensor 2022-12-01T10:11:39.6133868Z processing existing schema: aten::cauchy.out(Tensor self, float median=0., float sigma=1., *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6135338Z processing existing schema: aten::uniform(Tensor self, float from=0., float to=1., *, Generator? generator=None) -> Tensor 2022-12-01T10:11:39.6137083Z processing existing schema: aten::uniform.out(Tensor self, float from=0., float to=1., *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6138653Z processing existing schema: aten::random.from(Tensor self, int from, int? to, *, Generator? generator=None) -> Tensor 2022-12-01T10:11:39.6140305Z processing existing schema: aten::random.from_out(Tensor self, int from, int? to, *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6141555Z processing existing schema: aten::random.to(Tensor self, int to, *, Generator? generator=None) -> Tensor 2022-12-01T10:11:39.6143271Z processing existing schema: aten::random.to_out(Tensor self, int to, *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6144468Z processing existing schema: aten::random(Tensor self, *, Generator? generator=None) -> Tensor 2022-12-01T10:11:39.6146247Z processing existing schema: aten::random.out(Tensor self, *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6147852Z processing existing schema: aten::put(Tensor self, Tensor index, Tensor source, bool accumulate=False) -> Tensor 2022-12-01T10:11:39.6149710Z processing existing schema: aten::put.out(Tensor self, Tensor index, Tensor source, bool accumulate=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6150971Z processing existing schema: aten::masked_scatter(Tensor self, Tensor mask, Tensor source) -> Tensor 2022-12-01T10:11:39.6152799Z processing existing schema: aten::masked_scatter.out(Tensor self, Tensor mask, Tensor source, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6154164Z processing existing schema: aten::set.source_Storage(Tensor self, Storage source) -> Tensor 2022-12-01T10:11:39.6155945Z processing existing schema: aten::set.source_Storage_out(Tensor self, Storage source, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6157759Z processing existing schema: aten::set.source_Storage_storage_offset(Tensor self, Storage source, SymInt storage_offset, SymInt[] size, SymInt[] stride=[]) -> Tensor 2022-12-01T10:11:39.6160021Z processing existing schema: aten::set.source_Storage_storage_offset_out(Tensor self, Storage source, SymInt storage_offset, SymInt[] size, SymInt[] stride=[], *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6161158Z processing existing schema: aten::set.source_Tensor(Tensor self, Tensor source) -> Tensor 2022-12-01T10:11:39.6162988Z processing existing schema: aten::set.source_Tensor_out(Tensor self, Tensor source, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6164092Z processing existing schema: aten::set(Tensor self) -> Tensor 2022-12-01T10:11:39.6165793Z processing existing schema: aten::set.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6167349Z schema: prims::conj(Tensor(a) a) -> Tensor(a) found on allowlist, skipping 2022-12-01T10:11:39.6168621Z processing existing schema: aten::_pack_padded_sequence(Tensor input, Tensor lengths, bool batch_first) -> (Tensor, Tensor) 2022-12-01T10:11:39.6170458Z processing existing schema: aten::_pack_padded_sequence.out(Tensor input, Tensor lengths, bool batch_first, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:39.6171784Z schema: nvprims::add(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6174292Z processing existing schema: aten::_thnn_fused_gru_cell_backward.out(Tensor grad_hy, Tensor workspace, bool has_bias, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2, Tensor(d!) out3, Tensor(e!) out4) -> (Tensor(a!), Tensor(b!), Tensor(c!), Tensor(d!), Tensor(e!)) 2022-12-01T10:11:39.6175394Z processing existing schema: aten::_thnn_fused_gru_cell_backward(Tensor grad_hy, Tensor workspace, bool has_bias) -> (Tensor, Tensor, Tensor, Tensor, Tensor) 2022-12-01T10:11:39.6176763Z schema: nvprims::bitwise_or(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6179105Z processing existing schema: aten::_thnn_fused_lstm_cell_backward_impl.out(Tensor? grad_hy, Tensor? grad_cy, Tensor cx, Tensor cy, Tensor workspace, bool has_bias, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-12-01T10:11:39.6180426Z processing existing schema: aten::_thnn_fused_lstm_cell_backward_impl(Tensor? grad_hy, Tensor? grad_cy, Tensor cx, Tensor cy, Tensor workspace, bool has_bias) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:39.6183223Z processing existing schema: aten::lstm_mps_backward.out(Tensor grad_y, Tensor? grad_hy, Tensor? grad_cy, Tensor z_state, Tensor cell_state_fwd, Tensor input, Tensor[] hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, bool batch_first, *, Tensor(a!) out0, Tensor(b!)[] out1, Tensor(c!)[] out2) -> () 2022-12-01T10:11:39.6185363Z processing existing schema: aten::lstm_mps_backward(Tensor grad_y, Tensor? grad_hy, Tensor? grad_cy, Tensor z_state, Tensor cell_state_fwd, Tensor input, Tensor[] hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, bool batch_first) -> (Tensor, Tensor[], Tensor[]) 2022-12-01T10:11:39.6186247Z schema: prims::spherical_bessel_j0(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6189520Z processing existing schema: aten::_lstm_mps.out(Tensor input, Tensor[] hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, bool batch_first, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2, Tensor(d!) out3, Tensor(e!) out4) -> (Tensor(a!), Tensor(b!), Tensor(c!), Tensor(d!), Tensor(e!)) 2022-12-01T10:11:39.6191287Z processing existing schema: aten::_lstm_mps(Tensor input, Tensor[] hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, bool batch_first) -> (Tensor, Tensor, Tensor, Tensor, Tensor) 2022-12-01T10:11:39.6192341Z schema: prims::conj_physical(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6195183Z processing existing schema: aten::_fused_moving_avg_obs_fq_helper_functional(Tensor self, Tensor observer_on, Tensor fake_quant_on, Tensor running_min, Tensor running_max, Tensor scale, Tensor zero_point, float averaging_const, int quant_min, int quant_max, int ch_axis, bool per_row_fake_quant=False, bool symmetric_quant=False) -> (Tensor output, Tensor mask, Tensor running_min_out, Tensor running_max_out, Tensor scale_out, Tensor zero_point_out) 2022-12-01T10:11:39.6196174Z processing existing schema: aten::int_repr.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6197280Z processing existing schema: aten::int_repr(Tensor self) -> Tensor 2022-12-01T10:11:39.6199046Z processing existing schema: aten::q_per_channel_zero_points.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6200404Z processing existing schema: aten::q_per_channel_zero_points(Tensor self) -> Tensor 2022-12-01T10:11:39.6201996Z processing existing schema: aten::q_per_channel_scales.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6202679Z processing existing schema: aten::q_per_channel_scales(Tensor self) -> Tensor 2022-12-01T10:11:39.6205277Z processing existing schema: aten::mkldnn_reorder_conv3d_weight.out(Tensor self, int[3] padding=0, int[3] stride=1, int[3] dilation=1, int groups=1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6207613Z processing existing schema: aten::mkldnn_reorder_conv3d_weight(Tensor self, int[3] padding=0, int[3] stride=1, int[3] dilation=1, int groups=1) -> Tensor 2022-12-01T10:11:39.6209988Z processing existing schema: aten::mkldnn_reorder_conv2d_weight.out(Tensor self, int[2] padding=0, int[2] stride=1, int[2] dilation=1, int groups=1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6211563Z processing existing schema: aten::mkldnn_reorder_conv2d_weight(Tensor self, int[2] padding=0, int[2] stride=1, int[2] dilation=1, int groups=1) -> Tensor 2022-12-01T10:11:39.6212893Z processing existing schema: aten::copy_sparse_to_sparse(Tensor self, Tensor src, bool non_blocking=False) -> Tensor 2022-12-01T10:11:39.6214538Z processing existing schema: aten::copy_sparse_to_sparse.out(Tensor self, Tensor src, bool non_blocking=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6215577Z processing existing schema: aten::storage_offset(Tensor self) -> int 2022-12-01T10:11:39.6217019Z processing existing schema: aten::_coalesced(Tensor self, bool coalesced) -> Tensor 2022-12-01T10:11:39.6218887Z processing existing schema: aten::_coalesced.out(Tensor self, bool coalesced, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6219858Z processing existing schema: aten::get_device(Tensor self) -> int 2022-12-01T10:11:39.6221474Z processing existing schema: aten::_coalesce.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6222508Z processing existing schema: aten::_coalesce(Tensor self) -> Tensor 2022-12-01T10:11:39.6223801Z schema: nvprims::eq(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6225472Z processing existing schema: aten::_to_dense.out(Tensor self, ScalarType? dtype=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6226602Z processing existing schema: aten::_to_dense(Tensor self, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:39.6228404Z processing existing schema: aten::sparse_mask.out(Tensor self, Tensor mask, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6229491Z processing existing schema: aten::sparse_mask(Tensor self, Tensor mask) -> Tensor 2022-12-01T10:11:39.6231261Z processing existing schema: aten::sparse_resize_and_clear(Tensor self, int[] size, int sparse_dim, int dense_dim) -> Tensor 2022-12-01T10:11:39.6232992Z processing existing schema: aten::sparse_resize_and_clear.out(Tensor self, int[] size, int sparse_dim, int dense_dim, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6234256Z processing existing schema: aten::sparse_resize(Tensor self, int[] size, int sparse_dim, int dense_dim) -> Tensor 2022-12-01T10:11:39.6236149Z processing existing schema: aten::sparse_resize.out(Tensor self, int[] size, int sparse_dim, int dense_dim, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6237803Z schema: prims::fft_r2c(Tensor self, *, int[] dim, bool onesided) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6239628Z processing existing schema: aten::_sparse_addmm(Tensor self, Tensor mat1, Tensor mat2, *, Scalar beta=1, Scalar alpha=1) -> Tensor 2022-12-01T10:11:39.6241598Z processing existing schema: aten::_sparse_addmm.out(Tensor self, Tensor mat1, Tensor mat2, *, Scalar beta=1, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6242581Z processing existing schema: aten::zero(Tensor self) -> Tensor 2022-12-01T10:11:39.6244356Z processing existing schema: aten::zero.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6245793Z processing existing schema: aten::resize_as_sparse(Tensor self, Tensor the_template) -> Tensor 2022-12-01T10:11:39.6247722Z processing existing schema: aten::resize_as_sparse.out(Tensor self, Tensor the_template, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6249283Z processing existing schema: aten::resize_as(Tensor self, Tensor the_template, *, MemoryFormat? memory_format=None) -> Tensor 2022-12-01T10:11:39.6251272Z processing existing schema: aten::resize_as.out(Tensor self, Tensor the_template, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6252507Z schema: nvprims::ceil(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6254677Z processing existing schema: aten::_sparse_log_softmax_backward_data.out(Tensor grad_output, Tensor output, int dim, Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6256102Z processing existing schema: aten::_sparse_log_softmax_backward_data(Tensor grad_output, Tensor output, int dim, Tensor self) -> Tensor 2022-12-01T10:11:39.6257507Z schema: nvprims::expm1(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6259505Z processing existing schema: aten::_sparse_softmax_backward_data.out(Tensor grad_output, Tensor output, int dim, Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6261103Z processing existing schema: aten::_sparse_softmax_backward_data(Tensor grad_output, Tensor output, int dim, Tensor self) -> Tensor 2022-12-01T10:11:39.6262379Z schema: nvprims::atanh(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6264811Z processing existing schema: aten::_sparse_csr_prod.dim_dtype_out(Tensor self, int[1] dim, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6266884Z processing existing schema: aten::_sparse_csr_prod.dim_dtype(Tensor self, int[1] dim, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:39.6267966Z schema: nvprims::cos(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6270345Z processing existing schema: aten::_sparse_csr_sum.dim_dtype_out(Tensor self, int[1] dim, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6272278Z processing existing schema: aten::_sparse_csr_sum.dim_dtype(Tensor self, int[1] dim, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:39.6273452Z schema: nvprims::isfinite(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6275559Z processing existing schema: aten::_sparse_sum_backward.out(Tensor grad, Tensor self, int[] dim, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6277053Z processing existing schema: aten::_sparse_sum_backward(Tensor grad, Tensor self, int[] dim) -> Tensor 2022-12-01T10:11:39.6278530Z schema: nvprims::imag(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6280380Z processing existing schema: aten::_sparse_sum.dim(Tensor self, int[1] dim) -> Tensor 2022-12-01T10:11:39.6282396Z processing existing schema: aten::_sparse_sum.dim_out(Tensor self, int[1] dim, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6283729Z processing existing schema: aten::_sparse_sum(Tensor self) -> Tensor 2022-12-01T10:11:39.6285330Z processing existing schema: aten::_sparse_sum.dtype(Tensor self, *, ScalarType dtype) -> Tensor 2022-12-01T10:11:39.6287112Z processing existing schema: aten::_sparse_sum.dim_dtype(Tensor self, int[1] dim, *, ScalarType dtype) -> Tensor 2022-12-01T10:11:39.6289013Z processing existing schema: aten::native_norm.out(Tensor self, Scalar p=2, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6291257Z processing existing schema: aten::native_norm.ScalarOpt_dim_dtype_out(Tensor self, Scalar? p, int[1] dim, bool keepdim, ScalarType? dtype, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6292671Z processing existing schema: aten::native_norm(Tensor self, Scalar p=2) -> Tensor 2022-12-01T10:11:39.6294664Z processing existing schema: aten::native_norm.ScalarOpt_dim_dtype(Tensor self, Scalar? p, int[1] dim, bool keepdim, ScalarType? dtype) -> Tensor 2022-12-01T10:11:39.6296199Z schema: nvprims::lt(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6298623Z processing existing schema: aten::_trilinear.out(Tensor i1, Tensor i2, Tensor i3, int[] expand1, int[] expand2, int[] expand3, int[] sumdim, int unroll_dim=1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6300648Z processing existing schema: aten::_trilinear(Tensor i1, Tensor i2, Tensor i3, int[] expand1, int[] expand2, int[] expand3, int[] sumdim, int unroll_dim=1) -> Tensor 2022-12-01T10:11:39.6302022Z schema: prims::sub(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6304347Z processing existing schema: aten::_nested_view_from_buffer_copy.out(Tensor self, Tensor nested_size, Tensor nested_strides, int[] offsets, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6305247Z processing existing schema: aten::_nested_view_from_buffer_copy(Tensor self, Tensor nested_size, Tensor nested_strides, int[] offsets) -> Tensor 2022-12-01T10:11:39.6306309Z schema: prims::igammac(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6308731Z processing existing schema: aten::_nested_from_padded_and_nested_example.out(Tensor padded, Tensor nt_example, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6309633Z processing existing schema: aten::_nested_from_padded_and_nested_example(Tensor padded, Tensor nt_example) -> Tensor 2022-12-01T10:11:39.6310573Z schema: prims::shift_left(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6311732Z schema: aten::_nested_tensor_strides.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-12-01T10:11:39.6312727Z schema: aten::_nested_tensor_strides(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6314067Z schema: prims::pow(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6315341Z schema: aten::_nested_tensor_size.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-12-01T10:11:39.6316231Z schema: aten::_nested_tensor_size(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6317428Z schema: prims::div(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6319538Z processing existing schema: aten::_mkldnn_transpose.out(Tensor self, int dim0, int dim1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6320783Z processing existing schema: aten::_mkldnn_transpose(Tensor self, int dim0, int dim1) -> Tensor 2022-12-01T10:11:39.6322394Z processing existing schema: aten::as_strided_scatter(Tensor self, Tensor src, SymInt[] size, SymInt[] stride, SymInt? storage_offset=None) -> Tensor 2022-12-01T10:11:39.6324155Z processing existing schema: aten::as_strided_scatter.out(Tensor self, Tensor src, SymInt[] size, SymInt[] stride, SymInt? storage_offset=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6325144Z schema: prims::bitwise_xor(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6326778Z processing existing schema: aten::_mkldnn_reshape.out(Tensor self, int[] shape, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6327894Z processing existing schema: aten::_mkldnn_reshape(Tensor self, int[] shape) -> Tensor 2022-12-01T10:11:39.6329730Z schema: prims::broadcast_in_dim(Tensor(a) a, SymInt[] shape, int[] broadcast_dimensions) -> Tensor(a) found on allowlist, skipping 2022-12-01T10:11:39.6332051Z processing existing schema: aten::_nnpack_spatial_convolution(Tensor input, Tensor weight, Tensor? bias, int[2] padding, int[2] stride=1) -> Tensor 2022-12-01T10:11:39.6333979Z processing existing schema: aten::_nnpack_spatial_convolution.out(Tensor input, Tensor weight, Tensor? bias, int[2] padding, int[2] stride=1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6335784Z processing existing schema: aten::batch_norm_backward_elemt.out(Tensor grad_out, Tensor input, Tensor mean, Tensor invstd, Tensor? weight, Tensor mean_dy, Tensor mean_dy_xmu, Tensor count, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6337406Z processing existing schema: aten::batch_norm_backward_elemt(Tensor grad_out, Tensor input, Tensor mean, Tensor invstd, Tensor? weight, Tensor mean_dy, Tensor mean_dy_xmu, Tensor count) -> Tensor 2022-12-01T10:11:39.6339889Z processing existing schema: aten::batch_norm_backward_reduce.out(Tensor grad_out, Tensor input, Tensor mean, Tensor invstd, Tensor? weight, bool input_g, bool weight_g, bool bias_g, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2, Tensor(d!) out3) -> (Tensor(a!), Tensor(b!), Tensor(c!), Tensor(d!)) 2022-12-01T10:11:39.6341088Z processing existing schema: aten::batch_norm_backward_reduce(Tensor grad_out, Tensor input, Tensor mean, Tensor invstd, Tensor? weight, bool input_g, bool weight_g, bool bias_g) -> (Tensor, Tensor, Tensor, Tensor) 2022-12-01T10:11:39.6342760Z processing existing schema: aten::batch_norm_gather_stats_with_counts.out(Tensor input, Tensor mean, Tensor invstd, Tensor? running_mean, Tensor? running_var, float momentum, float eps, Tensor counts, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:39.6343967Z processing existing schema: aten::batch_norm_gather_stats_with_counts(Tensor input, Tensor mean, Tensor invstd, Tensor? running_mean, Tensor? running_var, float momentum, float eps, Tensor counts) -> (Tensor, Tensor) 2022-12-01T10:11:39.6345936Z processing existing schema: aten::batch_norm_gather_stats.out(Tensor input, Tensor mean, Tensor invstd, Tensor? running_mean, Tensor? running_var, float momentum, float eps, int count, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:39.6347051Z processing existing schema: aten::batch_norm_gather_stats(Tensor input, Tensor mean, Tensor invstd, Tensor? running_mean, Tensor? running_var, float momentum, float eps, int count) -> (Tensor, Tensor) 2022-12-01T10:11:39.6348405Z processing existing schema: aten::batch_norm_stats.out(Tensor input, float eps, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:39.6349421Z processing existing schema: aten::batch_norm_stats(Tensor input, float eps) -> (Tensor, Tensor) 2022-12-01T10:11:39.6350616Z schema: nvprims::erf(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6352256Z processing existing schema: aten::_sparse_mask_helper.out(Tensor t, Tensor mask_indices, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6353605Z processing existing schema: aten::_sparse_mask_helper(Tensor t, Tensor mask_indices) -> Tensor 2022-12-01T10:11:39.6354603Z schema: nvprims::floor(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6356293Z processing existing schema: aten::_sparse_sparse_matmul.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6357616Z processing existing schema: aten::_sparse_sparse_matmul(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.6361496Z processing existing schema: aten::miopen_rnn_backward.out(Tensor input, Tensor[] weight, int weight_stride0, Tensor weight_buf, Tensor hx, Tensor? cx, Tensor output, Tensor? grad_output, Tensor? grad_hy, Tensor? grad_cy, int mode, int hidden_size, int num_layers, bool batch_first, float dropout, bool train, bool bidirectional, int[] batch_sizes, Tensor? dropout_state, Tensor reserve, bool[4] output_mask, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2, Tensor(d!)[] out3) -> () 2022-12-01T10:11:39.6363897Z processing existing schema: aten::miopen_rnn_backward(Tensor input, Tensor[] weight, int weight_stride0, Tensor weight_buf, Tensor hx, Tensor? cx, Tensor output, Tensor? grad_output, Tensor? grad_hy, Tensor? grad_cy, int mode, int hidden_size, int num_layers, bool batch_first, float dropout, bool train, bool bidirectional, int[] batch_sizes, Tensor? dropout_state, Tensor reserve, bool[4] output_mask) -> (Tensor, Tensor, Tensor, Tensor[]) 2022-12-01T10:11:39.6366643Z processing existing schema: aten::miopen_rnn.out(Tensor input, Tensor[] weight, int weight_stride0, Tensor hx, Tensor? cx, int mode, int hidden_size, int num_layers, bool batch_first, float dropout, bool train, bool bidirectional, int[] batch_sizes, Tensor? dropout_state, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2, Tensor(d!) out3, Tensor(e!) out4) -> (Tensor(a!), Tensor(b!), Tensor(c!), Tensor(d!), Tensor(e!)) 2022-12-01T10:11:39.6368264Z processing existing schema: aten::miopen_rnn(Tensor input, Tensor[] weight, int weight_stride0, Tensor hx, Tensor? cx, int mode, int hidden_size, int num_layers, bool batch_first, float dropout, bool train, bool bidirectional, int[] batch_sizes, Tensor? dropout_state) -> (Tensor, Tensor, Tensor, Tensor, Tensor) 2022-12-01T10:11:39.6370341Z processing existing schema: aten::miopen_depthwise_convolution.out(Tensor self, Tensor weight, Tensor? bias, int[] padding, int[] stride, int[] dilation, int groups, bool benchmark, bool deterministic, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6371881Z processing existing schema: aten::miopen_depthwise_convolution(Tensor self, Tensor weight, Tensor? bias, int[] padding, int[] stride, int[] dilation, int groups, bool benchmark, bool deterministic) -> Tensor 2022-12-01T10:11:39.6374067Z processing existing schema: aten::miopen_convolution_transpose.out(Tensor self, Tensor weight, Tensor? bias, int[] padding, int[] output_padding, int[] stride, int[] dilation, int groups, bool benchmark, bool deterministic, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6375872Z processing existing schema: aten::miopen_convolution_transpose(Tensor self, Tensor weight, Tensor? bias, int[] padding, int[] output_padding, int[] stride, int[] dilation, int groups, bool benchmark, bool deterministic) -> Tensor 2022-12-01T10:11:39.6377785Z processing existing schema: aten::miopen_convolution.out(Tensor self, Tensor weight, Tensor? bias, int[] padding, int[] stride, int[] dilation, int groups, bool benchmark, bool deterministic, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6379498Z processing existing schema: aten::miopen_convolution(Tensor self, Tensor weight, Tensor? bias, int[] padding, int[] stride, int[] dilation, int groups, bool benchmark, bool deterministic) -> Tensor 2022-12-01T10:11:39.6380814Z processing existing schema: aten::mkldnn_convolution(Tensor self, Tensor weight, Tensor? bias, int[] padding, int[] stride, int[] dilation, int groups) -> Tensor 2022-12-01T10:11:39.6382866Z processing existing schema: aten::mkldnn_convolution.out(Tensor self, Tensor weight, Tensor? bias, int[] padding, int[] stride, int[] dilation, int groups, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6385301Z processing existing schema: aten::mps_convolution_backward.out(Tensor self, Tensor grad_output, Tensor weight, int[] padding, int[] stride, int[] dilation, int groups, bool[3] output_mask, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-12-01T10:11:39.6386797Z processing existing schema: aten::mps_convolution_backward(Tensor self, Tensor grad_output, Tensor weight, int[] padding, int[] stride, int[] dilation, int groups, bool[3] output_mask) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:39.6387706Z schema: prims::fmax(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6389886Z processing existing schema: aten::_mps_convolution.out(Tensor self, Tensor weight, Tensor? bias, int[] padding, int[] stride, int[] dilation, int groups, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6391615Z processing existing schema: aten::_mps_convolution(Tensor self, Tensor weight, Tensor? bias, int[] padding, int[] stride, int[] dilation, int groups) -> Tensor 2022-12-01T10:11:39.6394330Z processing existing schema: aten::quantized_max_pool2d.out(Tensor self, int[2] kernel_size, int[2] stride=[], int[2] padding=0, int[2] dilation=1, bool ceil_mode=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6396573Z processing existing schema: aten::quantized_max_pool2d(Tensor self, int[2] kernel_size, int[2] stride=[], int[2] padding=0, int[2] dilation=1, bool ceil_mode=False) -> Tensor 2022-12-01T10:11:39.6399423Z processing existing schema: aten::quantized_max_pool1d.out(Tensor self, int[1] kernel_size, int[1] stride=[], int[1] padding=[0], int[1] dilation=[1], bool ceil_mode=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6401782Z processing existing schema: aten::quantized_max_pool1d(Tensor self, int[1] kernel_size, int[1] stride=[], int[1] padding=[0], int[1] dilation=[1], bool ceil_mode=False) -> Tensor 2022-12-01T10:11:39.6404678Z processing existing schema: aten::mkldnn_max_pool3d_backward.out(Tensor grad_output, Tensor output, Tensor input, int[3] kernel_size, int[3] stride=[], int[3] padding=0, int[3] dilation=1, bool ceil_mode=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6406994Z processing existing schema: aten::mkldnn_max_pool3d_backward(Tensor grad_output, Tensor output, Tensor input, int[3] kernel_size, int[3] stride=[], int[3] padding=0, int[3] dilation=1, bool ceil_mode=False) -> Tensor 2022-12-01T10:11:39.6409545Z processing existing schema: aten::mkldnn_max_pool3d.out(Tensor self, int[3] kernel_size, int[3] stride=[], int[3] padding=0, int[3] dilation=1, bool ceil_mode=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6411789Z processing existing schema: aten::mkldnn_max_pool3d(Tensor self, int[3] kernel_size, int[3] stride=[], int[3] padding=0, int[3] dilation=1, bool ceil_mode=False) -> Tensor 2022-12-01T10:11:39.6414637Z processing existing schema: aten::mkldnn_max_pool2d_backward.out(Tensor grad_output, Tensor output, Tensor input, int[2] kernel_size, int[2] stride=[], int[2] padding=0, int[2] dilation=1, bool ceil_mode=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6417012Z processing existing schema: aten::mkldnn_max_pool2d_backward(Tensor grad_output, Tensor output, Tensor input, int[2] kernel_size, int[2] stride=[], int[2] padding=0, int[2] dilation=1, bool ceil_mode=False) -> Tensor 2022-12-01T10:11:39.6419575Z processing existing schema: aten::mkldnn_max_pool2d.out(Tensor self, int[2] kernel_size, int[2] stride=[], int[2] padding=0, int[2] dilation=1, bool ceil_mode=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6421805Z processing existing schema: aten::mkldnn_max_pool2d(Tensor self, int[2] kernel_size, int[2] stride=[], int[2] padding=0, int[2] dilation=1, bool ceil_mode=False) -> Tensor 2022-12-01T10:11:39.6424588Z processing existing schema: aten::mps_max_pool2d_backward.out(Tensor grad_output, Tensor self, int[2] kernel_size, int[2] stride=[], int[2] padding=0, int[2] dilation=1, bool ceil_mode=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6426933Z processing existing schema: aten::mps_max_pool2d_backward(Tensor grad_output, Tensor self, int[2] kernel_size, int[2] stride=[], int[2] padding=0, int[2] dilation=1, bool ceil_mode=False) -> Tensor 2022-12-01T10:11:39.6427998Z schema: prims::fmod(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6431109Z processing existing schema: aten::_mps_max_pool2d.out(Tensor self, int[2] kernel_size, int[2] stride=[], int[2] padding=0, int[2] dilation=1, bool ceil_mode=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6433156Z processing existing schema: aten::_mps_max_pool2d(Tensor self, int[2] kernel_size, int[2] stride=[], int[2] padding=0, int[2] dilation=1, bool ceil_mode=False) -> Tensor 2022-12-01T10:11:39.6435155Z processing existing schema: aten::matmul_backward.out(Tensor grad, Tensor self, Tensor other, bool[2] mask, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:39.6436314Z processing existing schema: aten::matmul_backward(Tensor grad, Tensor self, Tensor other, bool[2] mask) -> (Tensor, Tensor) 2022-12-01T10:11:39.6438421Z processing existing schema: aten::mkldnn_linear_backward.out(Tensor self, Tensor grad_output, Tensor weight, bool[3] output_mask, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-12-01T10:11:39.6440604Z processing existing schema: aten::mkldnn_linear_backward(Tensor self, Tensor grad_output, Tensor weight, bool[3] output_mask) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:39.6441645Z processing existing schema: aten::mkldnn_linear_backward_weights.out(Tensor grad_output, Tensor input, Tensor weight, bool bias_defined, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:39.6442645Z processing existing schema: aten::mkldnn_linear_backward_weights(Tensor grad_output, Tensor input, Tensor weight, bool bias_defined) -> (Tensor, Tensor) 2022-12-01T10:11:39.6444561Z processing existing schema: aten::mkldnn_linear_backward_input.out(int[] input_size, Tensor grad_output, Tensor weight, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6445766Z processing existing schema: aten::mkldnn_linear_backward_input(int[] input_size, Tensor grad_output, Tensor weight) -> Tensor 2022-12-01T10:11:39.6447736Z processing existing schema: aten::mkldnn_linear.out(Tensor self, Tensor weight, Tensor? bias=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6449181Z processing existing schema: aten::mkldnn_linear(Tensor self, Tensor weight, Tensor? bias=None) -> Tensor 2022-12-01T10:11:39.6451674Z processing existing schema: aten::linear_backward.out(Tensor self, Tensor grad_output, Tensor weight, bool[3] output_mask, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-12-01T10:11:39.6452911Z processing existing schema: aten::linear_backward(Tensor self, Tensor grad_output, Tensor weight, bool[3] output_mask) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:39.6454252Z schema: prims::isfinite(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6456313Z processing existing schema: aten::_index_put_impl(Tensor self, Tensor?[] indices, Tensor values, bool accumulate=False, bool unsafe=False) -> Tensor 2022-12-01T10:11:39.6458618Z processing existing schema: aten::_index_put_impl.out(Tensor self, Tensor?[] indices, Tensor values, bool accumulate=False, bool unsafe=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6459791Z processing existing schema: aten::fill.Scalar(Tensor self, Scalar value) -> Tensor 2022-12-01T10:11:39.6461648Z processing existing schema: aten::fill.Scalar_out(Tensor self, Scalar value, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6462999Z processing existing schema: aten::fill.Tensor(Tensor self, Tensor value) -> Tensor 2022-12-01T10:11:39.6464783Z processing existing schema: aten::fill.Tensor_out(Tensor self, Tensor value, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6466190Z schema: prims::device_put(Tensor a, Device device) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6467656Z processing existing schema: aten::_resize_output(Tensor self, int[] size, Device device) -> Tensor 2022-12-01T10:11:39.6469858Z processing existing schema: aten::_resize_output.out(Tensor self, int[] size, Device device, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6470903Z processing existing schema: aten::resize(Tensor self, SymInt[] size, *, MemoryFormat? memory_format=None) -> Tensor 2022-12-01T10:11:39.6472588Z processing existing schema: aten::resize.out(Tensor self, SymInt[] size, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6474036Z processing existing schema: aten::embedding_renorm(Tensor self, Tensor indices, float max_norm, float norm_type) -> Tensor 2022-12-01T10:11:39.6475821Z processing existing schema: aten::embedding_renorm.out(Tensor self, Tensor indices, float max_norm, float norm_type, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6477779Z processing existing schema: aten::cudnn_convolution_add_relu.out(Tensor self, Tensor weight, Tensor z, Scalar? alpha, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6479488Z processing existing schema: aten::cudnn_convolution_add_relu(Tensor self, Tensor weight, Tensor z, Scalar? alpha, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups) -> Tensor 2022-12-01T10:11:39.6481536Z processing existing schema: aten::cudnn_convolution_relu.out(Tensor self, Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6483210Z processing existing schema: aten::cudnn_convolution_relu(Tensor self, Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups) -> Tensor 2022-12-01T10:11:39.6485891Z processing existing schema: aten::mps_convolution_transpose_backward.out(Tensor self, Tensor grad_output, Tensor weight, int[] padding, int[] output_padding, int[] stride, int[] dilation, int groups, bool[2] output_mask, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:39.6487386Z processing existing schema: aten::mps_convolution_transpose_backward(Tensor self, Tensor grad_output, Tensor weight, int[] padding, int[] output_padding, int[] stride, int[] dilation, int groups, bool[2] output_mask) -> (Tensor, Tensor) 2022-12-01T10:11:39.6488457Z schema: prims::fmin(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6490669Z processing existing schema: aten::_mps_convolution_transpose.out(Tensor self, Tensor weight, int[] padding, int[] output_padding, int[] stride, int[] dilation, int groups, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6492284Z processing existing schema: aten::_mps_convolution_transpose(Tensor self, Tensor weight, int[] padding, int[] output_padding, int[] stride, int[] dilation, int groups) -> Tensor 2022-12-01T10:11:39.6493911Z processing existing schema: aten::cudnn_affine_grid_generator_backward.out(Tensor grad, int N, int C, int H, int W, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6495344Z processing existing schema: aten::cudnn_affine_grid_generator_backward(Tensor grad, int N, int C, int H, int W) -> Tensor grad_theta 2022-12-01T10:11:39.6497047Z processing existing schema: aten::cudnn_affine_grid_generator.out(Tensor theta, int N, int C, int H, int W, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6498258Z processing existing schema: aten::cudnn_affine_grid_generator(Tensor theta, int N, int C, int H, int W) -> Tensor grid 2022-12-01T10:11:39.6499574Z processing existing schema: aten::isalnum(str self) -> bool 2022-12-01T10:11:39.6501095Z processing existing schema: aten::_copy_from_and_resize.out(Tensor self, Tensor dst, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6502389Z processing existing schema: aten::_copy_from_and_resize(Tensor self, Tensor dst) -> Tensor 2022-12-01T10:11:39.6503640Z processing existing schema: aten::isspace(str self) -> bool 2022-12-01T10:11:39.6505490Z processing existing schema: aten::_copy_from.out(Tensor self, Tensor dst, bool non_blocking=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6506543Z processing existing schema: aten::_copy_from(Tensor self, Tensor dst, bool non_blocking=False) -> Tensor 2022-12-01T10:11:39.6508511Z processing existing schema: aten::copy.out(Tensor self, Tensor src, bool non_blocking=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6509814Z processing existing schema: aten::copy(Tensor self, Tensor src, bool non_blocking=False) -> Tensor 2022-12-01T10:11:39.6511327Z processing existing schema: aten::copy.t(t[](a) self) -> t[] 2022-12-01T10:11:39.6513347Z processing existing schema: aten::copy.Dict_str(Dict(str, t)(a) self) -> Dict(str, t) 2022-12-01T10:11:39.6515435Z processing existing schema: aten::copy.Dict_int(Dict(int, t)(a) self) -> Dict(int, t) 2022-12-01T10:11:39.6517566Z processing existing schema: aten::copy.Dict_bool(Dict(bool, t)(a) self) -> Dict(bool, t) 2022-12-01T10:11:39.6519838Z processing existing schema: aten::copy.Dict_float(Dict(float, t)(a) self) -> Dict(float, t) 2022-12-01T10:11:39.6522165Z processing existing schema: aten::copy.Dict_complex(Dict(complex, t)(a) self) -> Dict(complex, t) 2022-12-01T10:11:39.6524195Z processing existing schema: aten::copy.Dict_Tensor(Dict(Tensor, t)(a) self) -> Dict(Tensor, t) 2022-12-01T10:11:39.6526754Z processing existing schema: aten::convolution_backward_overrideable(Tensor grad_output, Tensor input, Tensor weight, int[] stride, int[] padding, int[] dilation, bool transposed, int[] output_padding, int groups, bool[3] output_mask) -> (Tensor grad_input, Tensor grad_weight, Tensor grad_bias) 2022-12-01T10:11:39.6529332Z processing existing schema: aten::convolution_backward_overrideable.out(Tensor grad_output, Tensor input, Tensor weight, int[] stride, int[] padding, int[] dilation, bool transposed, int[] output_padding, int groups, bool[3] output_mask, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-12-01T10:11:39.6530990Z processing existing schema: aten::convolution_overrideable(Tensor input, Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, bool transposed, int[] output_padding, int groups) -> Tensor 2022-12-01T10:11:39.6533214Z processing existing schema: aten::convolution_overrideable.out(Tensor input, Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, bool transposed, int[] output_padding, int groups, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6535092Z processing existing schema: aten::quantized_batch_norm.out(Tensor input, Tensor? weight, Tensor? bias, Tensor mean, Tensor var, float eps, float output_scale, int output_zero_point, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6536667Z processing existing schema: aten::quantized_batch_norm(Tensor input, Tensor? weight, Tensor? bias, Tensor mean, Tensor var, float eps, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:39.6538010Z processing existing schema: aten::affine_grid_generator(Tensor theta, int[] size, bool align_corners) -> Tensor 2022-12-01T10:11:39.6539924Z processing existing schema: aten::affine_grid_generator.out(Tensor theta, int[] size, bool align_corners, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6541696Z processing existing schema: aten::addr_(Tensor(a!) self, Tensor vec1, Tensor vec2, *, Scalar beta=1, Scalar alpha=1) -> Tensor(a!) 2022-12-01T10:11:39.6542678Z schema: prims::gt(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6544076Z processing existing schema: aten::_neg_view(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:39.6545419Z schema: prims::atan2(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6547214Z processing existing schema: aten::_masked_scale.out(Tensor self, Tensor mask, float scale, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6548610Z processing existing schema: aten::_masked_scale(Tensor self, Tensor mask, float scale) -> Tensor 2022-12-01T10:11:39.6550232Z processing existing schema: aten::get.str(Dict(str, t) self, str key) -> t(*)? 2022-12-01T10:11:39.6551987Z processing existing schema: aten::get.default_str(Dict(str, t) self, str key, t default_value) -> t(*) 2022-12-01T10:11:39.6553635Z processing existing schema: aten::get.int(Dict(int, t) self, int key) -> t(*)? 2022-12-01T10:11:39.6555457Z processing existing schema: aten::get.default_int(Dict(int, t) self, int key, t default_value) -> t(*) 2022-12-01T10:11:39.6557087Z processing existing schema: aten::get.bool(Dict(bool, t) self, bool key) -> t(*)? 2022-12-01T10:11:39.6558912Z processing existing schema: aten::get.default_bool(Dict(bool, t) self, bool key, t default_value) -> t(*) 2022-12-01T10:11:39.6560767Z processing existing schema: aten::get.float(Dict(float, t) self, float key) -> t(*)? 2022-12-01T10:11:39.6562597Z processing existing schema: aten::get.default_float(Dict(float, t) self, float key, t default_value) -> t(*) 2022-12-01T10:11:39.6564338Z processing existing schema: aten::get.complex(Dict(complex, t) self, complex key) -> t(*)? 2022-12-01T10:11:39.6566227Z processing existing schema: aten::get.default_complex(Dict(complex, t) self, complex key, t default_value) -> t(*) 2022-12-01T10:11:39.6567915Z processing existing schema: aten::get.Tensor(Dict(Tensor, t) self, Tensor key) -> t(*)? 2022-12-01T10:11:39.6569770Z processing existing schema: aten::get.default_Tensor(Dict(Tensor, t) self, Tensor key, t default_value) -> t(*) 2022-12-01T10:11:39.6573594Z processing existing schema: aten::_cudnn_rnn_backward.out(Tensor input, Tensor[] weight, int weight_stride0, Tensor weight_buf, Tensor hx, Tensor? cx, Tensor output, Tensor? grad_output, Tensor? grad_hy, Tensor? grad_cy, int mode, SymInt hidden_size, SymInt proj_size, int num_layers, bool batch_first, float dropout, bool train, bool bidirectional, SymInt[] batch_sizes, Tensor? dropout_state, Tensor reserve, bool[4] output_mask, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2, Tensor(d!)[] out3) -> () 2022-12-01T10:11:39.6576689Z processing existing schema: aten::_cudnn_rnn_backward(Tensor input, Tensor[] weight, int weight_stride0, Tensor weight_buf, Tensor hx, Tensor? cx, Tensor output, Tensor? grad_output, Tensor? grad_hy, Tensor? grad_cy, int mode, SymInt hidden_size, SymInt proj_size, int num_layers, bool batch_first, float dropout, bool train, bool bidirectional, SymInt[] batch_sizes, Tensor? dropout_state, Tensor reserve, bool[4] output_mask) -> (Tensor, Tensor, Tensor, Tensor[]) 2022-12-01T10:11:39.6577474Z processing existing schema: aten::swapcase(str self) -> str 2022-12-01T10:11:39.6581145Z processing existing schema: aten::_cudnn_rnn.out(Tensor input, Tensor[] weight, int weight_stride0, Tensor? weight_buf, Tensor hx, Tensor? cx, int mode, SymInt hidden_size, SymInt proj_size, int num_layers, bool batch_first, float dropout, bool train, bool bidirectional, SymInt[] batch_sizes, Tensor? dropout_state, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2, Tensor(d!) out3, Tensor(e!) out4) -> (Tensor(a!), Tensor(b!), Tensor(c!), Tensor(d!), Tensor(e!)) 2022-12-01T10:11:39.6583486Z processing existing schema: aten::_cudnn_rnn(Tensor input, Tensor[] weight, int weight_stride0, Tensor? weight_buf, Tensor hx, Tensor? cx, int mode, SymInt hidden_size, SymInt proj_size, int num_layers, bool batch_first, float dropout, bool train, bool bidirectional, SymInt[] batch_sizes, Tensor? dropout_state) -> (Tensor, Tensor, Tensor, Tensor, Tensor) 2022-12-01T10:11:39.6585492Z processing existing schema: aten::popitem.str(Dict(str, t)(a!) self) -> ((str, t)) 2022-12-01T10:11:39.6587995Z processing existing schema: aten::popitem.int(Dict(int, t)(a!) self) -> ((int, t)) 2022-12-01T10:11:39.6590584Z processing existing schema: aten::popitem.bool(Dict(bool, t)(a!) self) -> ((bool, t)) 2022-12-01T10:11:39.6593189Z processing existing schema: aten::popitem.float(Dict(float, t)(a!) self) -> ((float, t)) 2022-12-01T10:11:39.6595797Z processing existing schema: aten::popitem.complex(Dict(complex, t)(a!) self) -> ((complex, t)) 2022-12-01T10:11:39.6598391Z processing existing schema: aten::popitem.Tensor(Dict(Tensor, t)(a!) self) -> ((Tensor, t)) 2022-12-01T10:11:39.6601438Z processing existing schema: aten::_cudnn_rnn_flatten_weight.out(Tensor[] weight_arr, int weight_stride0, SymInt input_size, int mode, SymInt hidden_size, SymInt proj_size, int num_layers, bool batch_first, bool bidirectional, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6603599Z processing existing schema: aten::_cudnn_rnn_flatten_weight(Tensor[] weight_arr, int weight_stride0, SymInt input_size, int mode, SymInt hidden_size, SymInt proj_size, int num_layers, bool batch_first, bool bidirectional) -> Tensor 2022-12-01T10:11:39.6604460Z processing existing schema: aten::isnumeric(str self) -> bool 2022-12-01T10:11:39.6607248Z processing existing schema: aten::_cudnn_ctc_loss.out(Tensor log_probs, Tensor targets, int[] input_lengths, int[] target_lengths, int blank, bool deterministic, bool zero_infinity, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:39.6608866Z processing existing schema: aten::_cudnn_ctc_loss(Tensor log_probs, Tensor targets, int[] input_lengths, int[] target_lengths, int blank, bool deterministic, bool zero_infinity) -> (Tensor, Tensor) 2022-12-01T10:11:39.6610313Z processing existing schema: aten::_cudnn_ctc_loss.Tensor(Tensor log_probs, Tensor targets, Tensor input_lengths, Tensor target_lengths, int blank, bool deterministic, bool zero_infinity) -> (Tensor, Tensor) 2022-12-01T10:11:39.6611522Z processing existing schema: prim::is_sparse_csr(Tensor a) -> bool 2022-12-01T10:11:39.6613669Z processing existing schema: aten::_foobar(Tensor self, bool arg1=True, bool arg2=True, *, bool arg3=True) -> Tensor 2022-12-01T10:11:39.6615783Z processing existing schema: aten::_foobar.out(Tensor self, bool arg1=True, bool arg2=True, *, bool arg3=True, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6616880Z processing existing schema: aten::special_spherical_bessel_j0(Tensor x) -> Tensor 2022-12-01T10:11:39.6619186Z processing existing schema: aten::special_spherical_bessel_j0.out(Tensor x, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6620539Z processing existing schema: aten::special_shifted_chebyshev_polynomial_w(Tensor x, Tensor n) -> Tensor 2022-12-01T10:11:39.6622652Z processing existing schema: aten::special_shifted_chebyshev_polynomial_w.out(Tensor x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6624618Z processing existing schema: aten::special_shifted_chebyshev_polynomial_w.n_scalar_out(Tensor x, Scalar n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6625927Z processing existing schema: aten::special_shifted_chebyshev_polynomial_w.x_scalar(Scalar x, Tensor n) -> Tensor 2022-12-01T10:11:39.6628140Z processing existing schema: aten::special_shifted_chebyshev_polynomial_w.x_scalar_out(Scalar x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6629583Z processing existing schema: aten::special_shifted_chebyshev_polynomial_w.n_scalar(Tensor x, Scalar n) -> Tensor 2022-12-01T10:11:39.6631270Z processing existing schema: aten::special_shifted_chebyshev_polynomial_v(Tensor x, Tensor n) -> Tensor 2022-12-01T10:11:39.6633283Z processing existing schema: aten::special_shifted_chebyshev_polynomial_v.out(Tensor x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6635201Z processing existing schema: aten::special_shifted_chebyshev_polynomial_v.n_scalar_out(Tensor x, Scalar n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6636567Z processing existing schema: aten::special_shifted_chebyshev_polynomial_v.x_scalar(Scalar x, Tensor n) -> Tensor 2022-12-01T10:11:39.6638723Z processing existing schema: aten::special_shifted_chebyshev_polynomial_v.x_scalar_out(Scalar x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6640335Z processing existing schema: aten::special_shifted_chebyshev_polynomial_v.n_scalar(Tensor x, Scalar n) -> Tensor 2022-12-01T10:11:39.6642092Z processing existing schema: aten::special_shifted_chebyshev_polynomial_u(Tensor x, Tensor n) -> Tensor 2022-12-01T10:11:39.6644019Z processing existing schema: aten::special_shifted_chebyshev_polynomial_u.out(Tensor x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6645968Z processing existing schema: aten::special_shifted_chebyshev_polynomial_u.n_scalar_out(Tensor x, Scalar n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6647347Z processing existing schema: aten::special_shifted_chebyshev_polynomial_u.x_scalar(Scalar x, Tensor n) -> Tensor 2022-12-01T10:11:39.6649542Z processing existing schema: aten::special_shifted_chebyshev_polynomial_u.x_scalar_out(Scalar x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6651247Z processing existing schema: aten::special_shifted_chebyshev_polynomial_u.n_scalar(Tensor x, Scalar n) -> Tensor 2022-12-01T10:11:39.6652736Z processing existing schema: aten::special_shifted_chebyshev_polynomial_t(Tensor x, Tensor n) -> Tensor 2022-12-01T10:11:39.6654815Z processing existing schema: aten::special_shifted_chebyshev_polynomial_t.out(Tensor x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6656777Z processing existing schema: aten::special_shifted_chebyshev_polynomial_t.n_scalar_out(Tensor x, Scalar n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6658174Z processing existing schema: aten::special_shifted_chebyshev_polynomial_t.x_scalar(Scalar x, Tensor n) -> Tensor 2022-12-01T10:11:39.6660327Z processing existing schema: aten::special_shifted_chebyshev_polynomial_t.x_scalar_out(Scalar x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6661829Z processing existing schema: aten::special_shifted_chebyshev_polynomial_t.n_scalar(Tensor x, Scalar n) -> Tensor 2022-12-01T10:11:39.6663306Z processing existing schema: aten::special_scaled_modified_bessel_k1(Tensor x) -> Tensor 2022-12-01T10:11:39.6665342Z processing existing schema: aten::special_scaled_modified_bessel_k1.out(Tensor x, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6666440Z processing existing schema: aten::special_scaled_modified_bessel_k0(Tensor x) -> Tensor 2022-12-01T10:11:39.6668658Z processing existing schema: aten::special_scaled_modified_bessel_k0.out(Tensor x, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6670156Z processing existing schema: aten::special_modified_bessel_k1(Tensor self) -> Tensor 2022-12-01T10:11:39.6672135Z processing existing schema: aten::special_modified_bessel_k1.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6673547Z processing existing schema: aten::special_modified_bessel_k0(Tensor self) -> Tensor 2022-12-01T10:11:39.6675716Z processing existing schema: aten::special_modified_bessel_k0.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6677110Z processing existing schema: aten::special_modified_bessel_i1(Tensor self) -> Tensor 2022-12-01T10:11:39.6679217Z processing existing schema: aten::special_modified_bessel_i1.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6680831Z processing existing schema: aten::special_modified_bessel_i0(Tensor self) -> Tensor 2022-12-01T10:11:39.6682972Z processing existing schema: aten::special_modified_bessel_i0.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6684465Z processing existing schema: aten::special_legendre_polynomial_p(Tensor x, Tensor n) -> Tensor 2022-12-01T10:11:39.6686646Z processing existing schema: aten::special_legendre_polynomial_p.out(Tensor x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6688592Z processing existing schema: aten::special_legendre_polynomial_p.n_scalar_out(Tensor x, Scalar n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6689993Z processing existing schema: aten::special_legendre_polynomial_p.x_scalar(Scalar x, Tensor n) -> Tensor 2022-12-01T10:11:39.6692265Z processing existing schema: aten::special_legendre_polynomial_p.x_scalar_out(Scalar x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6693759Z processing existing schema: aten::special_legendre_polynomial_p.n_scalar(Tensor x, Scalar n) -> Tensor 2022-12-01T10:11:39.6695192Z processing existing schema: aten::special_laguerre_polynomial_l(Tensor x, Tensor n) -> Tensor 2022-12-01T10:11:39.6697283Z processing existing schema: aten::special_laguerre_polynomial_l.out(Tensor x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6699045Z processing existing schema: aten::special_laguerre_polynomial_l.n_scalar_out(Tensor x, Scalar n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6700422Z processing existing schema: aten::special_laguerre_polynomial_l.x_scalar(Scalar x, Tensor n) -> Tensor 2022-12-01T10:11:39.6702694Z processing existing schema: aten::special_laguerre_polynomial_l.x_scalar_out(Scalar x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6704175Z processing existing schema: aten::special_laguerre_polynomial_l.n_scalar(Tensor x, Scalar n) -> Tensor 2022-12-01T10:11:39.6706032Z processing existing schema: aten::special_hermite_polynomial_he(Tensor x, Tensor n) -> Tensor 2022-12-01T10:11:39.6708405Z processing existing schema: aten::special_hermite_polynomial_he.out(Tensor x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6710011Z processing existing schema: aten::special_hermite_polynomial_he.n_scalar_out(Tensor x, Scalar n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6711554Z processing existing schema: aten::special_hermite_polynomial_he.x_scalar(Scalar x, Tensor n) -> Tensor 2022-12-01T10:11:39.6713676Z processing existing schema: aten::special_hermite_polynomial_he.x_scalar_out(Scalar x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6715189Z processing existing schema: aten::special_hermite_polynomial_he.n_scalar(Tensor x, Scalar n) -> Tensor 2022-12-01T10:11:39.6716475Z processing existing schema: aten::special_hermite_polynomial_h(Tensor x, Tensor n) -> Tensor 2022-12-01T10:11:39.6718285Z processing existing schema: aten::special_hermite_polynomial_h.out(Tensor x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6720427Z processing existing schema: aten::special_hermite_polynomial_h.n_scalar_out(Tensor x, Scalar n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6721546Z processing existing schema: aten::special_hermite_polynomial_h.x_scalar(Scalar x, Tensor n) -> Tensor 2022-12-01T10:11:39.6723131Z processing existing schema: aten::special_hermite_polynomial_h.x_scalar_out(Scalar x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6724227Z processing existing schema: aten::special_hermite_polynomial_h.n_scalar(Tensor x, Scalar n) -> Tensor 2022-12-01T10:11:39.6725810Z processing existing schema: aten::special_chebyshev_polynomial_w(Tensor x, Tensor n) -> Tensor 2022-12-01T10:11:39.6727649Z processing existing schema: aten::special_chebyshev_polynomial_w.out(Tensor x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6729114Z processing existing schema: aten::special_chebyshev_polynomial_w.n_scalar_out(Tensor x, Scalar n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6730486Z processing existing schema: aten::special_chebyshev_polynomial_w.x_scalar(Scalar x, Tensor n) -> Tensor 2022-12-01T10:11:39.6732270Z processing existing schema: aten::special_chebyshev_polynomial_w.x_scalar_out(Scalar x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6733623Z processing existing schema: aten::special_chebyshev_polynomial_w.n_scalar(Tensor x, Scalar n) -> Tensor 2022-12-01T10:11:39.6734991Z processing existing schema: aten::special_chebyshev_polynomial_v(Tensor x, Tensor n) -> Tensor 2022-12-01T10:11:39.6736550Z processing existing schema: aten::special_chebyshev_polynomial_v.out(Tensor x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6738210Z processing existing schema: aten::special_chebyshev_polynomial_v.n_scalar_out(Tensor x, Scalar n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6739652Z processing existing schema: aten::special_chebyshev_polynomial_v.x_scalar(Scalar x, Tensor n) -> Tensor 2022-12-01T10:11:39.6741167Z processing existing schema: aten::special_chebyshev_polynomial_v.x_scalar_out(Scalar x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6742609Z processing existing schema: aten::special_chebyshev_polynomial_v.n_scalar(Tensor x, Scalar n) -> Tensor 2022-12-01T10:11:39.6743588Z processing existing schema: aten::special_chebyshev_polynomial_u(Tensor x, Tensor n) -> Tensor 2022-12-01T10:11:39.6745281Z processing existing schema: aten::special_chebyshev_polynomial_u.out(Tensor x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6746925Z processing existing schema: aten::special_chebyshev_polynomial_u.n_scalar_out(Tensor x, Scalar n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6747864Z processing existing schema: aten::special_chebyshev_polynomial_u.x_scalar(Scalar x, Tensor n) -> Tensor 2022-12-01T10:11:39.6749587Z processing existing schema: aten::special_chebyshev_polynomial_u.x_scalar_out(Scalar x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6750696Z processing existing schema: aten::special_chebyshev_polynomial_u.n_scalar(Tensor x, Scalar n) -> Tensor 2022-12-01T10:11:39.6751930Z processing existing schema: aten::special_chebyshev_polynomial_t(Tensor x, Tensor n) -> Tensor 2022-12-01T10:11:39.6753537Z processing existing schema: aten::special_chebyshev_polynomial_t.out(Tensor x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6754776Z processing existing schema: aten::special_chebyshev_polynomial_t.n_scalar_out(Tensor x, Scalar n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6755997Z processing existing schema: aten::special_chebyshev_polynomial_t.x_scalar(Scalar x, Tensor n) -> Tensor 2022-12-01T10:11:39.6757648Z processing existing schema: aten::special_chebyshev_polynomial_t.x_scalar_out(Scalar x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6758686Z processing existing schema: aten::special_chebyshev_polynomial_t.n_scalar(Tensor x, Scalar n) -> Tensor 2022-12-01T10:11:39.6759993Z processing existing schema: aten::special_bessel_y1(Tensor self) -> Tensor 2022-12-01T10:11:39.6761660Z processing existing schema: aten::special_bessel_y1.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6763804Z processing existing schema: aten::special_bessel_y0(Tensor self) -> Tensor 2022-12-01T10:11:39.6764557Z processing existing schema: aten::special_bessel_y0.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6765898Z processing existing schema: aten::special_bessel_j1(Tensor self) -> Tensor 2022-12-01T10:11:39.6767497Z processing existing schema: aten::special_bessel_j1.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6768639Z processing existing schema: aten::special_bessel_j0(Tensor self) -> Tensor 2022-12-01T10:11:39.6770429Z processing existing schema: aten::special_bessel_j0.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6771332Z schema: prims::gcd(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6773869Z processing existing schema: aten::_native_decoder_only_multi_head_attention(Tensor query, Tensor key, Tensor value, int embed_dim, int num_head, Tensor qkv_weight, Tensor qkv_bias, Tensor proj_weight, Tensor proj_bias, Tensor? mask=None, Tensor? incr_key=None, Tensor? incr_value=None, bool need_weights=True, bool average_attn_weights=True) -> (Tensor, Tensor, Tensor, Tensor) 2022-12-01T10:11:39.6776952Z processing existing schema: aten::_native_decoder_only_multi_head_attention.out(Tensor query, Tensor key, Tensor value, int embed_dim, int num_head, Tensor qkv_weight, Tensor qkv_bias, Tensor proj_weight, Tensor proj_bias, Tensor? mask=None, Tensor? incr_key=None, Tensor? incr_value=None, bool need_weights=True, bool average_attn_weights=True, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2, Tensor(d!) out3) -> (Tensor(a!), Tensor(b!), Tensor(c!), Tensor(d!)) 2022-12-01T10:11:39.6778120Z schema: nvprims::gt(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6780699Z processing existing schema: aten::_transformer_decoder_only_layer_fwd(Tensor src, int embed_dim, int num_heads, Tensor qkv_weight, Tensor qkv_bias, Tensor proj_weight, Tensor proj_bias, bool use_gelu, bool norm_first, float eps, Tensor norm_weight_1, Tensor norm_bias_1, Tensor norm_weight_2, Tensor norm_bias_2, Tensor ffn_weight_1, Tensor ffn_bias_1, Tensor ffn_weight_2, Tensor ffn_bias_2, Tensor? mask=None, Tensor? incr_key=None, Tensor? incr_value=None) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:39.6784099Z processing existing schema: aten::_transformer_decoder_only_layer_fwd.out(Tensor src, int embed_dim, int num_heads, Tensor qkv_weight, Tensor qkv_bias, Tensor proj_weight, Tensor proj_bias, bool use_gelu, bool norm_first, float eps, Tensor norm_weight_1, Tensor norm_bias_1, Tensor norm_weight_2, Tensor norm_bias_2, Tensor ffn_weight_1, Tensor ffn_bias_1, Tensor ffn_weight_2, Tensor ffn_bias_2, Tensor? mask=None, Tensor? incr_key=None, Tensor? incr_value=None, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-12-01T10:11:39.6785206Z processing existing schema: aten::special_airy_ai(Tensor x) -> Tensor 2022-12-01T10:11:39.6785969Z processing existing schema: aten::special_airy_ai.out(Tensor x, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6786944Z schema: prims::resize(Tensor(a!) a, SymInt[] shape) -> Tensor(a!) found on allowlist, skipping 2022-12-01T10:11:39.6788752Z processing existing schema: aten::_scaled_dot_product_attention_forward(Tensor query, Tensor key, Tensor value, Tensor? attn_mask=None, float dropout_p=0., bool need_attn_weights=False, bool is_causal=False) -> (Tensor, Tensor) 2022-12-01T10:11:39.6789658Z schema: prims::ge(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6792059Z processing existing schema: aten::_native_multi_head_attention(Tensor query, Tensor key, Tensor value, int embed_dim, int num_head, Tensor qkv_weight, Tensor qkv_bias, Tensor proj_weight, Tensor proj_bias, Tensor? mask=None, bool need_weights=True, bool average_attn_weights=True, int? mask_type=None) -> (Tensor, Tensor) 2022-12-01T10:11:39.6794357Z processing existing schema: aten::_native_multi_head_attention.out(Tensor query, Tensor key, Tensor value, int embed_dim, int num_head, Tensor qkv_weight, Tensor qkv_bias, Tensor proj_weight, Tensor proj_bias, Tensor? mask=None, bool need_weights=True, bool average_attn_weights=True, int? mask_type=None, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:39.6795429Z schema: nvprims::le(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6797952Z processing existing schema: aten::_transformer_encoder_layer_fwd(Tensor src, int embed_dim, int num_heads, Tensor qkv_weight, Tensor qkv_bias, Tensor proj_weight, Tensor proj_bias, bool use_gelu, bool norm_first, float eps, Tensor norm_weight_1, Tensor norm_bias_1, Tensor norm_weight_2, Tensor norm_bias_2, Tensor ffn_weight_1, Tensor ffn_bias_1, Tensor ffn_weight_2, Tensor ffn_bias_2, Tensor? mask=None, int? mask_type=None) -> Tensor 2022-12-01T10:11:39.6800937Z processing existing schema: aten::_transformer_encoder_layer_fwd.out(Tensor src, int embed_dim, int num_heads, Tensor qkv_weight, Tensor qkv_bias, Tensor proj_weight, Tensor proj_bias, bool use_gelu, bool norm_first, float eps, Tensor norm_weight_1, Tensor norm_bias_1, Tensor norm_weight_2, Tensor norm_bias_2, Tensor ffn_weight_1, Tensor ffn_bias_1, Tensor ffn_weight_2, Tensor ffn_bias_2, Tensor? mask=None, int? mask_type=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6802173Z schema: prims::prod(Tensor inp, int[]? dims, *, ScalarType? output_dtype=None) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6803648Z processing existing schema: aten::_segment_reduce_backward(Tensor grad, Tensor output, Tensor data, str reduce, *, Tensor? lengths=None, Tensor? offsets=None, int axis=0, Scalar? initial=None) -> Tensor 2022-12-01T10:11:39.6805866Z processing existing schema: aten::_segment_reduce_backward.out(Tensor grad, Tensor output, Tensor data, str reduce, *, Tensor? lengths=None, Tensor? offsets=None, int axis=0, Scalar? initial=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6807461Z processing existing schema: aten::segment_reduce(Tensor data, str reduce, *, Tensor? lengths=None, Tensor? indices=None, Tensor? offsets=None, int axis=0, bool unsafe=False, Scalar? initial=None) -> Tensor 2022-12-01T10:11:39.6809687Z processing existing schema: aten::segment_reduce.out(Tensor data, str reduce, *, Tensor? lengths=None, Tensor? indices=None, Tensor? offsets=None, int axis=0, bool unsafe=False, Scalar? initial=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6810455Z schema: nvprims::sign(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6811908Z processing existing schema: aten::_test_optional_floatlist(Tensor values, float[]? addends) -> Tensor 2022-12-01T10:11:39.6813538Z processing existing schema: aten::_test_optional_floatlist.out(Tensor values, float[]? addends, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6815306Z schema: nvprims::rsqrt(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6816489Z processing existing schema: aten::_test_optional_filled_intlist(Tensor values, int[2]? addends) -> Tensor 2022-12-01T10:11:39.6818292Z processing existing schema: aten::_test_optional_filled_intlist.out(Tensor values, int[2]? addends, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6819380Z schema: nvprims::sin(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6820742Z processing existing schema: aten::_test_optional_intlist(Tensor values, int[]? addends) -> Tensor 2022-12-01T10:11:39.6822384Z processing existing schema: aten::_test_optional_intlist.out(Tensor values, int[]? addends, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6823916Z processing existing schema: aten::linalg_ldl_solve(Tensor LD, Tensor pivots, Tensor B, *, bool hermitian=False) -> Tensor 2022-12-01T10:11:39.6825780Z processing existing schema: aten::linalg_ldl_solve.out(Tensor LD, Tensor pivots, Tensor B, *, bool hermitian=False, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6827011Z processing existing schema: aten::linalg_lu(Tensor A, *, bool pivot=True) -> (Tensor P, Tensor L, Tensor U) 2022-12-01T10:11:39.6828968Z processing existing schema: aten::linalg_lu.out(Tensor A, *, bool pivot=True, Tensor(a!) P, Tensor(b!) L, Tensor(c!) U) -> (Tensor(a!) P, Tensor(b!) L, Tensor(c!) U) 2022-12-01T10:11:39.6830099Z processing existing schema: aten::special_log_ndtr(Tensor self) -> Tensor 2022-12-01T10:11:39.6831683Z processing existing schema: aten::special_log_ndtr.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6834355Z processing existing schema: aten::slow_conv_dilated3d(Tensor self, Tensor weight, int[3] kernel_size, Tensor? bias=None, int[3] stride=1, int[3] padding=0, int[3] dilation=1) -> Tensor 2022-12-01T10:11:39.6837210Z processing existing schema: aten::slow_conv_dilated3d.out(Tensor self, Tensor weight, int[3] kernel_size, Tensor? bias=None, int[3] stride=1, int[3] padding=0, int[3] dilation=1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6839456Z processing existing schema: aten::slow_conv_dilated2d(Tensor self, Tensor weight, int[2] kernel_size, Tensor? bias=None, int[2] stride=1, int[2] padding=0, int[2] dilation=1) -> Tensor 2022-12-01T10:11:39.6842189Z processing existing schema: aten::slow_conv_dilated2d.out(Tensor self, Tensor weight, int[2] kernel_size, Tensor? bias=None, int[2] stride=1, int[2] padding=0, int[2] dilation=1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6843903Z processing existing schema: aten::slow_conv3d_forward(Tensor self, Tensor weight, int[3] kernel_size, Tensor? bias, int[3] stride, int[3] padding) -> Tensor 2022-12-01T10:11:39.6846101Z processing existing schema: aten::slow_conv3d_forward.output(Tensor self, Tensor weight, int[3] kernel_size, Tensor? bias, int[3] stride, int[3] padding, *, Tensor(a!) output) -> Tensor(a!) 2022-12-01T10:11:39.6847541Z schema: prims::amax(Tensor inp, int[]? dims, *, ScalarType? output_dtype=None) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6850227Z processing existing schema: aten::_slow_conv2d_backward.grad_input(Tensor grad_output, Tensor self, Tensor weight, int[2] kernel_size, int[2] stride, int[2] padding, *, Tensor(a!) grad_input, Tensor(b!) grad_weight, Tensor(c!) grad_bias) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-12-01T10:11:39.6852294Z processing existing schema: aten::_slow_conv2d_backward.output_mask(Tensor grad_output, Tensor self, Tensor weight, int[2] kernel_size, int[2] stride, int[2] padding, bool[3] output_mask) -> (Tensor grad_input, Tensor grad_weight, Tensor grad_bias) 2022-12-01T10:11:39.6855022Z processing existing schema: aten::_slow_conv2d_backward.output_mask_out(Tensor grad_output, Tensor self, Tensor weight, int[2] kernel_size, int[2] stride, int[2] padding, bool[3] output_mask, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-12-01T10:11:39.6856225Z schema: prims::amin(Tensor inp, int[]? dims, *, ScalarType? output_dtype=None) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6858351Z processing existing schema: aten::_slow_conv2d_forward(Tensor self, Tensor weight, int[2] kernel_size, Tensor? bias, int[2] stride, int[2] padding) -> Tensor 2022-12-01T10:11:39.6860761Z processing existing schema: aten::_slow_conv2d_forward.output(Tensor self, Tensor weight, int[2] kernel_size, Tensor? bias, int[2] stride, int[2] padding, *, Tensor(a!) output) -> Tensor(a!) 2022-12-01T10:11:39.6863370Z processing existing schema: aten::slow_conv_transpose3d(Tensor self, Tensor weight, int[3] kernel_size, Tensor? bias=None, int[3] stride=1, int[3] padding=0, int[3] output_padding=0, int[3] dilation=1) -> Tensor 2022-12-01T10:11:39.6866453Z processing existing schema: aten::slow_conv_transpose3d.out(Tensor self, Tensor weight, int[3] kernel_size, Tensor? bias=None, int[3] stride=1, int[3] padding=0, int[3] output_padding=0, int[3] dilation=1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6868868Z processing existing schema: aten::slow_conv_transpose2d(Tensor self, Tensor weight, int[2] kernel_size, Tensor? bias=None, int[2] stride=1, int[2] padding=0, int[2] output_padding=0, int[2] dilation=1) -> Tensor 2022-12-01T10:11:39.6871808Z processing existing schema: aten::slow_conv_transpose2d.out(Tensor self, Tensor weight, int[2] kernel_size, Tensor? bias=None, int[2] stride=1, int[2] padding=0, int[2] output_padding=0, int[2] dilation=1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6873300Z schema: nvprims::amin(Tensor inp, int[]? dims, *, ScalarType? output_dtype=None) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6875248Z processing existing schema: aten::_upsample_nearest_exact2d_backward(Tensor grad_output, SymInt[2] output_size, SymInt[4] input_size, float? scales_h=None, float? scales_w=None) -> Tensor 2022-12-01T10:11:39.6877590Z processing existing schema: aten::_upsample_nearest_exact2d_backward.grad_input(Tensor grad_output, SymInt[2] output_size, SymInt[4] input_size, float? scales_h=None, float? scales_w=None, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:39.6879208Z processing existing schema: aten::_upsample_nearest_exact2d_backward.vec(Tensor grad_output, SymInt[]? output_size, SymInt[] input_size, float[]? scale_factors) -> Tensor 2022-12-01T10:11:39.6881406Z processing existing schema: aten::_upsample_nearest_exact2d_backward.vec_out(Tensor grad_output, SymInt[]? output_size, SymInt[] input_size, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6882821Z schema: nvprims::amax(Tensor inp, int[]? dims, *, ScalarType? output_dtype=None) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6926157Z processing existing schema: aten::_upsample_nearest_exact2d(Tensor self, SymInt[2] output_size, float? scales_h=None, float? scales_w=None) -> Tensor 2022-12-01T10:11:39.6927031Z processing existing schema: aten::_upsample_nearest_exact2d.out(Tensor self, SymInt[2] output_size, float? scales_h=None, float? scales_w=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6927828Z processing existing schema: aten::_upsample_nearest_exact2d.vec(Tensor input, SymInt[]? output_size, float[]? scale_factors) -> Tensor 2022-12-01T10:11:39.6928431Z processing existing schema: aten::_upsample_nearest_exact2d.vec_out(Tensor input, SymInt[]? output_size, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6929019Z schema: nvprims::var(Tensor inp, int[]? dims, *, int correction, ScalarType? output_dtype=None) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6929587Z processing existing schema: aten::_upsample_nearest_exact1d_backward(Tensor grad_output, SymInt[1] output_size, SymInt[3] input_size, float? scales=None) -> Tensor 2022-12-01T10:11:39.6930590Z processing existing schema: aten::_upsample_nearest_exact1d_backward.grad_input(Tensor grad_output, SymInt[1] output_size, SymInt[3] input_size, float? scales=None, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:39.6931315Z processing existing schema: aten::_upsample_nearest_exact1d_backward.vec(Tensor grad_output, SymInt[]? output_size, SymInt[] input_size, float[]? scale_factors) -> Tensor 2022-12-01T10:11:39.6931962Z processing existing schema: aten::_upsample_nearest_exact1d_backward.vec_out(Tensor grad_output, SymInt[]? output_size, SymInt[] input_size, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6932734Z schema: nvprims::sum(Tensor inp, int[]? dims, *, ScalarType? output_dtype=None) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6933309Z processing existing schema: aten::_upsample_nearest_exact1d(Tensor self, SymInt[1] output_size, float? scales=None) -> Tensor 2022-12-01T10:11:39.6934056Z processing existing schema: aten::_upsample_nearest_exact1d.out(Tensor self, SymInt[1] output_size, float? scales=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6934839Z processing existing schema: aten::_upsample_nearest_exact1d.vec(Tensor input, SymInt[]? output_size, float[]? scale_factors) -> Tensor 2022-12-01T10:11:39.6935467Z processing existing schema: aten::_upsample_nearest_exact1d.vec_out(Tensor input, SymInt[]? output_size, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6936048Z schema: nvprims::broadcast_in_dim(Tensor(a) a, SymInt[] shape, int[] broadcast_dimensions) -> Tensor(a) found on allowlist, skipping 2022-12-01T10:11:39.6936770Z processing existing schema: aten::_upsample_bicubic2d_aa_backward(Tensor grad_output, SymInt[2] output_size, SymInt[4] input_size, bool align_corners, float? scales_h=None, float? scales_w=None) -> Tensor 2022-12-01T10:11:39.6937628Z processing existing schema: aten::_upsample_bicubic2d_aa_backward.grad_input(Tensor grad_output, SymInt[2] output_size, SymInt[4] input_size, bool align_corners, float? scales_h=None, float? scales_w=None, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:39.6938460Z processing existing schema: aten::_upsample_bicubic2d_aa_backward.vec(Tensor grad_output, SymInt[]? output_size, SymInt[] input_size, bool align_corners, float[]? scale_factors) -> Tensor 2022-12-01T10:11:39.6939251Z processing existing schema: aten::_upsample_bicubic2d_aa_backward.vec_out(Tensor grad_output, SymInt[]? output_size, SymInt[] input_size, bool align_corners, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6939803Z schema: nvprims::view_of(Tensor(a) a) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6940415Z processing existing schema: aten::_upsample_bicubic2d_aa(Tensor self, SymInt[2] output_size, bool align_corners, float? scales_h=None, float? scales_w=None) -> Tensor 2022-12-01T10:11:39.6941046Z processing existing schema: aten::_upsample_bicubic2d_aa.out(Tensor self, SymInt[2] output_size, bool align_corners, float? scales_h=None, float? scales_w=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6941737Z processing existing schema: aten::_upsample_bicubic2d_aa.vec(Tensor input, SymInt[]? output_size, bool align_corners, float[]? scale_factors) -> Tensor 2022-12-01T10:11:39.6942449Z processing existing schema: aten::_upsample_bicubic2d_aa.vec_out(Tensor input, SymInt[]? output_size, bool align_corners, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6943000Z schema: nvprims::convert_element_type(Tensor a, ScalarType dtype) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6943747Z processing existing schema: aten::_upsample_bilinear2d_aa_backward(Tensor grad_output, SymInt[2] output_size, SymInt[4] input_size, bool align_corners, float? scales_h=None, float? scales_w=None) -> Tensor 2022-12-01T10:11:39.6944565Z processing existing schema: aten::_upsample_bilinear2d_aa_backward.grad_input(Tensor grad_output, SymInt[2] output_size, SymInt[4] input_size, bool align_corners, float? scales_h=None, float? scales_w=None, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:39.6945361Z processing existing schema: aten::_upsample_bilinear2d_aa_backward.vec(Tensor grad_output, SymInt[]? output_size, SymInt[] input_size, bool align_corners, float[]? scale_factors) -> Tensor 2022-12-01T10:11:39.6946167Z processing existing schema: aten::_upsample_bilinear2d_aa_backward.vec_out(Tensor grad_output, SymInt[]? output_size, SymInt[] input_size, bool align_corners, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6946749Z schema: nvprims::where(Tensor pred, Tensor a, Tensor b) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.6947368Z processing existing schema: aten::_upsample_bilinear2d_aa(Tensor self, SymInt[2] output_size, bool align_corners, float? scales_h=None, float? scales_w=None) -> Tensor 2022-12-01T10:11:39.6948128Z processing existing schema: aten::_upsample_bilinear2d_aa.out(Tensor self, SymInt[2] output_size, bool align_corners, float? scales_h=None, float? scales_w=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6948812Z processing existing schema: aten::_upsample_bilinear2d_aa.vec(Tensor input, SymInt[]? output_size, bool align_corners, float[]? scale_factors) -> Tensor 2022-12-01T10:11:39.6949568Z processing existing schema: aten::_upsample_bilinear2d_aa.vec_out(Tensor input, SymInt[]? output_size, bool align_corners, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6950206Z processing existing schema: aten::_upsample_nearest_exact3d_backward.vec(Tensor grad_output, SymInt[]? output_size, SymInt[] input_size, float[]? scale_factors) -> Tensor 2022-12-01T10:11:39.6950913Z processing existing schema: aten::_upsample_nearest_exact3d_backward(Tensor grad_output, SymInt[3] output_size, SymInt[5] input_size, float? scales_d=None, float? scales_h=None, float? scales_w=None) -> Tensor 2022-12-01T10:11:39.6952100Z processing existing schema: aten::_upsample_nearest_exact3d_backward.grad_input(Tensor grad_output, SymInt[3] output_size, SymInt[5] input_size, float? scales_d=None, float? scales_h=None, float? scales_w=None, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:39.6953989Z processing existing schema: aten::_upsample_nearest_exact3d_backward.vec_out(Tensor grad_output, SymInt[]? output_size, SymInt[] input_size, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6955205Z processing existing schema: aten::_upsample_nearest_exact3d.vec(Tensor input, SymInt[]? output_size, float[]? scale_factors) -> Tensor 2022-12-01T10:11:39.6957111Z processing existing schema: aten::_upsample_nearest_exact3d(Tensor self, SymInt[3] output_size, float? scales_d=None, float? scales_h=None, float? scales_w=None) -> Tensor 2022-12-01T10:11:39.6959206Z processing existing schema: aten::_upsample_nearest_exact3d.out(Tensor self, SymInt[3] output_size, float? scales_d=None, float? scales_h=None, float? scales_w=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6961004Z processing existing schema: aten::_upsample_nearest_exact3d.vec_out(Tensor input, SymInt[]? output_size, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6963245Z processing existing schema: aten::max_pool3d_with_indices_backward(Tensor grad_output, Tensor self, int[3] kernel_size, int[3] stride, int[3] padding, int[3] dilation, bool ceil_mode, Tensor indices) -> Tensor 2022-12-01T10:11:39.6965738Z processing existing schema: aten::max_pool3d_with_indices_backward.grad_input(Tensor grad_output, Tensor self, int[3] kernel_size, int[3] stride, int[3] padding, int[3] dilation, bool ceil_mode, Tensor indices, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:39.6967577Z processing existing schema: aten::fractional_max_pool3d_backward(Tensor grad_output, Tensor self, int[3] kernel_size, int[3] output_size, Tensor indices) -> Tensor 2022-12-01T10:11:39.6969610Z processing existing schema: aten::fractional_max_pool3d_backward.grad_input(Tensor grad_output, Tensor self, int[3] kernel_size, int[3] output_size, Tensor indices, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:39.6971263Z processing existing schema: aten::fractional_max_pool2d_backward(Tensor grad_output, Tensor self, int[2] kernel_size, int[2] output_size, Tensor indices) -> Tensor 2022-12-01T10:11:39.6973397Z processing existing schema: aten::fractional_max_pool2d_backward.grad_input(Tensor grad_output, Tensor self, int[2] kernel_size, int[2] output_size, Tensor indices, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:39.6974053Z schema: aten::adaptive_avg_pool3d_backward.grad_input(Tensor grad_output, Tensor self, *, Tensor(a!) grad_input) -> Tensor(a!) found on allowlist, skipping 2022-12-01T10:11:39.6975676Z processing existing schema: aten::glu_backward_jvp(Tensor grad_x, Tensor grad_glu, Tensor x, Tensor dgrad_glu, Tensor dx, int dim) -> Tensor 2022-12-01T10:11:39.6977486Z processing existing schema: aten::glu_backward_jvp.out(Tensor grad_x, Tensor grad_glu, Tensor x, Tensor dgrad_glu, Tensor dx, int dim, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6978706Z processing existing schema: aten::glu_jvp(Tensor glu, Tensor x, Tensor dx, int dim) -> Tensor 2022-12-01T10:11:39.6980405Z processing existing schema: aten::glu_jvp.out(Tensor glu, Tensor x, Tensor dx, int dim, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.6982201Z processing existing schema: aten::huber_loss_backward.out(Tensor grad_output, Tensor self, Tensor target, int reduction, float delta, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:39.6983462Z processing existing schema: aten::huber_loss_backward(Tensor grad_output, Tensor self, Tensor target, int reduction, float delta) -> Tensor 2022-12-01T10:11:39.6985393Z processing existing schema: aten::smooth_l1_loss_backward.grad_input(Tensor grad_output, Tensor self, Tensor target, int reduction, float beta, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:39.6986602Z processing existing schema: aten::smooth_l1_loss_backward(Tensor grad_output, Tensor self, Tensor target, int reduction, float beta) -> Tensor 2022-12-01T10:11:39.6988156Z processing existing schema: aten::multilabel_margin_loss_backward(Tensor grad_output, Tensor self, Tensor target, int reduction, Tensor is_target) -> Tensor 2022-12-01T10:11:39.6989975Z processing existing schema: aten::multilabel_margin_loss_backward.grad_input(Tensor grad_output, Tensor self, Tensor target, int reduction, Tensor is_target, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:39.6991542Z processing existing schema: aten::multi_margin_loss_backward(Tensor grad_output, Tensor self, Tensor target, Scalar p, Scalar margin, Tensor? weight=None, int reduction=1) -> Tensor 2022-12-01T10:11:39.6993535Z processing existing schema: aten::multi_margin_loss_backward.grad_input(Tensor grad_output, Tensor self, Tensor target, Scalar p, Scalar margin, Tensor? weight=None, int reduction=1, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:39.6994650Z processing existing schema: aten::mse_loss_backward(Tensor grad_output, Tensor self, Tensor target, int reduction) -> Tensor 2022-12-01T10:11:39.6996479Z processing existing schema: aten::mse_loss_backward.grad_input(Tensor grad_output, Tensor self, Tensor target, int reduction, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:39.6997524Z processing existing schema: prim::is_cpu(Tensor a) -> bool 2022-12-01T10:11:39.6999521Z processing existing schema: aten::_convert_indices_from_csr_to_coo(Tensor crow_indices, Tensor col_indices, *, bool out_int32=False, bool transpose=False) -> Tensor 2022-12-01T10:11:39.7001264Z processing existing schema: aten::_convert_indices_from_csr_to_coo.out(Tensor crow_indices, Tensor col_indices, *, bool out_int32=False, bool transpose=False, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7002241Z processing existing schema: aten::lower(str self) -> str 2022-12-01T10:11:39.7003824Z processing existing schema: aten::_convert_indices_from_coo_to_csr(Tensor self, int size, *, bool out_int32=False) -> Tensor 2022-12-01T10:11:39.7005747Z processing existing schema: aten::_convert_indices_from_coo_to_csr.out(Tensor self, int size, *, bool out_int32=False, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7007256Z processing existing schema: aten::bucketize.Tensor(Tensor self, Tensor boundaries, *, bool out_int32=False, bool right=False) -> Tensor 2022-12-01T10:11:39.7009134Z processing existing schema: aten::bucketize.Tensor_out(Tensor self, Tensor boundaries, *, bool out_int32=False, bool right=False, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7010734Z processing existing schema: aten::bucketize.Scalar(Scalar self, Tensor boundaries, *, bool out_int32=False, bool right=False) -> Tensor 2022-12-01T10:11:39.7012585Z processing existing schema: aten::bucketize.Scalar_out(Scalar self, Tensor boundaries, *, bool out_int32=False, bool right=False, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7013632Z processing existing schema: quantization::_Bfloat16QuantizedToFloat(Tensor input) -> Tensor 2022-12-01T10:11:39.7015234Z processing existing schema: aten::_foreach_norm.Scalar(Tensor[] self, Scalar ord=2) -> Tensor[] 2022-12-01T10:11:39.7016744Z processing existing schema: aten::_foreach_norm.Scalar_out(Tensor[] self, Scalar ord=2, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.7018457Z processing existing schema: c10d::alltoall_(Tensor[] _0, Tensor[] _1, __torch__.torch.classes.c10d.ProcessGroup _2, int _3) -> __torch__.torch.classes.c10d.Work _0 2022-12-01T10:11:39.7019460Z processing existing schema: aten::_foreach_minimum_.List(Tensor(a!)[] self, Tensor[] other) -> () 2022-12-01T10:11:39.7021537Z processing existing schema: c10d::scatter_(Tensor[] _0, Tensor[][] _1, __torch__.torch.classes.c10d.ProcessGroup _2, int _3, int _4) -> (Tensor[] _0, __torch__.torch.classes.c10d.Work _1) 2022-12-01T10:11:39.7022728Z processing existing schema: aten::_foreach_minimum.List(Tensor[] self, Tensor[] other) -> Tensor[] 2022-12-01T10:11:39.7024240Z processing existing schema: aten::_foreach_minimum.List_out(Tensor[] self, Tensor[] other, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.7026665Z processing existing schema: c10d::gather_(Tensor[][] _0, Tensor[] _1, __torch__.torch.classes.c10d.ProcessGroup _2, int _3, int _4) -> __torch__.torch.classes.c10d.Work _0 2022-12-01T10:11:39.7027486Z processing existing schema: aten::_foreach_maximum_.List(Tensor(a!)[] self, Tensor[] other) -> () 2022-12-01T10:11:39.7029420Z processing existing schema: c10d::reduce_(Tensor[] _0, __torch__.torch.classes.c10d.ProcessGroup _1, __torch__.torch.classes.c10d.ReduceOp _2, int _3, int _4, int _5) -> __torch__.torch.classes.c10d.Work _0 2022-12-01T10:11:39.7030888Z processing existing schema: aten::_foreach_maximum.List(Tensor[] self, Tensor[] other) -> Tensor[] 2022-12-01T10:11:39.7032395Z processing existing schema: aten::_foreach_maximum.List_out(Tensor[] self, Tensor[] other, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.7033566Z processing existing schema: prim::index(Device self) -> int? 2022-12-01T10:11:39.7035254Z processing existing schema: aten::_foreach_addcmul_.Scalar(Tensor(a!)[] self, Tensor[] tensor1, Tensor[] tensor2, Scalar value=1) -> () 2022-12-01T10:11:39.7036887Z processing existing schema: aten::_foreach_addcmul_.ScalarList(Tensor(a!)[] self, Tensor[] tensor1, Tensor[] tensor2, Scalar[] scalars) -> () 2022-12-01T10:11:39.7038051Z processing existing schema: prim::name(Tensor a) -> str? 2022-12-01T10:11:39.7040054Z processing existing schema: aten::_foreach_addcmul.Scalar(Tensor[] self, Tensor[] tensor1, Tensor[] tensor2, Scalar value=1) -> Tensor[] 2022-12-01T10:11:39.7041940Z processing existing schema: aten::_foreach_addcmul.ScalarList(Tensor[] self, Tensor[] tensor1, Tensor[] tensor2, Scalar[] scalars) -> Tensor[] 2022-12-01T10:11:39.7043660Z processing existing schema: aten::_foreach_addcmul.Scalar_out(Tensor[] self, Tensor[] tensor1, Tensor[] tensor2, Scalar value=1, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.7045379Z processing existing schema: aten::_foreach_addcmul.ScalarList_out(Tensor[] self, Tensor[] tensor1, Tensor[] tensor2, Scalar[] scalars, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.7046533Z processing existing schema: prim::is_nested(Tensor a) -> bool 2022-12-01T10:11:39.7048226Z processing existing schema: aten::_foreach_addcdiv_.Scalar(Tensor(a!)[] self, Tensor[] tensor1, Tensor[] tensor2, Scalar value=1) -> () 2022-12-01T10:11:39.7049853Z processing existing schema: aten::_foreach_addcdiv_.ScalarList(Tensor(a!)[] self, Tensor[] tensor1, Tensor[] tensor2, Scalar[] scalars) -> () 2022-12-01T10:11:39.7050982Z processing existing schema: prim::is_ort(Tensor a) -> bool 2022-12-01T10:11:39.7052861Z processing existing schema: aten::_foreach_addcdiv.Scalar(Tensor[] self, Tensor[] tensor1, Tensor[] tensor2, Scalar value=1) -> Tensor[] 2022-12-01T10:11:39.7054636Z processing existing schema: aten::_foreach_addcdiv.ScalarList(Tensor[] self, Tensor[] tensor1, Tensor[] tensor2, Scalar[] scalars) -> Tensor[] 2022-12-01T10:11:39.7056381Z processing existing schema: aten::_foreach_addcdiv.Scalar_out(Tensor[] self, Tensor[] tensor1, Tensor[] tensor2, Scalar value=1, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.7058119Z processing existing schema: aten::_foreach_addcdiv.ScalarList_out(Tensor[] self, Tensor[] tensor1, Tensor[] tensor2, Scalar[] scalars, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.7059439Z schema: prims::bessel_i0(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.7060466Z processing existing schema: aten::_foreach_trunc_(Tensor(a!)[] self) -> () 2022-12-01T10:11:39.7061961Z schema: prims::bessel_j1(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.7063329Z processing existing schema: aten::_foreach_trunc(Tensor[] self) -> Tensor[] 2022-12-01T10:11:39.7064708Z processing existing schema: aten::_foreach_trunc.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.7066082Z processing existing schema: aten::owner_name(RRef(t) self) -> str 2022-12-01T10:11:39.7067132Z processing existing schema: aten::_foreach_sigmoid_(Tensor(a!)[] self) -> () 2022-12-01T10:11:39.7068888Z processing existing schema: aten::owner(RRef(t) self) -> __torch__.torch.classes.dist_rpc.WorkerInfo 2022-12-01T10:11:39.7070186Z processing existing schema: aten::_foreach_sigmoid(Tensor[] self) -> Tensor[] 2022-12-01T10:11:39.7071537Z processing existing schema: aten::_foreach_sigmoid.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.7073251Z processing existing schema: aten::to_here(RRef(t) self, float timeout=60.) -> t(*) 2022-12-01T10:11:39.7074280Z processing existing schema: aten::_foreach_reciprocal_(Tensor(a!)[] self) -> () 2022-12-01T10:11:39.7075777Z processing existing schema: quantization::_FloatToBfloat16Quantized(Tensor input) -> Tensor 2022-12-01T10:11:39.7076952Z processing existing schema: aten::_foreach_reciprocal(Tensor[] self) -> Tensor[] 2022-12-01T10:11:39.7078365Z processing existing schema: aten::_foreach_reciprocal.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.7080430Z processing existing schema: aten::_no_grad_uniform_(Tensor(a!) tensor, float a, float b) -> Tensor(a!) 2022-12-01T10:11:39.7081115Z processing existing schema: aten::_foreach_frac_(Tensor(a!)[] self) -> () 2022-12-01T10:11:39.7082382Z processing existing schema: aten::_get_tracing_state() -> bool 2022-12-01T10:11:39.7083866Z processing existing schema: aten::_foreach_frac(Tensor[] self) -> Tensor[] 2022-12-01T10:11:39.7085215Z processing existing schema: aten::_foreach_frac.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.7086793Z processing existing schema: aten::_no_grad_fill_(Tensor(a!) tensor, float val) -> Tensor(a!) 2022-12-01T10:11:39.7088045Z processing existing schema: aten::_foreach_lgamma_(Tensor(a!)[] self) -> () 2022-12-01T10:11:39.7089545Z processing existing schema: aten::_no_grad_normal_(Tensor(a!) tensor, float mean, float std) -> Tensor(a!) 2022-12-01T10:11:39.7090788Z processing existing schema: aten::_foreach_lgamma(Tensor[] self) -> Tensor[] 2022-12-01T10:11:39.7092254Z processing existing schema: aten::_foreach_lgamma.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.7093640Z processing existing schema: aten::is_owner(RRef(t) self) -> bool 2022-12-01T10:11:39.7094507Z processing existing schema: aten::_foreach_round_(Tensor(a!)[] self) -> () 2022-12-01T10:11:39.7096470Z processing existing schema: aten::local_value(RRef(t) self) -> t(*) 2022-12-01T10:11:39.7097889Z processing existing schema: aten::_foreach_round(Tensor[] self) -> Tensor[] 2022-12-01T10:11:39.7098935Z processing existing schema: aten::_foreach_round.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.7100018Z schema: prims::acos(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.7101051Z processing existing schema: aten::_foreach_sinh_(Tensor(a!)[] self) -> () 2022-12-01T10:11:39.7102802Z schema: prims::abs(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.7104000Z processing existing schema: aten::_foreach_sinh(Tensor[] self) -> Tensor[] 2022-12-01T10:11:39.7105417Z processing existing schema: aten::_foreach_sinh.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.7106739Z processing existing schema: aten::dist_backward(int context_id, Tensor[] roots, bool retain_graph=False) -> () 2022-12-01T10:11:39.7107604Z processing existing schema: aten::_foreach_sin_(Tensor(a!)[] self) -> () 2022-12-01T10:11:39.7109105Z processing existing schema: aten::confirmed_by_owner(RRef(t) self) -> bool 2022-12-01T10:11:39.7110402Z processing existing schema: aten::_foreach_sin(Tensor[] self) -> Tensor[] 2022-12-01T10:11:39.7111843Z processing existing schema: aten::_foreach_sin.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.7113216Z schema: prims::bessel_j0(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.7114482Z processing existing schema: aten::_foreach_tanh_(Tensor(a!)[] self) -> () 2022-12-01T10:11:39.7115812Z schema: prims::cosh(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.7117940Z processing existing schema: aten::_foreach_tanh(Tensor[] self) -> Tensor[] 2022-12-01T10:11:39.7118194Z processing existing schema: aten::_foreach_tanh.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.7119651Z schema: prims::cos(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.7120899Z processing existing schema: aten::_foreach_tan_(Tensor(a!)[] self) -> () 2022-12-01T10:11:39.7122128Z schema: prims::atanh(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.7123405Z processing existing schema: aten::_foreach_tan(Tensor[] self) -> Tensor[] 2022-12-01T10:11:39.7124786Z processing existing schema: aten::_foreach_tan.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.7125763Z processing existing schema: aten::_foreach_neg_(Tensor(a!)[] self) -> () 2022-12-01T10:11:39.7127567Z processing existing schema: c10d::recv_(Tensor[] _0, __torch__.torch.classes.c10d.ProcessGroup _1, int _2, int _3) -> __torch__.torch.classes.c10d.Work _0 2022-12-01T10:11:39.7128838Z processing existing schema: aten::_foreach_neg(Tensor[] self) -> Tensor[] 2022-12-01T10:11:39.7130160Z processing existing schema: aten::_foreach_neg.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.7132929Z processing existing schema: c10d::allgather_(Tensor[][] _0, Tensor[] _1, __torch__.torch.classes.c10d.ProcessGroup _2, int _3) -> (Tensor[][] _0, __torch__.torch.classes.c10d.Work _1) 2022-12-01T10:11:39.7133562Z processing existing schema: aten::_foreach_log2_(Tensor(a!)[] self) -> () 2022-12-01T10:11:39.7135719Z processing existing schema: c10d::allreduce_(Tensor[] _0, __torch__.torch.classes.c10d.ProcessGroup _1, __torch__.torch.classes.c10d.ReduceOp _2, int _3) -> (Tensor[] _0, __torch__.torch.classes.c10d.Work _1) 2022-12-01T10:11:39.7136690Z processing existing schema: aten::_foreach_log2(Tensor[] self) -> Tensor[] 2022-12-01T10:11:39.7138453Z processing existing schema: aten::_foreach_log2.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.7140149Z processing existing schema: c10d::broadcast_(Tensor[] _0, __torch__.torch.classes.c10d.ProcessGroup _1, int _2, int _3, int _4) -> (Tensor[] _0, __torch__.torch.classes.c10d.Work _1) 2022-12-01T10:11:39.7140881Z processing existing schema: aten::_foreach_log1p_(Tensor(a!)[] self) -> () 2022-12-01T10:11:39.7142331Z processing existing schema: aten::_foreach_log1p(Tensor[] self) -> Tensor[] 2022-12-01T10:11:39.7143614Z processing existing schema: aten::_foreach_log1p.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.7144449Z processing existing schema: aten::set_grad_enabled(bool val) -> () 2022-12-01T10:11:39.7145678Z processing existing schema: aten::_foreach_log10_(Tensor(a!)[] self) -> () 2022-12-01T10:11:39.7146815Z processing existing schema: aten::is_grad_enabled() -> bool 2022-12-01T10:11:39.7148052Z processing existing schema: aten::_foreach_log10(Tensor[] self) -> Tensor[] 2022-12-01T10:11:39.7149194Z processing existing schema: aten::_foreach_log10.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.7151213Z processing existing schema: c10d::reduce_scatter_(Tensor[] _0, Tensor[][] _1, __torch__.torch.classes.c10d.ProcessGroup _2, __torch__.torch.classes.c10d.ReduceOp _3, int _4) -> (Tensor[] _0, __torch__.torch.classes.c10d.Work _1) 2022-12-01T10:11:39.7152537Z processing existing schema: aten::_foreach_log_(Tensor(a!)[] self) -> () 2022-12-01T10:11:39.7153157Z processing existing schema: aten::_no_grad_zero_(Tensor(a!) tensor) -> Tensor(a!) 2022-12-01T10:11:39.7154833Z processing existing schema: aten::_foreach_log(Tensor[] self) -> Tensor[] 2022-12-01T10:11:39.7156007Z processing existing schema: aten::_foreach_log.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.7157794Z processing existing schema: aten::_pack_sequence(Tensor output, Tensor batch_sizes, Tensor? sorted_indices, Tensor? unsorted_indices) -> (Tensor, Tensor, Tensor?, Tensor?) 2022-12-01T10:11:39.7158151Z processing existing schema: aten::_foreach_floor_(Tensor(a!)[] self) -> () 2022-12-01T10:11:39.7160236Z processing existing schema: aten::_no_grad_embedding_renorm_(Tensor weight, Tensor input, float max_norm, float norm_type) -> Tensor 2022-12-01T10:11:39.7161677Z processing existing schema: aten::_foreach_floor(Tensor[] self) -> Tensor[] 2022-12-01T10:11:39.7162587Z processing existing schema: aten::_foreach_floor.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.7164187Z processing existing schema: aten::_infer_size(int[] a, int[] b) -> int[] 2022-12-01T10:11:39.7165035Z processing existing schema: aten::_foreach_expm1_(Tensor(a!)[] self) -> () 2022-12-01T10:11:39.7167016Z processing existing schema: _test::get_first(str[][] _0) -> str _0 2022-12-01T10:11:39.7168282Z processing existing schema: aten::_foreach_expm1(Tensor[] self) -> Tensor[] 2022-12-01T10:11:39.7169869Z processing existing schema: aten::_foreach_expm1.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.7170549Z processing existing schema: aten::_foreach_erfc_(Tensor(a!)[] self) -> () 2022-12-01T10:11:39.7172194Z processing existing schema: aten::__upsample_bilinear(Tensor input, int? size=None, int? scale_factor=None) -> Tensor 2022-12-01T10:11:39.7173874Z processing existing schema: aten::__upsample_bilinear.size_list(Tensor input, int[]? size=None, int? scale_factor=None) -> Tensor 2022-12-01T10:11:39.7175430Z processing existing schema: aten::__upsample_bilinear.scale_list(Tensor input, int? size=None, int[]? scale_factor=None) -> Tensor 2022-12-01T10:11:39.7176795Z processing existing schema: aten::__upsample_bilinear.size_list_scale_list(Tensor input, int[]? size=None, int[]? scale_factor=None) -> Tensor 2022-12-01T10:11:39.7178240Z processing existing schema: aten::_foreach_erfc(Tensor[] self) -> Tensor[] 2022-12-01T10:11:39.7179377Z processing existing schema: aten::_foreach_erfc.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.7181084Z processing existing schema: aten::__upsample(Tensor input, int? size=None, int? scale_factor=None, str mode="nearest", bool? align_corners=None) -> Tensor 2022-12-01T10:11:39.7183075Z processing existing schema: aten::__upsample.size_list(Tensor input, int[]? size=None, int? scale_factor=None, str mode="nearest", bool? align_corners=None) -> Tensor 2022-12-01T10:11:39.7184177Z processing existing schema: aten::_foreach_erf_(Tensor(a!)[] self) -> () 2022-12-01T10:11:39.7185786Z processing existing schema: aten::__upsample_nearest(Tensor input, int? size=None, int? scale_factor=None) -> Tensor 2022-12-01T10:11:39.7187422Z processing existing schema: aten::__upsample_nearest.size_list(Tensor input, int[]? size=None, int? scale_factor=None) -> Tensor 2022-12-01T10:11:39.7188701Z processing existing schema: aten::_foreach_erf(Tensor[] self) -> Tensor[] 2022-12-01T10:11:39.7190055Z processing existing schema: aten::_foreach_erf.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.7191474Z processing existing schema: aten::_tensor_to_list(Tensor self) -> int[] 2022-12-01T10:11:39.7192777Z processing existing schema: aten::_foreach_cosh_(Tensor(a!)[] self) -> () 2022-12-01T10:11:39.7194034Z processing existing schema: aten::fabs.int(int a) -> float 2022-12-01T10:11:39.7195380Z processing existing schema: aten::fabs.float(float a) -> float 2022-12-01T10:11:39.7196602Z processing existing schema: aten::fabs.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:39.7198105Z processing existing schema: aten::_foreach_cosh(Tensor[] self) -> Tensor[] 2022-12-01T10:11:39.7199575Z processing existing schema: aten::_foreach_cosh.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.7200908Z processing existing schema: aten::gamma.int(int a) -> float 2022-12-01T10:11:39.7202242Z processing existing schema: aten::gamma.float(float a) -> float 2022-12-01T10:11:39.7203620Z processing existing schema: aten::gamma.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:39.7204934Z processing existing schema: aten::_foreach_cos_(Tensor(a!)[] self) -> () 2022-12-01T10:11:39.7206249Z processing existing schema: aten::factorial.int(int a) -> int 2022-12-01T10:11:39.7207758Z processing existing schema: aten::_foreach_cos(Tensor[] self) -> Tensor[] 2022-12-01T10:11:39.7209151Z processing existing schema: aten::_foreach_cos.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.7210502Z processing existing schema: aten::radians.int(int a) -> float 2022-12-01T10:11:39.7211883Z processing existing schema: aten::radians.float(float a) -> float 2022-12-01T10:11:39.7213226Z processing existing schema: aten::radians.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:39.7214546Z processing existing schema: aten::_foreach_ceil_(Tensor(a!)[] self) -> () 2022-12-01T10:11:39.7215850Z processing existing schema: aten::degrees.int(int a) -> float 2022-12-01T10:11:39.7217229Z processing existing schema: aten::degrees.float(float a) -> float 2022-12-01T10:11:39.7218593Z processing existing schema: aten::degrees.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:39.7220069Z processing existing schema: aten::_foreach_ceil(Tensor[] self) -> Tensor[] 2022-12-01T10:11:39.7221511Z processing existing schema: aten::_foreach_ceil.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.7222878Z processing existing schema: aten::mathremainder.int(int a, int b) -> float 2022-12-01T10:11:39.7224316Z processing existing schema: aten::mathremainder.float(float a, float b) -> float 2022-12-01T10:11:39.7225742Z processing existing schema: aten::mathremainder.int_float(int a, float b) -> float 2022-12-01T10:11:39.7227175Z processing existing schema: aten::mathremainder.float_int(float a, int b) -> float 2022-12-01T10:11:39.7228575Z processing existing schema: aten::mathremainder(Scalar a, Scalar b) -> float 2022-12-01T10:11:39.7229849Z processing existing schema: aten::_foreach_atan_(Tensor(a!)[] self) -> () 2022-12-01T10:11:39.7231009Z processing existing schema: aten::modf(float a) -> (float, float) 2022-12-01T10:11:39.7232483Z processing existing schema: aten::_foreach_atan(Tensor[] self) -> Tensor[] 2022-12-01T10:11:39.7233911Z processing existing schema: aten::_foreach_atan.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.7235239Z processing existing schema: aten::remove.int(int[](a!) self, int el) -> () 2022-12-01T10:11:39.7236609Z processing existing schema: aten::remove.float(float[](a!) self, float el) -> () 2022-12-01T10:11:39.7237961Z processing existing schema: aten::remove.bool(bool[](a!) self, bool el) -> () 2022-12-01T10:11:39.7239430Z processing existing schema: aten::remove.Tensor(Tensor[](a!) self, Tensor el) -> () 2022-12-01T10:11:39.7240920Z processing existing schema: aten::remove.str(str[](a!) self, str el) -> () 2022-12-01T10:11:39.7242266Z processing existing schema: aten::_foreach_asin_(Tensor(a!)[] self) -> () 2022-12-01T10:11:39.7243851Z processing existing schema: aten::cuda(Tensor(a) self) -> Tensor(a|b) 2022-12-01T10:11:39.7245361Z processing existing schema: aten::_foreach_asin(Tensor[] self) -> Tensor[] 2022-12-01T10:11:39.7246848Z processing existing schema: aten::_foreach_asin.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.7248213Z processing existing schema: prim::is_ipu(Tensor a) -> bool 2022-12-01T10:11:39.7249449Z processing existing schema: aten::_foreach_acos_(Tensor(a!)[] self) -> () 2022-12-01T10:11:39.7250790Z processing existing schema: prim::is_vulkan(Tensor a) -> bool 2022-12-01T10:11:39.7252324Z processing existing schema: aten::_foreach_acos(Tensor[] self) -> Tensor[] 2022-12-01T10:11:39.7253752Z processing existing schema: aten::_foreach_acos.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.7255078Z processing existing schema: prim::is_mps(Tensor a) -> bool 2022-12-01T10:11:39.7256401Z processing existing schema: aten::_foreach_abs_(Tensor(a!)[] self) -> () 2022-12-01T10:11:39.7257722Z processing existing schema: prim::is_mkldnn(Tensor a) -> bool 2022-12-01T10:11:39.7259241Z processing existing schema: aten::_foreach_abs(Tensor[] self) -> Tensor[] 2022-12-01T10:11:39.7260685Z processing existing schema: aten::_foreach_abs.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.7262059Z schema: prims::asin(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.7263349Z processing existing schema: aten::_foreach_sqrt_(Tensor(a!)[] self) -> () 2022-12-01T10:11:39.7264727Z schema: prims::acosh(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.7266206Z processing existing schema: aten::_foreach_sqrt(Tensor[] self) -> Tensor[] 2022-12-01T10:11:39.7267673Z processing existing schema: aten::_foreach_sqrt.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.7269041Z schema: prims::bessel_i1(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.7270301Z processing existing schema: aten::_foreach_zero_(Tensor(a!)[] self) -> () 2022-12-01T10:11:39.7271683Z processing existing schema: _test::cat(Tensor[] inputs) -> Tensor 2022-12-01T10:11:39.7272999Z processing existing schema: aten::_foreach_exp_(Tensor(a!)[] self) -> () 2022-12-01T10:11:39.7274931Z processing existing schema: _test::leaky_relu(Tensor self, float v=0.01) -> Tensor 2022-12-01T10:11:39.7276421Z processing existing schema: aten::_foreach_exp(Tensor[] self) -> Tensor[] 2022-12-01T10:11:39.7277852Z processing existing schema: aten::_foreach_exp.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.7280546Z processing existing schema: aten::__interpolate.scale_list(Tensor input, int? size=None, float[]? scale_factor=None, str mode="nearest", bool? align_corners=None, bool? recompute_scale_factor=None, bool antialias=False) -> Tensor 2022-12-01T10:11:39.7282730Z processing existing schema: aten::__interpolate.size_list_scale_list(Tensor input, int[]? size=None, float[]? scale_factor=None, str mode="nearest", bool? align_corners=None, bool? recompute_scale_factor=None, bool antialias=False) -> Tensor 2022-12-01T10:11:39.7284778Z processing existing schema: aten::__interpolate(Tensor input, int? size=None, float? scale_factor=None, str mode="nearest", bool? align_corners=None, bool? recompute_scale_factor=None, bool antialias=False) -> Tensor 2022-12-01T10:11:39.7286965Z processing existing schema: aten::__interpolate.size_list(Tensor input, int[]? size=None, float? scale_factor=None, str mode="nearest", bool? align_corners=None, bool? recompute_scale_factor=None, bool antialias=False) -> Tensor 2022-12-01T10:11:39.7288293Z processing existing schema: aten::_foreach_div_.Scalar(Tensor(a!)[] self, Scalar scalar) -> () 2022-12-01T10:11:39.7289604Z processing existing schema: aten::_foreach_div_.List(Tensor(a!)[] self, Tensor[] other) -> () 2022-12-01T10:11:39.7291053Z processing existing schema: aten::_foreach_div_.ScalarList(Tensor(a!)[] self, Scalar[] scalars) -> () 2022-12-01T10:11:39.7292435Z processing existing schema: aten::_list_to_tensor(int[] self) -> Tensor 2022-12-01T10:11:39.7294100Z processing existing schema: aten::_foreach_div.Scalar(Tensor[] self, Scalar scalar) -> Tensor[] 2022-12-01T10:11:39.7295715Z processing existing schema: aten::_foreach_div.List(Tensor[] self, Tensor[] other) -> Tensor[] 2022-12-01T10:11:39.7297434Z processing existing schema: aten::_foreach_div.ScalarList(Tensor[] self, Scalar[] scalars) -> Tensor[] 2022-12-01T10:11:39.7298930Z processing existing schema: aten::_foreach_div.Scalar_out(Tensor[] self, Scalar scalar, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.7300455Z processing existing schema: aten::_foreach_div.List_out(Tensor[] self, Tensor[] other, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.7302052Z processing existing schema: aten::_foreach_div.ScalarList_out(Tensor[] self, Scalar[] scalars, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.7303899Z processing existing schema: c10d::send(Tensor[] _0, __torch__.torch.classes.c10d.ProcessGroup _1, int _2, int _3) -> __torch__.torch.classes.c10d.Work _0 2022-12-01T10:11:39.7305187Z processing existing schema: aten::_foreach_mul_.Scalar(Tensor(a!)[] self, Scalar scalar) -> () 2022-12-01T10:11:39.7306598Z processing existing schema: aten::_foreach_mul_.List(Tensor(a!)[] self, Tensor[] other) -> () 2022-12-01T10:11:39.7308058Z processing existing schema: aten::_foreach_mul_.ScalarList(Tensor(a!)[] self, Scalar[] scalars) -> () 2022-12-01T10:11:39.7309866Z processing existing schema: c10d::barrier(__torch__.torch.classes.c10d.ProcessGroup _0, int[] _1, int _2) -> __torch__.torch.classes.c10d.Work _0 2022-12-01T10:11:39.7311364Z processing existing schema: aten::_foreach_mul.Scalar(Tensor[] self, Scalar scalar) -> Tensor[] 2022-12-01T10:11:39.7312989Z processing existing schema: aten::_foreach_mul.List(Tensor[] self, Tensor[] other) -> Tensor[] 2022-12-01T10:11:39.7314655Z processing existing schema: aten::_foreach_mul.ScalarList(Tensor[] self, Scalar[] scalars) -> Tensor[] 2022-12-01T10:11:39.7316194Z processing existing schema: aten::_foreach_mul.Scalar_out(Tensor[] self, Scalar scalar, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.7317729Z processing existing schema: aten::_foreach_mul.List_out(Tensor[] self, Tensor[] other, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.7319416Z processing existing schema: aten::_foreach_mul.ScalarList_out(Tensor[] self, Scalar[] scalars, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.7320823Z schema: prims::atan(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.7322198Z processing existing schema: aten::_foreach_sub_.Scalar(Tensor(a!)[] self, Scalar scalar) -> () 2022-12-01T10:11:39.7323778Z processing existing schema: aten::_foreach_sub_.List(Tensor(a!)[] self, Tensor[] other, *, Scalar alpha=1) -> () 2022-12-01T10:11:39.7325225Z processing existing schema: aten::_foreach_sub_.ScalarList(Tensor(a!)[] self, Scalar[] scalars) -> () 2022-12-01T10:11:39.7326592Z schema: prims::asinh(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.7328198Z processing existing schema: aten::_foreach_sub.Scalar(Tensor[] self, Scalar scalar) -> Tensor[] 2022-12-01T10:11:39.7330008Z processing existing schema: aten::_foreach_sub.List(Tensor[] self, Tensor[] other, *, Scalar alpha=1) -> Tensor[] 2022-12-01T10:11:39.7331668Z processing existing schema: aten::_foreach_sub.ScalarList(Tensor[] self, Scalar[] scalars) -> Tensor[] 2022-12-01T10:11:39.7333156Z processing existing schema: aten::_foreach_sub.Scalar_out(Tensor[] self, Scalar scalar, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.7334836Z processing existing schema: aten::_foreach_sub.List_out(Tensor[] self, Tensor[] other, *, Scalar alpha=1, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.7336395Z processing existing schema: aten::_foreach_sub.ScalarList_out(Tensor[] self, Scalar[] scalars, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.7337708Z processing existing schema: prim::is_meta(Tensor a) -> bool 2022-12-01T10:11:39.7339168Z processing existing schema: aten::_foreach_add_.Scalar(Tensor(a!)[] self, Scalar scalar) -> () 2022-12-01T10:11:39.7340742Z processing existing schema: aten::_foreach_add_.List(Tensor(a!)[] self, Tensor[] other, *, Scalar alpha=1) -> () 2022-12-01T10:11:39.7342177Z processing existing schema: aten::_foreach_add_.ScalarList(Tensor(a!)[] self, Scalar[] scalars) -> () 2022-12-01T10:11:39.7343517Z processing existing schema: prim::is_quantized(Tensor a) -> bool 2022-12-01T10:11:39.7345149Z processing existing schema: aten::_foreach_add.Scalar(Tensor[] self, Scalar scalar) -> Tensor[] 2022-12-01T10:11:39.7346932Z processing existing schema: aten::_foreach_add.List(Tensor[] self, Tensor[] other, *, Scalar alpha=1) -> Tensor[] 2022-12-01T10:11:39.7348547Z processing existing schema: aten::_foreach_add.ScalarList(Tensor[] self, Scalar[] scalars) -> Tensor[] 2022-12-01T10:11:39.7350069Z processing existing schema: aten::_foreach_add.Scalar_out(Tensor[] self, Scalar scalar, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.7351738Z processing existing schema: aten::_foreach_add.List_out(Tensor[] self, Tensor[] other, *, Scalar alpha=1, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.7353297Z processing existing schema: aten::_foreach_add.ScalarList_out(Tensor[] self, Scalar[] scalars, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.7354966Z processing existing schema: aten::unfold_backward(Tensor grad_in, int[] input_sizes, int dim, int size, int step) -> Tensor 2022-12-01T10:11:39.7356947Z processing existing schema: aten::unfold_backward.out(Tensor grad_in, int[] input_sizes, int dim, int size, int step, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7358667Z processing existing schema: aten::renorm_(Tensor(a!) self, Scalar p, int dim, Scalar maxnorm) -> Tensor(a!) 2022-12-01T10:11:39.7360497Z processing existing schema: aten::remainder_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:39.7362128Z processing existing schema: aten::remainder_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:39.7363797Z processing existing schema: aten::fmod_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:39.7365448Z processing existing schema: aten::fmod_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:39.7366810Z schema: prims::imag(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.7368662Z processing existing schema: aten::_histogramdd_from_bin_tensors(Tensor self, Tensor[] bins, *, Tensor? weight=None, bool density=False) -> Tensor 2022-12-01T10:11:39.7370718Z processing existing schema: aten::_histogramdd_from_bin_tensors.out(Tensor self, Tensor[] bins, *, Tensor? weight=None, bool density=False, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7371944Z schema: prims::floor(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.7373910Z processing existing schema: aten::_histogramdd_from_bin_cts(Tensor self, int[] bins, *, float[]? range=None, Tensor? weight=None, bool density=False) -> Tensor 2022-12-01T10:11:39.7376094Z processing existing schema: aten::_histogramdd_from_bin_cts.out(Tensor self, int[] bins, *, float[]? range=None, Tensor? weight=None, bool density=False, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7377365Z schema: prims::fill(Tensor self, Scalar value) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.7379431Z processing existing schema: aten::_histogramdd_bin_edges(Tensor self, int[] bins, *, float[]? range=None, Tensor? weight=None, bool density=False) -> Tensor[] 2022-12-01T10:11:39.7381849Z processing existing schema: aten::_histogramdd_bin_edges.out(Tensor self, int[] bins, *, float[]? range=None, Tensor? weight=None, bool density=False, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.7383984Z processing existing schema: aten::histogram.bins_tensor(Tensor self, Tensor bins, *, Tensor? weight=None, bool density=False) -> (Tensor hist, Tensor bin_edges) 2022-12-01T10:11:39.7385426Z processing existing schema: aten::histogram.bins_tensor_out(Tensor self, Tensor bins, *, Tensor? weight=None, bool density=False, Tensor(a!) hist, Tensor(b!) bin_edges) -> (Tensor(a!) hist, Tensor(b!) bin_edges) 2022-12-01T10:11:39.7387105Z processing existing schema: aten::histogram.bin_ct(Tensor self, int bins=100, *, float[]? range=None, Tensor? weight=None, bool density=False) -> (Tensor hist, Tensor bin_edges) 2022-12-01T10:11:39.7389528Z processing existing schema: aten::histogram.bin_ct_out(Tensor self, int bins=100, *, float[]? range=None, Tensor? weight=None, bool density=False, Tensor(a!) hist, Tensor(b!) bin_edges) -> (Tensor(a!) hist, Tensor(b!) bin_edges) 2022-12-01T10:11:39.7390735Z processing existing schema: aten::histc(Tensor self, int bins=100, Scalar min=0, Scalar max=0) -> Tensor 2022-12-01T10:11:39.7392610Z processing existing schema: aten::histc.out(Tensor self, int bins=100, Scalar min=0, Scalar max=0, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7394156Z processing existing schema: aten::lu_unpack(Tensor LU_data, Tensor LU_pivots, bool unpack_data=True, bool unpack_pivots=True) -> (Tensor P, Tensor L, Tensor U) 2022-12-01T10:11:39.7396455Z processing existing schema: aten::lu_unpack.out(Tensor LU_data, Tensor LU_pivots, bool unpack_data=True, bool unpack_pivots=True, *, Tensor(a!) P, Tensor(b!) L, Tensor(c!) U) -> (Tensor(a!) P, Tensor(b!) L, Tensor(c!) U) 2022-12-01T10:11:39.7397341Z processing existing schema: aten::element_size(Tensor self) -> int 2022-12-01T10:11:39.7399594Z processing existing schema: aten::_cholesky_solve_helper(Tensor self, Tensor A, bool upper) -> Tensor 2022-12-01T10:11:39.7400651Z processing existing schema: aten::_cholesky_solve_helper.out(Tensor self, Tensor A, bool upper, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7402066Z schema: nvprims::log10(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.7403441Z processing existing schema: aten::_symeig_helper(Tensor self, bool eigenvectors, bool upper) -> (Tensor, Tensor) 2022-12-01T10:11:39.7405614Z processing existing schema: aten::_symeig_helper.out(Tensor self, bool eigenvectors, bool upper, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:39.7406357Z processing existing schema: aten::take(Tensor self, Tensor index) -> Tensor 2022-12-01T10:11:39.7408877Z processing existing schema: aten::take.out(Tensor self, Tensor index, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7410851Z processing existing schema: aten::lt_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:39.7413113Z processing existing schema: aten::lt_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:39.7415115Z processing existing schema: aten::gt_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:39.7417409Z processing existing schema: aten::gt_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:39.7419250Z processing existing schema: aten::le_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:39.7421319Z processing existing schema: aten::le_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:39.7423128Z processing existing schema: aten::ge_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:39.7425237Z processing existing schema: aten::ge_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:39.7427084Z processing existing schema: aten::ne_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:39.7429307Z processing existing schema: aten::ne_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:39.7431692Z processing existing schema: aten::addbmm_(Tensor(a!) self, Tensor batch1, Tensor batch2, *, Scalar beta=1, Scalar alpha=1) -> Tensor(a!) 2022-12-01T10:11:39.7433492Z processing existing schema: aten::lerp_.Scalar(Tensor(a!) self, Tensor end, Scalar weight) -> Tensor(a!) 2022-12-01T10:11:39.7435856Z processing existing schema: aten::lerp_.Tensor(Tensor(a!) self, Tensor end, Tensor weight) -> Tensor(a!) 2022-12-01T10:11:39.7437512Z processing existing schema: aten::triu_(Tensor(a!) self, int diagonal=0) -> Tensor(a!) 2022-12-01T10:11:39.7440037Z processing existing schema: aten::tril_(Tensor(a!) self, int diagonal=0) -> Tensor(a!) 2022-12-01T10:11:39.7441389Z processing existing schema: aten::bitwise_right_shift_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:39.7442910Z processing existing schema: aten::bitwise_right_shift_.Tensor_Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:39.7444211Z processing existing schema: aten::bitwise_left_shift_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:39.7445675Z processing existing schema: aten::bitwise_left_shift_.Tensor_Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:39.7447106Z processing existing schema: aten::bitwise_xor_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:39.7448541Z processing existing schema: aten::bitwise_xor_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:39.7449986Z processing existing schema: aten::bitwise_or_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:39.7451811Z processing existing schema: aten::bitwise_or_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:39.7453292Z processing existing schema: aten::bitwise_and_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:39.7454746Z processing existing schema: aten::bitwise_and_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:39.7456342Z processing existing schema: aten::eq_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:39.7457836Z processing existing schema: aten::eq_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:39.7459513Z processing existing schema: aten::scatter_reduce_.two(Tensor(a!) self, int dim, Tensor index, Tensor src, str reduce, *, bool include_self=True) -> Tensor(a!) 2022-12-01T10:11:39.7461121Z processing existing schema: aten::scatter_reduce.two(Tensor self, int dim, Tensor index, Tensor src, str reduce, *, bool include_self=True) -> Tensor 2022-12-01T10:11:39.7463312Z processing existing schema: aten::scatter_reduce.two_out(Tensor self, int dim, Tensor index, Tensor src, str reduce, *, bool include_self=True, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7464749Z processing existing schema: aten::scatter_add_(Tensor(a!) self, int dim, Tensor index, Tensor src) -> Tensor(a!) 2022-12-01T10:11:39.7466400Z processing existing schema: aten::scatter_.src(Tensor(a!) self, int dim, Tensor index, Tensor src) -> Tensor(a!) 2022-12-01T10:11:39.7468028Z processing existing schema: aten::scatter_.value(Tensor(a!) self, int dim, Tensor index, Scalar value) -> Tensor(a!) 2022-12-01T10:11:39.7469708Z processing existing schema: aten::scatter_.reduce(Tensor(a!) self, int dim, Tensor index, Tensor src, *, str reduce) -> Tensor(a!) 2022-12-01T10:11:39.7471441Z processing existing schema: aten::scatter_.value_reduce(Tensor(a!) self, int dim, Tensor index, Scalar value, *, str reduce) -> Tensor(a!) 2022-12-01T10:11:39.7473416Z processing existing schema: aten::index_reduce_(Tensor(a!) self, int dim, Tensor index, Tensor source, str reduce, *, bool include_self=True) -> Tensor(a!) 2022-12-01T10:11:39.7475047Z processing existing schema: aten::index_reduce(Tensor self, int dim, Tensor index, Tensor source, str reduce, *, bool include_self=True) -> Tensor 2022-12-01T10:11:39.7477003Z processing existing schema: aten::index_reduce.out(Tensor self, int dim, Tensor index, Tensor source, str reduce, *, bool include_self=True, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7478698Z processing existing schema: aten::index_add_(Tensor(a!) self, int dim, Tensor index, Tensor source, *, Scalar alpha=1) -> Tensor(a!) 2022-12-01T10:11:39.7480559Z processing existing schema: aten::put_(Tensor(a!) self, Tensor index, Tensor source, bool accumulate=False) -> Tensor(a!) 2022-12-01T10:11:39.7481987Z schema: prims::bitwise_or(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.7483366Z processing existing schema: aten::_masked_softmax_backward(Tensor grad_output, Tensor output, Tensor mask, int? dim=None) -> Tensor 2022-12-01T10:11:39.7485114Z processing existing schema: aten::_masked_softmax_backward.out(Tensor grad_output, Tensor output, Tensor mask, int? dim=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7486594Z schema: prims::bitwise_and(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.7487921Z processing existing schema: aten::_masked_softmax(Tensor self, Tensor mask, int? dim=None, int? mask_type=None) -> Tensor 2022-12-01T10:11:39.7489912Z processing existing schema: aten::_masked_softmax.out(Tensor self, Tensor mask, int? dim=None, int? mask_type=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7491477Z processing existing schema: aten::masked_scatter_(Tensor(a!) self, Tensor mask, Tensor source) -> Tensor(a!) 2022-12-01T10:11:39.7492299Z processing existing schema: aten::is_set_to(Tensor self, Tensor tensor) -> bool 2022-12-01T10:11:39.7493733Z schema: prims::ceil(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.7496303Z processing existing schema: aten::_fused_moving_avg_obs_fq_helper(Tensor self, Tensor observer_on, Tensor fake_quant_on, Tensor(a!) running_min, Tensor(b!) running_max, Tensor(c!) scale, Tensor(d!) zero_point, float averaging_const, int quant_min, int quant_max, int ch_axis, bool per_row_fake_quant=False, bool symmetric_quant=False) -> (Tensor output, Tensor mask) 2022-12-01T10:11:39.7498991Z processing existing schema: aten::_fused_moving_avg_obs_fq_helper.out(Tensor self, Tensor observer_on, Tensor fake_quant_on, Tensor(a!) running_min, Tensor(b!) running_max, Tensor(c!) scale, Tensor(d!) zero_point, float averaging_const, int quant_min, int quant_max, int ch_axis, bool per_row_fake_quant=False, bool symmetric_quant=False, *, Tensor(e!) out0, Tensor(f!) out1) -> (Tensor(e!), Tensor(f!)) 2022-12-01T10:11:39.7499766Z processing existing schema: aten::lstrip(str self, str chars=" \n\t\f\v") -> str 2022-12-01T10:11:39.7501651Z processing existing schema: aten::_fake_quantize_learnable_per_channel_affine_backward(Tensor grad, Tensor self, Tensor scale, Tensor zero_point, int axis, int quant_min, int quant_max, float grad_factor=1.) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:39.7502725Z processing existing schema: aten::zfill(str self, int width) -> str 2022-12-01T10:11:39.7504631Z processing existing schema: aten::_fake_quantize_learnable_per_channel_affine(Tensor self, Tensor scale, Tensor zero_point, int axis, int quant_min, int quant_max, float grad_factor=1.) -> Tensor 2022-12-01T10:11:39.7506537Z processing existing schema: aten::_fake_quantize_learnable_per_channel_affine.out(Tensor self, Tensor scale, Tensor zero_point, int axis, int quant_min, int quant_max, float grad_factor=1., *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7507663Z processing existing schema: aten::fake_quantize_per_channel_affine_cachemask(Tensor self, Tensor scale, Tensor zero_point, int axis, int quant_min, int quant_max) -> (Tensor output, Tensor mask) 2022-12-01T10:11:39.7509493Z processing existing schema: aten::fake_quantize_per_channel_affine_cachemask.out(Tensor self, Tensor scale, Tensor zero_point, int axis, int quant_min, int quant_max, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:39.7510750Z processing existing schema: aten::replace(str self, str old, str new, int max=-1) -> str 2022-12-01T10:11:39.7512411Z processing existing schema: aten::_fake_quantize_learnable_per_tensor_affine_backward(Tensor grad, Tensor self, Tensor scale, Tensor zero_point, int quant_min, int quant_max, float grad_factor=1.) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:39.7513684Z processing existing schema: aten::rstrip(str self, str chars=" \n\t\f\v") -> str 2022-12-01T10:11:39.7515283Z processing existing schema: aten::_fake_quantize_learnable_per_tensor_affine(Tensor self, Tensor scale, Tensor zero_point, int quant_min, int quant_max, float grad_factor=1.) -> Tensor 2022-12-01T10:11:39.7517211Z processing existing schema: aten::_fake_quantize_learnable_per_tensor_affine.out(Tensor self, Tensor scale, Tensor zero_point, int quant_min, int quant_max, float grad_factor=1., *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7518182Z processing existing schema: aten::partition(str self, str separator) -> (str, str, str) 2022-12-01T10:11:39.7520349Z processing existing schema: aten::_fake_quantize_per_tensor_affine_cachemask_tensor_qparams(Tensor self, Tensor scale, Tensor zero_point, Tensor fake_quant_enabled, int quant_min, int quant_max) -> (Tensor output, Tensor mask) 2022-12-01T10:11:39.7522128Z processing existing schema: aten::_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.out(Tensor self, Tensor scale, Tensor zero_point, Tensor fake_quant_enabled, int quant_min, int quant_max, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:39.7523367Z processing existing schema: aten::fake_quantize_per_tensor_affine_cachemask(Tensor self, float scale, int zero_point, int quant_min, int quant_max) -> (Tensor output, Tensor mask) 2022-12-01T10:11:39.7525188Z processing existing schema: aten::fake_quantize_per_tensor_affine_cachemask.out(Tensor self, float scale, int zero_point, int quant_min, int quant_max, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:39.7526232Z schema: prims::trunc(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.7527777Z processing existing schema: aten::_make_per_channel_quantized_tensor(Tensor self, Tensor scale, Tensor zero_point, int axis) -> Tensor 2022-12-01T10:11:39.7529673Z processing existing schema: aten::_make_per_channel_quantized_tensor.out(Tensor self, Tensor scale, Tensor zero_point, int axis, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7530837Z schema: prims::add(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.7532297Z processing existing schema: aten::_make_per_tensor_quantized_tensor(Tensor self, float scale, int zero_point) -> Tensor 2022-12-01T10:11:39.7534158Z processing existing schema: aten::_make_per_tensor_quantized_tensor.out(Tensor self, float scale, int zero_point, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7535437Z processing existing schema: aten::dequantize.self(Tensor self) -> Tensor 2022-12-01T10:11:39.7537187Z processing existing schema: aten::dequantize.self_out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7538503Z processing existing schema: aten::dequantize.tensors_out(Tensor[] tensors, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.7539948Z processing existing schema: aten::dequantize.tensors(Tensor[] tensors) -> Tensor[] 2022-12-01T10:11:39.7541336Z processing existing schema: aten::dequantize.tensor(Tensor qtensor) -> Tensor 2022-12-01T10:11:39.7542840Z processing existing schema: aten::dequantize.list(Tensor[] qtensors) -> Tensor[] 2022-12-01T10:11:39.7544200Z processing existing schema: aten::dequantize.any(Any tensors) -> Any 2022-12-01T10:11:39.7545931Z processing existing schema: aten::quantize_per_channel(Tensor self, Tensor scales, Tensor zero_points, int axis, ScalarType dtype) -> Tensor 2022-12-01T10:11:39.7547857Z processing existing schema: aten::quantize_per_channel.out(Tensor self, Tensor scales, Tensor zero_points, int axis, ScalarType dtype, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7549314Z processing existing schema: aten::quantize_per_tensor(Tensor self, float scale, int zero_point, ScalarType dtype) -> Tensor 2022-12-01T10:11:39.7550931Z processing existing schema: aten::quantize_per_tensor.tensor_qparams(Tensor self, Tensor scale, Tensor zero_point, ScalarType dtype) -> Tensor 2022-12-01T10:11:39.7552639Z processing existing schema: aten::quantize_per_tensor.tensors(Tensor[] tensors, Tensor scales, Tensor zero_points, ScalarType dtype) -> Tensor[] 2022-12-01T10:11:39.7554512Z processing existing schema: aten::quantize_per_tensor.out(Tensor self, float scale, int zero_point, ScalarType dtype, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7556427Z processing existing schema: aten::quantize_per_tensor.tensor_qparams_out(Tensor self, Tensor scale, Tensor zero_point, ScalarType dtype, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7558161Z processing existing schema: aten::quantize_per_tensor.tensors_out(Tensor[] tensors, Tensor scales, Tensor zero_points, ScalarType dtype, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:39.7560000Z processing existing schema: aten::quantize_per_tensor_dynamic(Tensor self, ScalarType dtype, bool reduce_range) -> Tensor 2022-12-01T10:11:39.7561599Z processing existing schema: aten::quantize_per_tensor_dynamic.out(Tensor self, ScalarType dtype, bool reduce_range, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7562934Z processing existing schema: aten::to_mkldnn(Tensor self, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:39.7564669Z processing existing schema: aten::to_mkldnn.out(Tensor self, ScalarType? dtype=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7566270Z processing existing schema: aten::to_sparse_bsc(Tensor self, int[2] blocksize) -> Tensor 2022-12-01T10:11:39.7568180Z processing existing schema: aten::to_sparse_bsc.out(Tensor self, int[2] blocksize, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7569682Z processing existing schema: aten::to_sparse_bsr(Tensor self, int[2] blocksize) -> Tensor 2022-12-01T10:11:39.7571601Z processing existing schema: aten::to_sparse_bsr.out(Tensor self, int[2] blocksize, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7572916Z processing existing schema: aten::to_sparse_csc(Tensor self) -> Tensor 2022-12-01T10:11:39.7574586Z processing existing schema: aten::to_sparse_csc.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7575870Z processing existing schema: aten::to_sparse_csr(Tensor self) -> Tensor 2022-12-01T10:11:39.7577528Z processing existing schema: aten::to_sparse_csr.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7578919Z processing existing schema: aten::to_sparse.sparse_dim(Tensor self, int sparse_dim) -> Tensor 2022-12-01T10:11:39.7580200Z processing existing schema: aten::to_sparse(Tensor self) -> Tensor 2022-12-01T10:11:39.7581972Z processing existing schema: aten::to_sparse.sparse_dim_out(Tensor self, int sparse_dim, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7583593Z processing existing schema: aten::to_sparse.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7585206Z processing existing schema: aten::heaviside_(Tensor(a!) self, Tensor values) -> Tensor(a!) 2022-12-01T10:11:39.7586535Z schema: nvprims::lgamma(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.7588178Z processing existing schema: aten::_spdiags(Tensor diagonals, Tensor offsets, int[] shape, Layout? layout=None) -> Tensor 2022-12-01T10:11:39.7590113Z processing existing schema: aten::_spdiags.out(Tensor diagonals, Tensor offsets, int[] shape, Layout? layout=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7591627Z processing existing schema: aten::endswith(str self, str substr, int start=0, int end=-1) -> bool 2022-12-01T10:11:39.7593080Z processing existing schema: aten::_dirichlet_grad(Tensor x, Tensor alpha, Tensor total) -> Tensor 2022-12-01T10:11:39.7594875Z processing existing schema: aten::_dirichlet_grad.out(Tensor x, Tensor alpha, Tensor total, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7596152Z schema: nvprims::log2(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.7597508Z processing existing schema: aten::_standard_gamma_grad(Tensor self, Tensor output) -> Tensor 2022-12-01T10:11:39.7599353Z processing existing schema: aten::_standard_gamma_grad.out(Tensor self, Tensor output, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7600948Z processing existing schema: aten::_weight_norm_interface_backward(Tensor grad_w, Tensor saved_v, Tensor saved_g, Tensor saved_norms, int dim) -> (Tensor, Tensor) 2022-12-01T10:11:39.7602919Z processing existing schema: aten::_weight_norm_interface_backward.out(Tensor grad_w, Tensor saved_v, Tensor saved_g, Tensor saved_norms, int dim, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:39.7603999Z processing existing schema: aten::_weight_norm_interface(Tensor v, Tensor g, int dim=0) -> (Tensor, Tensor) 2022-12-01T10:11:39.7605909Z processing existing schema: aten::_weight_norm_interface.out(Tensor v, Tensor g, int dim=0, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:39.7607185Z schema: nvprims::pow(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.7608615Z processing existing schema: aten::_unique(Tensor self, bool sorted=True, bool return_inverse=False) -> (Tensor, Tensor) 2022-12-01T10:11:39.7610465Z processing existing schema: aten::_unique.out(Tensor self, bool sorted=True, bool return_inverse=False, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:39.7612276Z schema: prims::slice_in_dim(Tensor(a) a, SymInt start_index, SymInt limit_index, int stride=1, int axis=0) -> Tensor(a) found on allowlist, skipping 2022-12-01T10:11:39.7613618Z processing existing schema: aten::_pad_circular(Tensor self, int[] pad) -> Tensor 2022-12-01T10:11:39.7614970Z processing existing schema: aten::vstack(Tensor[] tensors) -> Tensor 2022-12-01T10:11:39.7616752Z processing existing schema: aten::vstack.out(Tensor[] tensors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7618156Z processing existing schema: aten::tile(Tensor self, int[] dims) -> Tensor 2022-12-01T10:11:39.7619573Z schema: prims::minium_value(ScalarType dtype) -> Scalar found on allowlist, skipping 2022-12-01T10:11:39.7621015Z processing existing schema: aten::_sample_dirichlet(Tensor self, Generator? generator=None) -> Tensor 2022-12-01T10:11:39.7622861Z processing existing schema: aten::_sample_dirichlet.out(Tensor self, Generator? generator=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7624330Z processing existing schema: aten::take_along_dim(Tensor self, Tensor indices, int? dim=None) -> Tensor 2022-12-01T10:11:39.7626220Z processing existing schema: aten::take_along_dim.out(Tensor self, Tensor indices, int? dim=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7627756Z processing existing schema: aten::subtract.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor 2022-12-01T10:11:39.7629669Z processing existing schema: aten::subtract.out(Tensor self, Tensor other, *, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7631468Z processing existing schema: aten::subtract.Scalar(Tensor self, Scalar other, Scalar alpha=1) -> Tensor 2022-12-01T10:11:39.7632299Z processing existing schema: aten::std_mean(Tensor self, bool unbiased=True) -> (Tensor, Tensor) 2022-12-01T10:11:39.7634106Z processing existing schema: aten::std_mean.dim(Tensor self, int[1]? dim, bool unbiased=True, bool keepdim=False) -> (Tensor, Tensor) 2022-12-01T10:11:39.7635709Z processing existing schema: aten::std_mean.correction(Tensor self, int[1]? dim, *, int? correction, bool keepdim=False) -> (Tensor, Tensor) 2022-12-01T10:11:39.7637235Z processing existing schema: aten::std_mean.names_dim(Tensor self, str[1] dim, bool unbiased=True, bool keepdim=False) -> (Tensor, Tensor) 2022-12-01T10:11:39.7638860Z processing existing schema: aten::std_mean.correction_names(Tensor self, str[1] dim, *, int? correction, bool keepdim=False) -> (Tensor, Tensor) 2022-12-01T10:11:39.7641328Z processing existing schema: aten::std_mean.correction_out(Tensor self, int[1]? dim, *, int? correction, bool keepdim=False, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:39.7642527Z processing existing schema: aten::std(Tensor self, bool unbiased=True) -> Tensor 2022-12-01T10:11:39.7644649Z processing existing schema: aten::std.dim(Tensor self, int[1]? dim, bool unbiased=True, bool keepdim=False) -> Tensor 2022-12-01T10:11:39.7646230Z processing existing schema: aten::std.correction(Tensor self, int[1]? dim, *, int? correction, bool keepdim=False) -> Tensor 2022-12-01T10:11:39.7648008Z processing existing schema: aten::std.names_dim(Tensor self, str[1] dim, bool unbiased=True, bool keepdim=False) -> Tensor 2022-12-01T10:11:39.7649808Z processing existing schema: aten::std.names_out(Tensor self, str[1] dim, bool unbiased=True, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7651863Z processing existing schema: aten::std.out(Tensor self, int[1]? dim, bool unbiased=True, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7653769Z processing existing schema: aten::std.correction_out(Tensor self, int[1]? dim, *, int? correction, bool keepdim=False, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7655495Z processing existing schema: aten::std.correction_names(Tensor self, str[1] dim, *, int? correction, bool keepdim=False) -> Tensor 2022-12-01T10:11:39.7657692Z processing existing schema: aten::std.correction_names_out(Tensor self, str[1] dim, *, int? correction, bool keepdim=False, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7658544Z processing existing schema: aten::slogdet(Tensor self) -> (Tensor sign, Tensor logabsdet) 2022-12-01T10:11:39.7660128Z processing existing schema: aten::slogdet.out(Tensor self, *, Tensor(a!) sign, Tensor(b!) logabsdet) -> (Tensor(a!) sign, Tensor(b!) logabsdet) 2022-12-01T10:11:39.7661007Z processing existing schema: aten::hex(int i) -> str 2022-12-01T10:11:39.7662684Z processing existing schema: quantized::conv3d_padding(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> int[] 2022-12-01T10:11:39.7663561Z processing existing schema: aten::square(Tensor self) -> Tensor 2022-12-01T10:11:39.7665546Z processing existing schema: aten::square.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7667023Z processing existing schema: aten::special_polygamma(int n, Tensor self) -> Tensor 2022-12-01T10:11:39.7669054Z processing existing schema: aten::special_polygamma.out(int n, Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7669605Z schema: prims::reciprocal(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.7671423Z processing existing schema: aten::_linalg_eigh(Tensor A, str UPLO="L", bool compute_v=True) -> (Tensor eigenvalues, Tensor eigenvectors) 2022-12-01T10:11:39.7673107Z processing existing schema: aten::_linalg_eigh.eigenvalues(Tensor A, str UPLO="L", bool compute_v=True, *, Tensor(a!) eigenvalues, Tensor(b!) eigenvectors) -> (Tensor(a!) eigenvalues, Tensor(b!) eigenvectors) 2022-12-01T10:11:39.7674132Z processing existing schema: aten::special_multigammaln(Tensor self, int p) -> Tensor 2022-12-01T10:11:39.7675721Z processing existing schema: aten::special_multigammaln.out(Tensor self, int p, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7677274Z processing existing schema: aten::special_log_softmax(Tensor self, int dim, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:39.7678605Z processing existing schema: aten::special_logit(Tensor self, float? eps=None) -> Tensor 2022-12-01T10:11:39.7680375Z processing existing schema: aten::special_logit.out(Tensor self, float? eps=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7681536Z processing existing schema: aten::special_gammaincc(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.7683237Z processing existing schema: aten::special_gammaincc.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7685583Z processing existing schema: aten::rrelu(Tensor self, Scalar lower=0.125, Scalar upper=0.33333333333333331, bool training=False, Generator? generator=None) -> Tensor 2022-12-01T10:11:39.7686478Z processing existing schema: aten::__round_to_zero_floordiv.int(int a, int b) -> int 2022-12-01T10:11:39.7687937Z processing existing schema: quantized::embedding_bag_4bit_unpack(Tensor weight) -> Tensor 2022-12-01T10:11:39.7689202Z processing existing schema: aten::row_stack(Tensor[] tensors) -> Tensor 2022-12-01T10:11:39.7690917Z processing existing schema: aten::row_stack.out(Tensor[] tensors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7692232Z processing existing schema: aten::__derive_index(int index, int start, int step) -> int 2022-12-01T10:11:39.7693980Z processing existing schema: quantized::embedding_bag_byte_unpack(Tensor weight) -> Tensor 2022-12-01T10:11:39.7695500Z processing existing schema: aten::nll_loss_nd(Tensor self, Tensor target, Tensor? weight=None, int reduction=1, int ignore_index=-100) -> Tensor 2022-12-01T10:11:39.7696264Z processing existing schema: aten::negative(Tensor self) -> Tensor 2022-12-01T10:11:39.7698009Z processing existing schema: aten::negative.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7699302Z processing existing schema: aten::msort(Tensor self) -> Tensor 2022-12-01T10:11:39.7701107Z processing existing schema: aten::msort.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7703681Z processing existing schema: aten::max_pool2d(Tensor self, int[2] kernel_size, int[2] stride=[], int[2] padding=0, int[2] dilation=1, bool ceil_mode=False) -> Tensor 2022-12-01T10:11:39.7705439Z processing existing schema: aten::matrix_power(Tensor self, int n) -> Tensor 2022-12-01T10:11:39.7706937Z processing existing schema: aten::matrix_power.out(Tensor self, int n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7708488Z processing existing schema: aten::linalg_solve_ex(Tensor A, Tensor B, *, bool left=True, bool check_errors=False) -> (Tensor result, Tensor info) 2022-12-01T10:11:39.7710362Z processing existing schema: aten::linalg_solve_ex.out(Tensor A, Tensor B, *, bool left=True, bool check_errors=False, Tensor(a!) result, Tensor(b!) info) -> (Tensor(a!) result, Tensor(b!) info) 2022-12-01T10:11:39.7712031Z processing existing schema: aten::linalg_norm(Tensor self, Scalar? ord=None, int[1]? dim=None, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:39.7713557Z processing existing schema: aten::linalg_norm.ord_str(Tensor self, str ord, int[1]? dim=None, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:39.7715730Z processing existing schema: aten::linalg_norm.out(Tensor self, Scalar? ord=None, int[1]? dim=None, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7717819Z processing existing schema: aten::linalg_norm.ord_str_out(Tensor self, str ord, int[1]? dim=None, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7718975Z processing existing schema: aten::linalg_matmul(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.7720909Z processing existing schema: aten::linalg_matmul.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7722173Z processing existing schema: aten::linalg_det(Tensor A) -> Tensor 2022-12-01T10:11:39.7723709Z processing existing schema: aten::linalg_det.out(Tensor A, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7725191Z processing existing schema: aten::less.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.7726546Z processing existing schema: aten::less.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:39.7728302Z processing existing schema: aten::less.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7729775Z processing existing schema: aten::less.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7731228Z processing existing schema: aten::less_equal.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.7732375Z processing existing schema: aten::less_equal.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:39.7733955Z processing existing schema: aten::less_equal.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7735422Z processing existing schema: aten::less_equal.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7736839Z processing existing schema: aten::ldexp.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.7738333Z processing existing schema: aten::ldexp.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7739358Z processing existing schema: aten::ldexp(float x, int i) -> float 2022-12-01T10:11:39.7740664Z processing existing schema: aten::kron(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.7742609Z processing existing schema: aten::kron.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7743772Z processing existing schema: aten::sum_to_size(Tensor self, int[] size) -> Tensor 2022-12-01T10:11:39.7745651Z processing existing schema: aten::instance_norm(Tensor input, Tensor? weight, Tensor? bias, Tensor? running_mean, Tensor? running_var, bool use_input_stats, float momentum, float eps, bool cudnn_enabled) -> Tensor 2022-12-01T10:11:39.7746969Z processing existing schema: aten::hstack(Tensor[] tensors) -> Tensor 2022-12-01T10:11:39.7748608Z processing existing schema: aten::hstack.out(Tensor[] tensors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7750081Z processing existing schema: aten::greater.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.7751647Z processing existing schema: aten::greater.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:39.7753260Z processing existing schema: aten::greater.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7754872Z processing existing schema: aten::greater.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7756191Z processing existing schema: aten::greater_equal.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.7757535Z processing existing schema: aten::greater_equal.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:39.7759238Z processing existing schema: aten::greater_equal.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7761045Z processing existing schema: aten::greater_equal.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7762767Z processing existing schema: aten::gradient.scalarint(Tensor self, *, Scalar? spacing=None, int? dim=None, int edge_order=1) -> Tensor[] 2022-12-01T10:11:39.7764399Z processing existing schema: aten::gradient.scalararray(Tensor self, *, Scalar spacing, int[] dim, int edge_order=1) -> Tensor[] 2022-12-01T10:11:39.7765996Z processing existing schema: aten::gradient.array(Tensor self, *, int[] dim, int edge_order=1) -> Tensor[] 2022-12-01T10:11:39.7767686Z processing existing schema: aten::gradient.scalarrayint(Tensor self, *, Scalar[] spacing, int? dim=None, int edge_order=1) -> Tensor[] 2022-12-01T10:11:39.7769376Z processing existing schema: aten::gradient.scalarrayarray(Tensor self, *, Scalar[] spacing, int[] dim, int edge_order=1) -> Tensor[] 2022-12-01T10:11:39.7771095Z processing existing schema: aten::gradient.tensorarrayint(Tensor self, *, Tensor[] spacing, int? dim=None, int edge_order=1) -> Tensor[] 2022-12-01T10:11:39.7772796Z processing existing schema: aten::gradient.tensorarray(Tensor self, *, Tensor[] spacing, int[] dim, int edge_order=1) -> Tensor[] 2022-12-01T10:11:39.7774002Z processing existing schema: aten::ger(Tensor self, Tensor vec2) -> Tensor 2022-12-01T10:11:39.7775693Z processing existing schema: aten::ger.out(Tensor self, Tensor vec2, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7777032Z processing existing schema: aten::float_power.Tensor_Tensor(Tensor self, Tensor exponent) -> Tensor 2022-12-01T10:11:39.7778393Z processing existing schema: aten::float_power.Tensor_Scalar(Tensor self, Scalar exponent) -> Tensor 2022-12-01T10:11:39.7780062Z processing existing schema: aten::float_power.Tensor_Tensor_out(Tensor self, Tensor exponent, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7781359Z processing existing schema: aten::float_power.Scalar(Scalar self, Tensor exponent) -> Tensor 2022-12-01T10:11:39.7783038Z processing existing schema: aten::float_power.Scalar_out(Scalar self, Tensor exponent, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7785070Z processing existing schema: aten::float_power.Tensor_Scalar_out(Tensor self, Scalar exponent, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7786026Z processing existing schema: aten::flipud(Tensor self) -> Tensor 2022-12-01T10:11:39.7787387Z processing existing schema: aten::fliplr(Tensor self) -> Tensor 2022-12-01T10:11:39.7789324Z processing existing schema: aten::fft_hfftn(Tensor self, int[1]? s=None, int[1]? dim=None, str? norm=None) -> Tensor 2022-12-01T10:11:39.7791619Z processing existing schema: aten::fft_hfftn.out(Tensor self, int[1]? s=None, int[1]? dim=None, str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7793628Z processing existing schema: aten::fft_hfft2(Tensor self, int[1]? s=None, int[1] dim=[-2, -1], str? norm=None) -> Tensor 2022-12-01T10:11:39.7796027Z processing existing schema: aten::fft_hfft2.out(Tensor self, int[1]? s=None, int[1] dim=[-2, -1], str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7797526Z processing existing schema: aten::fft_fftshift(Tensor self, int[1]? dim=None) -> Tensor 2022-12-01T10:11:39.7799461Z processing existing schema: aten::dstack(Tensor[] tensors) -> Tensor 2022-12-01T10:11:39.7800895Z processing existing schema: aten::dstack.out(Tensor[] tensors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7802367Z processing existing schema: aten::diag_backward(Tensor grad, SymInt[] input_sizes, int diagonal) -> Tensor 2022-12-01T10:11:39.7803605Z processing existing schema: aten::combinations(Tensor self, int r=2, bool with_replacement=False) -> Tensor 2022-12-01T10:11:39.7805018Z processing existing schema: aten::clip(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor 2022-12-01T10:11:39.7806476Z processing existing schema: aten::clip.Tensor(Tensor self, Tensor? min=None, Tensor? max=None) -> Tensor 2022-12-01T10:11:39.7808155Z processing existing schema: aten::clip.out(Tensor self, Scalar? min=None, Scalar? max=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7809864Z processing existing schema: aten::clip.Tensor_out(Tensor self, Tensor? min=None, Tensor? max=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7810771Z processing existing schema: aten::cartesian_prod(Tensor[] tensors) -> Tensor 2022-12-01T10:11:39.7812257Z processing existing schema: aten::broadcast_tensors(Tensor[] tensors) -> Tensor[] 2022-12-01T10:11:39.7814302Z processing existing schema: aten::batch_norm(Tensor input, Tensor? weight, Tensor? bias, Tensor? running_mean, Tensor? running_var, bool training, float momentum, float eps, bool cudnn_enabled) -> Tensor 2022-12-01T10:11:39.7815159Z processing existing schema: aten::atleast_3d(Tensor self) -> Tensor 2022-12-01T10:11:39.7816547Z processing existing schema: aten::atleast_3d.Sequence(Tensor[] tensors) -> Tensor[] 2022-12-01T10:11:39.7817795Z processing existing schema: aten::atleast_2d(Tensor self) -> Tensor 2022-12-01T10:11:39.7819335Z processing existing schema: aten::atleast_2d.Sequence(Tensor[] tensors) -> Tensor[] 2022-12-01T10:11:39.7820727Z processing existing schema: aten::atleast_1d(Tensor self) -> Tensor 2022-12-01T10:11:39.7822287Z processing existing schema: aten::atleast_1d.Sequence(Tensor[] tensors) -> Tensor[] 2022-12-01T10:11:39.7823287Z processing existing schema: aten::arctanh(Tensor self) -> Tensor 2022-12-01T10:11:39.7825083Z processing existing schema: aten::arctanh.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7826218Z processing existing schema: aten::arctan(Tensor self) -> Tensor 2022-12-01T10:11:39.7827935Z processing existing schema: aten::arctan.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7830576Z processing existing schema: aten::max_pool1d_with_indices(Tensor self, int[1] kernel_size, int[1] stride=[], int[1] padding=[0], int[1] dilation=[1], bool ceil_mode=False) -> (Tensor, Tensor) 2022-12-01T10:11:39.7831301Z processing existing schema: aten::arcsinh(Tensor self) -> Tensor 2022-12-01T10:11:39.7833000Z processing existing schema: aten::arcsinh.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7834417Z processing existing schema: aten::max.other(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.7835692Z processing existing schema: aten::max(Tensor self) -> Tensor 2022-12-01T10:11:39.7837302Z processing existing schema: aten::max.dim(Tensor self, int dim, bool keepdim=False) -> (Tensor values, Tensor indices) 2022-12-01T10:11:39.7839143Z processing existing schema: aten::max.dim_max(Tensor self, int dim, bool keepdim=False, *, Tensor(a!) max, Tensor(b!) max_values) -> (Tensor(a!) values, Tensor(b!) indices) 2022-12-01T10:11:39.7840457Z processing existing schema: aten::max.names_dim(Tensor self, str dim, bool keepdim=False) -> (Tensor values, Tensor indices) 2022-12-01T10:11:39.7842392Z processing existing schema: aten::max.names_dim_max(Tensor self, str dim, bool keepdim=False, *, Tensor(a!) max, Tensor(b!) max_values) -> (Tensor(a!) values, Tensor(b!) indices) 2022-12-01T10:11:39.7843843Z processing existing schema: aten::max.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7845237Z processing existing schema: aten::arcsin(Tensor self) -> Tensor 2022-12-01T10:11:39.7846830Z processing existing schema: aten::arcsin.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7848065Z processing existing schema: aten::arccosh(Tensor self) -> Tensor 2022-12-01T10:11:39.7849789Z processing existing schema: aten::arccosh.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7851045Z processing existing schema: aten::adjoint(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:39.7853559Z processing existing schema: aten::avg_pool1d(Tensor self, int[1] kernel_size, int[1] stride=[], int[1] padding=[0], bool ceil_mode=False, bool count_include_pad=True) -> Tensor 2022-12-01T10:11:39.7855009Z processing existing schema: aten::arctan2(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.7856610Z processing existing schema: aten::arctan2.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7858223Z processing existing schema: aten::cov(Tensor self, *, int correction=1, Tensor? fweights=None, Tensor? aweights=None) -> Tensor 2022-12-01T10:11:39.7859508Z processing existing schema: aten::__xor__.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.7860908Z processing existing schema: aten::__xor__.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:39.7862219Z processing existing schema: aten::__xor__.bool(bool a, bool b) -> bool 2022-12-01T10:11:39.7863629Z processing existing schema: aten::__xor__.int(int a, int b) -> int 2022-12-01T10:11:39.7865556Z processing existing schema: aten::randn(int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:39.7867480Z processing existing schema: aten::randn.generator(int[] size, *, Generator? generator, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:39.7869398Z processing existing schema: aten::randn.names(int[] size, *, str[]? names, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:39.7871393Z processing existing schema: aten::randn.generator_with_names(int[] size, *, Generator? generator, str[]? names, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:39.7872820Z processing existing schema: aten::randn.out(int[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7874629Z processing existing schema: aten::randn.generator_out(int[] size, *, Generator? generator, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7876476Z processing existing schema: aten::randn.names_out(int[] size, *, str[]? names, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7878732Z processing existing schema: aten::randn.generator_with_names_out(int[] size, *, Generator? generator, str[]? names, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7880306Z processing existing schema: aten::positive(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:39.7882051Z processing existing schema: prim::mkldnn_convolution(Tensor input, Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups) -> Tensor 2022-12-01T10:11:39.7883415Z processing existing schema: aten::rad2deg(Tensor self) -> Tensor 2022-12-01T10:11:39.7885090Z processing existing schema: aten::rad2deg.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7885889Z processing existing schema: prim::TupleUnpack(Any tup) -> ... 2022-12-01T10:11:39.7887750Z processing existing schema: quantized::add_out(Tensor qa, Tensor qb, Tensor(a!) out) -> Tensor(a!) out 2022-12-01T10:11:39.7889354Z processing existing schema: aten::feature_alpha_dropout_(Tensor(a!) self, float p, bool train) -> Tensor(a!) 2022-12-01T10:11:39.7890999Z processing existing schema: aten::masked_select_backward(Tensor grad, Tensor input, Tensor mask) -> Tensor 2022-12-01T10:11:39.7892337Z processing existing schema: aten::masked_select(Tensor self, Tensor mask) -> Tensor 2022-12-01T10:11:39.7894065Z processing existing schema: aten::masked_select.out(Tensor self, Tensor mask, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7895448Z processing existing schema: aten::logical_xor_(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:39.7896706Z processing existing schema: prim::MKLDNNHardSwish(Tensor a) -> Tensor 2022-12-01T10:11:39.7898183Z processing existing schema: aten::alpha_dropout_(Tensor(a!) self, float p, bool train) -> Tensor(a!) 2022-12-01T10:11:39.7900282Z processing existing schema: aten::masked_fill_.Scalar(Tensor(a!) self, Tensor mask, Scalar value) -> Tensor(a!) 2022-12-01T10:11:39.7901761Z processing existing schema: aten::masked_fill_.Tensor(Tensor(a!) self, Tensor mask, Tensor value) -> Tensor(a!) 2022-12-01T10:11:39.7902543Z processing existing schema: prim::unsqueeze_copy(Tensor self, int dim) -> Tensor 2022-12-01T10:11:39.7904130Z processing existing schema: aten::div_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:39.7905806Z processing existing schema: aten::div_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:39.7907339Z processing existing schema: aten::div_.Tensor_mode(Tensor(a!) self, Tensor other, *, str? rounding_mode) -> Tensor(a!) 2022-12-01T10:11:39.7908930Z processing existing schema: aten::div_.Scalar_mode(Tensor(a!) self, Scalar other, *, str? rounding_mode) -> Tensor(a!) 2022-12-01T10:11:39.7910421Z processing existing schema: aten::mul_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:39.7911928Z processing existing schema: aten::mul_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:39.7913508Z processing existing schema: aten::mul_.t(t[](a!) l, int n) -> t[](a!) 2022-12-01T10:11:39.7915239Z processing existing schema: aten::sub_.Tensor(Tensor(a!) self, Tensor other, *, Scalar alpha=1) -> Tensor(a!) 2022-12-01T10:11:39.7916806Z processing existing schema: aten::sub_.Scalar(Tensor(a!) self, Scalar other, Scalar alpha=1) -> Tensor(a!) 2022-12-01T10:11:39.7918232Z processing existing schema: aten::tanh_backward(Tensor grad_output, Tensor output) -> Tensor 2022-12-01T10:11:39.7919970Z processing existing schema: aten::tanh_backward.grad_input(Tensor grad_output, Tensor output, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:39.7921188Z schema: prims::reshape(Tensor a, SymInt[] shape) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.7922558Z processing existing schema: aten::_remove_batch_dim(Tensor self, int level, int batch_size, int out_dim) -> Tensor 2022-12-01T10:11:39.7924012Z processing existing schema: aten::trapezoid.x(Tensor y, Tensor x, *, int dim=-1) -> Tensor 2022-12-01T10:11:39.7925385Z processing existing schema: aten::trapezoid.dx(Tensor y, *, Scalar dx=1, int dim=-1) -> Tensor 2022-12-01T10:11:39.7926920Z processing existing schema: aten::leaky_relu_backward(Tensor grad_output, Tensor self, Scalar negative_slope, bool self_is_result) -> Tensor 2022-12-01T10:11:39.7928909Z processing existing schema: aten::leaky_relu_backward.grad_input(Tensor grad_output, Tensor self, Scalar negative_slope, bool self_is_result, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:39.7929961Z processing existing schema: aten::hardswish_backward(Tensor grad_output, Tensor self) -> Tensor 2022-12-01T10:11:39.7931698Z processing existing schema: aten::hardswish_backward.out(Tensor grad_output, Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7933081Z processing existing schema: aten::hardshrink_backward(Tensor grad_out, Tensor self, Scalar lambd) -> Tensor 2022-12-01T10:11:39.7934834Z processing existing schema: aten::hardshrink_backward.grad_input(Tensor grad_out, Tensor self, Scalar lambd, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:39.7936115Z processing existing schema: aten::hardtanh_backward(Tensor grad_output, Tensor self, Scalar min_val, Scalar max_val) -> Tensor 2022-12-01T10:11:39.7937919Z processing existing schema: aten::hardtanh_backward.grad_input(Tensor grad_output, Tensor self, Scalar min_val, Scalar max_val, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:39.7939477Z processing existing schema: aten::special_logsumexp(Tensor self, int[1] dim, bool keepdim=False) -> Tensor 2022-12-01T10:11:39.7941343Z processing existing schema: aten::special_logsumexp.out(Tensor self, int[1] dim, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7942622Z processing existing schema: aten::hardsigmoid_backward(Tensor grad_output, Tensor self) -> Tensor 2022-12-01T10:11:39.7944271Z processing existing schema: aten::hardsigmoid_backward.grad_input(Tensor grad_output, Tensor self, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:39.7945463Z processing existing schema: aten::special_xlogy(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.7946920Z processing existing schema: aten::special_xlogy.other_scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:39.7948298Z processing existing schema: aten::special_xlogy.self_scalar(Scalar self, Tensor other) -> Tensor 2022-12-01T10:11:39.7949950Z processing existing schema: aten::special_xlogy.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7951636Z processing existing schema: aten::special_xlogy.self_scalar_out(Scalar self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7953314Z processing existing schema: aten::special_xlogy.other_scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7954611Z processing existing schema: aten::special_xlog1py(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.7955998Z processing existing schema: aten::special_xlog1py.other_scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:39.7957364Z processing existing schema: aten::special_xlog1py.self_scalar(Scalar self, Tensor other) -> Tensor 2022-12-01T10:11:39.7959026Z processing existing schema: aten::special_xlog1py.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7960931Z processing existing schema: aten::special_xlog1py.self_scalar_out(Scalar self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7962540Z processing existing schema: aten::special_xlog1py.other_scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7965134Z processing existing schema: aten::rrelu_with_noise(Tensor self, Tensor noise, Scalar lower=0.125, Scalar upper=0.33333333333333331, bool training=False, Generator? generator=None) -> Tensor 2022-12-01T10:11:39.7967818Z processing existing schema: aten::rrelu_with_noise.out(Tensor self, Tensor noise, Scalar lower=0.125, Scalar upper=0.33333333333333331, bool training=False, Generator? generator=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7969028Z processing existing schema: aten::_unwrap_optional(t(a)? optional) -> t(a) 2022-12-01T10:11:39.7970527Z processing existing schema: quantized::embedding_bag_unpack(__torch__.torch.classes.quantized.EmbeddingPackedParamsBase W_prepack) -> Tensor W_origin 2022-12-01T10:11:39.7971760Z processing existing schema: aten::remainder.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.7973330Z processing existing schema: aten::remainder.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:39.7974590Z processing existing schema: aten::remainder.Scalar_Tensor(Scalar self, Tensor other) -> Tensor 2022-12-01T10:11:39.7976156Z processing existing schema: aten::remainder.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7977837Z processing existing schema: aten::remainder.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7979563Z processing existing schema: aten::remainder.Scalar_Tensor_out(Scalar self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.7980942Z processing existing schema: aten::remainder.int(int a, int b) -> int 2022-12-01T10:11:39.7982282Z processing existing schema: aten::remainder.float(float a, float b) -> float 2022-12-01T10:11:39.7983540Z processing existing schema: aten::remainder.int_float(int a, float b) -> float 2022-12-01T10:11:39.7984983Z processing existing schema: aten::remainder.float_int(float a, int b) -> float 2022-12-01T10:11:39.7986102Z processing existing schema: aten::remainder(Scalar a, Scalar b) -> Scalar 2022-12-01T10:11:39.7987588Z processing existing schema: prim::device(Tensor a) -> Device 2022-12-01T10:11:39.7989129Z processing existing schema: quantized::conv3d_relu.new(Tensor qx, __torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:39.7990948Z processing existing schema: quantized::conv3d_relu(Tensor qx, __torch__.torch.classes.quantized.Conv3dPackedParamsBase weight, int[] stride, int[] padding, int[] dilation, int groups, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:39.7991707Z processing existing schema: aten::corrcoef(Tensor self) -> Tensor 2022-12-01T10:11:39.7993071Z processing existing schema: quantized::add(Tensor qa, Tensor qb, float scale, int zero_point) -> Tensor qc 2022-12-01T10:11:39.7994523Z processing existing schema: quantized::add.out(Tensor qa, Tensor qb, Tensor(a!) out) -> Tensor(a!) out 2022-12-01T10:11:39.7995995Z processing existing schema: quantized::add.Scalar(Tensor qa, Scalar b) -> Tensor qc 2022-12-01T10:11:39.7997044Z processing existing schema: quantized::add.Scalar2(Scalar b, Tensor qa) -> Tensor qc 2022-12-01T10:11:39.7998642Z processing existing schema: quantized::add.Scalar_out(Tensor qa, Scalar b, Tensor(a!) out) -> Tensor(a!) out 2022-12-01T10:11:39.7999938Z processing existing schema: aten::polygamma(int n, Tensor self) -> Tensor 2022-12-01T10:11:39.8001433Z processing existing schema: aten::polygamma.out(int n, Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8003181Z processing existing schema: aten::rand(int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:39.8004946Z processing existing schema: aten::rand.generator(int[] size, *, Generator? generator, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:39.8006687Z processing existing schema: aten::rand.names(int[] size, *, str[]? names, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:39.8008633Z processing existing schema: aten::rand.generator_with_names(int[] size, *, Generator? generator, str[]? names, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:39.8009961Z processing existing schema: aten::rand.out(int[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8011622Z processing existing schema: aten::rand.generator_out(int[] size, *, Generator? generator, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8013207Z processing existing schema: aten::rand.names_out(int[] size, *, str[]? names, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8015182Z processing existing schema: aten::rand.generator_with_names_out(int[] size, *, Generator? generator, str[]? names, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8016342Z processing existing schema: quantized::add_scalar(Tensor qa, Scalar b) -> Tensor qc 2022-12-01T10:11:39.8017684Z processing existing schema: quantized::add_scalar.Tensor(Tensor qa, Tensor b) -> Tensor qc 2022-12-01T10:11:39.8019015Z processing existing schema: aten::pow_.Scalar(Tensor(a!) self, Scalar exponent) -> Tensor(a!) 2022-12-01T10:11:39.8020471Z processing existing schema: aten::pow_.Tensor(Tensor(a!) self, Tensor exponent) -> Tensor(a!) 2022-12-01T10:11:39.8022016Z processing existing schema: prim::MKLDNNScalarMul_(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:39.8023103Z processing existing schema: aten::minimum(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.8025337Z processing existing schema: aten::minimum.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8025741Z processing existing schema: aten::maximum(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.8027603Z processing existing schema: aten::maximum.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8028548Z processing existing schema: aten::lcm(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.8030040Z processing existing schema: aten::lcm.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8031241Z processing existing schema: aten::trapz.x(Tensor y, Tensor x, *, int dim=-1) -> Tensor 2022-12-01T10:11:39.8032636Z processing existing schema: aten::trapz.dx(Tensor y, *, float dx=1., int dim=-1) -> Tensor 2022-12-01T10:11:39.8034082Z processing existing schema: aten::lerp.Scalar(Tensor self, Tensor end, Scalar weight) -> Tensor 2022-12-01T10:11:39.8035400Z processing existing schema: aten::lerp.Tensor(Tensor self, Tensor end, Tensor weight) -> Tensor 2022-12-01T10:11:39.8037116Z processing existing schema: aten::lerp.Scalar_out(Tensor self, Tensor end, Scalar weight, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8038812Z processing existing schema: aten::lerp.Tensor_out(Tensor self, Tensor end, Tensor weight, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8040295Z processing existing schema: aten::igammac(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.8041833Z processing existing schema: aten::igammac.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8042996Z processing existing schema: aten::gcd(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.8044564Z processing existing schema: aten::gcd.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8045932Z processing existing schema: aten::gcd.int(int a, int b) -> int 2022-12-01T10:11:39.8047251Z processing existing schema: aten::special_softmax(Tensor self, int dim, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:39.8048544Z schema: prims::tan(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.8050199Z processing existing schema: aten::_make_dual(Tensor(a) primal, Tensor tangent, int level) -> Tensor(a) 2022-12-01T10:11:39.8051463Z processing existing schema: aten::hypot(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.8053150Z processing existing schema: aten::hypot.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8054266Z processing existing schema: aten::heaviside(Tensor self, Tensor values) -> Tensor 2022-12-01T10:11:39.8055944Z processing existing schema: aten::heaviside.out(Tensor self, Tensor values, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8056884Z processing existing schema: aten::frexp.Tensor(Tensor self) -> (Tensor mantissa, Tensor exponent) 2022-12-01T10:11:39.8058652Z processing existing schema: aten::frexp.Tensor_out(Tensor self, *, Tensor(a!) mantissa, Tensor(b!) exponent) -> (Tensor(a!) mantissa, Tensor(b!) exponent) 2022-12-01T10:11:39.8059330Z processing existing schema: aten::frexp(float a) -> (float, int) 2022-12-01T10:11:39.8060806Z processing existing schema: aten::fmin(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.8062285Z processing existing schema: aten::fmin.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8063737Z processing existing schema: aten::clamp_max_(Tensor(a!) self, Scalar max) -> Tensor(a!) 2022-12-01T10:11:39.8065095Z processing existing schema: aten::clamp_max_.Tensor(Tensor(a!) self, Tensor max) -> Tensor(a!) 2022-12-01T10:11:39.8066217Z processing existing schema: aten::bitwise_right_shift.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.8067665Z processing existing schema: aten::bitwise_right_shift.Tensor_Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:39.8069187Z processing existing schema: aten::bitwise_right_shift.Scalar_Tensor(Scalar self, Tensor other) -> Tensor 2022-12-01T10:11:39.8070774Z processing existing schema: aten::bitwise_right_shift.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8072471Z processing existing schema: aten::bitwise_right_shift.Tensor_Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8074347Z processing existing schema: aten::bitwise_right_shift.Scalar_Tensor_out(Scalar self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8075684Z processing existing schema: aten::bitwise_left_shift.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.8077329Z processing existing schema: aten::bitwise_left_shift.Tensor_Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:39.8078369Z processing existing schema: aten::bitwise_left_shift.Scalar_Tensor(Scalar self, Tensor other) -> Tensor 2022-12-01T10:11:39.8080291Z processing existing schema: aten::bitwise_left_shift.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8081658Z processing existing schema: aten::bitwise_left_shift.Tensor_Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8083085Z processing existing schema: aten::bitwise_left_shift.Scalar_Tensor_out(Scalar self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8084390Z processing existing schema: aten::bitwise_xor.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.8085742Z processing existing schema: aten::bitwise_xor.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:39.8087458Z processing existing schema: aten::bitwise_xor.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8089141Z processing existing schema: aten::bitwise_xor.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8090534Z processing existing schema: aten::bitwise_xor.Scalar_Tensor(Scalar self, Tensor other) -> Tensor 2022-12-01T10:11:39.8092199Z processing existing schema: aten::bitwise_xor.Scalar_Tensor_out(Scalar self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8093506Z processing existing schema: aten::bitwise_or.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.8094835Z processing existing schema: aten::bitwise_or.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:39.8096547Z processing existing schema: aten::bitwise_or.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8098202Z processing existing schema: aten::bitwise_or.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8099522Z processing existing schema: aten::bitwise_or.Scalar_Tensor(Scalar self, Tensor other) -> Tensor 2022-12-01T10:11:39.8101265Z processing existing schema: aten::bitwise_or.Scalar_Tensor_out(Scalar self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8102565Z processing existing schema: aten::bitwise_and.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.8103943Z processing existing schema: aten::bitwise_and.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:39.8105696Z processing existing schema: aten::bitwise_and.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8107307Z processing existing schema: aten::bitwise_and.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8108620Z processing existing schema: aten::bitwise_and.Scalar_Tensor(Scalar self, Tensor other) -> Tensor 2022-12-01T10:11:39.8110350Z processing existing schema: aten::bitwise_and.Scalar_Tensor_out(Scalar self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8111632Z processing existing schema: aten::glu(Tensor self, int dim=-1) -> Tensor 2022-12-01T10:11:39.8113392Z processing existing schema: aten::glu.out(Tensor self, int dim=-1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8114758Z processing existing schema: aten::glu_backward(Tensor grad_output, Tensor self, int dim) -> Tensor 2022-12-01T10:11:39.8116561Z processing existing schema: aten::glu_backward.grad_input(Tensor grad_output, Tensor self, int dim, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:39.8117873Z processing existing schema: aten::linalg_inv_ex(Tensor A, *, bool check_errors=False) -> (Tensor inverse, Tensor info) 2022-12-01T10:11:39.8119646Z processing existing schema: aten::linalg_inv_ex.inverse(Tensor A, *, bool check_errors=False, Tensor(a!) inverse, Tensor(b!) info) -> (Tensor(a!) inverse, Tensor(b!) info) 2022-12-01T10:11:39.8121371Z processing existing schema: aten::linalg_lstsq(Tensor self, Tensor b, float? rcond=None, *, str? driver=None) -> (Tensor solution, Tensor residuals, Tensor rank, Tensor singular_values) 2022-12-01T10:11:39.8123845Z processing existing schema: aten::linalg_lstsq.out(Tensor self, Tensor b, float? rcond=None, *, str? driver=None, Tensor(a!) solution, Tensor(b!) residuals, Tensor(c!) rank, Tensor(d!) singular_values) -> (Tensor(a!) solution, Tensor(b!) residuals, Tensor(c!) rank, Tensor(d!) singular_values) 2022-12-01T10:11:39.8124692Z processing existing schema: aten::linalg_eig(Tensor self) -> (Tensor eigenvalues, Tensor eigenvectors) 2022-12-01T10:11:39.8126444Z processing existing schema: aten::linalg_eig.out(Tensor self, *, Tensor(a!) eigenvalues, Tensor(b!) eigenvectors) -> (Tensor(a!) eigenvalues, Tensor(b!) eigenvectors) 2022-12-01T10:11:39.8127468Z processing existing schema: aten::linalg_cholesky_ex(Tensor self, *, bool upper=False, bool check_errors=False) -> (Tensor L, Tensor info) 2022-12-01T10:11:39.8129158Z processing existing schema: aten::linalg_cholesky_ex.L(Tensor self, *, bool upper=False, bool check_errors=False, Tensor(a!) L, Tensor(b!) info) -> (Tensor(a!) L, Tensor(b!) info) 2022-12-01T10:11:39.8130402Z processing existing schema: aten::linalg_qr(Tensor A, str mode="reduced") -> (Tensor Q, Tensor R) 2022-12-01T10:11:39.8132289Z processing existing schema: aten::linalg_qr.out(Tensor A, str mode="reduced", *, Tensor(a!) Q, Tensor(b!) R) -> (Tensor(a!) Q, Tensor(b!) R) 2022-12-01T10:11:39.8133725Z processing existing schema: aten::multilabel_margin_loss_forward(Tensor self, Tensor target, int reduction) -> (Tensor output, Tensor is_target) 2022-12-01T10:11:39.8135557Z processing existing schema: aten::multilabel_margin_loss_forward.output(Tensor self, Tensor target, int reduction, *, Tensor(a!) output, Tensor(b!) is_target) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:39.8137262Z processing existing schema: aten::fractional_max_pool3d(Tensor self, int[3] kernel_size, int[3] output_size, Tensor random_samples) -> (Tensor, Tensor) 2022-12-01T10:11:39.8140163Z processing existing schema: aten::fractional_max_pool3d.output(Tensor self, int[3] kernel_size, int[3] output_size, Tensor random_samples, *, Tensor(a!) output, Tensor(b!) indices) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:39.8140977Z processing existing schema: aten::softshrink_backward(Tensor grad_output, Tensor self, Scalar lambd) -> Tensor 2022-12-01T10:11:39.8142944Z processing existing schema: aten::softshrink_backward.grad_input(Tensor grad_output, Tensor self, Scalar lambd, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:39.8144157Z processing existing schema: aten::has_torch_function(...) -> bool 2022-12-01T10:11:39.8145806Z processing existing schema: quantized::conv_transpose3d_output_padding(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> int[] 2022-12-01T10:11:39.8147307Z processing existing schema: aten::fractional_max_pool2d(Tensor self, int[2] kernel_size, int[2] output_size, Tensor random_samples) -> (Tensor, Tensor) 2022-12-01T10:11:39.8149467Z processing existing schema: aten::fractional_max_pool2d.output(Tensor self, int[2] kernel_size, int[2] output_size, Tensor random_samples, *, Tensor(a!) output, Tensor(b!) indices) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:39.8150901Z processing existing schema: aten::triangular_solve(Tensor self, Tensor A, bool upper=True, bool transpose=False, bool unitriangular=False) -> (Tensor solution, Tensor cloned_coefficient) 2022-12-01T10:11:39.8152665Z processing existing schema: aten::triangular_solve.X(Tensor self, Tensor A, bool upper=True, bool transpose=False, bool unitriangular=False, *, Tensor(a!) X, Tensor(b!) M) -> (Tensor(a!) solution, Tensor(b!) cloned_coefficient) 2022-12-01T10:11:39.8154645Z processing existing schema: aten::symeig(Tensor self, bool eigenvectors=False, bool upper=True) -> (Tensor eigenvalues, Tensor eigenvectors) 2022-12-01T10:11:39.8156303Z processing existing schema: aten::symeig.e(Tensor self, bool eigenvectors=False, bool upper=True, *, Tensor(a!) e, Tensor(b!) V) -> (Tensor(a!) eigenvalues, Tensor(b!) eigenvectors) 2022-12-01T10:11:39.8157363Z processing existing schema: aten::svd(Tensor self, bool some=True, bool compute_uv=True) -> (Tensor U, Tensor S, Tensor V) 2022-12-01T10:11:39.8159467Z processing existing schema: aten::svd.U(Tensor self, bool some=True, bool compute_uv=True, *, Tensor(a!) U, Tensor(b!) S, Tensor(c!) V) -> (Tensor(a!) U, Tensor(b!) S, Tensor(c!) V) 2022-12-01T10:11:39.8160350Z processing existing schema: aten::qr(Tensor self, bool some=True) -> (Tensor Q, Tensor R) 2022-12-01T10:11:39.8162459Z processing existing schema: aten::qr.Q(Tensor self, bool some=True, *, Tensor(a!) Q, Tensor(b!) R) -> (Tensor(a!) Q, Tensor(b!) R) 2022-12-01T10:11:39.8164216Z processing existing schema: quantized::quantized_lstm_cell_dynamic(Tensor input, Tensor[] hx, __torch__.torch.classes.quantized.LinearPackedParamsBase w_ih, __torch__.torch.classes.quantized.LinearPackedParamsBase w_hh, Tensor bias_ih, Tensor bias_hh) -> (Tensor, Tensor) 2022-12-01T10:11:39.8164920Z schema: prims::sqrt(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.8166511Z processing existing schema: aten::_lu_with_info(Tensor self, bool pivot=True, bool check_errors=True) -> (Tensor LU, Tensor pivots, Tensor info) 2022-12-01T10:11:39.8167520Z processing existing schema: aten::special_sinc(Tensor self) -> Tensor 2022-12-01T10:11:39.8169027Z processing existing schema: aten::special_sinc.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8170240Z processing existing schema: aten::geqrf(Tensor self) -> (Tensor a, Tensor tau) 2022-12-01T10:11:39.8171805Z processing existing schema: aten::geqrf.a(Tensor self, *, Tensor(a!) a, Tensor(b!) tau) -> (Tensor(a!) a, Tensor(b!) tau) 2022-12-01T10:11:39.8173240Z processing existing schema: aten::linalg_tensorsolve(Tensor self, Tensor other, int[]? dims=None) -> Tensor 2022-12-01T10:11:39.8175037Z processing existing schema: aten::linalg_tensorsolve.out(Tensor self, Tensor other, int[]? dims=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8176399Z processing existing schema: aten::linalg_tensorinv(Tensor self, int ind=2) -> Tensor 2022-12-01T10:11:39.8178103Z processing existing schema: aten::linalg_tensorinv.out(Tensor self, int ind=2, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8179491Z processing existing schema: aten::linalg_householder_product(Tensor input, Tensor tau) -> Tensor 2022-12-01T10:11:39.8181131Z processing existing schema: aten::linalg_householder_product.out(Tensor input, Tensor tau, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8182584Z processing existing schema: aten::linalg_eigvalsh(Tensor self, str UPLO="L") -> Tensor 2022-12-01T10:11:39.8184170Z processing existing schema: aten::linalg_eigvalsh.out(Tensor self, str UPLO="L", *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8185401Z processing existing schema: aten::linalg_eigvals(Tensor self) -> Tensor 2022-12-01T10:11:39.8186903Z processing existing schema: aten::linalg_eigvals.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8188437Z processing existing schema: aten::value_selecting_reduction_backward(Tensor grad, int dim, Tensor indices, int[] sizes, bool keepdim) -> Tensor 2022-12-01T10:11:39.8189759Z processing existing schema: aten::linalg_svdvals(Tensor A, *, str? driver=None) -> Tensor 2022-12-01T10:11:39.8191450Z processing existing schema: aten::linalg_svdvals.out(Tensor A, *, str? driver=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8192812Z processing existing schema: aten::linalg_solve(Tensor A, Tensor B, *, bool left=True) -> Tensor 2022-12-01T10:11:39.8194567Z processing existing schema: aten::linalg_solve.out(Tensor A, Tensor B, *, bool left=True, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8196071Z processing existing schema: aten::linalg_matrix_rank(Tensor self, float tol, bool hermitian=False) -> Tensor 2022-12-01T10:11:39.8197603Z processing existing schema: aten::linalg_matrix_rank.tol_tensor(Tensor input, Tensor tol, bool hermitian=False) -> Tensor 2022-12-01T10:11:39.8199634Z processing existing schema: aten::linalg_matrix_rank.atol_rtol_tensor(Tensor input, *, Tensor? atol=None, Tensor? rtol=None, bool hermitian=False) -> Tensor 2022-12-01T10:11:39.8201293Z processing existing schema: aten::linalg_matrix_rank.atol_rtol_float(Tensor self, *, float? atol=None, float? rtol=None, bool hermitian=False) -> Tensor 2022-12-01T10:11:39.8203379Z processing existing schema: aten::linalg_matrix_rank.atol_rtol_tensor_out(Tensor input, *, Tensor? atol=None, Tensor? rtol=None, bool hermitian=False, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8205401Z processing existing schema: aten::linalg_matrix_rank.atol_rtol_float_out(Tensor self, *, float? atol=None, float? rtol=None, bool hermitian=False, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8207456Z processing existing schema: aten::linalg_matrix_rank.out(Tensor self, float tol, bool hermitian=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8209172Z processing existing schema: aten::linalg_matrix_rank.out_tol_tensor(Tensor input, Tensor tol, bool hermitian=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8211087Z processing existing schema: aten::linalg_matrix_norm(Tensor self, Scalar ord, int[] dim=[-2, -1], bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:39.8213078Z processing existing schema: aten::linalg_matrix_norm.str_ord(Tensor self, str ord="fro", int[] dim=[-2, -1], bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:39.8215317Z processing existing schema: aten::linalg_matrix_norm.out(Tensor self, Scalar ord, int[] dim=[-2, -1], bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8217621Z processing existing schema: aten::linalg_matrix_norm.str_ord_out(Tensor self, str ord="fro", int[] dim=[-2, -1], bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8218924Z processing existing schema: aten::silu_backward(Tensor grad_output, Tensor self) -> Tensor 2022-12-01T10:11:39.8220680Z processing existing schema: aten::silu_backward.grad_input(Tensor grad_output, Tensor self, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:39.8222458Z processing existing schema: aten::_set_item.t(t[](a!) l, int idx, t(b -> *) el) -> t[](a!) 2022-12-01T10:11:39.8224247Z processing existing schema: aten::_set_item.str(Dict(str, t)(a!) l, str(b -> *) idx, t(c -> *) v) -> () 2022-12-01T10:11:39.8226067Z processing existing schema: aten::_set_item.int(Dict(int, t)(a!) l, int(b -> *) idx, t(c -> *) v) -> () 2022-12-01T10:11:39.8227800Z processing existing schema: aten::_set_item.bool(Dict(bool, t)(a!) l, bool(b -> *) idx, t(c -> *) v) -> () 2022-12-01T10:11:39.8229588Z processing existing schema: aten::_set_item.float(Dict(float, t)(a!) l, float(b -> *) idx, t(c -> *) v) -> () 2022-12-01T10:11:39.8231472Z processing existing schema: aten::_set_item.complex(Dict(complex, t)(a!) l, complex(b -> *) idx, t(c -> *) v) -> () 2022-12-01T10:11:39.8233284Z processing existing schema: aten::_set_item.Tensor(Dict(Tensor, t)(a!) l, Tensor(b -> *) idx, t(c -> *) v) -> () 2022-12-01T10:11:39.8234799Z processing existing schema: quantized::conv_unpack(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> (Tensor unpacked_weights, Tensor? B_origin) 2022-12-01T10:11:39.8236625Z processing existing schema: aten::fft_irfftn(Tensor self, int[1]? s=None, int[1]? dim=None, str? norm=None) -> Tensor 2022-12-01T10:11:39.8238970Z processing existing schema: aten::fft_irfftn.out(Tensor self, int[1]? s=None, int[1]? dim=None, str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8241062Z processing existing schema: aten::fft_rfftn(Tensor self, int[1]? s=None, int[1]? dim=None, str? norm=None) -> Tensor 2022-12-01T10:11:39.8243360Z processing existing schema: aten::fft_rfftn.out(Tensor self, int[1]? s=None, int[1]? dim=None, str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8245386Z processing existing schema: aten::fft_irfft2(Tensor self, int[1]? s=None, int[1] dim=[-2, -1], str? norm=None) -> Tensor 2022-12-01T10:11:39.8247870Z processing existing schema: aten::fft_irfft2.out(Tensor self, int[1]? s=None, int[1] dim=[-2, -1], str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8249908Z processing existing schema: aten::fft_rfft2(Tensor self, int[1]? s=None, int[1] dim=[-2, -1], str? norm=None) -> Tensor 2022-12-01T10:11:39.8252350Z processing existing schema: aten::fft_rfft2.out(Tensor self, int[1]? s=None, int[1] dim=[-2, -1], str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8253936Z processing existing schema: aten::fft_irfft(Tensor self, int? n=None, int dim=-1, str? norm=None) -> Tensor 2022-12-01T10:11:39.8255905Z processing existing schema: aten::fft_irfft.out(Tensor self, int? n=None, int dim=-1, str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8257807Z processing existing schema: aten::fft_ifftn(Tensor self, int[1]? s=None, int[1]? dim=None, str? norm=None) -> Tensor 2022-12-01T10:11:39.8260152Z processing existing schema: aten::fft_ifftn.out(Tensor self, int[1]? s=None, int[1]? dim=None, str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8262070Z processing existing schema: aten::fft_fftn(Tensor self, int[1]? s=None, int[1]? dim=None, str? norm=None) -> Tensor 2022-12-01T10:11:39.8264404Z processing existing schema: aten::fft_fftn.out(Tensor self, int[1]? s=None, int[1]? dim=None, str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8266396Z processing existing schema: aten::fft_fft2(Tensor self, int[1]? s=None, int[1] dim=[-2, -1], str? norm=None) -> Tensor 2022-12-01T10:11:39.8268895Z processing existing schema: aten::fft_fft2.out(Tensor self, int[1]? s=None, int[1] dim=[-2, -1], str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8270445Z processing existing schema: aten::fft_ifft(Tensor self, int? n=None, int dim=-1, str? norm=None) -> Tensor 2022-12-01T10:11:39.8272526Z processing existing schema: aten::fft_ifft.out(Tensor self, int? n=None, int dim=-1, str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8274057Z processing existing schema: aten::fft_fft(Tensor self, int? n=None, int dim=-1, str? norm=None) -> Tensor 2022-12-01T10:11:39.8276027Z processing existing schema: aten::fft_fft.out(Tensor self, int? n=None, int dim=-1, str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8277993Z processing existing schema: aten::cross_entropy_loss(Tensor self, Tensor target, Tensor? weight=None, int reduction=1, int ignore_index=-100, float label_smoothing=0.) -> Tensor 2022-12-01T10:11:39.8279667Z processing existing schema: aten::embedding_backward(Tensor grad, Tensor indices, SymInt num_weights, int padding_idx, bool scale_grad_by_freq, bool sparse) -> Tensor 2022-12-01T10:11:39.8281118Z processing existing schema: aten::replication_pad3d(Tensor self, int[6] padding) -> Tensor 2022-12-01T10:11:39.8283031Z processing existing schema: aten::replication_pad3d.out(Tensor self, int[6] padding, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8283803Z processing existing schema: prim::TypeCheck(...) -> ... 2022-12-01T10:11:39.8285879Z processing existing schema: quantized::conv_transpose2d_dynamic(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, bool reduce_range=False) -> Tensor 2022-12-01T10:11:39.8287491Z processing existing schema: aten::elu_backward(Tensor grad_output, Scalar alpha, Scalar scale, Scalar input_scale, bool is_result, Tensor self_or_result) -> Tensor 2022-12-01T10:11:39.8289638Z processing existing schema: aten::elu_backward.grad_input(Tensor grad_output, Scalar alpha, Scalar scale, Scalar input_scale, bool is_result, Tensor self_or_result, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:39.8291035Z processing existing schema: aten::replication_pad2d(Tensor self, int[4] padding) -> Tensor 2022-12-01T10:11:39.8293111Z processing existing schema: aten::replication_pad2d.out(Tensor self, int[4] padding, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8294552Z processing existing schema: prim::Guard(Tensor(a) t) -> Tensor(a) 2022-12-01T10:11:39.8296533Z processing existing schema: quantized::conv3d_dynamic(Tensor qx, __torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weight, bool reduce_range=False) -> Tensor 2022-12-01T10:11:39.8297954Z processing existing schema: aten::replication_pad1d(Tensor self, int[2] padding) -> Tensor 2022-12-01T10:11:39.8300000Z processing existing schema: aten::replication_pad1d.out(Tensor self, int[2] padding, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8301351Z processing existing schema: aten::sym_storage_offset(Tensor self) -> SymInt 2022-12-01T10:11:39.8302993Z processing existing schema: aten::_cdist_forward(Tensor x1, Tensor x2, float p, int? compute_mode) -> Tensor 2022-12-01T10:11:39.8305084Z processing existing schema: aten::_cdist_forward.out(Tensor x1, Tensor x2, float p, int? compute_mode, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8307899Z processing existing schema: aten::grad(Tensor[] outputs, Tensor[] inputs, Tensor?[]? grad_outputs=None, bool? retain_graph=None, bool create_graph=False, bool allow_unused=False) -> Tensor?[] 2022-12-01T10:11:39.8309494Z processing existing schema: quantized::conv1d_dynamic(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, bool reduce_range=False) -> Tensor 2022-12-01T10:11:39.8310773Z processing existing schema: aten::reflection_pad2d(Tensor self, int[4] padding) -> Tensor 2022-12-01T10:11:39.8312637Z processing existing schema: aten::reflection_pad2d.out(Tensor self, int[4] padding, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8313991Z processing existing schema: aten::FloatImplicit(Tensor a) -> float 2022-12-01T10:11:39.8316037Z processing existing schema: quantized::cat_out(Tensor[] qx, int dim, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8316510Z schema: static_runtime::reshape_copy(Tensor self, int[] shape) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.8317066Z processing existing schema: aten::_assert_async(Tensor self) -> () 2022-12-01T10:11:39.8319595Z processing existing schema: aten::max_unpool3d(Tensor self, Tensor indices, int[3] output_size, int[3] stride, int[3] padding) -> Tensor 2022-12-01T10:11:39.8322024Z processing existing schema: aten::max_unpool3d.out(Tensor self, Tensor indices, int[3] output_size, int[3] stride, int[3] padding, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8323571Z processing existing schema: aten::max_unpool2d(Tensor self, Tensor indices, int[2] output_size) -> Tensor 2022-12-01T10:11:39.8325543Z processing existing schema: aten::max_unpool2d.out(Tensor self, Tensor indices, int[2] output_size, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8328138Z processing existing schema: aten::max_pool3d(Tensor self, int[3] kernel_size, int[3] stride=[], int[3] padding=0, int[3] dilation=1, bool ceil_mode=False) -> Tensor 2022-12-01T10:11:39.8330432Z processing existing schema: aten::pinverse(Tensor self, float rcond=1.0000000000000001e-15) -> Tensor 2022-12-01T10:11:39.8331928Z processing existing schema: aten::ormqr(Tensor self, Tensor input2, Tensor input3, bool left=True, bool transpose=False) -> Tensor 2022-12-01T10:11:39.8333633Z processing existing schema: aten::ormqr.out(Tensor self, Tensor input2, Tensor input3, bool left=True, bool transpose=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8334940Z processing existing schema: aten::lu_solve(Tensor self, Tensor LU_data, Tensor LU_pivots) -> Tensor 2022-12-01T10:11:39.8336477Z processing existing schema: aten::lu_solve.out(Tensor self, Tensor LU_data, Tensor LU_pivots, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8336808Z schema: static_runtime::VarTupleUnpack(...) -> ... found on allowlist, skipping 2022-12-01T10:11:39.8337398Z processing existing schema: prim::oneDNNFusionGuard(...) -> ... 2022-12-01T10:11:39.8339001Z processing existing schema: aten::cholesky_inverse(Tensor self, bool upper=False) -> Tensor 2022-12-01T10:11:39.8340702Z processing existing schema: aten::cholesky_inverse.out(Tensor self, bool upper=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8341827Z processing existing schema: aten::cholesky(Tensor self, bool upper=False) -> Tensor 2022-12-01T10:11:39.8343327Z processing existing schema: aten::cholesky.out(Tensor self, bool upper=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8344816Z processing existing schema: aten::grid_sampler_3d(Tensor input, Tensor grid, int interpolation_mode, int padding_mode, bool align_corners) -> Tensor 2022-12-01T10:11:39.8346672Z processing existing schema: aten::grid_sampler_3d.out(Tensor input, Tensor grid, int interpolation_mode, int padding_mode, bool align_corners, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8347285Z schema: prims::erfc(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.8349074Z processing existing schema: aten::_grid_sampler_2d_cpu_fallback(Tensor input, Tensor grid, int interpolation_mode, int padding_mode, bool align_corners) -> Tensor 2022-12-01T10:11:39.8350888Z processing existing schema: aten::_grid_sampler_2d_cpu_fallback.out(Tensor input, Tensor grid, int interpolation_mode, int padding_mode, bool align_corners, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8351737Z processing existing schema: aten::special_gammainc(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.8353703Z processing existing schema: aten::special_gammainc.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8355135Z processing existing schema: aten::grid_sampler_2d(Tensor input, Tensor grid, int interpolation_mode, int padding_mode, bool align_corners) -> Tensor 2022-12-01T10:11:39.8356700Z processing existing schema: aten::grid_sampler_2d.out(Tensor input, Tensor grid, int interpolation_mode, int padding_mode, bool align_corners, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8358880Z processing existing schema: aten::stft(Tensor self, int n_fft, int? hop_length=None, int? win_length=None, Tensor? window=None, bool normalized=False, bool? onesided=None, bool? return_complex=None) -> Tensor 2022-12-01T10:11:39.8360976Z processing existing schema: aten::stft.center(Tensor self, int n_fft, int? hop_length=None, int? win_length=None, Tensor? window=None, bool center=True, str pad_mode="reflect", bool normalized=False, bool? onesided=None, bool? return_complex=None) -> Tensor 2022-12-01T10:11:39.8361802Z processing existing schema: prim::AutogradAllZero(...) -> bool 2022-12-01T10:11:39.8363757Z processing existing schema: sparse::qlinear_unpack(__torch__.torch.classes.sparse.LinearPackedParamsBase W_prepack) -> (Tensor W_origin, Tensor? B_origin, int[] block_pattern) 2022-12-01T10:11:39.8364214Z processing existing schema: aten::polar(Tensor abs, Tensor angle) -> Tensor 2022-12-01T10:11:39.8366016Z processing existing schema: aten::polar.out(Tensor abs, Tensor angle, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8366869Z processing existing schema: aten::polar.int(int a, int b) -> complex 2022-12-01T10:11:39.8368407Z processing existing schema: aten::polar.float(float a, float b) -> complex 2022-12-01T10:11:39.8369653Z processing existing schema: aten::polar.int_float(int a, float b) -> complex 2022-12-01T10:11:39.8370920Z processing existing schema: aten::polar.float_int(float a, int b) -> complex 2022-12-01T10:11:39.8372220Z processing existing schema: aten::polar.Scalar_Scalar(Scalar a, Scalar b) -> Scalar 2022-12-01T10:11:39.8375374Z processing existing schema: aten::avg_pool3d(Tensor self, int[3] kernel_size, int[3] stride=[], int[3] padding=0, bool ceil_mode=False, bool count_include_pad=True, int? divisor_override=None) -> Tensor 2022-12-01T10:11:39.8377686Z processing existing schema: aten::avg_pool3d.out(Tensor self, int[3] kernel_size, int[3] stride=[], int[3] padding=0, bool ceil_mode=False, bool count_include_pad=True, int? divisor_override=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8378735Z processing existing schema: aten::binary_cross_entropy(Tensor self, Tensor target, Tensor? weight=None, int reduction=1) -> Tensor 2022-12-01T10:11:39.8380783Z processing existing schema: aten::binary_cross_entropy.out(Tensor self, Tensor target, Tensor? weight=None, int reduction=1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8382110Z processing existing schema: aten::scatter_add(Tensor self, int dim, Tensor index, Tensor src) -> Tensor 2022-12-01T10:11:39.8383617Z processing existing schema: aten::scatter_add.out(Tensor self, int dim, Tensor index, Tensor src, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8384986Z processing existing schema: aten::scatter_add.dimname(Tensor self, str dim, Tensor index, Tensor src) -> Tensor 2022-12-01T10:11:39.8386671Z processing existing schema: prim::profile_ivalue(...) -> ... 2022-12-01T10:11:39.8387774Z processing existing schema: quantized::linear_prepack(Tensor W, Tensor? B=None) -> __torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack 2022-12-01T10:11:39.8389328Z processing existing schema: aten::ljust(str self, int width, str fillchar=" ") -> str 2022-12-01T10:11:39.8391468Z processing existing schema: aten::_empty_per_channel_affine_quantized(int[] size, *, Tensor scales, Tensor zero_points, int axis, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, MemoryFormat? memory_format=0) -> Tensor 2022-12-01T10:11:39.8393201Z processing existing schema: aten::_empty_per_channel_affine_quantized.out(int[] size, *, Tensor scales, Tensor zero_points, int axis, MemoryFormat? memory_format=0, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8394740Z processing existing schema: aten::tensordot(Tensor self, Tensor other, int[] dims_self, int[] dims_other) -> Tensor 2022-12-01T10:11:39.8396412Z processing existing schema: aten::tensordot.out(Tensor self, Tensor other, int[] dims_self, int[] dims_other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8398311Z processing existing schema: aten::grid_sampler(Tensor input, Tensor grid, int interpolation_mode, int padding_mode, bool align_corners) -> Tensor 2022-12-01T10:11:39.8399414Z processing existing schema: aten::cross(Tensor self, Tensor other, int? dim=None) -> Tensor 2022-12-01T10:11:39.8401378Z processing existing schema: aten::cross.out(Tensor self, Tensor other, int? dim=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8402799Z processing existing schema: aten::atan2(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.8404283Z processing existing schema: aten::atan2.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8405348Z processing existing schema: aten::atan2.int(int a, int b) -> float 2022-12-01T10:11:39.8406996Z processing existing schema: aten::atan2.float(float a, float b) -> float 2022-12-01T10:11:39.8408040Z processing existing schema: aten::atan2.int_float(int a, float b) -> float 2022-12-01T10:11:39.8409453Z processing existing schema: aten::atan2.float_int(float a, int b) -> float 2022-12-01T10:11:39.8410533Z processing existing schema: aten::atan2.Scalar_Scalar(Scalar a, Scalar b) -> float 2022-12-01T10:11:39.8412100Z processing existing schema: aten::logical_xor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.8413791Z processing existing schema: aten::logical_xor.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8415074Z processing existing schema: aten::addcmul(Tensor self, Tensor tensor1, Tensor tensor2, *, Scalar value=1) -> Tensor 2022-12-01T10:11:39.8416987Z processing existing schema: aten::addcmul.out(Tensor self, Tensor tensor1, Tensor tensor2, *, Scalar value=1, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8418190Z processing existing schema: aten::norm.Scalar(Tensor self, Scalar p=2) -> Tensor 2022-12-01T10:11:39.8420079Z processing existing schema: aten::norm.ScalarOpt_dim(Tensor self, Scalar? p, int[1] dim, bool keepdim=False) -> Tensor 2022-12-01T10:11:39.8421924Z processing existing schema: aten::norm.names_ScalarOpt_dim(Tensor self, Scalar? p, str[1] dim, bool keepdim=False) -> Tensor 2022-12-01T10:11:39.8423835Z processing existing schema: aten::norm.ScalarOpt_dim_dtype(Tensor self, Scalar? p, int[1] dim, bool keepdim, *, ScalarType dtype) -> Tensor 2022-12-01T10:11:39.8426003Z processing existing schema: aten::norm.dtype_out(Tensor self, Scalar? p, int[1] dim, bool keepdim, *, ScalarType dtype, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8428158Z processing existing schema: aten::norm.out(Tensor self, Scalar? p, int[1] dim, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8429767Z processing existing schema: aten::norm.ScalarOpt_dtype(Tensor self, Scalar? p, *, ScalarType dtype) -> Tensor 2022-12-01T10:11:39.8431689Z processing existing schema: aten::norm.ScalarOpt_dtype_out(Tensor self, Scalar? p, *, ScalarType dtype, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8433532Z processing existing schema: aten::norm.Scalar_out(Tensor self, Scalar p=2, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8435526Z processing existing schema: aten::norm.names_ScalarOpt_dim_dtype(Tensor self, Scalar? p, str[1] dim, bool keepdim, *, ScalarType dtype) -> Tensor 2022-12-01T10:11:39.8437741Z processing existing schema: aten::norm.names_dtype_out(Tensor self, Scalar? p, str[1] dim, bool keepdim, *, ScalarType dtype, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8440191Z processing existing schema: aten::norm.names_out(Tensor self, Scalar? p, str[1] dim, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8441627Z processing existing schema: aten::fmod.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.8443020Z processing existing schema: aten::fmod.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:39.8444544Z processing existing schema: aten::fmod.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8446089Z processing existing schema: aten::fmod.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8447241Z processing existing schema: aten::fmod.int(int a, int b) -> float 2022-12-01T10:11:39.8448527Z processing existing schema: aten::fmod.float(float a, float b) -> float 2022-12-01T10:11:39.8450032Z processing existing schema: aten::fmod.int_float(int a, float b) -> float 2022-12-01T10:11:39.8451639Z processing existing schema: aten::fmod.float_int(float a, int b) -> float 2022-12-01T10:11:39.8452487Z processing existing schema: aten::fmod(Scalar a, Scalar b) -> float 2022-12-01T10:11:39.8454087Z processing existing schema: aten::softmax.int(Tensor self, int dim, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:39.8455612Z processing existing schema: aten::softmax.Dimname(Tensor self, str dim, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:39.8457320Z processing existing schema: aten::softmax.int_out(Tensor self, int dim, ScalarType? dtype=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8458869Z processing existing schema: quantized::conv_transpose2d_transpose(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> int 2022-12-01T10:11:39.8460739Z processing existing schema: aten::randint_like(Tensor self, int high, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, MemoryFormat? memory_format=None) -> Tensor 2022-12-01T10:11:39.8462718Z processing existing schema: aten::randint_like.low_dtype(Tensor self, int low, int high, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, MemoryFormat? memory_format=None) -> Tensor 2022-12-01T10:11:39.8464318Z processing existing schema: aten::randint_like.out(Tensor self, int high, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8466185Z processing existing schema: aten::randint_like.low_dtype_out(Tensor self, int low, int high, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8467761Z processing existing schema: quantized::add_scalar_relu_out(Tensor qa, Scalar b, Tensor(a!) out) -> Tensor(a!) out 2022-12-01T10:11:39.8469663Z processing existing schema: quantized::add_scalar_relu_out.Tensor(Tensor qa, Tensor b, Tensor(a!) out) -> Tensor(a!) out 2022-12-01T10:11:39.8471055Z processing existing schema: aten::prod(Tensor self, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:39.8472532Z processing existing schema: aten::prod.dim_int(Tensor self, int dim, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:39.8474080Z processing existing schema: aten::prod.dim_Dimname(Tensor self, str dim, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:39.8476010Z processing existing schema: aten::prod.Dimname_out(Tensor self, str dim, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8477873Z processing existing schema: aten::prod.int_out(Tensor self, int dim, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8479817Z processing existing schema: aten::prod.out(Tensor self, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8481096Z processing existing schema: prim::CudaFusionViewGuard(...) -> bool 2022-12-01T10:11:39.8482700Z processing existing schema: aten::dropout_(Tensor(a!) self, float p, bool train) -> Tensor(a!) 2022-12-01T10:11:39.8484194Z processing existing schema: aten::renorm(Tensor self, Scalar p, int dim, Scalar maxnorm) -> Tensor 2022-12-01T10:11:39.8485995Z processing existing schema: aten::renorm.out(Tensor self, Scalar p, int dim, Scalar maxnorm, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8487209Z processing existing schema: prim::requires_grad(Tensor a) -> bool 2022-12-01T10:11:39.8489067Z processing existing schema: _quantized::conv2d(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:39.8490559Z processing existing schema: aten::dist(Tensor self, Tensor other, Scalar p=2) -> Tensor 2022-12-01T10:11:39.8492413Z processing existing schema: aten::dist.out(Tensor self, Tensor other, Scalar p=2, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8493964Z processing existing schema: aten::binomial(Tensor count, Tensor prob, Generator? generator=None) -> Tensor 2022-12-01T10:11:39.8495937Z processing existing schema: aten::binomial.out(Tensor count, Tensor prob, Generator? generator=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8497850Z processing existing schema: aten::multi_margin_loss(Tensor self, Tensor target, Scalar p=1, Scalar margin=1, Tensor? weight=None, int reduction=1) -> Tensor 2022-12-01T10:11:39.8500044Z processing existing schema: aten::multi_margin_loss.out(Tensor self, Tensor target, Scalar p=1, Scalar margin=1, Tensor? weight=None, int reduction=1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8502540Z processing existing schema: aten::triplet_margin_loss(Tensor anchor, Tensor positive, Tensor negative, float margin=1., float p=2., float eps=9.9999999999999995e-07, bool swap=False, int reduction=1) -> Tensor 2022-12-01T10:11:39.8503661Z schema: nvprims::abs(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.8505829Z processing existing schema: aten::_sparse_coo_tensor_unsafe(Tensor indices, Tensor values, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:39.8507114Z processing existing schema: aten::fmax(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.8508890Z processing existing schema: aten::fmax.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8510586Z processing existing schema: aten::soft_margin_loss(Tensor self, Tensor target, int reduction=1) -> Tensor 2022-12-01T10:11:39.8512470Z processing existing schema: aten::soft_margin_loss.out(Tensor self, Tensor target, int reduction=1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8513661Z processing existing schema: prim::BailoutTemplate() -> int 2022-12-01T10:11:39.8515520Z processing existing schema: quantized::conv_transpose2d_dilation(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> int[] 2022-12-01T10:11:39.8516963Z processing existing schema: aten::multilabel_margin_loss(Tensor self, Tensor target, int reduction=1) -> Tensor 2022-12-01T10:11:39.8518881Z processing existing schema: aten::multilabel_margin_loss.out(Tensor self, Tensor target, int reduction=1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8520869Z processing existing schema: aten::margin_ranking_loss(Tensor input1, Tensor input2, Tensor target, float margin=0., int reduction=1) -> Tensor 2022-12-01T10:11:39.8522263Z processing existing schema: prim::reshape_copy(Tensor self, int[] shape) -> Tensor 2022-12-01T10:11:39.8523920Z processing existing schema: aten::bilinear(Tensor input1, Tensor input2, Tensor weight, Tensor? bias=None) -> Tensor 2022-12-01T10:11:39.8525479Z processing existing schema: aten::mse_loss(Tensor self, Tensor target, int reduction=1) -> Tensor 2022-12-01T10:11:39.8527388Z processing existing schema: aten::mse_loss.out(Tensor self, Tensor target, int reduction=1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8529033Z processing existing schema: aten::huber_loss(Tensor self, Tensor target, int reduction=1, float delta=1.) -> Tensor 2022-12-01T10:11:39.8531054Z processing existing schema: aten::huber_loss.out(Tensor self, Tensor target, int reduction=1, float delta=1., *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8532398Z processing existing schema: aten::floor_divide(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.8533866Z processing existing schema: aten::floor_divide.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:39.8535642Z processing existing schema: aten::floor_divide.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8537296Z processing existing schema: aten::smooth_l1_loss(Tensor self, Tensor target, int reduction=1, float beta=1.) -> Tensor 2022-12-01T10:11:39.8539465Z processing existing schema: aten::smooth_l1_loss.out(Tensor self, Tensor target, int reduction=1, float beta=1., *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8540971Z processing existing schema: prim::unchecked_unwrap_optional(t(a)? optional) -> t(a) 2022-12-01T10:11:39.8542716Z processing existing schema: quantized::conv_transpose2d_padding(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> int[] 2022-12-01T10:11:39.8545241Z processing existing schema: aten::layer_norm(Tensor input, int[] normalized_shape, Tensor? weight=None, Tensor? bias=None, float eps=1.0000000000000001e-05, bool cudnn_enable=True) -> Tensor 2022-12-01T10:11:39.8546912Z processing existing schema: aten::binary_cross_entropy_with_logits(Tensor self, Tensor target, Tensor? weight=None, Tensor? pos_weight=None, int reduction=1) -> Tensor 2022-12-01T10:11:39.8549091Z processing existing schema: aten::binary_cross_entropy_with_logits.out(Tensor self, Tensor target, Tensor? weight=None, Tensor? pos_weight=None, int reduction=1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8550338Z processing existing schema: aten::mul.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.8551927Z processing existing schema: aten::mul.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:39.8553655Z processing existing schema: aten::mul.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8555473Z processing existing schema: aten::mul.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8556982Z processing existing schema: aten::mul.left_t(t[] l, int n) -> t[] 2022-12-01T10:11:39.8558612Z processing existing schema: aten::mul.right_(int n, t[] l) -> t[] 2022-12-01T10:11:39.8560238Z processing existing schema: aten::mul.int(int a, int b) -> int 2022-12-01T10:11:39.8561746Z processing existing schema: aten::mul.complex(complex a, complex b) -> complex 2022-12-01T10:11:39.8563186Z processing existing schema: aten::mul.float(float a, float b) -> float 2022-12-01T10:11:39.8564712Z processing existing schema: aten::mul.int_complex(int a, complex b) -> complex 2022-12-01T10:11:39.8566222Z processing existing schema: aten::mul.complex_int(complex a, int b) -> complex 2022-12-01T10:11:39.8567762Z processing existing schema: aten::mul.float_complex(float a, complex b) -> complex 2022-12-01T10:11:39.8569294Z processing existing schema: aten::mul.complex_float(complex a, float b) -> complex 2022-12-01T10:11:39.8570801Z processing existing schema: aten::mul.int_float(int a, float b) -> float 2022-12-01T10:11:39.8572334Z processing existing schema: aten::mul.float_int(float a, int b) -> float 2022-12-01T10:11:39.8573848Z processing existing schema: aten::mul(Scalar a, Scalar b) -> Scalar 2022-12-01T10:11:39.8575635Z processing existing schema: aten::index_select_backward(Tensor grad, int[] self_sizes, int dim, Tensor index) -> Tensor 2022-12-01T10:11:39.8577213Z processing existing schema: aten::sub.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor 2022-12-01T10:11:39.8578781Z processing existing schema: aten::sub.Scalar(Tensor self, Scalar other, Scalar alpha=1) -> Tensor 2022-12-01T10:11:39.8580679Z processing existing schema: aten::sub.out(Tensor self, Tensor other, *, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8582536Z processing existing schema: aten::sub.Scalar_out(Tensor self, Scalar other, Scalar alpha=1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8583932Z processing existing schema: aten::sub.int(int a, int b) -> int 2022-12-01T10:11:39.8585490Z processing existing schema: aten::sub.complex(complex a, complex b) -> complex 2022-12-01T10:11:39.8586942Z processing existing schema: aten::sub.float(float a, float b) -> float 2022-12-01T10:11:39.8588428Z processing existing schema: aten::sub.int_complex(int a, complex b) -> complex 2022-12-01T10:11:39.8589919Z processing existing schema: aten::sub.complex_int(complex a, int b) -> complex 2022-12-01T10:11:39.8591429Z processing existing schema: aten::sub.float_complex(float a, complex b) -> complex 2022-12-01T10:11:39.8592933Z processing existing schema: aten::sub.complex_float(complex a, float b) -> complex 2022-12-01T10:11:39.8594427Z processing existing schema: aten::sub.int_float(int a, float b) -> float 2022-12-01T10:11:39.8595955Z processing existing schema: aten::sub.float_int(float a, int b) -> float 2022-12-01T10:11:39.8597450Z processing existing schema: aten::sub(Scalar a, Scalar b) -> Scalar 2022-12-01T10:11:39.8599108Z schema: prims::minimum(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.8600555Z schema: aten::_nested_tensor_from_mask_left_aligned(Tensor t, Tensor mask) -> bool found on allowlist, skipping 2022-12-01T10:11:39.8601939Z processing existing schema: aten::erfinv(Tensor self) -> Tensor 2022-12-01T10:11:39.8603489Z processing existing schema: aten::erfinv.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8605508Z processing existing schema: aten::to.device(Tensor(a) self, Device device, ScalarType dtype, bool non_blocking=False, bool copy=False, MemoryFormat? memory_format=None) -> Tensor(a) 2022-12-01T10:11:39.8607328Z processing existing schema: aten::to.dtype(Tensor(a) self, ScalarType dtype, bool non_blocking=False, bool copy=False, MemoryFormat? memory_format=None) -> Tensor(a) 2022-12-01T10:11:39.8609167Z processing existing schema: aten::to.other(Tensor(a) self, Tensor other, bool non_blocking=False, bool copy=False, MemoryFormat? memory_format=None) -> Tensor(a) 2022-12-01T10:11:39.8611544Z processing existing schema: aten::to.dtype_layout(Tensor(a) self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, bool copy=False, MemoryFormat? memory_format=None) -> Tensor(a) 2022-12-01T10:11:39.8613394Z processing existing schema: aten::to.prim_Device(Tensor(a) self, Device? device, int? dtype=None, bool non_blocking=False, bool copy=False) -> Tensor(a|b) 2022-12-01T10:11:39.8615211Z processing existing schema: aten::to.prim_dtype(Tensor(a) self, int? dtype=None, bool non_blocking=False, bool copy=False) -> Tensor(a|b) 2022-12-01T10:11:39.8616978Z processing existing schema: aten::to.prim_other(Tensor(a) self, bool non_blocking=False, bool copy=False) -> Tensor(a|b) 2022-12-01T10:11:39.8618418Z processing existing schema: aten::xlogy.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.8619908Z processing existing schema: aten::xlogy.Scalar_Other(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:39.8620869Z processing existing schema: aten::xlogy.Scalar_Self(Scalar self, Tensor other) -> Tensor 2022-12-01T10:11:39.8622754Z processing existing schema: aten::xlogy.OutTensor(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8624257Z processing existing schema: aten::xlogy.OutScalar_Self(Scalar self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8625946Z processing existing schema: aten::xlogy.OutScalar_Other(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8626987Z processing existing schema: prim::CudaFusionGuard(...) -> bool 2022-12-01T10:11:39.8628096Z processing existing schema: aten::lt.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.8629860Z processing existing schema: aten::lt.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:39.8631334Z processing existing schema: aten::lt.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8632854Z processing existing schema: aten::lt.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8633752Z processing existing schema: aten::lt.int(int a, int b) -> bool 2022-12-01T10:11:39.8635217Z processing existing schema: aten::lt.float(float a, float b) -> bool 2022-12-01T10:11:39.8636672Z processing existing schema: aten::lt.int_float(int a, float b) -> bool 2022-12-01T10:11:39.8637626Z processing existing schema: aten::lt.float_int(float a, int b) -> bool 2022-12-01T10:11:39.8638864Z processing existing schema: aten::lt(Scalar a, Scalar b) -> bool 2022-12-01T10:11:39.8640457Z processing existing schema: aten::lt.str(str a, str b) -> bool 2022-12-01T10:11:39.8641706Z processing existing schema: aten::lift_fresh(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:39.8643295Z processing existing schema: aten::fft_ihfft(Tensor self, int? n=None, int dim=-1, str? norm=None) -> Tensor 2022-12-01T10:11:39.8645104Z processing existing schema: aten::fft_ihfft.out(Tensor self, int? n=None, int dim=-1, str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8646012Z processing existing schema: aten::sign(Tensor self) -> Tensor 2022-12-01T10:11:39.8647805Z processing existing schema: aten::sign.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8648588Z processing existing schema: aten::__not__(bool self) -> bool 2022-12-01T10:11:39.8650614Z processing existing schema: quantized::leaky_relu(Tensor qx, Scalar negative_slope, bool inplace, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:39.8651345Z processing existing schema: aten::isdigit(str self) -> bool 2022-12-01T10:11:39.8653361Z processing existing schema: aten::_convolution_mode(Tensor input, Tensor weight, Tensor? bias, int[] stride, str padding, int[] dilation, int groups) -> Tensor 2022-12-01T10:11:39.8654134Z processing existing schema: prim::abs.int(int a) -> int 2022-12-01T10:11:39.8655624Z processing existing schema: prim::abs.float(float a) -> float 2022-12-01T10:11:39.8656811Z processing existing schema: prim::abs.complex(complex a) -> float 2022-12-01T10:11:39.8657999Z processing existing schema: prim::abs.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:39.8659249Z processing existing schema: prim::abs(Tensor x) -> Tensor 2022-12-01T10:11:39.8661818Z processing existing schema: _quantized::conv_transpose1d_prepack(Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] output_padding, int[] dilation, int groups) -> __torch__.torch.classes.quantized.Conv2dPackedParamsBase 2022-12-01T10:11:39.8663207Z processing existing schema: aten::relu(Tensor self) -> Tensor 2022-12-01T10:11:39.8664910Z processing existing schema: aten::relu.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8665335Z schema: static_runtime::to_copy.prim_dtype(Tensor self, int? dtype=None, bool non_blocking=False, bool copy=False) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.8665840Z schema: static_runtime::to_copy.dtype(Tensor self, ScalarType dtype, bool non_blocking=False, bool copy=False, MemoryFormat? memory_format=None) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.8666275Z schema: static_runtime::to_copy.other(Tensor self, Tensor other, bool non_blocking=False, bool copy=False, MemoryFormat? memory_format=None) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.8666745Z processing existing schema: aten::_backward(Tensor self, Tensor[] inputs, Tensor? gradient=None, bool? retain_graph=None, bool create_graph=False) -> () 2022-12-01T10:11:39.8667633Z processing existing schema: aten::Float.Tensor(Tensor a) -> float 2022-12-01T10:11:39.8669034Z processing existing schema: aten::Float.Scalar(Scalar a) -> float 2022-12-01T10:11:39.8670357Z processing existing schema: aten::Float.int(int a) -> float 2022-12-01T10:11:39.8671683Z processing existing schema: aten::Float.bool(bool a) -> float 2022-12-01T10:11:39.8673047Z processing existing schema: aten::Float.str(str a) -> float 2022-12-01T10:11:39.8675078Z processing existing schema: quantized::conv1d_relu(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:39.8676079Z processing existing schema: aten::reciprocal(Tensor self) -> Tensor 2022-12-01T10:11:39.8677771Z processing existing schema: aten::reciprocal.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8679980Z processing existing schema: quantized::batch_norm3d(Tensor qx, Tensor? weight, Tensor? bias, Tensor mean, Tensor var, float eps, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:39.8681050Z processing existing schema: aten::conj_physical(Tensor self) -> Tensor 2022-12-01T10:11:39.8682774Z processing existing schema: aten::conj_physical.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8684413Z processing existing schema: aten::reshape(Tensor(a) self, SymInt[] shape) -> Tensor(a) 2022-12-01T10:11:39.8685479Z processing existing schema: prim::ConstantChunk(...) -> ... 2022-12-01T10:11:39.8687676Z processing existing schema: quantized::conv2d_prepack(Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups) -> __torch__.torch.classes.quantized.Conv2dPackedParamsBase 2022-12-01T10:11:39.8688509Z processing existing schema: aten::absolute(Tensor self) -> Tensor 2022-12-01T10:11:39.8690361Z processing existing schema: aten::absolute.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8691778Z processing existing schema: aten::log1p(Tensor self) -> Tensor 2022-12-01T10:11:39.8693404Z processing existing schema: aten::log1p.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8694528Z processing existing schema: aten::log1p.int(int a) -> float 2022-12-01T10:11:39.8695832Z processing existing schema: aten::log1p.float(float a) -> float 2022-12-01T10:11:39.8697405Z processing existing schema: aten::log1p.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:39.8699229Z processing existing schema: aten::exponential_(Tensor(a!) self, float lambd=1., *, Generator? generator=None) -> Tensor(a!) 2022-12-01T10:11:39.8700882Z processing existing schema: aten::logsumexp(Tensor self, int[1] dim, bool keepdim=False) -> Tensor 2022-12-01T10:11:39.8702561Z processing existing schema: aten::logsumexp.names(Tensor self, str[1] dim, bool keepdim=False) -> Tensor 2022-12-01T10:11:39.8704688Z processing existing schema: aten::logsumexp.names_out(Tensor self, str[1] dim, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8706697Z processing existing schema: aten::logsumexp.out(Tensor self, int[1] dim, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8708331Z processing existing schema: aten::addr(Tensor self, Tensor vec1, Tensor vec2, *, Scalar beta=1, Scalar alpha=1) -> Tensor 2022-12-01T10:11:39.8710284Z processing existing schema: aten::addr.out(Tensor self, Tensor vec1, Tensor vec2, *, Scalar beta=1, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8711736Z processing existing schema: aten::logit_backward(Tensor grad_output, Tensor self, float? eps=None) -> Tensor 2022-12-01T10:11:39.8713646Z processing existing schema: aten::logit_backward.grad_input(Tensor grad_output, Tensor self, float? eps=None, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:39.8714798Z processing existing schema: prim::MKLDNNClamp(Tensor self) -> Tensor 2022-12-01T10:11:39.8716587Z processing existing schema: aten::addmv(Tensor self, Tensor mat, Tensor vec, *, Scalar beta=1, Scalar alpha=1) -> Tensor 2022-12-01T10:11:39.8718568Z processing existing schema: aten::addmv.out(Tensor self, Tensor mat, Tensor vec, *, Scalar beta=1, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8719876Z processing existing schema: aten::expm1(Tensor self) -> Tensor 2022-12-01T10:11:39.8721559Z processing existing schema: aten::expm1.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8723093Z processing existing schema: aten::expm1.int(int a) -> float 2022-12-01T10:11:39.8724335Z processing existing schema: aten::expm1.float(float a) -> float 2022-12-01T10:11:39.8725568Z processing existing schema: aten::expm1.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:39.8727322Z processing existing schema: aten::addmm_(Tensor(a!) self, Tensor mat1, Tensor mat2, *, Scalar beta=1, Scalar alpha=1) -> Tensor(a!) 2022-12-01T10:11:39.8728113Z processing existing schema: aten::floor(Tensor self) -> Tensor 2022-12-01T10:11:39.8729877Z processing existing schema: aten::floor.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8731267Z processing existing schema: aten::floor.int(int a) -> int 2022-12-01T10:11:39.8732730Z processing existing schema: aten::floor.float(float a) -> int 2022-12-01T10:11:39.8734272Z processing existing schema: aten::floor.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:39.8735631Z processing existing schema: aten::exp(Tensor self) -> Tensor 2022-12-01T10:11:39.8737339Z processing existing schema: aten::exp.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8738577Z processing existing schema: aten::exp.int(int a) -> float 2022-12-01T10:11:39.8739922Z processing existing schema: aten::exp.float(float a) -> float 2022-12-01T10:11:39.8741317Z processing existing schema: aten::exp.complex(complex a) -> complex 2022-12-01T10:11:39.8742678Z processing existing schema: aten::exp.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:39.8744033Z processing existing schema: aten::ceil(Tensor self) -> Tensor 2022-12-01T10:11:39.8745720Z processing existing schema: aten::ceil.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8747024Z processing existing schema: aten::ceil.int(int a) -> int 2022-12-01T10:11:39.8748369Z processing existing schema: aten::ceil.float(float a) -> int 2022-12-01T10:11:39.8749796Z processing existing schema: aten::ceil.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:39.8751305Z processing existing schema: aten::real(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:39.8752607Z processing existing schema: prim::VarStack(...) -> Tensor 2022-12-01T10:11:39.8754596Z processing existing schema: quantized::batch_norm2d_relu(Tensor qx, Tensor? weight, Tensor? bias, Tensor mean, Tensor var, float eps, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:39.8756519Z processing existing schema: aten::empty_strided(SymInt[] size, SymInt[] stride, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:39.8758279Z processing existing schema: aten::empty_strided.out(SymInt[] size, SymInt[] stride, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8759820Z processing existing schema: aten::nextafter(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.8761607Z processing existing schema: aten::nextafter.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8762964Z processing existing schema: aten::clamp_max(Tensor self, Scalar max) -> Tensor 2022-12-01T10:11:39.8764397Z processing existing schema: aten::clamp_max.Tensor(Tensor self, Tensor max) -> Tensor 2022-12-01T10:11:39.8766140Z processing existing schema: aten::clamp_max.out(Tensor self, Scalar max, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8767885Z processing existing schema: aten::clamp_max.Tensor_out(Tensor self, Tensor max, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8769575Z processing existing schema: aten::hinge_embedding_loss(Tensor self, Tensor target, float margin=1., int reduction=1) -> Tensor 2022-12-01T10:11:39.8770887Z processing existing schema: aten::linalg_eigh(Tensor self, str UPLO="L") -> (Tensor eigenvalues, Tensor eigenvectors) 2022-12-01T10:11:39.8773447Z processing existing schema: aten::linalg_eigh.eigvals(Tensor self, str UPLO="L", *, Tensor(a!) eigvals, Tensor(b!) eigvecs) -> (Tensor(a!) eigenvalues, Tensor(b!) eigenvectors) 2022-12-01T10:11:39.8774347Z processing existing schema: aten::unfold(Tensor(a) self, int dimension, int size, int step) -> Tensor(a) 2022-12-01T10:11:39.8775910Z processing existing schema: aten::linalg_svd(Tensor A, bool full_matrices=True, *, str? driver=None) -> (Tensor U, Tensor S, Tensor Vh) 2022-12-01T10:11:39.8778058Z processing existing schema: aten::linalg_svd.U(Tensor A, bool full_matrices=True, *, str? driver=None, Tensor(a!) U, Tensor(b!) S, Tensor(c!) Vh) -> (Tensor(a!) U, Tensor(b!) S, Tensor(c!) Vh) 2022-12-01T10:11:39.8779720Z processing existing schema: aten::unbind.int(Tensor(a -> *) self, int dim=0) -> Tensor(a)[] 2022-12-01T10:11:39.8781447Z processing existing schema: aten::unbind.Dimname(Tensor(a -> *) self, str dim) -> Tensor(a)[] 2022-12-01T10:11:39.8783056Z processing existing schema: aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor 2022-12-01T10:11:39.8784662Z processing existing schema: aten::clamp.Tensor(Tensor self, Tensor? min=None, Tensor? max=None) -> Tensor 2022-12-01T10:11:39.8786571Z processing existing schema: aten::clamp.out(Tensor self, Scalar? min=None, Scalar? max=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8788397Z processing existing schema: aten::clamp.Tensor_out(Tensor self, Tensor? min=None, Tensor? max=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8790914Z processing existing schema: aten::convolution_backward(Tensor grad_output, Tensor input, Tensor weight, SymInt[]? bias_sizes, int[] stride, int[] padding, int[] dilation, bool transposed, int[] output_padding, int groups, bool[3] output_mask) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:39.8793804Z processing existing schema: aten::convolution_backward.out(Tensor grad_output, Tensor input, Tensor weight, SymInt[]? bias_sizes, int[] stride, int[] padding, int[] dilation, bool transposed, int[] output_padding, int groups, bool[3] output_mask, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-12-01T10:11:39.8795107Z processing existing schema: aten::permute(Tensor(a) self, int[] dims) -> Tensor(a) 2022-12-01T10:11:39.8796467Z processing existing schema: aten::is_non_overlapping_and_dense(Tensor self) -> bool 2022-12-01T10:11:39.8797952Z processing existing schema: aten::_conj(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:39.8799830Z processing existing schema: aten::requires_grad_(Tensor(a!) self, bool requires_grad=True) -> Tensor(a!) 2022-12-01T10:11:39.8801723Z processing existing schema: aten::quantile(Tensor self, Tensor q, int? dim=None, bool keepdim=False, *, str interpolation="linear") -> Tensor 2022-12-01T10:11:39.8803513Z processing existing schema: aten::quantile.scalar(Tensor self, float q, int? dim=None, bool keepdim=False, *, str interpolation="linear") -> Tensor 2022-12-01T10:11:39.8805599Z processing existing schema: aten::quantile.out(Tensor self, Tensor q, int? dim=None, bool keepdim=False, *, str interpolation="linear", Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8807693Z processing existing schema: aten::quantile.scalar_out(Tensor self, float q, int? dim=None, bool keepdim=False, *, str interpolation="linear", Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8809714Z processing existing schema: quantized::quantized_rnn_relu_cell_dynamic(Tensor input, Tensor hx, __torch__.torch.classes.quantized.LinearPackedParamsBase w_ih, __torch__.torch.classes.quantized.LinearPackedParamsBase w_hh, Tensor b_ih, Tensor b_hh) -> Tensor 2022-12-01T10:11:39.8811457Z processing existing schema: aten::cudnn_convolution(Tensor self, Tensor weight, int[] padding, int[] stride, int[] dilation, int groups, bool benchmark, bool deterministic, bool allow_tf32) -> Tensor 2022-12-01T10:11:39.8813692Z processing existing schema: aten::cudnn_convolution.out(Tensor self, Tensor weight, int[] padding, int[] stride, int[] dilation, int groups, bool benchmark, bool deterministic, bool allow_tf32, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8814790Z processing existing schema: aten::asin(Tensor self) -> Tensor 2022-12-01T10:11:39.8816492Z processing existing schema: aten::asin.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8817816Z processing existing schema: aten::asin.int(int a) -> float 2022-12-01T10:11:39.8819175Z processing existing schema: aten::asin.float(float a) -> float 2022-12-01T10:11:39.8820560Z processing existing schema: aten::asin.complex(complex a) -> complex 2022-12-01T10:11:39.8821936Z processing existing schema: aten::asin.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:39.8823651Z processing existing schema: aten::fill_.Scalar(Tensor(a!) self, Scalar value) -> Tensor(a!) 2022-12-01T10:11:39.8825299Z processing existing schema: aten::fill_.Tensor(Tensor(a!) self, Tensor value) -> Tensor(a!) 2022-12-01T10:11:39.8826769Z processing existing schema: aten::mH(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:39.8828373Z processing existing schema: aten::mH.a(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:39.8828642Z schema: static_runtime::create_owned_ref(...) -> ... found on allowlist, skipping 2022-12-01T10:11:39.8830275Z processing existing schema: prim::add_optional(Tensor(a) input, Tensor? bias) -> Tensor(a) 2022-12-01T10:11:39.8831854Z processing existing schema: aten::rsub.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor 2022-12-01T10:11:39.8833443Z processing existing schema: aten::rsub.Scalar(Tensor self, Scalar other, Scalar alpha=1) -> Tensor 2022-12-01T10:11:39.8835378Z processing existing schema: aten::rsub.Tensor_out(Tensor self, Tensor other, *, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8837269Z processing existing schema: aten::rsub.Scalar_out(Tensor self, Scalar other, Scalar alpha=1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8839202Z processing existing schema: quantized::linear_relu_dynamic(Tensor X, __torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack, bool reduce_range=False) -> Tensor Y 2022-12-01T10:11:39.8840791Z processing existing schema: aten::rindex(str self, str substr, int start=0, int end=-1) -> int 2022-12-01T10:11:39.8843130Z processing existing schema: aten::_embedding_bag_forward_only(Tensor weight, Tensor indices, Tensor offsets, bool scale_grad_by_freq=False, int mode=0, bool sparse=False, Tensor? per_sample_weights=None, bool include_last_offset=False, int padding_idx=-1) -> (Tensor, Tensor, Tensor, Tensor) 2022-12-01T10:11:39.8846058Z processing existing schema: aten::_embedding_bag_forward_only.out(Tensor weight, Tensor indices, Tensor offsets, bool scale_grad_by_freq=False, int mode=0, bool sparse=False, Tensor? per_sample_weights=None, bool include_last_offset=False, int padding_idx=-1, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2, Tensor(d!) out3) -> (Tensor(a!), Tensor(b!), Tensor(c!), Tensor(d!)) 2022-12-01T10:11:39.8847166Z processing existing schema: aten::mT(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:39.8848799Z processing existing schema: aten::mT.a(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:39.8850368Z processing existing schema: prim::view_copy(Tensor self, int[] size) -> Tensor 2022-12-01T10:11:39.8852113Z processing existing schema: aten::select.int(Tensor(a) self, int dim, int index) -> Tensor(a) 2022-12-01T10:11:39.8853861Z processing existing schema: aten::select.Dimname(Tensor(a) self, str dim, int index) -> Tensor(a) 2022-12-01T10:11:39.8855533Z processing existing schema: aten::select.t(t[](a) list, int idx) -> t(*) 2022-12-01T10:11:39.8857296Z processing existing schema: _quantized::linear_prepack_fp16_legacy(Tensor W, Tensor? B=None) -> Tensor W_prepack 2022-12-01T10:11:39.8858578Z processing existing schema: aten::arccos(Tensor self) -> Tensor 2022-12-01T10:11:39.8860362Z processing existing schema: aten::arccos.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8861966Z processing existing schema: aten::matrix_H(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:39.8863619Z processing existing schema: aten::matrix_H.a(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:39.8866281Z processing existing schema: prim::MKLDNNLayerNorm(Tensor input, int[] normalized_shape, Tensor? weight=None, Tensor? bias=None, float eps=1.0000000000000001e-05, bool cudnn_enable=True) -> Tensor 2022-12-01T10:11:39.8867481Z processing existing schema: prim::StaticSubgraph(...) -> ... 2022-12-01T10:11:39.8869287Z processing existing schema: aten::split.Tensor(Tensor(a -> *) self, int split_size, int dim=0) -> Tensor(a)[] 2022-12-01T10:11:39.8871048Z processing existing schema: aten::split.sizes(Tensor(a -> *) self, int[] split_size, int dim=0) -> Tensor(a)[] 2022-12-01T10:11:39.8872714Z processing existing schema: aten::split.str(str self, str? separator=None, int max=-1) -> str[] 2022-12-01T10:11:39.8874463Z processing existing schema: aten::split(Tensor(a -> *) self, int[] split_sizes, int dim=0) -> Tensor(a)[] 2022-12-01T10:11:39.8876044Z processing existing schema: aten::rad2deg_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:39.8877291Z processing existing schema: prim::TupleIndex(Any tup, int i) -> Any 2022-12-01T10:11:39.8879044Z processing existing schema: quantized::add_relu_out(Tensor qa, Tensor qb, Tensor(a!) out) -> Tensor(a!) out 2022-12-01T10:11:39.8880298Z processing existing schema: aten::pow.Tensor_Tensor(Tensor self, Tensor exponent) -> Tensor 2022-12-01T10:11:39.8881447Z processing existing schema: aten::pow.Tensor_Scalar(Tensor self, Scalar exponent) -> Tensor 2022-12-01T10:11:39.8882550Z processing existing schema: aten::pow.Scalar(Scalar self, Tensor exponent) -> Tensor 2022-12-01T10:11:39.8884185Z processing existing schema: aten::pow.Scalar_out(Scalar self, Tensor exponent, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8885985Z processing existing schema: aten::pow.Tensor_Scalar_out(Tensor self, Scalar exponent, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8887618Z processing existing schema: aten::pow.Tensor_Tensor_out(Tensor self, Tensor exponent, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8889053Z processing existing schema: aten::pow.int(int a, int b) -> float 2022-12-01T10:11:39.8890175Z processing existing schema: aten::pow.complex(complex a, complex b) -> complex 2022-12-01T10:11:39.8891589Z processing existing schema: aten::pow.float(float a, float b) -> float 2022-12-01T10:11:39.8892969Z processing existing schema: aten::pow.int_float(int a, float b) -> float 2022-12-01T10:11:39.8894316Z processing existing schema: aten::pow.float_int(float a, int b) -> float 2022-12-01T10:11:39.8895774Z processing existing schema: aten::pow.float_complex(float a, complex b) -> complex 2022-12-01T10:11:39.8897442Z processing existing schema: aten::pow.complex_float(complex a, float b) -> complex 2022-12-01T10:11:39.8898518Z processing existing schema: aten::pow.Scalar_Scalar(Scalar a, Scalar b) -> float 2022-12-01T10:11:39.8899711Z processing existing schema: aten::pow.int_to_int(int a, int b) -> int 2022-12-01T10:11:39.8901175Z processing existing schema: prim::MKLDNNScalarMul(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:39.8902342Z processing existing schema: aten::cosh(Tensor self) -> Tensor 2022-12-01T10:11:39.8904010Z processing existing schema: aten::cosh.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8905289Z processing existing schema: aten::cosh.int(int a) -> float 2022-12-01T10:11:39.8906553Z processing existing schema: aten::cosh.float(float a) -> float 2022-12-01T10:11:39.8908212Z processing existing schema: aten::cosh.complex(complex a) -> complex 2022-12-01T10:11:39.8908958Z processing existing schema: aten::cosh.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:39.8910789Z processing existing schema: aten::numpy_T(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:39.8912071Z processing existing schema: aten::numpy_T.a(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:39.8914266Z processing existing schema: aten::randint(int high, int[] size, *, ScalarType? dtype=4, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:39.8916232Z processing existing schema: aten::randint.generator(int high, int[] size, *, Generator? generator, ScalarType? dtype=4, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:39.8917967Z processing existing schema: aten::randint.low(int low, int high, int[] size, *, ScalarType? dtype=4, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:39.8920224Z processing existing schema: aten::randint.low_generator(int low, int high, int[] size, *, Generator? generator, ScalarType? dtype=4, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:39.8921772Z processing existing schema: aten::randint.out(int high, int[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8923526Z processing existing schema: aten::randint.generator_out(int high, int[] size, *, Generator? generator, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8925288Z processing existing schema: aten::randint.low_out(int low, int high, int[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8927237Z processing existing schema: aten::randint.low_generator_out(int low, int high, int[] size, *, Generator? generator, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8928695Z processing existing schema: quantized::add_scalar_out(Tensor qa, Scalar b, Tensor(a!) out) -> Tensor(a!) out 2022-12-01T10:11:39.8930180Z processing existing schema: quantized::add_scalar_out.Tensor(Tensor qa, Tensor b, Tensor(a!) out) -> Tensor(a!) out 2022-12-01T10:11:39.8931593Z processing existing schema: aten::prelu_backward(Tensor grad_output, Tensor self, Tensor weight) -> (Tensor, Tensor) 2022-12-01T10:11:39.8933179Z processing existing schema: aten::prelu_backward.out(Tensor grad_output, Tensor self, Tensor weight, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:39.8933877Z processing existing schema: prim::CudaFusionSizeEq(...) -> bool 2022-12-01T10:11:39.8936012Z processing existing schema: aten::cosine_similarity(Tensor x1, Tensor x2, int dim=1, float eps=1e-08) -> Tensor 2022-12-01T10:11:39.8937444Z processing existing schema: aten::broadcast_to(Tensor(a) self, int[] size) -> Tensor(a) 2022-12-01T10:11:39.8938947Z processing existing schema: aten::narrow(Tensor(a) self, int dim, int start, int length) -> Tensor(a) 2022-12-01T10:11:39.8940518Z processing existing schema: aten::narrow.Tensor(Tensor(a) self, int dim, Tensor start, int length) -> Tensor(a) 2022-12-01T10:11:39.8941706Z processing existing schema: aten::trace(Tensor self) -> Tensor 2022-12-01T10:11:39.8943125Z processing existing schema: aten::trace.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8944748Z processing existing schema: aten::addbmm(Tensor self, Tensor batch1, Tensor batch2, *, Scalar beta=1, Scalar alpha=1) -> Tensor 2022-12-01T10:11:39.8946564Z processing existing schema: aten::addbmm.out(Tensor self, Tensor batch1, Tensor batch2, *, Scalar beta=1, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8948188Z processing existing schema: aten::movedim.intlist(Tensor(a) self, int[] source, int[] destination) -> Tensor(a) 2022-12-01T10:11:39.8949656Z processing existing schema: aten::movedim.int(Tensor(a) self, int source, int destination) -> Tensor(a) 2022-12-01T10:11:39.8951005Z processing existing schema: aten::clone(Tensor self, *, MemoryFormat? memory_format=None) -> Tensor 2022-12-01T10:11:39.8952639Z processing existing schema: aten::clone.out(Tensor self, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8954094Z processing existing schema: aten::hsplit.int(Tensor(a -> *) self, int sections) -> Tensor(a)[] 2022-12-01T10:11:39.8955737Z processing existing schema: aten::hsplit.array(Tensor(a -> *) self, int[] indices) -> Tensor(a)[] 2022-12-01T10:11:39.8957058Z processing existing schema: aten::expand_as(Tensor(a) self, Tensor other) -> Tensor(a) 2022-12-01T10:11:39.8958428Z processing existing schema: aten::div.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.8959871Z processing existing schema: aten::div.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:39.8961127Z processing existing schema: aten::div.Tensor_mode(Tensor self, Tensor other, *, str? rounding_mode) -> Tensor 2022-12-01T10:11:39.8962600Z processing existing schema: aten::div.Scalar_mode(Tensor self, Scalar other, *, str? rounding_mode) -> Tensor 2022-12-01T10:11:39.8963982Z processing existing schema: aten::div.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8965603Z processing existing schema: aten::div.out_mode(Tensor self, Tensor other, *, str? rounding_mode, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8967122Z processing existing schema: aten::div.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8968790Z processing existing schema: aten::div.Scalar_mode_out(Tensor self, Scalar other, *, str? rounding_mode, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8969919Z processing existing schema: aten::div.int(int a, int b) -> float 2022-12-01T10:11:39.8971294Z processing existing schema: aten::div.complex(complex a, complex b) -> complex 2022-12-01T10:11:39.8972640Z processing existing schema: aten::div.float(float a, float b) -> float 2022-12-01T10:11:39.8974284Z processing existing schema: aten::div(Scalar a, Scalar b) -> float 2022-12-01T10:11:39.8975143Z processing existing schema: aten::logaddexp(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.8977071Z processing existing schema: aten::logaddexp.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8978702Z processing existing schema: aten::logical_or_(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:39.8979126Z processing existing schema: prim::BroadcastMKLDNNTensors(...) -> ... 2022-12-01T10:11:39.8980893Z processing existing schema: aten::transpose_(Tensor(a!) self, int dim0, int dim1) -> Tensor(a!) 2022-12-01T10:11:39.8982542Z schema: prims::normal(SymInt[] shape, *, Scalar mean, Scalar std, ScalarType dtype, Device device, bool requires_grad) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.8983533Z processing existing schema: aten::_softmax(Tensor self, int dim, bool half_to_float) -> Tensor 2022-12-01T10:11:39.8985295Z processing existing schema: aten::_softmax.out(Tensor self, int dim, bool half_to_float, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.8986367Z processing existing schema: prim::data(Tensor(a) a) -> Tensor(a) 2022-12-01T10:11:39.8989210Z processing existing schema: aten::_convolution_double_backward(Tensor? ggI, Tensor? ggW, Tensor? ggb, Tensor gO, Tensor weight, Tensor self, int[] stride, int[] padding, int[] dilation, bool transposed, int[] output_padding, int groups, bool[3] output_mask) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:39.8989740Z processing existing schema: prim::max.int(int a, int b) -> int 2022-12-01T10:11:39.8991079Z processing existing schema: prim::max.float(float a, float b) -> float 2022-12-01T10:11:39.8992347Z processing existing schema: prim::max.int_float(int a, float b) -> float 2022-12-01T10:11:39.8993607Z processing existing schema: prim::max.float_int(float a, int b) -> float 2022-12-01T10:11:39.8995004Z processing existing schema: prim::max(Scalar a, Scalar b) -> Scalar 2022-12-01T10:11:39.8996434Z processing existing schema: prim::max.int_list(int[] l, int[] r) -> int[] 2022-12-01T10:11:39.8997822Z processing existing schema: prim::max.self_int(int[] self) -> int 2022-12-01T10:11:39.8999460Z processing existing schema: prim::max.float_list(float[] l, float[] r) -> float[] 2022-12-01T10:11:39.9000644Z processing existing schema: prim::max.self_float(float[] self) -> float 2022-12-01T10:11:39.9002229Z processing existing schema: prim::max.bool_list(bool[] l, bool[] r) -> bool[] 2022-12-01T10:11:39.9003487Z processing existing schema: prim::max.self_bool(bool[] self) -> bool 2022-12-01T10:11:39.9005745Z processing existing schema: _quantized::conv3d_prepack(Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups) -> __torch__.torch.classes.quantized.Conv3dPackedParamsBase 2022-12-01T10:11:39.9006592Z processing existing schema: aten::digamma(Tensor self) -> Tensor 2022-12-01T10:11:39.9008255Z processing existing schema: aten::digamma.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9008964Z schema: static_runtime::layer_norm(Tensor input, int[] normalized_shape, Tensor? weight=None, Tensor? bias=None, float eps=1.0000000000000001e-05, bool cudnn_enable=True) -> (Tensor, Tensor, Tensor) found on allowlist, skipping 2022-12-01T10:11:39.9010693Z processing existing schema: aten::_batch_norm_impl_index(Tensor input, Tensor? weight, Tensor? bias, Tensor? running_mean, Tensor? running_var, bool training, float momentum, float eps, bool cudnn_enabled) -> (Tensor, Tensor, Tensor, Tensor, int) 2022-12-01T10:11:39.9011287Z processing existing schema: aten::relu6(Tensor self) -> Tensor 2022-12-01T10:11:39.9012623Z processing existing schema: aten::Complex.Scalar(Scalar a) -> complex 2022-12-01T10:11:39.9013993Z processing existing schema: aten::Complex.Tensor_Tensor(Tensor a, Tensor b) -> complex 2022-12-01T10:11:39.9015421Z processing existing schema: aten::Complex.int_bool(int x, bool y) -> complex 2022-12-01T10:11:39.9016746Z processing existing schema: aten::Complex.bool_int(bool x, int y) -> complex 2022-12-01T10:11:39.9018161Z processing existing schema: aten::Complex.float_bool(float x, bool y) -> complex 2022-12-01T10:11:39.9019545Z processing existing schema: aten::Complex.bool_float(bool x, float y) -> complex 2022-12-01T10:11:39.9020986Z processing existing schema: aten::Complex.float_int(float x, int y) -> complex 2022-12-01T10:11:39.9022382Z processing existing schema: aten::Complex.int_float(int x, float y) -> complex 2022-12-01T10:11:39.9023813Z processing existing schema: aten::Complex.int_int(int x, int y) -> complex 2022-12-01T10:11:39.9025256Z processing existing schema: aten::Complex.bool_bool(bool x, bool y) -> complex 2022-12-01T10:11:39.9026698Z processing existing schema: aten::Complex.float_float(float x, float y) -> complex 2022-12-01T10:11:39.9028157Z processing existing schema: aten::Complex.Tensor_float(Tensor x, float y) -> complex 2022-12-01T10:11:39.9029765Z processing existing schema: aten::Complex.float_Tensor(float x, Tensor y) -> complex 2022-12-01T10:11:39.9031120Z processing existing schema: aten::Complex.Tensor_int(Tensor x, int y) -> complex 2022-12-01T10:11:39.9032582Z processing existing schema: aten::Complex.int_Tensor(int x, Tensor y) -> complex 2022-12-01T10:11:39.9034134Z processing existing schema: aten::Complex.Tensor_bool(Tensor x, bool y) -> complex 2022-12-01T10:11:39.9035672Z processing existing schema: aten::Complex.bool_Tensor(bool x, Tensor y) -> complex 2022-12-01T10:11:39.9037681Z processing existing schema: quantized::conv2d.new(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:39.9039966Z processing existing schema: quantized::conv2d(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase weight, int[] stride, int[] padding, int[] dilation, int groups, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:39.9041121Z processing existing schema: aten::resolve_conj(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:39.9042419Z processing existing schema: aten::divmod.int(int x, int y) -> (int, int) 2022-12-01T10:11:39.9043721Z processing existing schema: aten::divmod.float(float x, float y) -> (float, float) 2022-12-01T10:11:39.9044986Z processing existing schema: aten::divmod.int_float(int x, float y) -> (float, float) 2022-12-01T10:11:39.9046233Z processing existing schema: aten::divmod.float_int(float x, int y) -> (float, float) 2022-12-01T10:11:39.9048696Z processing existing schema: _quantized::conv_transpose2d_prepack(Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] output_padding, int[] dilation, int groups) -> __torch__.torch.classes.quantized.Conv2dPackedParamsBase 2022-12-01T10:11:39.9049725Z processing existing schema: aten::matmul(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.9051473Z processing existing schema: aten::matmul.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9053152Z processing existing schema: aten::dsplit.int(Tensor(a -> *) self, int sections) -> Tensor(a)[] 2022-12-01T10:11:39.9054931Z processing existing schema: aten::dsplit.array(Tensor(a -> *) self, int[] indices) -> Tensor(a)[] 2022-12-01T10:11:39.9056387Z processing existing schema: aten::logical_or(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.9058172Z processing existing schema: aten::logical_or.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9059443Z processing existing schema: prim::ConstantMKLDNNTensor(...) -> ... 2022-12-01T10:11:39.9060973Z processing existing schema: aten::addcdiv(Tensor self, Tensor tensor1, Tensor tensor2, *, Scalar value=1) -> Tensor 2022-12-01T10:11:39.9062871Z processing existing schema: aten::addcdiv.out(Tensor self, Tensor tensor1, Tensor tensor2, *, Scalar value=1, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9064430Z processing existing schema: prim::MKLDNNClamp_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:39.9065594Z processing existing schema: prim::TensorExprDynamicGroup(...) -> ... 2022-12-01T10:11:39.9067315Z processing existing schema: aten::transpose.int(Tensor(a) self, int dim0, int dim1) -> Tensor(a) 2022-12-01T10:11:39.9068953Z processing existing schema: aten::transpose.Dimname(Tensor(a) self, str dim0, str dim1) -> Tensor(a) 2022-12-01T10:11:39.9070578Z processing existing schema: quantized::add_relu(Tensor qa, Tensor qb, float scale, int zero_point) -> Tensor qc 2022-12-01T10:11:39.9072324Z processing existing schema: quantized::add_relu.out(Tensor qa, Tensor qb, Tensor(a!) out) -> Tensor(a!) out 2022-12-01T10:11:39.9073834Z processing existing schema: quantized::add_relu.Scalar(Tensor qa, Scalar b) -> Tensor qc 2022-12-01T10:11:39.9075249Z processing existing schema: quantized::add_relu.Scalar2(Scalar b, Tensor qa) -> Tensor qc 2022-12-01T10:11:39.9077078Z processing existing schema: quantized::add_relu.Scalar_out(Tensor qa, Scalar b, Tensor(a!) out) -> Tensor(a!) out 2022-12-01T10:11:39.9078409Z processing existing schema: aten::cos(Tensor self) -> Tensor 2022-12-01T10:11:39.9080316Z processing existing schema: aten::cos.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9081663Z processing existing schema: aten::cos.int(int a) -> float 2022-12-01T10:11:39.9083093Z processing existing schema: aten::cos.float(float a) -> float 2022-12-01T10:11:39.9084531Z processing existing schema: aten::cos.complex(complex a) -> complex 2022-12-01T10:11:39.9085959Z processing existing schema: aten::cos.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:39.9087535Z processing existing schema: aten::concat(Tensor[] tensors, int dim=0) -> Tensor 2022-12-01T10:11:39.9089323Z processing existing schema: aten::concat.out(Tensor[] tensors, int dim=0, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9090838Z processing existing schema: aten::concat.names(Tensor[] tensors, str dim) -> Tensor 2022-12-01T10:11:39.9092586Z processing existing schema: aten::concat.names_out(Tensor[] tensors, str dim, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9094498Z processing existing schema: aten::normal_(Tensor(a!) self, float mean=0., float std=1., *, Generator? generator=None) -> Tensor(a!) 2022-12-01T10:11:39.9096007Z processing existing schema: aten::rjust(str self, int width, str fillchar=" ") -> str 2022-12-01T10:11:39.9097416Z processing existing schema: aten::_euclidean_dist(Tensor x1, Tensor x2) -> Tensor 2022-12-01T10:11:39.9099102Z processing existing schema: aten::_euclidean_dist.out(Tensor x1, Tensor x2, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9100400Z processing existing schema: prim::AddStatValue(str key, int val) -> () 2022-12-01T10:11:39.9102006Z processing existing schema: quantized::linear_prepack_legacy(Tensor W, Tensor? B=None) -> Tensor W_prepack 2022-12-01T10:11:39.9103394Z processing existing schema: aten::result_type.Tensor(Tensor tensor, Tensor other) -> ScalarType 2022-12-01T10:11:39.9104809Z processing existing schema: aten::result_type.Scalar(Tensor tensor, Scalar other) -> ScalarType 2022-12-01T10:11:39.9106246Z processing existing schema: aten::result_type.Scalar_Tensor(Scalar scalar, Tensor tensor) -> ScalarType 2022-12-01T10:11:39.9107701Z processing existing schema: aten::result_type.Scalar_Scalar(Scalar scalar1, Scalar scalar2) -> ScalarType 2022-12-01T10:11:39.9109792Z processing existing schema: quantized::dropout(Tensor self, float output_scale, int output_zero_point, Scalar p=0.5, bool training=False) -> Tensor 2022-12-01T10:11:39.9111028Z processing existing schema: aten::isalpha(str self) -> bool 2022-12-01T10:11:39.9112847Z processing existing schema: aten::_ctc_loss(Tensor log_probs, Tensor targets, int[] input_lengths, int[] target_lengths, int blank=0, bool zero_infinity=False) -> (Tensor, Tensor) 2022-12-01T10:11:39.9114478Z processing existing schema: aten::_ctc_loss.Tensor(Tensor log_probs, Tensor targets, Tensor input_lengths, Tensor target_lengths, int blank=0, bool zero_infinity=False) -> (Tensor, Tensor) 2022-12-01T10:11:39.9116533Z processing existing schema: aten::_ctc_loss.out(Tensor log_probs, Tensor targets, int[] input_lengths, int[] target_lengths, int blank=0, bool zero_infinity=False, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:39.9117912Z processing existing schema: aten::reshape_as(Tensor(a) self, Tensor other) -> Tensor(a) 2022-12-01T10:11:39.9119457Z processing existing schema: aten::extend.t(t[](a!) self, t[] other) -> () 2022-12-01T10:11:39.9120996Z processing existing schema: aten::_conj_physical(Tensor self) -> Tensor 2022-12-01T10:11:39.9122836Z processing existing schema: aten::_conj_physical.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9124807Z processing existing schema: aten::ctc_loss.IntList(Tensor log_probs, Tensor targets, int[] input_lengths, int[] target_lengths, int blank=0, int reduction=1, bool zero_infinity=False) -> Tensor 2022-12-01T10:11:39.9126666Z processing existing schema: aten::ctc_loss.Tensor(Tensor log_probs, Tensor targets, Tensor input_lengths, Tensor target_lengths, int blank=0, int reduction=1, bool zero_infinity=False) -> Tensor 2022-12-01T10:11:39.9127873Z processing existing schema: prim::Uninitialized() -> Any 2022-12-01T10:11:39.9129824Z processing existing schema: quantized::batch_norm1d_relu(Tensor qx, Tensor? weight, Tensor? bias, Tensor mean, Tensor var, float eps, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:39.9131776Z processing existing schema: aten::range.step(Scalar start, Scalar end, Scalar step=1, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:39.9133535Z processing existing schema: aten::range(Scalar start, Scalar end, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:39.9135241Z processing existing schema: aten::range.out(Scalar start, Scalar end, Scalar step=1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9136910Z processing existing schema: aten::range.out_(Scalar start, Scalar end, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9138900Z processing existing schema: aten::new_zeros(Tensor self, SymInt[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:39.9140528Z processing existing schema: aten::new_zeros.out(Tensor self, SymInt[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9141955Z processing existing schema: aten::var(Tensor self, bool unbiased=True) -> Tensor 2022-12-01T10:11:39.9143776Z processing existing schema: aten::var.dim(Tensor self, int[1]? dim, bool unbiased=True, bool keepdim=False) -> Tensor 2022-12-01T10:11:39.9145566Z processing existing schema: aten::var.correction(Tensor self, int[1]? dim, *, int? correction, bool keepdim=False) -> Tensor 2022-12-01T10:11:39.9147358Z processing existing schema: aten::var.names_dim(Tensor self, str[1] dim, bool unbiased=True, bool keepdim=False) -> Tensor 2022-12-01T10:11:39.9149491Z processing existing schema: aten::var.names_out(Tensor self, str[1] dim, bool unbiased=True, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9151610Z processing existing schema: aten::var.out(Tensor self, int[1]? dim, bool unbiased=True, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9153706Z processing existing schema: aten::var.correction_out(Tensor self, int[1]? dim, *, int? correction, bool keepdim=False, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9155488Z processing existing schema: aten::var.correction_names(Tensor self, str[1] dim, *, int? correction, bool keepdim=False) -> Tensor 2022-12-01T10:11:39.9157653Z processing existing schema: aten::var.correction_names_out(Tensor self, str[1] dim, *, int? correction, bool keepdim=False, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9158909Z processing existing schema: aten::atan(Tensor self) -> Tensor 2022-12-01T10:11:39.9160699Z processing existing schema: aten::atan.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9162037Z processing existing schema: aten::atan.int(int a) -> float 2022-12-01T10:11:39.9163472Z processing existing schema: aten::atan.float(float a) -> float 2022-12-01T10:11:39.9164914Z processing existing schema: aten::atan.complex(complex a) -> complex 2022-12-01T10:11:39.9166266Z processing existing schema: aten::atan.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:39.9168147Z processing existing schema: aten::split_with_sizes(Tensor(a -> *) self, int[] split_sizes, int dim=0) -> Tensor(a)[] 2022-12-01T10:11:39.9169467Z processing existing schema: aten::is_same_size(Tensor self, Tensor other) -> bool 2022-12-01T10:11:39.9171030Z processing existing schema: aten::index_copy(Tensor self, int dim, Tensor index, Tensor source) -> Tensor 2022-12-01T10:11:39.9172581Z processing existing schema: aten::index_copy.dimname(Tensor self, str dim, Tensor index, Tensor source) -> Tensor 2022-12-01T10:11:39.9174373Z processing existing schema: aten::index_copy.out(Tensor self, int dim, Tensor index, Tensor source, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9176005Z processing existing schema: aten::squeeze(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:39.9178003Z processing existing schema: aten::squeeze.dim(Tensor(a) self, int dim) -> Tensor(a) 2022-12-01T10:11:39.9179473Z processing existing schema: aten::squeeze.dimname(Tensor(a) self, str dim) -> Tensor(a) 2022-12-01T10:11:39.9181116Z processing existing schema: aten::fft_ifftshift(Tensor self, int[1]? dim=None) -> Tensor 2022-12-01T10:11:39.9182600Z processing existing schema: aten::sigmoid_backward(Tensor grad_output, Tensor output) -> Tensor 2022-12-01T10:11:39.9184523Z processing existing schema: aten::sigmoid_backward.grad_input(Tensor grad_output, Tensor output, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:39.9185835Z processing existing schema: aten::percentFormat(str self, ...) -> str 2022-12-01T10:11:39.9187220Z processing existing schema: quantized::relu6(Tensor qx, bool inplace=False) -> Tensor 2022-12-01T10:11:39.9188644Z processing existing schema: aten::pixel_shuffle(Tensor self, int upscale_factor) -> Tensor 2022-12-01T10:11:39.9190528Z processing existing schema: aten::pixel_shuffle.out(Tensor self, int upscale_factor, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9192010Z processing existing schema: aten::gelu_backward(Tensor grad_output, Tensor self, *, str approximate="none") -> Tensor 2022-12-01T10:11:39.9193998Z processing existing schema: aten::gelu_backward.grad_input(Tensor grad_output, Tensor self, *, str approximate="none", Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:39.9195535Z schema: prims::exp2(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.9196684Z processing existing schema: aten::_has_same_storage_numel(Tensor self, Tensor other) -> bool 2022-12-01T10:11:39.9198597Z processing existing schema: aten::fft_ifft2(Tensor self, int[1]? s=None, int[1] dim=[-2, -1], str? norm=None) -> Tensor 2022-12-01T10:11:39.9201180Z processing existing schema: aten::fft_ifft2.out(Tensor self, int[1]? s=None, int[1] dim=[-2, -1], str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9202371Z processing existing schema: aten::sigmoid(Tensor self) -> Tensor 2022-12-01T10:11:39.9203838Z processing existing schema: aten::sigmoid.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9205212Z processing existing schema: aten::dim(Tensor self) -> int 2022-12-01T10:11:39.9206794Z processing existing schema: quantized::group_norm(Tensor input, int num_groups, Tensor? weight, Tensor? bias, float eps, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:39.9207708Z processing existing schema: aten::var_mean(Tensor self, bool unbiased=True) -> (Tensor, Tensor) 2022-12-01T10:11:39.9209660Z processing existing schema: aten::var_mean.dim(Tensor self, int[1]? dim, bool unbiased=True, bool keepdim=False) -> (Tensor, Tensor) 2022-12-01T10:11:39.9211114Z processing existing schema: aten::var_mean.correction(Tensor self, int[1]? dim, *, int? correction, bool keepdim=False) -> (Tensor, Tensor) 2022-12-01T10:11:39.9212738Z processing existing schema: aten::var_mean.names_dim(Tensor self, str[1] dim, bool unbiased=True, bool keepdim=False) -> (Tensor, Tensor) 2022-12-01T10:11:39.9214180Z processing existing schema: aten::var_mean.correction_names(Tensor self, str[1] dim, *, int? correction, bool keepdim=False) -> (Tensor, Tensor) 2022-12-01T10:11:39.9216199Z processing existing schema: aten::var_mean.correction_out(Tensor self, int[1]? dim, *, int? correction, bool keepdim=False, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:39.9217331Z processing existing schema: aten::tan(Tensor self) -> Tensor 2022-12-01T10:11:39.9218825Z processing existing schema: aten::tan.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9220006Z processing existing schema: aten::tan.int(int a) -> float 2022-12-01T10:11:39.9221335Z processing existing schema: aten::tan.float(float a) -> float 2022-12-01T10:11:39.9222666Z processing existing schema: aten::tan.complex(complex a) -> complex 2022-12-01T10:11:39.9223940Z processing existing schema: aten::tan.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:39.9225533Z processing existing schema: aten::cumprod(Tensor self, int dim, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:39.9226833Z processing existing schema: aten::cumprod.dimname(Tensor self, str dim, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:39.9228687Z processing existing schema: aten::cumprod.dimname_out(Tensor self, str dim, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9230357Z processing existing schema: aten::cumprod.out(Tensor self, int dim, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9233149Z processing existing schema: prim::MKLDNNLayerNorm_(Tensor(a!) input, int[] normalized_shape, Tensor? weight=None, Tensor? bias=None, float eps=1.0000000000000001e-05, bool cudnn_enable=True) -> Tensor(a!) 2022-12-01T10:11:39.9234374Z processing existing schema: aten::polygamma_(Tensor(a!) self, int n) -> Tensor(a!) 2022-12-01T10:11:39.9235873Z processing existing schema: aten::resolve_neg(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:39.9237981Z processing existing schema: _quantized::conv_transpose3d_prepack(Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] output_padding, int[] dilation, int groups) -> __torch__.torch.classes.quantized.Conv3dPackedParamsBase 2022-12-01T10:11:39.9239867Z processing existing schema: quantized::conv1d_prepack(Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups) -> __torch__.torch.classes.quantized.Conv2dPackedParamsBase 2022-12-01T10:11:39.9240458Z processing existing schema: prim::FusedConcat(...) -> ... 2022-12-01T10:11:39.9241698Z processing existing schema: aten::nanmedian(Tensor self) -> Tensor 2022-12-01T10:11:39.9242873Z processing existing schema: aten::nanmedian.dim(Tensor self, int dim, bool keepdim=False) -> (Tensor values, Tensor indices) 2022-12-01T10:11:39.9244582Z processing existing schema: aten::nanmedian.dim_values(Tensor self, int dim, bool keepdim=False, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-12-01T10:11:39.9245975Z processing existing schema: aten::nanmedian.names_dim(Tensor self, str dim, bool keepdim=False) -> (Tensor values, Tensor indices) 2022-12-01T10:11:39.9247821Z processing existing schema: aten::nanmedian.names_dim_values(Tensor self, str dim, bool keepdim=False, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-12-01T10:11:39.9249359Z processing existing schema: aten::nanmedian.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9250891Z processing existing schema: aten::meshgrid(Tensor[] tensors) -> Tensor[] 2022-12-01T10:11:39.9252639Z processing existing schema: aten::meshgrid.indexing(Tensor[] tensors, *, str indexing) -> Tensor[] 2022-12-01T10:11:39.9254616Z processing existing schema: aten::as_strided(Tensor(a) self, SymInt[] size, SymInt[] stride, SymInt? storage_offset=None) -> Tensor(a) 2022-12-01T10:11:39.9256271Z processing existing schema: aten::fft_rfft(Tensor self, int? n=None, int dim=-1, str? norm=None) -> Tensor 2022-12-01T10:11:39.9258350Z processing existing schema: aten::fft_rfft.out(Tensor self, int? n=None, int dim=-1, str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9259619Z processing existing schema: aten::sin(Tensor self) -> Tensor 2022-12-01T10:11:39.9261409Z processing existing schema: aten::sin.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9262760Z processing existing schema: aten::sin.int(int a) -> float 2022-12-01T10:11:39.9264225Z processing existing schema: aten::sin.float(float a) -> float 2022-12-01T10:11:39.9265671Z processing existing schema: aten::sin.complex(complex a) -> complex 2022-12-01T10:11:39.9267138Z processing existing schema: aten::sin.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:39.9268355Z processing existing schema: aten::manual_seed(int seed) -> () 2022-12-01T10:11:39.9269932Z processing existing schema: quantized::conv1d_unpack(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> (Tensor unpacked_weights, Tensor? B_origin) 2022-12-01T10:11:39.9271152Z processing existing schema: aten::is_floating_point(Tensor self) -> bool 2022-12-01T10:11:39.9272662Z processing existing schema: aten::t(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:39.9274196Z processing existing schema: aten::__lshift__.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.9275692Z processing existing schema: aten::__lshift__.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:39.9277522Z processing existing schema: aten::__lshift__.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9279012Z processing existing schema: aten::__lshift__.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9280531Z processing existing schema: aten::__lshift__.int(int a, int b) -> int 2022-12-01T10:11:39.9282287Z processing existing schema: aten::rand_like(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, MemoryFormat? memory_format=None) -> Tensor 2022-12-01T10:11:39.9283755Z processing existing schema: aten::rand_like.out(Tensor self, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9285090Z processing existing schema: quantized::add_scalar_relu(Tensor qa, Scalar b) -> Tensor qc 2022-12-01T10:11:39.9286485Z processing existing schema: quantized::add_scalar_relu.Tensor(Tensor qa, Tensor b) -> Tensor qc 2022-12-01T10:11:39.9288078Z processing existing schema: aten::cosine_embedding_loss(Tensor input1, Tensor input2, Tensor target, float margin=0., int reduction=1) -> Tensor 2022-12-01T10:11:39.9289209Z processing existing schema: aten::prelu(Tensor self, Tensor weight) -> Tensor 2022-12-01T10:11:39.9290878Z processing existing schema: aten::prelu.out(Tensor self, Tensor weight, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9292094Z processing existing schema: prim::TensorExprDynamicGuard(...) -> bool 2022-12-01T10:11:39.9293362Z processing existing schema: aten::lift_fresh_copy(Tensor self) -> Tensor 2022-12-01T10:11:39.9295102Z processing existing schema: aten::lift_fresh_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9296778Z processing existing schema: aten::gru_cell(Tensor input, Tensor hx, Tensor w_ih, Tensor w_hh, Tensor? b_ih=None, Tensor? b_hh=None) -> Tensor 2022-12-01T10:11:39.9298332Z processing existing schema: aten::adaptive_avg_pool2d(Tensor self, SymInt[2] output_size) -> Tensor 2022-12-01T10:11:39.9300179Z processing existing schema: aten::adaptive_avg_pool2d.out(Tensor self, SymInt[2] output_size, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9301600Z processing existing schema: aten::logaddexp2(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.9303238Z processing existing schema: aten::logaddexp2.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9304677Z processing existing schema: aten::masked_fill.Scalar(Tensor self, Tensor mask, Scalar value) -> Tensor 2022-12-01T10:11:39.9306099Z processing existing schema: aten::masked_fill.Tensor(Tensor self, Tensor mask, Tensor value) -> Tensor 2022-12-01T10:11:39.9307810Z processing existing schema: aten::masked_fill.Scalar_out(Tensor self, Tensor mask, Scalar value, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9309542Z processing existing schema: aten::masked_fill.Tensor_out(Tensor self, Tensor mask, Tensor value, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9310874Z processing existing schema: aten::size.int(Tensor self, int dim) -> int 2022-12-01T10:11:39.9312239Z processing existing schema: aten::size.Dimname(Tensor self, str dim) -> int 2022-12-01T10:11:39.9313604Z processing existing schema: aten::size(Tensor self) -> int[] 2022-12-01T10:11:39.9315058Z processing existing schema: aten::wait(Future(t) self) -> t 2022-12-01T10:11:39.9316719Z processing existing schema: quantized::conv2d_output_padding(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> int[] 2022-12-01T10:11:39.9318142Z processing existing schema: aten::reflection_pad1d(Tensor self, int[2] padding) -> Tensor 2022-12-01T10:11:39.9320290Z processing existing schema: aten::reflection_pad1d.out(Tensor self, int[2] padding, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9321565Z processing existing schema: aten::Bool.Tensor(Tensor a) -> bool 2022-12-01T10:11:39.9323036Z processing existing schema: aten::Bool.int(int a) -> bool 2022-12-01T10:11:39.9324237Z processing existing schema: aten::Bool.float(float a) -> bool 2022-12-01T10:11:39.9325820Z processing existing schema: quantized::cat(Tensor[] qx, int dim, float? scale, int? zero_point) -> Tensor 2022-12-01T10:11:39.9327466Z processing existing schema: aten::diagonal(Tensor(a) self, int offset=0, int dim1=0, int dim2=1) -> Tensor(a) 2022-12-01T10:11:39.9329265Z processing existing schema: aten::diagonal.Dimname(Tensor(a) self, *, str outdim, str dim1, str dim2, int offset=0) -> Tensor(a) 2022-12-01T10:11:39.9330777Z processing existing schema: aten::threshold_backward(Tensor grad_output, Tensor self, Scalar threshold) -> Tensor 2022-12-01T10:11:39.9332583Z processing existing schema: aten::threshold_backward.grad_input(Tensor grad_output, Tensor self, Scalar threshold, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:39.9334602Z processing existing schema: quantized::conv3d_prepack(Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups) -> __torch__.torch.classes.quantized.Conv3dPackedParamsBase 2022-12-01T10:11:39.9335701Z processing existing schema: prim::MMTreeReduce(...) -> Tensor 2022-12-01T10:11:39.9337458Z processing existing schema: aten::nansum(Tensor self, int[1]? dim=None, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:39.9339581Z processing existing schema: aten::nansum.out(Tensor self, int[1]? dim=None, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9341246Z processing existing schema: aten::chunk(Tensor(a -> *) self, int chunks, int dim=0) -> Tensor(a)[] 2022-12-01T10:11:39.9343033Z processing existing schema: aten::moveaxis.intlist(Tensor(a) self, int[] source, int[] destination) -> Tensor(a) 2022-12-01T10:11:39.9344669Z processing existing schema: aten::moveaxis.int(Tensor(a) self, int source, int destination) -> Tensor(a) 2022-12-01T10:11:39.9346184Z processing existing schema: aten::view_as(Tensor(a) self, Tensor other) -> Tensor(a) 2022-12-01T10:11:39.9347710Z schema: nvprims::remainder(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.9349232Z processing existing schema: aten::_unique2(Tensor self, bool sorted=True, bool return_inverse=False, bool return_counts=False) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:39.9351391Z processing existing schema: aten::_unique2.out(Tensor self, bool sorted=True, bool return_inverse=False, bool return_counts=False, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-12-01T10:11:39.9352637Z processing existing schema: prim::MKLDNNHardSigmoid(Tensor a) -> Tensor 2022-12-01T10:11:39.9354191Z processing existing schema: aten::logit(Tensor self, float? eps=None) -> Tensor 2022-12-01T10:11:39.9355860Z processing existing schema: aten::logit.out(Tensor self, float? eps=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9356942Z processing existing schema: aten::detach(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:39.9357490Z processing existing schema: prim::DifferentiableGraph(...) -> ... 2022-12-01T10:11:39.9359103Z processing existing schema: prim::MKLDNNHardSigmoid_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:39.9360845Z processing existing schema: aten::poisson(Tensor self, Generator? generator=None) -> Tensor 2022-12-01T10:11:39.9362447Z processing existing schema: aten::poisson.out(Tensor self, Generator? generator=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9363543Z processing existing schema: aten::lgamma(Tensor self) -> Tensor 2022-12-01T10:11:39.9365112Z processing existing schema: aten::lgamma.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9366273Z processing existing schema: aten::lgamma.int(int a) -> float 2022-12-01T10:11:39.9367485Z processing existing schema: aten::lgamma.float(float a) -> float 2022-12-01T10:11:39.9368994Z processing existing schema: aten::lgamma.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:39.9369278Z schema: profiler::_call_end_callbacks_on_jit_fut(Tensor x, Future(t) y) -> Future(t) found on allowlist, skipping 2022-12-01T10:11:39.9369656Z schema: profiler::_call_end_callbacks_on_jit_fut._RecordFunction(__torch__.torch.classes.profiler._RecordFunction x, Future(t) y) -> Future(t) found on allowlist, skipping 2022-12-01T10:11:39.9370992Z processing existing schema: prim::flatten_copy(Tensor self, int start_dim, int end_dim) -> Tensor 2022-12-01T10:11:39.9372326Z processing existing schema: aten::cumsum(Tensor self, int dim, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:39.9373809Z processing existing schema: aten::cumsum.dimname(Tensor self, str dim, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:39.9375528Z processing existing schema: aten::cumsum.dimname_out(Tensor self, str dim, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9377243Z processing existing schema: aten::cumsum.out(Tensor self, int dim, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9378639Z processing existing schema: prim::expand_as_copy(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.9380026Z processing existing schema: prim::MKLDNNHardSwish_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:39.9381540Z processing existing schema: aten::pixel_unshuffle(Tensor self, int downscale_factor) -> Tensor 2022-12-01T10:11:39.9382976Z processing existing schema: aten::pixel_unshuffle.out(Tensor self, int downscale_factor, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9384599Z processing existing schema: aten::adaptive_avg_pool1d(Tensor self, int[1] output_size) -> Tensor 2022-12-01T10:11:39.9384877Z schema: static_runtime::dict_unpack(...) -> ... found on allowlist, skipping 2022-12-01T10:11:39.9386304Z processing existing schema: prim::oneDNNFusionGroup(...) -> ... 2022-12-01T10:11:39.9387483Z processing existing schema: aten::log_normal_(Tensor(a!) self, float mean=1., float std=2., *, Generator? generator=None) -> Tensor(a!) 2022-12-01T10:11:39.9388528Z processing existing schema: aten::tanh(Tensor self) -> Tensor 2022-12-01T10:11:39.9390418Z processing existing schema: aten::tanh.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9391195Z processing existing schema: aten::tanh.int(int a) -> float 2022-12-01T10:11:39.9392495Z processing existing schema: aten::tanh.float(float a) -> float 2022-12-01T10:11:39.9393825Z processing existing schema: aten::tanh.complex(complex a) -> complex 2022-12-01T10:11:39.9395122Z processing existing schema: aten::tanh.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:39.9396487Z schema: prims::view_of(Tensor(a) a) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.9397926Z processing existing schema: aten::_pdist_forward(Tensor self, float p=2.) -> Tensor 2022-12-01T10:11:39.9399850Z processing existing schema: aten::_pdist_forward.out(Tensor self, float p=2., *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9401478Z processing existing schema: aten::view(Tensor(a) self, SymInt[] size) -> Tensor(a) 2022-12-01T10:11:39.9403072Z processing existing schema: aten::view.dtype(Tensor(a) self, ScalarType dtype) -> Tensor(a) 2022-12-01T10:11:39.9405128Z processing existing schema: aten::slice.Tensor(Tensor(a) self, int dim=0, SymInt? start=None, SymInt? end=None, SymInt step=1) -> Tensor(a) 2022-12-01T10:11:39.9406731Z processing existing schema: aten::slice.t(t[] l, int? start=None, int? end=None, int step=1) -> t[] 2022-12-01T10:11:39.9408401Z processing existing schema: aten::slice.str(str string, int? start=None, int? end=None, int step=1) -> str 2022-12-01T10:11:39.9409294Z processing existing schema: aten::save(t item, str filename) -> () 2022-12-01T10:11:39.9411074Z processing existing schema: quantized::conv2d_dilation(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> int[] 2022-12-01T10:11:39.9412538Z processing existing schema: aten::bernoulli(Tensor self, *, Generator? generator=None) -> Tensor 2022-12-01T10:11:39.9414351Z processing existing schema: aten::bernoulli.out(Tensor self, *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9415965Z processing existing schema: aten::bernoulli.p(Tensor self, float p, *, Generator? generator=None) -> Tensor 2022-12-01T10:11:39.9417584Z processing existing schema: aten::bernoulli.Tensor(Tensor self, Tensor p, *, Generator? generator=None) -> Tensor 2022-12-01T10:11:39.9419481Z processing existing schema: aten::bernoulli.Tensor_out(Tensor self, Tensor p, *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9421821Z processing existing schema: aten::bernoulli.float_out(Tensor self, float p=0.5, *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9423453Z processing existing schema: aten::adaptive_max_pool3d(Tensor self, int[3] output_size) -> (Tensor, Tensor) 2022-12-01T10:11:39.9425992Z processing existing schema: aten::adaptive_max_pool3d.out(Tensor self, int[3] output_size, *, Tensor(a!) out, Tensor(b!) indices) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:39.9427167Z processing existing schema: aten::ravel(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:39.9427784Z processing existing schema: prim::VarConcat(...) -> Tensor 2022-12-01T10:11:39.9430080Z processing existing schema: quantized::batch_norm2d(Tensor qx, Tensor? weight, Tensor? bias, Tensor mean, Tensor var, float eps, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:39.9431410Z processing existing schema: aten::detach_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:39.9431941Z processing existing schema: prim::TensorExprGroup(...) -> ... 2022-12-01T10:11:39.9433537Z processing existing schema: prim::MKLDNNHardTanh_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:39.9435084Z processing existing schema: aten::poisson_nll_loss(Tensor input, Tensor target, bool log_input, bool full, float eps, int reduction) -> Tensor 2022-12-01T10:11:39.9436379Z processing existing schema: aten::logical_and(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.9437941Z processing existing schema: aten::logical_and.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9439495Z processing existing schema: aten::add.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor 2022-12-01T10:11:39.9440983Z processing existing schema: aten::add.Scalar(Tensor self, Scalar other, Scalar alpha=1) -> Tensor 2022-12-01T10:11:39.9442469Z processing existing schema: aten::add.out(Tensor self, Tensor other, *, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9444275Z processing existing schema: aten::add.Scalar_out(Tensor self, Scalar other, Scalar alpha=1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9445560Z processing existing schema: aten::add.t(t[] a, t[] b) -> t[] 2022-12-01T10:11:39.9447117Z processing existing schema: aten::add.str(str a, str b) -> str 2022-12-01T10:11:39.9448168Z processing existing schema: aten::add.int(int a, int b) -> int 2022-12-01T10:11:39.9449468Z processing existing schema: aten::add.complex(complex a, complex b) -> complex 2022-12-01T10:11:39.9450727Z processing existing schema: aten::add.float(float a, float b) -> float 2022-12-01T10:11:39.9452160Z processing existing schema: aten::add.int_complex(int a, complex b) -> complex 2022-12-01T10:11:39.9453180Z processing existing schema: aten::add.complex_int(complex a, int b) -> complex 2022-12-01T10:11:39.9454856Z processing existing schema: aten::add.float_complex(float a, complex b) -> complex 2022-12-01T10:11:39.9456046Z processing existing schema: aten::add.complex_float(complex a, float b) -> complex 2022-12-01T10:11:39.9457470Z processing existing schema: aten::add.int_float(int a, float b) -> float 2022-12-01T10:11:39.9458736Z processing existing schema: aten::add.float_int(float a, int b) -> float 2022-12-01T10:11:39.9460044Z processing existing schema: aten::add(Scalar a, Scalar b) -> Scalar 2022-12-01T10:11:39.9461941Z processing existing schema: aten::_ncf_view(Tensor(a) self, int[] input_shape, int normalized_ndim) -> Tensor(a) 2022-12-01T10:11:39.9463158Z processing existing schema: prim::expand_copy(Tensor self, int[] size, *, bool implicit=False) -> Tensor 2022-12-01T10:11:39.9464321Z processing existing schema: aten::dot(Tensor self, Tensor tensor) -> Tensor 2022-12-01T10:11:39.9465927Z processing existing schema: aten::dot.out(Tensor self, Tensor tensor, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9467475Z processing existing schema: aten::expand(Tensor(a) self, SymInt[] size, *, bool implicit=False) -> Tensor(a) 2022-12-01T10:11:39.9468625Z processing existing schema: aten::round(Tensor self) -> Tensor 2022-12-01T10:11:39.9470180Z processing existing schema: aten::round.decimals(Tensor self, *, int decimals) -> Tensor 2022-12-01T10:11:39.9471611Z processing existing schema: aten::round.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9473294Z processing existing schema: aten::round.decimals_out(Tensor self, *, int decimals, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9474180Z processing existing schema: aten::round.int(int a) -> float 2022-12-01T10:11:39.9475561Z processing existing schema: aten::round.float(float a) -> float 2022-12-01T10:11:39.9477046Z processing existing schema: aten::round.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:39.9478023Z processing existing schema: aten::warn(str message, int stacklevel=2) -> () 2022-12-01T10:11:39.9479448Z processing existing schema: quantized::embedding_bag_byte_prepack(Tensor weight) -> Tensor 2022-12-01T10:11:39.9480877Z processing existing schema: aten::linear(Tensor input, Tensor weight, Tensor? bias=None) -> Tensor 2022-12-01T10:11:39.9482619Z processing existing schema: aten::linear.out(Tensor input, Tensor weight, Tensor? bias=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9483984Z processing existing schema: aten::vdot(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.9485556Z processing existing schema: aten::vdot.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9487326Z processing existing schema: aten::tensor_split.sections(Tensor(a -> *) self, int sections, int dim=0) -> Tensor(a)[] 2022-12-01T10:11:39.9489316Z processing existing schema: aten::tensor_split.indices(Tensor(a -> *) self, int[] indices, int dim=0) -> Tensor(a)[] 2022-12-01T10:11:39.9491060Z processing existing schema: aten::tensor_split.tensor_indices_or_sections(Tensor(a -> *) self, Tensor tensor_indices_or_sections, int dim=0) -> Tensor(a)[] 2022-12-01T10:11:39.9492510Z schema: prims::rev(Tensor a, int[] dims) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.9493834Z processing existing schema: aten::_reshape_alias(Tensor(a) self, SymInt[] size, SymInt[] stride) -> Tensor(a) 2022-12-01T10:11:39.9495061Z processing existing schema: aten::log10(Tensor self) -> Tensor 2022-12-01T10:11:39.9496681Z processing existing schema: aten::log10.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9497375Z processing existing schema: aten::log10.int(int a) -> float 2022-12-01T10:11:39.9499587Z processing existing schema: aten::log10.float(float a) -> float 2022-12-01T10:11:39.9499794Z processing existing schema: aten::log10.complex(complex a) -> complex 2022-12-01T10:11:39.9501439Z processing existing schema: aten::log10.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:39.9502329Z processing existing schema: aten::abs(Tensor self) -> Tensor 2022-12-01T10:11:39.9503907Z processing existing schema: aten::abs.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9505321Z processing existing schema: aten::unsqueeze(Tensor(a) self, int dim) -> Tensor(a) 2022-12-01T10:11:39.9506804Z schema: nvprims::squeeze(Tensor(a) a, int[] dimensions) -> Tensor(a) found on allowlist, skipping 2022-12-01T10:11:39.9507991Z processing existing schema: aten::_unsafe_view(Tensor self, SymInt[] size) -> Tensor 2022-12-01T10:11:39.9509636Z processing existing schema: aten::_unsafe_view.out(Tensor self, SymInt[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9510967Z processing existing schema: aten::logical_and_(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:39.9512558Z processing existing schema: aten::add_.Tensor(Tensor(a!) self, Tensor other, *, Scalar alpha=1) -> Tensor(a!) 2022-12-01T10:11:39.9514113Z processing existing schema: aten::add_.Scalar(Tensor(a!) self, Scalar other, Scalar alpha=1) -> Tensor(a!) 2022-12-01T10:11:39.9515526Z processing existing schema: aten::add_.t(t[](a!) self, t[] b) -> t[] 2022-12-01T10:11:39.9517351Z processing existing schema: aten::where.self(Tensor condition, Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.9518571Z processing existing schema: aten::where.ScalarOther(Tensor condition, Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:39.9520004Z processing existing schema: aten::where.ScalarSelf(Tensor condition, Scalar self, Tensor other) -> Tensor 2022-12-01T10:11:39.9521086Z processing existing schema: aten::where(Tensor condition) -> Tensor[] 2022-12-01T10:11:39.9522854Z processing existing schema: aten::where.self_out(Tensor condition, Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9524278Z processing existing schema: aten::where.Scalar(Tensor condition, Scalar self, Scalar other) -> Tensor 2022-12-01T10:11:39.9525060Z processing existing schema: prim::CudaFusionGroup(...) -> ... 2022-12-01T10:11:39.9526509Z schema: aten::diagonal_backward(Tensor grad_output, SymInt[] input_sizes, int offset, int dim1, int dim2) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.9527121Z schema: aten::diagonal_backward.out(Tensor grad_output, SymInt[] input_sizes, int offset, int dim1, int dim2, *, Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-12-01T10:11:39.9527855Z processing existing schema: aten::lift(Tensor self) -> Tensor 2022-12-01T10:11:39.9529444Z processing existing schema: aten::lift.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9530705Z processing existing schema: aten::special_zeta(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.9531986Z processing existing schema: aten::special_zeta.other_scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:39.9533327Z processing existing schema: aten::special_zeta.self_scalar(Scalar self, Tensor other) -> Tensor 2022-12-01T10:11:39.9535118Z processing existing schema: aten::special_zeta.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9536579Z processing existing schema: aten::special_zeta.self_scalar_out(Scalar self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9538073Z processing existing schema: aten::special_zeta.other_scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9539028Z processing existing schema: aten::igamma(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.9540621Z processing existing schema: aten::igamma.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9542135Z schema: prims::zeta(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.9543466Z processing existing schema: aten::_new_zeros_with_same_feature_meta(Tensor self, Tensor other, *, int self_num_batch_dims=0) -> Tensor 2022-12-01T10:11:39.9545094Z processing existing schema: aten::_new_zeros_with_same_feature_meta.out(Tensor self, Tensor other, *, int self_num_batch_dims=0, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9546480Z processing existing schema: aten::swapdims(Tensor(a) self, int dim0, int dim1) -> Tensor(a) 2022-12-01T10:11:39.9547683Z processing existing schema: prim::CudaFusionIvalGuard(...) -> bool 2022-12-01T10:11:39.9549497Z processing existing schema: aten::rnn_tanh_cell(Tensor input, Tensor hx, Tensor w_ih, Tensor w_hh, Tensor? b_ih=None, Tensor? b_hh=None) -> Tensor 2022-12-01T10:11:39.9551020Z processing existing schema: aten::_grad_sum_to_size(Tensor(a) self, int[]? size) -> Tensor(a) 2022-12-01T10:11:39.9553577Z processing existing schema: quantized::embedding_bag_byte_rowwise_offsets(Tensor weight, Tensor indices, Tensor? offsets=None, bool scale_grad_by_freq=False, int mode=0, bool pruned_weights=False, Tensor? per_sample_weights=None, Tensor? compressed_indices_mapping=None, bool include_last_offset=False) -> Tensor 2022-12-01T10:11:39.9554223Z processing existing schema: aten::log_sigmoid_forward(Tensor self) -> (Tensor output, Tensor buffer) 2022-12-01T10:11:39.9556332Z processing existing schema: aten::log_sigmoid_forward.output(Tensor self, *, Tensor(a!) output, Tensor(b!) buffer) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:39.9557096Z processing existing schema: aten::sinh(Tensor self) -> Tensor 2022-12-01T10:11:39.9559217Z processing existing schema: aten::sinh.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9559531Z processing existing schema: aten::sinh.int(int a) -> float 2022-12-01T10:11:39.9561392Z processing existing schema: aten::sinh.float(float a) -> float 2022-12-01T10:11:39.9563085Z processing existing schema: aten::sinh.complex(complex a) -> complex 2022-12-01T10:11:39.9564530Z processing existing schema: aten::sinh.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:39.9566096Z processing existing schema: aten::list(str t) -> str[] 2022-12-01T10:11:39.9567720Z processing existing schema: aten::list.t(t[] l) -> t[] 2022-12-01T10:11:39.9569626Z processing existing schema: quantized::conv2d_stride(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> int[] 2022-12-01T10:11:39.9571205Z processing existing schema: aten::adaptive_max_pool1d(Tensor self, int[1] output_size) -> (Tensor, Tensor) 2022-12-01T10:11:39.9572858Z processing existing schema: aten::log_softmax.int(Tensor self, int dim, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:39.9574649Z processing existing schema: aten::log_softmax.Dimname(Tensor self, str dim, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:39.9576708Z processing existing schema: aten::log_softmax.int_out(Tensor self, int dim, ScalarType? dtype=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9578980Z processing existing schema: aten::zeros_like(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, MemoryFormat? memory_format=None) -> Tensor 2022-12-01T10:11:39.9580886Z processing existing schema: aten::zeros_like.out(Tensor self, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9583064Z processing existing schema: aten::randn_like(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, MemoryFormat? memory_format=None) -> Tensor 2022-12-01T10:11:39.9584899Z processing existing schema: aten::randn_like.out(Tensor self, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9586275Z processing existing schema: prim::EnumName(AnyEnumType enum) -> str 2022-12-01T10:11:39.9588326Z processing existing schema: _quantized::add(Tensor qa, Tensor qb, float scale, int zero_point) -> Tensor qc 2022-12-01T10:11:39.9589854Z processing existing schema: prim::infer_unsqueeze_size(int[] a, int dim) -> int[] 2022-12-01T10:11:39.9591802Z processing existing schema: aten::fake_quantize_per_tensor_affine(Tensor self, float scale, int zero_point, int quant_min, int quant_max) -> Tensor 2022-12-01T10:11:39.9593653Z processing existing schema: aten::fake_quantize_per_tensor_affine.tensor_qparams(Tensor self, Tensor scale, Tensor zero_point, int quant_min, int quant_max) -> Tensor 2022-12-01T10:11:39.9594828Z processing existing schema: aten::rsqrt(Tensor self) -> Tensor 2022-12-01T10:11:39.9596981Z processing existing schema: aten::rsqrt.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9599008Z processing existing schema: _quantized::linear(Tensor X, __torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack, float Y_scale_i, int Y_zero_point_i) -> Tensor Y 2022-12-01T10:11:39.9600643Z processing existing schema: aten::alias(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:39.9601997Z processing existing schema: aten::sym_numel(Tensor self) -> SymInt 2022-12-01T10:11:39.9604100Z processing existing schema: aten::_cdist_backward(Tensor grad, Tensor x1, Tensor x2, float p, Tensor cdist) -> Tensor 2022-12-01T10:11:39.9606239Z processing existing schema: aten::_cdist_backward.out(Tensor grad, Tensor x1, Tensor x2, float p, Tensor cdist, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9607885Z processing existing schema: aten::repeat_interleave.Tensor(Tensor repeats, *, int? output_size=None) -> Tensor 2022-12-01T10:11:39.9609776Z processing existing schema: aten::repeat_interleave.self_Tensor(Tensor self, Tensor repeats, int? dim=None, *, int? output_size=None) -> Tensor 2022-12-01T10:11:39.9611613Z processing existing schema: aten::repeat_interleave.self_int(Tensor self, int repeats, int? dim=None, *, int? output_size=None) -> Tensor 2022-12-01T10:11:39.9613616Z processing existing schema: aten::repeat_interleave.Tensor_out(Tensor repeats, *, int? output_size=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9615587Z processing existing schema: _quantized::conv_transpose2d(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:39.9616947Z schema: prim::infer_squeeze_size.dim(int[] a, int dim) -> int[] found on allowlist, skipping 2022-12-01T10:11:39.9618797Z schema: prim::infer_squeeze_size(int[] a) -> int[] found on allowlist, skipping 2022-12-01T10:11:39.9620570Z processing existing schema: aten::softplus_backward(Tensor grad_output, Tensor self, Scalar beta, Scalar threshold) -> Tensor 2022-12-01T10:11:39.9622496Z processing existing schema: aten::softplus_backward.grad_input(Tensor grad_output, Tensor self, Scalar beta, Scalar threshold, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:39.9623580Z processing existing schema: quantized::conv_transpose3d_stride(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> int[] 2022-12-01T10:11:39.9625152Z processing existing schema: aten::frac(Tensor self) -> Tensor 2022-12-01T10:11:39.9626949Z processing existing schema: aten::frac.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9628411Z processing existing schema: aten::inner(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.9630427Z processing existing schema: aten::inner.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9632519Z processing existing schema: aten::sum.dim_IntList(Tensor self, int[1]? dim, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:39.9633996Z processing existing schema: aten::sum(Tensor self, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:39.9636224Z processing existing schema: aten::sum.dim_DimnameList(Tensor self, str[1] dim, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:39.9638587Z processing existing schema: aten::sum.DimnameList_out(Tensor self, str[1] dim, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9641111Z processing existing schema: aten::sum.IntList_out(Tensor self, int[1]? dim, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9643053Z processing existing schema: aten::sum.out(Tensor self, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9644424Z processing existing schema: aten::sum.int(int[] self) -> int 2022-12-01T10:11:39.9646171Z processing existing schema: aten::sum.float(float[] self) -> float 2022-12-01T10:11:39.9647687Z processing existing schema: aten::sum.complex(complex[] self) -> complex 2022-12-01T10:11:39.9649358Z processing existing schema: aten::sum.bool(bool[] self) -> int 2022-12-01T10:11:39.9651470Z processing existing schema: aten::diff(Tensor self, int n=1, int dim=-1, Tensor? prepend=None, Tensor? append=None) -> Tensor 2022-12-01T10:11:39.9653733Z processing existing schema: aten::diff.out(Tensor self, int n=1, int dim=-1, Tensor? prepend=None, Tensor? append=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9654870Z processing existing schema: prim::is_xpu(Tensor a) -> bool 2022-12-01T10:11:39.9657979Z processing existing schema: aten::_convolution.deprecated(Tensor input, Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, bool transposed, int[] output_padding, int groups, bool benchmark, bool deterministic, bool cudnn_enabled) -> Tensor 2022-12-01T10:11:39.9660333Z processing existing schema: aten::_convolution(Tensor input, Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, bool transposed, int[] output_padding, int groups, bool benchmark, bool deterministic, bool cudnn_enabled, bool allow_tf32) -> Tensor 2022-12-01T10:11:39.9663167Z processing existing schema: aten::_convolution.out(Tensor input, Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, bool transposed, int[] output_padding, int groups, bool benchmark, bool deterministic, bool cudnn_enabled, bool allow_tf32, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9664961Z processing existing schema: aten::resize_as_(Tensor(a!) self, Tensor the_template, *, MemoryFormat? memory_format=None) -> Tensor(a!) 2022-12-01T10:11:39.9666146Z processing existing schema: prim::min.int(int a, int b) -> int 2022-12-01T10:11:39.9668070Z processing existing schema: prim::min.float(float a, float b) -> float 2022-12-01T10:11:39.9669569Z processing existing schema: prim::min.int_float(int a, float b) -> float 2022-12-01T10:11:39.9671319Z processing existing schema: prim::min.float_int(float a, int b) -> float 2022-12-01T10:11:39.9673583Z processing existing schema: prim::min(Scalar a, Scalar b) -> Scalar 2022-12-01T10:11:39.9674569Z processing existing schema: prim::min.int_list(int[] l, int[] r) -> int[] 2022-12-01T10:11:39.9676409Z processing existing schema: prim::min.self_int(int[] self) -> int 2022-12-01T10:11:39.9678280Z processing existing schema: prim::min.float_list(float[] l, float[] r) -> float[] 2022-12-01T10:11:39.9680052Z processing existing schema: prim::min.self_float(float[] self) -> float 2022-12-01T10:11:39.9681792Z processing existing schema: prim::min.bool_list(bool[] l, bool[] r) -> bool[] 2022-12-01T10:11:39.9683420Z processing existing schema: prim::min.self_bool(bool[] self) -> bool 2022-12-01T10:11:39.9685716Z processing existing schema: _quantized::conv2d_prepack(Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups) -> __torch__.torch.classes.quantized.Conv2dPackedParamsBase 2022-12-01T10:11:39.9686935Z processing existing schema: aten::linalg_cholesky(Tensor self, *, bool upper=False) -> Tensor 2022-12-01T10:11:39.9688839Z processing existing schema: aten::linalg_cholesky.out(Tensor self, *, bool upper=False, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9690062Z processing existing schema: aten::trunc(Tensor self) -> Tensor 2022-12-01T10:11:39.9691438Z processing existing schema: aten::trunc.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9692731Z schema: nvprims::cosh(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.9694753Z processing existing schema: aten::_sparse_csr_tensor_unsafe(Tensor crow_indices, Tensor col_indices, Tensor values, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:39.9695584Z schema: nvprims::trunc(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.9697160Z processing existing schema: aten::_thnn_fused_gru_cell(Tensor input_gates, Tensor hidden_gates, Tensor hx, Tensor? input_bias=None, Tensor? hidden_bias=None) -> (Tensor, Tensor) 2022-12-01T10:11:39.9699517Z processing existing schema: aten::_thnn_fused_gru_cell.out(Tensor input_gates, Tensor hidden_gates, Tensor hx, Tensor? input_bias=None, Tensor? hidden_bias=None, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:39.9700666Z processing existing schema: aten::upsample_nearest1d.vec(Tensor input, SymInt[]? output_size, float[]? scale_factors) -> Tensor 2022-12-01T10:11:39.9702323Z processing existing schema: aten::upsample_nearest1d(Tensor self, SymInt[1] output_size, float? scales=None) -> Tensor 2022-12-01T10:11:39.9704261Z processing existing schema: aten::upsample_nearest1d.out(Tensor self, SymInt[1] output_size, float? scales=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9706358Z processing existing schema: aten::upsample_nearest1d.vec_out(Tensor input, SymInt[]? output_size, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9707715Z processing existing schema: aten::cumulative_trapezoid.x(Tensor y, Tensor x, *, int dim=-1) -> Tensor 2022-12-01T10:11:39.9709045Z processing existing schema: aten::cumulative_trapezoid.dx(Tensor y, *, Scalar dx=1, int dim=-1) -> Tensor 2022-12-01T10:11:39.9710931Z processing existing schema: aten::rnn_relu_cell(Tensor input, Tensor hx, Tensor w_ih, Tensor w_hh, Tensor? b_ih=None, Tensor? b_hh=None) -> Tensor 2022-12-01T10:11:39.9711336Z processing existing schema: prim::tolist(...) -> ... 2022-12-01T10:11:39.9713116Z processing existing schema: quantized::embedding_byte(__torch__.torch.classes.quantized.EmbeddingPackedParamsBase weight, Tensor indices, bool pruned_weights=False) -> Tensor 2022-12-01T10:11:39.9714334Z processing existing schema: aten::log_sigmoid_backward(Tensor grad_output, Tensor self, Tensor buffer) -> Tensor 2022-12-01T10:11:39.9715961Z processing existing schema: aten::log_sigmoid_backward.grad_input(Tensor grad_output, Tensor self, Tensor buffer, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:39.9717339Z processing existing schema: aten::adaptive_avg_pool3d(Tensor self, int[3] output_size) -> Tensor 2022-12-01T10:11:39.9719147Z processing existing schema: aten::adaptive_avg_pool3d.out(Tensor self, int[3] output_size, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9720602Z processing existing schema: aten::zero_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:39.9721814Z processing existing schema: aten::sqrt(Tensor self) -> Tensor 2022-12-01T10:11:39.9723457Z processing existing schema: aten::sqrt.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9724696Z processing existing schema: aten::sqrt.int(int a) -> float 2022-12-01T10:11:39.9725949Z processing existing schema: aten::sqrt.float(float a) -> float 2022-12-01T10:11:39.9727262Z processing existing schema: aten::sqrt.complex(complex a) -> complex 2022-12-01T10:11:39.9728556Z processing existing schema: aten::sqrt.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:39.9730047Z processing existing schema: aten::imag(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:39.9731756Z processing existing schema: aten::contiguous(Tensor(a) self, *, MemoryFormat memory_format=0) -> Tensor(a) 2022-12-01T10:11:39.9732967Z processing existing schema: prim::StaticRuntimeCopyOuts(...) -> ... 2022-12-01T10:11:39.9734760Z processing existing schema: aten::logspace(Scalar start, Scalar end, int steps, float base=10., *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:39.9736401Z processing existing schema: aten::logspace.out(Scalar start, Scalar end, int steps, float base=10., *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9737836Z processing existing schema: aten::view_as_real(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:39.9739284Z processing existing schema: aten::not_equal.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.9740266Z processing existing schema: aten::not_equal.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:39.9742203Z processing existing schema: aten::not_equal.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9743943Z processing existing schema: aten::not_equal.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9745385Z processing existing schema: aten::conj(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:39.9746703Z processing existing schema: aten::log(Tensor self) -> Tensor 2022-12-01T10:11:39.9748291Z processing existing schema: aten::log.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9749639Z processing existing schema: aten::log.int(int a) -> float 2022-12-01T10:11:39.9751038Z processing existing schema: aten::log.float(float a) -> float 2022-12-01T10:11:39.9752346Z processing existing schema: aten::log.complex(complex a) -> complex 2022-12-01T10:11:39.9753681Z processing existing schema: aten::log.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:39.9755177Z processing existing schema: aten::log.int_int(int a, int b) -> float 2022-12-01T10:11:39.9756580Z processing existing schema: aten::log.float_float(float a, float b) -> float 2022-12-01T10:11:39.9758126Z processing existing schema: aten::log.complex_complex(complex a, complex b) -> complex 2022-12-01T10:11:39.9759723Z processing existing schema: aten::log.int_float(int a, float b) -> float 2022-12-01T10:11:39.9761156Z processing existing schema: aten::log.float_int(float a, int b) -> float 2022-12-01T10:11:39.9762611Z processing existing schema: aten::log.int_complex(int a, complex b) -> complex 2022-12-01T10:11:39.9764083Z processing existing schema: aten::log.complex_int(complex a, int b) -> complex 2022-12-01T10:11:39.9765596Z processing existing schema: aten::log.float_complex(float a, complex b) -> complex 2022-12-01T10:11:39.9767120Z processing existing schema: aten::log.complex_float(complex a, float b) -> complex 2022-12-01T10:11:39.9768735Z processing existing schema: aten::log.Scalar_Scalar(Scalar a, Scalar b) -> float 2022-12-01T10:11:39.9770083Z processing existing schema: prim::MKLDNNHardTanh(Tensor self) -> Tensor 2022-12-01T10:11:39.9771558Z processing existing schema: aten::logit_(Tensor(a!) self, float? eps=None) -> Tensor(a!) 2022-12-01T10:11:39.9773079Z processing existing schema: aten::view_as_complex(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:39.9774514Z processing existing schema: aten::mv(Tensor self, Tensor vec) -> Tensor 2022-12-01T10:11:39.9776025Z processing existing schema: aten::mv.out(Tensor self, Tensor vec, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9778310Z processing existing schema: aten::nanquantile(Tensor self, Tensor q, int? dim=None, bool keepdim=False, *, str interpolation="linear") -> Tensor 2022-12-01T10:11:39.9780119Z processing existing schema: aten::nanquantile.scalar(Tensor self, float q, int? dim=None, bool keepdim=False, *, str interpolation="linear") -> Tensor 2022-12-01T10:11:39.9782446Z processing existing schema: aten::nanquantile.out(Tensor self, Tensor q, int? dim=None, bool keepdim=False, *, str interpolation="linear", Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9784149Z processing existing schema: aten::nanquantile.scalar_out(Tensor self, float q, int? dim=None, bool keepdim=False, *, str interpolation="linear", Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9785123Z processing existing schema: aten::bmm(Tensor self, Tensor mat2) -> Tensor 2022-12-01T10:11:39.9787003Z processing existing schema: aten::bmm.out(Tensor self, Tensor mat2, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9787994Z processing existing schema: aten::mm(Tensor self, Tensor mat2) -> Tensor 2022-12-01T10:11:39.9790347Z processing existing schema: aten::mm.out(Tensor self, Tensor mat2, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9791325Z processing existing schema: aten::cat(Tensor[] tensors, int dim=0) -> Tensor 2022-12-01T10:11:39.9792727Z processing existing schema: aten::cat.names(Tensor[] tensors, str dim) -> Tensor 2022-12-01T10:11:39.9794340Z processing existing schema: aten::cat.names_out(Tensor[] tensors, str dim, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9795903Z processing existing schema: aten::cat.out(Tensor[] tensors, int dim=0, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9797675Z processing existing schema: aten::index_put(Tensor self, Tensor?[] indices, Tensor values, bool accumulate=False) -> Tensor 2022-12-01T10:11:39.9800172Z processing existing schema: aten::index_put.out(Tensor self, Tensor?[] indices, Tensor values, bool accumulate=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9801991Z processing existing schema: aten::index_put.hacked_twin(Tensor self, Tensor[] indices, Tensor values, bool accumulate=False) -> Tensor 2022-12-01T10:11:39.9803205Z processing existing schema: aten::stack(Tensor[] tensors, int dim=0) -> Tensor 2022-12-01T10:11:39.9805344Z processing existing schema: aten::stack.out(Tensor[] tensors, int dim=0, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9806720Z schema: prims::igamma(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.9808843Z processing existing schema: aten::_nested_from_padded(Tensor padded, Tensor cpu_nested_shape_example, bool fuse_transform_0213=False) -> Tensor 2022-12-01T10:11:39.9810448Z processing existing schema: aten::_nested_from_padded.out(Tensor padded, Tensor cpu_nested_shape_example, bool fuse_transform_0213=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9812156Z processing existing schema: aten::feature_dropout_(Tensor(a!) self, float p, bool train) -> Tensor(a!) 2022-12-01T10:11:39.9812714Z schema: aten::select_backward(Tensor grad_output, SymInt[] input_sizes, int dim, int index) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.9813413Z schema: aten::select_backward.out(Tensor grad_output, SymInt[] input_sizes, int dim, int index, *, Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-12-01T10:11:39.9814377Z processing existing schema: aten::rpartition(str self, str separator) -> (str, str, str) 2022-12-01T10:11:39.9816167Z processing existing schema: aten::_fft_c2c(Tensor self, int[] dim, int normalization, bool forward) -> Tensor 2022-12-01T10:11:39.9818333Z processing existing schema: aten::_fft_c2c.out(Tensor self, int[] dim, int normalization, bool forward, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9819365Z processing existing schema: quantized::matmul(Tensor qa, Tensor qb, float scale, int zero_point) -> Tensor qc 2022-12-01T10:11:39.9820723Z processing existing schema: aten::fix(Tensor self) -> Tensor 2022-12-01T10:11:39.9822914Z processing existing schema: aten::fix.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9824011Z schema: aten::slice_backward(Tensor grad_output, SymInt[] input_sizes, int dim, SymInt start, SymInt end, SymInt step) -> Tensor found on allowlist, skipping 2022-12-01T10:11:39.9824883Z schema: aten::slice_backward.out(Tensor grad_output, SymInt[] input_sizes, int dim, SymInt start, SymInt end, SymInt step, *, Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-12-01T10:11:39.9825688Z processing existing schema: aten::keys.str(Dict(str, t) self) -> str[](*) 2022-12-01T10:11:39.9827208Z processing existing schema: aten::keys.int(Dict(int, t) self) -> int[](*) 2022-12-01T10:11:39.9828933Z processing existing schema: aten::keys.bool(Dict(bool, t) self) -> bool[](*) 2022-12-01T10:11:39.9830659Z processing existing schema: aten::keys.float(Dict(float, t) self) -> float[](*) 2022-12-01T10:11:39.9832506Z processing existing schema: aten::keys.complex(Dict(complex, t) self) -> complex[](*) 2022-12-01T10:11:39.9834239Z processing existing schema: aten::keys.Tensor(Dict(Tensor, t) self) -> Tensor[](*) 2022-12-01T10:11:39.9835668Z processing existing schema: quantized::conv2d_groups(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> int 2022-12-01T10:11:39.9837578Z processing existing schema: aten::full_like(Tensor self, Scalar fill_value, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, MemoryFormat? memory_format=None) -> Tensor 2022-12-01T10:11:39.9839147Z processing existing schema: aten::full_like.out(Tensor self, Scalar fill_value, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9840986Z processing existing schema: aten::bernoulli_.Tensor(Tensor(a!) self, Tensor p, *, Generator? generator=None) -> Tensor(a!) 2022-12-01T10:11:39.9843080Z processing existing schema: aten::bernoulli_.float(Tensor(a!) self, float p=0.5, *, Generator? generator=None) -> Tensor(a!) 2022-12-01T10:11:39.9844583Z processing existing schema: aten::cholesky_solve(Tensor self, Tensor input2, bool upper=False) -> Tensor 2022-12-01T10:11:39.9846266Z processing existing schema: aten::cholesky_solve.out(Tensor self, Tensor input2, bool upper=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9848116Z processing existing schema: aten::new_empty(Tensor self, SymInt[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:39.9849639Z processing existing schema: aten::new_empty.out(Tensor self, SymInt[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9851967Z processing existing schema: aten::conv2d(Tensor input, Tensor weight, Tensor? bias=None, int[2] stride=1, int[2] padding=0, int[2] dilation=1, int groups=1) -> Tensor 2022-12-01T10:11:39.9854214Z processing existing schema: aten::conv2d.padding(Tensor input, Tensor weight, Tensor? bias=None, int[2] stride=1, str padding="valid", int[2] dilation=1, int groups=1) -> Tensor 2022-12-01T10:11:39.9856143Z processing existing schema: aten::new_empty_strided(Tensor self, SymInt[] size, SymInt[] stride, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:39.9857778Z processing existing schema: aten::new_empty_strided.out(Tensor self, SymInt[] size, SymInt[] stride, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9858957Z processing existing schema: aten::orgqr(Tensor self, Tensor input2) -> Tensor 2022-12-01T10:11:39.9860809Z processing existing schema: aten::orgqr.out(Tensor self, Tensor input2, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9863126Z processing existing schema: aten::conv3d(Tensor input, Tensor weight, Tensor? bias=None, int[3] stride=1, int[3] padding=0, int[3] dilation=1, int groups=1) -> Tensor 2022-12-01T10:11:39.9865304Z processing existing schema: aten::conv3d.padding(Tensor input, Tensor weight, Tensor? bias=None, int[3] stride=1, str padding="valid", int[3] dilation=1, int groups=1) -> Tensor 2022-12-01T10:11:39.9866472Z processing existing schema: aten::eq.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.9867757Z processing existing schema: aten::eq.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:39.9869359Z processing existing schema: aten::eq.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9870952Z processing existing schema: aten::eq.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9872257Z processing existing schema: aten::eq.int_list(int[] a, int[] b) -> bool 2022-12-01T10:11:39.9873735Z processing existing schema: aten::eq.device(Device a, Device b) -> bool 2022-12-01T10:11:39.9875102Z processing existing schema: aten::eq.bool(bool a, bool b) -> bool 2022-12-01T10:11:39.9876648Z processing existing schema: aten::eq.enum(AnyEnumType a, AnyEnumType b) -> bool 2022-12-01T10:11:39.9877696Z processing existing schema: aten::eq.int(int a, int b) -> bool 2022-12-01T10:11:39.9879351Z processing existing schema: aten::eq.complex(complex a, complex b) -> bool 2022-12-01T10:11:39.9880586Z processing existing schema: aten::eq.float(float a, float b) -> bool 2022-12-01T10:11:39.9882014Z processing existing schema: aten::eq.int_float(int a, float b) -> bool 2022-12-01T10:11:39.9883288Z processing existing schema: aten::eq.float_int(float a, int b) -> bool 2022-12-01T10:11:39.9884719Z processing existing schema: aten::eq.float_complex(float a, complex b) -> bool 2022-12-01T10:11:39.9886084Z processing existing schema: aten::eq.complex_float(complex a, float b) -> bool 2022-12-01T10:11:39.9887398Z processing existing schema: aten::eq(Scalar a, Scalar b) -> bool 2022-12-01T10:11:39.9889104Z processing existing schema: aten::eq.str(str a, str b) -> bool 2022-12-01T10:11:39.9890414Z processing existing schema: aten::eq.float_list(float[] a, float[] b) -> bool 2022-12-01T10:11:39.9891905Z processing existing schema: aten::eq.Tensor_list(Tensor[] a, Tensor[] b) -> bool 2022-12-01T10:11:39.9893309Z processing existing schema: aten::eq.bool_list(bool[] a, bool[] b) -> bool 2022-12-01T10:11:39.9894767Z processing existing schema: aten::eq.str_list(str[] a, str[] b) -> bool 2022-12-01T10:11:39.9896169Z processing existing schema: aten::gt.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.9897310Z processing existing schema: aten::gt.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:39.9899106Z processing existing schema: aten::gt.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9900700Z processing existing schema: aten::gt.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9901644Z processing existing schema: aten::gt.int(int a, int b) -> bool 2022-12-01T10:11:39.9903012Z processing existing schema: aten::gt.float(float a, float b) -> bool 2022-12-01T10:11:39.9904179Z processing existing schema: aten::gt.int_float(int a, float b) -> bool 2022-12-01T10:11:39.9905546Z processing existing schema: aten::gt.float_int(float a, int b) -> bool 2022-12-01T10:11:39.9906698Z processing existing schema: aten::gt(Scalar a, Scalar b) -> bool 2022-12-01T10:11:39.9908050Z processing existing schema: aten::gt.str(str a, str b) -> bool 2022-12-01T10:11:39.9909400Z processing existing schema: aten::ge.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.9910558Z processing existing schema: aten::ge.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:39.9912288Z processing existing schema: aten::ge.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9913833Z processing existing schema: aten::ge.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9914859Z processing existing schema: aten::ge.int(int a, int b) -> bool 2022-12-01T10:11:39.9916127Z processing existing schema: aten::ge.float(float a, float b) -> bool 2022-12-01T10:11:39.9917494Z processing existing schema: aten::ge.int_float(int a, float b) -> bool 2022-12-01T10:11:39.9918673Z processing existing schema: aten::ge.float_int(float a, int b) -> bool 2022-12-01T10:11:39.9920581Z processing existing schema: aten::ge(Scalar a, Scalar b) -> bool 2022-12-01T10:11:39.9921790Z processing existing schema: aten::ge.str(str a, str b) -> bool 2022-12-01T10:11:39.9923297Z processing existing schema: aten::trace_backward(Tensor grad, int[] sizes) -> Tensor 2022-12-01T10:11:39.9924881Z processing existing schema: aten::le.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.9925948Z processing existing schema: aten::le.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:39.9927707Z processing existing schema: aten::le.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9929338Z processing existing schema: aten::le.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9930181Z processing existing schema: aten::le.int(int a, int b) -> bool 2022-12-01T10:11:39.9931270Z processing existing schema: aten::le.float(float a, float b) -> bool 2022-12-01T10:11:39.9932797Z processing existing schema: aten::le.int_float(int a, float b) -> bool 2022-12-01T10:11:39.9933990Z processing existing schema: aten::le.float_int(float a, int b) -> bool 2022-12-01T10:11:39.9935199Z processing existing schema: aten::le(Scalar a, Scalar b) -> bool 2022-12-01T10:11:39.9936496Z processing existing schema: aten::le.str(str a, str b) -> bool 2022-12-01T10:11:39.9938075Z processing existing schema: aten::ne.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:39.9939180Z processing existing schema: aten::ne.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:39.9941012Z processing existing schema: aten::ne.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9942649Z processing existing schema: aten::ne.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9944218Z processing existing schema: aten::ne.int_list(int[] a, int[] b) -> bool 2022-12-01T10:11:39.9945303Z processing existing schema: aten::ne.device(Device a, Device b) -> bool 2022-12-01T10:11:39.9946652Z processing existing schema: aten::ne.bool(bool a, bool b) -> bool 2022-12-01T10:11:39.9948393Z processing existing schema: aten::ne.enum(AnyEnumType a, AnyEnumType b) -> bool 2022-12-01T10:11:39.9949595Z processing existing schema: aten::ne.int(int a, int b) -> bool 2022-12-01T10:11:39.9951036Z processing existing schema: aten::ne.complex(complex a, complex b) -> bool 2022-12-01T10:11:39.9952187Z processing existing schema: aten::ne.float(float a, float b) -> bool 2022-12-01T10:11:39.9953869Z processing existing schema: aten::ne.int_float(int a, float b) -> bool 2022-12-01T10:11:39.9955174Z processing existing schema: aten::ne.float_int(float a, int b) -> bool 2022-12-01T10:11:39.9956528Z processing existing schema: aten::ne.float_complex(float a, complex b) -> bool 2022-12-01T10:11:39.9957828Z processing existing schema: aten::ne.complex_float(complex a, float b) -> bool 2022-12-01T10:11:39.9959065Z processing existing schema: aten::ne(Scalar a, Scalar b) -> bool 2022-12-01T10:11:39.9960780Z processing existing schema: aten::ne.str(str a, str b) -> bool 2022-12-01T10:11:39.9962156Z processing existing schema: aten::ne.float_list(float[] a, float[] b) -> bool 2022-12-01T10:11:39.9963657Z processing existing schema: aten::ne.Tensor_list(Tensor[] a, Tensor[] b) -> bool 2022-12-01T10:11:39.9965111Z processing existing schema: aten::ne.bool_list(bool[] a, bool[] b) -> bool 2022-12-01T10:11:39.9966589Z processing existing schema: aten::ne.str_list(str[] a, str[] b) -> bool 2022-12-01T10:11:39.9968371Z processing existing schema: aten::fft_hfft(Tensor self, int? n=None, int dim=-1, str? norm=None) -> Tensor 2022-12-01T10:11:39.9970213Z processing existing schema: aten::fft_hfft.out(Tensor self, int? n=None, int dim=-1, str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9972218Z processing existing schema: aten::set_.source_Storage_storage_offset(Tensor(a!) self, Storage source, SymInt storage_offset, SymInt[] size, SymInt[] stride=[]) -> Tensor(a!) 2022-12-01T10:11:39.9973435Z processing existing schema: aten::set_.source_Tensor(Tensor(a!) self, Tensor source) -> Tensor(a!) 2022-12-01T10:11:39.9975289Z processing existing schema: aten::set_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:39.9976426Z processing existing schema: aten::set_.source_Storage(Tensor(a!) self, Storage source) -> Tensor(a!) 2022-12-01T10:11:39.9978578Z processing existing schema: aten::set_.source_Tensor_storage_offset(Tensor(a!) self, Tensor source, SymInt storage_offset, SymInt[] size, SymInt[] stride=[]) -> Tensor(a!) 2022-12-01T10:11:39.9979824Z processing existing schema: prim::is_cuda(Tensor a) -> bool 2022-12-01T10:11:39.9980961Z processing existing schema: quantized::mul_scalar_relu(Tensor qa, Scalar b) -> Tensor qc 2022-12-01T10:11:39.9982406Z processing existing schema: quantized::mul_scalar_relu.Tensor(Tensor qa, Tensor b) -> Tensor qc 2022-12-01T10:11:39.9984010Z processing existing schema: aten::copy_(Tensor(a!) self, Tensor src, bool non_blocking=False) -> Tensor(a!) 2022-12-01T10:11:39.9985498Z processing existing schema: aten::copy_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:39.9986905Z processing existing schema: aten::copy_.int(Tensor(a!) self, int other) -> Tensor(a!) 2022-12-01T10:11:39.9988316Z processing existing schema: aten::copy_.float(Tensor(a!) self, float other) -> Tensor(a!) 2022-12-01T10:11:39.9989471Z processing existing schema: aten::nuclear_norm(Tensor self, bool keepdim=False) -> Tensor 2022-12-01T10:11:39.9991130Z processing existing schema: aten::nuclear_norm.dim(Tensor self, int[2] dim, bool keepdim=False) -> Tensor 2022-12-01T10:11:39.9992752Z processing existing schema: aten::nuclear_norm.out(Tensor self, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9994590Z processing existing schema: aten::nuclear_norm.dim_out(Tensor self, int[2] dim, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:39.9995966Z processing existing schema: aten::conj_physical_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:39.9997218Z processing existing schema: aten::einsum(str equation, Tensor[] tensors, *, int[]? path=None) -> Tensor 2022-12-01T10:11:39.9998242Z processing existing schema: aten::einsum.sublist(Tensor a, ...) -> Tensor 2022-12-01T10:11:40.0000111Z processing existing schema: aten::linalg_solve_triangular(Tensor self, Tensor B, *, bool upper, bool left=True, bool unitriangular=False) -> Tensor 2022-12-01T10:11:40.0001773Z processing existing schema: aten::linalg_solve_triangular.out(Tensor self, Tensor B, *, bool upper, bool left=True, bool unitriangular=False, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0003202Z processing existing schema: aten::addmm(Tensor self, Tensor mat1, Tensor mat2, *, Scalar beta=1, Scalar alpha=1) -> Tensor 2022-12-01T10:11:40.0004824Z processing existing schema: aten::addmm.out(Tensor self, Tensor mat1, Tensor mat2, *, Scalar beta=1, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0006423Z processing existing schema: aten::baddbmm(Tensor self, Tensor batch1, Tensor batch2, *, Scalar beta=1, Scalar alpha=1) -> Tensor 2022-12-01T10:11:40.0008034Z processing existing schema: aten::baddbmm.out(Tensor self, Tensor batch1, Tensor batch2, *, Scalar beta=1, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0009846Z processing existing schema: aten::baddbmm_(Tensor(a!) self, Tensor batch1, Tensor batch2, *, Scalar beta=1, Scalar alpha=1) -> Tensor(a!) 2022-12-01T10:11:40.0011533Z processing existing schema: aten::min.other(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.0012044Z processing existing schema: aten::min(Tensor self) -> Tensor 2022-12-01T10:11:40.0013865Z processing existing schema: aten::min.dim(Tensor self, int dim, bool keepdim=False) -> (Tensor values, Tensor indices) 2022-12-01T10:11:40.0015579Z processing existing schema: aten::min.dim_min(Tensor self, int dim, bool keepdim=False, *, Tensor(a!) min, Tensor(b!) min_indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-12-01T10:11:40.0016597Z processing existing schema: aten::min.names_dim(Tensor self, str dim, bool keepdim=False) -> (Tensor values, Tensor indices) 2022-12-01T10:11:40.0018332Z processing existing schema: aten::min.names_dim_min(Tensor self, str dim, bool keepdim=False, *, Tensor(a!) min, Tensor(b!) min_indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-12-01T10:11:40.0019530Z processing existing schema: aten::min.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0021380Z processing existing schema: aten::as_strided_(Tensor(a!) self, SymInt[] size, SymInt[] stride, SymInt? storage_offset=None) -> Tensor(a!) 2022-12-01T10:11:40.0022588Z processing existing schema: aten::squeeze_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.0024297Z processing existing schema: aten::squeeze_.dim(Tensor(a!) self, int dim) -> Tensor(a!) 2022-12-01T10:11:40.0025857Z processing existing schema: aten::squeeze_.dimname(Tensor(a!) self, str dim) -> Tensor(a!) 2022-12-01T10:11:40.0027331Z processing existing schema: aten::t_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.0028908Z processing existing schema: aten::unsqueeze_(Tensor(a!) self, int dim) -> Tensor(a!) 2022-12-01T10:11:40.0030239Z processing existing schema: aten::inverse(Tensor self) -> Tensor 2022-12-01T10:11:40.0031841Z processing existing schema: aten::inverse.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0033449Z processing existing schema: aten::swapaxes(Tensor(a) self, int axis0, int axis1) -> Tensor(a) 2022-12-01T10:11:40.0034859Z schema: prims::shift_right_arithmetic(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.0036617Z processing existing schema: aten::_nested_view_from_buffer(Tensor(a) self, Tensor nested_size, Tensor nested_strides, int[] offsets) -> Tensor(a) 2022-12-01T10:11:40.0037667Z processing existing schema: aten::is_complex(Tensor self) -> bool 2022-12-01T10:11:40.0039705Z processing existing schema: aten::linalg_diagonal(Tensor(a) A, *, int offset=0, int dim1=-2, int dim2=-1) -> Tensor(a) 2022-12-01T10:11:40.0041391Z processing existing schema: aten::unflatten.int(Tensor(a) self, int dim, int[] sizes) -> Tensor(a) 2022-12-01T10:11:40.0043124Z processing existing schema: aten::unflatten.Dimname(Tensor(a) self, str dim, int[] sizes, str[] names) -> Tensor(a) 2022-12-01T10:11:40.0044266Z schema: nvprims::exp(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.0045925Z processing existing schema: aten::_sparse_softmax.Dimname(Tensor self, str dim, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:40.0081974Z processing existing schema: aten::_sparse_softmax.int(Tensor self, int dim, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:40.0082942Z processing existing schema: aten::_sparse_softmax.out(Tensor self, int dim, bool half_to_float, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0083804Z processing existing schema: aten::_sparse_softmax(Tensor self, int dim, bool half_to_float) -> Tensor 2022-12-01T10:11:40.0084369Z schema: nvprims::bitwise_xor(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.0085130Z processing existing schema: aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor 2022-12-01T10:11:40.0085828Z processing existing schema: aten::_to_copy.out(Tensor self, *, bool non_blocking=False, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0086415Z processing existing schema: aten::upsample_nearest3d_backward.vec(Tensor grad_output, SymInt[]? output_size, SymInt[] input_size, float[]? scale_factors) -> Tensor 2022-12-01T10:11:40.0087363Z processing existing schema: aten::upsample_nearest3d_backward(Tensor grad_output, SymInt[3] output_size, SymInt[5] input_size, float? scales_d=None, float? scales_h=None, float? scales_w=None) -> Tensor 2022-12-01T10:11:40.0088183Z processing existing schema: aten::upsample_nearest3d_backward.grad_input(Tensor grad_output, SymInt[3] output_size, SymInt[5] input_size, float? scales_d=None, float? scales_h=None, float? scales_w=None, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.0089085Z processing existing schema: aten::upsample_nearest3d_backward.vec_out(Tensor grad_output, SymInt[]? output_size, SymInt[] input_size, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0089658Z processing existing schema: aten::l1_loss(Tensor self, Tensor target, int reduction=1) -> Tensor 2022-12-01T10:11:40.0090013Z processing existing schema: aten::log2(Tensor self) -> Tensor 2022-12-01T10:11:40.0090390Z processing existing schema: aten::log2.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0090878Z processing existing schema: aten::acos(Tensor self) -> Tensor 2022-12-01T10:11:40.0091250Z processing existing schema: aten::acos.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0091671Z processing existing schema: aten::acos.int(int a) -> float 2022-12-01T10:11:40.0091999Z processing existing schema: aten::acos.float(float a) -> float 2022-12-01T10:11:40.0092348Z processing existing schema: aten::acos.complex(complex a) -> complex 2022-12-01T10:11:40.0092818Z processing existing schema: aten::acos.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:40.0093217Z processing existing schema: aten::vsplit.int(Tensor(a -> *) self, int sections) -> Tensor(a)[] 2022-12-01T10:11:40.0093707Z processing existing schema: aten::vsplit.array(Tensor(a -> *) self, int[] indices) -> Tensor(a)[] 2022-12-01T10:11:40.0094291Z processing existing schema: aten::resize_(Tensor(a!) self, SymInt[] size, *, MemoryFormat? memory_format=None) -> Tensor(a!) 2022-12-01T10:11:40.0095132Z processing existing schema: quantized::conv_transpose2d_prepack(Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] output_padding, int[] dilation, int groups) -> __torch__.torch.classes.quantized.Conv2dPackedParamsBase 2022-12-01T10:11:40.0095972Z processing existing schema: aten::empty_like(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, MemoryFormat? memory_format=None) -> Tensor 2022-12-01T10:11:40.0096675Z processing existing schema: aten::empty_like.out(Tensor self, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0097382Z processing existing schema: aten::empty.memory_format(SymInt[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, MemoryFormat? memory_format=None) -> Tensor 2022-12-01T10:11:40.0098066Z processing existing schema: aten::empty.out(SymInt[] size, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0098766Z processing existing schema: aten::empty.names(int[] size, *, str[]? names, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, MemoryFormat? memory_format=None) -> Tensor 2022-12-01T10:11:40.0099491Z processing existing schema: aten::empty.names_out(int[] size, *, str[]? names, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0099978Z processing existing schema: aten::stride.int(Tensor self, int dim) -> int 2022-12-01T10:11:40.0100421Z processing existing schema: aten::stride.Dimname(Tensor self, str dim) -> int 2022-12-01T10:11:40.0100836Z processing existing schema: aten::stride(Tensor self) -> int[] 2022-12-01T10:11:40.0101285Z schema: prims::maximum(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.0101742Z schema: aten::_nested_tensor_from_mask(Tensor t, Tensor mask, bool mask_check=True) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.0102438Z schema: aten::_nested_tensor_from_mask.out(Tensor t, Tensor mask, bool mask_check=True, *, Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-12-01T10:11:40.0103216Z processing existing schema: aten::cauchy_(Tensor(a!) self, float median=0., float sigma=1., *, Generator? generator=None) -> Tensor(a!) 2022-12-01T10:11:40.0105347Z processing existing schema: aten::group_norm(Tensor input, int num_groups, Tensor? weight=None, Tensor? bias=None, float eps=1.0000000000000001e-05, bool cudnn_enabled=True) -> Tensor 2022-12-01T10:11:40.0106912Z processing existing schema: aten::geometric_(Tensor(a!) self, float p, *, Generator? generator=None) -> Tensor(a!) 2022-12-01T10:11:40.0108474Z processing existing schema: aten::multinomial(Tensor self, int num_samples, bool replacement=False, *, Generator? generator=None) -> Tensor 2022-12-01T10:11:40.0110311Z processing existing schema: aten::multinomial.out(Tensor self, int num_samples, bool replacement=False, *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0111757Z processing existing schema: aten::normal.Tensor_float(Tensor mean, float std=1., *, Generator? generator=None) -> Tensor 2022-12-01T10:11:40.0113558Z processing existing schema: aten::normal.Tensor_float_out(Tensor mean, float std=1., *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0115300Z processing existing schema: aten::normal.float_Tensor_out(float mean, Tensor std, *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0116712Z processing existing schema: aten::normal.float_Tensor(float mean, Tensor std, *, Generator? generator=None) -> Tensor 2022-12-01T10:11:40.0118176Z processing existing schema: aten::normal.Tensor_Tensor(Tensor mean, Tensor std, *, Generator? generator=None) -> Tensor 2022-12-01T10:11:40.0120177Z processing existing schema: aten::normal.Tensor_Tensor_out(Tensor mean, Tensor std, *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0122243Z processing existing schema: aten::normal.float_float(float mean, float std, int[] size, *, Generator? generator=None, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.0123927Z processing existing schema: aten::normal.float_float_out(float mean, float std, int[] size, *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0125834Z processing existing schema: aten::normal.out(Tensor self, float mean=0., float std=1., *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0127543Z processing existing schema: aten::random_.from(Tensor(a!) self, int from, int? to, *, Generator? generator=None) -> Tensor(a!) 2022-12-01T10:11:40.0129202Z processing existing schema: aten::random_.to(Tensor(a!) self, int to, *, Generator? generator=None) -> Tensor(a!) 2022-12-01T10:11:40.0130777Z processing existing schema: aten::random_(Tensor(a!) self, *, Generator? generator=None) -> Tensor(a!) 2022-12-01T10:11:40.0132038Z processing existing schema: prim::StringIndex(str string, int index) -> str 2022-12-01T10:11:40.0133874Z processing existing schema: quantized::batch_norm_relu(Tensor qx, Tensor? weight, Tensor? bias, Tensor mean, Tensor var, float eps, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.0134856Z processing existing schema: aten::det(Tensor self) -> Tensor 2022-12-01T10:11:40.0136031Z schema: aten::randperm(int n, *, ScalarType? dtype=4, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.0137409Z schema: aten::randperm.generator(int n, *, Generator? generator, ScalarType? dtype=4, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.0138040Z schema: aten::randperm.out(int n, *, Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-12-01T10:11:40.0139118Z schema: aten::randperm.generator_out(int n, *, Generator? generator, Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-12-01T10:11:40.0140267Z processing existing schema: prim::NumToTensor.Scalar(Scalar a) -> Tensor 2022-12-01T10:11:40.0141373Z processing existing schema: prim::NumToTensor.bool(bool a) -> Tensor 2022-12-01T10:11:40.0143192Z processing existing schema: quantized::batch_norm1d(Tensor qx, Tensor? weight, Tensor? bias, Tensor mean, Tensor var, float eps, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.0144247Z processing existing schema: aten::linalg_inv(Tensor A) -> Tensor 2022-12-01T10:11:40.0145752Z processing existing schema: aten::linalg_inv.out(Tensor A, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0147587Z processing existing schema: aten::uniform_(Tensor(a!) self, float from=0., float to=1., *, Generator? generator=None) -> Tensor(a!) 2022-12-01T10:11:40.0148654Z schema: nvprims::log(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.0150144Z processing existing schema: aten::_stack(Tensor[] tensors, int dim=0) -> Tensor 2022-12-01T10:11:40.0151883Z processing existing schema: aten::_stack.out(Tensor[] tensors, int dim=0, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0154440Z processing existing schema: aten::conv1d(Tensor input, Tensor weight, Tensor? bias=None, int[1] stride=[1], int[1] padding=[0], int[1] dilation=[1], int groups=1) -> Tensor 2022-12-01T10:11:40.0156842Z processing existing schema: aten::conv1d.padding(Tensor input, Tensor weight, Tensor? bias=None, int[1] stride=[1], str padding="valid", int[1] dilation=[1], int groups=1) -> Tensor 2022-12-01T10:11:40.0157941Z processing existing schema: aten::outer(Tensor self, Tensor vec2) -> Tensor 2022-12-01T10:11:40.0159725Z processing existing schema: aten::outer.out(Tensor self, Tensor vec2, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0161291Z processing existing schema: aten::conv_tbc(Tensor self, Tensor weight, Tensor bias, int pad=0) -> Tensor 2022-12-01T10:11:40.0163013Z processing existing schema: aten::conv_tbc.out(Tensor self, Tensor weight, Tensor bias, int pad=0, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0164535Z processing existing schema: aten::pad(Tensor self, int[] pad, str mode="constant", float? value=None) -> Tensor 2022-12-01T10:11:40.0167393Z processing existing schema: aten::conv_transpose1d(Tensor input, Tensor weight, Tensor? bias=None, int[1] stride=[1], int[1] padding=[0], int[1] output_padding=[0], int groups=1, int[1] dilation=[1]) -> Tensor 2022-12-01T10:11:40.0170019Z processing existing schema: aten::conv_transpose2d.input(Tensor input, Tensor weight, Tensor? bias=None, int[2] stride=1, int[2] padding=0, int[2] output_padding=0, int groups=1, int[2] dilation=1) -> Tensor 2022-12-01T10:11:40.0171963Z processing existing schema: aten::pairwise_distance(Tensor x1, Tensor x2, float p=2., float eps=9.9999999999999995e-07, bool keepdim=False) -> Tensor 2022-12-01T10:11:40.0174607Z processing existing schema: aten::conv_transpose3d.input(Tensor input, Tensor weight, Tensor? bias=None, int[3] stride=1, int[3] padding=0, int[3] output_padding=0, int groups=1, int[3] dilation=1) -> Tensor 2022-12-01T10:11:40.0175437Z processing existing schema: aten::clamp_min(Tensor self, Scalar min) -> Tensor 2022-12-01T10:11:40.0176872Z processing existing schema: aten::clamp_min.Tensor(Tensor self, Tensor min) -> Tensor 2022-12-01T10:11:40.0178632Z processing existing schema: aten::clamp_min.out(Tensor self, Scalar min, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0180229Z processing existing schema: aten::clamp_min.Tensor_out(Tensor self, Tensor min, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0181913Z processing existing schema: aten::nll_loss(Tensor self, Tensor target, Tensor? weight=None, int reduction=1, int ignore_index=-100) -> Tensor 2022-12-01T10:11:40.0183906Z processing existing schema: aten::nll_loss.out(Tensor self, Tensor target, Tensor? weight=None, int reduction=1, int ignore_index=-100, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0185161Z processing existing schema: aten::pdist(Tensor self, float p=2.) -> Tensor 2022-12-01T10:11:40.0188194Z processing existing schema: aten::convolution(Tensor input, Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, bool transposed, int[] output_padding, int groups) -> Tensor 2022-12-01T10:11:40.0189584Z processing existing schema: aten::convolution.out(Tensor input, Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, bool transposed, int[] output_padding, int groups, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0191125Z processing existing schema: aten::clamp_min_(Tensor(a!) self, Scalar min) -> Tensor(a!) 2022-12-01T10:11:40.0192804Z processing existing schema: aten::clamp_min_.Tensor(Tensor(a!) self, Tensor min) -> Tensor(a!) 2022-12-01T10:11:40.0194915Z processing existing schema: aten::nll_loss2d(Tensor self, Tensor target, Tensor? weight=None, int reduction=1, int ignore_index=-100) -> Tensor 2022-12-01T10:11:40.0196807Z processing existing schema: aten::nll_loss2d.out(Tensor self, Tensor target, Tensor? weight=None, int reduction=1, int ignore_index=-100, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0199162Z processing existing schema: aten::cudnn_convolution_transpose(Tensor self, Tensor weight, int[] padding, int[] output_padding, int[] stride, int[] dilation, int groups, bool benchmark, bool deterministic, bool allow_tf32) -> Tensor 2022-12-01T10:11:40.0201597Z processing existing schema: aten::cudnn_convolution_transpose.out(Tensor self, Tensor weight, int[] padding, int[] output_padding, int[] stride, int[] dilation, int groups, bool benchmark, bool deterministic, bool allow_tf32, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0202685Z processing existing schema: aten::neg(Tensor self) -> Tensor 2022-12-01T10:11:40.0204387Z processing existing schema: aten::neg.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0205733Z processing existing schema: aten::neg.int(int a) -> int 2022-12-01T10:11:40.0206790Z processing existing schema: aten::neg.float(float a) -> float 2022-12-01T10:11:40.0208345Z processing existing schema: aten::neg.complex(complex a) -> complex 2022-12-01T10:11:40.0210328Z processing existing schema: aten::neg.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:40.0211002Z processing existing schema: aten::chain_matmul(Tensor[] matrices) -> Tensor 2022-12-01T10:11:40.0212897Z processing existing schema: aten::chain_matmul.out(Tensor[] matrices, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0214137Z processing existing schema: aten::linalg_multi_dot(Tensor[] tensors) -> Tensor 2022-12-01T10:11:40.0216104Z processing existing schema: aten::linalg_multi_dot.out(Tensor[] tensors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0217076Z processing existing schema: aten::type_as(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.0218589Z processing existing schema: aten::linalg_cond(Tensor self, Scalar? p=None) -> Tensor 2022-12-01T10:11:40.0220103Z processing existing schema: aten::linalg_cond.p_str(Tensor self, str p) -> Tensor 2022-12-01T10:11:40.0221983Z processing existing schema: aten::linalg_cond.out(Tensor self, Scalar? p=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0223835Z processing existing schema: aten::linalg_cond.p_str_out(Tensor self, str p, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0224851Z schema: nvprims::atan2(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.0226913Z processing existing schema: aten::_thnn_fused_lstm_cell(Tensor input_gates, Tensor hidden_gates, Tensor cx, Tensor? input_bias=None, Tensor? hidden_bias=None) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:40.0228896Z processing existing schema: aten::_thnn_fused_lstm_cell.out(Tensor input_gates, Tensor hidden_gates, Tensor cx, Tensor? input_bias=None, Tensor? hidden_bias=None, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-12-01T10:11:40.0230163Z processing existing schema: aten::upsample_nearest2d.vec(Tensor input, SymInt[]? output_size, float[]? scale_factors) -> Tensor 2022-12-01T10:11:40.0232142Z processing existing schema: aten::upsample_nearest2d(Tensor self, SymInt[2] output_size, float? scales_h=None, float? scales_w=None) -> Tensor 2022-12-01T10:11:40.0234256Z processing existing schema: aten::upsample_nearest2d.out(Tensor self, SymInt[2] output_size, float? scales_h=None, float? scales_w=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0236147Z processing existing schema: aten::upsample_nearest2d.vec_out(Tensor input, SymInt[]? output_size, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0237784Z processing existing schema: aten::kl_div(Tensor self, Tensor target, int reduction=1, *, bool log_target=False) -> Tensor 2022-12-01T10:11:40.0239528Z processing existing schema: aten::lstm_cell(Tensor input, Tensor[] hx, Tensor w_ih, Tensor w_hh, Tensor? b_ih=None, Tensor? b_hh=None) -> (Tensor, Tensor) 2022-12-01T10:11:40.0240981Z processing existing schema: aten::softplus(Tensor self, Scalar beta=1, Scalar threshold=20) -> Tensor 2022-12-01T10:11:40.0242835Z processing existing schema: aten::softplus.out(Tensor self, Scalar beta=1, Scalar threshold=20, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0244301Z processing existing schema: quantized::conv_transpose3d_unpack(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> (Tensor unpacked_weights, Tensor? B_origin) 2022-12-01T10:11:40.0245572Z processing existing schema: aten::cdist(Tensor x1, Tensor x2, float p=2., int? compute_mode=None) -> Tensor 2022-12-01T10:11:40.0247280Z processing existing schema: aten::native_layer_norm(Tensor input, SymInt[] normalized_shape, Tensor? weight, Tensor? bias, float eps) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:40.0249396Z processing existing schema: aten::native_layer_norm.out(Tensor input, SymInt[] normalized_shape, Tensor? weight, Tensor? bias, float eps, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-12-01T10:11:40.0250539Z processing existing schema: aten::frobenius_norm(Tensor self) -> Tensor 2022-12-01T10:11:40.0252233Z processing existing schema: aten::frobenius_norm.dim(Tensor self, int[1] dim, bool keepdim=False) -> Tensor 2022-12-01T10:11:40.0254329Z processing existing schema: aten::frobenius_norm.out(Tensor self, int[1] dim, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0255838Z processing existing schema: aten::swapdims_(Tensor(a!) self, int dim0, int dim1) -> Tensor(a!) 2022-12-01T10:11:40.0257378Z processing existing schema: aten::swapaxes_(Tensor(a!) self, int axis0, int axis1) -> Tensor(a!) 2022-12-01T10:11:40.0258788Z processing existing schema: aten::divide.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.0260096Z processing existing schema: aten::divide.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:40.0261639Z processing existing schema: aten::divide.Tensor_mode(Tensor self, Tensor other, *, str? rounding_mode) -> Tensor 2022-12-01T10:11:40.0263157Z processing existing schema: aten::divide.Scalar_mode(Tensor self, Scalar other, *, str? rounding_mode) -> Tensor 2022-12-01T10:11:40.0264847Z processing existing schema: aten::divide.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0266676Z processing existing schema: aten::divide.out_mode(Tensor self, Tensor other, *, str? rounding_mode, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0268068Z processing existing schema: aten::divide_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.0269808Z processing existing schema: aten::divide_.Tensor_mode(Tensor(a!) self, Tensor other, *, str? rounding_mode) -> Tensor(a!) 2022-12-01T10:11:40.0271372Z processing existing schema: aten::divide_.Scalar_mode(Tensor(a!) self, Scalar other, *, str? rounding_mode) -> Tensor(a!) 2022-12-01T10:11:40.0272640Z processing existing schema: aten::divide_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:40.0273877Z processing existing schema: aten::true_divide.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.0275420Z processing existing schema: aten::true_divide.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:40.0276990Z processing existing schema: aten::true_divide.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0278314Z processing existing schema: aten::true_divide_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.0280083Z processing existing schema: aten::true_divide_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:40.0281224Z processing existing schema: aten::multiply.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.0282344Z processing existing schema: aten::multiply.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:40.0284033Z processing existing schema: aten::multiply.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0285449Z processing existing schema: aten::multiply_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.0286901Z processing existing schema: aten::multiply_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:40.0287910Z processing existing schema: aten::nonzero(Tensor self) -> Tensor 2022-12-01T10:11:40.0289528Z processing existing schema: aten::nonzero.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0291043Z processing existing schema: aten::unique_dim(Tensor self, int dim, bool sorted=True, bool return_inverse=False, bool return_counts=False) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:40.0293079Z processing existing schema: aten::unique_dim.out(Tensor self, int dim, bool sorted=True, bool return_inverse=False, bool return_counts=False, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-12-01T10:11:40.0294167Z processing existing schema: aten::unique_consecutive(Tensor self, bool return_inverse=False, bool return_counts=False, int? dim=None) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:40.0296335Z processing existing schema: aten::unique_consecutive.out(Tensor self, bool return_inverse=False, bool return_counts=False, int? dim=None, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-12-01T10:11:40.0297229Z schema: nvprims::log1p(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.0299300Z processing existing schema: aten::_standard_gamma(Tensor self, Generator? generator=None) -> Tensor 2022-12-01T10:11:40.0300432Z processing existing schema: aten::_standard_gamma.out(Tensor self, Generator? generator=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0301657Z processing existing schema: aten::unique_dim_consecutive(Tensor self, int dim, bool return_inverse=False, bool return_counts=False) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:40.0303833Z processing existing schema: aten::unique_dim_consecutive.out(Tensor self, int dim, bool return_inverse=False, bool return_counts=False, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-12-01T10:11:40.0304626Z schema: prims::sign(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.0305917Z processing existing schema: aten::_local_scalar_dense(Tensor self) -> Scalar 2022-12-01T10:11:40.0307991Z processing existing schema: aten::item(Tensor self) -> Scalar 2022-12-01T10:11:40.0308633Z processing existing schema: aten::is_nonzero(Tensor self) -> bool 2022-12-01T10:11:40.0311182Z processing existing schema: aten::allclose(Tensor self, Tensor other, float rtol=1.0000000000000001e-05, float atol=1e-08, bool equal_nan=False) -> bool 2022-12-01T10:11:40.0313019Z processing existing schema: aten::ones_like(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, MemoryFormat? memory_format=None) -> Tensor 2022-12-01T10:11:40.0314442Z processing existing schema: aten::ones_like.out(Tensor self, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0316481Z processing existing schema: aten::new_ones(Tensor self, SymInt[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.0317642Z processing existing schema: aten::new_ones.out(Tensor self, SymInt[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0319806Z processing existing schema: aten::new_full(Tensor self, SymInt[] size, Scalar fill_value, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.0321374Z processing existing schema: aten::new_full.out(Tensor self, SymInt[] size, Scalar fill_value, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0322649Z processing existing schema: aten::linalg_ldl_factor_ex(Tensor self, *, bool hermitian=False, bool check_errors=False) -> (Tensor LD, Tensor pivots, Tensor info) 2022-12-01T10:11:40.0324833Z processing existing schema: aten::linalg_ldl_factor_ex.out(Tensor self, *, bool hermitian=False, bool check_errors=False, Tensor(a!) LD, Tensor(b!) pivots, Tensor(c!) info) -> (Tensor(a!) LD, Tensor(b!) pivots, Tensor(c!) info) 2022-12-01T10:11:40.0325820Z processing existing schema: aten::linalg_matrix_power(Tensor self, int n) -> Tensor 2022-12-01T10:11:40.0327535Z processing existing schema: aten::linalg_matrix_power.out(Tensor self, int n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0328867Z processing existing schema: aten::linalg_pinv(Tensor self, float rcond, bool hermitian=False) -> Tensor 2022-12-01T10:11:40.0330793Z processing existing schema: aten::linalg_pinv.atol_rtol_float(Tensor self, *, float? atol=None, float? rtol=None, bool hermitian=False) -> Tensor 2022-12-01T10:11:40.0332481Z processing existing schema: aten::linalg_pinv.atol_rtol_tensor(Tensor self, *, Tensor? atol=None, Tensor? rtol=None, bool hermitian=False) -> Tensor 2022-12-01T10:11:40.0334542Z processing existing schema: aten::linalg_pinv.atol_rtol_tensor_out(Tensor self, *, Tensor? atol=None, Tensor? rtol=None, bool hermitian=False, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0336536Z processing existing schema: aten::linalg_pinv.atol_rtol_float_out(Tensor self, *, float? atol=None, float? rtol=None, bool hermitian=False, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0338256Z processing existing schema: aten::linalg_pinv.out(Tensor self, float rcond, bool hermitian=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0339702Z processing existing schema: aten::linalg_pinv.rcond_tensor(Tensor self, Tensor rcond, bool hermitian=False) -> Tensor 2022-12-01T10:11:40.0341715Z processing existing schema: aten::linalg_pinv.out_rcond_tensor(Tensor self, Tensor rcond, bool hermitian=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0342733Z processing existing schema: aten::linalg_slogdet(Tensor A) -> (Tensor sign, Tensor logabsdet) 2022-12-01T10:11:40.0344646Z processing existing schema: aten::linalg_slogdet.out(Tensor A, *, Tensor(a!) sign, Tensor(b!) logabsdet) -> (Tensor(a!) sign, Tensor(b!) logabsdet) 2022-12-01T10:11:40.0345601Z processing existing schema: aten::logdet(Tensor self) -> Tensor 2022-12-01T10:11:40.0347059Z schema: prims::real(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.0348282Z processing existing schema: aten::_linalg_det(Tensor A) -> (Tensor result, Tensor LU, Tensor pivots) 2022-12-01T10:11:40.0350444Z processing existing schema: aten::_linalg_det.result(Tensor A, *, Tensor(a!) result, Tensor(b!) LU, Tensor(c!) pivots) -> (Tensor(a!) result, Tensor(b!) LU, Tensor(c!) pivots) 2022-12-01T10:11:40.0351376Z processing existing schema: aten::special_ndtri(Tensor self) -> Tensor 2022-12-01T10:11:40.0353217Z processing existing schema: aten::special_ndtri.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0354340Z schema: prims::neg(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.0355850Z processing existing schema: aten::_linalg_slogdet(Tensor A) -> (Tensor sign, Tensor logabsdet, Tensor LU, Tensor pivots) 2022-12-01T10:11:40.0358349Z processing existing schema: aten::_linalg_slogdet.sign(Tensor A, *, Tensor(a!) sign, Tensor(b!) logabsdet, Tensor(c!) LU, Tensor(d!) pivots) -> (Tensor(a!) sign, Tensor(b!) logabsdet, Tensor(c!) LU, Tensor(d!) pivots) 2022-12-01T10:11:40.0359101Z processing existing schema: aten::special_psi(Tensor self) -> Tensor 2022-12-01T10:11:40.0361152Z processing existing schema: aten::special_psi.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0362250Z schema: prims::rsqrt(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.0364203Z processing existing schema: aten::_linalg_svd(Tensor A, bool full_matrices=False, bool compute_uv=True, *, str? driver=None) -> (Tensor U, Tensor S, Tensor Vh) 2022-12-01T10:11:40.0366464Z processing existing schema: aten::_linalg_svd.U(Tensor A, bool full_matrices=False, bool compute_uv=True, *, str? driver=None, Tensor(a!) U, Tensor(b!) S, Tensor(c!) Vh) -> (Tensor(a!) U, Tensor(b!) S, Tensor(c!) Vh) 2022-12-01T10:11:40.0367829Z processing existing schema: aten::linalg_lu_solve(Tensor LU, Tensor pivots, Tensor B, *, bool left=True, bool adjoint=False) -> Tensor 2022-12-01T10:11:40.0369946Z processing existing schema: aten::linalg_lu_solve.out(Tensor LU, Tensor pivots, Tensor B, *, bool left=True, bool adjoint=False, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0371159Z processing existing schema: aten::linalg_lu_factor_ex(Tensor A, *, bool pivot=True, bool check_errors=False) -> (Tensor LU, Tensor pivots, Tensor info) 2022-12-01T10:11:40.0373320Z processing existing schema: aten::linalg_lu_factor_ex.out(Tensor A, *, bool pivot=True, bool check_errors=False, Tensor(a!) LU, Tensor(b!) pivots, Tensor(c!) info) -> (Tensor(a!) LU, Tensor(b!) pivots, Tensor(c!) info) 2022-12-01T10:11:40.0374128Z processing existing schema: aten::linalg_matrix_exp(Tensor self) -> Tensor 2022-12-01T10:11:40.0375525Z processing existing schema: aten::linalg_matrix_exp.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0376604Z schema: prims::round(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.0378345Z processing existing schema: aten::_linalg_solve_ex(Tensor A, Tensor B, *, bool left=True, bool check_errors=False) -> (Tensor result, Tensor LU, Tensor pivots, Tensor info) 2022-12-01T10:11:40.0380777Z processing existing schema: aten::_linalg_solve_ex.result(Tensor A, Tensor B, *, bool left=True, bool check_errors=False, Tensor(a!) result, Tensor(b!) LU, Tensor(c!) pivots, Tensor(d!) info) -> (Tensor(a!) result, Tensor(b!) LU, Tensor(c!) pivots, Tensor(d!) info) 2022-12-01T10:11:40.0381719Z processing existing schema: aten::special_round(Tensor self, *, int decimals=0) -> Tensor 2022-12-01T10:11:40.0383514Z processing existing schema: aten::special_round.out(Tensor self, *, int decimals=0, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0384674Z processing existing schema: aten::linalg_cross(Tensor self, Tensor other, *, int dim=-1) -> Tensor 2022-12-01T10:11:40.0386505Z processing existing schema: aten::linalg_cross.out(Tensor self, Tensor other, *, int dim=-1, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0387489Z schema: prims::log10(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.0388702Z processing existing schema: aten::_linalg_check_errors(Tensor info, str api_name, *, bool is_matrix) -> () 2022-12-01T10:11:40.0389859Z processing existing schema: aten::special_ndtr(Tensor self) -> Tensor 2022-12-01T10:11:40.0391391Z processing existing schema: aten::special_ndtr.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0392840Z processing existing schema: aten::nll_loss_forward(Tensor self, Tensor target, Tensor? weight, int reduction, int ignore_index) -> (Tensor output, Tensor total_weight) 2022-12-01T10:11:40.0394484Z processing existing schema: aten::nll_loss_forward.output(Tensor self, Tensor target, Tensor? weight, int reduction, int ignore_index, *, Tensor(a!) output, Tensor(b!) total_weight) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:40.0395694Z processing existing schema: aten::nll_loss2d_forward(Tensor self, Tensor target, Tensor? weight, int reduction, int ignore_index) -> (Tensor output, Tensor total_weight) 2022-12-01T10:11:40.0397560Z processing existing schema: aten::nll_loss2d_forward.output(Tensor self, Tensor target, Tensor? weight, int reduction, int ignore_index, *, Tensor(a!) output, Tensor(b!) total_weight) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:40.0398889Z processing existing schema: aten::nll_loss_backward(Tensor grad_output, Tensor self, Tensor target, Tensor? weight, int reduction, int ignore_index, Tensor total_weight) -> Tensor 2022-12-01T10:11:40.0400990Z processing existing schema: aten::nll_loss_backward.grad_input(Tensor grad_output, Tensor self, Tensor target, Tensor? weight, int reduction, int ignore_index, Tensor total_weight, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.0402374Z processing existing schema: aten::nll_loss2d_backward(Tensor grad_output, Tensor self, Tensor target, Tensor? weight, int reduction, int ignore_index, Tensor total_weight) -> Tensor 2022-12-01T10:11:40.0404351Z processing existing schema: aten::nll_loss2d_backward.grad_input(Tensor grad_output, Tensor self, Tensor target, Tensor? weight, int reduction, int ignore_index, Tensor total_weight, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.0405638Z processing existing schema: aten::binary_cross_entropy_backward(Tensor grad_output, Tensor self, Tensor target, Tensor? weight=None, int reduction=1) -> Tensor 2022-12-01T10:11:40.0407642Z processing existing schema: aten::binary_cross_entropy_backward.grad_input(Tensor grad_output, Tensor self, Tensor target, Tensor? weight=None, int reduction=1, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.0409474Z processing existing schema: aten::im2col(Tensor self, int[2] kernel_size, int[2] dilation, int[2] padding, int[2] stride) -> Tensor 2022-12-01T10:11:40.0411789Z processing existing schema: aten::im2col.out(Tensor self, int[2] kernel_size, int[2] dilation, int[2] padding, int[2] stride, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0413966Z processing existing schema: aten::col2im(Tensor self, SymInt[2] output_size, int[2] kernel_size, int[2] dilation, int[2] padding, int[2] stride) -> Tensor 2022-12-01T10:11:40.0416593Z processing existing schema: aten::col2im.out(Tensor self, SymInt[2] output_size, int[2] kernel_size, int[2] dilation, int[2] padding, int[2] stride, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0418360Z processing existing schema: aten::embedding(Tensor weight, Tensor indices, int padding_idx=-1, bool scale_grad_by_freq=False, bool sparse=False) -> Tensor 2022-12-01T10:11:40.0420036Z processing existing schema: aten::embedding.out(Tensor weight, Tensor indices, int padding_idx=-1, bool scale_grad_by_freq=False, bool sparse=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0421646Z processing existing schema: aten::embedding_dense_backward(Tensor grad_output, Tensor indices, SymInt num_weights, int padding_idx, bool scale_grad_by_freq) -> Tensor 2022-12-01T10:11:40.0423536Z processing existing schema: aten::embedding_dense_backward.out(Tensor grad_output, Tensor indices, SymInt num_weights, int padding_idx, bool scale_grad_by_freq, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0425332Z processing existing schema: aten::grid_sampler_2d_backward(Tensor grad_output, Tensor input, Tensor grid, int interpolation_mode, int padding_mode, bool align_corners, bool[2] output_mask) -> (Tensor, Tensor) 2022-12-01T10:11:40.0427688Z processing existing schema: aten::grid_sampler_2d_backward.out(Tensor grad_output, Tensor input, Tensor grid, int interpolation_mode, int padding_mode, bool align_corners, bool[2] output_mask, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:40.0428923Z schema: aten::grid_sampler_3d_backward(Tensor grad_output, Tensor input, Tensor grid, int interpolation_mode, int padding_mode, bool align_corners, bool[2] output_mask) -> (Tensor, Tensor) found on allowlist, skipping 2022-12-01T10:11:40.0430948Z schema: aten::grid_sampler_3d_backward.out(Tensor grad_output, Tensor input, Tensor grid, int interpolation_mode, int padding_mode, bool align_corners, bool[2] output_mask, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) found on allowlist, skipping 2022-12-01T10:11:40.0432396Z processing existing schema: aten::cudnn_grid_sampler_backward(Tensor self, Tensor grid, Tensor grad_output) -> (Tensor grad_self, Tensor grad_grid) 2022-12-01T10:11:40.0433749Z processing existing schema: aten::cudnn_grid_sampler_backward.out(Tensor self, Tensor grid, Tensor grad_output, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:40.0434893Z processing existing schema: aten::cudnn_grid_sampler(Tensor self, Tensor grid) -> Tensor output 2022-12-01T10:11:40.0436825Z processing existing schema: aten::cudnn_grid_sampler.out(Tensor self, Tensor grid, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0438500Z processing existing schema: aten::constant_pad_nd(Tensor self, int[] pad, Scalar value=0) -> Tensor 2022-12-01T10:11:40.0440723Z processing existing schema: aten::constant_pad_nd.out(Tensor self, int[] pad, Scalar value=0, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0442160Z processing existing schema: aten::reflection_pad3d(Tensor self, int[6] padding) -> Tensor 2022-12-01T10:11:40.0444120Z processing existing schema: aten::reflection_pad3d.out(Tensor self, int[6] padding, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0445130Z processing existing schema: aten::IntImplicit(Tensor a) -> int 2022-12-01T10:11:40.0447252Z processing existing schema: quantized::clamp(Tensor qx, Scalar? min=None, Scalar? max=None) -> Tensor qy 2022-12-01T10:11:40.0448025Z processing existing schema: aten::replication_pad1d_backward(Tensor grad_output, Tensor self, int[2] padding) -> Tensor 2022-12-01T10:11:40.0450264Z processing existing schema: aten::replication_pad1d_backward.grad_input(Tensor grad_output, Tensor self, int[2] padding, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.0451751Z processing existing schema: aten::backward(Tensor self, Tensor? gradient=None, bool? retain_graph=None, bool create_graph=False) -> () 2022-12-01T10:11:40.0453574Z processing existing schema: aten::backward.TensorList(Tensor[] tensors, Tensor?[]? grad_tensors=None, bool? retain_graph=None, bool create_graph=False) -> () 2022-12-01T10:11:40.0455186Z processing existing schema: quantized::conv2d_dynamic(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, bool reduce_range=False) -> Tensor 2022-12-01T10:11:40.0456998Z processing existing schema: aten::replication_pad2d_backward(Tensor grad_output, Tensor self, int[4] padding) -> Tensor 2022-12-01T10:11:40.0458958Z processing existing schema: aten::replication_pad2d_backward.grad_input(Tensor grad_output, Tensor self, int[4] padding, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.0459759Z processing existing schema: prim::BailOut(...) -> Tensor(a) 2022-12-01T10:11:40.0461576Z processing existing schema: quantized::conv_transpose1d_dynamic(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, bool reduce_range=False) -> Tensor 2022-12-01T10:11:40.0463226Z processing existing schema: aten::replication_pad3d_backward(Tensor grad_output, Tensor self, int[6] padding) -> Tensor 2022-12-01T10:11:40.0465203Z processing existing schema: aten::replication_pad3d_backward.grad_input(Tensor grad_output, Tensor self, int[6] padding, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.0465971Z processing existing schema: prim::RequiresGradCheck(...) -> ... 2022-12-01T10:11:40.0467748Z processing existing schema: quantized::conv_transpose3d_dynamic(Tensor qx, __torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weight, bool reduce_range=False) -> Tensor 2022-12-01T10:11:40.0469016Z processing existing schema: aten::reflection_pad1d_backward(Tensor grad_output, Tensor self, int[2] padding) -> Tensor 2022-12-01T10:11:40.0471112Z processing existing schema: aten::reflection_pad1d_backward.grad_input(Tensor grad_output, Tensor self, int[2] padding, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.0472133Z processing existing schema: aten::Int.Tensor(Tensor a) -> int 2022-12-01T10:11:40.0473591Z processing existing schema: aten::Int.bool(bool a) -> int 2022-12-01T10:11:40.0474540Z processing existing schema: aten::Int.float(float a) -> int 2022-12-01T10:11:40.0475954Z processing existing schema: aten::Int.Scalar(Scalar a) -> int 2022-12-01T10:11:40.0476921Z processing existing schema: aten::Int.str(str a) -> int 2022-12-01T10:11:40.0478709Z processing existing schema: quantized::cat_relu(Tensor[] qx, int dim, float? scale, int? zero_point) -> Tensor 2022-12-01T10:11:40.0480389Z processing existing schema: aten::reflection_pad2d_backward(Tensor grad_output, Tensor self, int[4] padding) -> Tensor 2022-12-01T10:11:40.0482152Z processing existing schema: aten::reflection_pad2d_backward.grad_input(Tensor grad_output, Tensor self, int[4] padding, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.0482998Z processing existing schema: aten::ComplexImplicit(Tensor a) -> complex 2022-12-01T10:11:40.0484982Z processing existing schema: quantized::cat_relu_out(Tensor[] qx, int dim, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0486070Z processing existing schema: aten::reflection_pad3d_backward(Tensor grad_output, Tensor self, int[6] padding) -> Tensor 2022-12-01T10:11:40.0488140Z processing existing schema: aten::reflection_pad3d_backward.grad_input(Tensor grad_output, Tensor self, int[6] padding, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.0489064Z processing existing schema: aten::ScalarImplicit(Tensor a) -> Scalar 2022-12-01T10:11:40.0490816Z processing existing schema: quantized::conv1d(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.0492104Z processing existing schema: aten::upsample_bicubic2d.vec(Tensor input, SymInt[]? output_size, bool align_corners, float[]? scale_factors) -> Tensor 2022-12-01T10:11:40.0493968Z processing existing schema: aten::upsample_bicubic2d(Tensor self, SymInt[2] output_size, bool align_corners, float? scales_h=None, float? scales_w=None) -> Tensor 2022-12-01T10:11:40.0496559Z processing existing schema: aten::upsample_bicubic2d.out(Tensor self, SymInt[2] output_size, bool align_corners, float? scales_h=None, float? scales_w=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0498171Z processing existing schema: aten::upsample_bicubic2d.vec_out(Tensor input, SymInt[]? output_size, bool align_corners, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0499773Z processing existing schema: aten::upsample_bilinear2d.vec(Tensor input, SymInt[]? output_size, bool align_corners, float[]? scale_factors) -> Tensor 2022-12-01T10:11:40.0501490Z processing existing schema: aten::upsample_bilinear2d(Tensor self, SymInt[2] output_size, bool align_corners, float? scales_h=None, float? scales_w=None) -> Tensor 2022-12-01T10:11:40.0503543Z processing existing schema: aten::upsample_bilinear2d.out(Tensor self, SymInt[2] output_size, bool align_corners, float? scales_h=None, float? scales_w=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0505365Z processing existing schema: aten::upsample_bilinear2d.vec_out(Tensor input, SymInt[]? output_size, bool align_corners, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0506894Z processing existing schema: aten::upsample_linear1d.vec(Tensor input, SymInt[]? output_size, bool align_corners, float[]? scale_factors) -> Tensor 2022-12-01T10:11:40.0508526Z processing existing schema: aten::upsample_linear1d(Tensor self, SymInt[1] output_size, bool align_corners, float? scales=None) -> Tensor 2022-12-01T10:11:40.0510540Z processing existing schema: aten::upsample_linear1d.out(Tensor self, SymInt[1] output_size, bool align_corners, float? scales=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0512526Z processing existing schema: aten::upsample_linear1d.vec_out(Tensor input, SymInt[]? output_size, bool align_corners, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0513741Z processing existing schema: aten::upsample_nearest3d.vec(Tensor input, SymInt[]? output_size, float[]? scale_factors) -> Tensor 2022-12-01T10:11:40.0515736Z processing existing schema: aten::upsample_nearest3d(Tensor self, SymInt[3] output_size, float? scales_d=None, float? scales_h=None, float? scales_w=None) -> Tensor 2022-12-01T10:11:40.0517868Z processing existing schema: aten::upsample_nearest3d.out(Tensor self, SymInt[3] output_size, float? scales_d=None, float? scales_h=None, float? scales_w=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0519888Z processing existing schema: aten::upsample_nearest3d.vec_out(Tensor input, SymInt[]? output_size, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0521414Z processing existing schema: aten::upsample_trilinear3d.vec(Tensor input, SymInt[]? output_size, bool align_corners, float[]? scale_factors) -> Tensor 2022-12-01T10:11:40.0523283Z processing existing schema: aten::upsample_trilinear3d(Tensor self, SymInt[3] output_size, bool align_corners, float? scales_d=None, float? scales_h=None, float? scales_w=None) -> Tensor 2022-12-01T10:11:40.0525461Z processing existing schema: aten::upsample_trilinear3d.out(Tensor self, SymInt[3] output_size, bool align_corners, float? scales_d=None, float? scales_h=None, float? scales_w=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0527249Z processing existing schema: aten::upsample_trilinear3d.vec_out(Tensor input, SymInt[]? output_size, bool align_corners, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0528946Z processing existing schema: aten::upsample_bicubic2d_backward.vec(Tensor grad_output, SymInt[]? output_size, SymInt[] input_size, bool align_corners, float[]? scale_factors) -> Tensor 2022-12-01T10:11:40.0530913Z processing existing schema: aten::upsample_bicubic2d_backward(Tensor grad_output, SymInt[2] output_size, SymInt[4] input_size, bool align_corners, float? scales_h=None, float? scales_w=None) -> Tensor 2022-12-01T10:11:40.0533230Z processing existing schema: aten::upsample_bicubic2d_backward.grad_input(Tensor grad_output, SymInt[2] output_size, SymInt[4] input_size, bool align_corners, float? scales_h=None, float? scales_w=None, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.0535301Z processing existing schema: aten::upsample_bicubic2d_backward.vec_out(Tensor grad_output, SymInt[]? output_size, SymInt[] input_size, bool align_corners, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0536898Z processing existing schema: aten::upsample_bilinear2d_backward.vec(Tensor grad_output, SymInt[]? output_size, SymInt[] input_size, bool align_corners, float[]? scale_factors) -> Tensor 2022-12-01T10:11:40.0538987Z processing existing schema: aten::upsample_bilinear2d_backward(Tensor grad_output, SymInt[2] output_size, SymInt[4] input_size, bool align_corners, float? scales_h=None, float? scales_w=None) -> Tensor 2022-12-01T10:11:40.0541181Z processing existing schema: aten::upsample_bilinear2d_backward.grad_input(Tensor grad_output, SymInt[2] output_size, SymInt[4] input_size, bool align_corners, float? scales_h=None, float? scales_w=None, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.0543170Z processing existing schema: aten::upsample_bilinear2d_backward.vec_out(Tensor grad_output, SymInt[]? output_size, SymInt[] input_size, bool align_corners, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0544981Z processing existing schema: aten::upsample_linear1d_backward.vec(Tensor grad_output, SymInt[]? output_size, SymInt[] input_size, bool align_corners, float[]? scale_factors) -> Tensor 2022-12-01T10:11:40.0546996Z processing existing schema: aten::upsample_linear1d_backward(Tensor grad_output, SymInt[1] output_size, SymInt[3] input_size, bool align_corners, float? scales=None) -> Tensor 2022-12-01T10:11:40.0549254Z processing existing schema: aten::upsample_linear1d_backward.grad_input(Tensor grad_output, SymInt[1] output_size, SymInt[3] input_size, bool align_corners, float? scales=None, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.0551340Z processing existing schema: aten::upsample_linear1d_backward.vec_out(Tensor grad_output, SymInt[]? output_size, SymInt[] input_size, bool align_corners, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0553118Z processing existing schema: aten::upsample_nearest1d_backward.vec(Tensor grad_output, SymInt[]? output_size, SymInt[] input_size, float[]? scale_factors) -> Tensor 2022-12-01T10:11:40.0554936Z processing existing schema: aten::upsample_nearest1d_backward(Tensor grad_output, SymInt[1] output_size, SymInt[3] input_size, float? scales=None) -> Tensor 2022-12-01T10:11:40.0557278Z processing existing schema: aten::upsample_nearest1d_backward.grad_input(Tensor grad_output, SymInt[1] output_size, SymInt[3] input_size, float? scales=None, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.0559419Z processing existing schema: aten::upsample_nearest1d_backward.vec_out(Tensor grad_output, SymInt[]? output_size, SymInt[] input_size, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0561513Z processing existing schema: aten::upsample_nearest2d_backward.vec(Tensor grad_output, SymInt[]? output_size, SymInt[] input_size, float[]? scale_factors) -> Tensor 2022-12-01T10:11:40.0563288Z processing existing schema: aten::upsample_nearest2d_backward(Tensor grad_output, SymInt[2] output_size, SymInt[4] input_size, float? scales_h=None, float? scales_w=None) -> Tensor 2022-12-01T10:11:40.0565517Z processing existing schema: aten::upsample_nearest2d_backward.grad_input(Tensor grad_output, SymInt[2] output_size, SymInt[4] input_size, float? scales_h=None, float? scales_w=None, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.0567337Z processing existing schema: aten::upsample_nearest2d_backward.vec_out(Tensor grad_output, SymInt[]? output_size, SymInt[] input_size, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0569005Z processing existing schema: aten::upsample_trilinear3d_backward.vec(Tensor grad_output, SymInt[]? output_size, SymInt[] input_size, bool align_corners, float[]? scale_factors) -> Tensor 2022-12-01T10:11:40.0571058Z processing existing schema: aten::upsample_trilinear3d_backward(Tensor grad_output, SymInt[3] output_size, SymInt[5] input_size, bool align_corners, float? scales_d=None, float? scales_h=None, float? scales_w=None) -> Tensor 2022-12-01T10:11:40.0573649Z processing existing schema: aten::upsample_trilinear3d_backward.grad_input(Tensor grad_output, SymInt[3] output_size, SymInt[5] input_size, bool align_corners, float? scales_d=None, float? scales_h=None, float? scales_w=None, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.0575589Z processing existing schema: aten::upsample_trilinear3d_backward.vec_out(Tensor grad_output, SymInt[]? output_size, SymInt[] input_size, bool align_corners, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0576492Z processing existing schema: aten::one_hot(Tensor self, int num_classes=-1) -> Tensor 2022-12-01T10:11:40.0578316Z processing existing schema: aten::native_batch_norm(Tensor input, Tensor? weight, Tensor? bias, Tensor? running_mean, Tensor? running_var, bool training, float momentum, float eps) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:40.0580449Z processing existing schema: aten::native_batch_norm.out(Tensor input, Tensor? weight, Tensor? bias, Tensor? running_mean, Tensor? running_var, bool training, float momentum, float eps, *, Tensor(a!) out, Tensor(b!) save_mean, Tensor(c!) save_invstd) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-12-01T10:11:40.0582037Z processing existing schema: aten::cudnn_batch_norm(Tensor input, Tensor weight, Tensor? bias, Tensor? running_mean, Tensor? running_var, bool training, float exponential_average_factor, float epsilon) -> (Tensor, Tensor, Tensor, Tensor) 2022-12-01T10:11:40.0584652Z processing existing schema: aten::cudnn_batch_norm.out(Tensor input, Tensor weight, Tensor? bias, Tensor? running_mean, Tensor? running_var, bool training, float exponential_average_factor, float epsilon, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2, Tensor(d!) out3) -> (Tensor(a!), Tensor(b!), Tensor(c!), Tensor(d!)) 2022-12-01T10:11:40.0585642Z processing existing schema: aten::miopen_batch_norm(Tensor input, Tensor weight, Tensor? bias, Tensor? running_mean, Tensor? running_var, bool training, float exponential_average_factor, float epsilon) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:40.0587911Z processing existing schema: aten::miopen_batch_norm.out(Tensor input, Tensor weight, Tensor? bias, Tensor? running_mean, Tensor? running_var, bool training, float exponential_average_factor, float epsilon, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-12-01T10:11:40.0589541Z processing existing schema: aten::native_batch_norm_backward(Tensor grad_out, Tensor input, Tensor? weight, Tensor? running_mean, Tensor? running_var, Tensor? save_mean, Tensor? save_invstd, bool train, float eps, bool[3] output_mask) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:40.0592045Z processing existing schema: aten::native_batch_norm_backward.out(Tensor grad_out, Tensor input, Tensor? weight, Tensor? running_mean, Tensor? running_var, Tensor? save_mean, Tensor? save_invstd, bool train, float eps, bool[3] output_mask, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-12-01T10:11:40.0593272Z processing existing schema: aten::cudnn_batch_norm_backward(Tensor input, Tensor grad_output, Tensor weight, Tensor? running_mean, Tensor? running_var, Tensor? save_mean, Tensor? save_var, float epsilon, Tensor reserveSpace) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:40.0595662Z processing existing schema: aten::cudnn_batch_norm_backward.out(Tensor input, Tensor grad_output, Tensor weight, Tensor? running_mean, Tensor? running_var, Tensor? save_mean, Tensor? save_var, float epsilon, Tensor reserveSpace, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-12-01T10:11:40.0596806Z processing existing schema: aten::miopen_batch_norm_backward(Tensor input, Tensor grad_output, Tensor weight, Tensor? running_mean, Tensor? running_var, Tensor? save_mean, Tensor? save_var, float epsilon) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:40.0599081Z processing existing schema: aten::miopen_batch_norm_backward.out(Tensor input, Tensor grad_output, Tensor weight, Tensor? running_mean, Tensor? running_var, Tensor? save_mean, Tensor? save_var, float epsilon, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-12-01T10:11:40.0600346Z processing existing schema: aten::native_group_norm(Tensor input, Tensor? weight, Tensor? bias, SymInt N, SymInt C, SymInt HxW, int group, float eps) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:40.0602515Z processing existing schema: aten::native_group_norm.out(Tensor input, Tensor? weight, Tensor? bias, SymInt N, SymInt C, SymInt HxW, int group, float eps, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-12-01T10:11:40.0604119Z processing existing schema: aten::native_group_norm_backward(Tensor grad_out, Tensor input, Tensor mean, Tensor rstd, Tensor? weight, SymInt N, SymInt C, SymInt HxW, int group, bool[3] output_mask) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:40.0606562Z processing existing schema: aten::native_group_norm_backward.out(Tensor grad_out, Tensor input, Tensor mean, Tensor rstd, Tensor? weight, SymInt N, SymInt C, SymInt HxW, int group, bool[3] output_mask, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-12-01T10:11:40.0608154Z processing existing schema: aten::native_layer_norm_backward(Tensor grad_out, Tensor input, SymInt[] normalized_shape, Tensor mean, Tensor rstd, Tensor? weight, Tensor? bias, bool[3] output_mask) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:40.0610531Z processing existing schema: aten::native_layer_norm_backward.out(Tensor grad_out, Tensor input, SymInt[] normalized_shape, Tensor mean, Tensor rstd, Tensor? weight, Tensor? bias, bool[3] output_mask, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-12-01T10:11:40.0611373Z processing existing schema: prim::EnumValue.int(AnyEnumType enum) -> int 2022-12-01T10:11:40.0613072Z processing existing schema: prim::EnumValue.float(AnyEnumType enum) -> float 2022-12-01T10:11:40.0613956Z processing existing schema: prim::EnumValue.str(AnyEnumType enum) -> str 2022-12-01T10:11:40.0616147Z processing existing schema: quantized::batch_norm(Tensor qx, Tensor? weight, Tensor? bias, Tensor mean, Tensor var, float eps, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.0618409Z processing existing schema: aten::avg_pool2d(Tensor self, int[2] kernel_size, int[2] stride=[], int[2] padding=0, bool ceil_mode=False, bool count_include_pad=True, int? divisor_override=None) -> Tensor 2022-12-01T10:11:40.0621020Z processing existing schema: aten::avg_pool2d.out(Tensor self, int[2] kernel_size, int[2] stride=[], int[2] padding=0, bool ceil_mode=False, bool count_include_pad=True, int? divisor_override=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0623022Z processing existing schema: aten::avg_pool2d_backward(Tensor grad_output, Tensor self, int[2] kernel_size, int[2] stride, int[2] padding, bool ceil_mode, bool count_include_pad, int? divisor_override) -> Tensor 2022-12-01T10:11:40.0625338Z processing existing schema: aten::avg_pool2d_backward.grad_input(Tensor grad_output, Tensor self, int[2] kernel_size, int[2] stride, int[2] padding, bool ceil_mode, bool count_include_pad, int? divisor_override, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.0627266Z processing existing schema: aten::avg_pool3d_backward(Tensor grad_output, Tensor self, int[3] kernel_size, int[3] stride, int[3] padding, bool ceil_mode, bool count_include_pad, int? divisor_override) -> Tensor 2022-12-01T10:11:40.0629586Z processing existing schema: aten::avg_pool3d_backward.grad_input(Tensor grad_output, Tensor self, int[3] kernel_size, int[3] stride, int[3] padding, bool ceil_mode, bool count_include_pad, int? divisor_override, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.0630588Z processing existing schema: aten::adaptive_max_pool2d(Tensor self, int[2] output_size) -> (Tensor, Tensor) 2022-12-01T10:11:40.0632391Z processing existing schema: aten::adaptive_max_pool2d.out(Tensor self, int[2] output_size, *, Tensor(a!) out, Tensor(b!) indices) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:40.0633824Z processing existing schema: aten::adaptive_max_pool2d_backward(Tensor grad_output, Tensor self, Tensor indices) -> Tensor 2022-12-01T10:11:40.0635479Z processing existing schema: aten::adaptive_max_pool2d_backward.grad_input(Tensor grad_output, Tensor self, Tensor indices, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.0636641Z processing existing schema: aten::adaptive_max_pool3d_backward(Tensor grad_output, Tensor self, Tensor indices) -> Tensor 2022-12-01T10:11:40.0638259Z processing existing schema: aten::adaptive_max_pool3d_backward.grad_input(Tensor grad_output, Tensor self, Tensor indices, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.0640503Z processing existing schema: aten::max_pool2d_with_indices(Tensor self, int[2] kernel_size, int[2] stride=[], int[2] padding=0, int[2] dilation=1, bool ceil_mode=False) -> (Tensor, Tensor) 2022-12-01T10:11:40.0643073Z processing existing schema: aten::max_pool2d_with_indices.out(Tensor self, int[2] kernel_size, int[2] stride=[], int[2] padding=0, int[2] dilation=1, bool ceil_mode=False, *, Tensor(a!) out, Tensor(b!) indices) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:40.0645153Z processing existing schema: aten::max_pool2d_with_indices_backward(Tensor grad_output, Tensor self, int[2] kernel_size, int[2] stride, int[2] padding, int[2] dilation, bool ceil_mode, Tensor indices) -> Tensor 2022-12-01T10:11:40.0647560Z processing existing schema: aten::max_pool2d_with_indices_backward.grad_input(Tensor grad_output, Tensor self, int[2] kernel_size, int[2] stride, int[2] padding, int[2] dilation, bool ceil_mode, Tensor indices, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.0649020Z processing existing schema: aten::native_dropout(Tensor input, float p, bool? train) -> (Tensor, Tensor) 2022-12-01T10:11:40.0650277Z processing existing schema: aten::native_dropout.out(Tensor input, float p, bool? train, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:40.0651863Z processing existing schema: aten::searchsorted.Tensor(Tensor sorted_sequence, Tensor self, *, bool out_int32=False, bool right=False, str? side=None, Tensor? sorter=None) -> Tensor 2022-12-01T10:11:40.0653725Z processing existing schema: aten::searchsorted.Tensor_out(Tensor sorted_sequence, Tensor self, *, bool out_int32=False, bool right=False, str? side=None, Tensor? sorter=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0655319Z processing existing schema: aten::searchsorted.Scalar(Tensor sorted_sequence, Scalar self, *, bool out_int32=False, bool right=False, str? side=None, Tensor? sorter=None) -> Tensor 2022-12-01T10:11:40.0657305Z processing existing schema: aten::searchsorted.Scalar_out(Tensor sorted_sequence, Scalar self, *, bool out_int32=False, bool right=False, str? side=None, Tensor? sorter=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0658685Z processing existing schema: _quantized::linear_prepack(Tensor W, Tensor? B=None) -> __torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack 2022-12-01T10:11:40.0659916Z processing existing schema: aten::join(str self, str[] values) -> str 2022-12-01T10:11:40.0661405Z processing existing schema: aten::_fft_r2c(Tensor self, int[] dim, int normalization, bool onesided) -> Tensor 2022-12-01T10:11:40.0662949Z processing existing schema: aten::_fft_r2c.out(Tensor self, int[] dim, int normalization, bool onesided, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0664289Z processing existing schema: aten::select_scatter(Tensor self, Tensor src, int dim, int index) -> Tensor 2022-12-01T10:11:40.0665861Z processing existing schema: aten::select_scatter.out(Tensor self, Tensor src, int dim, int index, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0667289Z processing existing schema: quantized::mul_relu(Tensor qa, Tensor qb, float scale, int zero_point) -> Tensor qc 2022-12-01T10:11:40.0668873Z processing existing schema: quantized::mul_relu.out(Tensor qa, Tensor qb, Tensor(a!) out) -> Tensor(a!) out 2022-12-01T10:11:40.0670598Z processing existing schema: quantized::mul_relu.Scalar(Tensor qa, Scalar b) -> Tensor qc 2022-12-01T10:11:40.0671398Z processing existing schema: quantized::mul_relu.Scalar2(Scalar b, Tensor qa) -> Tensor qc 2022-12-01T10:11:40.0673182Z processing existing schema: quantized::mul_relu.Scalar_out(Tensor qa, Scalar b, Tensor(a!) out) -> Tensor(a!) out 2022-12-01T10:11:40.0674423Z processing existing schema: aten::rsplit(str self, str separator=" ", int max=-1) -> str[] 2022-12-01T10:11:40.0676083Z processing existing schema: aten::_fft_c2r(Tensor self, int[] dim, int normalization, int last_dim_size) -> Tensor 2022-12-01T10:11:40.0677898Z processing existing schema: aten::_fft_c2r.out(Tensor self, int[] dim, int normalization, int last_dim_size, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0679186Z processing existing schema: quantized::mul(Tensor qa, Tensor qb, float scale, int zero_point) -> Tensor qc 2022-12-01T10:11:40.0681088Z processing existing schema: quantized::mul.out(Tensor qa, Tensor qb, Tensor(a!) out) -> Tensor(a!) out 2022-12-01T10:11:40.0682340Z processing existing schema: quantized::mul.Scalar(Tensor qa, Scalar b) -> Tensor qc 2022-12-01T10:11:40.0683828Z processing existing schema: quantized::mul.Scalar2(Scalar b, Tensor qa) -> Tensor qc 2022-12-01T10:11:40.0685300Z processing existing schema: quantized::mul.Scalar_out(Tensor qa, Scalar b, Tensor(a!) out) -> Tensor(a!) out 2022-12-01T10:11:40.0687437Z processing existing schema: aten::amax(Tensor self, int[1] dim=[], bool keepdim=False) -> Tensor 2022-12-01T10:11:40.0689013Z processing existing schema: aten::amax.out(Tensor self, int[1] dim=[], bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0690532Z processing existing schema: aten::amin(Tensor self, int[1] dim=[], bool keepdim=False) -> Tensor 2022-12-01T10:11:40.0692422Z processing existing schema: aten::amin.out(Tensor self, int[1] dim=[], bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0693918Z processing existing schema: aten::any.dim(Tensor self, int dim, bool keepdim=False) -> Tensor 2022-12-01T10:11:40.0695008Z processing existing schema: aten::any(Tensor self) -> Tensor 2022-12-01T10:11:40.0696755Z processing existing schema: aten::any.out(Tensor self, int dim, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0698623Z processing existing schema: aten::any.all_out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0700038Z processing existing schema: aten::any.dimname(Tensor self, str dim, bool keepdim=False) -> Tensor 2022-12-01T10:11:40.0701779Z processing existing schema: aten::any.dimname_out(Tensor self, str dim, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0702700Z processing existing schema: aten::any.str(str[] self) -> bool 2022-12-01T10:11:40.0704191Z processing existing schema: aten::any.int(int[] self) -> bool 2022-12-01T10:11:40.0705810Z processing existing schema: aten::any.float(float[] self) -> bool 2022-12-01T10:11:40.0706883Z processing existing schema: aten::any.bool(bool[] self) -> bool 2022-12-01T10:11:40.0708722Z processing existing schema: aten::argmax(Tensor self, int? dim=None, bool keepdim=False) -> Tensor 2022-12-01T10:11:40.0710330Z processing existing schema: aten::argmax.out(Tensor self, int? dim=None, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0711681Z processing existing schema: aten::argmin(Tensor self, int? dim=None, bool keepdim=False) -> Tensor 2022-12-01T10:11:40.0713763Z processing existing schema: aten::argmin.out(Tensor self, int? dim=None, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0715048Z processing existing schema: aten::count_nonzero.dim_IntList(Tensor self, int[] dim) -> Tensor 2022-12-01T10:11:40.0716767Z processing existing schema: aten::count_nonzero.dim_IntList_out(Tensor self, int[] dim, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0718113Z processing existing schema: aten::count_nonzero(Tensor self, int? dim=None) -> Tensor 2022-12-01T10:11:40.0720117Z processing existing schema: aten::count_nonzero.out(Tensor self, int? dim=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0721279Z processing existing schema: aten::cummax(Tensor self, int dim) -> (Tensor values, Tensor indices) 2022-12-01T10:11:40.0722425Z processing existing schema: aten::cummax.dimname(Tensor self, str dim) -> (Tensor values, Tensor indices) 2022-12-01T10:11:40.0724195Z processing existing schema: aten::cummax.dimname_out(Tensor self, str dim, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-12-01T10:11:40.0725804Z processing existing schema: aten::cummax.out(Tensor self, int dim, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-12-01T10:11:40.0727627Z processing existing schema: aten::cummin(Tensor self, int dim) -> (Tensor values, Tensor indices) 2022-12-01T10:11:40.0728250Z processing existing schema: aten::cummin.dimname(Tensor self, str dim) -> (Tensor values, Tensor indices) 2022-12-01T10:11:40.0729884Z processing existing schema: aten::cummin.dimname_out(Tensor self, str dim, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-12-01T10:11:40.0731316Z processing existing schema: aten::cummin.out(Tensor self, int dim, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-12-01T10:11:40.0732451Z processing existing schema: aten::kthvalue(Tensor self, int k, int dim=-1, bool keepdim=False) -> (Tensor values, Tensor indices) 2022-12-01T10:11:40.0733719Z processing existing schema: aten::kthvalue.dimname(Tensor self, int k, str dim, bool keepdim=False) -> (Tensor values, Tensor indices) 2022-12-01T10:11:40.0735407Z processing existing schema: aten::kthvalue.dimname_out(Tensor self, int k, str dim, bool keepdim=False, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-12-01T10:11:40.0737295Z processing existing schema: aten::kthvalue.values(Tensor self, int k, int dim=-1, bool keepdim=False, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-12-01T10:11:40.0738966Z processing existing schema: aten::linalg_vector_norm(Tensor self, Scalar ord=2, int[1]? dim=None, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:40.0741017Z processing existing schema: aten::linalg_vector_norm.out(Tensor self, Scalar ord=2, int[1]? dim=None, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0742218Z processing existing schema: aten::logcumsumexp(Tensor self, int dim) -> Tensor 2022-12-01T10:11:40.0743751Z processing existing schema: aten::logcumsumexp.dimname(Tensor self, str dim) -> Tensor 2022-12-01T10:11:40.0745413Z processing existing schema: aten::logcumsumexp.dimname_out(Tensor self, str dim, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0746998Z processing existing schema: aten::logcumsumexp.out(Tensor self, int dim, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0748396Z processing existing schema: aten::mean(Tensor self, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:40.0750227Z processing existing schema: aten::mean.dim(Tensor self, int[1]? dim, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:40.0752020Z processing existing schema: aten::mean.names_dim(Tensor self, str[1] dim, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:40.0754252Z processing existing schema: aten::mean.names_out(Tensor self, str[1] dim, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0756214Z processing existing schema: aten::mean.out(Tensor self, int[1]? dim, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0757481Z processing existing schema: aten::median(Tensor self) -> Tensor 2022-12-01T10:11:40.0759028Z processing existing schema: aten::median.dim(Tensor self, int dim, bool keepdim=False) -> (Tensor values, Tensor indices) 2022-12-01T10:11:40.0761073Z processing existing schema: aten::median.dim_values(Tensor self, int dim, bool keepdim=False, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-12-01T10:11:40.0762408Z processing existing schema: aten::median.names_dim(Tensor self, str dim, bool keepdim=False) -> (Tensor values, Tensor indices) 2022-12-01T10:11:40.0764118Z processing existing schema: aten::median.names_dim_values(Tensor self, str dim, bool keepdim=False, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-12-01T10:11:40.0765554Z processing existing schema: aten::median.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0767009Z processing existing schema: aten::mode(Tensor self, int dim=-1, bool keepdim=False) -> (Tensor values, Tensor indices) 2022-12-01T10:11:40.0768383Z processing existing schema: aten::mode.dimname(Tensor self, str dim, bool keepdim=False) -> (Tensor values, Tensor indices) 2022-12-01T10:11:40.0770267Z processing existing schema: aten::mode.dimname_out(Tensor self, str dim, bool keepdim=False, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-12-01T10:11:40.0771997Z processing existing schema: aten::mode.values(Tensor self, int dim=-1, bool keepdim=False, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-12-01T10:11:40.0773307Z processing existing schema: aten::sort(Tensor self, int dim=-1, bool descending=False) -> (Tensor values, Tensor indices) 2022-12-01T10:11:40.0774834Z processing existing schema: aten::sort.stable(Tensor self, *, bool? stable, int dim=-1, bool descending=False) -> (Tensor values, Tensor indices) 2022-12-01T10:11:40.0776765Z processing existing schema: aten::sort.values_stable(Tensor self, *, bool? stable, int dim=-1, bool descending=False, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-12-01T10:11:40.0778523Z processing existing schema: aten::sort.values(Tensor self, int dim=-1, bool descending=False, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-12-01T10:11:40.0779855Z processing existing schema: aten::sort.dimname(Tensor self, str dim, bool descending=False) -> (Tensor values, Tensor indices) 2022-12-01T10:11:40.0781691Z processing existing schema: aten::sort.dimname_values(Tensor self, str dim, bool descending=False, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-12-01T10:11:40.0783121Z processing existing schema: aten::sort.dimname_stable(Tensor self, *, bool? stable, str dim, bool descending=False) -> (Tensor values, Tensor indices) 2022-12-01T10:11:40.0785069Z processing existing schema: aten::sort.dimname_values_stable(Tensor self, *, bool? stable, str dim, bool descending=False, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-12-01T10:11:40.0786252Z processing existing schema: aten::sort.int(int[](a!) self, bool reverse=False) -> () 2022-12-01T10:11:40.0787662Z processing existing schema: aten::sort.float(float[](a!) self, bool reverse=False) -> () 2022-12-01T10:11:40.0789057Z processing existing schema: aten::sort.Tensor(Tensor[](a!) self, bool reverse=False) -> () 2022-12-01T10:11:40.0790432Z processing existing schema: aten::sort.bool(bool[](a!) self, bool reverse=False) -> () 2022-12-01T10:11:40.0791833Z processing existing schema: aten::sort.str(str[](a!) self, bool reverse=False) -> () 2022-12-01T10:11:40.0793200Z processing existing schema: aten::sort.any(t[](a!) self, bool reverse=False) -> () 2022-12-01T10:11:40.0794510Z processing existing schema: aten::is_autocast_enabled() -> bool 2022-12-01T10:11:40.0796156Z processing existing schema: quantized::conv_transpose3d_dilation(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> int[] 2022-12-01T10:11:40.0797518Z processing existing schema: aten::argsort(Tensor self, int dim=-1, bool descending=False) -> Tensor 2022-12-01T10:11:40.0799148Z processing existing schema: aten::argsort.stable(Tensor self, *, bool stable, int dim=-1, bool descending=False) -> Tensor 2022-12-01T10:11:40.0801234Z processing existing schema: aten::argsort.stable_out(Tensor self, *, bool stable, int dim=-1, bool descending=False, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0802639Z processing existing schema: aten::argsort.dimname(Tensor self, str dim, bool descending=False) -> Tensor 2022-12-01T10:11:40.0804175Z processing existing schema: aten::topk(Tensor self, int k, int dim=-1, bool largest=True, bool sorted=True) -> (Tensor values, Tensor indices) 2022-12-01T10:11:40.0806180Z processing existing schema: aten::topk.values(Tensor self, int k, int dim=-1, bool largest=True, bool sorted=True, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-12-01T10:11:40.0807339Z schema: prims::signbit(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.0808771Z processing existing schema: aten::_log_softmax(Tensor self, int dim, bool half_to_float) -> Tensor 2022-12-01T10:11:40.0810595Z processing existing schema: aten::_log_softmax.out(Tensor self, int dim, bool half_to_float, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0812084Z processing existing schema: aten::rot90(Tensor self, int k=1, int[] dims=[0, 1]) -> Tensor 2022-12-01T10:11:40.0814066Z processing existing schema: aten::rot90.out(Tensor self, int k=1, int[] dims=[0, 1], *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0815611Z processing existing schema: aten::_ncf_unsqueeze(Tensor(a) self, int ndim) -> Tensor(a) 2022-12-01T10:11:40.0818094Z processing existing schema: quantized::embedding_bag_2bit_rowwise_offsets(Tensor weight, Tensor indices, Tensor? offsets=None, bool scale_grad_by_freq=False, int mode=0, bool pruned_weights=False, Tensor? per_sample_weights=None, Tensor? compressed_indices_mapping=None, bool include_last_offset=False) -> Tensor 2022-12-01T10:11:40.0819004Z processing existing schema: aten::aminmax(Tensor self, *, int? dim=None, bool keepdim=False) -> (Tensor min, Tensor max) 2022-12-01T10:11:40.0820980Z processing existing schema: aten::aminmax.out(Tensor self, *, int? dim=None, bool keepdim=False, Tensor(a!) min, Tensor(b!) max) -> (Tensor(a!) min, Tensor(b!) max) 2022-12-01T10:11:40.0822209Z schema: prims::sin(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.0823770Z processing existing schema: aten::_log_softmax_backward_data(Tensor grad_output, Tensor output, int dim, ScalarType input_dtype) -> Tensor 2022-12-01T10:11:40.0825575Z processing existing schema: aten::_log_softmax_backward_data.out(Tensor grad_output, Tensor output, int dim, ScalarType input_dtype, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0827230Z schema: prims::uniform(SymInt[] shape, *, Scalar low, Scalar high, ScalarType dtype, Device device) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.0829036Z processing existing schema: aten::_softmax_backward_data(Tensor grad_output, Tensor output, int dim, ScalarType input_dtype) -> Tensor 2022-12-01T10:11:40.0830665Z processing existing schema: aten::_softmax_backward_data.out(Tensor grad_output, Tensor output, int dim, ScalarType input_dtype, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.0832126Z processing existing schema: aten::index.Tensor(Tensor self, Tensor?[] indices) -> Tensor 2022-12-01T10:11:40.0833949Z processing existing schema: aten::index.Tensor_out(Tensor self, Tensor?[] indices, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0835469Z processing existing schema: aten::index.Tensor_hacked_twin(Tensor self, Tensor[] indices) -> Tensor 2022-12-01T10:11:40.0837076Z processing existing schema: aten::index.str(str self, str substr, int start=0, int end=-1) -> int 2022-12-01T10:11:40.0838632Z processing existing schema: aten::index.list_int(int[] self, int el) -> int 2022-12-01T10:11:40.0840189Z processing existing schema: aten::index.list_float(float[] self, float el) -> int 2022-12-01T10:11:40.0841580Z processing existing schema: aten::index.list_bool(bool[] self, bool el) -> int 2022-12-01T10:11:40.0843179Z processing existing schema: aten::index.list_Tensor(Tensor[] self, Tensor el) -> int 2022-12-01T10:11:40.0844484Z processing existing schema: aten::index.list_str(str[] self, str el) -> int 2022-12-01T10:11:40.0846693Z processing existing schema: aten::index_put_(Tensor(a!) self, Tensor?[] indices, Tensor values, bool accumulate=False) -> Tensor(a!) 2022-12-01T10:11:40.0848583Z processing existing schema: aten::index_put_.hacked_twin(Tensor(a!) self, Tensor[] indices, Tensor values, bool accumulate=False) -> Tensor(a!) 2022-12-01T10:11:40.0849766Z schema: prims::lgamma(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.0852016Z processing existing schema: aten::_index_put_impl_(Tensor(a!) self, Tensor?[] indices, Tensor values, bool accumulate=False, bool unsafe=False) -> Tensor(a!) 2022-12-01T10:11:40.0853957Z processing existing schema: aten::_index_put_impl_.hacked_twin(Tensor(a!) self, Tensor[] indices, Tensor values, bool accumulate=False, bool unsafe=False) -> Tensor(a!) 2022-12-01T10:11:40.0855761Z processing existing schema: aten::slice_scatter(Tensor self, Tensor src, int dim=0, SymInt? start=None, SymInt? end=None, SymInt step=1) -> Tensor 2022-12-01T10:11:40.0857882Z processing existing schema: aten::slice_scatter.out(Tensor self, Tensor src, int dim=0, SymInt? start=None, SymInt? end=None, SymInt step=1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0859076Z processing existing schema: aten::chr(int i) -> str 2022-12-01T10:11:40.0860681Z processing existing schema: quantized::conv3d_stride(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> int[] 2022-12-01T10:11:40.0862108Z processing existing schema: aten::index_select(Tensor self, int dim, Tensor index) -> Tensor 2022-12-01T10:11:40.0863823Z processing existing schema: aten::index_select.out(Tensor self, int dim, Tensor index, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0865268Z processing existing schema: aten::index_select.dimname(Tensor self, str dim, Tensor index) -> Tensor 2022-12-01T10:11:40.0867106Z processing existing schema: aten::index_select.dimname_out(Tensor self, str dim, Tensor index, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0868999Z processing existing schema: aten::index_add(Tensor self, int dim, Tensor index, Tensor source, *, Scalar alpha=1) -> Tensor 2022-12-01T10:11:40.0871251Z processing existing schema: aten::index_add.out(Tensor self, int dim, Tensor index, Tensor source, *, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0872508Z processing existing schema: aten::index_add.dimname(Tensor self, str dim, Tensor index, Tensor source, *, Scalar alpha=1) -> Tensor 2022-12-01T10:11:40.0874042Z processing existing schema: aten::diagonal_scatter(Tensor self, Tensor src, int offset=0, int dim1=0, int dim2=1) -> Tensor 2022-12-01T10:11:40.0875957Z processing existing schema: aten::diagonal_scatter.out(Tensor self, Tensor src, int offset=0, int dim1=0, int dim2=1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0877463Z processing existing schema: aten::gather(Tensor self, int dim, Tensor index, *, bool sparse_grad=False) -> Tensor 2022-12-01T10:11:40.0879442Z processing existing schema: aten::gather.out(Tensor self, int dim, Tensor index, *, bool sparse_grad=False, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0881089Z processing existing schema: aten::gather.dimname(Tensor self, str dim, Tensor index, *, bool sparse_grad=False) -> Tensor 2022-12-01T10:11:40.0882946Z processing existing schema: aten::gather.dimname_out(Tensor self, str dim, Tensor index, *, bool sparse_grad=False, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0884499Z processing existing schema: aten::gather_backward(Tensor grad, Tensor self, int dim, Tensor index, bool sparse_grad) -> Tensor 2022-12-01T10:11:40.0886009Z processing existing schema: aten::scatter.value(Tensor self, int dim, Tensor index, Scalar value) -> Tensor 2022-12-01T10:11:40.0887465Z processing existing schema: aten::scatter.src(Tensor self, int dim, Tensor index, Tensor src) -> Tensor 2022-12-01T10:11:40.0889047Z processing existing schema: aten::scatter.reduce(Tensor self, int dim, Tensor index, Tensor src, *, str reduce) -> Tensor 2022-12-01T10:11:40.0890623Z processing existing schema: aten::scatter.value_reduce(Tensor self, int dim, Tensor index, Scalar value, *, str reduce) -> Tensor 2022-12-01T10:11:40.0892406Z processing existing schema: aten::scatter.src_out(Tensor self, int dim, Tensor index, Tensor src, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0894240Z processing existing schema: aten::scatter.value_out(Tensor self, int dim, Tensor index, Scalar value, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0896173Z processing existing schema: aten::scatter.reduce_out(Tensor self, int dim, Tensor index, Tensor src, *, str reduce, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0898085Z processing existing schema: aten::scatter.value_reduce_out(Tensor self, int dim, Tensor index, Scalar value, *, str reduce, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0899654Z processing existing schema: aten::scatter.dimname_src(Tensor self, str dim, Tensor index, Tensor src) -> Tensor 2022-12-01T10:11:40.0901169Z processing existing schema: aten::scatter.dimname_value(Tensor self, str dim, Tensor index, Scalar value) -> Tensor 2022-12-01T10:11:40.0902915Z processing existing schema: quantized::linear_relu_dynamic_fp16(Tensor X, __torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack) -> Tensor Y 2022-12-01T10:11:40.0903962Z processing existing schema: aten::abs_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.0905535Z processing existing schema: aten::acos_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.0907051Z processing existing schema: aten::acosh_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.0908403Z processing existing schema: aten::acosh(Tensor self) -> Tensor 2022-12-01T10:11:40.0910041Z processing existing schema: aten::acosh.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0911349Z processing existing schema: aten::acosh.int(int a) -> float 2022-12-01T10:11:40.0912709Z processing existing schema: aten::acosh.float(float a) -> float 2022-12-01T10:11:40.0914078Z processing existing schema: aten::acosh.complex(complex a) -> complex 2022-12-01T10:11:40.0915458Z processing existing schema: aten::acosh.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:40.0916871Z processing existing schema: aten::angle(Tensor self) -> Tensor 2022-12-01T10:11:40.0918421Z processing existing schema: aten::angle.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0919688Z processing existing schema: aten::angle.int(int a) -> float 2022-12-01T10:11:40.0921101Z processing existing schema: aten::angle.float(float a) -> float 2022-12-01T10:11:40.0922133Z processing existing schema: aten::angle.complex(complex a) -> float 2022-12-01T10:11:40.0923646Z processing existing schema: aten::angle.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:40.0925191Z processing existing schema: aten::asin_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.0926659Z processing existing schema: aten::asinh_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.0927843Z processing existing schema: aten::asinh(Tensor self) -> Tensor 2022-12-01T10:11:40.0929638Z processing existing schema: aten::asinh.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0930398Z processing existing schema: aten::asinh.int(int a) -> float 2022-12-01T10:11:40.0931812Z processing existing schema: aten::asinh.float(float a) -> float 2022-12-01T10:11:40.0933343Z processing existing schema: aten::asinh.complex(complex a) -> complex 2022-12-01T10:11:40.0934511Z processing existing schema: aten::asinh.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:40.0936139Z processing existing schema: aten::atan_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.0937396Z processing existing schema: aten::atanh_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.0938782Z processing existing schema: aten::atanh(Tensor self) -> Tensor 2022-12-01T10:11:40.0940177Z processing existing schema: aten::atanh.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0941376Z processing existing schema: aten::atanh.int(int a) -> float 2022-12-01T10:11:40.0943068Z processing existing schema: aten::atanh.float(float a) -> float 2022-12-01T10:11:40.0943833Z processing existing schema: aten::atanh.complex(complex a) -> complex 2022-12-01T10:11:40.0945407Z processing existing schema: aten::atanh.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:40.0946940Z processing existing schema: aten::bitwise_not_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.0948015Z processing existing schema: aten::bitwise_not(Tensor self) -> Tensor 2022-12-01T10:11:40.0949903Z processing existing schema: aten::bitwise_not.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0950826Z processing existing schema: aten::ceil_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.0952389Z processing existing schema: aten::cos_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.0954070Z processing existing schema: aten::cosh_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.0955561Z processing existing schema: aten::deg2rad_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.0957031Z processing existing schema: aten::deg2rad(Tensor self) -> Tensor 2022-12-01T10:11:40.0958631Z processing existing schema: aten::deg2rad.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0960309Z processing existing schema: aten::digamma_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.0961840Z processing existing schema: aten::erf_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.0963296Z processing existing schema: aten::erf(Tensor self) -> Tensor 2022-12-01T10:11:40.0964909Z processing existing schema: aten::erf.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0966330Z processing existing schema: aten::erf.int(int a) -> float 2022-12-01T10:11:40.0967668Z processing existing schema: aten::erf.float(float a) -> float 2022-12-01T10:11:40.0969078Z processing existing schema: aten::erf.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:40.0970609Z processing existing schema: aten::exp_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.0972150Z processing existing schema: aten::expm1_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.0973679Z processing existing schema: aten::floor_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.0975262Z processing existing schema: aten::frac_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.0976641Z processing existing schema: aten::isfinite(Tensor self) -> Tensor 2022-12-01T10:11:40.0978081Z processing existing schema: aten::isfinite.float(float a) -> bool 2022-12-01T10:11:40.0979442Z processing existing schema: aten::isfinite.complex(complex a) -> bool 2022-12-01T10:11:40.0980868Z processing existing schema: aten::isnan(Tensor self) -> Tensor 2022-12-01T10:11:40.0982484Z processing existing schema: aten::isnan.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0983907Z processing existing schema: aten::isnan.float(float a) -> bool 2022-12-01T10:11:40.0985282Z processing existing schema: aten::isnan.complex(complex a) -> bool 2022-12-01T10:11:40.0986679Z processing existing schema: aten::isinf(Tensor self) -> Tensor 2022-12-01T10:11:40.0988348Z processing existing schema: aten::isinf.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0989712Z processing existing schema: aten::isinf.float(float a) -> bool 2022-12-01T10:11:40.0991109Z processing existing schema: aten::isinf.complex(complex a) -> bool 2022-12-01T10:11:40.0992506Z processing existing schema: aten::isposinf(Tensor self) -> Tensor 2022-12-01T10:11:40.0994257Z processing existing schema: aten::isposinf.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0995588Z processing existing schema: aten::isneginf(Tensor self) -> Tensor 2022-12-01T10:11:40.0997278Z processing existing schema: aten::isneginf.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.0999526Z processing existing schema: aten::isreal(Tensor self) -> Tensor 2022-12-01T10:11:40.1000072Z processing existing schema: aten::lgamma_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.1001800Z processing existing schema: aten::log_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.1003158Z processing existing schema: aten::log10_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.1004601Z processing existing schema: aten::log1p_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.1006009Z processing existing schema: aten::log2_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.1007451Z processing existing schema: aten::logical_not_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.1008778Z processing existing schema: aten::logical_not(Tensor self) -> Tensor 2022-12-01T10:11:40.1010281Z processing existing schema: aten::logical_not.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1011874Z processing existing schema: aten::mish_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.1013184Z processing existing schema: aten::mish(Tensor self) -> Tensor 2022-12-01T10:11:40.1015023Z processing existing schema: aten::mish.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1016516Z processing existing schema: aten::mvlgamma_(Tensor(a!) self, int p) -> Tensor(a!) 2022-12-01T10:11:40.1017763Z processing existing schema: aten::mvlgamma(Tensor self, int p) -> Tensor 2022-12-01T10:11:40.1019641Z processing existing schema: aten::mvlgamma.out(Tensor self, int p, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1021567Z processing existing schema: aten::nan_to_num_(Tensor(a!) self, float? nan=None, float? posinf=None, float? neginf=None) -> Tensor(a!) 2022-12-01T10:11:40.1023245Z processing existing schema: aten::nan_to_num(Tensor self, float? nan=None, float? posinf=None, float? neginf=None) -> Tensor 2022-12-01T10:11:40.1025237Z processing existing schema: aten::nan_to_num.out(Tensor self, float? nan=None, float? posinf=None, float? neginf=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1026657Z processing existing schema: aten::neg_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.1028148Z processing existing schema: aten::reciprocal_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.1030107Z processing existing schema: quantized::batch_norm3d_relu(Tensor qx, Tensor? weight, Tensor? bias, Tensor mean, Tensor var, float eps, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.1031859Z processing existing schema: aten::get_gradients(int context_id) -> Dict(Tensor, Tensor) 2022-12-01T10:11:40.1033026Z processing existing schema: aten::_aminmax(Tensor self) -> (Tensor, Tensor) 2022-12-01T10:11:40.1034314Z processing existing schema: aten::_aminmax.dim(Tensor self, int dim, bool keepdim=False) -> (Tensor, Tensor) 2022-12-01T10:11:40.1036003Z processing existing schema: aten::_aminmax.out(Tensor self, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:40.1037804Z processing existing schema: aten::_aminmax.dim_out(Tensor self, int dim, bool keepdim=False, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:40.1039152Z processing existing schema: aten::round_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.1041009Z processing existing schema: aten::round_.decimals(Tensor(a!) self, *, int decimals) -> Tensor(a!) 2022-12-01T10:11:40.1042421Z processing existing schema: aten::sorted.int(int[](a) input) -> int[] 2022-12-01T10:11:40.1043962Z processing existing schema: aten::sorted.float(float[](a) input) -> float[] 2022-12-01T10:11:40.1045489Z processing existing schema: aten::sorted.Tensor(Tensor[](a) input) -> Tensor[] 2022-12-01T10:11:40.1047001Z processing existing schema: aten::sorted.bool(bool[](a) input) -> bool[] 2022-12-01T10:11:40.1048556Z processing existing schema: aten::sorted.str(str[](a) input) -> str[] 2022-12-01T10:11:40.1050026Z processing existing schema: aten::sorted.any(t[](a) self) -> t[] 2022-12-01T10:11:40.1052259Z processing existing schema: quantized::embedding_bag_4bit_prepack(Tensor weight, bool optimized_qparams=False, int nbins=200, float ratio=0.16) -> Tensor 2022-12-01T10:11:40.1053621Z processing existing schema: aten::rsqrt_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.1055417Z processing existing schema: quantized::linear_dynamic(Tensor X, __torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack, bool reduce_range=False) -> Tensor Y 2022-12-01T10:11:40.1056763Z processing existing schema: aten::rfind(str self, str substr, int start=0, int end=-1) -> int 2022-12-01T10:11:40.1058294Z schema: aten::_embedding_bag_dense_backward(Tensor grad, Tensor indices, Tensor offset2bag, Tensor bag_size, Tensor maximum_indices, int num_weights, bool scale_grad_by_freq, int mode, Tensor? per_sample_weights, int padding_idx=-1) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.1059397Z schema: aten::_embedding_bag_dense_backward.out(Tensor grad, Tensor indices, Tensor offset2bag, Tensor bag_size, Tensor maximum_indices, int num_weights, bool scale_grad_by_freq, int mode, Tensor? per_sample_weights, int padding_idx=-1, *, Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-12-01T10:11:40.1060307Z processing existing schema: aten::sgn_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.1062430Z processing existing schema: quantized::layer_norm(Tensor input, int[] normalized_shape, Tensor? weight, Tensor? bias, float eps, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.1064087Z processing existing schema: aten::sgn(Tensor self) -> Tensor 2022-12-01T10:11:40.1065153Z processing existing schema: aten::sgn.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1067000Z processing existing schema: aten::as_tensor.float(float t, *, ScalarType? dtype=None, Device? device=None) -> Tensor 2022-12-01T10:11:40.1068353Z processing existing schema: aten::as_tensor.int(int t, *, ScalarType? dtype=None, Device? device=None) -> Tensor 2022-12-01T10:11:40.1069855Z processing existing schema: aten::as_tensor.bool(bool t, *, ScalarType? dtype=None, Device? device=None) -> Tensor 2022-12-01T10:11:40.1071465Z processing existing schema: aten::as_tensor.complex(complex t, *, ScalarType? dtype=None, Device? device=None) -> Tensor 2022-12-01T10:11:40.1073373Z processing existing schema: aten::as_tensor(Tensor(a) data, *, ScalarType? dtype=None, Device? device=None) -> Tensor(a|b) 2022-12-01T10:11:40.1075063Z processing existing schema: aten::as_tensor.list(t[] data, *, ScalarType? dtype=None, Device? device=None) -> Tensor 2022-12-01T10:11:40.1076857Z processing existing schema: quantized::mul_scalar_relu_out(Tensor qa, Scalar b, Tensor(a!) out) -> Tensor(a!) out 2022-12-01T10:11:40.1078629Z processing existing schema: quantized::mul_scalar_relu_out.Tensor(Tensor qa, Tensor b, Tensor(a!) out) -> Tensor(a!) out 2022-12-01T10:11:40.1080313Z processing existing schema: aten::sign_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.1081718Z processing existing schema: aten::__is__(t1 self, t2 obj) -> bool 2022-12-01T10:11:40.1083382Z processing existing schema: quantized::prelu(Tensor qx, Tensor weight, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.1084646Z processing existing schema: aten::signbit(Tensor self) -> Tensor 2022-12-01T10:11:40.1086402Z processing existing schema: aten::signbit.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1087755Z processing existing schema: aten::__isnot__(t1 self, t2 obj) -> bool 2022-12-01T10:11:40.1089368Z processing existing schema: quantized::sigmoid(Tensor qx, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.1090906Z processing existing schema: aten::sin_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.1092251Z processing existing schema: aten::device(str a) -> Device 2022-12-01T10:11:40.1093837Z processing existing schema: quantized::conv2d_unpack(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> (Tensor unpacked_weights, Tensor? B_origin) 2022-12-01T10:11:40.1095206Z processing existing schema: aten::sinc_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.1096581Z processing existing schema: aten::len.t(t[] a) -> int 2022-12-01T10:11:40.1097961Z processing existing schema: aten::len.Tensor(Tensor t) -> int 2022-12-01T10:11:40.1099315Z processing existing schema: aten::len.str(str s) -> int 2022-12-01T10:11:40.1100973Z processing existing schema: aten::len.Dict_str(Dict(str, t) self) -> int 2022-12-01T10:11:40.1102637Z processing existing schema: aten::len.Dict_int(Dict(int, t) self) -> int 2022-12-01T10:11:40.1104336Z processing existing schema: aten::len.Dict_bool(Dict(bool, t) self) -> int 2022-12-01T10:11:40.1106064Z processing existing schema: aten::len.Dict_float(Dict(float, t) self) -> int 2022-12-01T10:11:40.1107812Z processing existing schema: aten::len.Dict_complex(Dict(complex, t) self) -> int 2022-12-01T10:11:40.1109531Z processing existing schema: aten::len.Dict_Tensor(Dict(Tensor, t) self) -> int 2022-12-01T10:11:40.1111113Z processing existing schema: aten::len.any(Any[] a) -> int 2022-12-01T10:11:40.1112676Z processing existing schema: quantized::conv3d_unpack(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> (Tensor unpacked_weights, Tensor? B_origin) 2022-12-01T10:11:40.1113904Z processing existing schema: aten::sinc(Tensor self) -> Tensor 2022-12-01T10:11:40.1115547Z processing existing schema: aten::sinc.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1116798Z processing existing schema: aten::hash.generic(t value) -> int 2022-12-01T10:11:40.1118551Z processing existing schema: quantized::conv2d_unpack_sizes(Any packed_weights) -> Any 2022-12-01T10:11:40.1120183Z processing existing schema: aten::sinh_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.1122086Z processing existing schema: aten::dict() -> Dict(str, Tensor) 2022-12-01T10:11:40.1124508Z processing existing schema: aten::dict.str((str, tVal)[] inputs) -> Dict(str, tVal) 2022-12-01T10:11:40.1127073Z processing existing schema: aten::dict.Dict_str(Dict(str, t)(a) self) -> Dict(str, t) 2022-12-01T10:11:40.1129586Z processing existing schema: aten::dict.int((int, tVal)[] inputs) -> Dict(int, tVal) 2022-12-01T10:11:40.1132124Z processing existing schema: aten::dict.Dict_int(Dict(int, t)(a) self) -> Dict(int, t) 2022-12-01T10:11:40.1134798Z processing existing schema: aten::dict.bool((bool, tVal)[] inputs) -> Dict(bool, tVal) 2022-12-01T10:11:40.1137403Z processing existing schema: aten::dict.Dict_bool(Dict(bool, t)(a) self) -> Dict(bool, t) 2022-12-01T10:11:40.1140094Z processing existing schema: aten::dict.float((float, tVal)[] inputs) -> Dict(float, tVal) 2022-12-01T10:11:40.1142698Z processing existing schema: aten::dict.Dict_float(Dict(float, t)(a) self) -> Dict(float, t) 2022-12-01T10:11:40.1145386Z processing existing schema: aten::dict.complex((complex, tVal)[] inputs) -> Dict(complex, tVal) 2022-12-01T10:11:40.1148152Z processing existing schema: aten::dict.Dict_complex(Dict(complex, t)(a) self) -> Dict(complex, t) 2022-12-01T10:11:40.1150815Z processing existing schema: aten::dict.Tensor((Tensor, tVal)[] inputs) -> Dict(Tensor, tVal) 2022-12-01T10:11:40.1153391Z processing existing schema: aten::dict.Dict_Tensor(Dict(Tensor, t)(a) self) -> Dict(Tensor, t) 2022-12-01T10:11:40.1155387Z processing existing schema: quantized::conv2d_padding(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> int[] 2022-12-01T10:11:40.1157072Z processing existing schema: aten::sqrt_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.1158899Z processing existing schema: aten::tan_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.1161101Z schema: prims::transpose(Tensor(a) a, int[] permutation) -> Tensor(a) found on allowlist, skipping 2022-12-01T10:11:40.1162822Z processing existing schema: aten::_pdist_backward(Tensor grad, Tensor self, float p, Tensor pdist) -> Tensor 2022-12-01T10:11:40.1164993Z processing existing schema: aten::_pdist_backward.out(Tensor grad, Tensor self, float p, Tensor pdist, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1166857Z processing existing schema: aten::threshold_(Tensor(a!) self, Scalar threshold, Scalar value) -> Tensor(a!) 2022-12-01T10:11:40.1168319Z processing existing schema: aten::threshold(Tensor self, Scalar threshold, Scalar value) -> Tensor 2022-12-01T10:11:40.1170684Z processing existing schema: aten::threshold.out(Tensor self, Scalar threshold, Scalar value, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1172028Z processing existing schema: aten::trunc_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.1173705Z schema: nvprims::bitwise_not(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.1175543Z processing existing schema: aten::_sparse_log_softmax.Dimname(Tensor self, str dim, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:40.1177295Z processing existing schema: aten::_sparse_log_softmax.int(Tensor self, int dim, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:40.1179132Z processing existing schema: aten::_sparse_log_softmax.out(Tensor self, int dim, bool half_to_float, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1180658Z processing existing schema: aten::_sparse_log_softmax(Tensor self, int dim, bool half_to_float) -> Tensor 2022-12-01T10:11:40.1181991Z processing existing schema: aten::i0_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.1183162Z processing existing schema: aten::i0(Tensor self) -> Tensor 2022-12-01T10:11:40.1185026Z processing existing schema: aten::i0.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1186836Z processing existing schema: aten::erfc_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.1187815Z processing existing schema: aten::erfc(Tensor self) -> Tensor 2022-12-01T10:11:40.1189764Z processing existing schema: aten::erfc.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1190829Z processing existing schema: aten::erfc.int(int a) -> float 2022-12-01T10:11:40.1192161Z processing existing schema: aten::erfc.float(float a) -> float 2022-12-01T10:11:40.1193531Z processing existing schema: aten::erfc.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:40.1195068Z processing existing schema: aten::erfinv_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.1196677Z processing existing schema: aten::exp2_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.1197861Z processing existing schema: aten::exp2(Tensor self) -> Tensor 2022-12-01T10:11:40.1199673Z processing existing schema: aten::exp2.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1200886Z processing existing schema: aten::special_entr(Tensor self) -> Tensor 2022-12-01T10:11:40.1202561Z processing existing schema: aten::special_entr.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1203802Z processing existing schema: aten::special_erf(Tensor self) -> Tensor 2022-12-01T10:11:40.1205293Z processing existing schema: aten::special_erf.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1206494Z processing existing schema: aten::special_erfc(Tensor self) -> Tensor 2022-12-01T10:11:40.1208106Z processing existing schema: aten::special_erfc.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1209468Z processing existing schema: aten::special_erfcx(Tensor self) -> Tensor 2022-12-01T10:11:40.1210941Z processing existing schema: aten::special_erfcx.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1212301Z processing existing schema: aten::special_erfinv(Tensor self) -> Tensor 2022-12-01T10:11:40.1213913Z processing existing schema: aten::special_erfinv.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1215386Z processing existing schema: aten::special_expit(Tensor self) -> Tensor 2022-12-01T10:11:40.1216963Z processing existing schema: aten::special_expit.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1218346Z processing existing schema: aten::special_expm1(Tensor self) -> Tensor 2022-12-01T10:11:40.1220039Z processing existing schema: aten::special_expm1.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1221440Z processing existing schema: aten::special_digamma(Tensor self) -> Tensor 2022-12-01T10:11:40.1223138Z processing existing schema: aten::special_digamma.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1224516Z processing existing schema: aten::special_exp2(Tensor self) -> Tensor 2022-12-01T10:11:40.1226164Z processing existing schema: aten::special_exp2.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1227570Z processing existing schema: aten::special_gammaln(Tensor self) -> Tensor 2022-12-01T10:11:40.1229286Z processing existing schema: aten::special_gammaln.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1230656Z processing existing schema: aten::special_i0(Tensor self) -> Tensor 2022-12-01T10:11:40.1232352Z processing existing schema: aten::special_i0.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1233726Z processing existing schema: aten::special_i0e(Tensor self) -> Tensor 2022-12-01T10:11:40.1235486Z processing existing schema: aten::special_i0e.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1236838Z schema: prims::digamma(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.1238429Z processing existing schema: aten::_fw_primal(Tensor(a) self, int level) -> Tensor(a) 2022-12-01T10:11:40.1239990Z processing existing schema: aten::special_i1(Tensor self) -> Tensor 2022-12-01T10:11:40.1241677Z processing existing schema: aten::special_i1.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1243047Z processing existing schema: aten::special_i1e(Tensor self) -> Tensor 2022-12-01T10:11:40.1244698Z processing existing schema: aten::special_i1e.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1246115Z processing existing schema: aten::special_log1p(Tensor self) -> Tensor 2022-12-01T10:11:40.1247810Z processing existing schema: aten::special_log1p.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1249734Z processing existing schema: aten::elu_(Tensor(a!) self, Scalar alpha=1, Scalar scale=1, Scalar input_scale=1) -> Tensor(a!) 2022-12-01T10:11:40.1251383Z processing existing schema: aten::elu(Tensor self, Scalar alpha=1, Scalar scale=1, Scalar input_scale=1) -> Tensor 2022-12-01T10:11:40.1253359Z processing existing schema: aten::elu.out(Tensor self, Scalar alpha=1, Scalar scale=1, Scalar input_scale=1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1255140Z processing existing schema: aten::hardshrink(Tensor self, Scalar lambd=0.5) -> Tensor 2022-12-01T10:11:40.1257366Z processing existing schema: aten::hardshrink.out(Tensor self, Scalar lambd=0.5, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1258919Z processing existing schema: aten::hardsigmoid_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.1260348Z processing existing schema: aten::hardsigmoid(Tensor self) -> Tensor 2022-12-01T10:11:40.1262083Z processing existing schema: aten::hardsigmoid.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1263879Z processing existing schema: aten::hardtanh_(Tensor(a!) self, Scalar min_val=-1, Scalar max_val=1) -> Tensor(a!) 2022-12-01T10:11:40.1265439Z processing existing schema: aten::hardtanh(Tensor self, Scalar min_val=-1, Scalar max_val=1) -> Tensor 2022-12-01T10:11:40.1267334Z processing existing schema: aten::hardtanh.out(Tensor self, Scalar min_val=-1, Scalar max_val=1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1268832Z processing existing schema: aten::hardswish_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.1270253Z processing existing schema: aten::hardswish(Tensor self) -> Tensor 2022-12-01T10:11:40.1271940Z processing existing schema: aten::hardswish.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1274065Z processing existing schema: aten::leaky_relu_(Tensor(a!) self, Scalar negative_slope=0.01) -> Tensor(a!) 2022-12-01T10:11:40.1275888Z processing existing schema: aten::leaky_relu(Tensor self, Scalar negative_slope=0.01) -> Tensor 2022-12-01T10:11:40.1278081Z processing existing schema: aten::leaky_relu.out(Tensor self, Scalar negative_slope=0.01, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1279626Z processing existing schema: aten::log_sigmoid(Tensor self) -> Tensor 2022-12-01T10:11:40.1281298Z processing existing schema: aten::log_sigmoid.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1282842Z processing existing schema: aten::relu_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.1284232Z processing existing schema: aten::Delete.t(t[](a!) self, int idx) -> () 2022-12-01T10:11:40.1285844Z processing existing schema: aten::Delete.Dict_str(Dict(str, t)(a!) self, str key) -> () 2022-12-01T10:11:40.1287397Z processing existing schema: aten::Delete.Dict_int(Dict(int, t)(a!) self, int key) -> () 2022-12-01T10:11:40.1289056Z processing existing schema: aten::Delete.Dict_bool(Dict(bool, t)(a!) self, bool key) -> () 2022-12-01T10:11:40.1290745Z processing existing schema: aten::Delete.Dict_float(Dict(float, t)(a!) self, float key) -> () 2022-12-01T10:11:40.1292378Z processing existing schema: aten::Delete.Dict_complex(Dict(complex, t)(a!) self, complex key) -> () 2022-12-01T10:11:40.1294017Z processing existing schema: aten::Delete.Dict_Tensor(Dict(Tensor, t)(a!) self, Tensor key) -> () 2022-12-01T10:11:40.1295903Z processing existing schema: quantized::conv3d.new(Tensor qx, __torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.1297999Z processing existing schema: quantized::conv3d(Tensor qx, __torch__.torch.classes.quantized.Conv3dPackedParamsBase weight, int[] stride, int[] padding, int[] dilation, int groups, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.1299226Z processing existing schema: aten::relu6_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.1300610Z processing existing schema: aten::str(t elem) -> str 2022-12-01T10:11:40.1302559Z processing existing schema: quantized::conv2d_relu.new(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.1304623Z processing existing schema: quantized::conv2d_relu(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase weight, int[] stride, int[] padding, int[] dilation, int groups, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.1305870Z processing existing schema: aten::selu_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.1307038Z processing existing schema: prim::rpc_sync(...) -> ... 2022-12-01T10:11:40.1308765Z processing existing schema: quantized::mul_relu_out(Tensor qa, Tensor qb, Tensor(a!) out) -> Tensor(a!) out 2022-12-01T10:11:40.1310096Z processing existing schema: aten::selu(Tensor self) -> Tensor 2022-12-01T10:11:40.1311243Z processing existing schema: prim::rpc_async(...) -> ... 2022-12-01T10:11:40.1312961Z processing existing schema: quantized::mul_out(Tensor qa, Tensor qb, Tensor(a!) out) -> Tensor(a!) out 2022-12-01T10:11:40.1314645Z processing existing schema: aten::celu_(Tensor(a!) self, Scalar alpha=1.) -> Tensor(a!) 2022-12-01T10:11:40.1316143Z processing existing schema: aten::celu(Tensor self, Scalar alpha=1.) -> Tensor 2022-12-01T10:11:40.1317971Z processing existing schema: aten::celu.out(Tensor self, Scalar alpha=1., *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1319583Z processing existing schema: aten::gelu(Tensor self, *, str approximate="none") -> Tensor 2022-12-01T10:11:40.1321528Z processing existing schema: aten::gelu.out(Tensor self, *, str approximate="none", Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1323017Z processing existing schema: aten::sigmoid_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.1324466Z processing existing schema: aten::format(str self, ...) -> str 2022-12-01T10:11:40.1326298Z processing existing schema: quantized::instance_norm(Tensor input, Tensor? weight, Tensor? bias, float eps, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.1327700Z processing existing schema: aten::silu_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.1329429Z processing existing schema: aten::__getitem__.t(t[](a) list, int idx) -> t(*) 2022-12-01T10:11:40.1330908Z processing existing schema: aten::__getitem__.str(str s, int index) -> str 2022-12-01T10:11:40.1332763Z processing existing schema: aten::__getitem__.Dict_str(Dict(str, t) self, str key) -> t(*) 2022-12-01T10:11:40.1334639Z processing existing schema: aten::__getitem__.Dict_int(Dict(int, t) self, int key) -> t(*) 2022-12-01T10:11:40.1336513Z processing existing schema: aten::__getitem__.Dict_bool(Dict(bool, t) self, bool key) -> t(*) 2022-12-01T10:11:40.1338414Z processing existing schema: aten::__getitem__.Dict_float(Dict(float, t) self, float key) -> t(*) 2022-12-01T10:11:40.1340375Z processing existing schema: aten::__getitem__.Dict_complex(Dict(complex, t) self, complex key) -> t(*) 2022-12-01T10:11:40.1342296Z processing existing schema: aten::__getitem__.Dict_Tensor(Dict(Tensor, t) self, Tensor key) -> t(*) 2022-12-01T10:11:40.1343854Z processing existing schema: quantized::threshold(Tensor qx, Scalar threshold, Scalar value) -> Tensor qy 2022-12-01T10:11:40.1345172Z processing existing schema: aten::silu(Tensor self) -> Tensor 2022-12-01T10:11:40.1346857Z processing existing schema: aten::silu.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1348476Z processing existing schema: quantized::softmax(Tensor qx, int dim, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.1350249Z processing existing schema: aten::softshrink(Tensor self, Scalar lambd=0.5) -> Tensor 2022-12-01T10:11:40.1352472Z processing existing schema: aten::softshrink.out(Tensor self, Scalar lambd=0.5, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1354164Z processing existing schema: quantized::conv_transpose3d_padding(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> int[] 2022-12-01T10:11:40.1355539Z processing existing schema: aten::tanh_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.1357082Z schema: prims::cat(Tensor[] tensors, int dim) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.1358600Z processing existing schema: aten::_pin_memory(Tensor self, Device? device=None) -> Tensor 2022-12-01T10:11:40.1360605Z processing existing schema: aten::_pin_memory.out(Tensor self, Device? device=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1362018Z processing existing schema: aten::diag(Tensor self, int diagonal=0) -> Tensor 2022-12-01T10:11:40.1363854Z processing existing schema: aten::diag.out(Tensor self, int diagonal=0, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1365661Z processing existing schema: aten::flatten.using_ints(Tensor(a) self, int start_dim=0, int end_dim=-1) -> Tensor(a) 2022-12-01T10:11:40.1367429Z processing existing schema: aten::flatten.DimnameList(Tensor(a) self, str[] dims, str out_dim) -> Tensor(a) 2022-12-01T10:11:40.1369236Z processing existing schema: aten::flatten.named_out_dim(Tensor(a) self, int start_dim, int end_dim, str out_dim) -> Tensor(a) 2022-12-01T10:11:40.1370998Z processing existing schema: aten::flatten.using_names(Tensor(a) self, str start_dim, str end_dim, str out_dim) -> Tensor(a) 2022-12-01T10:11:40.1372429Z processing existing schema: aten::flip(Tensor self, int[] dims) -> Tensor 2022-12-01T10:11:40.1374240Z processing existing schema: aten::flip.out(Tensor self, int[] dims, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1375716Z processing existing schema: aten::tril(Tensor self, int diagonal=0) -> Tensor 2022-12-01T10:11:40.1377518Z processing existing schema: aten::tril.out(Tensor self, int diagonal=0, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1378848Z schema: nvprims::var_mean(Tensor inp, bool unbiased) -> (Tensor, Tensor) found on allowlist, skipping 2022-12-01T10:11:40.1380799Z schema: nvprims::var_mean.main(Tensor inp, int[1]? dim=None, bool? unbiased=None, bool keepdim=False, *, int? correction=None) -> (Tensor, Tensor) found on allowlist, skipping 2022-12-01T10:11:40.1382939Z processing existing schema: aten::_sparse_bsc_tensor_unsafe(Tensor ccol_indices, Tensor row_indices, Tensor values, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.1384156Z processing existing schema: aten::triu(Tensor self, int diagonal=0) -> Tensor 2022-12-01T10:11:40.1385985Z processing existing schema: aten::triu.out(Tensor self, int diagonal=0, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1387341Z schema: nvprims::acos(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.1389533Z processing existing schema: aten::_sparse_coo_tensor_with_dims(int sparse_dim, int dense_dim, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-12-01T10:11:40.1391330Z processing existing schema: aten::_sparse_coo_tensor_with_dims.out(int sparse_dim, int dense_dim, int[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1392695Z processing existing schema: aten::repeat(Tensor self, SymInt[] repeats) -> Tensor 2022-12-01T10:11:40.1394523Z processing existing schema: aten::repeat.out(Tensor self, SymInt[] repeats, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1395914Z processing existing schema: prim::AutogradAdd(Any a, Any b) -> Any 2022-12-01T10:11:40.1397807Z processing existing schema: _quantized::conv_transpose1d(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.1399659Z processing existing schema: aten::roll(Tensor self, int[1] shifts, int[1] dims=[]) -> Tensor 2022-12-01T10:11:40.1401878Z processing existing schema: aten::roll.out(Tensor self, int[1] shifts, int[1] dims=[], *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1403503Z processing existing schema: aten::_size_if_not_equal(int[] self_size, int[] other_size) -> int[]? 2022-12-01T10:11:40.1406094Z processing existing schema: quantized::embedding_bag_4bit_rowwise_offsets(Tensor weight, Tensor indices, Tensor? offsets=None, bool scale_grad_by_freq=False, int mode=0, bool pruned_weights=False, Tensor? per_sample_weights=None, Tensor? compressed_indices_mapping=None, bool include_last_offset=False) -> Tensor 2022-12-01T10:11:40.1407293Z processing existing schema: aten::expand_copy(Tensor self, SymInt[] size, *, bool implicit=False) -> Tensor 2022-12-01T10:11:40.1409232Z processing existing schema: aten::expand_copy.out(Tensor self, SymInt[] size, *, bool implicit=False, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1410862Z processing existing schema: aten::diag_embed(Tensor self, int offset=0, int dim1=-2, int dim2=-1) -> Tensor 2022-12-01T10:11:40.1412864Z processing existing schema: aten::diag_embed.out(Tensor self, int offset=0, int dim1=-2, int dim2=-1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1414325Z processing existing schema: aten::block_diag(Tensor[] tensors) -> Tensor 2022-12-01T10:11:40.1416216Z processing existing schema: aten::block_diag.out(Tensor[] tensors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1417836Z processing existing schema: aten::dropout(Tensor input, float p, bool train) -> Tensor 2022-12-01T10:11:40.1419330Z processing existing schema: aten::feature_dropout(Tensor input, float p, bool train) -> Tensor 2022-12-01T10:11:40.1420944Z processing existing schema: aten::alpha_dropout(Tensor input, float p, bool train) -> Tensor 2022-12-01T10:11:40.1422256Z processing existing schema: aten::feature_alpha_dropout(Tensor input, float p, bool train) -> Tensor 2022-12-01T10:11:40.1425128Z processing existing schema: aten::rrelu_with_noise_(Tensor(a!) self, Tensor noise, Scalar lower=0.125, Scalar upper=0.33333333333333331, bool training=False, Generator? generator=None) -> Tensor(a!) 2022-12-01T10:11:40.1426484Z processing existing schema: quantized::hardswish(Tensor input, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.1429189Z processing existing schema: aten::rrelu_(Tensor(a!) self, Scalar lower=0.125, Scalar upper=0.33333333333333331, bool training=False, Generator? generator=None) -> Tensor(a!) 2022-12-01T10:11:40.1430411Z processing existing schema: aten::is_scripting() -> bool 2022-12-01T10:11:40.1432045Z processing existing schema: quantized::embedding_bag_2bit_unpack(Tensor weight) -> Tensor 2022-12-01T10:11:40.1433572Z schema: prims::cbrt(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.1435150Z processing existing schema: aten::_fused_dropout(Tensor self, float p, Generator? generator=None) -> (Tensor, Tensor) 2022-12-01T10:11:40.1437072Z processing existing schema: aten::_fused_dropout.out(Tensor self, float p, Generator? generator=None, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:40.1438667Z processing existing schema: aten::absolute_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.1440710Z processing existing schema: aten::addcdiv_(Tensor(a!) self, Tensor tensor1, Tensor tensor2, *, Scalar value=1) -> Tensor(a!) 2022-12-01T10:11:40.1442674Z processing existing schema: aten::addcmul_(Tensor(a!) self, Tensor tensor1, Tensor tensor2, *, Scalar value=1) -> Tensor(a!) 2022-12-01T10:11:40.1444890Z processing existing schema: aten::addmv_(Tensor(a!) self, Tensor mat, Tensor vec, *, Scalar beta=1, Scalar alpha=1) -> Tensor(a!) 2022-12-01T10:11:40.1445795Z processing existing schema: aten::align_as(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.1447668Z processing existing schema: aten::align_tensors(Tensor[] tensors) -> Tensor[] 2022-12-01T10:11:40.1449156Z processing existing schema: aten::align_to(Tensor(a) self, str[] names) -> Tensor(a) 2022-12-01T10:11:40.1450713Z processing existing schema: aten::align_to.ellipsis_idx(Tensor(a) self, str[] order, int ellipsis_idx) -> Tensor(a) 2022-12-01T10:11:40.1451737Z processing existing schema: aten::all(Tensor self) -> Tensor 2022-12-01T10:11:40.1453314Z processing existing schema: aten::all.dim(Tensor self, int dim, bool keepdim=False) -> Tensor 2022-12-01T10:11:40.1455304Z processing existing schema: aten::all.out(Tensor self, int dim, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1456796Z processing existing schema: aten::all.all_out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1458378Z processing existing schema: aten::all.dimname(Tensor self, str dim, bool keepdim=False) -> Tensor 2022-12-01T10:11:40.1460245Z processing existing schema: aten::all.dimname_out(Tensor self, str dim, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1461641Z processing existing schema: aten::all.int(int[] self) -> bool 2022-12-01T10:11:40.1463104Z processing existing schema: aten::all.float(float[] self) -> bool 2022-12-01T10:11:40.1464487Z processing existing schema: aten::all.bool(bool[] self) -> bool 2022-12-01T10:11:40.1466118Z processing existing schema: aten::arccosh_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.1467830Z processing existing schema: aten::atan2_(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.1469606Z processing existing schema: aten::clamp_(Tensor(a!) self, Scalar? min=None, Scalar? max=None) -> Tensor(a!) 2022-12-01T10:11:40.1471461Z processing existing schema: aten::clamp_.Tensor(Tensor(a!) self, Tensor? min=None, Tensor? max=None) -> Tensor(a!) 2022-12-01T10:11:40.1472796Z processing existing schema: aten::equal(Tensor self, Tensor other) -> bool 2022-12-01T10:11:40.1474508Z processing existing schema: aten::floor_divide_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:40.1476120Z processing existing schema: aten::floor_divide_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.1477725Z processing existing schema: aten::hypot_(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.1479513Z processing existing schema: aten::igamma_(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.1481165Z processing existing schema: aten::igammac_(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.1482703Z processing existing schema: aten::index_fill.Dimname_Scalar(Tensor self, str dim, Tensor index, Scalar value) -> Tensor 2022-12-01T10:11:40.1484264Z processing existing schema: aten::index_fill.Dimname_Tensor(Tensor self, str dim, Tensor index, Tensor value) -> Tensor 2022-12-01T10:11:40.1485807Z processing existing schema: aten::index_fill.int_Scalar(Tensor self, int dim, Tensor index, Scalar value) -> Tensor 2022-12-01T10:11:40.1487347Z processing existing schema: aten::index_fill.int_Tensor(Tensor self, int dim, Tensor index, Tensor value) -> Tensor 2022-12-01T10:11:40.1489229Z processing existing schema: aten::index_fill.int_Scalar_out(Tensor self, int dim, Tensor index, Scalar value, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1491170Z processing existing schema: aten::index_fill.int_Tensor_out(Tensor self, int dim, Tensor index, Tensor value, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1492936Z processing existing schema: aten::index_fill_.Dimname_Scalar(Tensor(a!) self, str dim, Tensor index, Scalar value) -> Tensor(a!) 2022-12-01T10:11:40.1494691Z processing existing schema: aten::index_fill_.Dimname_Tensor(Tensor(a!) self, str dim, Tensor index, Tensor value) -> Tensor(a!) 2022-12-01T10:11:40.1496469Z processing existing schema: aten::index_fill_.int_Scalar(Tensor(a!) self, int dim, Tensor index, Scalar value) -> Tensor(a!) 2022-12-01T10:11:40.1498205Z processing existing schema: aten::index_fill_.int_Tensor(Tensor(a!) self, int dim, Tensor index, Tensor value) -> Tensor(a!) 2022-12-01T10:11:40.1499695Z processing existing schema: aten::is_coalesced(Tensor self) -> bool 2022-12-01T10:11:40.1500691Z processing existing schema: aten::is_inference(Tensor self) -> bool 2022-12-01T10:11:40.1502211Z processing existing schema: aten::is_pinned(Tensor self, Device? device=None) -> bool 2022-12-01T10:11:40.1503310Z processing existing schema: aten::is_signed(Tensor self) -> bool 2022-12-01T10:11:40.1505621Z processing existing schema: aten::max_pool1d(Tensor self, int[1] kernel_size, int[1] stride=[], int[1] padding=[0], int[1] dilation=[1], bool ceil_mode=False) -> Tensor 2022-12-01T10:11:40.1507909Z processing existing schema: aten::max_pool3d_with_indices(Tensor self, int[3] kernel_size, int[3] stride=[], int[3] padding=0, int[3] dilation=1, bool ceil_mode=False) -> (Tensor, Tensor) 2022-12-01T10:11:40.1510670Z processing existing schema: aten::max_pool3d_with_indices.out(Tensor self, int[3] kernel_size, int[3] stride=[], int[3] padding=0, int[3] dilation=1, bool ceil_mode=False, *, Tensor(a!) out, Tensor(b!) indices) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:40.1511988Z processing existing schema: aten::nextafter_(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.1513302Z processing existing schema: aten::output_nr(Tensor self) -> int 2022-12-01T10:11:40.1514975Z processing existing schema: aten::refine_names(Tensor(a) self, str[] names) -> Tensor(a) 2022-12-01T10:11:40.1516577Z processing existing schema: prim::IfThenElse(bool cond, Any(a) x, Any(b) y) -> Any(a|b) 2022-12-01T10:11:40.1518392Z processing existing schema: quantized::max_pool2d(Tensor qx, int[] kernel_size, int[] stride, int[] padding, int[] dilation, bool ceil_mode) -> Tensor 2022-12-01T10:11:40.1520095Z processing existing schema: aten::rename(Tensor(a) self, str[]? names) -> Tensor(a) 2022-12-01T10:11:40.1521369Z processing existing schema: prim::layout(Tensor a) -> Layout 2022-12-01T10:11:40.1523061Z processing existing schema: quantized::conv_transpose2d(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.1524502Z processing existing schema: aten::rename_(Tensor(a!) self, str[]? names) -> Tensor(a!) 2022-12-01T10:11:40.1525812Z processing existing schema: prim::id(AnyClassType? x) -> int 2022-12-01T10:11:40.1527718Z processing existing schema: quantized::conv_transpose3d(Tensor qx, __torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.1528838Z processing existing schema: aten::square_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.1530363Z processing existing schema: aten::unsafe_chunk(Tensor self, int chunks, int dim=0) -> Tensor[] 2022-12-01T10:11:40.1531885Z processing existing schema: aten::unsafe_split.Tensor(Tensor self, int split_size, int dim=0) -> Tensor[] 2022-12-01T10:11:40.1533314Z processing existing schema: aten::unsafe_split.Tensor_out(Tensor self, int split_size, int dim=0, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.1534846Z processing existing schema: aten::unsafe_split_with_sizes(Tensor self, int[] split_sizes, int dim=0) -> Tensor[] 2022-12-01T10:11:40.1536329Z processing existing schema: aten::unsafe_split_with_sizes.out(Tensor self, int[] split_sizes, int dim=0, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.1537810Z processing existing schema: aten::vander(Tensor x, int? N=None, bool increasing=False) -> Tensor 2022-12-01T10:11:40.1539156Z processing existing schema: aten::set_data(Tensor(a!) self, Tensor new_data) -> () 2022-12-01T10:11:40.1540753Z processing existing schema: aten::append.t(t[](a!) self, t(c -> *) el) -> t[](a!) 2022-12-01T10:11:40.1542504Z processing existing schema: quantized::mul_scalar_out(Tensor qa, Scalar b, Tensor(a!) out) -> Tensor(a!) out 2022-12-01T10:11:40.1544100Z processing existing schema: quantized::mul_scalar_out.Tensor(Tensor qa, Tensor b, Tensor(a!) out) -> Tensor(a!) out 2022-12-01T10:11:40.1545284Z processing existing schema: aten::data(Tensor self) -> Tensor 2022-12-01T10:11:40.1546501Z processing existing schema: aten::is_leaf(Tensor self) -> bool 2022-12-01T10:11:40.1547797Z processing existing schema: aten::_version(Tensor self) -> int 2022-12-01T10:11:40.1548990Z processing existing schema: aten::retain_grad(Tensor(a!) self) -> () 2022-12-01T10:11:40.1550542Z processing existing schema: quantized::celu(Tensor self, float output_scale, int output_zero_point, Scalar alpha=1) -> Tensor 2022-12-01T10:11:40.1551843Z processing existing schema: aten::isdecimal(str self) -> bool 2022-12-01T10:11:40.1554023Z processing existing schema: aten::_ctc_loss_backward(Tensor grad, Tensor log_probs, Tensor targets, int[] input_lengths, int[] target_lengths, Tensor neg_log_likelihood, Tensor log_alpha, int blank, bool zero_infinity=False) -> Tensor 2022-12-01T10:11:40.1555970Z processing existing schema: aten::_ctc_loss_backward.Tensor(Tensor grad, Tensor log_probs, Tensor targets, Tensor input_lengths, Tensor target_lengths, Tensor neg_log_likelihood, Tensor log_alpha, int blank, bool zero_infinity=False) -> Tensor 2022-12-01T10:11:40.1558355Z processing existing schema: aten::_ctc_loss_backward.out(Tensor grad, Tensor log_probs, Tensor targets, int[] input_lengths, int[] target_lengths, Tensor neg_log_likelihood, Tensor log_alpha, int blank, bool zero_infinity=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1559003Z processing existing schema: prim::Print(...) -> () 2022-12-01T10:11:40.1561762Z processing existing schema: aten::quantized_lstm.input(Tensor input, Tensor[] hx, __torch__.torch.classes.rnn.CellParamsBase[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, bool batch_first, *, ScalarType? dtype=None, bool use_dynamic=False) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:40.1563878Z processing existing schema: aten::quantized_lstm.data(Tensor data, Tensor batch_sizes, Tensor[] hx, __torch__.torch.classes.rnn.CellParamsBase[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, *, ScalarType? dtype=None, bool use_dynamic=False) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:40.1565748Z processing existing schema: aten::quantized_lstm.input_legacy(Tensor input, Tensor[] hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, bool batch_first, *, ScalarType? dtype=None, bool use_dynamic=False) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:40.1567742Z processing existing schema: aten::quantized_lstm.data_legacy(Tensor data, Tensor batch_sizes, Tensor[] hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, *, ScalarType? dtype=None, bool use_dynamic=False) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:40.1569703Z processing existing schema: aten::quantized_gru.input(Tensor input, Tensor hx, __torch__.torch.classes.rnn.CellParamsBase[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, bool batch_first) -> (Tensor, Tensor) 2022-12-01T10:11:40.1571206Z processing existing schema: aten::quantized_gru.data(Tensor data, Tensor batch_sizes, Tensor hx, __torch__.torch.classes.rnn.CellParamsBase[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional) -> (Tensor, Tensor) 2022-12-01T10:11:40.1572931Z processing existing schema: aten::quantized_gru.input_legacy(Tensor input, Tensor hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, bool batch_first) -> (Tensor, Tensor) 2022-12-01T10:11:40.1574572Z processing existing schema: aten::quantized_gru.data_legacy(Tensor data, Tensor batch_sizes, Tensor hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional) -> (Tensor, Tensor) 2022-12-01T10:11:40.1576660Z processing existing schema: quantized::make_quantized_cell_params_dynamic(__torch__.torch.classes.quantized.LinearPackedParamsBase w_ih, __torch__.torch.classes.quantized.LinearPackedParamsBase w_hh, Tensor bias_ih, Tensor bias_hh, bool reduce_range=False) -> __torch__.torch.classes.rnn.CellParamsBase 2022-12-01T10:11:40.1576965Z processing existing schema: prim::PythonOp(...) -> ... 2022-12-01T10:11:40.1579302Z processing existing schema: quantized::make_quantized_cell_params_fp16(__torch__.torch.classes.quantized.LinearPackedParamsBase w_ih, __torch__.torch.classes.quantized.LinearPackedParamsBase w_hh) -> __torch__.torch.classes.rnn.CellParamsBase 2022-12-01T10:11:40.1580790Z processing existing schema: prim::IgnoredPythonOp(...) -> NoneType 2022-12-01T10:11:40.1581586Z processing existing schema: quantized::make_quantized_cell_params(Tensor w_ih, Tensor w_hh, Tensor b_ih, Tensor b_hh) -> __torch__.torch.classes.rnn.CellParamsBase 2022-12-01T10:11:40.1583715Z processing existing schema: quantized::quantized_gru_cell_dynamic(Tensor input, Tensor hx, __torch__.torch.classes.quantized.LinearPackedParamsBase w_ih, __torch__.torch.classes.quantized.LinearPackedParamsBase w_hh, Tensor b_ih, Tensor b_hh) -> Tensor 2022-12-01T10:11:40.1585259Z processing existing schema: quantized::quantized_rnn_tanh_cell_dynamic(Tensor input, Tensor hx, __torch__.torch.classes.quantized.LinearPackedParamsBase w_ih, __torch__.torch.classes.quantized.LinearPackedParamsBase w_hh, Tensor b_ih, Tensor b_hh) -> Tensor 2022-12-01T10:11:40.1586308Z processing existing schema: sparse::qlinear(Tensor X, __torch__.torch.classes.sparse.LinearPackedParamsBase W_prepack, float Y_scale_i, int Y_zero_point_i) -> Tensor Y 2022-12-01T10:11:40.1587944Z processing existing schema: sparse::qlinear_relu(Tensor X, __torch__.torch.classes.sparse.LinearPackedParamsBase W_prepack, float Y_scale_i, int Y_zero_point_i) -> Tensor Y 2022-12-01T10:11:40.1588851Z processing existing schema: prim::AutogradZero() -> Tensor 2022-12-01T10:11:40.1590466Z processing existing schema: sparse::qlinear_dynamic(Tensor X, __torch__.torch.classes.sparse.LinearPackedParamsBase W_prepack) -> Tensor Y 2022-12-01T10:11:40.1591345Z processing existing schema: prim::AutogradAnyNonZero(...) -> bool 2022-12-01T10:11:40.1592943Z processing existing schema: sparse::qlinear_relu_dynamic(Tensor X, __torch__.torch.classes.sparse.LinearPackedParamsBase W_prepack) -> Tensor Y 2022-12-01T10:11:40.1594204Z processing existing schema: prim::AutogradAllNonZero(...) -> bool 2022-12-01T10:11:40.1595840Z processing existing schema: sparse::qlinear_prepack(Tensor W, Tensor? B, int out_features_block_size, int in_features_block_size) -> __torch__.torch.classes.sparse.LinearPackedParamsBase W_prepack 2022-12-01T10:11:40.1597671Z processing existing schema: quantized::max_pool1d(Tensor qx, int[] kernel_size, int[] stride, int[] padding, int[] dilation, bool ceil_mode) -> Tensor 2022-12-01T10:11:40.1598542Z processing existing schema: prim::dtype(Tensor a) -> int 2022-12-01T10:11:40.1600713Z processing existing schema: quantized::conv_transpose1d(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.1602402Z processing existing schema: _quantized::conv2d_relu(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.1602903Z processing existing schema: prim::FallbackGraph(...) -> ... 2022-12-01T10:11:40.1605247Z processing existing schema: quantized::conv_prepack(Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups) -> __torch__.torch.classes.quantized.Conv2dPackedParamsBase 2022-12-01T10:11:40.1606040Z processing existing schema: aten::is_strides_like_format(Tensor self, MemoryFormat memory_format) -> bool 2022-12-01T10:11:40.1607379Z processing existing schema: aten::_compute_linear_combination(Tensor input, Tensor coefficients) -> Tensor 2022-12-01T10:11:40.1608981Z processing existing schema: aten::_compute_linear_combination.out(Tensor input, Tensor coefficients, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1609740Z processing existing schema: prim::MMBatchSide(...) -> ... 2022-12-01T10:11:40.1612043Z processing existing schema: quantized::conv_transpose1d_prepack(Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] output_padding, int[] dilation, int groups) -> __torch__.torch.classes.quantized.Conv2dPackedParamsBase 2022-12-01T10:11:40.1613872Z processing existing schema: quantized::conv_transpose3d_prepack(Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] output_padding, int[] dilation, int groups) -> __torch__.torch.classes.quantized.Conv3dPackedParamsBase 2022-12-01T10:11:40.1615119Z processing existing schema: prim::squeeze_copy(Tensor self) -> Tensor 2022-12-01T10:11:40.1616412Z processing existing schema: prim::squeeze_copy.dim(Tensor self, int dim) -> Tensor 2022-12-01T10:11:40.1618244Z processing existing schema: quantized::elu(Tensor self, float output_scale, int output_zero_point, Scalar alpha=1, Scalar scale=1, Scalar input_scale=1) -> Tensor 2022-12-01T10:11:40.1619472Z processing existing schema: prim::rangelist(int n) -> int[] 2022-12-01T10:11:40.1622210Z processing existing schema: quantized::embedding_bag_byte(__torch__.torch.classes.quantized.EmbeddingPackedParamsBase weight, Tensor indices, Tensor? offsets=None, bool scale_grad_by_freq=False, int mode=0, bool pruned_weights=False, Tensor? per_sample_weights=None, Tensor? compressed_indices_mapping=None, bool include_last_offset=False) -> Tensor 2022-12-01T10:11:40.1624330Z processing existing schema: quantized::embedding_bag_4bit(__torch__.torch.classes.quantized.EmbeddingPackedParamsBase weight, Tensor indices, Tensor? offsets=None, bool scale_grad_by_freq=False, int mode=0, bool pruned_weights=False, Tensor? per_sample_weights=None, Tensor? compressed_indices_mapping=None, bool include_last_offset=False) -> Tensor 2022-12-01T10:11:40.1625075Z processing existing schema: aten::upper(str self) -> str 2022-12-01T10:11:40.1627243Z processing existing schema: aten::_cudnn_init_dropout_state(float dropout, bool train, int dropout_seed, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-12-01T10:11:40.1628925Z processing existing schema: aten::_cudnn_init_dropout_state.out(float dropout, bool train, int dropout_seed, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1630108Z processing existing schema: prim::unchecked_cast(t x) -> t 2022-12-01T10:11:40.1631977Z processing existing schema: quantized::embedding_4bit(__torch__.torch.classes.quantized.EmbeddingPackedParamsBase weight, Tensor indices, bool pruned_weights=False) -> Tensor 2022-12-01T10:11:40.1633173Z processing existing schema: aten::floordiv.int(int a, int b) -> int 2022-12-01T10:11:40.1634538Z processing existing schema: aten::floordiv.float(float a, float b) -> float 2022-12-01T10:11:40.1635960Z processing existing schema: aten::floordiv.int_float(int a, float b) -> float 2022-12-01T10:11:40.1637379Z processing existing schema: aten::floordiv.float_int(float a, int b) -> float 2022-12-01T10:11:40.1638762Z processing existing schema: aten::floordiv(Scalar a, Scalar b) -> Scalar 2022-12-01T10:11:40.1641158Z processing existing schema: quantized::embedding_bag_2bit_prepack(Tensor weight, bool optimized_qparams=False, int nbins=200, float ratio=0.16) -> Tensor 2022-12-01T10:11:40.1642190Z processing existing schema: aten::isupper(str self) -> bool 2022-12-01T10:11:40.1643806Z processing existing schema: aten::_cummax_helper(Tensor self, Tensor(a!) values, Tensor(b!) indices, int dim) -> () 2022-12-01T10:11:40.1645047Z processing existing schema: aten::__range_length(int lo, int hi, int step) -> int 2022-12-01T10:11:40.1646698Z processing existing schema: quantized::embedding_bag_prepack(Tensor weight) -> __torch__.torch.classes.quantized.EmbeddingPackedParamsBase W_prepack 2022-12-01T10:11:40.1647745Z processing existing schema: aten::islower(str self) -> bool 2022-12-01T10:11:40.1649237Z processing existing schema: aten::_cummin_helper(Tensor self, Tensor(a!) values, Tensor(b!) indices, int dim) -> () 2022-12-01T10:11:40.1650985Z processing existing schema: quantized::linear(Tensor X, __torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack, float Y_scale_i, int Y_zero_point_i) -> Tensor Y 2022-12-01T10:11:40.1652307Z processing existing schema: aten::startswith(str self, str substr, int start=0, int end=-1) -> bool 2022-12-01T10:11:40.1654220Z processing existing schema: aten::_efficientzerotensor(int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.1655765Z processing existing schema: aten::_efficientzerotensor.out(int[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1657034Z processing existing schema: prim::RaiseException(str msg, str? cls=None) -> () 2022-12-01T10:11:40.1658786Z processing existing schema: quantized::linear_relu(Tensor X, __torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack, float Y_scale_i, int Y_zero_point_i) -> Tensor Y 2022-12-01T10:11:40.1659928Z processing existing schema: aten::expandtabs(str self, int tabsize=8) -> str 2022-12-01T10:11:40.1662583Z processing existing schema: aten::_embedding_bag(Tensor weight, Tensor indices, Tensor offsets, bool scale_grad_by_freq=False, int mode=0, bool sparse=False, Tensor? per_sample_weights=None, bool include_last_offset=False, int padding_idx=-1) -> (Tensor, Tensor, Tensor, Tensor) 2022-12-01T10:11:40.1665246Z processing existing schema: aten::_embedding_bag.out(Tensor weight, Tensor indices, Tensor offsets, bool scale_grad_by_freq=False, int mode=0, bool sparse=False, Tensor? per_sample_weights=None, bool include_last_offset=False, int padding_idx=-1, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2, Tensor(d!) out3) -> (Tensor(a!), Tensor(b!), Tensor(c!), Tensor(d!)) 2022-12-01T10:11:40.1666326Z processing existing schema: quantized::linear_dynamic_fp16(Tensor X, __torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack) -> Tensor Y 2022-12-01T10:11:40.1667849Z processing existing schema: aten::scalar_tensor(Scalar s, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.1669308Z processing existing schema: aten::scalar_tensor.out(Scalar s, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1670575Z processing existing schema: aten::isidentifier(str self) -> bool 2022-12-01T10:11:40.1672941Z processing existing schema: aten::_embedding_bag_per_sample_weights_backward(Tensor grad, Tensor weight, Tensor indices, Tensor offsets, Tensor offset2bag, int mode, int padding_idx=-1) -> Tensor 2022-12-01T10:11:40.1674670Z processing existing schema: aten::_embedding_bag_per_sample_weights_backward.out(Tensor grad, Tensor weight, Tensor indices, Tensor offsets, Tensor offset2bag, int mode, int padding_idx=-1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1675009Z processing existing schema: prim::profile(...) -> ... 2022-12-01T10:11:40.1677104Z processing existing schema: _quantized::linear_dynamic(Tensor X, __torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack, bool reduce_range=False) -> Tensor Y 2022-12-01T10:11:40.1678114Z processing existing schema: aten::isprintable(str self) -> bool 2022-12-01T10:11:40.1680376Z processing existing schema: aten::_empty_affine_quantized(int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, float scale=1., int zero_point=0, MemoryFormat? memory_format=0) -> Tensor 2022-12-01T10:11:40.1682510Z processing existing schema: aten::_empty_affine_quantized.out(int[] size, *, float scale=1., int zero_point=0, MemoryFormat? memory_format=0, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1683168Z processing existing schema: prim::TimePoint() -> int 2022-12-01T10:11:40.1685007Z processing existing schema: quantized::linear_prepack_fp16(Tensor W, Tensor? B=None) -> __torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack 2022-12-01T10:11:40.1686367Z processing existing schema: quantized::linear_prepack_fp16_legacy(Tensor W, Tensor? B=None) -> Tensor W_prepack 2022-12-01T10:11:40.1688208Z processing existing schema: _quantized::linear_prepack_fp16(Tensor W, Tensor? B=None) -> __torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack 2022-12-01T10:11:40.1688798Z processing existing schema: prim::rpc_remote(...) -> ... 2022-12-01T10:11:40.1690558Z processing existing schema: quantized::mul_scalar(Tensor qa, Scalar b) -> Tensor qc 2022-12-01T10:11:40.1691880Z processing existing schema: quantized::mul_scalar.Tensor(Tensor qa, Tensor b) -> Tensor qc 2022-12-01T10:11:40.1692960Z processing existing schema: aten::ord(str string) -> int 2022-12-01T10:11:40.1694788Z processing existing schema: quantized::conv2d_transpose(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> int 2022-12-01T10:11:40.1695352Z processing existing schema: aten::oct(int i) -> str 2022-12-01T10:11:40.1697229Z processing existing schema: quantized::conv3d_output_padding(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> int[] 2022-12-01T10:11:40.1697860Z processing existing schema: aten::clear.t(t[](a!) self) -> () 2022-12-01T10:11:40.1699362Z processing existing schema: aten::clear.str(Dict(str, t)(a!) self) -> () 2022-12-01T10:11:40.1700650Z processing existing schema: aten::clear.int(Dict(int, t)(a!) self) -> () 2022-12-01T10:11:40.1702167Z processing existing schema: aten::clear.bool(Dict(bool, t)(a!) self) -> () 2022-12-01T10:11:40.1703590Z processing existing schema: aten::clear.float(Dict(float, t)(a!) self) -> () 2022-12-01T10:11:40.1704986Z processing existing schema: aten::clear.complex(Dict(complex, t)(a!) self) -> () 2022-12-01T10:11:40.1706370Z processing existing schema: aten::clear.Tensor(Dict(Tensor, t)(a!) self) -> () 2022-12-01T10:11:40.1707878Z processing existing schema: quantized::conv3d_dilation(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> int[] 2022-12-01T10:11:40.1709747Z processing existing schema: aten::setdefault.str(Dict(str, t)(a!) self, str(b -> *) key, t(c -> *) default_value) -> t(*) 2022-12-01T10:11:40.1711644Z processing existing schema: aten::setdefault.int(Dict(int, t)(a!) self, int(b -> *) key, t(c -> *) default_value) -> t(*) 2022-12-01T10:11:40.1713543Z processing existing schema: aten::setdefault.bool(Dict(bool, t)(a!) self, bool(b -> *) key, t(c -> *) default_value) -> t(*) 2022-12-01T10:11:40.1715529Z processing existing schema: aten::setdefault.float(Dict(float, t)(a!) self, float(b -> *) key, t(c -> *) default_value) -> t(*) 2022-12-01T10:11:40.1717511Z processing existing schema: aten::setdefault.complex(Dict(complex, t)(a!) self, complex(b -> *) key, t(c -> *) default_value) -> t(*) 2022-12-01T10:11:40.1719731Z processing existing schema: aten::setdefault.Tensor(Dict(Tensor, t)(a!) self, Tensor(b -> *) key, t(c -> *) default_value) -> t(*) 2022-12-01T10:11:40.1721168Z processing existing schema: quantized::conv3d_groups(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> int 2022-12-01T10:11:40.1721899Z processing existing schema: aten::bin(int i) -> str 2022-12-01T10:11:40.1723611Z processing existing schema: quantized::conv3d_transpose(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> int 2022-12-01T10:11:40.1724983Z processing existing schema: aten::pop.t(t[](a!) self, int idx=-1) -> t(*) 2022-12-01T10:11:40.1726818Z processing existing schema: aten::pop.Dict_str(Dict(str, t)(a!) self, str key) -> t(*) 2022-12-01T10:11:40.1728623Z processing existing schema: aten::pop.Dict_default_str(Dict(str, t)(a!) self, str key, t default_value) -> t(*) 2022-12-01T10:11:40.1730386Z processing existing schema: aten::pop.Dict_int(Dict(int, t)(a!) self, int key) -> t(*) 2022-12-01T10:11:40.1732262Z processing existing schema: aten::pop.Dict_default_int(Dict(int, t)(a!) self, int key, t default_value) -> t(*) 2022-12-01T10:11:40.1734036Z processing existing schema: aten::pop.Dict_bool(Dict(bool, t)(a!) self, bool key) -> t(*) 2022-12-01T10:11:40.1736014Z processing existing schema: aten::pop.Dict_default_bool(Dict(bool, t)(a!) self, bool key, t default_value) -> t(*) 2022-12-01T10:11:40.1737787Z processing existing schema: aten::pop.Dict_float(Dict(float, t)(a!) self, float key) -> t(*) 2022-12-01T10:11:40.1739712Z processing existing schema: aten::pop.Dict_default_float(Dict(float, t)(a!) self, float key, t default_value) -> t(*) 2022-12-01T10:11:40.1741649Z processing existing schema: aten::pop.Dict_complex(Dict(complex, t)(a!) self, complex key) -> t(*) 2022-12-01T10:11:40.1743608Z processing existing schema: aten::pop.Dict_default_complex(Dict(complex, t)(a!) self, complex key, t default_value) -> t(*) 2022-12-01T10:11:40.1745418Z processing existing schema: aten::pop.Dict_Tensor(Dict(Tensor, t)(a!) self, Tensor key) -> t(*) 2022-12-01T10:11:40.1747350Z processing existing schema: aten::pop.Dict_default_Tensor(Dict(Tensor, t)(a!) self, Tensor key, t default_value) -> t(*) 2022-12-01T10:11:40.1749186Z processing existing schema: quantized::conv_transpose1d_unpack(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> (Tensor unpacked_weights, Tensor? B_origin) 2022-12-01T10:11:40.1749938Z processing existing schema: aten::insert.t(t[](a!) self, int idx, t(b -> *) el) -> () 2022-12-01T10:11:40.1751567Z processing existing schema: quantized::conv_transpose2d_unpack(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> (Tensor unpacked_weights, Tensor? B_origin) 2022-12-01T10:11:40.1752921Z processing existing schema: aten::tensor.float(float t, *, ScalarType? dtype=None, Device? device=None, bool requires_grad=False) -> Tensor 2022-12-01T10:11:40.1754526Z processing existing schema: aten::tensor.int(int t, *, ScalarType? dtype=None, Device? device=None, bool requires_grad=False) -> Tensor 2022-12-01T10:11:40.1756231Z processing existing schema: aten::tensor.bool(bool t, *, ScalarType? dtype=None, Device? device=None, bool requires_grad=False) -> Tensor 2022-12-01T10:11:40.1757940Z processing existing schema: aten::tensor.complex(complex t, *, ScalarType? dtype=None, Device? device=None, bool requires_grad=False) -> Tensor 2022-12-01T10:11:40.1759695Z processing existing schema: aten::tensor(t[] data, *, ScalarType? dtype=None, Device? device=None, bool requires_grad=False) -> Tensor 2022-12-01T10:11:40.1761339Z processing existing schema: quantized::conv_transpose2d_stride(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> int[] 2022-12-01T10:11:40.1762635Z processing existing schema: aten::__contains__.int_list(int[] l, int item) -> bool 2022-12-01T10:11:40.1764042Z processing existing schema: aten::__contains__.str_list(str[] l, str item) -> bool 2022-12-01T10:11:40.1765676Z processing existing schema: aten::__contains__.str(Dict(str, t) dict, str key) -> bool 2022-12-01T10:11:40.1767336Z processing existing schema: aten::__contains__.int(Dict(int, t) dict, int key) -> bool 2022-12-01T10:11:40.1769020Z processing existing schema: aten::__contains__.bool(Dict(bool, t) dict, bool key) -> bool 2022-12-01T10:11:40.1770722Z processing existing schema: aten::__contains__.float(Dict(float, t) dict, float key) -> bool 2022-12-01T10:11:40.1772466Z processing existing schema: aten::__contains__.complex(Dict(complex, t) dict, complex key) -> bool 2022-12-01T10:11:40.1774183Z processing existing schema: aten::__contains__.Tensor(Dict(Tensor, t) dict, Tensor key) -> bool 2022-12-01T10:11:40.1775719Z processing existing schema: aten::__contains__.float_list(float[] l, float item) -> bool 2022-12-01T10:11:40.1777384Z processing existing schema: quantized::conv_transpose2d_output_padding(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> int[] 2022-12-01T10:11:40.1778613Z processing existing schema: prim::grad(Tensor a) -> Tensor(*) 2022-12-01T10:11:40.1780197Z processing existing schema: quantized::conv_transpose2d_groups(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> int 2022-12-01T10:11:40.1781490Z processing existing schema: aten::is_autocast_cpu_enabled() -> bool 2022-12-01T10:11:40.1783096Z processing existing schema: quantized::conv_transpose3d_groups(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> int 2022-12-01T10:11:40.1785421Z processing existing schema: aten::sparse_bsc_tensor.ccol_row_value_size(Tensor ccol_indices, Tensor row_indices, Tensor values, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-12-01T10:11:40.1787424Z processing existing schema: aten::sparse_bsc_tensor.ccol_row_value(Tensor ccol_indices, Tensor row_indices, Tensor values, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-12-01T10:11:40.1788696Z processing existing schema: aten::__and__.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:40.1790198Z processing existing schema: aten::__and__.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.1791644Z processing existing schema: aten::__and__.bool(bool a, bool b) -> bool 2022-12-01T10:11:40.1793124Z processing existing schema: aten::__and__.int(int a, int b) -> int 2022-12-01T10:11:40.1794835Z processing existing schema: quantized::conv_transpose3d_transpose(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> int 2022-12-01T10:11:40.1797113Z processing existing schema: aten::sparse_bsr_tensor.crow_col_value_size(Tensor crow_indices, Tensor col_indices, Tensor values, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-12-01T10:11:40.1799112Z processing existing schema: aten::sparse_bsr_tensor.crow_col_value(Tensor crow_indices, Tensor col_indices, Tensor values, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-12-01T10:11:40.1800800Z processing existing schema: aten::__iand__.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.1802510Z processing existing schema: aten::__iand__.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:40.1804114Z processing existing schema: quantized::linear_unpack(__torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack) -> (Tensor W_origin, Tensor? B_origin) 2022-12-01T10:11:40.1805331Z processing existing schema: quantized::linear_unpack.legacy(Tensor W_prepack) -> (Tensor W_origin, Tensor? B_origin) 2022-12-01T10:11:40.1808005Z processing existing schema: aten::sparse_compressed_tensor.comp_plain_value_size(Tensor compressed_indices, Tensor plain_indices, Tensor values, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-12-01T10:11:40.1809868Z processing existing schema: aten::sparse_compressed_tensor.comp_plain_value(Tensor compressed_indices, Tensor plain_indices, Tensor values, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-12-01T10:11:40.1810994Z processing existing schema: aten::__ilshift__.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.1812596Z processing existing schema: aten::__ilshift__.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:40.1814504Z processing existing schema: quantized::linear_unpack_fp16(__torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack) -> (Tensor W_origin, Tensor? B_origin) 2022-12-01T10:11:40.1815301Z processing existing schema: quantized::linear_unpack_fp16.legacy(Tensor W_prepack) -> (Tensor W_origin, Tensor? B_origin) 2022-12-01T10:11:40.1817157Z processing existing schema: aten::sparse_coo_tensor.size(int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-12-01T10:11:40.1818889Z processing existing schema: aten::sparse_coo_tensor.indices(Tensor indices, Tensor values, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.1820570Z processing existing schema: aten::sparse_coo_tensor.indices_size(Tensor indices, Tensor values, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.1822107Z processing existing schema: aten::sparse_coo_tensor.size_out(int[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1823477Z processing existing schema: aten::__ior__.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.1825073Z processing existing schema: aten::__ior__.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:40.1826578Z processing existing schema: _quantized::conv3d(Tensor qx, __torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.1828480Z processing existing schema: aten::sparse_csc_tensor.ccol_row_value_size(Tensor ccol_indices, Tensor row_indices, Tensor values, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-12-01T10:11:40.1830290Z processing existing schema: aten::sparse_csc_tensor.ccol_row_value(Tensor ccol_indices, Tensor row_indices, Tensor values, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-12-01T10:11:40.1831603Z processing existing schema: aten::__irshift__.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.1833141Z processing existing schema: aten::__irshift__.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:40.1834851Z processing existing schema: _quantized::conv3d_relu(Tensor qx, __torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.1836823Z processing existing schema: aten::sparse_csr_tensor.crow_col_value_size(Tensor crow_indices, Tensor col_indices, Tensor values, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-12-01T10:11:40.1838715Z processing existing schema: aten::sparse_csr_tensor.crow_col_value(Tensor crow_indices, Tensor col_indices, Tensor values, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-12-01T10:11:40.1840206Z processing existing schema: aten::__ixor__.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.1841740Z processing existing schema: aten::__ixor__.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:40.1843296Z processing existing schema: _quantized::linear_prepack_legacy(Tensor W, Tensor? B=None) -> Tensor W_prepack 2022-12-01T10:11:40.1844477Z processing existing schema: aten::__or__.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.1845835Z processing existing schema: aten::__or__.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:40.1846868Z processing existing schema: aten::__or__.bool(bool a, bool b) -> bool 2022-12-01T10:11:40.1848331Z processing existing schema: aten::__or__.int(int a, int b) -> int 2022-12-01T10:11:40.1850993Z processing existing schema: mkldnn_prepacked::conv2d_prepack(Tensor W, Tensor? B, int[2] stride, int[2] padding, int[2] dilation, int groups, int[4] input_size, str attr) -> __torch__.torch.classes.mkldnn.ConvOpContext 2022-12-01T10:11:40.1851885Z processing existing schema: aten::__rshift__.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.1853315Z processing existing schema: aten::__rshift__.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:40.1854970Z processing existing schema: aten::__rshift__.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1856595Z processing existing schema: aten::__rshift__.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1857849Z processing existing schema: aten::__rshift__.int(int a, int b) -> int 2022-12-01T10:11:40.1859658Z processing existing schema: mkldnn_prepacked::conv2d_run(Tensor X, __torch__.torch.classes.mkldnn.ConvOpContext W_prepack) -> Tensor Y 2022-12-01T10:11:40.1861124Z processing existing schema: aten::_adaptive_avg_pool2d(Tensor self, SymInt[2] output_size) -> Tensor 2022-12-01T10:11:40.1863131Z processing existing schema: aten::_adaptive_avg_pool2d.out(Tensor self, SymInt[2] output_size, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1864442Z schema: prepacked::unpack_prepacked_sizes_conv2d(Any W_prepack) -> Any found on allowlist, skipping 2022-12-01T10:11:40.1865835Z processing existing schema: aten::_adaptive_avg_pool2d_backward(Tensor grad_output, Tensor self) -> Tensor 2022-12-01T10:11:40.1867658Z processing existing schema: aten::_adaptive_avg_pool2d_backward.out(Tensor grad_output, Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1868477Z schema: prepacked::unpack_prepacked_sizes_linear(Any W_prepack) -> Any found on allowlist, skipping 2022-12-01T10:11:40.1870203Z processing existing schema: aten::_adaptive_avg_pool3d(Tensor self, int[3] output_size) -> Tensor 2022-12-01T10:11:40.1872054Z processing existing schema: aten::_adaptive_avg_pool3d.out(Tensor self, int[3] output_size, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1873962Z processing existing schema: prepacked::linear_clamp_prepack(Tensor W, Tensor? B=None, Scalar? output_min=None, Scalar? output_max=None) -> __torch__.torch.classes.xnnpack.LinearOpContext 2022-12-01T10:11:40.1875218Z processing existing schema: aten::_adaptive_avg_pool3d_backward(Tensor grad_output, Tensor self) -> Tensor 2022-12-01T10:11:40.1876855Z processing existing schema: aten::_adaptive_avg_pool3d_backward.out(Tensor grad_output, Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1878374Z processing existing schema: prepacked::linear_clamp_run(Tensor X, __torch__.torch.classes.xnnpack.LinearOpContext W_prepack) -> Tensor Y 2022-12-01T10:11:40.1879809Z processing existing schema: aten::_add_batch_dim(Tensor self, int batch_dim, int level) -> Tensor 2022-12-01T10:11:40.1882493Z processing existing schema: prepacked::conv2d_clamp_prepack(Tensor W, Tensor? B, int[2] stride, int[2] padding, int[2] dilation, int groups, Scalar? output_min=None, Scalar? output_max=None) -> __torch__.torch.classes.xnnpack.Conv2dOpContext 2022-12-01T10:11:40.1883712Z processing existing schema: aten::_add_relu.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor 2022-12-01T10:11:40.1885416Z processing existing schema: aten::_add_relu.out(Tensor self, Tensor other, *, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1886893Z processing existing schema: aten::_add_relu.Scalar(Tensor self, Scalar other, Scalar alpha=1) -> Tensor 2022-12-01T10:11:40.1888629Z processing existing schema: aten::_add_relu.Scalar_out(Tensor self, Scalar other, Scalar alpha=1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1891462Z processing existing schema: prepacked::conv2d_transpose_clamp_prepack(Tensor W, Tensor? B, int[2] stride, int[2] padding, int[2] output_padding, int[2] dilation, int groups, Scalar? output_min=None, Scalar? output_max=None) -> __torch__.torch.classes.xnnpack.TransposeConv2dOpContext 2022-12-01T10:11:40.1892934Z processing existing schema: aten::_add_relu_.Tensor(Tensor(a!) self, Tensor other, *, Scalar alpha=1) -> Tensor(a!) 2022-12-01T10:11:40.1894644Z processing existing schema: aten::_add_relu_.Scalar(Tensor(a!) self, Scalar other, Scalar alpha=1) -> Tensor(a!) 2022-12-01T10:11:40.1896240Z processing existing schema: prepacked::conv2d_clamp_run(Tensor X, __torch__.torch.classes.xnnpack.Conv2dOpContext W_prepack) -> Tensor Y 2022-12-01T10:11:40.1897907Z processing existing schema: aten::_addmm_activation(Tensor self, Tensor mat1, Tensor mat2, *, Scalar beta=1, Scalar alpha=1, bool use_gelu=False) -> Tensor 2022-12-01T10:11:40.1899890Z processing existing schema: aten::_addmm_activation.out(Tensor self, Tensor mat1, Tensor mat2, *, Scalar beta=1, Scalar alpha=1, bool use_gelu=False, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1901461Z processing existing schema: prepacked::conv2d_transpose_clamp_run(Tensor X, __torch__.torch.classes.xnnpack.TransposeConv2dOpContext W_prepack) -> Tensor Y 2022-12-01T10:11:40.1903118Z processing existing schema: aten::arange(Scalar end, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.1904939Z processing existing schema: aten::arange.start(Scalar start, Scalar end, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.1906883Z processing existing schema: aten::arange.start_step(Scalar start, Scalar end, Scalar step=1, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.1908581Z processing existing schema: aten::arange.start_out(Scalar start, Scalar end, Scalar step=1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1910147Z processing existing schema: aten::arange.out(Scalar end, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1912010Z processing existing schema: aten::bartlett_window(int window_length, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.1913652Z processing existing schema: aten::bartlett_window.periodic(int window_length, bool periodic, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.1915281Z processing existing schema: aten::bartlett_window.out(int window_length, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1916873Z processing existing schema: aten::bartlett_window.periodic_out(int window_length, bool periodic, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1918512Z processing existing schema: aten::blackman_window(int window_length, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.1920636Z processing existing schema: aten::blackman_window.periodic(int window_length, bool periodic, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.1921964Z processing existing schema: aten::blackman_window.out(int window_length, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1923766Z processing existing schema: aten::blackman_window.periodic_out(int window_length, bool periodic, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1926208Z processing existing schema: aten::empty_quantized(int[] size, Tensor qtensor, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, MemoryFormat? memory_format=None) -> Tensor 2022-12-01T10:11:40.1927650Z processing existing schema: aten::empty_quantized.out(int[] size, Tensor qtensor, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1929510Z processing existing schema: aten::eye(int n, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.1931157Z processing existing schema: aten::eye.m(int n, int m, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.1932618Z processing existing schema: aten::eye.out(int n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1934246Z processing existing schema: aten::eye.m_out(int n, int m, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1936475Z processing existing schema: aten::full.names(int[] size, Scalar fill_value, *, str[]? names, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.1938245Z processing existing schema: aten::full(SymInt[] size, Scalar fill_value, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.1939954Z processing existing schema: aten::full.names_out(int[] size, Scalar fill_value, *, str[]? names, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1941854Z processing existing schema: aten::full.out(SymInt[] size, Scalar fill_value, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1943697Z processing existing schema: aten::from_file(str filename, bool? shared=None, int? size=0, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.1945398Z processing existing schema: aten::from_file.out(str filename, bool? shared=None, int? size=0, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1946971Z processing existing schema: aten::hann_window(int window_length, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.1948827Z processing existing schema: aten::hann_window.periodic(int window_length, bool periodic, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.1950065Z processing existing schema: aten::hann_window.out(int window_length, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1951619Z processing existing schema: aten::hann_window.periodic_out(int window_length, bool periodic, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1953448Z processing existing schema: aten::hamming_window(int window_length, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.1955215Z processing existing schema: aten::hamming_window.periodic(int window_length, bool periodic, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.1957110Z processing existing schema: aten::hamming_window.periodic_alpha(int window_length, bool periodic, float alpha, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.1958978Z processing existing schema: aten::hamming_window.periodic_alpha_beta(int window_length, bool periodic, float alpha, float beta, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.1961178Z processing existing schema: aten::hamming_window.out(int window_length, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1962194Z processing existing schema: aten::hamming_window.periodic_out(int window_length, bool periodic, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1963968Z processing existing schema: aten::hamming_window.periodic_alpha_out(int window_length, bool periodic, float alpha, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1965574Z processing existing schema: aten::hamming_window.periodic_alpha_beta_out(int window_length, bool periodic, float alpha, float beta, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1967287Z processing existing schema: aten::kaiser_window(int window_length, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.1968924Z processing existing schema: aten::kaiser_window.periodic(int window_length, bool periodic, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.1970650Z processing existing schema: aten::kaiser_window.beta(int window_length, bool periodic, float beta, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.1972047Z processing existing schema: aten::kaiser_window.out(int window_length, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1973572Z processing existing schema: aten::kaiser_window.periodic_out(int window_length, bool periodic, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1975128Z processing existing schema: aten::kaiser_window.beta_out(int window_length, bool periodic, float beta, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1976881Z processing existing schema: aten::linspace(Scalar start, Scalar end, int steps, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.1978358Z processing existing schema: aten::linspace.out(Scalar start, Scalar end, int steps, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1980220Z processing existing schema: aten::ones.names(int[] size, *, str[]? names, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.1981880Z processing existing schema: aten::ones(SymInt[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.1983477Z processing existing schema: aten::ones.names_out(int[] size, *, str[]? names, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1984978Z processing existing schema: aten::ones.out(SymInt[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1986862Z processing existing schema: aten::zeros.names(int[] size, *, str[]? names, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.1988419Z processing existing schema: aten::zeros(SymInt[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.1989944Z processing existing schema: aten::zeros.names_out(int[] size, *, str[]? names, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1991413Z processing existing schema: aten::zeros.out(SymInt[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1993326Z schema: nvprims::rand_like(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, MemoryFormat? memory_format=None) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.1995129Z processing existing schema: aten::_sparse_compressed_tensor_unsafe(Tensor compressed_indices, Tensor plain_indices, Tensor values, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.1996777Z processing existing schema: aten::tril_indices(int row, int col, int offset=0, *, ScalarType? dtype=4, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.1998212Z processing existing schema: aten::tril_indices.out(int row, int col, int offset=0, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.1999700Z schema: nvprims::atan(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.2001520Z processing existing schema: aten::_sparse_csc_tensor_unsafe(Tensor ccol_indices, Tensor row_indices, Tensor values, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.2003137Z processing existing schema: aten::triu_indices(int row, int col, int offset=0, *, ScalarType? dtype=4, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.2004645Z processing existing schema: aten::triu_indices.out(int row, int col, int offset=0, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2006627Z schema: nvprims::native_batch_norm(Tensor input, Tensor? weight, Tensor? bias, Tensor? running_mean, Tensor? running_var, bool training, float momentum, float eps) -> (Tensor, Tensor, Tensor) found on allowlist, skipping 2022-12-01T10:11:40.2008461Z processing existing schema: aten::_sparse_bsr_tensor_unsafe(Tensor crow_indices, Tensor col_indices, Tensor values, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.2009124Z schema: nvprims::asin(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.2011558Z processing existing schema: aten::_sparse_coo_tensor_with_dims_and_tensors(int sparse_dim, int dense_dim, int[] size, Tensor indices, Tensor values, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-12-01T10:11:40.2013321Z processing existing schema: aten::_sparse_coo_tensor_with_dims_and_tensors.out(int sparse_dim, int dense_dim, int[] size, Tensor indices, Tensor values, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2014840Z processing existing schema: aten::fft_fftfreq(int n, float d=1., *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.2016205Z processing existing schema: aten::fft_fftfreq.out(int n, float d=1., *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2018020Z processing existing schema: aten::fft_rfftfreq(int n, float d=1., *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.2019417Z processing existing schema: aten::fft_rfftfreq.out(int n, float d=1., *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2020771Z processing existing schema: aten::native_dropout_backward(Tensor grad_output, Tensor mask, float scale) -> Tensor 2022-12-01T10:11:40.2022373Z processing existing schema: aten::native_dropout_backward.out(Tensor grad_output, Tensor mask, float scale, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2023637Z processing existing schema: aten::bincount(Tensor self, Tensor? weights=None, int minlength=0) -> Tensor 2022-12-01T10:11:40.2025573Z processing existing schema: aten::bincount.out(Tensor self, Tensor? weights=None, int minlength=0, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2026805Z processing existing schema: aten::copysign.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.2028517Z processing existing schema: aten::copysign.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2029797Z processing existing schema: aten::copysign.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:40.2031560Z processing existing schema: aten::copysign.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2032952Z processing existing schema: aten::copysign.int(int a, int b) -> float 2022-12-01T10:11:40.2034435Z processing existing schema: aten::copysign.float(float a, float b) -> float 2022-12-01T10:11:40.2035881Z processing existing schema: aten::copysign.int_float(int a, float b) -> float 2022-12-01T10:11:40.2037281Z processing existing schema: aten::copysign.float_int(float a, int b) -> float 2022-12-01T10:11:40.2038552Z processing existing schema: aten::copysign(Scalar a, Scalar b) -> float 2022-12-01T10:11:40.2040582Z processing existing schema: aten::copysign_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.2042452Z processing existing schema: aten::copysign_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:40.2043842Z processing existing schema: aten::complex.out(Tensor real, Tensor imag, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2045269Z processing existing schema: aten::complex(Tensor real, Tensor imag) -> Tensor 2022-12-01T10:11:40.2046941Z processing existing schema: aten::cumprod_(Tensor(a!) self, int dim, *, ScalarType? dtype=None) -> Tensor(a!) 2022-12-01T10:11:40.2048600Z processing existing schema: aten::cumprod_.dimname(Tensor(a!) self, str dim, *, ScalarType? dtype=None) -> Tensor(a!) 2022-12-01T10:11:40.2050228Z processing existing schema: aten::cumsum_(Tensor(a!) self, int dim, *, ScalarType? dtype=None) -> Tensor(a!) 2022-12-01T10:11:40.2051935Z processing existing schema: aten::cumsum_.dimname(Tensor(a!) self, str dim, *, ScalarType? dtype=None) -> Tensor(a!) 2022-12-01T10:11:40.2053662Z processing existing schema: aten::embedding_renorm_(Tensor(a!) self, Tensor indices, float max_norm, float norm_type) -> Tensor(a!) 2022-12-01T10:11:40.2054986Z processing existing schema: aten::gcd_(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.2056541Z processing existing schema: aten::lcm_(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.2058250Z processing existing schema: aten::_validate_compressed_sparse_indices(bool is_crow, Tensor compressed_idx, Tensor plain_idx, int cdim, int dim, int nnz) -> () 2022-12-01T10:11:40.2059789Z processing existing schema: aten::index_copy_(Tensor(a!) self, int dim, Tensor index, Tensor source) -> Tensor(a!) 2022-12-01T10:11:40.2061350Z processing existing schema: aten::index_copy_.dimname(Tensor(a!) self, str dim, Tensor index, Tensor source) -> Tensor(a!) 2022-12-01T10:11:40.2062978Z processing existing schema: aten::isin.Tensor_Tensor(Tensor elements, Tensor test_elements, *, bool assume_unique=False, bool invert=False) -> Tensor 2022-12-01T10:11:40.2064835Z processing existing schema: aten::isin.Tensor_Tensor_out(Tensor elements, Tensor test_elements, *, bool assume_unique=False, bool invert=False, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2066388Z processing existing schema: aten::isin.Tensor_Scalar(Tensor elements, Scalar test_element, *, bool assume_unique=False, bool invert=False) -> Tensor 2022-12-01T10:11:40.2068236Z processing existing schema: aten::isin.Tensor_Scalar_out(Tensor elements, Scalar test_element, *, bool assume_unique=False, bool invert=False, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2069811Z processing existing schema: aten::isin.Scalar_Tensor(Scalar element, Tensor test_elements, *, bool assume_unique=False, bool invert=False) -> Tensor 2022-12-01T10:11:40.2071678Z processing existing schema: aten::isin.Scalar_Tensor_out(Scalar element, Tensor test_elements, *, bool assume_unique=False, bool invert=False, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2073176Z processing existing schema: aten::xlogy_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.2074764Z processing existing schema: aten::xlogy_.Scalar_Other(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:40.2076123Z schema: prims::sinh(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.2077399Z processing existing schema: aten::_logcumsumexp(Tensor self, int dim) -> Tensor 2022-12-01T10:11:40.2079074Z processing existing schema: aten::_logcumsumexp.out(Tensor self, int dim, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2080744Z processing existing schema: aten::narrow_copy(Tensor self, int dim, SymInt start, SymInt length) -> Tensor 2022-12-01T10:11:40.2082612Z processing existing schema: aten::narrow_copy.out(Tensor self, int dim, SymInt start, SymInt length, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2084152Z processing existing schema: aten::batch_norm_update_stats(Tensor input, Tensor? running_mean, Tensor? running_var, float momentum) -> (Tensor, Tensor) 2022-12-01T10:11:40.2086192Z processing existing schema: aten::batch_norm_update_stats.out(Tensor input, Tensor? running_mean, Tensor? running_var, float momentum, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:40.2087220Z processing existing schema: aten::channel_shuffle(Tensor self, int groups) -> Tensor 2022-12-01T10:11:40.2089066Z processing existing schema: aten::channel_shuffle.out(Tensor self, int groups, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2090466Z processing existing schema: aten::native_channel_shuffle(Tensor self, int groups) -> Tensor 2022-12-01T10:11:40.2092134Z processing existing schema: aten::gelu_(Tensor(a!) self, *, str approximate="none") -> Tensor(a!) 2022-12-01T10:11:40.2093863Z processing existing schema: aten::mish_backward(Tensor grad_output, Tensor self) -> Tensor 2022-12-01T10:11:40.2095813Z processing existing schema: aten::sspaddmm.out(Tensor self, Tensor mat1, Tensor mat2, *, Scalar beta=1, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2097255Z processing existing schema: aten::sspaddmm(Tensor self, Tensor mat1, Tensor mat2, *, Scalar beta=1, Scalar alpha=1) -> Tensor 2022-12-01T10:11:40.2098822Z schema: nvprims::ge(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.2099819Z schema: aten::_transform_bias_rescale_qkv(Tensor qkv, Tensor qkv_bias, int num_heads) -> (Tensor, Tensor, Tensor) found on allowlist, skipping 2022-12-01T10:11:40.2101422Z schema: aten::_transform_bias_rescale_qkv.out(Tensor qkv, Tensor qkv_bias, int num_heads, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) found on allowlist, skipping 2022-12-01T10:11:40.2103653Z processing existing schema: __getstate__(__torch__.torch.classes.quantized.LinearPackedParamsBase _0) -> ((Tensor, Tensor?) _0) 2022-12-01T10:11:40.2105632Z processing existing schema: __setstate__(__torch__.torch.classes.quantized.LinearPackedParamsBase _0, (Tensor, Tensor?) _1) -> NoneType _0 2022-12-01T10:11:40.2107041Z processing existing schema: bias(__torch__.torch.classes.quantized.LinearPackedParamsBase _0) -> Tensor? _0 2022-12-01T10:11:40.2109477Z processing existing schema: unpack(__torch__.torch.classes.quantized.LinearPackedParamsBase _0) -> ((Tensor, Tensor?) _0) 2022-12-01T10:11:40.2113698Z processing existing schema: __getstate__(__torch__.torch.classes.rnn.CellParamsBase _0) -> ((str, Tensor[], float[], int[], __torch__.torch.classes.quantized.LinearPackedParamsBase[]) _0) 2022-12-01T10:11:40.2116522Z processing existing schema: __setstate__(__torch__.torch.classes.rnn.CellParamsBase _0, (str, Tensor[], float[], int[], __torch__.torch.classes.quantized.LinearPackedParamsBase[]) _1) -> NoneType _0 2022-12-01T10:11:40.2119630Z processing existing schema: __getstate__(__torch__.torch.classes.sparse.LinearPackedParamsBase _0) -> ((int, Tensor?, int, int, Tensor, Tensor, bool, Tensor, Tensor, Tensor, int, int) _0) 2022-12-01T10:11:40.2121958Z processing existing schema: __setstate__(__torch__.torch.classes.sparse.LinearPackedParamsBase _0, (int, Tensor?, int, int, Tensor, Tensor, bool, Tensor, Tensor, Tensor, int, int) _1) -> NoneType _0 2022-12-01T10:11:40.2125245Z processing existing schema: __getstate__(__torch__.torch.classes.quantized.Conv2dPackedParamsBase _0) -> ((str, Tensor[], Tensor?[]) _0) 2022-12-01T10:11:40.2126749Z processing existing schema: __setstate__(__torch__.torch.classes.quantized.Conv2dPackedParamsBase _0, Any _1) -> NoneType _0 2022-12-01T10:11:40.2128081Z processing existing schema: weight(__torch__.torch.classes.quantized.Conv2dPackedParamsBase _0) -> Tensor _0 2022-12-01T10:11:40.2129472Z processing existing schema: bias(__torch__.torch.classes.quantized.Conv2dPackedParamsBase _0) -> Tensor? _0 2022-12-01T10:11:40.2131892Z processing existing schema: unpack(__torch__.torch.classes.quantized.Conv2dPackedParamsBase _0) -> ((Tensor, Tensor?) _0) 2022-12-01T10:11:40.2133401Z processing existing schema: stride(__torch__.torch.classes.quantized.Conv2dPackedParamsBase _0) -> int[] _0 2022-12-01T10:11:40.2134868Z processing existing schema: padding(__torch__.torch.classes.quantized.Conv2dPackedParamsBase _0) -> int[] _0 2022-12-01T10:11:40.2136356Z processing existing schema: output_padding(__torch__.torch.classes.quantized.Conv2dPackedParamsBase _0) -> int[] _0 2022-12-01T10:11:40.2137769Z processing existing schema: dilation(__torch__.torch.classes.quantized.Conv2dPackedParamsBase _0) -> int[] _0 2022-12-01T10:11:40.2139134Z processing existing schema: groups(__torch__.torch.classes.quantized.Conv2dPackedParamsBase _0) -> int _0 2022-12-01T10:11:40.2140470Z processing existing schema: transpose(__torch__.torch.classes.quantized.Conv2dPackedParamsBase _0) -> bool _0 2022-12-01T10:11:40.2143909Z processing existing schema: __getstate__(__torch__.torch.classes.quantized.Conv3dPackedParamsBase _0) -> ((str, Tensor[], Tensor?[]) _0) 2022-12-01T10:11:40.2145434Z processing existing schema: __setstate__(__torch__.torch.classes.quantized.Conv3dPackedParamsBase _0, Any _1) -> NoneType _0 2022-12-01T10:11:40.2146755Z processing existing schema: weight(__torch__.torch.classes.quantized.Conv3dPackedParamsBase _0) -> Tensor _0 2022-12-01T10:11:40.2148164Z processing existing schema: bias(__torch__.torch.classes.quantized.Conv3dPackedParamsBase _0) -> Tensor? _0 2022-12-01T10:11:40.2150763Z processing existing schema: unpack(__torch__.torch.classes.quantized.Conv3dPackedParamsBase _0) -> ((Tensor, Tensor?) _0) 2022-12-01T10:11:40.2152171Z processing existing schema: stride(__torch__.torch.classes.quantized.Conv3dPackedParamsBase _0) -> int[] _0 2022-12-01T10:11:40.2153659Z processing existing schema: padding(__torch__.torch.classes.quantized.Conv3dPackedParamsBase _0) -> int[] _0 2022-12-01T10:11:40.2155170Z processing existing schema: output_padding(__torch__.torch.classes.quantized.Conv3dPackedParamsBase _0) -> int[] _0 2022-12-01T10:11:40.2156611Z processing existing schema: dilation(__torch__.torch.classes.quantized.Conv3dPackedParamsBase _0) -> int[] _0 2022-12-01T10:11:40.2158119Z processing existing schema: groups(__torch__.torch.classes.quantized.Conv3dPackedParamsBase _0) -> int _0 2022-12-01T10:11:40.2159932Z processing existing schema: transpose(__torch__.torch.classes.quantized.Conv3dPackedParamsBase _0) -> bool _0 2022-12-01T10:11:40.2163263Z processing existing schema: __getstate__(__torch__.torch.classes.quantized.EmbeddingPackedParamsBase _0) -> ((int, Tensor[], float[], int[]) _0) 2022-12-01T10:11:40.2165811Z processing existing schema: __setstate__(__torch__.torch.classes.quantized.EmbeddingPackedParamsBase _0, (int, Tensor[], float[], int[]) _1) -> NoneType _0 2022-12-01T10:11:40.2168402Z processing existing schema: bit_rate(__torch__.torch.classes.quantized.EmbeddingPackedParamsBase _0) -> int _0 2022-12-01T10:11:40.2169002Z processing existing schema: version(__torch__.torch.classes.quantized.EmbeddingPackedParamsBase _0) -> int _0 2022-12-01T10:11:40.2174246Z processing existing schema: __getstate__(__torch__.torch.classes.mkldnn.ConvOpContext _0) -> ((Tensor, Tensor?, int[], int[], int[], int, int[], str) _0) 2022-12-01T10:11:40.2178144Z processing existing schema: __setstate__(__torch__.torch.classes.mkldnn.ConvOpContext _0, (Tensor, Tensor?, int[], int[], int[], int, int[], str) _1) -> NoneType _0 2022-12-01T10:11:40.2182310Z processing existing schema: __getstate__(__torch__.torch.classes.xnnpack.LinearOpContext _0) -> ((Tensor, Tensor?, Scalar?, Scalar?) _0) 2022-12-01T10:11:40.2185652Z processing existing schema: __setstate__(__torch__.torch.classes.xnnpack.LinearOpContext _0, (Tensor, Tensor?, Scalar?, Scalar?) _1) -> NoneType _0 2022-12-01T10:11:40.2191530Z processing existing schema: __getstate__(__torch__.torch.classes.xnnpack.Conv2dOpContext _0) -> ((Tensor, Tensor?, int[], int[], int[], int, Scalar?, Scalar?) _0) 2022-12-01T10:11:40.2195408Z processing existing schema: __setstate__(__torch__.torch.classes.xnnpack.Conv2dOpContext _0, (Tensor, Tensor?, int[], int[], int[], int, Scalar?, Scalar?) _1) -> NoneType _0 2022-12-01T10:11:40.2201859Z processing existing schema: __getstate__(__torch__.torch.classes.xnnpack.TransposeConv2dOpContext _0) -> ((Tensor, Tensor?, int[], int[], int[], int[], int, Scalar?, Scalar?) _0) 2022-12-01T10:11:40.2206105Z processing existing schema: __setstate__(__torch__.torch.classes.xnnpack.TransposeConv2dOpContext _0, (Tensor, Tensor?, int[], int[], int[], int[], int, Scalar?, Scalar?) _1) -> NoneType _0 2022-12-01T10:11:40.2207347Z processing existing schema: __init__(__torch__.torch.classes._nnapi.Compilation _0) -> NoneType _0 2022-12-01T10:11:40.2209876Z processing existing schema: init(__torch__.torch.classes._nnapi.Compilation _0, Tensor _1, Tensor[] _2) -> NoneType _0 2022-12-01T10:11:40.2211774Z processing existing schema: init2(__torch__.torch.classes._nnapi.Compilation _0, Tensor _1, Tensor[] _2, int _3, bool _4) -> NoneType _0 2022-12-01T10:11:40.2213938Z processing existing schema: run(__torch__.torch.classes._nnapi.Compilation _0, Tensor[] _1, Tensor[] _2) -> NoneType _0 2022-12-01T10:11:40.2215600Z processing existing schema: __init__(__torch__.torch.classes.backendutils.BackendDebugInfo _0) -> NoneType _0 2022-12-01T10:11:40.2217641Z processing existing schema: starting_lineno(__torch__.torch.classes.profiling.SourceRef _0) -> int _0 2022-12-01T10:11:40.2219224Z processing existing schema: text(__torch__.torch.classes.profiling.SourceRef _0) -> str _0 2022-12-01T10:11:40.2221321Z processing existing schema: count(__torch__.torch.classes.profiling.InstructionStats _0) -> int _0 2022-12-01T10:11:40.2222879Z processing existing schema: duration_ns(__torch__.torch.classes.profiling.InstructionStats _0) -> int _0 2022-12-01T10:11:40.2225300Z processing existing schema: source(__torch__.torch.classes.profiling.SourceStats _0) -> __torch__.torch.classes.profiling.SourceRef _0 2022-12-01T10:11:40.2228327Z processing existing schema: line_map(__torch__.torch.classes.profiling.SourceStats _0) -> Dict(int, __torch__.torch.classes.profiling.InstructionStats) _0 2022-12-01T10:11:40.2229191Z processing existing schema: __init__(__torch__.torch.classes.profiling._ScriptProfile _0) -> NoneType _0 2022-12-01T10:11:40.2231366Z processing existing schema: enable(__torch__.torch.classes.profiling._ScriptProfile _0) -> NoneType _0 2022-12-01T10:11:40.2232863Z processing existing schema: disable(__torch__.torch.classes.profiling._ScriptProfile _0) -> NoneType _0 2022-12-01T10:11:40.2235428Z processing existing schema: _dump_stats(__torch__.torch.classes.profiling._ScriptProfile _0) -> __torch__.torch.classes.profiling.SourceStats[] _0 2022-12-01T10:11:40.2236682Z processing existing schema: __init__(__torch__.torch.classes.c10d.ProcessGroup _0, int _1, int _2) -> NoneType _0 2022-12-01T10:11:40.2239009Z processing existing schema: __init__(__torch__.torch.classes.c10d.Work _0) -> NoneType _0 2022-12-01T10:11:40.2240447Z processing existing schema: wait(__torch__.torch.classes.c10d.Work _0) -> NoneType _0 2022-12-01T10:11:40.2242780Z processing existing schema: __init__(__torch__.torch.classes.c10d.ReduceOp _0) -> NoneType _0 2022-12-01T10:11:40.2244736Z processing existing schema: __init__(__torch__.torch.classes.dist_rpc.WorkerInfo _0, str _1, int _2) -> NoneType _0 2022-12-01T10:11:40.2244931Z Found forward compatible schemas for all existing schemas 2022-12-01T10:11:40.2391806Z schema: prims::scalar_tensor(Scalar s, *, ScalarType? dtype=None, Device? device=None) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.2392876Z schema: prims::full(SymInt[] shape, Scalar fill_value, *, ScalarType dtype, Device device, bool requires_grad) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.2394225Z schema: prims::empty(SymInt[] shape, *, ScalarType dtype, Device device, bool requires_grad) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.2395432Z processing existing schema: prim::ChunkSizes(...) -> ... 2022-12-01T10:11:40.2396240Z processing existing schema: prim::FusionGroup(...) -> ... 2022-12-01T10:11:40.2397892Z processing existing schema: prim::ModuleContainerIndex.list(Any self, int ind) -> Any 2022-12-01T10:11:40.2399067Z processing existing schema: prim::ModuleContainerIndex.dict(Any self, str ind) -> Any 2022-12-01T10:11:40.2400314Z processing existing schema: onnx::Shape(Tensor t) -> Tensor 2022-12-01T10:11:40.2401993Z processing existing schema: onnx::Reshape(Tensor input, Tensor shape) -> Tensor 2022-12-01T10:11:40.2403265Z processing existing schema: prim::BroadcastSizes(...) -> int[] 2022-12-01T10:11:40.2405102Z processing existing schema: prim::ReductionSizes(int[] size, int[] red_axes, bool keepdim=False) -> int[] 2022-12-01T10:11:40.2405632Z schema: static_runtime::fused_equally_split(Tensor input, int num_split, int dim) -> ... found on allowlist, skipping 2022-12-01T10:11:40.2406377Z processing existing schema: prim::is_sparse(Tensor a) -> bool 2022-12-01T10:11:40.2408430Z processing existing schema: aten::_flash_scaled_dot_product_attention(Tensor query, Tensor key, Tensor value, Tensor cum_seq_q, Tensor cum_seq_k, int max_q, int max_k, float dropout_p, bool is_causal) -> Tensor 2022-12-01T10:11:40.2409147Z processing existing schema: aten::record_stream(Tensor(a!) self, Stream s) -> () 2022-12-01T10:11:40.2410759Z schema: prims::collapse_view(Tensor(a) a, int start, int end) -> Tensor(a) found on allowlist, skipping 2022-12-01T10:11:40.2412392Z processing existing schema: aten::_nnz(Tensor self) -> int 2022-12-01T10:11:40.2413688Z processing existing schema: aten::center(str self, int width, str fillchar=" ") -> str 2022-12-01T10:11:40.2414434Z processing existing schema: aten::_dimV(Tensor self) -> int 2022-12-01T10:11:40.2416039Z processing existing schema: aten::dense_dim(Tensor self) -> int 2022-12-01T10:11:40.2417061Z processing existing schema: aten::title(str self) -> str 2022-12-01T10:11:40.2418506Z processing existing schema: aten::_dimI(Tensor self) -> int 2022-12-01T10:11:40.2419619Z processing existing schema: aten::sparse_dim(Tensor self) -> int 2022-12-01T10:11:40.2421808Z processing existing schema: aten::miopen_convolution_add_relu(Tensor self, Tensor weight, Tensor z, Scalar? alpha, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups) -> Tensor 2022-12-01T10:11:40.2423326Z processing existing schema: aten::miopen_convolution_relu(Tensor self, Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups) -> Tensor 2022-12-01T10:11:40.2424776Z processing existing schema: aten::_use_cudnn_ctc_loss(Tensor log_probs, Tensor targets, int[] input_lengths, int[] target_lengths, int blank) -> bool 2022-12-01T10:11:40.2426515Z processing existing schema: aten::_use_cudnn_ctc_loss.Tensor(Tensor log_probs, Tensor targets, Tensor input_lengths, Tensor target_lengths, int blank) -> bool 2022-12-01T10:11:40.2427209Z processing existing schema: aten::qscheme(Tensor self) -> QScheme 2022-12-01T10:11:40.2428446Z processing existing schema: aten::q_per_channel_axis(Tensor self) -> int 2022-12-01T10:11:40.2429608Z processing existing schema: aten::q_zero_point(Tensor self) -> int 2022-12-01T10:11:40.2430910Z processing existing schema: aten::q_scale(Tensor self) -> float 2022-12-01T10:11:40.2432293Z schema: prims::remainder(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.2433267Z schema: aten::_nested_tensor_softmax_with_shape(Tensor self, Tensor query) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.2434798Z schema: prims::nextafter(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.2435739Z schema: aten::_nested_tensor_offsets(Tensor self) -> int[] found on allowlist, skipping 2022-12-01T10:11:40.2437235Z schema: prims::lt(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.2439585Z processing existing schema: aten::_nested_sum_backward(Tensor grad, Tensor self, int[1]? dim, bool keepdim=False) -> Tensor 2022-12-01T10:11:40.2439837Z schema: prims::le(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.2441717Z processing existing schema: aten::_nested_select_backward(Tensor grad_output, Tensor self, int dim, int index) -> Tensor 2022-12-01T10:11:40.2443555Z processing existing schema: aten::ccol_indices(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:40.2443902Z processing existing schema: aten::_values(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:40.2445912Z processing existing schema: aten::mkldnn_adaptive_avg_pool2d.out(Tensor self, int[2] output_size, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2447797Z processing existing schema: aten::mkldnn_adaptive_avg_pool2d(Tensor self, int[2] output_size) -> Tensor 2022-12-01T10:11:40.2448320Z schema: profiler::_record_function_enter_new(str name, str? args=None) -> __torch__.torch.classes.profiler._RecordFunction found on allowlist, skipping 2022-12-01T10:11:40.2449297Z processing existing schema: aten::_amp_foreach_non_finite_check_and_unscale_(Tensor(a!)[] self, Tensor(b!) found_inf, Tensor inv_scale) -> () 2022-12-01T10:11:40.2450413Z processing existing schema: aten::is_contiguous(Tensor self) -> bool 2022-12-01T10:11:40.2452149Z processing existing schema: aten::is_contiguous.memory_format(Tensor self, MemoryFormat memory_format) -> bool 2022-12-01T10:11:40.2453483Z processing existing schema: aten::_coalesced_(Tensor(a!) self, bool coalesced) -> Tensor(a!) 2022-12-01T10:11:40.2455701Z processing existing schema: aten::sparse_sampled_addmm.out(Tensor self, Tensor mat1, Tensor mat2, *, Scalar beta=1, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2456744Z processing existing schema: aten::sparse_sampled_addmm(Tensor self, Tensor mat1, Tensor mat2, *, Scalar beta=1, Scalar alpha=1) -> Tensor 2022-12-01T10:11:40.2458185Z processing existing schema: aten::col_indices(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:40.2459638Z processing existing schema: aten::crow_indices(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:40.2460979Z processing existing schema: aten::indices(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:40.2462071Z schema: prims::log(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.2463600Z processing existing schema: aten::_indices(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:40.2465279Z processing existing schema: aten::hspmm.out(Tensor mat1, Tensor mat2, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2466411Z processing existing schema: aten::hspmm(Tensor mat1, Tensor mat2) -> Tensor 2022-12-01T10:11:40.2468045Z processing existing schema: aten::sparse_resize_and_clear_(Tensor(a!) self, int[] size, int sparse_dim, int dense_dim) -> Tensor(a!) 2022-12-01T10:11:40.2469601Z processing existing schema: aten::copy_sparse_to_sparse_(Tensor(a!) self, Tensor src, bool non_blocking=False) -> Tensor(a!) 2022-12-01T10:11:40.2471011Z processing existing schema: aten::resize_as_sparse_(Tensor(a!) self, Tensor the_template) -> Tensor(a!) 2022-12-01T10:11:40.2472926Z processing existing schema: aten::batch_norm_elemt.out(Tensor input, Tensor? weight, Tensor? bias, Tensor mean, Tensor invstd, float eps, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2474388Z processing existing schema: aten::batch_norm_elemt(Tensor input, Tensor? weight, Tensor? bias, Tensor mean, Tensor invstd, float eps) -> Tensor 2022-12-01T10:11:40.2475638Z processing existing schema: aten::row_indices(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:40.2476935Z processing existing schema: aten::values(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:40.2478647Z processing existing schema: aten::values.str(Dict(str, t) self) -> t[](*) 2022-12-01T10:11:40.2480535Z processing existing schema: aten::values.int(Dict(int, t) self) -> t[](*) 2022-12-01T10:11:40.2482347Z processing existing schema: aten::values.bool(Dict(bool, t) self) -> t[](*) 2022-12-01T10:11:40.2483999Z processing existing schema: aten::values.float(Dict(float, t) self) -> t[](*) 2022-12-01T10:11:40.2485666Z processing existing schema: aten::values.complex(Dict(complex, t) self) -> t[](*) 2022-12-01T10:11:40.2487365Z processing existing schema: aten::values.Tensor(Dict(Tensor, t) self) -> t[](*) 2022-12-01T10:11:40.2488786Z schema: prims::fft_c2c(Tensor self, *, int[] dim, bool forward) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.2490240Z processing existing schema: aten::_sparse_broadcast_to(Tensor(a) self, int[] size) -> Tensor(a) 2022-12-01T10:11:40.2491714Z schema: prims::bitwise_not(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.2494387Z processing existing schema: aten::_fused_adam_(Tensor(a!)[] self, Tensor(b!)[] grads, Tensor(c!)[] exp_avgs, Tensor(d!)[] exp_avg_sqs, Tensor(e!)[] max_exp_avg_sqs, Tensor[] state_steps, *, float lr, float beta1, float beta2, float weight_decay, float eps, bool amsgrad, bool maximize, Tensor? grad_scale=None, Tensor? found_inf=None) -> () 2022-12-01T10:11:40.2495187Z processing existing schema: prim::type(Device self) -> str 2022-12-01T10:11:40.2497777Z processing existing schema: aten::_conv_depthwise2d.out(Tensor self, Tensor weight, int[2] kernel_size, Tensor? bias, int[2] stride, int[2] padding, int[2] dilation, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2499863Z processing existing schema: aten::_conv_depthwise2d(Tensor self, Tensor weight, int[2] kernel_size, Tensor? bias, int[2] stride, int[2] padding, int[2] dilation) -> Tensor 2022-12-01T10:11:40.2500123Z schema: static_runtime::permute_copy(Tensor self, int[] dims) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.2501639Z processing existing schema: aten::_amp_update_scale_(Tensor(a!) self, Tensor(b!) growth_tracker, Tensor found_inf, float scale_growth_factor, float scale_backoff_factor, int growth_interval) -> Tensor(a!) 2022-12-01T10:11:40.2503252Z processing existing schema: aten::sparse_resize_(Tensor(a!) self, int[] size, int sparse_dim, int dense_dim) -> Tensor(a!) 2022-12-01T10:11:40.2504584Z schema: prims::eq(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.2506187Z processing existing schema: aten::_mkldnn_transpose_(Tensor(a!) self, int dim0, int dim1) -> Tensor(a!) 2022-12-01T10:11:40.2506985Z schema: prims::item(Tensor a) -> Scalar found on allowlist, skipping 2022-12-01T10:11:40.2508773Z processing existing schema: aten::_resize_output_(Tensor(a!) self, int[] size, Device device) -> Tensor(a!) 2022-12-01T10:11:40.2510347Z schema: prims::sum(Tensor inp, int[]? dims, *, ScalarType? output_dtype=None) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.2512446Z processing existing schema: aten::_scaled_dot_product_attention_math(Tensor query, Tensor key, Tensor value, Tensor? attn_mask=None, float dropout_p=0., bool need_attn_weights=False, bool is_causal=False) -> (Tensor, Tensor) 2022-12-01T10:11:40.2513435Z schema: prims::copy_to(Tensor(a!) a, Tensor b) -> Tensor(a!) found on allowlist, skipping 2022-12-01T10:11:40.2515321Z processing existing schema: aten::_scaled_dot_product_attention(Tensor query, Tensor key, Tensor value, Tensor? attn_mask=None, float dropout_p=0., bool need_attn_weights=False, bool is_causal=False) -> (Tensor, Tensor) 2022-12-01T10:11:40.2516377Z processing existing schema: aten::unflatten_dense_tensors(Tensor flat, Tensor[] tensors) -> Tensor[] 2022-12-01T10:11:40.2517713Z processing existing schema: aten::flatten_dense_tensors(Tensor[] tensors) -> Tensor 2022-12-01T10:11:40.2519519Z processing existing schema: aten::pad_sequence(Tensor[] sequences, bool batch_first=False, float padding_value=0.) -> Tensor 2022-12-01T10:11:40.2520806Z schema: nvprims::real(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.2522276Z processing existing schema: aten::_test_ambiguous_defaults.a(Tensor dummy, int a=1, int b=1) -> Tensor 2022-12-01T10:11:40.2523626Z processing existing schema: aten::_test_ambiguous_defaults.b(Tensor dummy, int a=2, str b="2") -> Tensor 2022-12-01T10:11:40.2524882Z schema: nvprims::sqrt(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.2526241Z processing existing schema: aten::_test_string_default(Tensor dummy, str a="\"\'\\", str b="\"\'\\") -> Tensor 2022-12-01T10:11:40.2527526Z schema: nvprims::sinh(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.2528968Z processing existing schema: aten::_test_serialization_subcmul(Tensor self, Tensor other, Scalar alpha=1) -> Tensor 2022-12-01T10:11:40.2530322Z processing existing schema: aten::nested_to_padded_tensor(Tensor self, float padding, int[]? output_size=None) -> Tensor 2022-12-01T10:11:40.2531769Z processing existing schema: aten::linalg_vecdot(Tensor x, Tensor y, *, int dim=-1) -> Tensor 2022-12-01T10:11:40.2533451Z processing existing schema: aten::linalg_vecdot.out(Tensor x, Tensor y, *, int dim=-1, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2534768Z processing existing schema: aten::linalg_ldl_factor(Tensor self, *, bool hermitian=False) -> (Tensor LD, Tensor pivots) 2022-12-01T10:11:40.2536574Z processing existing schema: aten::linalg_ldl_factor.out(Tensor self, *, bool hermitian=False, Tensor(a!) LD, Tensor(b!) pivots) -> (Tensor(a!) LD, Tensor(b!) pivots) 2022-12-01T10:11:40.2537870Z processing existing schema: aten::linalg_lu_factor(Tensor A, *, bool pivot=True) -> (Tensor LU, Tensor pivots) 2022-12-01T10:11:40.2539595Z processing existing schema: aten::linalg_lu_factor.out(Tensor A, *, bool pivot=True, Tensor(a!) LU, Tensor(b!) pivots) -> (Tensor(a!) LU, Tensor(b!) pivots) 2022-12-01T10:11:40.2541436Z processing existing schema: aten::fft_ihfftn(Tensor self, int[1]? s=None, int[1]? dim=None, str? norm=None) -> Tensor 2022-12-01T10:11:40.2543816Z processing existing schema: aten::fft_ihfftn.out(Tensor self, int[1]? s=None, int[1]? dim=None, str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2545772Z processing existing schema: aten::fft_ihfft2(Tensor self, int[1]? s=None, int[1] dim=[-2, -1], str? norm=None) -> Tensor 2022-12-01T10:11:40.2548213Z processing existing schema: aten::fft_ihfft2.out(Tensor self, int[1]? s=None, int[1] dim=[-2, -1], str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2549516Z processing existing schema: aten::column_stack(Tensor[] tensors) -> Tensor 2022-12-01T10:11:40.2551195Z processing existing schema: aten::column_stack.out(Tensor[] tensors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2553467Z processing existing schema: aten::slow_conv3d(Tensor self, Tensor weight, int[3] kernel_size, Tensor? bias=None, int[3] stride=1, int[3] padding=0) -> Tensor 2022-12-01T10:11:40.2556100Z processing existing schema: aten::slow_conv3d.out(Tensor self, Tensor weight, int[3] kernel_size, Tensor? bias=None, int[3] stride=1, int[3] padding=0, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2558449Z processing existing schema: aten::thnn_conv2d(Tensor self, Tensor weight, int[2] kernel_size, Tensor? bias=None, int[2] stride=1, int[2] padding=0) -> Tensor 2022-12-01T10:11:40.2561338Z processing existing schema: aten::thnn_conv2d.out(Tensor self, Tensor weight, int[2] kernel_size, Tensor? bias=None, int[2] stride=1, int[2] padding=0, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2562220Z schema: prims::split_dim(Tensor(a) a, int dim, SymInt outer_length) -> Tensor(a) found on allowlist, skipping 2022-12-01T10:11:40.2563708Z processing existing schema: aten::_pad_enum(Tensor self, int[] pad, int mode, float? value=None) -> Tensor 2022-12-01T10:11:40.2565153Z processing existing schema: aten::float_power_.Tensor(Tensor(a!) self, Tensor exponent) -> Tensor(a!) 2022-12-01T10:11:40.2566564Z processing existing schema: aten::float_power_.Scalar(Tensor(a!) self, Scalar exponent) -> Tensor(a!) 2022-12-01T10:11:40.2568232Z processing existing schema: aten::histogramdd(Tensor self, int[] bins, float[]? range=None, Tensor? weight=None, bool density=False) -> (Tensor hist, Tensor[] bin_edges) 2022-12-01T10:11:40.2570056Z processing existing schema: aten::histogramdd.int_bins(Tensor self, int bins, float[]? range=None, Tensor? weight=None, bool density=False) -> (Tensor hist, Tensor[] bin_edges) 2022-12-01T10:11:40.2571464Z processing existing schema: aten::histogramdd.TensorList_bins(Tensor self, Tensor[] bins, float[]? range=None, Tensor? weight=None, bool density=False) -> (Tensor hist, Tensor[] bin_edges) 2022-12-01T10:11:40.2572789Z processing existing schema: aten::arctan2_(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.2574076Z processing existing schema: aten::linalg_vander(Tensor x, *, int? N=None) -> Tensor 2022-12-01T10:11:40.2575338Z schema: prims::erf_inv(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.2577000Z processing existing schema: aten::_gather_sparse_backward(Tensor self, int dim, Tensor index, Tensor grad) -> Tensor 2022-12-01T10:11:40.2578364Z processing existing schema: aten::argwhere(Tensor self) -> Tensor 2022-12-01T10:11:40.2579086Z processing existing schema: aten::nonzero_numpy(Tensor self) -> Tensor[] 2022-12-01T10:11:40.2580896Z processing existing schema: aten::less_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:40.2582515Z processing existing schema: aten::less_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.2584026Z processing existing schema: aten::greater_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:40.2585592Z processing existing schema: aten::greater_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.2587064Z processing existing schema: aten::less_equal_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:40.2588644Z processing existing schema: aten::less_equal_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.2590151Z processing existing schema: aten::greater_equal_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:40.2591720Z processing existing schema: aten::greater_equal_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.2593214Z processing existing schema: aten::not_equal_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:40.2594783Z processing existing schema: aten::not_equal_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.2596287Z schema: prims::squeeze(Tensor(a) a, int[] dimensions) -> Tensor(a) found on allowlist, skipping 2022-12-01T10:11:40.2598030Z processing existing schema: aten::_pad_packed_sequence(Tensor data, Tensor batch_sizes, bool batch_first, Scalar padding_value, int total_length) -> (Tensor, Tensor) 2022-12-01T10:11:40.2599726Z schema: prims::slice(Tensor(a) a, SymInt[] start_indices, SymInt[] limit_indices, SymInt[]? strides=None) -> Tensor(a) found on allowlist, skipping 2022-12-01T10:11:40.2601231Z processing existing schema: aten::_pack_padded_sequence_backward(Tensor grad, int[] input_size, Tensor batch_sizes, bool batch_first) -> Tensor 2022-12-01T10:11:40.2603417Z processing existing schema: aten::quantized_rnn_tanh_cell(Tensor input, Tensor hx, Tensor w_ih, Tensor w_hh, Tensor b_ih, Tensor b_hh, Tensor packed_ih, Tensor packed_hh, Tensor col_offsets_ih, Tensor col_offsets_hh, Scalar scale_ih, Scalar scale_hh, Scalar zero_point_ih, Scalar zero_point_hh) -> Tensor 2022-12-01T10:11:40.2605414Z processing existing schema: aten::quantized_rnn_relu_cell(Tensor input, Tensor hx, Tensor w_ih, Tensor w_hh, Tensor b_ih, Tensor b_hh, Tensor packed_ih, Tensor packed_hh, Tensor col_offsets_ih, Tensor col_offsets_hh, Scalar scale_ih, Scalar scale_hh, Scalar zero_point_ih, Scalar zero_point_hh) -> Tensor 2022-12-01T10:11:40.2607356Z processing existing schema: aten::quantized_gru_cell(Tensor input, Tensor hx, Tensor w_ih, Tensor w_hh, Tensor b_ih, Tensor b_hh, Tensor packed_ih, Tensor packed_hh, Tensor col_offsets_ih, Tensor col_offsets_hh, Scalar scale_ih, Scalar scale_hh, Scalar zero_point_ih, Scalar zero_point_hh) -> Tensor 2022-12-01T10:11:40.2609223Z processing existing schema: aten::quantized_lstm_cell(Tensor input, Tensor[] hx, Tensor w_ih, Tensor w_hh, Tensor b_ih, Tensor b_hh, Tensor packed_ih, Tensor packed_hh, Tensor col_offsets_ih, Tensor col_offsets_hh, Scalar scale_ih, Scalar scale_hh, Scalar zero_point_ih, Scalar zero_point_hh) -> (Tensor, Tensor) 2022-12-01T10:11:40.2610731Z processing existing schema: aten::rnn_relu.input(Tensor input, Tensor hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, bool batch_first) -> (Tensor, Tensor) 2022-12-01T10:11:40.2612461Z processing existing schema: aten::rnn_relu.data(Tensor data, Tensor batch_sizes, Tensor hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional) -> (Tensor, Tensor) 2022-12-01T10:11:40.2614160Z processing existing schema: aten::rnn_tanh.input(Tensor input, Tensor hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, bool batch_first) -> (Tensor, Tensor) 2022-12-01T10:11:40.2615888Z processing existing schema: aten::rnn_tanh.data(Tensor data, Tensor batch_sizes, Tensor hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional) -> (Tensor, Tensor) 2022-12-01T10:11:40.2617703Z processing existing schema: aten::gru.input(Tensor input, Tensor hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, bool batch_first) -> (Tensor, Tensor) 2022-12-01T10:11:40.2619346Z processing existing schema: aten::gru.data(Tensor data, Tensor batch_sizes, Tensor hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional) -> (Tensor, Tensor) 2022-12-01T10:11:40.2621205Z processing existing schema: aten::lstm.input(Tensor input, Tensor[] hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, bool batch_first) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:40.2623008Z processing existing schema: aten::lstm.data(Tensor data, Tensor batch_sizes, Tensor[] hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:40.2624343Z schema: nvprims::tanh(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.2626103Z processing existing schema: aten::_thnn_differentiable_gru_cell_backward(Tensor grad_hy, Tensor input_gates, Tensor hidden_gates, Tensor hx, Tensor? input_bias, Tensor? hidden_bias) -> (Tensor, Tensor, Tensor, Tensor, Tensor) 2022-12-01T10:11:40.2627507Z schema: nvprims::transpose(Tensor(a) a, int[] permutation) -> Tensor(a) found on allowlist, skipping 2022-12-01T10:11:40.2629515Z processing existing schema: aten::_thnn_differentiable_lstm_cell_backward(Tensor? grad_hy, Tensor? grad_cy, Tensor input_gates, Tensor hidden_gates, Tensor? input_bias, Tensor? hidden_bias, Tensor cx, Tensor cy) -> (Tensor, Tensor, Tensor, Tensor, Tensor) 2022-12-01T10:11:40.2630822Z schema: nvprims::bitwise_and(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.2632499Z processing existing schema: aten::_thnn_fused_lstm_cell_backward(Tensor? grad_hy, Tensor? grad_cy, Tensor cx, Tensor cy, Tensor workspace, bool has_bias) -> (Tensor, Tensor, Tensor, Tensor, Tensor) 2022-12-01T10:11:40.2633952Z processing existing schema: aten::promote_types(ScalarType type1, ScalarType type2) -> ScalarType 2022-12-01T10:11:40.2635236Z processing existing schema: aten::can_cast(ScalarType from, ScalarType to) -> bool 2022-12-01T10:11:40.2635504Z schema: static_runtime::expand_dims_copy(Tensor input, int[] dims) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.2637307Z processing existing schema: aten::_autocast_to_full_precision(Tensor(a) self, bool cuda_enabled, bool cpu_enabled) -> Tensor(a) 2022-12-01T10:11:40.2637675Z schema: static_runtime::to_maybe_copy_out.prim_dtype(Tensor self, int? dtype=None, bool non_blocking=False, bool copy=False) -> (Tensor, bool) found on allowlist, skipping 2022-12-01T10:11:40.2638088Z schema: static_runtime::to_maybe_copy_out.dtype(Tensor self, ScalarType dtype, bool non_blocking=False, bool copy=False, MemoryFormat? memory_format=None) -> (Tensor, bool) found on allowlist, skipping 2022-12-01T10:11:40.2638641Z schema: static_runtime::to_maybe_copy_out.other(Tensor self, Tensor other, bool non_blocking=False, bool copy=False, MemoryFormat? memory_format=None) -> (Tensor, bool) found on allowlist, skipping 2022-12-01T10:11:40.2639697Z processing existing schema: aten::_autocast_to_reduced_precision(Tensor(a) self, bool cuda_enabled, bool cpu_enabled, ScalarType cuda_dtype, ScalarType cpu_dtype) -> Tensor(a) 2022-12-01T10:11:40.2641289Z processing existing schema: aten::choose_qparams_optimized(Tensor input, int numel, int n_bins, float ratio, int bit_width) -> (Tensor, Tensor) 2022-12-01T10:11:40.2642596Z schema: prims::to_dtype(Tensor a, ScalarType dtype) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.2643846Z processing existing schema: aten::_saturate_weight_to_fp16(Tensor weight) -> Tensor 2022-12-01T10:11:40.2644972Z processing existing schema: aten::numel(Tensor self) -> int 2022-12-01T10:11:40.2646369Z processing existing schema: aten::_choose_qparams_per_tensor(Tensor self, bool reduce_range=False) -> (float, int) 2022-12-01T10:11:40.2649092Z processing existing schema: aten::fused_moving_avg_obs_fake_quant(Tensor self, Tensor observer_on, Tensor fake_quant_on, Tensor(a!) running_min, Tensor(b!) running_max, Tensor(c!) scale, Tensor(d!) zero_point, float averaging_const, int quant_min, int quant_max, int ch_axis, bool per_row_fake_quant=False, bool symmetric_quant=False) -> Tensor 2022-12-01T10:11:40.2649814Z processing existing schema: aten::fake_quantize_per_channel_affine_cachemask_backward(Tensor grad, Tensor mask) -> Tensor 2022-12-01T10:11:40.2651420Z processing existing schema: aten::fake_quantize_per_channel_affine(Tensor self, Tensor scale, Tensor zero_point, int axis, int quant_min, int quant_max) -> Tensor 2022-12-01T10:11:40.2653126Z processing existing schema: aten::fake_quantize_per_tensor_affine_cachemask_backward(Tensor grad, Tensor mask) -> Tensor 2022-12-01T10:11:40.2653958Z processing existing schema: aten::to_mkldnn_backward(Tensor grad, Tensor input) -> Tensor 2022-12-01T10:11:40.2655442Z processing existing schema: aten::coalesce(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:40.2657441Z processing existing schema: aten::to_dense_backward(Tensor grad, Tensor input) -> Tensor 2022-12-01T10:11:40.2658092Z processing existing schema: aten::to_dense(Tensor self, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:40.2659539Z schema: nvprims::div(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.2661108Z processing existing schema: aten::_to_cpu(Tensor[] tensors) -> Tensor[] 2022-12-01T10:11:40.2662410Z processing existing schema: aten::_validate_sparse_bsc_tensor_args(Tensor ccol_indices, Tensor row_indices, Tensor values, int[] size) -> () 2022-12-01T10:11:40.2663667Z processing existing schema: aten::_validate_sparse_bsr_tensor_args(Tensor crow_indices, Tensor col_indices, Tensor values, int[] size) -> () 2022-12-01T10:11:40.2665077Z processing existing schema: aten::_validate_sparse_csc_tensor_args(Tensor ccol_indices, Tensor row_indices, Tensor values, int[] size) -> () 2022-12-01T10:11:40.2666470Z processing existing schema: aten::_validate_sparse_csr_tensor_args(Tensor crow_indices, Tensor col_indices, Tensor values, int[] size) -> () 2022-12-01T10:11:40.2667846Z processing existing schema: aten::_validate_sparse_compressed_tensor_args(Tensor compressed_indices, Tensor plain_indices, Tensor values, int[] size, Layout layout) -> () 2022-12-01T10:11:40.2668984Z processing existing schema: aten::_validate_sparse_coo_tensor_args(Tensor indices, Tensor values, int[] size) -> () 2022-12-01T10:11:40.2670607Z processing existing schema: aten::subtract_.Tensor(Tensor(a!) self, Tensor other, *, Scalar alpha=1) -> Tensor(a!) 2022-12-01T10:11:40.2672129Z processing existing schema: aten::subtract_.Scalar(Tensor(a!) self, Scalar other, Scalar alpha=1) -> Tensor(a!) 2022-12-01T10:11:40.2673530Z processing existing schema: aten::_weight_norm_differentiable_backward(Tensor grad_w, Tensor saved_v, Tensor saved_g, Tensor saved_norms, int dim) -> (Tensor, Tensor) 2022-12-01T10:11:40.2674698Z processing existing schema: aten::_weight_norm(Tensor v, Tensor g, int dim=0) -> Tensor 2022-12-01T10:11:40.2676150Z processing existing schema: aten::norm_except_dim(Tensor v, int pow=2, int dim=0) -> Tensor 2022-12-01T10:11:40.2677295Z schema: prims::expm1(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.2678983Z processing existing schema: aten::_has_compatible_shallow_copy_type(Tensor self, Tensor from) -> bool 2022-12-01T10:11:40.2680438Z processing existing schema: aten::fix_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.2682672Z processing existing schema: aten::istft(Tensor self, int n_fft, int? hop_length=None, int? win_length=None, Tensor? window=None, bool center=True, bool normalized=False, bool? onesided=None, int? length=None, bool return_complex=False) -> Tensor 2022-12-01T10:11:40.2683583Z processing existing schema: aten::smm(Tensor self, Tensor mat2) -> Tensor 2022-12-01T10:11:40.2685208Z processing existing schema: aten::infinitely_differentiable_gelu_backward(Tensor grad, Tensor self) -> Tensor 2022-12-01T10:11:40.2686453Z processing existing schema: aten::negative_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.2688224Z processing existing schema: aten::pin_memory(Tensor(a) self, Device? device=None) -> Tensor(a) 2022-12-01T10:11:40.2690037Z schema: prims::as_strided(Tensor(a!) a, SymInt[] size, SymInt[] stride, SymInt storage_offset) -> Tensor(a!) found on allowlist, skipping 2022-12-01T10:11:40.2692190Z processing existing schema: aten::_nnpack_available() -> bool 2022-12-01T10:11:40.2693523Z processing existing schema: aten::is_vulkan_available() -> bool 2022-12-01T10:11:40.2693867Z schema: nvprims::erfc(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.2694812Z processing existing schema: aten::_sparse_mm(Tensor sparse, Tensor dense) -> Tensor 2022-12-01T10:11:40.2696838Z processing existing schema: aten::nanmean(Tensor self, int[1]? dim=None, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:40.2698773Z processing existing schema: aten::nanmean.out(Tensor self, int[1]? dim=None, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2699748Z processing existing schema: aten::matrix_exp_backward(Tensor self, Tensor grad) -> Tensor 2022-12-01T10:11:40.2700812Z processing existing schema: aten::matrix_exp(Tensor self) -> Tensor 2022-12-01T10:11:40.2702164Z processing existing schema: aten::ldexp_(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.2703597Z processing existing schema: aten::fbgemm_pack_quantized_matrix(Tensor input) -> Tensor 2022-12-01T10:11:40.2704802Z processing existing schema: aten::fbgemm_pack_quantized_matrix.KN(Tensor input, int K, int N) -> Tensor 2022-12-01T10:11:40.2706357Z processing existing schema: aten::fbgemm_linear_fp16_weight(Tensor input, Tensor packed_weight, Tensor bias) -> Tensor 2022-12-01T10:11:40.2707550Z processing existing schema: aten::fbgemm_linear_fp16_weight_fp32_activation(Tensor input, Tensor packed_weight, Tensor bias) -> Tensor 2022-12-01T10:11:40.2708536Z processing existing schema: aten::fbgemm_pack_gemm_matrix_fp16(Tensor input) -> Tensor 2022-12-01T10:11:40.2709737Z processing existing schema: aten::fbgemm_linear_quantize_weight(Tensor input) -> (Tensor, Tensor, float, int) 2022-12-01T10:11:40.2711677Z processing existing schema: aten::fbgemm_linear_int8_weight(Tensor input, Tensor weight, Tensor packed, Tensor col_offsets, Scalar weight_scale, Scalar weight_zero_point, Tensor bias) -> Tensor 2022-12-01T10:11:40.2713051Z processing existing schema: aten::fbgemm_linear_int8_weight_fp32_activation(Tensor input, Tensor weight, Tensor packed, Tensor col_offsets, Scalar weight_scale, Scalar weight_zero_point, Tensor bias) -> Tensor 2022-12-01T10:11:40.2713740Z processing existing schema: aten::is_neg(Tensor self) -> bool 2022-12-01T10:11:40.2714981Z schema: prims::log2(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.2716071Z processing existing schema: aten::_is_zerotensor(Tensor self) -> bool 2022-12-01T10:11:40.2717348Z processing existing schema: aten::is_conj(Tensor self) -> bool 2022-12-01T10:11:40.2718354Z processing existing schema: aten::is_distributed(Tensor self) -> bool 2022-12-01T10:11:40.2721258Z processing existing schema: aten::isclose(Tensor self, Tensor other, float rtol=1.0000000000000001e-05, float atol=1e-08, bool equal_nan=False) -> Tensor 2022-12-01T10:11:40.2722727Z processing existing schema: aten::update.str(Dict(str, t)(a!) self, Dict(str, t)(a!) to_add) -> () 2022-12-01T10:11:40.2724533Z processing existing schema: aten::update.int(Dict(int, t)(a!) self, Dict(int, t)(a!) to_add) -> () 2022-12-01T10:11:40.2726205Z processing existing schema: aten::update.bool(Dict(bool, t)(a!) self, Dict(bool, t)(a!) to_add) -> () 2022-12-01T10:11:40.2727957Z processing existing schema: aten::update.float(Dict(float, t)(a!) self, Dict(float, t)(a!) to_add) -> () 2022-12-01T10:11:40.2729886Z processing existing schema: aten::update.complex(Dict(complex, t)(a!) self, Dict(complex, t)(a!) to_add) -> () 2022-12-01T10:11:40.2731525Z processing existing schema: aten::update.Tensor(Dict(Tensor, t)(a!) self, Dict(Tensor, t)(a!) to_add) -> () 2022-12-01T10:11:40.2732302Z processing existing schema: aten::_cufft_clear_plan_cache(int device_index) -> () 2022-12-01T10:11:40.2734099Z processing existing schema: aten::splitlines(str self, bool keepends=False) -> str[] 2022-12-01T10:11:40.2734609Z processing existing schema: aten::_cufft_set_plan_cache_max_size(int device_index, int max_size) -> () 2022-12-01T10:11:40.2736651Z processing existing schema: aten::items.str(Dict(str, t) self) -> ((str, t)[]) 2022-12-01T10:11:40.2738760Z processing existing schema: aten::items.int(Dict(int, t) self) -> ((int, t)[]) 2022-12-01T10:11:40.2740875Z processing existing schema: aten::items.bool(Dict(bool, t) self) -> ((bool, t)[]) 2022-12-01T10:11:40.2742914Z processing existing schema: aten::items.float(Dict(float, t) self) -> ((float, t)[]) 2022-12-01T10:11:40.2745042Z processing existing schema: aten::items.complex(Dict(complex, t) self) -> ((complex, t)[]) 2022-12-01T10:11:40.2747062Z processing existing schema: aten::items.Tensor(Dict(Tensor, t) self) -> ((Tensor, t)[]) 2022-12-01T10:11:40.2748699Z processing existing schema: aten::_cufft_get_plan_cache_max_size(int device_index) -> int 2022-12-01T10:11:40.2750065Z processing existing schema: aten::strip(str self, str chars=" \n\t\f\v") -> str 2022-12-01T10:11:40.2751092Z processing existing schema: aten::_cufft_get_plan_cache_size(int device_index) -> int 2022-12-01T10:11:40.2752628Z schema: prims::exp(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.2754397Z processing existing schema: aten::_grid_sampler_2d_cpu_fallback_backward(Tensor grad_output, Tensor input, Tensor grid, int interpolation_mode, int padding_mode, bool align_corners) -> (Tensor, Tensor) 2022-12-01T10:11:40.2755285Z processing existing schema: aten::istitle(str self) -> bool 2022-12-01T10:11:40.2758098Z processing existing schema: aten::_embedding_bag_sparse_backward(Tensor grad, Tensor indices, Tensor offsets, Tensor offset2bag, Tensor bag_size, int num_weights, bool scale_grad_by_freq, int mode, Tensor? per_sample_weights, int padding_idx=-1) -> Tensor 2022-12-01T10:11:40.2759626Z processing existing schema: aten::find(str self, str substr, int start=0, int end=-1) -> int 2022-12-01T10:11:40.2762147Z processing existing schema: aten::_embedding_bag_backward(Tensor grad, Tensor indices, Tensor offsets, Tensor offset2bag, Tensor bag_size, Tensor maximum_indices, int num_weights, bool scale_grad_by_freq, int mode, bool sparse, Tensor? per_sample_weights, int padding_idx=-1) -> Tensor 2022-12-01T10:11:40.2764046Z processing existing schema: aten::embedding_bag(Tensor weight, Tensor indices, Tensor offsets, bool scale_grad_by_freq=False, int mode=0, bool sparse=False, Tensor? per_sample_weights=None, bool include_last_offset=False) -> (Tensor, Tensor, Tensor, Tensor) 2022-12-01T10:11:40.2766143Z processing existing schema: aten::embedding_bag.padding_idx(Tensor weight, Tensor indices, Tensor offsets, bool scale_grad_by_freq, int mode, bool sparse, Tensor? per_sample_weights, bool include_last_offset, int? padding_idx) -> (Tensor, Tensor, Tensor, Tensor) 2022-12-01T10:11:40.2766479Z schema: prims::maximum_value(ScalarType dtype) -> Scalar found on allowlist, skipping 2022-12-01T10:11:40.2768503Z processing existing schema: aten::_rowwise_prune(Tensor weight, Tensor mask, ScalarType compressed_indices_dtype) -> (Tensor, Tensor) 2022-12-01T10:11:40.2770109Z processing existing schema: aten::embedding_sparse_backward(Tensor grad, Tensor indices, int num_weights, int padding_idx, bool scale_grad_by_freq) -> Tensor 2022-12-01T10:11:40.2771956Z processing existing schema: aten::fill_diagonal_(Tensor(a!) self, Scalar fill_value, bool wrap=False) -> Tensor(a!) 2022-12-01T10:11:40.2773351Z processing existing schema: aten::diagflat(Tensor self, int offset=0) -> Tensor 2022-12-01T10:11:40.2775017Z processing existing schema: aten::cumprod_backward(Tensor grad, Tensor input, int dim, Tensor output) -> Tensor 2022-12-01T10:11:40.2776404Z processing existing schema: aten::cummaxmin_backward(Tensor grad, Tensor input, Tensor indices, int dim) -> Tensor 2022-12-01T10:11:40.2777727Z processing existing schema: aten::conv_tbc_backward(Tensor self, Tensor input, Tensor weight, Tensor bias, int pad) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:40.2778935Z processing existing schema: aten::cudnn_is_acceptable(Tensor self) -> bool 2022-12-01T10:11:40.2780579Z processing existing schema: aten::clip_(Tensor(a!) self, Scalar? min=None, Scalar? max=None) -> Tensor(a!) 2022-12-01T10:11:40.2782355Z processing existing schema: aten::clip_.Tensor(Tensor(a!) self, Tensor? min=None, Tensor? max=None) -> Tensor(a!) 2022-12-01T10:11:40.2783528Z processing existing schema: aten::concatenate(Tensor[] tensors, int dim=0) -> Tensor 2022-12-01T10:11:40.2785194Z processing existing schema: aten::concatenate.out(Tensor[] tensors, int dim=0, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2786378Z processing existing schema: aten::concatenate.names(Tensor[] tensors, str dim) -> Tensor 2022-12-01T10:11:40.2788055Z processing existing schema: aten::concatenate.names_out(Tensor[] tensors, str dim, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2788294Z schema: static_runtime::signed_log1p(Tensor input) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.2790748Z processing existing schema: aten::_batch_norm_impl_index_backward(int impl_index, Tensor input, Tensor grad_output, Tensor? weight, Tensor? running_mean, Tensor? running_var, Tensor? save_mean, Tensor? save_var_transform, bool train, float eps, bool[3] output_mask, Tensor reservedSpace) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:40.2791930Z processing existing schema: aten::arctan_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.2793129Z processing existing schema: aten::arcsin_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.2794662Z processing existing schema: aten::arctanh_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.2795885Z processing existing schema: aten::arcsinh_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.2797408Z processing existing schema: aten::count(str self, str substr, int start=0, int end=-1) -> int 2022-12-01T10:11:40.2799043Z processing existing schema: aten::count.int(int[] self, int el) -> int 2022-12-01T10:11:40.2800514Z processing existing schema: aten::count.float(float[] self, float el) -> int 2022-12-01T10:11:40.2801287Z processing existing schema: aten::count.bool(bool[] self, bool el) -> int 2022-12-01T10:11:40.2803393Z processing existing schema: aten::count.Tensor(Tensor[] self, Tensor el) -> int 2022-12-01T10:11:40.2804497Z processing existing schema: aten::count.str(str[] self, str el) -> int 2022-12-01T10:11:40.2806729Z processing existing schema: aten::_dim_arange(Tensor like, int dim) -> Tensor 2022-12-01T10:11:40.2808404Z processing existing schema: aten::affine_grid_generator_backward(Tensor grad, int[] size, bool align_corners) -> Tensor 2022-12-01T10:11:40.2810447Z processing existing schema: aten::arccos_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.2812074Z processing existing schema: aten::chalf(Tensor self, *, MemoryFormat? memory_format=None) -> Tensor 2022-12-01T10:11:40.2814531Z schema: prims::var(Tensor inp, int[]? dims, *, int correction, ScalarType? output_dtype=None) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.2815491Z processing existing schema: aten::_shape_as_tensor(Tensor self) -> Tensor 2022-12-01T10:11:40.2817816Z schema: prims::convert_element_type(Tensor a, ScalarType dtype) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.2818924Z processing existing schema: aten::_reshape_from_tensor(Tensor self, Tensor shape) -> Tensor 2022-12-01T10:11:40.2821619Z schema: prims::full_like(Tensor a, Scalar fill_value, *, ScalarType dtype, Device device, bool requires_grad) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.2823346Z processing existing schema: aten::_sobol_engine_initialize_state_(Tensor(a!) self, int dimension) -> Tensor(a!) 2022-12-01T10:11:40.2825106Z schema: prims::svd(Tensor A, *, bool full_matrices) -> (Tensor U, Tensor S, Tensor Vh) found on allowlist, skipping 2022-12-01T10:11:40.2827466Z processing existing schema: aten::_sobol_engine_scramble_(Tensor(a!) self, Tensor ltm, int dimension) -> Tensor(a!) 2022-12-01T10:11:40.2829600Z schema: prims::empty_strided(SymInt[] shape, SymInt[] strides, *, ScalarType dtype, Device device, bool requires_grad) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.2831902Z processing existing schema: aten::_sobol_engine_ff_(Tensor(a!) self, int n, Tensor sobolstate, int dimension, int num_generated) -> Tensor(a!) 2022-12-01T10:11:40.2833778Z schema: prims::arange(Scalar start, Scalar end, Scalar step, *, ScalarType? dtype, Device? device, bool requires_grad) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.2835772Z processing existing schema: aten::_sobol_engine_draw(Tensor quasi, int n, Tensor sobolstate, int dimension, int num_generated, ScalarType? dtype) -> (Tensor, Tensor) 2022-12-01T10:11:40.2837046Z processing existing schema: aten::capitalize(str self) -> str 2022-12-01T10:11:40.2839209Z processing existing schema: aten::_debug_has_internal_overlap(Tensor self) -> int 2022-12-01T10:11:40.2840507Z processing existing schema: aten::_use_cudnn_rnn_flatten_weight() -> bool 2022-12-01T10:11:40.2841073Z schema: static_runtime::flatten_copy.using_ints(Tensor self, int start_dim=0, int end_dim=-1) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.2843340Z processing existing schema: aten::_assert_tensor_metadata(Tensor a, int[]? size=None, int[]? stride=None, ScalarType? dtype=None) -> () 2022-12-01T10:11:40.2844427Z schema: nvprims::sub(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.2846762Z processing existing schema: aten::_unpack_dual(Tensor(a) dual, int level) -> (Tensor(a) primal, Tensor tangent) 2022-12-01T10:11:40.2847818Z processing existing schema: aten::retains_grad(Tensor self) -> bool 2022-12-01T10:11:40.2850145Z processing existing schema: aten::cpu(Tensor(a) self) -> Tensor(a|b) 2022-12-01T10:11:40.2851700Z processing existing schema: aten::_cast_Half(Tensor self, bool non_blocking=False) -> Tensor 2022-12-01T10:11:40.2853699Z processing existing schema: aten::sym_stride.int(Tensor self, int dim) -> SymInt 2022-12-01T10:11:40.2855173Z processing existing schema: aten::sym_stride(Tensor self) -> SymInt[] 2022-12-01T10:11:40.2857353Z processing existing schema: aten::_cast_Short(Tensor self, bool non_blocking=False) -> Tensor 2022-12-01T10:11:40.2858721Z processing existing schema: aten::sym_size(Tensor self) -> SymInt[] 2022-12-01T10:11:40.2860841Z processing existing schema: aten::sym_size.int(Tensor self, int dim) -> SymInt 2022-12-01T10:11:40.2862446Z processing existing schema: aten::_cast_Long(Tensor self, bool non_blocking=False) -> Tensor 2022-12-01T10:11:40.2864379Z processing existing schema: aten::Size(int[] sizes) -> int[] 2022-12-01T10:11:40.2866296Z processing existing schema: aten::_cast_Int(Tensor self, bool non_blocking=False) -> Tensor 2022-12-01T10:11:40.2866911Z schema: static_runtime::clamp_nan_to_num(Tensor input, Scalar? min, Scalar? max, float? nan, float? posinf, float? posinf) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.2868092Z processing existing schema: aten::_cast_Float(Tensor self, bool non_blocking=False) -> Tensor 2022-12-01T10:11:40.2869065Z schema: static_runtime::embedding_bag(Tensor weight, Tensor indices, Tensor offsets, bool scale_grad_by_freq=False, int mode=0, bool sparse=False, Tensor? per_sample_weights=None, bool include_last_offset=False) -> (Tensor, Tensor, Tensor) found on allowlist, skipping 2022-12-01T10:11:40.2870130Z schema: static_runtime::embedding_bag.padding_idx(Tensor weight, Tensor indices, Tensor offsets, bool scale_grad_by_freq, int mode, bool sparse, Tensor? per_sample_weights, bool include_last_offset, int? padding_idx) -> (Tensor, Tensor, Tensor) found on allowlist, skipping 2022-12-01T10:11:40.2870839Z processing existing schema: aten::_cast_Double(Tensor self, bool non_blocking=False) -> Tensor 2022-12-01T10:11:40.2871339Z schema: static_runtime::select_tensor(Tensor(a) a, Tensor(b) b, bool use_b) -> Tensor(a|b) found on allowlist, skipping 2022-12-01T10:11:40.2873389Z processing existing schema: aten::_cast_Char(Tensor self, bool non_blocking=False) -> Tensor 2022-12-01T10:11:40.2873820Z schema: static_runtime::dequantize_copy.self(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.2874985Z processing existing schema: aten::_cast_Byte(Tensor self, bool non_blocking=False) -> Tensor 2022-12-01T10:11:40.2877251Z schema: prims::bessel_i1e(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.2881581Z processing existing schema: aten::_fused_adam(Tensor[] self, Tensor[] grads, Tensor[] exp_avgs, Tensor[] exp_avg_sqs, Tensor[] max_exp_avg_sqs, Tensor[] state_steps, *, float lr, float beta1, float beta2, float weight_decay, float eps, bool amsgrad, bool maximize, Tensor? grad_scale=None, Tensor? found_inf=None) -> (Tensor[] self_out, Tensor[] grads_out, Tensor[] exp_avgs_out, Tensor[] exp_avg_sqs_out, Tensor[] max_exp_avg_sqs_out) 2022-12-01T10:11:40.2884784Z processing existing schema: aten::_fused_adam.out(Tensor[] self, Tensor(b!)[] grads, Tensor(c!)[] exp_avgs, Tensor(d!)[] exp_avg_sqs, Tensor(e!)[] max_exp_avg_sqs, Tensor[] state_steps, *, float lr, float beta1, float beta2, float weight_decay, float eps, bool amsgrad, bool maximize, Tensor? grad_scale=None, Tensor? found_inf=None, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.2885302Z schema: nvprims::mul(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.2888810Z processing existing schema: aten::_triton_multi_head_attention.out(Tensor query, Tensor key, Tensor value, int embed_dim, int num_head, Tensor qkv_weight, Tensor qkv_bias, Tensor proj_weight, Tensor proj_bias, Tensor? mask=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2891118Z processing existing schema: aten::_triton_multi_head_attention(Tensor query, Tensor key, Tensor value, int embed_dim, int num_head, Tensor qkv_weight, Tensor qkv_bias, Tensor proj_weight, Tensor proj_bias, Tensor? mask=None) -> Tensor 2022-12-01T10:11:40.2892146Z schema: nvprims::ne(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.2895032Z processing existing schema: aten::_triton_scaled_dot_attention.out(Tensor q, Tensor k, Tensor v, float dropout_p=0., *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2896659Z processing existing schema: aten::_triton_scaled_dot_attention(Tensor q, Tensor k, Tensor v, float dropout_p=0.) -> Tensor 2022-12-01T10:11:40.2898544Z schema: prims::ne(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.2900456Z schema: aten::_nested_tensor_layer_norm.out(Tensor self, Tensor? weight, Tensor? bias, float eps, *, Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-12-01T10:11:40.2901777Z schema: aten::_nested_tensor_layer_norm(Tensor self, Tensor? weight, Tensor? bias, float eps) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.2904599Z processing existing schema: aten::to_padded_tensor.out(Tensor self, float padding, int[]? output_size=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2906033Z processing existing schema: aten::to_padded_tensor(Tensor self, float padding, int[]? output_size=None) -> Tensor 2022-12-01T10:11:40.2908441Z processing existing schema: aten::alias_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2909726Z processing existing schema: aten::alias_copy(Tensor self) -> Tensor 2022-12-01T10:11:40.2912428Z processing existing schema: aten::unfold_copy.out(Tensor self, int dimension, int size, int step, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2913701Z processing existing schema: aten::unfold_copy(Tensor self, int dimension, int size, int step) -> Tensor 2022-12-01T10:11:40.2916547Z processing existing schema: aten::view_copy.out(Tensor self, SymInt[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2917961Z processing existing schema: aten::view_copy.dtype_out(Tensor self, ScalarType dtype, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2919886Z processing existing schema: aten::view_copy(Tensor self, SymInt[] size) -> Tensor 2022-12-01T10:11:40.2921005Z processing existing schema: aten::view_copy.dtype(Tensor self, ScalarType dtype) -> Tensor 2022-12-01T10:11:40.2922530Z processing existing schema: aten::unbind_copy.int_out(Tensor self, int dim=0, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.2923633Z processing existing schema: aten::unbind_copy.int(Tensor self, int dim=0) -> Tensor[] 2022-12-01T10:11:40.2925044Z processing existing schema: aten::row_indices_copy(Tensor self) -> Tensor 2022-12-01T10:11:40.2926651Z processing existing schema: aten::row_indices_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2927615Z processing existing schema: aten::ccol_indices_copy(Tensor self) -> Tensor 2022-12-01T10:11:40.2929277Z processing existing schema: aten::ccol_indices_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2930823Z processing existing schema: aten::col_indices_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2931824Z processing existing schema: aten::col_indices_copy(Tensor self) -> Tensor 2022-12-01T10:11:40.2933666Z processing existing schema: aten::crow_indices_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2934581Z processing existing schema: aten::crow_indices_copy(Tensor self) -> Tensor 2022-12-01T10:11:40.2936195Z processing existing schema: aten::values_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2937912Z processing existing schema: aten::values_copy(Tensor self) -> Tensor 2022-12-01T10:11:40.2938851Z processing existing schema: aten::indices_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2940105Z processing existing schema: aten::indices_copy(Tensor self) -> Tensor 2022-12-01T10:11:40.2941721Z processing existing schema: aten::_values_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2943021Z processing existing schema: aten::_values_copy(Tensor self) -> Tensor 2022-12-01T10:11:40.2944560Z schema: prims::log1p(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.2946179Z processing existing schema: aten::_indices_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2947176Z processing existing schema: aten::_indices_copy(Tensor self) -> Tensor 2022-12-01T10:11:40.2948909Z processing existing schema: aten::unsqueeze_copy.out(Tensor self, int dim, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2950003Z processing existing schema: aten::unsqueeze_copy(Tensor self, int dim) -> Tensor 2022-12-01T10:11:40.2951522Z processing existing schema: aten::transpose_copy.int_out(Tensor self, int dim0, int dim1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2952815Z processing existing schema: aten::transpose_copy.int(Tensor self, int dim0, int dim1) -> Tensor 2022-12-01T10:11:40.2954364Z processing existing schema: aten::t_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2955506Z processing existing schema: aten::t_copy(Tensor self) -> Tensor 2022-12-01T10:11:40.2956920Z processing existing schema: aten::squeeze_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2958481Z processing existing schema: aten::squeeze_copy.dim_out(Tensor self, int dim, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2959859Z processing existing schema: aten::squeeze_copy(Tensor self) -> Tensor 2022-12-01T10:11:40.2961135Z processing existing schema: aten::squeeze_copy.dim(Tensor self, int dim) -> Tensor 2022-12-01T10:11:40.2962594Z processing existing schema: aten::split_with_sizes_copy.out(Tensor self, int[] split_sizes, int dim=0, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.2964094Z processing existing schema: aten::split_with_sizes_copy(Tensor self, int[] split_sizes, int dim=0) -> Tensor[] 2022-12-01T10:11:40.2965660Z processing existing schema: aten::split_copy.Tensor_out(Tensor self, int split_size, int dim=0, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.2966711Z processing existing schema: aten::split_copy.Tensor(Tensor self, int split_size, int dim=0) -> Tensor[] 2022-12-01T10:11:40.2968759Z processing existing schema: aten::slice_copy.Tensor_out(Tensor self, int dim=0, SymInt? start=None, SymInt? end=None, SymInt step=1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2970167Z processing existing schema: aten::slice_copy.Tensor(Tensor self, int dim=0, SymInt? start=None, SymInt? end=None, SymInt step=1) -> Tensor 2022-12-01T10:11:40.2971603Z processing existing schema: aten::detach_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2972792Z processing existing schema: aten::detach_copy(Tensor self) -> Tensor 2022-12-01T10:11:40.2974444Z processing existing schema: aten::select_copy.int_out(Tensor self, int dim, int index, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2975682Z processing existing schema: aten::select_copy.int(Tensor self, int dim, int index) -> Tensor 2022-12-01T10:11:40.2977038Z schema: prims::where(Tensor pred, Tensor a, Tensor b) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.2978698Z processing existing schema: aten::_reshape_alias_copy.out(Tensor self, SymInt[] size, SymInt[] stride, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2980040Z processing existing schema: aten::_reshape_alias_copy(Tensor self, SymInt[] size, SymInt[] stride) -> Tensor 2022-12-01T10:11:40.2981428Z processing existing schema: aten::permute_copy.out(Tensor self, int[] dims, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2982585Z processing existing schema: aten::permute_copy(Tensor self, int[] dims) -> Tensor 2022-12-01T10:11:40.2984445Z processing existing schema: aten::diagonal_copy.out(Tensor self, int offset=0, int dim1=0, int dim2=1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2985723Z processing existing schema: aten::diagonal_copy(Tensor self, int offset=0, int dim1=0, int dim2=1) -> Tensor 2022-12-01T10:11:40.2987318Z schema: prims::fft_c2r(Tensor self, *, int[] dim, SymInt last_dim_size) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.2988884Z processing existing schema: aten::_sparse_broadcast_to_copy.out(Tensor self, int[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2990116Z processing existing schema: aten::_sparse_broadcast_to_copy(Tensor self, int[] size) -> Tensor 2022-12-01T10:11:40.2992103Z processing existing schema: aten::as_strided_copy.out(Tensor self, SymInt[] size, SymInt[] stride, SymInt? storage_offset=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2993556Z processing existing schema: aten::as_strided_copy(Tensor self, SymInt[] size, SymInt[] stride, SymInt? storage_offset=None) -> Tensor 2022-12-01T10:11:40.2994864Z schema: prims::hypot(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.2996436Z processing existing schema: aten::_neg_view_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.2997590Z processing existing schema: aten::_neg_view_copy(Tensor self) -> Tensor 2022-12-01T10:11:40.2998516Z processing existing schema: aten::reverse.t(t[](a!) self) -> () 2022-12-01T10:11:40.3000705Z processing existing schema: aten::_conj_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3001424Z processing existing schema: aten::_conj_copy(Tensor self) -> Tensor 2022-12-01T10:11:40.3003101Z processing existing schema: aten::view_as_complex_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3004178Z processing existing schema: aten::view_as_complex_copy(Tensor self) -> Tensor 2022-12-01T10:11:40.3005698Z processing existing schema: aten::view_as_real_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3007066Z processing existing schema: aten::view_as_real_copy(Tensor self) -> Tensor 2022-12-01T10:11:40.3008184Z schema: prims::tanh(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3009926Z processing existing schema: aten::_make_dual_copy.out(Tensor primal, Tensor tangent, int level, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3011385Z processing existing schema: aten::_make_dual_copy(Tensor primal, Tensor tangent, int level) -> Tensor 2022-12-01T10:11:40.3012328Z schema: prims::erf(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3014041Z processing existing schema: aten::_fw_primal_copy.out(Tensor self, int level, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3015469Z processing existing schema: aten::_fw_primal_copy(Tensor self, int level) -> Tensor 2022-12-01T10:11:40.3016777Z schema: prims::mul(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3018253Z schema: aten::_nested_tensor_from_tensor_list(Tensor[] list, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3019856Z schema: aten::_nested_tensor_from_tensor_list.out(Tensor[] list, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, *, Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-12-01T10:11:40.3020765Z schema: nvprims::round(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3022292Z processing existing schema: aten::_test_autograd_multiple_dispatch_view_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3023486Z processing existing schema: aten::_test_autograd_multiple_dispatch_view_copy(Tensor self) -> Tensor 2022-12-01T10:11:40.3024690Z schema: nvprims::neg(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3026188Z processing existing schema: aten::_test_autograd_multiple_dispatch_view(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:40.3027540Z schema: nvprims::reciprocal(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3028976Z processing existing schema: aten::_test_autograd_multiple_dispatch.fullcoverage(Tensor self) -> Tensor 2022-12-01T10:11:40.3030423Z processing existing schema: aten::_test_autograd_multiple_dispatch.fullcoverage_out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3031771Z processing existing schema: aten::_test_autograd_multiple_dispatch.ntonly(Tensor self, bool b) -> Tensor 2022-12-01T10:11:40.3032937Z schema: nvprims::tan(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3034231Z processing existing schema: aten::_test_warn_in_autograd(Tensor self) -> Tensor 2022-12-01T10:11:40.3035821Z processing existing schema: aten::_test_warn_in_autograd.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3038417Z processing existing schema: aten::conv_depthwise3d.out(Tensor self, Tensor weight, int[3] kernel_size, Tensor? bias, int[3] stride, int[3] padding, int[3] dilation, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3040687Z processing existing schema: aten::conv_depthwise3d(Tensor self, Tensor weight, int[3] kernel_size, Tensor? bias, int[3] stride, int[3] padding, int[3] dilation) -> Tensor 2022-12-01T10:11:40.3042164Z processing existing schema: aten::mkldnn_adaptive_avg_pool2d_backward.out(Tensor grad_output, Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3043211Z processing existing schema: aten::mkldnn_adaptive_avg_pool2d_backward(Tensor grad_output, Tensor self) -> Tensor 2022-12-01T10:11:40.3044819Z processing existing schema: aten::rrelu_with_noise_backward(Tensor grad_output, Tensor self, Tensor noise, Scalar lower, Scalar upper, bool training, bool self_is_result) -> Tensor 2022-12-01T10:11:40.3046786Z processing existing schema: aten::rrelu_with_noise_backward.out(Tensor grad_output, Tensor self, Tensor noise, Scalar lower, Scalar upper, bool training, bool self_is_result, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3047845Z processing existing schema: aten::soft_margin_loss_backward(Tensor grad_output, Tensor self, Tensor target, int reduction) -> Tensor 2022-12-01T10:11:40.3049756Z processing existing schema: aten::soft_margin_loss_backward.grad_input(Tensor grad_output, Tensor self, Tensor target, int reduction, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.3050783Z schema: nvprims::fmod(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3052300Z processing existing schema: aten::_torch_cuda_cu_linker_symbol_op.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3053724Z processing existing schema: aten::_torch_cuda_cu_linker_symbol_op(Tensor self) -> Tensor 2022-12-01T10:11:40.3055008Z schema: prims::bessel_i0e(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3056269Z processing existing schema: aten::_foreach_zero(Tensor[] self) -> Tensor[] self_out 2022-12-01T10:11:40.3057266Z processing existing schema: aten::_foreach_zero.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.3058167Z processing existing schema: profiler::_record_function_exit(Tensor _0) -> () 2022-12-01T10:11:40.3059710Z processing existing schema: profiler::_record_function_exit._RecordFunction(__torch__.torch.classes.profiler._RecordFunction _0) -> () 2022-12-01T10:11:40.3061132Z processing existing schema: aten::_amp_update_scale(Tensor self, Tensor growth_tracker, Tensor found_inf, float scale_growth_factor, float scale_backoff_factor, int growth_interval) -> (Tensor, Tensor growth_tracker_out) 2022-12-01T10:11:40.3063471Z processing existing schema: aten::_amp_update_scale.out(Tensor self, Tensor(b!) growth_tracker, Tensor found_inf, float scale_growth_factor, float scale_backoff_factor, int growth_interval, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3063792Z schema: profiler::_record_function_enter(str name, str? args=None) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3064694Z processing existing schema: aten::_amp_foreach_non_finite_check_and_unscale(Tensor[] self, Tensor found_inf, Tensor inv_scale) -> (Tensor[] self_out, Tensor found_inf_out) 2022-12-01T10:11:40.3066072Z processing existing schema: aten::_amp_foreach_non_finite_check_and_unscale.out(Tensor[] self, Tensor(b!) found_inf, Tensor inv_scale, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.3067530Z processing existing schema: aten::normal_functional(Tensor self, float mean=0., float std=1., *, Generator? generator=None) -> Tensor 2022-12-01T10:11:40.3068727Z processing existing schema: aten::geometric(Tensor self, float p, *, Generator? generator=None) -> Tensor 2022-12-01T10:11:40.3070232Z processing existing schema: aten::geometric.out(Tensor self, float p, *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3071717Z processing existing schema: aten::exponential(Tensor self, float lambd=1., *, Generator? generator=None) -> Tensor 2022-12-01T10:11:40.3073239Z processing existing schema: aten::exponential.out(Tensor self, float lambd=1., *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3074543Z processing existing schema: aten::log_normal(Tensor self, float mean=1., float std=2., *, Generator? generator=None) -> Tensor 2022-12-01T10:11:40.3076394Z processing existing schema: aten::log_normal.out(Tensor self, float mean=1., float std=2., *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3077863Z processing existing schema: aten::cauchy(Tensor self, float median=0., float sigma=1., *, Generator? generator=None) -> Tensor 2022-12-01T10:11:40.3079768Z processing existing schema: aten::cauchy.out(Tensor self, float median=0., float sigma=1., *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3081494Z processing existing schema: aten::uniform(Tensor self, float from=0., float to=1., *, Generator? generator=None) -> Tensor 2022-12-01T10:11:40.3083488Z processing existing schema: aten::uniform.out(Tensor self, float from=0., float to=1., *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3084996Z processing existing schema: aten::random.from(Tensor self, int from, int? to, *, Generator? generator=None) -> Tensor 2022-12-01T10:11:40.3086882Z processing existing schema: aten::random.from_out(Tensor self, int from, int? to, *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3088374Z processing existing schema: aten::random.to(Tensor self, int to, *, Generator? generator=None) -> Tensor 2022-12-01T10:11:40.3090203Z processing existing schema: aten::random.to_out(Tensor self, int to, *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3091630Z processing existing schema: aten::random(Tensor self, *, Generator? generator=None) -> Tensor 2022-12-01T10:11:40.3093424Z processing existing schema: aten::random.out(Tensor self, *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3094992Z processing existing schema: aten::put(Tensor self, Tensor index, Tensor source, bool accumulate=False) -> Tensor 2022-12-01T10:11:40.3096913Z processing existing schema: aten::put.out(Tensor self, Tensor index, Tensor source, bool accumulate=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3098370Z processing existing schema: aten::masked_scatter(Tensor self, Tensor mask, Tensor source) -> Tensor 2022-12-01T10:11:40.3100109Z processing existing schema: aten::masked_scatter.out(Tensor self, Tensor mask, Tensor source, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3101534Z processing existing schema: aten::set.source_Storage(Tensor self, Storage source) -> Tensor 2022-12-01T10:11:40.3103271Z processing existing schema: aten::set.source_Storage_out(Tensor self, Storage source, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3105100Z processing existing schema: aten::set.source_Storage_storage_offset(Tensor self, Storage source, SymInt storage_offset, SymInt[] size, SymInt[] stride=[]) -> Tensor 2022-12-01T10:11:40.3107205Z processing existing schema: aten::set.source_Storage_storage_offset_out(Tensor self, Storage source, SymInt storage_offset, SymInt[] size, SymInt[] stride=[], *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3108829Z processing existing schema: aten::set.source_Tensor(Tensor self, Tensor source) -> Tensor 2022-12-01T10:11:40.3110453Z processing existing schema: aten::set.source_Tensor_out(Tensor self, Tensor source, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3111393Z processing existing schema: aten::set(Tensor self) -> Tensor 2022-12-01T10:11:40.3113276Z processing existing schema: aten::set.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3114607Z schema: prims::conj(Tensor(a) a) -> Tensor(a) found on allowlist, skipping 2022-12-01T10:11:40.3115607Z processing existing schema: aten::_pack_padded_sequence(Tensor input, Tensor lengths, bool batch_first) -> (Tensor, Tensor) 2022-12-01T10:11:40.3117541Z processing existing schema: aten::_pack_padded_sequence.out(Tensor input, Tensor lengths, bool batch_first, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:40.3118425Z schema: nvprims::add(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3121413Z processing existing schema: aten::_thnn_fused_gru_cell_backward.out(Tensor grad_hy, Tensor workspace, bool has_bias, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2, Tensor(d!) out3, Tensor(e!) out4) -> (Tensor(a!), Tensor(b!), Tensor(c!), Tensor(d!), Tensor(e!)) 2022-12-01T10:11:40.3122334Z processing existing schema: aten::_thnn_fused_gru_cell_backward(Tensor grad_hy, Tensor workspace, bool has_bias) -> (Tensor, Tensor, Tensor, Tensor, Tensor) 2022-12-01T10:11:40.3123344Z schema: nvprims::bitwise_or(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3125710Z processing existing schema: aten::_thnn_fused_lstm_cell_backward_impl.out(Tensor? grad_hy, Tensor? grad_cy, Tensor cx, Tensor cy, Tensor workspace, bool has_bias, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-12-01T10:11:40.3126905Z processing existing schema: aten::_thnn_fused_lstm_cell_backward_impl(Tensor? grad_hy, Tensor? grad_cy, Tensor cx, Tensor cy, Tensor workspace, bool has_bias) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:40.3129432Z processing existing schema: aten::lstm_mps_backward.out(Tensor grad_y, Tensor? grad_hy, Tensor? grad_cy, Tensor z_state, Tensor cell_state_fwd, Tensor input, Tensor[] hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, bool batch_first, *, Tensor(a!) out0, Tensor(b!)[] out1, Tensor(c!)[] out2) -> () 2022-12-01T10:11:40.3131397Z processing existing schema: aten::lstm_mps_backward(Tensor grad_y, Tensor? grad_hy, Tensor? grad_cy, Tensor z_state, Tensor cell_state_fwd, Tensor input, Tensor[] hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, bool batch_first) -> (Tensor, Tensor[], Tensor[]) 2022-12-01T10:11:40.3132553Z schema: prims::spherical_bessel_j0(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3135332Z processing existing schema: aten::_lstm_mps.out(Tensor input, Tensor[] hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, bool batch_first, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2, Tensor(d!) out3, Tensor(e!) out4) -> (Tensor(a!), Tensor(b!), Tensor(c!), Tensor(d!), Tensor(e!)) 2022-12-01T10:11:40.3136831Z processing existing schema: aten::_lstm_mps(Tensor input, Tensor[] hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, bool batch_first) -> (Tensor, Tensor, Tensor, Tensor, Tensor) 2022-12-01T10:11:40.3137633Z schema: prims::conj_physical(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3140497Z processing existing schema: aten::_fused_moving_avg_obs_fq_helper_functional(Tensor self, Tensor observer_on, Tensor fake_quant_on, Tensor running_min, Tensor running_max, Tensor scale, Tensor zero_point, float averaging_const, int quant_min, int quant_max, int ch_axis, bool per_row_fake_quant=False, bool symmetric_quant=False) -> (Tensor output, Tensor mask, Tensor running_min_out, Tensor running_max_out, Tensor scale_out, Tensor zero_point_out) 2022-12-01T10:11:40.3141042Z processing existing schema: aten::int_repr.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3143164Z processing existing schema: aten::int_repr(Tensor self) -> Tensor 2022-12-01T10:11:40.3144039Z processing existing schema: aten::q_per_channel_zero_points.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3145160Z processing existing schema: aten::q_per_channel_zero_points(Tensor self) -> Tensor 2022-12-01T10:11:40.3146655Z processing existing schema: aten::q_per_channel_scales.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3147933Z processing existing schema: aten::q_per_channel_scales(Tensor self) -> Tensor 2022-12-01T10:11:40.3150404Z processing existing schema: aten::mkldnn_reorder_conv3d_weight.out(Tensor self, int[3] padding=0, int[3] stride=1, int[3] dilation=1, int groups=1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3152574Z processing existing schema: aten::mkldnn_reorder_conv3d_weight(Tensor self, int[3] padding=0, int[3] stride=1, int[3] dilation=1, int groups=1) -> Tensor 2022-12-01T10:11:40.3155319Z processing existing schema: aten::mkldnn_reorder_conv2d_weight.out(Tensor self, int[2] padding=0, int[2] stride=1, int[2] dilation=1, int groups=1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3157261Z processing existing schema: aten::mkldnn_reorder_conv2d_weight(Tensor self, int[2] padding=0, int[2] stride=1, int[2] dilation=1, int groups=1) -> Tensor 2022-12-01T10:11:40.3158647Z processing existing schema: aten::copy_sparse_to_sparse(Tensor self, Tensor src, bool non_blocking=False) -> Tensor 2022-12-01T10:11:40.3160484Z processing existing schema: aten::copy_sparse_to_sparse.out(Tensor self, Tensor src, bool non_blocking=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3161786Z processing existing schema: aten::storage_offset(Tensor self) -> int 2022-12-01T10:11:40.3163039Z processing existing schema: aten::_coalesced(Tensor self, bool coalesced) -> Tensor 2022-12-01T10:11:40.3164845Z processing existing schema: aten::_coalesced.out(Tensor self, bool coalesced, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3165820Z processing existing schema: aten::get_device(Tensor self) -> int 2022-12-01T10:11:40.3167585Z processing existing schema: aten::_coalesce.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3169745Z processing existing schema: aten::_coalesce(Tensor self) -> Tensor 2022-12-01T10:11:40.3170041Z schema: nvprims::eq(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3171816Z processing existing schema: aten::_to_dense.out(Tensor self, ScalarType? dtype=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3173301Z processing existing schema: aten::_to_dense(Tensor self, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:40.3174805Z processing existing schema: aten::sparse_mask.out(Tensor self, Tensor mask, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3176156Z processing existing schema: aten::sparse_mask(Tensor self, Tensor mask) -> Tensor 2022-12-01T10:11:40.3177922Z processing existing schema: aten::sparse_resize_and_clear(Tensor self, int[] size, int sparse_dim, int dense_dim) -> Tensor 2022-12-01T10:11:40.3179650Z processing existing schema: aten::sparse_resize_and_clear.out(Tensor self, int[] size, int sparse_dim, int dense_dim, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3181099Z processing existing schema: aten::sparse_resize(Tensor self, int[] size, int sparse_dim, int dense_dim) -> Tensor 2022-12-01T10:11:40.3183562Z processing existing schema: aten::sparse_resize.out(Tensor self, int[] size, int sparse_dim, int dense_dim, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3184062Z schema: prims::fft_r2c(Tensor self, *, int[] dim, bool onesided) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3185947Z processing existing schema: aten::_sparse_addmm(Tensor self, Tensor mat1, Tensor mat2, *, Scalar beta=1, Scalar alpha=1) -> Tensor 2022-12-01T10:11:40.3187942Z processing existing schema: aten::_sparse_addmm.out(Tensor self, Tensor mat1, Tensor mat2, *, Scalar beta=1, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3188756Z processing existing schema: aten::zero(Tensor self) -> Tensor 2022-12-01T10:11:40.3190597Z processing existing schema: aten::zero.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3192548Z processing existing schema: aten::resize_as_sparse(Tensor self, Tensor the_template) -> Tensor 2022-12-01T10:11:40.3193299Z processing existing schema: aten::resize_as_sparse.out(Tensor self, Tensor the_template, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3194913Z processing existing schema: aten::resize_as(Tensor self, Tensor the_template, *, MemoryFormat? memory_format=None) -> Tensor 2022-12-01T10:11:40.3196769Z processing existing schema: aten::resize_as.out(Tensor self, Tensor the_template, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3197872Z schema: nvprims::ceil(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3200008Z processing existing schema: aten::_sparse_log_softmax_backward_data.out(Tensor grad_output, Tensor output, int dim, Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3201327Z processing existing schema: aten::_sparse_log_softmax_backward_data(Tensor grad_output, Tensor output, int dim, Tensor self) -> Tensor 2022-12-01T10:11:40.3202225Z schema: nvprims::expm1(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3204383Z processing existing schema: aten::_sparse_softmax_backward_data.out(Tensor grad_output, Tensor output, int dim, Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3205471Z processing existing schema: aten::_sparse_softmax_backward_data(Tensor grad_output, Tensor output, int dim, Tensor self) -> Tensor 2022-12-01T10:11:40.3206710Z schema: nvprims::atanh(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3208846Z processing existing schema: aten::_sparse_csr_prod.dim_dtype_out(Tensor self, int[1] dim, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3210679Z processing existing schema: aten::_sparse_csr_prod.dim_dtype(Tensor self, int[1] dim, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:40.3211498Z schema: nvprims::cos(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3214037Z processing existing schema: aten::_sparse_csr_sum.dim_dtype_out(Tensor self, int[1] dim, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3215517Z processing existing schema: aten::_sparse_csr_sum.dim_dtype(Tensor self, int[1] dim, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:40.3216566Z schema: nvprims::isfinite(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3218680Z processing existing schema: aten::_sparse_sum_backward.out(Tensor grad, Tensor self, int[] dim, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3220414Z processing existing schema: aten::_sparse_sum_backward(Tensor grad, Tensor self, int[] dim) -> Tensor 2022-12-01T10:11:40.3221188Z schema: nvprims::imag(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3222874Z processing existing schema: aten::_sparse_sum.dim(Tensor self, int[1] dim) -> Tensor 2022-12-01T10:11:40.3224460Z processing existing schema: aten::_sparse_sum.dim_out(Tensor self, int[1] dim, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3225763Z processing existing schema: aten::_sparse_sum(Tensor self) -> Tensor 2022-12-01T10:11:40.3227380Z processing existing schema: aten::_sparse_sum.dtype(Tensor self, *, ScalarType dtype) -> Tensor 2022-12-01T10:11:40.3228903Z processing existing schema: aten::_sparse_sum.dim_dtype(Tensor self, int[1] dim, *, ScalarType dtype) -> Tensor 2022-12-01T10:11:40.3230663Z processing existing schema: aten::native_norm.out(Tensor self, Scalar p=2, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3232862Z processing existing schema: aten::native_norm.ScalarOpt_dim_dtype_out(Tensor self, Scalar? p, int[1] dim, bool keepdim, ScalarType? dtype, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3234228Z processing existing schema: aten::native_norm(Tensor self, Scalar p=2) -> Tensor 2022-12-01T10:11:40.3236179Z processing existing schema: aten::native_norm.ScalarOpt_dim_dtype(Tensor self, Scalar? p, int[1] dim, bool keepdim, ScalarType? dtype) -> Tensor 2022-12-01T10:11:40.3237539Z schema: nvprims::lt(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3240312Z processing existing schema: aten::_trilinear.out(Tensor i1, Tensor i2, Tensor i3, int[] expand1, int[] expand2, int[] expand3, int[] sumdim, int unroll_dim=1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3242188Z processing existing schema: aten::_trilinear(Tensor i1, Tensor i2, Tensor i3, int[] expand1, int[] expand2, int[] expand3, int[] sumdim, int unroll_dim=1) -> Tensor 2022-12-01T10:11:40.3243541Z schema: prims::sub(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3245624Z processing existing schema: aten::_nested_view_from_buffer_copy.out(Tensor self, Tensor nested_size, Tensor nested_strides, int[] offsets, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3247272Z processing existing schema: aten::_nested_view_from_buffer_copy(Tensor self, Tensor nested_size, Tensor nested_strides, int[] offsets) -> Tensor 2022-12-01T10:11:40.3248631Z schema: prims::igammac(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3250577Z processing existing schema: aten::_nested_from_padded_and_nested_example.out(Tensor padded, Tensor nt_example, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3251955Z processing existing schema: aten::_nested_from_padded_and_nested_example(Tensor padded, Tensor nt_example) -> Tensor 2022-12-01T10:11:40.3253379Z schema: prims::shift_left(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3254792Z schema: aten::_nested_tensor_strides.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-12-01T10:11:40.3256011Z schema: aten::_nested_tensor_strides(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3257418Z schema: prims::pow(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3258841Z schema: aten::_nested_tensor_size.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-12-01T10:11:40.3259942Z schema: aten::_nested_tensor_size(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3261325Z schema: prims::div(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3263231Z processing existing schema: aten::_mkldnn_transpose.out(Tensor self, int dim0, int dim1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3264705Z processing existing schema: aten::_mkldnn_transpose(Tensor self, int dim0, int dim1) -> Tensor 2022-12-01T10:11:40.3266588Z processing existing schema: aten::as_strided_scatter(Tensor self, Tensor src, SymInt[] size, SymInt[] stride, SymInt? storage_offset=None) -> Tensor 2022-12-01T10:11:40.3268716Z processing existing schema: aten::as_strided_scatter.out(Tensor self, Tensor src, SymInt[] size, SymInt[] stride, SymInt? storage_offset=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3270084Z schema: prims::bitwise_xor(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3271938Z processing existing schema: aten::_mkldnn_reshape.out(Tensor self, int[] shape, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3273432Z processing existing schema: aten::_mkldnn_reshape(Tensor self, int[] shape) -> Tensor 2022-12-01T10:11:40.3275368Z schema: prims::broadcast_in_dim(Tensor(a) a, SymInt[] shape, int[] broadcast_dimensions) -> Tensor(a) found on allowlist, skipping 2022-12-01T10:11:40.3277410Z processing existing schema: aten::_nnpack_spatial_convolution(Tensor input, Tensor weight, Tensor? bias, int[2] padding, int[2] stride=1) -> Tensor 2022-12-01T10:11:40.3280090Z processing existing schema: aten::_nnpack_spatial_convolution.out(Tensor input, Tensor weight, Tensor? bias, int[2] padding, int[2] stride=1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3282272Z processing existing schema: aten::batch_norm_backward_elemt.out(Tensor grad_out, Tensor input, Tensor mean, Tensor invstd, Tensor? weight, Tensor mean_dy, Tensor mean_dy_xmu, Tensor count, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3284032Z processing existing schema: aten::batch_norm_backward_elemt(Tensor grad_out, Tensor input, Tensor mean, Tensor invstd, Tensor? weight, Tensor mean_dy, Tensor mean_dy_xmu, Tensor count) -> Tensor 2022-12-01T10:11:40.3286753Z processing existing schema: aten::batch_norm_backward_reduce.out(Tensor grad_out, Tensor input, Tensor mean, Tensor invstd, Tensor? weight, bool input_g, bool weight_g, bool bias_g, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2, Tensor(d!) out3) -> (Tensor(a!), Tensor(b!), Tensor(c!), Tensor(d!)) 2022-12-01T10:11:40.3288291Z processing existing schema: aten::batch_norm_backward_reduce(Tensor grad_out, Tensor input, Tensor mean, Tensor invstd, Tensor? weight, bool input_g, bool weight_g, bool bias_g) -> (Tensor, Tensor, Tensor, Tensor) 2022-12-01T10:11:40.3290580Z processing existing schema: aten::batch_norm_gather_stats_with_counts.out(Tensor input, Tensor mean, Tensor invstd, Tensor? running_mean, Tensor? running_var, float momentum, float eps, Tensor counts, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:40.3292104Z processing existing schema: aten::batch_norm_gather_stats_with_counts(Tensor input, Tensor mean, Tensor invstd, Tensor? running_mean, Tensor? running_var, float momentum, float eps, Tensor counts) -> (Tensor, Tensor) 2022-12-01T10:11:40.3294249Z processing existing schema: aten::batch_norm_gather_stats.out(Tensor input, Tensor mean, Tensor invstd, Tensor? running_mean, Tensor? running_var, float momentum, float eps, int count, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:40.3295827Z processing existing schema: aten::batch_norm_gather_stats(Tensor input, Tensor mean, Tensor invstd, Tensor? running_mean, Tensor? running_var, float momentum, float eps, int count) -> (Tensor, Tensor) 2022-12-01T10:11:40.3297464Z processing existing schema: aten::batch_norm_stats.out(Tensor input, float eps, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:40.3298772Z processing existing schema: aten::batch_norm_stats(Tensor input, float eps) -> (Tensor, Tensor) 2022-12-01T10:11:40.3300532Z schema: nvprims::erf(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3302100Z processing existing schema: aten::_sparse_mask_helper.out(Tensor t, Tensor mask_indices, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3303846Z processing existing schema: aten::_sparse_mask_helper(Tensor t, Tensor mask_indices) -> Tensor 2022-12-01T10:11:40.3304481Z schema: nvprims::floor(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3307160Z processing existing schema: aten::_sparse_sparse_matmul.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3308337Z processing existing schema: aten::_sparse_sparse_matmul(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.3313489Z processing existing schema: aten::miopen_rnn_backward.out(Tensor input, Tensor[] weight, int weight_stride0, Tensor weight_buf, Tensor hx, Tensor? cx, Tensor output, Tensor? grad_output, Tensor? grad_hy, Tensor? grad_cy, int mode, int hidden_size, int num_layers, bool batch_first, float dropout, bool train, bool bidirectional, int[] batch_sizes, Tensor? dropout_state, Tensor reserve, bool[4] output_mask, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2, Tensor(d!)[] out3) -> () 2022-12-01T10:11:40.3317110Z processing existing schema: aten::miopen_rnn_backward(Tensor input, Tensor[] weight, int weight_stride0, Tensor weight_buf, Tensor hx, Tensor? cx, Tensor output, Tensor? grad_output, Tensor? grad_hy, Tensor? grad_cy, int mode, int hidden_size, int num_layers, bool batch_first, float dropout, bool train, bool bidirectional, int[] batch_sizes, Tensor? dropout_state, Tensor reserve, bool[4] output_mask) -> (Tensor, Tensor, Tensor, Tensor[]) 2022-12-01T10:11:40.3321110Z processing existing schema: aten::miopen_rnn.out(Tensor input, Tensor[] weight, int weight_stride0, Tensor hx, Tensor? cx, int mode, int hidden_size, int num_layers, bool batch_first, float dropout, bool train, bool bidirectional, int[] batch_sizes, Tensor? dropout_state, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2, Tensor(d!) out3, Tensor(e!) out4) -> (Tensor(a!), Tensor(b!), Tensor(c!), Tensor(d!), Tensor(e!)) 2022-12-01T10:11:40.3323541Z processing existing schema: aten::miopen_rnn(Tensor input, Tensor[] weight, int weight_stride0, Tensor hx, Tensor? cx, int mode, int hidden_size, int num_layers, bool batch_first, float dropout, bool train, bool bidirectional, int[] batch_sizes, Tensor? dropout_state) -> (Tensor, Tensor, Tensor, Tensor, Tensor) 2022-12-01T10:11:40.3326502Z processing existing schema: aten::miopen_depthwise_convolution.out(Tensor self, Tensor weight, Tensor? bias, int[] padding, int[] stride, int[] dilation, int groups, bool benchmark, bool deterministic, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3328964Z processing existing schema: aten::miopen_depthwise_convolution(Tensor self, Tensor weight, Tensor? bias, int[] padding, int[] stride, int[] dilation, int groups, bool benchmark, bool deterministic) -> Tensor 2022-12-01T10:11:40.3332163Z processing existing schema: aten::miopen_convolution_transpose.out(Tensor self, Tensor weight, Tensor? bias, int[] padding, int[] output_padding, int[] stride, int[] dilation, int groups, bool benchmark, bool deterministic, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3334700Z processing existing schema: aten::miopen_convolution_transpose(Tensor self, Tensor weight, Tensor? bias, int[] padding, int[] output_padding, int[] stride, int[] dilation, int groups, bool benchmark, bool deterministic) -> Tensor 2022-12-01T10:11:40.3337530Z processing existing schema: aten::miopen_convolution.out(Tensor self, Tensor weight, Tensor? bias, int[] padding, int[] stride, int[] dilation, int groups, bool benchmark, bool deterministic, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3339843Z processing existing schema: aten::miopen_convolution(Tensor self, Tensor weight, Tensor? bias, int[] padding, int[] stride, int[] dilation, int groups, bool benchmark, bool deterministic) -> Tensor 2022-12-01T10:11:40.3342074Z processing existing schema: aten::mkldnn_convolution(Tensor self, Tensor weight, Tensor? bias, int[] padding, int[] stride, int[] dilation, int groups) -> Tensor 2022-12-01T10:11:40.3344855Z processing existing schema: aten::mkldnn_convolution.out(Tensor self, Tensor weight, Tensor? bias, int[] padding, int[] stride, int[] dilation, int groups, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3348212Z processing existing schema: aten::mps_convolution_backward.out(Tensor self, Tensor grad_output, Tensor weight, int[] padding, int[] stride, int[] dilation, int groups, bool[3] output_mask, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-12-01T10:11:40.3350360Z processing existing schema: aten::mps_convolution_backward(Tensor self, Tensor grad_output, Tensor weight, int[] padding, int[] stride, int[] dilation, int groups, bool[3] output_mask) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:40.3351772Z schema: prims::fmax(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3354956Z processing existing schema: aten::_mps_convolution.out(Tensor self, Tensor weight, Tensor? bias, int[] padding, int[] stride, int[] dilation, int groups, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3357044Z processing existing schema: aten::_mps_convolution(Tensor self, Tensor weight, Tensor? bias, int[] padding, int[] stride, int[] dilation, int groups) -> Tensor 2022-12-01T10:11:40.3360587Z processing existing schema: aten::quantized_max_pool2d.out(Tensor self, int[2] kernel_size, int[2] stride=[], int[2] padding=0, int[2] dilation=1, bool ceil_mode=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3362561Z processing existing schema: aten::quantized_max_pool2d(Tensor self, int[2] kernel_size, int[2] stride=[], int[2] padding=0, int[2] dilation=1, bool ceil_mode=False) -> Tensor 2022-12-01T10:11:40.3365244Z processing existing schema: aten::quantized_max_pool1d.out(Tensor self, int[1] kernel_size, int[1] stride=[], int[1] padding=[0], int[1] dilation=[1], bool ceil_mode=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3367487Z processing existing schema: aten::quantized_max_pool1d(Tensor self, int[1] kernel_size, int[1] stride=[], int[1] padding=[0], int[1] dilation=[1], bool ceil_mode=False) -> Tensor 2022-12-01T10:11:40.3370309Z processing existing schema: aten::mkldnn_max_pool3d_backward.out(Tensor grad_output, Tensor output, Tensor input, int[3] kernel_size, int[3] stride=[], int[3] padding=0, int[3] dilation=1, bool ceil_mode=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3372676Z processing existing schema: aten::mkldnn_max_pool3d_backward(Tensor grad_output, Tensor output, Tensor input, int[3] kernel_size, int[3] stride=[], int[3] padding=0, int[3] dilation=1, bool ceil_mode=False) -> Tensor 2022-12-01T10:11:40.3375334Z processing existing schema: aten::mkldnn_max_pool3d.out(Tensor self, int[3] kernel_size, int[3] stride=[], int[3] padding=0, int[3] dilation=1, bool ceil_mode=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3377379Z processing existing schema: aten::mkldnn_max_pool3d(Tensor self, int[3] kernel_size, int[3] stride=[], int[3] padding=0, int[3] dilation=1, bool ceil_mode=False) -> Tensor 2022-12-01T10:11:40.3380126Z processing existing schema: aten::mkldnn_max_pool2d_backward.out(Tensor grad_output, Tensor output, Tensor input, int[2] kernel_size, int[2] stride=[], int[2] padding=0, int[2] dilation=1, bool ceil_mode=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3382471Z processing existing schema: aten::mkldnn_max_pool2d_backward(Tensor grad_output, Tensor output, Tensor input, int[2] kernel_size, int[2] stride=[], int[2] padding=0, int[2] dilation=1, bool ceil_mode=False) -> Tensor 2022-12-01T10:11:40.3385503Z processing existing schema: aten::mkldnn_max_pool2d.out(Tensor self, int[2] kernel_size, int[2] stride=[], int[2] padding=0, int[2] dilation=1, bool ceil_mode=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3387496Z processing existing schema: aten::mkldnn_max_pool2d(Tensor self, int[2] kernel_size, int[2] stride=[], int[2] padding=0, int[2] dilation=1, bool ceil_mode=False) -> Tensor 2022-12-01T10:11:40.3390226Z processing existing schema: aten::mps_max_pool2d_backward.out(Tensor grad_output, Tensor self, int[2] kernel_size, int[2] stride=[], int[2] padding=0, int[2] dilation=1, bool ceil_mode=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3392485Z processing existing schema: aten::mps_max_pool2d_backward(Tensor grad_output, Tensor self, int[2] kernel_size, int[2] stride=[], int[2] padding=0, int[2] dilation=1, bool ceil_mode=False) -> Tensor 2022-12-01T10:11:40.3393080Z schema: prims::fmod(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3395750Z processing existing schema: aten::_mps_max_pool2d.out(Tensor self, int[2] kernel_size, int[2] stride=[], int[2] padding=0, int[2] dilation=1, bool ceil_mode=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3397893Z processing existing schema: aten::_mps_max_pool2d(Tensor self, int[2] kernel_size, int[2] stride=[], int[2] padding=0, int[2] dilation=1, bool ceil_mode=False) -> Tensor 2022-12-01T10:11:40.3400138Z processing existing schema: aten::matmul_backward.out(Tensor grad, Tensor self, Tensor other, bool[2] mask, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:40.3402170Z processing existing schema: aten::matmul_backward(Tensor grad, Tensor self, Tensor other, bool[2] mask) -> (Tensor, Tensor) 2022-12-01T10:11:40.3403832Z processing existing schema: aten::mkldnn_linear_backward.out(Tensor self, Tensor grad_output, Tensor weight, bool[3] output_mask, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-12-01T10:11:40.3405146Z processing existing schema: aten::mkldnn_linear_backward(Tensor self, Tensor grad_output, Tensor weight, bool[3] output_mask) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:40.3406897Z processing existing schema: aten::mkldnn_linear_backward_weights.out(Tensor grad_output, Tensor input, Tensor weight, bool bias_defined, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:40.3408167Z processing existing schema: aten::mkldnn_linear_backward_weights(Tensor grad_output, Tensor input, Tensor weight, bool bias_defined) -> (Tensor, Tensor) 2022-12-01T10:11:40.3409794Z processing existing schema: aten::mkldnn_linear_backward_input.out(int[] input_size, Tensor grad_output, Tensor weight, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3411202Z processing existing schema: aten::mkldnn_linear_backward_input(int[] input_size, Tensor grad_output, Tensor weight) -> Tensor 2022-12-01T10:11:40.3412878Z processing existing schema: aten::mkldnn_linear.out(Tensor self, Tensor weight, Tensor? bias=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3414500Z processing existing schema: aten::mkldnn_linear(Tensor self, Tensor weight, Tensor? bias=None) -> Tensor 2022-12-01T10:11:40.3416599Z processing existing schema: aten::linear_backward.out(Tensor self, Tensor grad_output, Tensor weight, bool[3] output_mask, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-12-01T10:11:40.3418289Z processing existing schema: aten::linear_backward(Tensor self, Tensor grad_output, Tensor weight, bool[3] output_mask) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:40.3419045Z schema: prims::isfinite(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3421270Z processing existing schema: aten::_index_put_impl(Tensor self, Tensor?[] indices, Tensor values, bool accumulate=False, bool unsafe=False) -> Tensor 2022-12-01T10:11:40.3423540Z processing existing schema: aten::_index_put_impl.out(Tensor self, Tensor?[] indices, Tensor values, bool accumulate=False, bool unsafe=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3424587Z processing existing schema: aten::fill.Scalar(Tensor self, Scalar value) -> Tensor 2022-12-01T10:11:40.3426153Z processing existing schema: aten::fill.Scalar_out(Tensor self, Scalar value, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3427462Z processing existing schema: aten::fill.Tensor(Tensor self, Tensor value) -> Tensor 2022-12-01T10:11:40.3429166Z processing existing schema: aten::fill.Tensor_out(Tensor self, Tensor value, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3430324Z schema: prims::device_put(Tensor a, Device device) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3432324Z processing existing schema: aten::_resize_output(Tensor self, int[] size, Device device) -> Tensor 2022-12-01T10:11:40.3434017Z processing existing schema: aten::_resize_output.out(Tensor self, int[] size, Device device, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3435740Z processing existing schema: aten::resize(Tensor self, SymInt[] size, *, MemoryFormat? memory_format=None) -> Tensor 2022-12-01T10:11:40.3437824Z processing existing schema: aten::resize.out(Tensor self, SymInt[] size, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3439660Z processing existing schema: aten::embedding_renorm(Tensor self, Tensor indices, float max_norm, float norm_type) -> Tensor 2022-12-01T10:11:40.3442228Z processing existing schema: aten::embedding_renorm.out(Tensor self, Tensor indices, float max_norm, float norm_type, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3443962Z processing existing schema: aten::cudnn_convolution_add_relu.out(Tensor self, Tensor weight, Tensor z, Scalar? alpha, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3445644Z processing existing schema: aten::cudnn_convolution_add_relu(Tensor self, Tensor weight, Tensor z, Scalar? alpha, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups) -> Tensor 2022-12-01T10:11:40.3447819Z processing existing schema: aten::cudnn_convolution_relu.out(Tensor self, Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3450342Z processing existing schema: aten::cudnn_convolution_relu(Tensor self, Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups) -> Tensor 2022-12-01T10:11:40.3453849Z processing existing schema: aten::mps_convolution_transpose_backward.out(Tensor self, Tensor grad_output, Tensor weight, int[] padding, int[] output_padding, int[] stride, int[] dilation, int groups, bool[2] output_mask, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:40.3456497Z processing existing schema: aten::mps_convolution_transpose_backward(Tensor self, Tensor grad_output, Tensor weight, int[] padding, int[] output_padding, int[] stride, int[] dilation, int groups, bool[2] output_mask) -> (Tensor, Tensor) 2022-12-01T10:11:40.3457767Z schema: prims::fmin(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3461173Z processing existing schema: aten::_mps_convolution_transpose.out(Tensor self, Tensor weight, int[] padding, int[] output_padding, int[] stride, int[] dilation, int groups, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3463168Z processing existing schema: aten::_mps_convolution_transpose(Tensor self, Tensor weight, int[] padding, int[] output_padding, int[] stride, int[] dilation, int groups) -> Tensor 2022-12-01T10:11:40.3465764Z processing existing schema: aten::cudnn_affine_grid_generator_backward.out(Tensor grad, int N, int C, int H, int W, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3467389Z processing existing schema: aten::cudnn_affine_grid_generator_backward(Tensor grad, int N, int C, int H, int W) -> Tensor grad_theta 2022-12-01T10:11:40.3469454Z processing existing schema: aten::cudnn_affine_grid_generator.out(Tensor theta, int N, int C, int H, int W, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3470921Z processing existing schema: aten::cudnn_affine_grid_generator(Tensor theta, int N, int C, int H, int W) -> Tensor grid 2022-12-01T10:11:40.3471675Z processing existing schema: aten::isalnum(str self) -> bool 2022-12-01T10:11:40.3473564Z processing existing schema: aten::_copy_from_and_resize.out(Tensor self, Tensor dst, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3474783Z processing existing schema: aten::_copy_from_and_resize(Tensor self, Tensor dst) -> Tensor 2022-12-01T10:11:40.3475798Z processing existing schema: aten::isspace(str self) -> bool 2022-12-01T10:11:40.3477530Z processing existing schema: aten::_copy_from.out(Tensor self, Tensor dst, bool non_blocking=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3478926Z processing existing schema: aten::_copy_from(Tensor self, Tensor dst, bool non_blocking=False) -> Tensor 2022-12-01T10:11:40.3480993Z processing existing schema: aten::copy.out(Tensor self, Tensor src, bool non_blocking=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3482231Z processing existing schema: aten::copy(Tensor self, Tensor src, bool non_blocking=False) -> Tensor 2022-12-01T10:11:40.3483552Z processing existing schema: aten::copy.t(t[](a) self) -> t[] 2022-12-01T10:11:40.3485730Z processing existing schema: aten::copy.Dict_str(Dict(str, t)(a) self) -> Dict(str, t) 2022-12-01T10:11:40.3487817Z processing existing schema: aten::copy.Dict_int(Dict(int, t)(a) self) -> Dict(int, t) 2022-12-01T10:11:40.3489982Z processing existing schema: aten::copy.Dict_bool(Dict(bool, t)(a) self) -> Dict(bool, t) 2022-12-01T10:11:40.3492124Z processing existing schema: aten::copy.Dict_float(Dict(float, t)(a) self) -> Dict(float, t) 2022-12-01T10:11:40.3494560Z processing existing schema: aten::copy.Dict_complex(Dict(complex, t)(a) self) -> Dict(complex, t) 2022-12-01T10:11:40.3496787Z processing existing schema: aten::copy.Dict_Tensor(Dict(Tensor, t)(a) self) -> Dict(Tensor, t) 2022-12-01T10:11:40.3499083Z processing existing schema: aten::convolution_backward_overrideable(Tensor grad_output, Tensor input, Tensor weight, int[] stride, int[] padding, int[] dilation, bool transposed, int[] output_padding, int groups, bool[3] output_mask) -> (Tensor grad_input, Tensor grad_weight, Tensor grad_bias) 2022-12-01T10:11:40.3501791Z processing existing schema: aten::convolution_backward_overrideable.out(Tensor grad_output, Tensor input, Tensor weight, int[] stride, int[] padding, int[] dilation, bool transposed, int[] output_padding, int groups, bool[3] output_mask, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-12-01T10:11:40.3503597Z processing existing schema: aten::convolution_overrideable(Tensor input, Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, bool transposed, int[] output_padding, int groups) -> Tensor 2022-12-01T10:11:40.3505950Z processing existing schema: aten::convolution_overrideable.out(Tensor input, Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, bool transposed, int[] output_padding, int groups, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3507834Z processing existing schema: aten::quantized_batch_norm.out(Tensor input, Tensor? weight, Tensor? bias, Tensor mean, Tensor var, float eps, float output_scale, int output_zero_point, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3509496Z processing existing schema: aten::quantized_batch_norm(Tensor input, Tensor? weight, Tensor? bias, Tensor mean, Tensor var, float eps, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.3510795Z processing existing schema: aten::affine_grid_generator(Tensor theta, int[] size, bool align_corners) -> Tensor 2022-12-01T10:11:40.3512584Z processing existing schema: aten::affine_grid_generator.out(Tensor theta, int[] size, bool align_corners, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3514346Z processing existing schema: aten::addr_(Tensor(a!) self, Tensor vec1, Tensor vec2, *, Scalar beta=1, Scalar alpha=1) -> Tensor(a!) 2022-12-01T10:11:40.3515744Z schema: prims::gt(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3517436Z processing existing schema: aten::_neg_view(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:40.3518247Z schema: prims::atan2(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3520269Z processing existing schema: aten::_masked_scale.out(Tensor self, Tensor mask, float scale, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3521376Z processing existing schema: aten::_masked_scale(Tensor self, Tensor mask, float scale) -> Tensor 2022-12-01T10:11:40.3523158Z processing existing schema: aten::get.str(Dict(str, t) self, str key) -> t(*)? 2022-12-01T10:11:40.3524890Z processing existing schema: aten::get.default_str(Dict(str, t) self, str key, t default_value) -> t(*) 2022-12-01T10:11:40.3526572Z processing existing schema: aten::get.int(Dict(int, t) self, int key) -> t(*)? 2022-12-01T10:11:40.3528440Z processing existing schema: aten::get.default_int(Dict(int, t) self, int key, t default_value) -> t(*) 2022-12-01T10:11:40.3530242Z processing existing schema: aten::get.bool(Dict(bool, t) self, bool key) -> t(*)? 2022-12-01T10:11:40.3532140Z processing existing schema: aten::get.default_bool(Dict(bool, t) self, bool key, t default_value) -> t(*) 2022-12-01T10:11:40.3533964Z processing existing schema: aten::get.float(Dict(float, t) self, float key) -> t(*)? 2022-12-01T10:11:40.3535879Z processing existing schema: aten::get.default_float(Dict(float, t) self, float key, t default_value) -> t(*) 2022-12-01T10:11:40.3537764Z processing existing schema: aten::get.complex(Dict(complex, t) self, complex key) -> t(*)? 2022-12-01T10:11:40.3539749Z processing existing schema: aten::get.default_complex(Dict(complex, t) self, complex key, t default_value) -> t(*) 2022-12-01T10:11:40.3541552Z processing existing schema: aten::get.Tensor(Dict(Tensor, t) self, Tensor key) -> t(*)? 2022-12-01T10:11:40.3543504Z processing existing schema: aten::get.default_Tensor(Dict(Tensor, t) self, Tensor key, t default_value) -> t(*) 2022-12-01T10:11:40.3547484Z processing existing schema: aten::_cudnn_rnn_backward.out(Tensor input, Tensor[] weight, int weight_stride0, Tensor weight_buf, Tensor hx, Tensor? cx, Tensor output, Tensor? grad_output, Tensor? grad_hy, Tensor? grad_cy, int mode, SymInt hidden_size, SymInt proj_size, int num_layers, bool batch_first, float dropout, bool train, bool bidirectional, SymInt[] batch_sizes, Tensor? dropout_state, Tensor reserve, bool[4] output_mask, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2, Tensor(d!)[] out3) -> () 2022-12-01T10:11:40.3550430Z processing existing schema: aten::_cudnn_rnn_backward(Tensor input, Tensor[] weight, int weight_stride0, Tensor weight_buf, Tensor hx, Tensor? cx, Tensor output, Tensor? grad_output, Tensor? grad_hy, Tensor? grad_cy, int mode, SymInt hidden_size, SymInt proj_size, int num_layers, bool batch_first, float dropout, bool train, bool bidirectional, SymInt[] batch_sizes, Tensor? dropout_state, Tensor reserve, bool[4] output_mask) -> (Tensor, Tensor, Tensor, Tensor[]) 2022-12-01T10:11:40.3551015Z processing existing schema: aten::swapcase(str self) -> str 2022-12-01T10:11:40.3554936Z processing existing schema: aten::_cudnn_rnn.out(Tensor input, Tensor[] weight, int weight_stride0, Tensor? weight_buf, Tensor hx, Tensor? cx, int mode, SymInt hidden_size, SymInt proj_size, int num_layers, bool batch_first, float dropout, bool train, bool bidirectional, SymInt[] batch_sizes, Tensor? dropout_state, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2, Tensor(d!) out3, Tensor(e!) out4) -> (Tensor(a!), Tensor(b!), Tensor(c!), Tensor(d!), Tensor(e!)) 2022-12-01T10:11:40.3556880Z processing existing schema: aten::_cudnn_rnn(Tensor input, Tensor[] weight, int weight_stride0, Tensor? weight_buf, Tensor hx, Tensor? cx, int mode, SymInt hidden_size, SymInt proj_size, int num_layers, bool batch_first, float dropout, bool train, bool bidirectional, SymInt[] batch_sizes, Tensor? dropout_state) -> (Tensor, Tensor, Tensor, Tensor, Tensor) 2022-12-01T10:11:40.3558758Z processing existing schema: aten::popitem.str(Dict(str, t)(a!) self) -> ((str, t)) 2022-12-01T10:11:40.3561150Z processing existing schema: aten::popitem.int(Dict(int, t)(a!) self) -> ((int, t)) 2022-12-01T10:11:40.3563348Z processing existing schema: aten::popitem.bool(Dict(bool, t)(a!) self) -> ((bool, t)) 2022-12-01T10:11:40.3565575Z processing existing schema: aten::popitem.float(Dict(float, t)(a!) self) -> ((float, t)) 2022-12-01T10:11:40.3567788Z processing existing schema: aten::popitem.complex(Dict(complex, t)(a!) self) -> ((complex, t)) 2022-12-01T10:11:40.3569995Z processing existing schema: aten::popitem.Tensor(Dict(Tensor, t)(a!) self) -> ((Tensor, t)) 2022-12-01T10:11:40.3572406Z processing existing schema: aten::_cudnn_rnn_flatten_weight.out(Tensor[] weight_arr, int weight_stride0, SymInt input_size, int mode, SymInt hidden_size, SymInt proj_size, int num_layers, bool batch_first, bool bidirectional, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3574197Z processing existing schema: aten::_cudnn_rnn_flatten_weight(Tensor[] weight_arr, int weight_stride0, SymInt input_size, int mode, SymInt hidden_size, SymInt proj_size, int num_layers, bool batch_first, bool bidirectional) -> Tensor 2022-12-01T10:11:40.3575162Z processing existing schema: aten::isnumeric(str self) -> bool 2022-12-01T10:11:40.3577394Z processing existing schema: aten::_cudnn_ctc_loss.out(Tensor log_probs, Tensor targets, int[] input_lengths, int[] target_lengths, int blank, bool deterministic, bool zero_infinity, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:40.3578901Z processing existing schema: aten::_cudnn_ctc_loss(Tensor log_probs, Tensor targets, int[] input_lengths, int[] target_lengths, int blank, bool deterministic, bool zero_infinity) -> (Tensor, Tensor) 2022-12-01T10:11:40.3580465Z processing existing schema: aten::_cudnn_ctc_loss.Tensor(Tensor log_probs, Tensor targets, Tensor input_lengths, Tensor target_lengths, int blank, bool deterministic, bool zero_infinity) -> (Tensor, Tensor) 2022-12-01T10:11:40.3581365Z processing existing schema: prim::is_sparse_csr(Tensor a) -> bool 2022-12-01T10:11:40.3583115Z processing existing schema: aten::_foobar(Tensor self, bool arg1=True, bool arg2=True, *, bool arg3=True) -> Tensor 2022-12-01T10:11:40.3620823Z processing existing schema: aten::_foobar.out(Tensor self, bool arg1=True, bool arg2=True, *, bool arg3=True, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3622567Z processing existing schema: aten::special_spherical_bessel_j0(Tensor x) -> Tensor 2022-12-01T10:11:40.3623015Z processing existing schema: aten::special_spherical_bessel_j0.out(Tensor x, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3623424Z processing existing schema: aten::special_shifted_chebyshev_polynomial_w(Tensor x, Tensor n) -> Tensor 2022-12-01T10:11:40.3627022Z processing existing schema: aten::special_shifted_chebyshev_polynomial_w.out(Tensor x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3627559Z processing existing schema: aten::special_shifted_chebyshev_polynomial_w.n_scalar_out(Tensor x, Scalar n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3627885Z processing existing schema: aten::special_shifted_chebyshev_polynomial_w.x_scalar(Scalar x, Tensor n) -> Tensor 2022-12-01T10:11:40.3628184Z processing existing schema: aten::special_shifted_chebyshev_polynomial_w.x_scalar_out(Scalar x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3628456Z processing existing schema: aten::special_shifted_chebyshev_polynomial_w.n_scalar(Tensor x, Scalar n) -> Tensor 2022-12-01T10:11:40.3628757Z processing existing schema: aten::special_shifted_chebyshev_polynomial_v(Tensor x, Tensor n) -> Tensor 2022-12-01T10:11:40.3629156Z processing existing schema: aten::special_shifted_chebyshev_polynomial_v.out(Tensor x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3629500Z processing existing schema: aten::special_shifted_chebyshev_polynomial_v.n_scalar_out(Tensor x, Scalar n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3629875Z processing existing schema: aten::special_shifted_chebyshev_polynomial_v.x_scalar(Scalar x, Tensor n) -> Tensor 2022-12-01T10:11:40.3630181Z processing existing schema: aten::special_shifted_chebyshev_polynomial_v.x_scalar_out(Scalar x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3630456Z processing existing schema: aten::special_shifted_chebyshev_polynomial_v.n_scalar(Tensor x, Scalar n) -> Tensor 2022-12-01T10:11:40.3630787Z processing existing schema: aten::special_shifted_chebyshev_polynomial_u(Tensor x, Tensor n) -> Tensor 2022-12-01T10:11:40.3631111Z processing existing schema: aten::special_shifted_chebyshev_polynomial_u.out(Tensor x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3631516Z processing existing schema: aten::special_shifted_chebyshev_polynomial_u.n_scalar_out(Tensor x, Scalar n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3631792Z processing existing schema: aten::special_shifted_chebyshev_polynomial_u.x_scalar(Scalar x, Tensor n) -> Tensor 2022-12-01T10:11:40.3632189Z processing existing schema: aten::special_shifted_chebyshev_polynomial_u.x_scalar_out(Scalar x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3632556Z processing existing schema: aten::special_shifted_chebyshev_polynomial_u.n_scalar(Tensor x, Scalar n) -> Tensor 2022-12-01T10:11:40.3632853Z processing existing schema: aten::special_shifted_chebyshev_polynomial_t(Tensor x, Tensor n) -> Tensor 2022-12-01T10:11:40.3633166Z processing existing schema: aten::special_shifted_chebyshev_polynomial_t.out(Tensor x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3633506Z processing existing schema: aten::special_shifted_chebyshev_polynomial_t.n_scalar_out(Tensor x, Scalar n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3633779Z processing existing schema: aten::special_shifted_chebyshev_polynomial_t.x_scalar(Scalar x, Tensor n) -> Tensor 2022-12-01T10:11:40.3634079Z processing existing schema: aten::special_shifted_chebyshev_polynomial_t.x_scalar_out(Scalar x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3634341Z processing existing schema: aten::special_shifted_chebyshev_polynomial_t.n_scalar(Tensor x, Scalar n) -> Tensor 2022-12-01T10:11:40.3634599Z processing existing schema: aten::special_scaled_modified_bessel_k1(Tensor x) -> Tensor 2022-12-01T10:11:40.3634905Z processing existing schema: aten::special_scaled_modified_bessel_k1.out(Tensor x, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3635170Z processing existing schema: aten::special_scaled_modified_bessel_k0(Tensor x) -> Tensor 2022-12-01T10:11:40.3635465Z processing existing schema: aten::special_scaled_modified_bessel_k0.out(Tensor x, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3635749Z processing existing schema: aten::special_modified_bessel_k1(Tensor self) -> Tensor 2022-12-01T10:11:40.3636053Z processing existing schema: aten::special_modified_bessel_k1.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3636348Z processing existing schema: aten::special_modified_bessel_k0(Tensor self) -> Tensor 2022-12-01T10:11:40.3636611Z processing existing schema: aten::special_modified_bessel_k0.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3636873Z processing existing schema: aten::special_modified_bessel_i1(Tensor self) -> Tensor 2022-12-01T10:11:40.3640044Z processing existing schema: aten::special_modified_bessel_i1.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3640784Z processing existing schema: aten::special_modified_bessel_i0(Tensor self) -> Tensor 2022-12-01T10:11:40.3643145Z processing existing schema: aten::special_modified_bessel_i0.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3644332Z processing existing schema: aten::special_legendre_polynomial_p(Tensor x, Tensor n) -> Tensor 2022-12-01T10:11:40.3647253Z processing existing schema: aten::special_legendre_polynomial_p.out(Tensor x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3648906Z processing existing schema: aten::special_legendre_polynomial_p.n_scalar_out(Tensor x, Scalar n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3650926Z processing existing schema: aten::special_legendre_polynomial_p.x_scalar(Scalar x, Tensor n) -> Tensor 2022-12-01T10:11:40.3653417Z processing existing schema: aten::special_legendre_polynomial_p.x_scalar_out(Scalar x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3654983Z processing existing schema: aten::special_legendre_polynomial_p.n_scalar(Tensor x, Scalar n) -> Tensor 2022-12-01T10:11:40.3656866Z processing existing schema: aten::special_laguerre_polynomial_l(Tensor x, Tensor n) -> Tensor 2022-12-01T10:11:40.3660290Z processing existing schema: aten::special_laguerre_polynomial_l.out(Tensor x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3662408Z processing existing schema: aten::special_laguerre_polynomial_l.n_scalar_out(Tensor x, Scalar n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3664449Z processing existing schema: aten::special_laguerre_polynomial_l.x_scalar(Scalar x, Tensor n) -> Tensor 2022-12-01T10:11:40.3667440Z processing existing schema: aten::special_laguerre_polynomial_l.x_scalar_out(Scalar x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3669044Z processing existing schema: aten::special_laguerre_polynomial_l.n_scalar(Tensor x, Scalar n) -> Tensor 2022-12-01T10:11:40.3671262Z processing existing schema: aten::special_hermite_polynomial_he(Tensor x, Tensor n) -> Tensor 2022-12-01T10:11:40.3674343Z processing existing schema: aten::special_hermite_polynomial_he.out(Tensor x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3676811Z processing existing schema: aten::special_hermite_polynomial_he.n_scalar_out(Tensor x, Scalar n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3678295Z processing existing schema: aten::special_hermite_polynomial_he.x_scalar(Scalar x, Tensor n) -> Tensor 2022-12-01T10:11:40.3681179Z processing existing schema: aten::special_hermite_polynomial_he.x_scalar_out(Scalar x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3682120Z processing existing schema: aten::special_hermite_polynomial_he.n_scalar(Tensor x, Scalar n) -> Tensor 2022-12-01T10:11:40.3683684Z processing existing schema: aten::special_hermite_polynomial_h(Tensor x, Tensor n) -> Tensor 2022-12-01T10:11:40.3685423Z processing existing schema: aten::special_hermite_polynomial_h.out(Tensor x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3687104Z processing existing schema: aten::special_hermite_polynomial_h.n_scalar_out(Tensor x, Scalar n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3688364Z processing existing schema: aten::special_hermite_polynomial_h.x_scalar(Scalar x, Tensor n) -> Tensor 2022-12-01T10:11:40.3689926Z processing existing schema: aten::special_hermite_polynomial_h.x_scalar_out(Scalar x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3691187Z processing existing schema: aten::special_hermite_polynomial_h.n_scalar(Tensor x, Scalar n) -> Tensor 2022-12-01T10:11:40.3692359Z processing existing schema: aten::special_chebyshev_polynomial_w(Tensor x, Tensor n) -> Tensor 2022-12-01T10:11:40.3693997Z processing existing schema: aten::special_chebyshev_polynomial_w.out(Tensor x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3695593Z processing existing schema: aten::special_chebyshev_polynomial_w.n_scalar_out(Tensor x, Scalar n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3696871Z processing existing schema: aten::special_chebyshev_polynomial_w.x_scalar(Scalar x, Tensor n) -> Tensor 2022-12-01T10:11:40.3698450Z processing existing schema: aten::special_chebyshev_polynomial_w.x_scalar_out(Scalar x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3699725Z processing existing schema: aten::special_chebyshev_polynomial_w.n_scalar(Tensor x, Scalar n) -> Tensor 2022-12-01T10:11:40.3700992Z processing existing schema: aten::special_chebyshev_polynomial_v(Tensor x, Tensor n) -> Tensor 2022-12-01T10:11:40.3702629Z processing existing schema: aten::special_chebyshev_polynomial_v.out(Tensor x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3704300Z processing existing schema: aten::special_chebyshev_polynomial_v.n_scalar_out(Tensor x, Scalar n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3705776Z processing existing schema: aten::special_chebyshev_polynomial_v.x_scalar(Scalar x, Tensor n) -> Tensor 2022-12-01T10:11:40.3707381Z processing existing schema: aten::special_chebyshev_polynomial_v.x_scalar_out(Scalar x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3708671Z processing existing schema: aten::special_chebyshev_polynomial_v.n_scalar(Tensor x, Scalar n) -> Tensor 2022-12-01T10:11:40.3710009Z processing existing schema: aten::special_chebyshev_polynomial_u(Tensor x, Tensor n) -> Tensor 2022-12-01T10:11:40.3711748Z processing existing schema: aten::special_chebyshev_polynomial_u.out(Tensor x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3713487Z processing existing schema: aten::special_chebyshev_polynomial_u.n_scalar_out(Tensor x, Scalar n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3714895Z processing existing schema: aten::special_chebyshev_polynomial_u.x_scalar(Scalar x, Tensor n) -> Tensor 2022-12-01T10:11:40.3716664Z processing existing schema: aten::special_chebyshev_polynomial_u.x_scalar_out(Scalar x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3718069Z processing existing schema: aten::special_chebyshev_polynomial_u.n_scalar(Tensor x, Scalar n) -> Tensor 2022-12-01T10:11:40.3719614Z processing existing schema: aten::special_chebyshev_polynomial_t(Tensor x, Tensor n) -> Tensor 2022-12-01T10:11:40.3721460Z processing existing schema: aten::special_chebyshev_polynomial_t.out(Tensor x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3723081Z processing existing schema: aten::special_chebyshev_polynomial_t.n_scalar_out(Tensor x, Scalar n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3724356Z processing existing schema: aten::special_chebyshev_polynomial_t.x_scalar(Scalar x, Tensor n) -> Tensor 2022-12-01T10:11:40.3725949Z processing existing schema: aten::special_chebyshev_polynomial_t.x_scalar_out(Scalar x, Tensor n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3727272Z processing existing schema: aten::special_chebyshev_polynomial_t.n_scalar(Tensor x, Scalar n) -> Tensor 2022-12-01T10:11:40.3729247Z processing existing schema: aten::special_bessel_y1(Tensor self) -> Tensor 2022-12-01T10:11:40.3729946Z processing existing schema: aten::special_bessel_y1.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3731536Z processing existing schema: aten::special_bessel_y0(Tensor self) -> Tensor 2022-12-01T10:11:40.3732920Z processing existing schema: aten::special_bessel_y0.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3734371Z processing existing schema: aten::special_bessel_j1(Tensor self) -> Tensor 2022-12-01T10:11:40.3735611Z processing existing schema: aten::special_bessel_j1.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3736518Z processing existing schema: aten::special_bessel_j0(Tensor self) -> Tensor 2022-12-01T10:11:40.3738159Z processing existing schema: aten::special_bessel_j0.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3739253Z schema: prims::gcd(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3741913Z processing existing schema: aten::_native_decoder_only_multi_head_attention(Tensor query, Tensor key, Tensor value, int embed_dim, int num_head, Tensor qkv_weight, Tensor qkv_bias, Tensor proj_weight, Tensor proj_bias, Tensor? mask=None, Tensor? incr_key=None, Tensor? incr_value=None, bool need_weights=True, bool average_attn_weights=True) -> (Tensor, Tensor, Tensor, Tensor) 2022-12-01T10:11:40.3745010Z processing existing schema: aten::_native_decoder_only_multi_head_attention.out(Tensor query, Tensor key, Tensor value, int embed_dim, int num_head, Tensor qkv_weight, Tensor qkv_bias, Tensor proj_weight, Tensor proj_bias, Tensor? mask=None, Tensor? incr_key=None, Tensor? incr_value=None, bool need_weights=True, bool average_attn_weights=True, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2, Tensor(d!) out3) -> (Tensor(a!), Tensor(b!), Tensor(c!), Tensor(d!)) 2022-12-01T10:11:40.3745348Z schema: nvprims::gt(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3748277Z processing existing schema: aten::_transformer_decoder_only_layer_fwd(Tensor src, int embed_dim, int num_heads, Tensor qkv_weight, Tensor qkv_bias, Tensor proj_weight, Tensor proj_bias, bool use_gelu, bool norm_first, float eps, Tensor norm_weight_1, Tensor norm_bias_1, Tensor norm_weight_2, Tensor norm_bias_2, Tensor ffn_weight_1, Tensor ffn_bias_1, Tensor ffn_weight_2, Tensor ffn_bias_2, Tensor? mask=None, Tensor? incr_key=None, Tensor? incr_value=None) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:40.3751589Z processing existing schema: aten::_transformer_decoder_only_layer_fwd.out(Tensor src, int embed_dim, int num_heads, Tensor qkv_weight, Tensor qkv_bias, Tensor proj_weight, Tensor proj_bias, bool use_gelu, bool norm_first, float eps, Tensor norm_weight_1, Tensor norm_bias_1, Tensor norm_weight_2, Tensor norm_bias_2, Tensor ffn_weight_1, Tensor ffn_bias_1, Tensor ffn_weight_2, Tensor ffn_bias_2, Tensor? mask=None, Tensor? incr_key=None, Tensor? incr_value=None, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-12-01T10:11:40.3751880Z processing existing schema: aten::special_airy_ai(Tensor x) -> Tensor 2022-12-01T10:11:40.3753527Z processing existing schema: aten::special_airy_ai.out(Tensor x, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3755107Z schema: prims::resize(Tensor(a!) a, SymInt[] shape) -> Tensor(a!) found on allowlist, skipping 2022-12-01T10:11:40.3756931Z processing existing schema: aten::_scaled_dot_product_attention_forward(Tensor query, Tensor key, Tensor value, Tensor? attn_mask=None, float dropout_p=0., bool need_attn_weights=False, bool is_causal=False) -> (Tensor, Tensor) 2022-12-01T10:11:40.3758121Z schema: prims::ge(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3760622Z processing existing schema: aten::_native_multi_head_attention(Tensor query, Tensor key, Tensor value, int embed_dim, int num_head, Tensor qkv_weight, Tensor qkv_bias, Tensor proj_weight, Tensor proj_bias, Tensor? mask=None, bool need_weights=True, bool average_attn_weights=True, int? mask_type=None) -> (Tensor, Tensor) 2022-12-01T10:11:40.3763223Z processing existing schema: aten::_native_multi_head_attention.out(Tensor query, Tensor key, Tensor value, int embed_dim, int num_head, Tensor qkv_weight, Tensor qkv_bias, Tensor proj_weight, Tensor proj_bias, Tensor? mask=None, bool need_weights=True, bool average_attn_weights=True, int? mask_type=None, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:40.3763951Z schema: nvprims::le(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3767130Z processing existing schema: aten::_transformer_encoder_layer_fwd(Tensor src, int embed_dim, int num_heads, Tensor qkv_weight, Tensor qkv_bias, Tensor proj_weight, Tensor proj_bias, bool use_gelu, bool norm_first, float eps, Tensor norm_weight_1, Tensor norm_bias_1, Tensor norm_weight_2, Tensor norm_bias_2, Tensor ffn_weight_1, Tensor ffn_bias_1, Tensor ffn_weight_2, Tensor ffn_bias_2, Tensor? mask=None, int? mask_type=None) -> Tensor 2022-12-01T10:11:40.3770067Z processing existing schema: aten::_transformer_encoder_layer_fwd.out(Tensor src, int embed_dim, int num_heads, Tensor qkv_weight, Tensor qkv_bias, Tensor proj_weight, Tensor proj_bias, bool use_gelu, bool norm_first, float eps, Tensor norm_weight_1, Tensor norm_bias_1, Tensor norm_weight_2, Tensor norm_bias_2, Tensor ffn_weight_1, Tensor ffn_bias_1, Tensor ffn_weight_2, Tensor ffn_bias_2, Tensor? mask=None, int? mask_type=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3770936Z schema: prims::prod(Tensor inp, int[]? dims, *, ScalarType? output_dtype=None) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3772908Z processing existing schema: aten::_segment_reduce_backward(Tensor grad, Tensor output, Tensor data, str reduce, *, Tensor? lengths=None, Tensor? offsets=None, int axis=0, Scalar? initial=None) -> Tensor 2022-12-01T10:11:40.3775151Z processing existing schema: aten::_segment_reduce_backward.out(Tensor grad, Tensor output, Tensor data, str reduce, *, Tensor? lengths=None, Tensor? offsets=None, int axis=0, Scalar? initial=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3777096Z processing existing schema: aten::segment_reduce(Tensor data, str reduce, *, Tensor? lengths=None, Tensor? indices=None, Tensor? offsets=None, int axis=0, bool unsafe=False, Scalar? initial=None) -> Tensor 2022-12-01T10:11:40.3779405Z processing existing schema: aten::segment_reduce.out(Tensor data, str reduce, *, Tensor? lengths=None, Tensor? indices=None, Tensor? offsets=None, int axis=0, bool unsafe=False, Scalar? initial=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3780509Z schema: nvprims::sign(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3781922Z processing existing schema: aten::_test_optional_floatlist(Tensor values, float[]? addends) -> Tensor 2022-12-01T10:11:40.3783670Z processing existing schema: aten::_test_optional_floatlist.out(Tensor values, float[]? addends, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3784902Z schema: nvprims::rsqrt(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3786479Z processing existing schema: aten::_test_optional_filled_intlist(Tensor values, int[2]? addends) -> Tensor 2022-12-01T10:11:40.3788388Z processing existing schema: aten::_test_optional_filled_intlist.out(Tensor values, int[2]? addends, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3789601Z schema: nvprims::sin(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3791022Z processing existing schema: aten::_test_optional_intlist(Tensor values, int[]? addends) -> Tensor 2022-12-01T10:11:40.3792746Z processing existing schema: aten::_test_optional_intlist.out(Tensor values, int[]? addends, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3794288Z processing existing schema: aten::linalg_ldl_solve(Tensor LD, Tensor pivots, Tensor B, *, bool hermitian=False) -> Tensor 2022-12-01T10:11:40.3796145Z processing existing schema: aten::linalg_ldl_solve.out(Tensor LD, Tensor pivots, Tensor B, *, bool hermitian=False, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3797477Z processing existing schema: aten::linalg_lu(Tensor A, *, bool pivot=True) -> (Tensor P, Tensor L, Tensor U) 2022-12-01T10:11:40.3799613Z processing existing schema: aten::linalg_lu.out(Tensor A, *, bool pivot=True, Tensor(a!) P, Tensor(b!) L, Tensor(c!) U) -> (Tensor(a!) P, Tensor(b!) L, Tensor(c!) U) 2022-12-01T10:11:40.3800803Z processing existing schema: aten::special_log_ndtr(Tensor self) -> Tensor 2022-12-01T10:11:40.3802370Z processing existing schema: aten::special_log_ndtr.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3804857Z processing existing schema: aten::slow_conv_dilated3d(Tensor self, Tensor weight, int[3] kernel_size, Tensor? bias=None, int[3] stride=1, int[3] padding=0, int[3] dilation=1) -> Tensor 2022-12-01T10:11:40.3807607Z processing existing schema: aten::slow_conv_dilated3d.out(Tensor self, Tensor weight, int[3] kernel_size, Tensor? bias=None, int[3] stride=1, int[3] padding=0, int[3] dilation=1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3809947Z processing existing schema: aten::slow_conv_dilated2d(Tensor self, Tensor weight, int[2] kernel_size, Tensor? bias=None, int[2] stride=1, int[2] padding=0, int[2] dilation=1) -> Tensor 2022-12-01T10:11:40.3812712Z processing existing schema: aten::slow_conv_dilated2d.out(Tensor self, Tensor weight, int[2] kernel_size, Tensor? bias=None, int[2] stride=1, int[2] padding=0, int[2] dilation=1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3814635Z processing existing schema: aten::slow_conv3d_forward(Tensor self, Tensor weight, int[3] kernel_size, Tensor? bias, int[3] stride, int[3] padding) -> Tensor 2022-12-01T10:11:40.3816997Z processing existing schema: aten::slow_conv3d_forward.output(Tensor self, Tensor weight, int[3] kernel_size, Tensor? bias, int[3] stride, int[3] padding, *, Tensor(a!) output) -> Tensor(a!) 2022-12-01T10:11:40.3818455Z schema: prims::amax(Tensor inp, int[]? dims, *, ScalarType? output_dtype=None) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3821216Z processing existing schema: aten::_slow_conv2d_backward.grad_input(Tensor grad_output, Tensor self, Tensor weight, int[2] kernel_size, int[2] stride, int[2] padding, *, Tensor(a!) grad_input, Tensor(b!) grad_weight, Tensor(c!) grad_bias) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-12-01T10:11:40.3823343Z processing existing schema: aten::_slow_conv2d_backward.output_mask(Tensor grad_output, Tensor self, Tensor weight, int[2] kernel_size, int[2] stride, int[2] padding, bool[3] output_mask) -> (Tensor grad_input, Tensor grad_weight, Tensor grad_bias) 2022-12-01T10:11:40.3826059Z processing existing schema: aten::_slow_conv2d_backward.output_mask_out(Tensor grad_output, Tensor self, Tensor weight, int[2] kernel_size, int[2] stride, int[2] padding, bool[3] output_mask, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-12-01T10:11:40.3827362Z schema: prims::amin(Tensor inp, int[]? dims, *, ScalarType? output_dtype=None) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3829410Z processing existing schema: aten::_slow_conv2d_forward(Tensor self, Tensor weight, int[2] kernel_size, Tensor? bias, int[2] stride, int[2] padding) -> Tensor 2022-12-01T10:11:40.3831799Z processing existing schema: aten::_slow_conv2d_forward.output(Tensor self, Tensor weight, int[2] kernel_size, Tensor? bias, int[2] stride, int[2] padding, *, Tensor(a!) output) -> Tensor(a!) 2022-12-01T10:11:40.3834432Z processing existing schema: aten::slow_conv_transpose3d(Tensor self, Tensor weight, int[3] kernel_size, Tensor? bias=None, int[3] stride=1, int[3] padding=0, int[3] output_padding=0, int[3] dilation=1) -> Tensor 2022-12-01T10:11:40.3837410Z processing existing schema: aten::slow_conv_transpose3d.out(Tensor self, Tensor weight, int[3] kernel_size, Tensor? bias=None, int[3] stride=1, int[3] padding=0, int[3] output_padding=0, int[3] dilation=1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3840183Z processing existing schema: aten::slow_conv_transpose2d(Tensor self, Tensor weight, int[2] kernel_size, Tensor? bias=None, int[2] stride=1, int[2] padding=0, int[2] output_padding=0, int[2] dilation=1) -> Tensor 2022-12-01T10:11:40.3843278Z processing existing schema: aten::slow_conv_transpose2d.out(Tensor self, Tensor weight, int[2] kernel_size, Tensor? bias=None, int[2] stride=1, int[2] padding=0, int[2] output_padding=0, int[2] dilation=1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3844591Z schema: nvprims::amin(Tensor inp, int[]? dims, *, ScalarType? output_dtype=None) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3846597Z processing existing schema: aten::_upsample_nearest_exact2d_backward(Tensor grad_output, SymInt[2] output_size, SymInt[4] input_size, float? scales_h=None, float? scales_w=None) -> Tensor 2022-12-01T10:11:40.3848958Z processing existing schema: aten::_upsample_nearest_exact2d_backward.grad_input(Tensor grad_output, SymInt[2] output_size, SymInt[4] input_size, float? scales_h=None, float? scales_w=None, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.3850582Z processing existing schema: aten::_upsample_nearest_exact2d_backward.vec(Tensor grad_output, SymInt[]? output_size, SymInt[] input_size, float[]? scale_factors) -> Tensor 2022-12-01T10:11:40.3852608Z processing existing schema: aten::_upsample_nearest_exact2d_backward.vec_out(Tensor grad_output, SymInt[]? output_size, SymInt[] input_size, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3854048Z schema: nvprims::amax(Tensor inp, int[]? dims, *, ScalarType? output_dtype=None) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3855832Z processing existing schema: aten::_upsample_nearest_exact2d(Tensor self, SymInt[2] output_size, float? scales_h=None, float? scales_w=None) -> Tensor 2022-12-01T10:11:40.3857967Z processing existing schema: aten::_upsample_nearest_exact2d.out(Tensor self, SymInt[2] output_size, float? scales_h=None, float? scales_w=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3859497Z processing existing schema: aten::_upsample_nearest_exact2d.vec(Tensor input, SymInt[]? output_size, float[]? scale_factors) -> Tensor 2022-12-01T10:11:40.3861395Z processing existing schema: aten::_upsample_nearest_exact2d.vec_out(Tensor input, SymInt[]? output_size, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3862970Z schema: nvprims::var(Tensor inp, int[]? dims, *, int correction, ScalarType? output_dtype=None) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3864830Z processing existing schema: aten::_upsample_nearest_exact1d_backward(Tensor grad_output, SymInt[1] output_size, SymInt[3] input_size, float? scales=None) -> Tensor 2022-12-01T10:11:40.3867091Z processing existing schema: aten::_upsample_nearest_exact1d_backward.grad_input(Tensor grad_output, SymInt[1] output_size, SymInt[3] input_size, float? scales=None, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.3868745Z processing existing schema: aten::_upsample_nearest_exact1d_backward.vec(Tensor grad_output, SymInt[]? output_size, SymInt[] input_size, float[]? scale_factors) -> Tensor 2022-12-01T10:11:40.3870752Z processing existing schema: aten::_upsample_nearest_exact1d_backward.vec_out(Tensor grad_output, SymInt[]? output_size, SymInt[] input_size, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3872184Z schema: nvprims::sum(Tensor inp, int[]? dims, *, ScalarType? output_dtype=None) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3873861Z processing existing schema: aten::_upsample_nearest_exact1d(Tensor self, SymInt[1] output_size, float? scales=None) -> Tensor 2022-12-01T10:11:40.3875876Z processing existing schema: aten::_upsample_nearest_exact1d.out(Tensor self, SymInt[1] output_size, float? scales=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3877462Z processing existing schema: aten::_upsample_nearest_exact1d.vec(Tensor input, SymInt[]? output_size, float[]? scale_factors) -> Tensor 2022-12-01T10:11:40.3879496Z processing existing schema: aten::_upsample_nearest_exact1d.vec_out(Tensor input, SymInt[]? output_size, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3881314Z schema: nvprims::broadcast_in_dim(Tensor(a) a, SymInt[] shape, int[] broadcast_dimensions) -> Tensor(a) found on allowlist, skipping 2022-12-01T10:11:40.3883314Z processing existing schema: aten::_upsample_bicubic2d_aa_backward(Tensor grad_output, SymInt[2] output_size, SymInt[4] input_size, bool align_corners, float? scales_h=None, float? scales_w=None) -> Tensor 2022-12-01T10:11:40.3885682Z processing existing schema: aten::_upsample_bicubic2d_aa_backward.grad_input(Tensor grad_output, SymInt[2] output_size, SymInt[4] input_size, bool align_corners, float? scales_h=None, float? scales_w=None, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.3887338Z processing existing schema: aten::_upsample_bicubic2d_aa_backward.vec(Tensor grad_output, SymInt[]? output_size, SymInt[] input_size, bool align_corners, float[]? scale_factors) -> Tensor 2022-12-01T10:11:40.3889402Z processing existing schema: aten::_upsample_bicubic2d_aa_backward.vec_out(Tensor grad_output, SymInt[]? output_size, SymInt[] input_size, bool align_corners, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3890608Z schema: nvprims::view_of(Tensor(a) a) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3892488Z processing existing schema: aten::_upsample_bicubic2d_aa(Tensor self, SymInt[2] output_size, bool align_corners, float? scales_h=None, float? scales_w=None) -> Tensor 2022-12-01T10:11:40.3894679Z processing existing schema: aten::_upsample_bicubic2d_aa.out(Tensor self, SymInt[2] output_size, bool align_corners, float? scales_h=None, float? scales_w=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3896463Z processing existing schema: aten::_upsample_bicubic2d_aa.vec(Tensor input, SymInt[]? output_size, bool align_corners, float[]? scale_factors) -> Tensor 2022-12-01T10:11:40.3898349Z processing existing schema: aten::_upsample_bicubic2d_aa.vec_out(Tensor input, SymInt[]? output_size, bool align_corners, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3899636Z schema: nvprims::convert_element_type(Tensor a, ScalarType dtype) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3901796Z processing existing schema: aten::_upsample_bilinear2d_aa_backward(Tensor grad_output, SymInt[2] output_size, SymInt[4] input_size, bool align_corners, float? scales_h=None, float? scales_w=None) -> Tensor 2022-12-01T10:11:40.3904239Z processing existing schema: aten::_upsample_bilinear2d_aa_backward.grad_input(Tensor grad_output, SymInt[2] output_size, SymInt[4] input_size, bool align_corners, float? scales_h=None, float? scales_w=None, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.3906016Z processing existing schema: aten::_upsample_bilinear2d_aa_backward.vec(Tensor grad_output, SymInt[]? output_size, SymInt[] input_size, bool align_corners, float[]? scale_factors) -> Tensor 2022-12-01T10:11:40.3908346Z processing existing schema: aten::_upsample_bilinear2d_aa_backward.vec_out(Tensor grad_output, SymInt[]? output_size, SymInt[] input_size, bool align_corners, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3909256Z schema: nvprims::where(Tensor pred, Tensor a, Tensor b) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.3911194Z processing existing schema: aten::_upsample_bilinear2d_aa(Tensor self, SymInt[2] output_size, bool align_corners, float? scales_h=None, float? scales_w=None) -> Tensor 2022-12-01T10:11:40.3913354Z processing existing schema: aten::_upsample_bilinear2d_aa.out(Tensor self, SymInt[2] output_size, bool align_corners, float? scales_h=None, float? scales_w=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3914623Z processing existing schema: aten::_upsample_bilinear2d_aa.vec(Tensor input, SymInt[]? output_size, bool align_corners, float[]? scale_factors) -> Tensor 2022-12-01T10:11:40.3916639Z processing existing schema: aten::_upsample_bilinear2d_aa.vec_out(Tensor input, SymInt[]? output_size, bool align_corners, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3917808Z processing existing schema: aten::_upsample_nearest_exact3d_backward.vec(Tensor grad_output, SymInt[]? output_size, SymInt[] input_size, float[]? scale_factors) -> Tensor 2022-12-01T10:11:40.3920500Z processing existing schema: aten::_upsample_nearest_exact3d_backward(Tensor grad_output, SymInt[3] output_size, SymInt[5] input_size, float? scales_d=None, float? scales_h=None, float? scales_w=None) -> Tensor 2022-12-01T10:11:40.3922621Z processing existing schema: aten::_upsample_nearest_exact3d_backward.grad_input(Tensor grad_output, SymInt[3] output_size, SymInt[5] input_size, float? scales_d=None, float? scales_h=None, float? scales_w=None, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.3924527Z processing existing schema: aten::_upsample_nearest_exact3d_backward.vec_out(Tensor grad_output, SymInt[]? output_size, SymInt[] input_size, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3926032Z processing existing schema: aten::_upsample_nearest_exact3d.vec(Tensor input, SymInt[]? output_size, float[]? scale_factors) -> Tensor 2022-12-01T10:11:40.3927771Z processing existing schema: aten::_upsample_nearest_exact3d(Tensor self, SymInt[3] output_size, float? scales_d=None, float? scales_h=None, float? scales_w=None) -> Tensor 2022-12-01T10:11:40.3930033Z processing existing schema: aten::_upsample_nearest_exact3d.out(Tensor self, SymInt[3] output_size, float? scales_d=None, float? scales_h=None, float? scales_w=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3932085Z processing existing schema: aten::_upsample_nearest_exact3d.vec_out(Tensor input, SymInt[]? output_size, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3934676Z processing existing schema: aten::max_pool3d_with_indices_backward(Tensor grad_output, Tensor self, int[3] kernel_size, int[3] stride, int[3] padding, int[3] dilation, bool ceil_mode, Tensor indices) -> Tensor 2022-12-01T10:11:40.3937037Z processing existing schema: aten::max_pool3d_with_indices_backward.grad_input(Tensor grad_output, Tensor self, int[3] kernel_size, int[3] stride, int[3] padding, int[3] dilation, bool ceil_mode, Tensor indices, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.3938648Z processing existing schema: aten::fractional_max_pool3d_backward(Tensor grad_output, Tensor self, int[3] kernel_size, int[3] output_size, Tensor indices) -> Tensor 2022-12-01T10:11:40.3940650Z processing existing schema: aten::fractional_max_pool3d_backward.grad_input(Tensor grad_output, Tensor self, int[3] kernel_size, int[3] output_size, Tensor indices, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.3942181Z processing existing schema: aten::fractional_max_pool2d_backward(Tensor grad_output, Tensor self, int[2] kernel_size, int[2] output_size, Tensor indices) -> Tensor 2022-12-01T10:11:40.3944177Z processing existing schema: aten::fractional_max_pool2d_backward.grad_input(Tensor grad_output, Tensor self, int[2] kernel_size, int[2] output_size, Tensor indices, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.3944796Z schema: aten::adaptive_avg_pool3d_backward.grad_input(Tensor grad_output, Tensor self, *, Tensor(a!) grad_input) -> Tensor(a!) found on allowlist, skipping 2022-12-01T10:11:40.3946113Z processing existing schema: aten::glu_backward_jvp(Tensor grad_x, Tensor grad_glu, Tensor x, Tensor dgrad_glu, Tensor dx, int dim) -> Tensor 2022-12-01T10:11:40.3947841Z processing existing schema: aten::glu_backward_jvp.out(Tensor grad_x, Tensor grad_glu, Tensor x, Tensor dgrad_glu, Tensor dx, int dim, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3949291Z processing existing schema: aten::glu_jvp(Tensor glu, Tensor x, Tensor dx, int dim) -> Tensor 2022-12-01T10:11:40.3950893Z processing existing schema: aten::glu_jvp.out(Tensor glu, Tensor x, Tensor dx, int dim, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3952781Z processing existing schema: aten::huber_loss_backward.out(Tensor grad_output, Tensor self, Tensor target, int reduction, float delta, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.3954098Z processing existing schema: aten::huber_loss_backward(Tensor grad_output, Tensor self, Tensor target, int reduction, float delta) -> Tensor 2022-12-01T10:11:40.3955834Z processing existing schema: aten::smooth_l1_loss_backward.grad_input(Tensor grad_output, Tensor self, Tensor target, int reduction, float beta, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.3957409Z processing existing schema: aten::smooth_l1_loss_backward(Tensor grad_output, Tensor self, Tensor target, int reduction, float beta) -> Tensor 2022-12-01T10:11:40.3958829Z processing existing schema: aten::multilabel_margin_loss_backward(Tensor grad_output, Tensor self, Tensor target, int reduction, Tensor is_target) -> Tensor 2022-12-01T10:11:40.3960789Z processing existing schema: aten::multilabel_margin_loss_backward.grad_input(Tensor grad_output, Tensor self, Tensor target, int reduction, Tensor is_target, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.3962163Z processing existing schema: aten::multi_margin_loss_backward(Tensor grad_output, Tensor self, Tensor target, Scalar p, Scalar margin, Tensor? weight=None, int reduction=1) -> Tensor 2022-12-01T10:11:40.3964150Z processing existing schema: aten::multi_margin_loss_backward.grad_input(Tensor grad_output, Tensor self, Tensor target, Scalar p, Scalar margin, Tensor? weight=None, int reduction=1, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.3965351Z processing existing schema: aten::mse_loss_backward(Tensor grad_output, Tensor self, Tensor target, int reduction) -> Tensor 2022-12-01T10:11:40.3967097Z processing existing schema: aten::mse_loss_backward.grad_input(Tensor grad_output, Tensor self, Tensor target, int reduction, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.3967941Z processing existing schema: prim::is_cpu(Tensor a) -> bool 2022-12-01T10:11:40.3969643Z processing existing schema: aten::_convert_indices_from_csr_to_coo(Tensor crow_indices, Tensor col_indices, *, bool out_int32=False, bool transpose=False) -> Tensor 2022-12-01T10:11:40.3971521Z processing existing schema: aten::_convert_indices_from_csr_to_coo.out(Tensor crow_indices, Tensor col_indices, *, bool out_int32=False, bool transpose=False, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3972320Z processing existing schema: aten::lower(str self) -> str 2022-12-01T10:11:40.3974000Z processing existing schema: aten::_convert_indices_from_coo_to_csr(Tensor self, int size, *, bool out_int32=False) -> Tensor 2022-12-01T10:11:40.3975562Z processing existing schema: aten::_convert_indices_from_coo_to_csr.out(Tensor self, int size, *, bool out_int32=False, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3976926Z processing existing schema: aten::bucketize.Tensor(Tensor self, Tensor boundaries, *, bool out_int32=False, bool right=False) -> Tensor 2022-12-01T10:11:40.3978520Z processing existing schema: aten::bucketize.Tensor_out(Tensor self, Tensor boundaries, *, bool out_int32=False, bool right=False, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3979850Z processing existing schema: aten::bucketize.Scalar(Scalar self, Tensor boundaries, *, bool out_int32=False, bool right=False) -> Tensor 2022-12-01T10:11:40.3981578Z processing existing schema: aten::bucketize.Scalar_out(Scalar self, Tensor boundaries, *, bool out_int32=False, bool right=False, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.3982950Z processing existing schema: quantization::_Bfloat16QuantizedToFloat(Tensor input) -> Tensor 2022-12-01T10:11:40.3984322Z processing existing schema: aten::_foreach_norm.Scalar(Tensor[] self, Scalar ord=2) -> Tensor[] 2022-12-01T10:11:40.3985574Z processing existing schema: aten::_foreach_norm.Scalar_out(Tensor[] self, Scalar ord=2, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.3987126Z processing existing schema: c10d::alltoall_(Tensor[] _0, Tensor[] _1, __torch__.torch.classes.c10d.ProcessGroup _2, int _3) -> __torch__.torch.classes.c10d.Work _0 2022-12-01T10:11:40.3988520Z processing existing schema: aten::_foreach_minimum_.List(Tensor(a!)[] self, Tensor[] other) -> () 2022-12-01T10:11:40.3989989Z processing existing schema: c10d::scatter_(Tensor[] _0, Tensor[][] _1, __torch__.torch.classes.c10d.ProcessGroup _2, int _3, int _4) -> (Tensor[] _0, __torch__.torch.classes.c10d.Work _1) 2022-12-01T10:11:40.3991340Z processing existing schema: aten::_foreach_minimum.List(Tensor[] self, Tensor[] other) -> Tensor[] 2022-12-01T10:11:40.3992632Z processing existing schema: aten::_foreach_minimum.List_out(Tensor[] self, Tensor[] other, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.3994573Z processing existing schema: c10d::gather_(Tensor[][] _0, Tensor[] _1, __torch__.torch.classes.c10d.ProcessGroup _2, int _3, int _4) -> __torch__.torch.classes.c10d.Work _0 2022-12-01T10:11:40.3995761Z processing existing schema: aten::_foreach_maximum_.List(Tensor(a!)[] self, Tensor[] other) -> () 2022-12-01T10:11:40.3997631Z processing existing schema: c10d::reduce_(Tensor[] _0, __torch__.torch.classes.c10d.ProcessGroup _1, __torch__.torch.classes.c10d.ReduceOp _2, int _3, int _4, int _5) -> __torch__.torch.classes.c10d.Work _0 2022-12-01T10:11:40.3998884Z processing existing schema: aten::_foreach_maximum.List(Tensor[] self, Tensor[] other) -> Tensor[] 2022-12-01T10:11:40.4000375Z processing existing schema: aten::_foreach_maximum.List_out(Tensor[] self, Tensor[] other, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.4001564Z processing existing schema: prim::index(Device self) -> int? 2022-12-01T10:11:40.4003145Z processing existing schema: aten::_foreach_addcmul_.Scalar(Tensor(a!)[] self, Tensor[] tensor1, Tensor[] tensor2, Scalar value=1) -> () 2022-12-01T10:11:40.4004533Z processing existing schema: aten::_foreach_addcmul_.ScalarList(Tensor(a!)[] self, Tensor[] tensor1, Tensor[] tensor2, Scalar[] scalars) -> () 2022-12-01T10:11:40.4005354Z processing existing schema: prim::name(Tensor a) -> str? 2022-12-01T10:11:40.4007221Z processing existing schema: aten::_foreach_addcmul.Scalar(Tensor[] self, Tensor[] tensor1, Tensor[] tensor2, Scalar value=1) -> Tensor[] 2022-12-01T10:11:40.4008947Z processing existing schema: aten::_foreach_addcmul.ScalarList(Tensor[] self, Tensor[] tensor1, Tensor[] tensor2, Scalar[] scalars) -> Tensor[] 2022-12-01T10:11:40.4010554Z processing existing schema: aten::_foreach_addcmul.Scalar_out(Tensor[] self, Tensor[] tensor1, Tensor[] tensor2, Scalar value=1, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.4012206Z processing existing schema: aten::_foreach_addcmul.ScalarList_out(Tensor[] self, Tensor[] tensor1, Tensor[] tensor2, Scalar[] scalars, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.4013318Z processing existing schema: prim::is_nested(Tensor a) -> bool 2022-12-01T10:11:40.4014931Z processing existing schema: aten::_foreach_addcdiv_.Scalar(Tensor(a!)[] self, Tensor[] tensor1, Tensor[] tensor2, Scalar value=1) -> () 2022-12-01T10:11:40.4016452Z processing existing schema: aten::_foreach_addcdiv_.ScalarList(Tensor(a!)[] self, Tensor[] tensor1, Tensor[] tensor2, Scalar[] scalars) -> () 2022-12-01T10:11:40.4017610Z processing existing schema: prim::is_ort(Tensor a) -> bool 2022-12-01T10:11:40.4019453Z processing existing schema: aten::_foreach_addcdiv.Scalar(Tensor[] self, Tensor[] tensor1, Tensor[] tensor2, Scalar value=1) -> Tensor[] 2022-12-01T10:11:40.4021237Z processing existing schema: aten::_foreach_addcdiv.ScalarList(Tensor[] self, Tensor[] tensor1, Tensor[] tensor2, Scalar[] scalars) -> Tensor[] 2022-12-01T10:11:40.4023010Z processing existing schema: aten::_foreach_addcdiv.Scalar_out(Tensor[] self, Tensor[] tensor1, Tensor[] tensor2, Scalar value=1, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.4024780Z processing existing schema: aten::_foreach_addcdiv.ScalarList_out(Tensor[] self, Tensor[] tensor1, Tensor[] tensor2, Scalar[] scalars, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.4025878Z schema: prims::bessel_i0(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.4027210Z processing existing schema: aten::_foreach_trunc_(Tensor(a!)[] self) -> () 2022-12-01T10:11:40.4028737Z schema: prims::bessel_j1(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.4030111Z processing existing schema: aten::_foreach_trunc(Tensor[] self) -> Tensor[] 2022-12-01T10:11:40.4031634Z processing existing schema: aten::_foreach_trunc.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.4033232Z processing existing schema: aten::owner_name(RRef(t) self) -> str 2022-12-01T10:11:40.4034631Z processing existing schema: aten::_foreach_sigmoid_(Tensor(a!)[] self) -> () 2022-12-01T10:11:40.4036518Z processing existing schema: aten::owner(RRef(t) self) -> __torch__.torch.classes.dist_rpc.WorkerInfo 2022-12-01T10:11:40.4037952Z processing existing schema: aten::_foreach_sigmoid(Tensor[] self) -> Tensor[] 2022-12-01T10:11:40.4039411Z processing existing schema: aten::_foreach_sigmoid.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.4041015Z processing existing schema: aten::to_here(RRef(t) self, float timeout=60.) -> t(*) 2022-12-01T10:11:40.4042023Z processing existing schema: aten::_foreach_reciprocal_(Tensor(a!)[] self) -> () 2022-12-01T10:11:40.4043556Z processing existing schema: quantization::_FloatToBfloat16Quantized(Tensor input) -> Tensor 2022-12-01T10:11:40.4044813Z processing existing schema: aten::_foreach_reciprocal(Tensor[] self) -> Tensor[] 2022-12-01T10:11:40.4046154Z processing existing schema: aten::_foreach_reciprocal.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.4047946Z processing existing schema: aten::_no_grad_uniform_(Tensor(a!) tensor, float a, float b) -> Tensor(a!) 2022-12-01T10:11:40.4049081Z processing existing schema: aten::_foreach_frac_(Tensor(a!)[] self) -> () 2022-12-01T10:11:40.4050384Z processing existing schema: aten::_get_tracing_state() -> bool 2022-12-01T10:11:40.4051892Z processing existing schema: aten::_foreach_frac(Tensor[] self) -> Tensor[] 2022-12-01T10:11:40.4053322Z processing existing schema: aten::_foreach_frac.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.4054952Z processing existing schema: aten::_no_grad_fill_(Tensor(a!) tensor, float val) -> Tensor(a!) 2022-12-01T10:11:40.4056083Z processing existing schema: aten::_foreach_lgamma_(Tensor(a!)[] self) -> () 2022-12-01T10:11:40.4057915Z processing existing schema: aten::_no_grad_normal_(Tensor(a!) tensor, float mean, float std) -> Tensor(a!) 2022-12-01T10:11:40.4059202Z processing existing schema: aten::_foreach_lgamma(Tensor[] self) -> Tensor[] 2022-12-01T10:11:40.4060667Z processing existing schema: aten::_foreach_lgamma.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.4062120Z processing existing schema: aten::is_owner(RRef(t) self) -> bool 2022-12-01T10:11:40.4063367Z processing existing schema: aten::_foreach_round_(Tensor(a!)[] self) -> () 2022-12-01T10:11:40.4065176Z processing existing schema: aten::local_value(RRef(t) self) -> t(*) 2022-12-01T10:11:40.4066571Z processing existing schema: aten::_foreach_round(Tensor[] self) -> Tensor[] 2022-12-01T10:11:40.4067937Z processing existing schema: aten::_foreach_round.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.4069115Z schema: prims::acos(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.4070296Z processing existing schema: aten::_foreach_sinh_(Tensor(a!)[] self) -> () 2022-12-01T10:11:40.4071668Z schema: prims::abs(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.4073100Z processing existing schema: aten::_foreach_sinh(Tensor[] self) -> Tensor[] 2022-12-01T10:11:40.4074506Z processing existing schema: aten::_foreach_sinh.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.4075847Z processing existing schema: aten::dist_backward(int context_id, Tensor[] roots, bool retain_graph=False) -> () 2022-12-01T10:11:40.4077054Z processing existing schema: aten::_foreach_sin_(Tensor(a!)[] self) -> () 2022-12-01T10:11:40.4078539Z processing existing schema: aten::confirmed_by_owner(RRef(t) self) -> bool 2022-12-01T10:11:40.4080345Z processing existing schema: aten::_foreach_sin(Tensor[] self) -> Tensor[] 2022-12-01T10:11:40.4081727Z processing existing schema: aten::_foreach_sin.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.4083044Z schema: prims::bessel_j0(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.4084453Z processing existing schema: aten::_foreach_tanh_(Tensor(a!)[] self) -> () 2022-12-01T10:11:40.4085715Z schema: prims::cosh(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.4087214Z processing existing schema: aten::_foreach_tanh(Tensor[] self) -> Tensor[] 2022-12-01T10:11:40.4088673Z processing existing schema: aten::_foreach_tanh.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.4089813Z schema: prims::cos(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.4091017Z processing existing schema: aten::_foreach_tan_(Tensor(a!)[] self) -> () 2022-12-01T10:11:40.4092355Z schema: prims::atanh(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.4093756Z processing existing schema: aten::_foreach_tan(Tensor[] self) -> Tensor[] 2022-12-01T10:11:40.4095216Z processing existing schema: aten::_foreach_tan.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.4096531Z processing existing schema: aten::_foreach_neg_(Tensor(a!)[] self) -> () 2022-12-01T10:11:40.4098480Z processing existing schema: c10d::recv_(Tensor[] _0, __torch__.torch.classes.c10d.ProcessGroup _1, int _2, int _3) -> __torch__.torch.classes.c10d.Work _0 2022-12-01T10:11:40.4099863Z processing existing schema: aten::_foreach_neg(Tensor[] self) -> Tensor[] 2022-12-01T10:11:40.4101370Z processing existing schema: aten::_foreach_neg.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.4103620Z processing existing schema: c10d::allgather_(Tensor[][] _0, Tensor[] _1, __torch__.torch.classes.c10d.ProcessGroup _2, int _3) -> (Tensor[][] _0, __torch__.torch.classes.c10d.Work _1) 2022-12-01T10:11:40.4104785Z processing existing schema: aten::_foreach_log2_(Tensor(a!)[] self) -> () 2022-12-01T10:11:40.4106720Z processing existing schema: c10d::allreduce_(Tensor[] _0, __torch__.torch.classes.c10d.ProcessGroup _1, __torch__.torch.classes.c10d.ReduceOp _2, int _3) -> (Tensor[] _0, __torch__.torch.classes.c10d.Work _1) 2022-12-01T10:11:40.4107974Z processing existing schema: aten::_foreach_log2(Tensor[] self) -> Tensor[] 2022-12-01T10:11:40.4109459Z processing existing schema: aten::_foreach_log2.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.4111304Z processing existing schema: c10d::broadcast_(Tensor[] _0, __torch__.torch.classes.c10d.ProcessGroup _1, int _2, int _3, int _4) -> (Tensor[] _0, __torch__.torch.classes.c10d.Work _1) 2022-12-01T10:11:40.4112464Z processing existing schema: aten::_foreach_log1p_(Tensor(a!)[] self) -> () 2022-12-01T10:11:40.4114031Z processing existing schema: aten::_foreach_log1p(Tensor[] self) -> Tensor[] 2022-12-01T10:11:40.4115478Z processing existing schema: aten::_foreach_log1p.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.4116654Z processing existing schema: aten::set_grad_enabled(bool val) -> () 2022-12-01T10:11:40.4117989Z processing existing schema: aten::_foreach_log10_(Tensor(a!)[] self) -> () 2022-12-01T10:11:40.4119489Z processing existing schema: aten::is_grad_enabled() -> bool 2022-12-01T10:11:40.4121097Z processing existing schema: aten::_foreach_log10(Tensor[] self) -> Tensor[] 2022-12-01T10:11:40.4122567Z processing existing schema: aten::_foreach_log10.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.4124754Z processing existing schema: c10d::reduce_scatter_(Tensor[] _0, Tensor[][] _1, __torch__.torch.classes.c10d.ProcessGroup _2, __torch__.torch.classes.c10d.ReduceOp _3, int _4) -> (Tensor[] _0, __torch__.torch.classes.c10d.Work _1) 2022-12-01T10:11:40.4125492Z processing existing schema: aten::_foreach_log_(Tensor(a!)[] self) -> () 2022-12-01T10:11:40.4126971Z processing existing schema: aten::_no_grad_zero_(Tensor(a!) tensor) -> Tensor(a!) 2022-12-01T10:11:40.4128324Z processing existing schema: aten::_foreach_log(Tensor[] self) -> Tensor[] 2022-12-01T10:11:40.4129851Z processing existing schema: aten::_foreach_log.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.4131163Z processing existing schema: aten::_pack_sequence(Tensor output, Tensor batch_sizes, Tensor? sorted_indices, Tensor? unsorted_indices) -> (Tensor, Tensor, Tensor?, Tensor?) 2022-12-01T10:11:40.4131979Z processing existing schema: aten::_foreach_floor_(Tensor(a!)[] self) -> () 2022-12-01T10:11:40.4133556Z processing existing schema: aten::_no_grad_embedding_renorm_(Tensor weight, Tensor input, float max_norm, float norm_type) -> Tensor 2022-12-01T10:11:40.4134876Z processing existing schema: aten::_foreach_floor(Tensor[] self) -> Tensor[] 2022-12-01T10:11:40.4136099Z processing existing schema: aten::_foreach_floor.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.4137627Z processing existing schema: aten::_infer_size(int[] a, int[] b) -> int[] 2022-12-01T10:11:40.4138438Z processing existing schema: aten::_foreach_expm1_(Tensor(a!)[] self) -> () 2022-12-01T10:11:40.4139996Z processing existing schema: _test::get_first(str[][] _0) -> str _0 2022-12-01T10:11:40.4141264Z processing existing schema: aten::_foreach_expm1(Tensor[] self) -> Tensor[] 2022-12-01T10:11:40.4142453Z processing existing schema: aten::_foreach_expm1.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.4143305Z processing existing schema: aten::_foreach_erfc_(Tensor(a!)[] self) -> () 2022-12-01T10:11:40.4144914Z processing existing schema: aten::__upsample_bilinear(Tensor input, int? size=None, int? scale_factor=None) -> Tensor 2022-12-01T10:11:40.4146390Z processing existing schema: aten::__upsample_bilinear.size_list(Tensor input, int[]? size=None, int? scale_factor=None) -> Tensor 2022-12-01T10:11:40.4147882Z processing existing schema: aten::__upsample_bilinear.scale_list(Tensor input, int? size=None, int[]? scale_factor=None) -> Tensor 2022-12-01T10:11:40.4149521Z processing existing schema: aten::__upsample_bilinear.size_list_scale_list(Tensor input, int[]? size=None, int[]? scale_factor=None) -> Tensor 2022-12-01T10:11:40.4150395Z processing existing schema: aten::_foreach_erfc(Tensor[] self) -> Tensor[] 2022-12-01T10:11:40.4151860Z processing existing schema: aten::_foreach_erfc.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.4153568Z processing existing schema: aten::__upsample(Tensor input, int? size=None, int? scale_factor=None, str mode="nearest", bool? align_corners=None) -> Tensor 2022-12-01T10:11:40.4155631Z processing existing schema: aten::__upsample.size_list(Tensor input, int[]? size=None, int? scale_factor=None, str mode="nearest", bool? align_corners=None) -> Tensor 2022-12-01T10:11:40.4156429Z processing existing schema: aten::_foreach_erf_(Tensor(a!)[] self) -> () 2022-12-01T10:11:40.4158019Z processing existing schema: aten::__upsample_nearest(Tensor input, int? size=None, int? scale_factor=None) -> Tensor 2022-12-01T10:11:40.4159721Z processing existing schema: aten::__upsample_nearest.size_list(Tensor input, int[]? size=None, int? scale_factor=None) -> Tensor 2022-12-01T10:11:40.4161177Z processing existing schema: aten::_foreach_erf(Tensor[] self) -> Tensor[] 2022-12-01T10:11:40.4161813Z processing existing schema: aten::_foreach_erf.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.4163346Z processing existing schema: aten::_tensor_to_list(Tensor self) -> int[] 2022-12-01T10:11:40.4164436Z processing existing schema: aten::_foreach_cosh_(Tensor(a!)[] self) -> () 2022-12-01T10:11:40.4165533Z processing existing schema: aten::fabs.int(int a) -> float 2022-12-01T10:11:40.4167098Z processing existing schema: aten::fabs.float(float a) -> float 2022-12-01T10:11:40.4168018Z processing existing schema: aten::fabs.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:40.4169316Z processing existing schema: aten::_foreach_cosh(Tensor[] self) -> Tensor[] 2022-12-01T10:11:40.4170773Z processing existing schema: aten::_foreach_cosh.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.4171940Z processing existing schema: aten::gamma.int(int a) -> float 2022-12-01T10:11:40.4173363Z processing existing schema: aten::gamma.float(float a) -> float 2022-12-01T10:11:40.4174171Z processing existing schema: aten::gamma.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:40.4175589Z processing existing schema: aten::_foreach_cos_(Tensor(a!)[] self) -> () 2022-12-01T10:11:40.4176912Z processing existing schema: aten::factorial.int(int a) -> int 2022-12-01T10:11:40.4179041Z processing existing schema: aten::_foreach_cos(Tensor[] self) -> Tensor[] 2022-12-01T10:11:40.4179290Z processing existing schema: aten::_foreach_cos.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.4180856Z processing existing schema: aten::radians.int(int a) -> float 2022-12-01T10:11:40.4182197Z processing existing schema: aten::radians.float(float a) -> float 2022-12-01T10:11:40.4183146Z processing existing schema: aten::radians.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:40.4184569Z processing existing schema: aten::_foreach_ceil_(Tensor(a!)[] self) -> () 2022-12-01T10:11:40.4185810Z processing existing schema: aten::degrees.int(int a) -> float 2022-12-01T10:11:40.4186683Z processing existing schema: aten::degrees.float(float a) -> float 2022-12-01T10:11:40.4187927Z processing existing schema: aten::degrees.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:40.4189656Z processing existing schema: aten::_foreach_ceil(Tensor[] self) -> Tensor[] 2022-12-01T10:11:40.4190837Z processing existing schema: aten::_foreach_ceil.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.4192004Z processing existing schema: aten::mathremainder.int(int a, int b) -> float 2022-12-01T10:11:40.4193473Z processing existing schema: aten::mathremainder.float(float a, float b) -> float 2022-12-01T10:11:40.4194649Z processing existing schema: aten::mathremainder.int_float(int a, float b) -> float 2022-12-01T10:11:40.4196059Z processing existing schema: aten::mathremainder.float_int(float a, int b) -> float 2022-12-01T10:11:40.4197312Z processing existing schema: aten::mathremainder(Scalar a, Scalar b) -> float 2022-12-01T10:11:40.4198637Z processing existing schema: aten::_foreach_atan_(Tensor(a!)[] self) -> () 2022-12-01T10:11:40.4200045Z processing existing schema: aten::modf(float a) -> (float, float) 2022-12-01T10:11:40.4201491Z processing existing schema: aten::_foreach_atan(Tensor[] self) -> Tensor[] 2022-12-01T10:11:40.4202612Z processing existing schema: aten::_foreach_atan.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.4203763Z processing existing schema: aten::remove.int(int[](a!) self, int el) -> () 2022-12-01T10:11:40.4205031Z processing existing schema: aten::remove.float(float[](a!) self, float el) -> () 2022-12-01T10:11:40.4205928Z processing existing schema: aten::remove.bool(bool[](a!) self, bool el) -> () 2022-12-01T10:11:40.4207205Z processing existing schema: aten::remove.Tensor(Tensor[](a!) self, Tensor el) -> () 2022-12-01T10:11:40.4208321Z processing existing schema: aten::remove.str(str[](a!) self, str el) -> () 2022-12-01T10:11:40.4209346Z processing existing schema: aten::_foreach_asin_(Tensor(a!)[] self) -> () 2022-12-01T10:11:40.4210731Z processing existing schema: aten::cuda(Tensor(a) self) -> Tensor(a|b) 2022-12-01T10:11:40.4211951Z processing existing schema: aten::_foreach_asin(Tensor[] self) -> Tensor[] 2022-12-01T10:11:40.4213181Z processing existing schema: aten::_foreach_asin.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.4214293Z processing existing schema: prim::is_ipu(Tensor a) -> bool 2022-12-01T10:11:40.4215418Z processing existing schema: aten::_foreach_acos_(Tensor(a!)[] self) -> () 2022-12-01T10:11:40.4216577Z processing existing schema: prim::is_vulkan(Tensor a) -> bool 2022-12-01T10:11:40.4218003Z processing existing schema: aten::_foreach_acos(Tensor[] self) -> Tensor[] 2022-12-01T10:11:40.4219202Z processing existing schema: aten::_foreach_acos.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.4220076Z processing existing schema: prim::is_mps(Tensor a) -> bool 2022-12-01T10:11:40.4220973Z processing existing schema: aten::_foreach_abs_(Tensor(a!)[] self) -> () 2022-12-01T10:11:40.4222258Z processing existing schema: prim::is_mkldnn(Tensor a) -> bool 2022-12-01T10:11:40.4223640Z processing existing schema: aten::_foreach_abs(Tensor[] self) -> Tensor[] 2022-12-01T10:11:40.4224914Z processing existing schema: aten::_foreach_abs.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.4226521Z schema: prims::asin(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.4227236Z processing existing schema: aten::_foreach_sqrt_(Tensor(a!)[] self) -> () 2022-12-01T10:11:40.4228693Z schema: prims::acosh(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.4229940Z processing existing schema: aten::_foreach_sqrt(Tensor[] self) -> Tensor[] 2022-12-01T10:11:40.4231120Z processing existing schema: aten::_foreach_sqrt.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.4232116Z schema: prims::bessel_i1(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.4233265Z processing existing schema: aten::_foreach_zero_(Tensor(a!)[] self) -> () 2022-12-01T10:11:40.4234460Z processing existing schema: _test::cat(Tensor[] inputs) -> Tensor 2022-12-01T10:11:40.4235578Z processing existing schema: aten::_foreach_exp_(Tensor(a!)[] self) -> () 2022-12-01T10:11:40.4237279Z processing existing schema: _test::leaky_relu(Tensor self, float v=0.01) -> Tensor 2022-12-01T10:11:40.4238771Z processing existing schema: aten::_foreach_exp(Tensor[] self) -> Tensor[] 2022-12-01T10:11:40.4240077Z processing existing schema: aten::_foreach_exp.out(Tensor[] self, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.4242496Z processing existing schema: aten::__interpolate.scale_list(Tensor input, int? size=None, float[]? scale_factor=None, str mode="nearest", bool? align_corners=None, bool? recompute_scale_factor=None, bool antialias=False) -> Tensor 2022-12-01T10:11:40.4244661Z processing existing schema: aten::__interpolate.size_list_scale_list(Tensor input, int[]? size=None, float[]? scale_factor=None, str mode="nearest", bool? align_corners=None, bool? recompute_scale_factor=None, bool antialias=False) -> Tensor 2022-12-01T10:11:40.4246410Z processing existing schema: aten::__interpolate(Tensor input, int? size=None, float? scale_factor=None, str mode="nearest", bool? align_corners=None, bool? recompute_scale_factor=None, bool antialias=False) -> Tensor 2022-12-01T10:11:40.4248474Z processing existing schema: aten::__interpolate.size_list(Tensor input, int[]? size=None, float? scale_factor=None, str mode="nearest", bool? align_corners=None, bool? recompute_scale_factor=None, bool antialias=False) -> Tensor 2022-12-01T10:11:40.4249652Z processing existing schema: aten::_foreach_div_.Scalar(Tensor(a!)[] self, Scalar scalar) -> () 2022-12-01T10:11:40.4250914Z processing existing schema: aten::_foreach_div_.List(Tensor(a!)[] self, Tensor[] other) -> () 2022-12-01T10:11:40.4252112Z processing existing schema: aten::_foreach_div_.ScalarList(Tensor(a!)[] self, Scalar[] scalars) -> () 2022-12-01T10:11:40.4253351Z processing existing schema: aten::_list_to_tensor(int[] self) -> Tensor 2022-12-01T10:11:40.4254828Z processing existing schema: aten::_foreach_div.Scalar(Tensor[] self, Scalar scalar) -> Tensor[] 2022-12-01T10:11:40.4256193Z processing existing schema: aten::_foreach_div.List(Tensor[] self, Tensor[] other) -> Tensor[] 2022-12-01T10:11:40.4257747Z processing existing schema: aten::_foreach_div.ScalarList(Tensor[] self, Scalar[] scalars) -> Tensor[] 2022-12-01T10:11:40.4259296Z processing existing schema: aten::_foreach_div.Scalar_out(Tensor[] self, Scalar scalar, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.4260406Z processing existing schema: aten::_foreach_div.List_out(Tensor[] self, Tensor[] other, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.4261909Z processing existing schema: aten::_foreach_div.ScalarList_out(Tensor[] self, Scalar[] scalars, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.4263564Z processing existing schema: c10d::send(Tensor[] _0, __torch__.torch.classes.c10d.ProcessGroup _1, int _2, int _3) -> __torch__.torch.classes.c10d.Work _0 2022-12-01T10:11:40.4264637Z processing existing schema: aten::_foreach_mul_.Scalar(Tensor(a!)[] self, Scalar scalar) -> () 2022-12-01T10:11:40.4265890Z processing existing schema: aten::_foreach_mul_.List(Tensor(a!)[] self, Tensor[] other) -> () 2022-12-01T10:11:40.4267302Z processing existing schema: aten::_foreach_mul_.ScalarList(Tensor(a!)[] self, Scalar[] scalars) -> () 2022-12-01T10:11:40.4268925Z processing existing schema: c10d::barrier(__torch__.torch.classes.c10d.ProcessGroup _0, int[] _1, int _2) -> __torch__.torch.classes.c10d.Work _0 2022-12-01T10:11:40.4270295Z processing existing schema: aten::_foreach_mul.Scalar(Tensor[] self, Scalar scalar) -> Tensor[] 2022-12-01T10:11:40.4271769Z processing existing schema: aten::_foreach_mul.List(Tensor[] self, Tensor[] other) -> Tensor[] 2022-12-01T10:11:40.4273309Z processing existing schema: aten::_foreach_mul.ScalarList(Tensor[] self, Scalar[] scalars) -> Tensor[] 2022-12-01T10:11:40.4274661Z processing existing schema: aten::_foreach_mul.Scalar_out(Tensor[] self, Scalar scalar, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.4276015Z processing existing schema: aten::_foreach_mul.List_out(Tensor[] self, Tensor[] other, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.4277453Z processing existing schema: aten::_foreach_mul.ScalarList_out(Tensor[] self, Scalar[] scalars, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.4278614Z schema: prims::atan(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.4280307Z processing existing schema: aten::_foreach_sub_.Scalar(Tensor(a!)[] self, Scalar scalar) -> () 2022-12-01T10:11:40.4281810Z processing existing schema: aten::_foreach_sub_.List(Tensor(a!)[] self, Tensor[] other, *, Scalar alpha=1) -> () 2022-12-01T10:11:40.4283104Z processing existing schema: aten::_foreach_sub_.ScalarList(Tensor(a!)[] self, Scalar[] scalars) -> () 2022-12-01T10:11:40.4284211Z schema: prims::asinh(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.4285551Z processing existing schema: aten::_foreach_sub.Scalar(Tensor[] self, Scalar scalar) -> Tensor[] 2022-12-01T10:11:40.4287172Z processing existing schema: aten::_foreach_sub.List(Tensor[] self, Tensor[] other, *, Scalar alpha=1) -> Tensor[] 2022-12-01T10:11:40.4288675Z processing existing schema: aten::_foreach_sub.ScalarList(Tensor[] self, Scalar[] scalars) -> Tensor[] 2022-12-01T10:11:40.4290001Z processing existing schema: aten::_foreach_sub.Scalar_out(Tensor[] self, Scalar scalar, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.4292084Z processing existing schema: aten::_foreach_sub.List_out(Tensor[] self, Tensor[] other, *, Scalar alpha=1, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.4292919Z processing existing schema: aten::_foreach_sub.ScalarList_out(Tensor[] self, Scalar[] scalars, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.4293887Z processing existing schema: prim::is_meta(Tensor a) -> bool 2022-12-01T10:11:40.4295227Z processing existing schema: aten::_foreach_add_.Scalar(Tensor(a!)[] self, Scalar scalar) -> () 2022-12-01T10:11:40.4296758Z processing existing schema: aten::_foreach_add_.List(Tensor(a!)[] self, Tensor[] other, *, Scalar alpha=1) -> () 2022-12-01T10:11:40.4297877Z processing existing schema: aten::_foreach_add_.ScalarList(Tensor(a!)[] self, Scalar[] scalars) -> () 2022-12-01T10:11:40.4298977Z processing existing schema: prim::is_quantized(Tensor a) -> bool 2022-12-01T10:11:40.4300774Z processing existing schema: aten::_foreach_add.Scalar(Tensor[] self, Scalar scalar) -> Tensor[] 2022-12-01T10:11:40.4302147Z processing existing schema: aten::_foreach_add.List(Tensor[] self, Tensor[] other, *, Scalar alpha=1) -> Tensor[] 2022-12-01T10:11:40.4303595Z processing existing schema: aten::_foreach_add.ScalarList(Tensor[] self, Scalar[] scalars) -> Tensor[] 2022-12-01T10:11:40.4304917Z processing existing schema: aten::_foreach_add.Scalar_out(Tensor[] self, Scalar scalar, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.4306381Z processing existing schema: aten::_foreach_add.List_out(Tensor[] self, Tensor[] other, *, Scalar alpha=1, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.4307572Z processing existing schema: aten::_foreach_add.ScalarList_out(Tensor[] self, Scalar[] scalars, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.4309119Z processing existing schema: aten::unfold_backward(Tensor grad_in, int[] input_sizes, int dim, int size, int step) -> Tensor 2022-12-01T10:11:40.4311091Z processing existing schema: aten::unfold_backward.out(Tensor grad_in, int[] input_sizes, int dim, int size, int step, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4312270Z processing existing schema: aten::renorm_(Tensor(a!) self, Scalar p, int dim, Scalar maxnorm) -> Tensor(a!) 2022-12-01T10:11:40.4313888Z processing existing schema: aten::remainder_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.4315549Z processing existing schema: aten::remainder_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:40.4317122Z processing existing schema: aten::fmod_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.4318750Z processing existing schema: aten::fmod_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:40.4320248Z schema: prims::imag(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.4322249Z processing existing schema: aten::_histogramdd_from_bin_tensors(Tensor self, Tensor[] bins, *, Tensor? weight=None, bool density=False) -> Tensor 2022-12-01T10:11:40.4324357Z processing existing schema: aten::_histogramdd_from_bin_tensors.out(Tensor self, Tensor[] bins, *, Tensor? weight=None, bool density=False, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4325358Z schema: prims::floor(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.4327602Z processing existing schema: aten::_histogramdd_from_bin_cts(Tensor self, int[] bins, *, float[]? range=None, Tensor? weight=None, bool density=False) -> Tensor 2022-12-01T10:11:40.4329875Z processing existing schema: aten::_histogramdd_from_bin_cts.out(Tensor self, int[] bins, *, float[]? range=None, Tensor? weight=None, bool density=False, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4330906Z schema: prims::fill(Tensor self, Scalar value) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.4332982Z processing existing schema: aten::_histogramdd_bin_edges(Tensor self, int[] bins, *, float[]? range=None, Tensor? weight=None, bool density=False) -> Tensor[] 2022-12-01T10:11:40.4334951Z processing existing schema: aten::_histogramdd_bin_edges.out(Tensor self, int[] bins, *, float[]? range=None, Tensor? weight=None, bool density=False, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.4336078Z processing existing schema: aten::histogram.bins_tensor(Tensor self, Tensor bins, *, Tensor? weight=None, bool density=False) -> (Tensor hist, Tensor bin_edges) 2022-12-01T10:11:40.4338303Z processing existing schema: aten::histogram.bins_tensor_out(Tensor self, Tensor bins, *, Tensor? weight=None, bool density=False, Tensor(a!) hist, Tensor(b!) bin_edges) -> (Tensor(a!) hist, Tensor(b!) bin_edges) 2022-12-01T10:11:40.4339949Z processing existing schema: aten::histogram.bin_ct(Tensor self, int bins=100, *, float[]? range=None, Tensor? weight=None, bool density=False) -> (Tensor hist, Tensor bin_edges) 2022-12-01T10:11:40.4342255Z processing existing schema: aten::histogram.bin_ct_out(Tensor self, int bins=100, *, float[]? range=None, Tensor? weight=None, bool density=False, Tensor(a!) hist, Tensor(b!) bin_edges) -> (Tensor(a!) hist, Tensor(b!) bin_edges) 2022-12-01T10:11:40.4343612Z processing existing schema: aten::histc(Tensor self, int bins=100, Scalar min=0, Scalar max=0) -> Tensor 2022-12-01T10:11:40.4345692Z processing existing schema: aten::histc.out(Tensor self, int bins=100, Scalar min=0, Scalar max=0, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4347267Z processing existing schema: aten::lu_unpack(Tensor LU_data, Tensor LU_pivots, bool unpack_data=True, bool unpack_pivots=True) -> (Tensor P, Tensor L, Tensor U) 2022-12-01T10:11:40.4349555Z processing existing schema: aten::lu_unpack.out(Tensor LU_data, Tensor LU_pivots, bool unpack_data=True, bool unpack_pivots=True, *, Tensor(a!) P, Tensor(b!) L, Tensor(c!) U) -> (Tensor(a!) P, Tensor(b!) L, Tensor(c!) U) 2022-12-01T10:11:40.4350473Z processing existing schema: aten::element_size(Tensor self) -> int 2022-12-01T10:11:40.4352237Z processing existing schema: aten::_cholesky_solve_helper(Tensor self, Tensor A, bool upper) -> Tensor 2022-12-01T10:11:40.4353558Z processing existing schema: aten::_cholesky_solve_helper.out(Tensor self, Tensor A, bool upper, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4354756Z schema: nvprims::log10(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.4356025Z processing existing schema: aten::_symeig_helper(Tensor self, bool eigenvectors, bool upper) -> (Tensor, Tensor) 2022-12-01T10:11:40.4357855Z processing existing schema: aten::_symeig_helper.out(Tensor self, bool eigenvectors, bool upper, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:40.4358702Z processing existing schema: aten::take(Tensor self, Tensor index) -> Tensor 2022-12-01T10:11:40.4360387Z processing existing schema: aten::take.out(Tensor self, Tensor index, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4361910Z processing existing schema: aten::lt_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:40.4363383Z processing existing schema: aten::lt_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.4364897Z processing existing schema: aten::gt_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:40.4366380Z processing existing schema: aten::gt_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.4367888Z processing existing schema: aten::le_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:40.4369367Z processing existing schema: aten::le_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.4370882Z processing existing schema: aten::ge_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:40.4372369Z processing existing schema: aten::ge_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.4373870Z processing existing schema: aten::ne_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:40.4375368Z processing existing schema: aten::ne_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.4377151Z processing existing schema: aten::addbmm_(Tensor(a!) self, Tensor batch1, Tensor batch2, *, Scalar beta=1, Scalar alpha=1) -> Tensor(a!) 2022-12-01T10:11:40.4378734Z processing existing schema: aten::lerp_.Scalar(Tensor(a!) self, Tensor end, Scalar weight) -> Tensor(a!) 2022-12-01T10:11:40.4380224Z processing existing schema: aten::lerp_.Tensor(Tensor(a!) self, Tensor end, Tensor weight) -> Tensor(a!) 2022-12-01T10:11:40.4381706Z processing existing schema: aten::triu_(Tensor(a!) self, int diagonal=0) -> Tensor(a!) 2022-12-01T10:11:40.4383231Z processing existing schema: aten::tril_(Tensor(a!) self, int diagonal=0) -> Tensor(a!) 2022-12-01T10:11:40.4384770Z processing existing schema: aten::bitwise_right_shift_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.4386311Z processing existing schema: aten::bitwise_right_shift_.Tensor_Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:40.4387794Z processing existing schema: aten::bitwise_left_shift_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.4389339Z processing existing schema: aten::bitwise_left_shift_.Tensor_Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:40.4390828Z processing existing schema: aten::bitwise_xor_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.4392495Z processing existing schema: aten::bitwise_xor_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:40.4393933Z processing existing schema: aten::bitwise_or_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.4395513Z processing existing schema: aten::bitwise_or_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:40.4397039Z processing existing schema: aten::bitwise_and_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.4398732Z processing existing schema: aten::bitwise_and_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:40.4400417Z processing existing schema: aten::eq_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:40.4401865Z processing existing schema: aten::eq_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.4404109Z processing existing schema: aten::scatter_reduce_.two(Tensor(a!) self, int dim, Tensor index, Tensor src, str reduce, *, bool include_self=True) -> Tensor(a!) 2022-12-01T10:11:40.4405808Z processing existing schema: aten::scatter_reduce.two(Tensor self, int dim, Tensor index, Tensor src, str reduce, *, bool include_self=True) -> Tensor 2022-12-01T10:11:40.4407944Z processing existing schema: aten::scatter_reduce.two_out(Tensor self, int dim, Tensor index, Tensor src, str reduce, *, bool include_self=True, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4409601Z processing existing schema: aten::scatter_add_(Tensor(a!) self, int dim, Tensor index, Tensor src) -> Tensor(a!) 2022-12-01T10:11:40.4411416Z processing existing schema: aten::scatter_.src(Tensor(a!) self, int dim, Tensor index, Tensor src) -> Tensor(a!) 2022-12-01T10:11:40.4413324Z processing existing schema: aten::scatter_.value(Tensor(a!) self, int dim, Tensor index, Scalar value) -> Tensor(a!) 2022-12-01T10:11:40.4415169Z processing existing schema: aten::scatter_.reduce(Tensor(a!) self, int dim, Tensor index, Tensor src, *, str reduce) -> Tensor(a!) 2022-12-01T10:11:40.4417185Z processing existing schema: aten::scatter_.value_reduce(Tensor(a!) self, int dim, Tensor index, Scalar value, *, str reduce) -> Tensor(a!) 2022-12-01T10:11:40.4419120Z processing existing schema: aten::index_reduce_(Tensor(a!) self, int dim, Tensor index, Tensor source, str reduce, *, bool include_self=True) -> Tensor(a!) 2022-12-01T10:11:40.4420866Z processing existing schema: aten::index_reduce(Tensor self, int dim, Tensor index, Tensor source, str reduce, *, bool include_self=True) -> Tensor 2022-12-01T10:11:40.4422969Z processing existing schema: aten::index_reduce.out(Tensor self, int dim, Tensor index, Tensor source, str reduce, *, bool include_self=True, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4424852Z processing existing schema: aten::index_add_(Tensor(a!) self, int dim, Tensor index, Tensor source, *, Scalar alpha=1) -> Tensor(a!) 2022-12-01T10:11:40.4426721Z processing existing schema: aten::put_(Tensor(a!) self, Tensor index, Tensor source, bool accumulate=False) -> Tensor(a!) 2022-12-01T10:11:40.4428169Z schema: prims::bitwise_or(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.4429851Z processing existing schema: aten::_masked_softmax_backward(Tensor grad_output, Tensor output, Tensor mask, int? dim=None) -> Tensor 2022-12-01T10:11:40.4431849Z processing existing schema: aten::_masked_softmax_backward.out(Tensor grad_output, Tensor output, Tensor mask, int? dim=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4433374Z schema: prims::bitwise_and(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.4434987Z processing existing schema: aten::_masked_softmax(Tensor self, Tensor mask, int? dim=None, int? mask_type=None) -> Tensor 2022-12-01T10:11:40.4436989Z processing existing schema: aten::_masked_softmax.out(Tensor self, Tensor mask, int? dim=None, int? mask_type=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4438877Z processing existing schema: aten::masked_scatter_(Tensor(a!) self, Tensor mask, Tensor source) -> Tensor(a!) 2022-12-01T10:11:40.4440418Z processing existing schema: aten::is_set_to(Tensor self, Tensor tensor) -> bool 2022-12-01T10:11:40.4441822Z schema: prims::ceil(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.4444765Z processing existing schema: aten::_fused_moving_avg_obs_fq_helper(Tensor self, Tensor observer_on, Tensor fake_quant_on, Tensor(a!) running_min, Tensor(b!) running_max, Tensor(c!) scale, Tensor(d!) zero_point, float averaging_const, int quant_min, int quant_max, int ch_axis, bool per_row_fake_quant=False, bool symmetric_quant=False) -> (Tensor output, Tensor mask) 2022-12-01T10:11:40.4447490Z processing existing schema: aten::_fused_moving_avg_obs_fq_helper.out(Tensor self, Tensor observer_on, Tensor fake_quant_on, Tensor(a!) running_min, Tensor(b!) running_max, Tensor(c!) scale, Tensor(d!) zero_point, float averaging_const, int quant_min, int quant_max, int ch_axis, bool per_row_fake_quant=False, bool symmetric_quant=False, *, Tensor(e!) out0, Tensor(f!) out1) -> (Tensor(e!), Tensor(f!)) 2022-12-01T10:11:40.4448327Z processing existing schema: aten::lstrip(str self, str chars=" \n\t\f\v") -> str 2022-12-01T10:11:40.4450514Z processing existing schema: aten::_fake_quantize_learnable_per_channel_affine_backward(Tensor grad, Tensor self, Tensor scale, Tensor zero_point, int axis, int quant_min, int quant_max, float grad_factor=1.) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:40.4451639Z processing existing schema: aten::zfill(str self, int width) -> str 2022-12-01T10:11:40.4453643Z processing existing schema: aten::_fake_quantize_learnable_per_channel_affine(Tensor self, Tensor scale, Tensor zero_point, int axis, int quant_min, int quant_max, float grad_factor=1.) -> Tensor 2022-12-01T10:11:40.4455770Z processing existing schema: aten::_fake_quantize_learnable_per_channel_affine.out(Tensor self, Tensor scale, Tensor zero_point, int axis, int quant_min, int quant_max, float grad_factor=1., *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4457401Z processing existing schema: aten::fake_quantize_per_channel_affine_cachemask(Tensor self, Tensor scale, Tensor zero_point, int axis, int quant_min, int quant_max) -> (Tensor output, Tensor mask) 2022-12-01T10:11:40.4459309Z processing existing schema: aten::fake_quantize_per_channel_affine_cachemask.out(Tensor self, Tensor scale, Tensor zero_point, int axis, int quant_min, int quant_max, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:40.4460615Z processing existing schema: aten::replace(str self, str old, str new, int max=-1) -> str 2022-12-01T10:11:40.4462493Z processing existing schema: aten::_fake_quantize_learnable_per_tensor_affine_backward(Tensor grad, Tensor self, Tensor scale, Tensor zero_point, int quant_min, int quant_max, float grad_factor=1.) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:40.4463728Z processing existing schema: aten::rstrip(str self, str chars=" \n\t\f\v") -> str 2022-12-01T10:11:40.4465799Z processing existing schema: aten::_fake_quantize_learnable_per_tensor_affine(Tensor self, Tensor scale, Tensor zero_point, int quant_min, int quant_max, float grad_factor=1.) -> Tensor 2022-12-01T10:11:40.4467826Z processing existing schema: aten::_fake_quantize_learnable_per_tensor_affine.out(Tensor self, Tensor scale, Tensor zero_point, int quant_min, int quant_max, float grad_factor=1., *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4468923Z processing existing schema: aten::partition(str self, str separator) -> (str, str, str) 2022-12-01T10:11:40.4470885Z processing existing schema: aten::_fake_quantize_per_tensor_affine_cachemask_tensor_qparams(Tensor self, Tensor scale, Tensor zero_point, Tensor fake_quant_enabled, int quant_min, int quant_max) -> (Tensor output, Tensor mask) 2022-12-01T10:11:40.4472890Z processing existing schema: aten::_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.out(Tensor self, Tensor scale, Tensor zero_point, Tensor fake_quant_enabled, int quant_min, int quant_max, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:40.4474017Z processing existing schema: aten::fake_quantize_per_tensor_affine_cachemask(Tensor self, float scale, int zero_point, int quant_min, int quant_max) -> (Tensor output, Tensor mask) 2022-12-01T10:11:40.4475979Z processing existing schema: aten::fake_quantize_per_tensor_affine_cachemask.out(Tensor self, float scale, int zero_point, int quant_min, int quant_max, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:40.4477130Z schema: prims::trunc(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.4478674Z processing existing schema: aten::_make_per_channel_quantized_tensor(Tensor self, Tensor scale, Tensor zero_point, int axis) -> Tensor 2022-12-01T10:11:40.4480719Z processing existing schema: aten::_make_per_channel_quantized_tensor.out(Tensor self, Tensor scale, Tensor zero_point, int axis, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4482001Z schema: prims::add(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.4483530Z processing existing schema: aten::_make_per_tensor_quantized_tensor(Tensor self, float scale, int zero_point) -> Tensor 2022-12-01T10:11:40.4485369Z processing existing schema: aten::_make_per_tensor_quantized_tensor.out(Tensor self, float scale, int zero_point, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4486700Z processing existing schema: aten::dequantize.self(Tensor self) -> Tensor 2022-12-01T10:11:40.4488436Z processing existing schema: aten::dequantize.self_out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4489894Z processing existing schema: aten::dequantize.tensors_out(Tensor[] tensors, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.4491329Z processing existing schema: aten::dequantize.tensors(Tensor[] tensors) -> Tensor[] 2022-12-01T10:11:40.4492758Z processing existing schema: aten::dequantize.tensor(Tensor qtensor) -> Tensor 2022-12-01T10:11:40.4494279Z processing existing schema: aten::dequantize.list(Tensor[] qtensors) -> Tensor[] 2022-12-01T10:11:40.4495693Z processing existing schema: aten::dequantize.any(Any tensors) -> Any 2022-12-01T10:11:40.4497415Z processing existing schema: aten::quantize_per_channel(Tensor self, Tensor scales, Tensor zero_points, int axis, ScalarType dtype) -> Tensor 2022-12-01T10:11:40.4499352Z processing existing schema: aten::quantize_per_channel.out(Tensor self, Tensor scales, Tensor zero_points, int axis, ScalarType dtype, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4500868Z processing existing schema: aten::quantize_per_tensor(Tensor self, float scale, int zero_point, ScalarType dtype) -> Tensor 2022-12-01T10:11:40.4502502Z processing existing schema: aten::quantize_per_tensor.tensor_qparams(Tensor self, Tensor scale, Tensor zero_point, ScalarType dtype) -> Tensor 2022-12-01T10:11:40.4504203Z processing existing schema: aten::quantize_per_tensor.tensors(Tensor[] tensors, Tensor scales, Tensor zero_points, ScalarType dtype) -> Tensor[] 2022-12-01T10:11:40.4506074Z processing existing schema: aten::quantize_per_tensor.out(Tensor self, float scale, int zero_point, ScalarType dtype, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4507973Z processing existing schema: aten::quantize_per_tensor.tensor_qparams_out(Tensor self, Tensor scale, Tensor zero_point, ScalarType dtype, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4509585Z processing existing schema: aten::quantize_per_tensor.tensors_out(Tensor[] tensors, Tensor scales, Tensor zero_points, ScalarType dtype, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.4511008Z processing existing schema: aten::quantize_per_tensor_dynamic(Tensor self, ScalarType dtype, bool reduce_range) -> Tensor 2022-12-01T10:11:40.4512881Z processing existing schema: aten::quantize_per_tensor_dynamic.out(Tensor self, ScalarType dtype, bool reduce_range, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4514327Z processing existing schema: aten::to_mkldnn(Tensor self, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:40.4516115Z processing existing schema: aten::to_mkldnn.out(Tensor self, ScalarType? dtype=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4517978Z processing existing schema: aten::to_sparse_bsc(Tensor self, int[2] blocksize) -> Tensor 2022-12-01T10:11:40.4519986Z processing existing schema: aten::to_sparse_bsc.out(Tensor self, int[2] blocksize, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4521525Z processing existing schema: aten::to_sparse_bsr(Tensor self, int[2] blocksize) -> Tensor 2022-12-01T10:11:40.4523470Z processing existing schema: aten::to_sparse_bsr.out(Tensor self, int[2] blocksize, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4524833Z processing existing schema: aten::to_sparse_csc(Tensor self) -> Tensor 2022-12-01T10:11:40.4526522Z processing existing schema: aten::to_sparse_csc.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4527957Z processing existing schema: aten::to_sparse_csr(Tensor self) -> Tensor 2022-12-01T10:11:40.4529592Z processing existing schema: aten::to_sparse_csr.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4530997Z processing existing schema: aten::to_sparse.sparse_dim(Tensor self, int sparse_dim) -> Tensor 2022-12-01T10:11:40.4532263Z processing existing schema: aten::to_sparse(Tensor self) -> Tensor 2022-12-01T10:11:40.4534056Z processing existing schema: aten::to_sparse.sparse_dim_out(Tensor self, int sparse_dim, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4535620Z processing existing schema: aten::to_sparse.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4537215Z processing existing schema: aten::heaviside_(Tensor(a!) self, Tensor values) -> Tensor(a!) 2022-12-01T10:11:40.4538550Z schema: nvprims::lgamma(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.4540250Z processing existing schema: aten::_spdiags(Tensor diagonals, Tensor offsets, int[] shape, Layout? layout=None) -> Tensor 2022-12-01T10:11:40.4542242Z processing existing schema: aten::_spdiags.out(Tensor diagonals, Tensor offsets, int[] shape, Layout? layout=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4543710Z processing existing schema: aten::endswith(str self, str substr, int start=0, int end=-1) -> bool 2022-12-01T10:11:40.4545180Z processing existing schema: aten::_dirichlet_grad(Tensor x, Tensor alpha, Tensor total) -> Tensor 2022-12-01T10:11:40.4546909Z processing existing schema: aten::_dirichlet_grad.out(Tensor x, Tensor alpha, Tensor total, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4548321Z schema: nvprims::log2(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.4549716Z processing existing schema: aten::_standard_gamma_grad(Tensor self, Tensor output) -> Tensor 2022-12-01T10:11:40.4551424Z processing existing schema: aten::_standard_gamma_grad.out(Tensor self, Tensor output, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4552963Z processing existing schema: aten::_weight_norm_interface_backward(Tensor grad_w, Tensor saved_v, Tensor saved_g, Tensor saved_norms, int dim) -> (Tensor, Tensor) 2022-12-01T10:11:40.4554834Z processing existing schema: aten::_weight_norm_interface_backward.out(Tensor grad_w, Tensor saved_v, Tensor saved_g, Tensor saved_norms, int dim, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:40.4556147Z processing existing schema: aten::_weight_norm_interface(Tensor v, Tensor g, int dim=0) -> (Tensor, Tensor) 2022-12-01T10:11:40.4557910Z processing existing schema: aten::_weight_norm_interface.out(Tensor v, Tensor g, int dim=0, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:40.4559134Z schema: nvprims::pow(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.4560725Z processing existing schema: aten::_unique(Tensor self, bool sorted=True, bool return_inverse=False) -> (Tensor, Tensor) 2022-12-01T10:11:40.4562527Z processing existing schema: aten::_unique.out(Tensor self, bool sorted=True, bool return_inverse=False, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:40.4564106Z schema: prims::slice_in_dim(Tensor(a) a, SymInt start_index, SymInt limit_index, int stride=1, int axis=0) -> Tensor(a) found on allowlist, skipping 2022-12-01T10:11:40.4565333Z processing existing schema: aten::_pad_circular(Tensor self, int[] pad) -> Tensor 2022-12-01T10:11:40.4566565Z processing existing schema: aten::vstack(Tensor[] tensors) -> Tensor 2022-12-01T10:11:40.4568016Z processing existing schema: aten::vstack.out(Tensor[] tensors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4569569Z processing existing schema: aten::tile(Tensor self, int[] dims) -> Tensor 2022-12-01T10:11:40.4570562Z schema: prims::minium_value(ScalarType dtype) -> Scalar found on allowlist, skipping 2022-12-01T10:11:40.4571996Z processing existing schema: aten::_sample_dirichlet(Tensor self, Generator? generator=None) -> Tensor 2022-12-01T10:11:40.4573711Z processing existing schema: aten::_sample_dirichlet.out(Tensor self, Generator? generator=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4575185Z processing existing schema: aten::take_along_dim(Tensor self, Tensor indices, int? dim=None) -> Tensor 2022-12-01T10:11:40.4576831Z processing existing schema: aten::take_along_dim.out(Tensor self, Tensor indices, int? dim=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4578241Z processing existing schema: aten::subtract.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor 2022-12-01T10:11:40.4579887Z processing existing schema: aten::subtract.out(Tensor self, Tensor other, *, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4581258Z processing existing schema: aten::subtract.Scalar(Tensor self, Scalar other, Scalar alpha=1) -> Tensor 2022-12-01T10:11:40.4582657Z processing existing schema: aten::std_mean(Tensor self, bool unbiased=True) -> (Tensor, Tensor) 2022-12-01T10:11:40.4584104Z processing existing schema: aten::std_mean.dim(Tensor self, int[1]? dim, bool unbiased=True, bool keepdim=False) -> (Tensor, Tensor) 2022-12-01T10:11:40.4585619Z processing existing schema: aten::std_mean.correction(Tensor self, int[1]? dim, *, int? correction, bool keepdim=False) -> (Tensor, Tensor) 2022-12-01T10:11:40.4587249Z processing existing schema: aten::std_mean.names_dim(Tensor self, str[1] dim, bool unbiased=True, bool keepdim=False) -> (Tensor, Tensor) 2022-12-01T10:11:40.4588983Z processing existing schema: aten::std_mean.correction_names(Tensor self, str[1] dim, *, int? correction, bool keepdim=False) -> (Tensor, Tensor) 2022-12-01T10:11:40.4591100Z processing existing schema: aten::std_mean.correction_out(Tensor self, int[1]? dim, *, int? correction, bool keepdim=False, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:40.4592326Z processing existing schema: aten::std(Tensor self, bool unbiased=True) -> Tensor 2022-12-01T10:11:40.4594154Z processing existing schema: aten::std.dim(Tensor self, int[1]? dim, bool unbiased=True, bool keepdim=False) -> Tensor 2022-12-01T10:11:40.4595925Z processing existing schema: aten::std.correction(Tensor self, int[1]? dim, *, int? correction, bool keepdim=False) -> Tensor 2022-12-01T10:11:40.4597739Z processing existing schema: aten::std.names_dim(Tensor self, str[1] dim, bool unbiased=True, bool keepdim=False) -> Tensor 2022-12-01T10:11:40.4600001Z processing existing schema: aten::std.names_out(Tensor self, str[1] dim, bool unbiased=True, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4602117Z processing existing schema: aten::std.out(Tensor self, int[1]? dim, bool unbiased=True, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4604218Z processing existing schema: aten::std.correction_out(Tensor self, int[1]? dim, *, int? correction, bool keepdim=False, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4606029Z processing existing schema: aten::std.correction_names(Tensor self, str[1] dim, *, int? correction, bool keepdim=False) -> Tensor 2022-12-01T10:11:40.4608151Z processing existing schema: aten::std.correction_names_out(Tensor self, str[1] dim, *, int? correction, bool keepdim=False, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4609274Z processing existing schema: aten::slogdet(Tensor self) -> (Tensor sign, Tensor logabsdet) 2022-12-01T10:11:40.4611031Z processing existing schema: aten::slogdet.out(Tensor self, *, Tensor(a!) sign, Tensor(b!) logabsdet) -> (Tensor(a!) sign, Tensor(b!) logabsdet) 2022-12-01T10:11:40.4612577Z processing existing schema: aten::hex(int i) -> str 2022-12-01T10:11:40.4614185Z processing existing schema: quantized::conv3d_padding(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> int[] 2022-12-01T10:11:40.4615059Z processing existing schema: aten::square(Tensor self) -> Tensor 2022-12-01T10:11:40.4616860Z processing existing schema: aten::square.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4618343Z processing existing schema: aten::special_polygamma(int n, Tensor self) -> Tensor 2022-12-01T10:11:40.4620136Z processing existing schema: aten::special_polygamma.out(int n, Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4621231Z schema: prims::reciprocal(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.4622866Z processing existing schema: aten::_linalg_eigh(Tensor A, str UPLO="L", bool compute_v=True) -> (Tensor eigenvalues, Tensor eigenvectors) 2022-12-01T10:11:40.4625080Z processing existing schema: aten::_linalg_eigh.eigenvalues(Tensor A, str UPLO="L", bool compute_v=True, *, Tensor(a!) eigenvalues, Tensor(b!) eigenvectors) -> (Tensor(a!) eigenvalues, Tensor(b!) eigenvectors) 2022-12-01T10:11:40.4625905Z processing existing schema: aten::special_multigammaln(Tensor self, int p) -> Tensor 2022-12-01T10:11:40.4627712Z processing existing schema: aten::special_multigammaln.out(Tensor self, int p, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4629105Z processing existing schema: aten::special_log_softmax(Tensor self, int dim, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:40.4630490Z processing existing schema: aten::special_logit(Tensor self, float? eps=None) -> Tensor 2022-12-01T10:11:40.4632258Z processing existing schema: aten::special_logit.out(Tensor self, float? eps=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4633616Z processing existing schema: aten::special_gammaincc(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.4635316Z processing existing schema: aten::special_gammaincc.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4637796Z processing existing schema: aten::rrelu(Tensor self, Scalar lower=0.125, Scalar upper=0.33333333333333331, bool training=False, Generator? generator=None) -> Tensor 2022-12-01T10:11:40.4639044Z processing existing schema: aten::__round_to_zero_floordiv.int(int a, int b) -> int 2022-12-01T10:11:40.4640548Z processing existing schema: quantized::embedding_bag_4bit_unpack(Tensor weight) -> Tensor 2022-12-01T10:11:40.4641920Z processing existing schema: aten::row_stack(Tensor[] tensors) -> Tensor 2022-12-01T10:11:40.4644365Z processing existing schema: aten::row_stack.out(Tensor[] tensors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4645272Z processing existing schema: aten::__derive_index(int index, int start, int step) -> int 2022-12-01T10:11:40.4646477Z processing existing schema: quantized::embedding_bag_byte_unpack(Tensor weight) -> Tensor 2022-12-01T10:11:40.4648300Z processing existing schema: aten::nll_loss_nd(Tensor self, Tensor target, Tensor? weight=None, int reduction=1, int ignore_index=-100) -> Tensor 2022-12-01T10:11:40.4649215Z processing existing schema: aten::negative(Tensor self) -> Tensor 2022-12-01T10:11:40.4651235Z processing existing schema: aten::negative.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4651905Z processing existing schema: aten::msort(Tensor self) -> Tensor 2022-12-01T10:11:40.4653628Z processing existing schema: aten::msort.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4656139Z processing existing schema: aten::max_pool2d(Tensor self, int[2] kernel_size, int[2] stride=[], int[2] padding=0, int[2] dilation=1, bool ceil_mode=False) -> Tensor 2022-12-01T10:11:40.4657324Z processing existing schema: aten::matrix_power(Tensor self, int n) -> Tensor 2022-12-01T10:11:40.4659104Z processing existing schema: aten::matrix_power.out(Tensor self, int n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4660871Z processing existing schema: aten::linalg_solve_ex(Tensor A, Tensor B, *, bool left=True, bool check_errors=False) -> (Tensor result, Tensor info) 2022-12-01T10:11:40.4662451Z processing existing schema: aten::linalg_solve_ex.out(Tensor A, Tensor B, *, bool left=True, bool check_errors=False, Tensor(a!) result, Tensor(b!) info) -> (Tensor(a!) result, Tensor(b!) info) 2022-12-01T10:11:40.4664168Z processing existing schema: aten::linalg_norm(Tensor self, Scalar? ord=None, int[1]? dim=None, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:40.4665837Z processing existing schema: aten::linalg_norm.ord_str(Tensor self, str ord, int[1]? dim=None, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:40.4667879Z processing existing schema: aten::linalg_norm.out(Tensor self, Scalar? ord=None, int[1]? dim=None, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4669996Z processing existing schema: aten::linalg_norm.ord_str_out(Tensor self, str ord, int[1]? dim=None, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4671166Z processing existing schema: aten::linalg_matmul(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.4673060Z processing existing schema: aten::linalg_matmul.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4673940Z processing existing schema: aten::linalg_det(Tensor A) -> Tensor 2022-12-01T10:11:40.4675435Z processing existing schema: aten::linalg_det.out(Tensor A, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4676708Z processing existing schema: aten::less.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.4677984Z processing existing schema: aten::less.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:40.4679747Z processing existing schema: aten::less.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4681609Z processing existing schema: aten::less.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4682815Z processing existing schema: aten::less_equal.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.4684097Z processing existing schema: aten::less_equal.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:40.4685952Z processing existing schema: aten::less_equal.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4687644Z processing existing schema: aten::less_equal.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4688920Z processing existing schema: aten::ldexp.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.4690739Z processing existing schema: aten::ldexp.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4691917Z processing existing schema: aten::ldexp(float x, int i) -> float 2022-12-01T10:11:40.4693231Z processing existing schema: aten::kron(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.4695049Z processing existing schema: aten::kron.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4696387Z processing existing schema: aten::sum_to_size(Tensor self, int[] size) -> Tensor 2022-12-01T10:11:40.4698605Z processing existing schema: aten::instance_norm(Tensor input, Tensor? weight, Tensor? bias, Tensor? running_mean, Tensor? running_var, bool use_input_stats, float momentum, float eps, bool cudnn_enabled) -> Tensor 2022-12-01T10:11:40.4699480Z processing existing schema: aten::hstack(Tensor[] tensors) -> Tensor 2022-12-01T10:11:40.4701193Z processing existing schema: aten::hstack.out(Tensor[] tensors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4702796Z processing existing schema: aten::greater.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.4703777Z processing existing schema: aten::greater.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:40.4705582Z processing existing schema: aten::greater.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4707075Z processing existing schema: aten::greater.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4708343Z processing existing schema: aten::greater_equal.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.4709687Z processing existing schema: aten::greater_equal.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:40.4711499Z processing existing schema: aten::greater_equal.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4713192Z processing existing schema: aten::greater_equal.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4715011Z processing existing schema: aten::gradient.scalarint(Tensor self, *, Scalar? spacing=None, int? dim=None, int edge_order=1) -> Tensor[] 2022-12-01T10:11:40.4716755Z processing existing schema: aten::gradient.scalararray(Tensor self, *, Scalar spacing, int[] dim, int edge_order=1) -> Tensor[] 2022-12-01T10:11:40.4718521Z processing existing schema: aten::gradient.array(Tensor self, *, int[] dim, int edge_order=1) -> Tensor[] 2022-12-01T10:11:40.4720600Z processing existing schema: aten::gradient.scalarrayint(Tensor self, *, Scalar[] spacing, int? dim=None, int edge_order=1) -> Tensor[] 2022-12-01T10:11:40.4722289Z processing existing schema: aten::gradient.scalarrayarray(Tensor self, *, Scalar[] spacing, int[] dim, int edge_order=1) -> Tensor[] 2022-12-01T10:11:40.4724063Z processing existing schema: aten::gradient.tensorarrayint(Tensor self, *, Tensor[] spacing, int? dim=None, int edge_order=1) -> Tensor[] 2022-12-01T10:11:40.4725672Z processing existing schema: aten::gradient.tensorarray(Tensor self, *, Tensor[] spacing, int[] dim, int edge_order=1) -> Tensor[] 2022-12-01T10:11:40.4727290Z processing existing schema: aten::ger(Tensor self, Tensor vec2) -> Tensor 2022-12-01T10:11:40.4728519Z processing existing schema: aten::ger.out(Tensor self, Tensor vec2, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4729861Z processing existing schema: aten::float_power.Tensor_Tensor(Tensor self, Tensor exponent) -> Tensor 2022-12-01T10:11:40.4731440Z processing existing schema: aten::float_power.Tensor_Scalar(Tensor self, Scalar exponent) -> Tensor 2022-12-01T10:11:40.4732937Z processing existing schema: aten::float_power.Tensor_Tensor_out(Tensor self, Tensor exponent, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4734169Z processing existing schema: aten::float_power.Scalar(Scalar self, Tensor exponent) -> Tensor 2022-12-01T10:11:40.4735864Z processing existing schema: aten::float_power.Scalar_out(Scalar self, Tensor exponent, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4737708Z processing existing schema: aten::float_power.Tensor_Scalar_out(Tensor self, Scalar exponent, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4738592Z processing existing schema: aten::flipud(Tensor self) -> Tensor 2022-12-01T10:11:40.4740238Z processing existing schema: aten::fliplr(Tensor self) -> Tensor 2022-12-01T10:11:40.4742687Z processing existing schema: aten::fft_hfftn(Tensor self, int[1]? s=None, int[1]? dim=None, str? norm=None) -> Tensor 2022-12-01T10:11:40.4745005Z processing existing schema: aten::fft_hfftn.out(Tensor self, int[1]? s=None, int[1]? dim=None, str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4747187Z processing existing schema: aten::fft_hfft2(Tensor self, int[1]? s=None, int[1] dim=[-2, -1], str? norm=None) -> Tensor 2022-12-01T10:11:40.4749660Z processing existing schema: aten::fft_hfft2.out(Tensor self, int[1]? s=None, int[1] dim=[-2, -1], str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4751143Z processing existing schema: aten::fft_fftshift(Tensor self, int[1]? dim=None) -> Tensor 2022-12-01T10:11:40.4752325Z processing existing schema: aten::dstack(Tensor[] tensors) -> Tensor 2022-12-01T10:11:40.4754125Z processing existing schema: aten::dstack.out(Tensor[] tensors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4755685Z processing existing schema: aten::diag_backward(Tensor grad, SymInt[] input_sizes, int diagonal) -> Tensor 2022-12-01T10:11:40.4757224Z processing existing schema: aten::combinations(Tensor self, int r=2, bool with_replacement=False) -> Tensor 2022-12-01T10:11:40.4758552Z processing existing schema: aten::clip(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor 2022-12-01T10:11:40.4760485Z processing existing schema: aten::clip.Tensor(Tensor self, Tensor? min=None, Tensor? max=None) -> Tensor 2022-12-01T10:11:40.4761985Z processing existing schema: aten::clip.out(Tensor self, Scalar? min=None, Scalar? max=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4763752Z processing existing schema: aten::clip.Tensor_out(Tensor self, Tensor? min=None, Tensor? max=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4765047Z processing existing schema: aten::cartesian_prod(Tensor[] tensors) -> Tensor 2022-12-01T10:11:40.4766731Z processing existing schema: aten::broadcast_tensors(Tensor[] tensors) -> Tensor[] 2022-12-01T10:11:40.4768823Z processing existing schema: aten::batch_norm(Tensor input, Tensor? weight, Tensor? bias, Tensor? running_mean, Tensor? running_var, bool training, float momentum, float eps, bool cudnn_enabled) -> Tensor 2022-12-01T10:11:40.4769732Z processing existing schema: aten::atleast_3d(Tensor self) -> Tensor 2022-12-01T10:11:40.4771345Z processing existing schema: aten::atleast_3d.Sequence(Tensor[] tensors) -> Tensor[] 2022-12-01T10:11:40.4772373Z processing existing schema: aten::atleast_2d(Tensor self) -> Tensor 2022-12-01T10:11:40.4774584Z processing existing schema: aten::atleast_2d.Sequence(Tensor[] tensors) -> Tensor[] 2022-12-01T10:11:40.4775737Z processing existing schema: aten::atleast_1d(Tensor self) -> Tensor 2022-12-01T10:11:40.4777252Z processing existing schema: aten::atleast_1d.Sequence(Tensor[] tensors) -> Tensor[] 2022-12-01T10:11:40.4779576Z processing existing schema: aten::arctanh(Tensor self) -> Tensor 2022-12-01T10:11:40.4780340Z processing existing schema: aten::arctanh.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4781462Z processing existing schema: aten::arctan(Tensor self) -> Tensor 2022-12-01T10:11:40.4783175Z processing existing schema: aten::arctan.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4785898Z processing existing schema: aten::max_pool1d_with_indices(Tensor self, int[1] kernel_size, int[1] stride=[], int[1] padding=[0], int[1] dilation=[1], bool ceil_mode=False) -> (Tensor, Tensor) 2022-12-01T10:11:40.4787875Z processing existing schema: aten::arcsinh(Tensor self) -> Tensor 2022-12-01T10:11:40.4788865Z processing existing schema: aten::arcsinh.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4790369Z processing existing schema: aten::max.other(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.4791687Z processing existing schema: aten::max(Tensor self) -> Tensor 2022-12-01T10:11:40.4792784Z processing existing schema: aten::max.dim(Tensor self, int dim, bool keepdim=False) -> (Tensor values, Tensor indices) 2022-12-01T10:11:40.4795094Z processing existing schema: aten::max.dim_max(Tensor self, int dim, bool keepdim=False, *, Tensor(a!) max, Tensor(b!) max_values) -> (Tensor(a!) values, Tensor(b!) indices) 2022-12-01T10:11:40.4796386Z processing existing schema: aten::max.names_dim(Tensor self, str dim, bool keepdim=False) -> (Tensor values, Tensor indices) 2022-12-01T10:11:40.4798704Z processing existing schema: aten::max.names_dim_max(Tensor self, str dim, bool keepdim=False, *, Tensor(a!) max, Tensor(b!) max_values) -> (Tensor(a!) values, Tensor(b!) indices) 2022-12-01T10:11:40.4800003Z processing existing schema: aten::max.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4802361Z processing existing schema: aten::arcsin(Tensor self) -> Tensor 2022-12-01T10:11:40.4803362Z processing existing schema: aten::arcsin.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4804473Z processing existing schema: aten::arccosh(Tensor self) -> Tensor 2022-12-01T10:11:40.4806272Z processing existing schema: aten::arccosh.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4807778Z processing existing schema: aten::adjoint(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:40.4810447Z processing existing schema: aten::avg_pool1d(Tensor self, int[1] kernel_size, int[1] stride=[], int[1] padding=[0], bool ceil_mode=False, bool count_include_pad=True) -> Tensor 2022-12-01T10:11:40.4811418Z processing existing schema: aten::arctan2(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.4813371Z processing existing schema: aten::arctan2.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4814976Z processing existing schema: aten::cov(Tensor self, *, int correction=1, Tensor? fweights=None, Tensor? aweights=None) -> Tensor 2022-12-01T10:11:40.4816109Z processing existing schema: aten::__xor__.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.4817556Z processing existing schema: aten::__xor__.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:40.4818793Z processing existing schema: aten::__xor__.bool(bool a, bool b) -> bool 2022-12-01T10:11:40.4820038Z processing existing schema: aten::__xor__.int(int a, int b) -> int 2022-12-01T10:11:40.4822438Z processing existing schema: aten::randn(int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.4824217Z processing existing schema: aten::randn.generator(int[] size, *, Generator? generator, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.4826155Z processing existing schema: aten::randn.names(int[] size, *, str[]? names, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.4828689Z processing existing schema: aten::randn.generator_with_names(int[] size, *, Generator? generator, str[]? names, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.4830367Z processing existing schema: aten::randn.out(int[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4832365Z processing existing schema: aten::randn.generator_out(int[] size, *, Generator? generator, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4834298Z processing existing schema: aten::randn.names_out(int[] size, *, str[]? names, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4836447Z processing existing schema: aten::randn.generator_with_names_out(int[] size, *, Generator? generator, str[]? names, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4838598Z processing existing schema: aten::positive(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:40.4840469Z processing existing schema: prim::mkldnn_convolution(Tensor input, Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups) -> Tensor 2022-12-01T10:11:40.4841458Z processing existing schema: aten::rad2deg(Tensor self) -> Tensor 2022-12-01T10:11:40.4843241Z processing existing schema: aten::rad2deg.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4844181Z processing existing schema: prim::TupleUnpack(Any tup) -> ... 2022-12-01T10:11:40.4846124Z processing existing schema: quantized::add_out(Tensor qa, Tensor qb, Tensor(a!) out) -> Tensor(a!) out 2022-12-01T10:11:40.4847838Z processing existing schema: aten::feature_alpha_dropout_(Tensor(a!) self, float p, bool train) -> Tensor(a!) 2022-12-01T10:11:40.4849746Z processing existing schema: aten::masked_select_backward(Tensor grad, Tensor input, Tensor mask) -> Tensor 2022-12-01T10:11:40.4850407Z processing existing schema: aten::masked_select(Tensor self, Tensor mask) -> Tensor 2022-12-01T10:11:40.4852207Z processing existing schema: aten::masked_select.out(Tensor self, Tensor mask, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4853606Z processing existing schema: aten::logical_xor_(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.4854895Z processing existing schema: prim::MKLDNNHardSwish(Tensor a) -> Tensor 2022-12-01T10:11:40.4856890Z processing existing schema: aten::alpha_dropout_(Tensor(a!) self, float p, bool train) -> Tensor(a!) 2022-12-01T10:11:40.4858680Z processing existing schema: aten::masked_fill_.Scalar(Tensor(a!) self, Tensor mask, Scalar value) -> Tensor(a!) 2022-12-01T10:11:40.4860515Z processing existing schema: aten::masked_fill_.Tensor(Tensor(a!) self, Tensor mask, Tensor value) -> Tensor(a!) 2022-12-01T10:11:40.4861424Z processing existing schema: prim::unsqueeze_copy(Tensor self, int dim) -> Tensor 2022-12-01T10:11:40.4863899Z schema: aten::div_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) has valid upgrader, skipping 2022-12-01T10:11:40.4865806Z schema: aten::div_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) has valid upgrader, skipping 2022-12-01T10:11:40.4867899Z schema: aten::div_.Tensor_mode(Tensor(a!) self, Tensor other, *, str? rounding_mode) -> Tensor(a!) has valid upgrader, skipping 2022-12-01T10:11:40.4869923Z schema: aten::div_.Scalar_mode(Tensor(a!) self, Scalar other, *, str? rounding_mode) -> Tensor(a!) has valid upgrader, skipping 2022-12-01T10:11:40.4871723Z processing existing schema: aten::mul_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.4873629Z processing existing schema: aten::mul_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:40.4875604Z processing existing schema: aten::mul_.t(t[](a!) l, int n) -> t[](a!) 2022-12-01T10:11:40.4877713Z processing existing schema: aten::sub_.Tensor(Tensor(a!) self, Tensor other, *, Scalar alpha=1) -> Tensor(a!) 2022-12-01T10:11:40.4880316Z processing existing schema: aten::sub_.Scalar(Tensor(a!) self, Scalar other, Scalar alpha=1) -> Tensor(a!) 2022-12-01T10:11:40.4881591Z processing existing schema: aten::tanh_backward(Tensor grad_output, Tensor output) -> Tensor 2022-12-01T10:11:40.4884420Z processing existing schema: aten::tanh_backward.grad_input(Tensor grad_output, Tensor output, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.4885401Z schema: prims::reshape(Tensor a, SymInt[] shape) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.4886887Z processing existing schema: aten::_remove_batch_dim(Tensor self, int level, int batch_size, int out_dim) -> Tensor 2022-12-01T10:11:40.4887993Z processing existing schema: aten::trapezoid.x(Tensor y, Tensor x, *, int dim=-1) -> Tensor 2022-12-01T10:11:40.4889594Z processing existing schema: aten::trapezoid.dx(Tensor y, *, Scalar dx=1, int dim=-1) -> Tensor 2022-12-01T10:11:40.4890891Z processing existing schema: aten::leaky_relu_backward(Tensor grad_output, Tensor self, Scalar negative_slope, bool self_is_result) -> Tensor 2022-12-01T10:11:40.4892761Z processing existing schema: aten::leaky_relu_backward.grad_input(Tensor grad_output, Tensor self, Scalar negative_slope, bool self_is_result, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.4893891Z processing existing schema: aten::hardswish_backward(Tensor grad_output, Tensor self) -> Tensor 2022-12-01T10:11:40.4895532Z processing existing schema: aten::hardswish_backward.out(Tensor grad_output, Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4896612Z processing existing schema: aten::hardshrink_backward(Tensor grad_out, Tensor self, Scalar lambd) -> Tensor 2022-12-01T10:11:40.4898169Z processing existing schema: aten::hardshrink_backward.grad_input(Tensor grad_out, Tensor self, Scalar lambd, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.4899406Z processing existing schema: aten::hardtanh_backward(Tensor grad_output, Tensor self, Scalar min_val, Scalar max_val) -> Tensor 2022-12-01T10:11:40.4901208Z processing existing schema: aten::hardtanh_backward.grad_input(Tensor grad_output, Tensor self, Scalar min_val, Scalar max_val, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.4902965Z processing existing schema: aten::special_logsumexp(Tensor self, int[1] dim, bool keepdim=False) -> Tensor 2022-12-01T10:11:40.4904679Z processing existing schema: aten::special_logsumexp.out(Tensor self, int[1] dim, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4905666Z processing existing schema: aten::hardsigmoid_backward(Tensor grad_output, Tensor self) -> Tensor 2022-12-01T10:11:40.4907366Z processing existing schema: aten::hardsigmoid_backward.grad_input(Tensor grad_output, Tensor self, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.4908500Z processing existing schema: aten::special_xlogy(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.4909984Z processing existing schema: aten::special_xlogy.other_scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:40.4911136Z processing existing schema: aten::special_xlogy.self_scalar(Scalar self, Tensor other) -> Tensor 2022-12-01T10:11:40.4912839Z processing existing schema: aten::special_xlogy.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4914111Z processing existing schema: aten::special_xlogy.self_scalar_out(Scalar self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4915676Z processing existing schema: aten::special_xlogy.other_scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4916679Z processing existing schema: aten::special_xlog1py(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.4917865Z processing existing schema: aten::special_xlog1py.other_scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:40.4919044Z processing existing schema: aten::special_xlog1py.self_scalar(Scalar self, Tensor other) -> Tensor 2022-12-01T10:11:40.4920759Z processing existing schema: aten::special_xlog1py.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4922260Z processing existing schema: aten::special_xlog1py.self_scalar_out(Scalar self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4923506Z processing existing schema: aten::special_xlog1py.other_scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4926004Z processing existing schema: aten::rrelu_with_noise(Tensor self, Tensor noise, Scalar lower=0.125, Scalar upper=0.33333333333333331, bool training=False, Generator? generator=None) -> Tensor 2022-12-01T10:11:40.4928630Z processing existing schema: aten::rrelu_with_noise.out(Tensor self, Tensor noise, Scalar lower=0.125, Scalar upper=0.33333333333333331, bool training=False, Generator? generator=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4929722Z processing existing schema: aten::_unwrap_optional(t(a)? optional) -> t(a) 2022-12-01T10:11:40.4931287Z processing existing schema: quantized::embedding_bag_unpack(__torch__.torch.classes.quantized.EmbeddingPackedParamsBase W_prepack) -> Tensor W_origin 2022-12-01T10:11:40.4932446Z processing existing schema: aten::remainder.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.4933599Z processing existing schema: aten::remainder.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:40.4935028Z processing existing schema: aten::remainder.Scalar_Tensor(Scalar self, Tensor other) -> Tensor 2022-12-01T10:11:40.4936638Z processing existing schema: aten::remainder.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4938302Z processing existing schema: aten::remainder.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4939921Z processing existing schema: aten::remainder.Scalar_Tensor_out(Scalar self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4941040Z processing existing schema: aten::remainder.int(int a, int b) -> int 2022-12-01T10:11:40.4942395Z processing existing schema: aten::remainder.float(float a, float b) -> float 2022-12-01T10:11:40.4943960Z processing existing schema: aten::remainder.int_float(int a, float b) -> float 2022-12-01T10:11:40.4945101Z processing existing schema: aten::remainder.float_int(float a, int b) -> float 2022-12-01T10:11:40.4946503Z processing existing schema: aten::remainder(Scalar a, Scalar b) -> Scalar 2022-12-01T10:11:40.4948069Z processing existing schema: prim::device(Tensor a) -> Device 2022-12-01T10:11:40.4949682Z processing existing schema: quantized::conv3d_relu.new(Tensor qx, __torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.4951564Z processing existing schema: quantized::conv3d_relu(Tensor qx, __torch__.torch.classes.quantized.Conv3dPackedParamsBase weight, int[] stride, int[] padding, int[] dilation, int groups, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.4952442Z processing existing schema: aten::corrcoef(Tensor self) -> Tensor 2022-12-01T10:11:40.4953707Z processing existing schema: quantized::add(Tensor qa, Tensor qb, float scale, int zero_point) -> Tensor qc 2022-12-01T10:11:40.4955207Z processing existing schema: quantized::add.out(Tensor qa, Tensor qb, Tensor(a!) out) -> Tensor(a!) out 2022-12-01T10:11:40.4956318Z processing existing schema: quantized::add.Scalar(Tensor qa, Scalar b) -> Tensor qc 2022-12-01T10:11:40.4957601Z processing existing schema: quantized::add.Scalar2(Scalar b, Tensor qa) -> Tensor qc 2022-12-01T10:11:40.4959424Z processing existing schema: quantized::add.Scalar_out(Tensor qa, Scalar b, Tensor(a!) out) -> Tensor(a!) out 2022-12-01T10:11:40.4960902Z processing existing schema: aten::polygamma(int n, Tensor self) -> Tensor 2022-12-01T10:11:40.4962311Z processing existing schema: aten::polygamma.out(int n, Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4964092Z processing existing schema: aten::rand(int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.4965803Z processing existing schema: aten::rand.generator(int[] size, *, Generator? generator, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.4967631Z processing existing schema: aten::rand.names(int[] size, *, str[]? names, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.4969664Z processing existing schema: aten::rand.generator_with_names(int[] size, *, Generator? generator, str[]? names, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.4971015Z processing existing schema: aten::rand.out(int[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4972747Z processing existing schema: aten::rand.generator_out(int[] size, *, Generator? generator, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4974513Z processing existing schema: aten::rand.names_out(int[] size, *, str[]? names, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4976407Z processing existing schema: aten::rand.generator_with_names_out(int[] size, *, Generator? generator, str[]? names, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4977645Z processing existing schema: quantized::add_scalar(Tensor qa, Scalar b) -> Tensor qc 2022-12-01T10:11:40.4979089Z processing existing schema: quantized::add_scalar.Tensor(Tensor qa, Tensor b) -> Tensor qc 2022-12-01T10:11:40.4980683Z processing existing schema: aten::pow_.Scalar(Tensor(a!) self, Scalar exponent) -> Tensor(a!) 2022-12-01T10:11:40.4982196Z processing existing schema: aten::pow_.Tensor(Tensor(a!) self, Tensor exponent) -> Tensor(a!) 2022-12-01T10:11:40.4983720Z processing existing schema: prim::MKLDNNScalarMul_(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:40.4985041Z processing existing schema: aten::minimum(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.4986806Z processing existing schema: aten::minimum.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4987910Z processing existing schema: aten::maximum(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.4989628Z processing existing schema: aten::maximum.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4990843Z processing existing schema: aten::lcm(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.4992620Z processing existing schema: aten::lcm.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.4993969Z processing existing schema: aten::trapz.x(Tensor y, Tensor x, *, int dim=-1) -> Tensor 2022-12-01T10:11:40.4995503Z processing existing schema: aten::trapz.dx(Tensor y, *, float dx=1., int dim=-1) -> Tensor 2022-12-01T10:11:40.4996948Z processing existing schema: aten::lerp.Scalar(Tensor self, Tensor end, Scalar weight) -> Tensor 2022-12-01T10:11:40.4998382Z processing existing schema: aten::lerp.Tensor(Tensor self, Tensor end, Tensor weight) -> Tensor 2022-12-01T10:11:40.5000459Z processing existing schema: aten::lerp.Scalar_out(Tensor self, Tensor end, Scalar weight, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5002043Z processing existing schema: aten::lerp.Tensor_out(Tensor self, Tensor end, Tensor weight, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5003217Z processing existing schema: aten::igammac(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.5004814Z processing existing schema: aten::igammac.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5006111Z processing existing schema: aten::gcd(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.5007702Z processing existing schema: aten::gcd.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5008527Z processing existing schema: aten::gcd.int(int a, int b) -> int 2022-12-01T10:11:40.5010046Z processing existing schema: aten::special_softmax(Tensor self, int dim, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:40.5011122Z schema: prims::tan(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.5012728Z processing existing schema: aten::_make_dual(Tensor(a) primal, Tensor tangent, int level) -> Tensor(a) 2022-12-01T10:11:40.5013863Z processing existing schema: aten::hypot(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.5015263Z processing existing schema: aten::hypot.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5016290Z processing existing schema: aten::heaviside(Tensor self, Tensor values) -> Tensor 2022-12-01T10:11:40.5017859Z processing existing schema: aten::heaviside.out(Tensor self, Tensor values, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5019016Z processing existing schema: aten::frexp.Tensor(Tensor self) -> (Tensor mantissa, Tensor exponent) 2022-12-01T10:11:40.5020695Z processing existing schema: aten::frexp.Tensor_out(Tensor self, *, Tensor(a!) mantissa, Tensor(b!) exponent) -> (Tensor(a!) mantissa, Tensor(b!) exponent) 2022-12-01T10:11:40.5021338Z processing existing schema: aten::frexp(float a) -> (float, int) 2022-12-01T10:11:40.5023026Z processing existing schema: aten::fmin(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.5024344Z processing existing schema: aten::fmin.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5025650Z processing existing schema: aten::clamp_max_(Tensor(a!) self, Scalar max) -> Tensor(a!) 2022-12-01T10:11:40.5027251Z processing existing schema: aten::clamp_max_.Tensor(Tensor(a!) self, Tensor max) -> Tensor(a!) 2022-12-01T10:11:40.5028435Z processing existing schema: aten::bitwise_right_shift.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.5029969Z processing existing schema: aten::bitwise_right_shift.Tensor_Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:40.5031422Z processing existing schema: aten::bitwise_right_shift.Scalar_Tensor(Scalar self, Tensor other) -> Tensor 2022-12-01T10:11:40.5032924Z processing existing schema: aten::bitwise_right_shift.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5034472Z processing existing schema: aten::bitwise_right_shift.Tensor_Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5036091Z processing existing schema: aten::bitwise_right_shift.Scalar_Tensor_out(Scalar self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5037515Z processing existing schema: aten::bitwise_left_shift.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.5039032Z processing existing schema: aten::bitwise_left_shift.Tensor_Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:40.5040978Z processing existing schema: aten::bitwise_left_shift.Scalar_Tensor(Scalar self, Tensor other) -> Tensor 2022-12-01T10:11:40.5042542Z processing existing schema: aten::bitwise_left_shift.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5044031Z processing existing schema: aten::bitwise_left_shift.Tensor_Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5045511Z processing existing schema: aten::bitwise_left_shift.Scalar_Tensor_out(Scalar self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5046881Z processing existing schema: aten::bitwise_xor.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.5047983Z processing existing schema: aten::bitwise_xor.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:40.5049856Z processing existing schema: aten::bitwise_xor.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5051376Z processing existing schema: aten::bitwise_xor.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5052855Z processing existing schema: aten::bitwise_xor.Scalar_Tensor(Scalar self, Tensor other) -> Tensor 2022-12-01T10:11:40.5054460Z processing existing schema: aten::bitwise_xor.Scalar_Tensor_out(Scalar self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5055897Z processing existing schema: aten::bitwise_or.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.5056977Z processing existing schema: aten::bitwise_or.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:40.5058770Z processing existing schema: aten::bitwise_or.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5060472Z processing existing schema: aten::bitwise_or.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5061627Z processing existing schema: aten::bitwise_or.Scalar_Tensor(Scalar self, Tensor other) -> Tensor 2022-12-01T10:11:40.5063475Z processing existing schema: aten::bitwise_or.Scalar_Tensor_out(Scalar self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5064967Z processing existing schema: aten::bitwise_and.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.5066412Z processing existing schema: aten::bitwise_and.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:40.5068112Z processing existing schema: aten::bitwise_and.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5069889Z processing existing schema: aten::bitwise_and.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5071444Z processing existing schema: aten::bitwise_and.Scalar_Tensor(Scalar self, Tensor other) -> Tensor 2022-12-01T10:11:40.5073342Z processing existing schema: aten::bitwise_and.Scalar_Tensor_out(Scalar self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5074552Z processing existing schema: aten::glu(Tensor self, int dim=-1) -> Tensor 2022-12-01T10:11:40.5076447Z processing existing schema: aten::glu.out(Tensor self, int dim=-1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5078043Z processing existing schema: aten::glu_backward(Tensor grad_output, Tensor self, int dim) -> Tensor 2022-12-01T10:11:40.5080079Z processing existing schema: aten::glu_backward.grad_input(Tensor grad_output, Tensor self, int dim, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.5081292Z processing existing schema: aten::linalg_inv_ex(Tensor A, *, bool check_errors=False) -> (Tensor inverse, Tensor info) 2022-12-01T10:11:40.5083085Z processing existing schema: aten::linalg_inv_ex.inverse(Tensor A, *, bool check_errors=False, Tensor(a!) inverse, Tensor(b!) info) -> (Tensor(a!) inverse, Tensor(b!) info) 2022-12-01T10:11:40.5084873Z processing existing schema: aten::linalg_lstsq(Tensor self, Tensor b, float? rcond=None, *, str? driver=None) -> (Tensor solution, Tensor residuals, Tensor rank, Tensor singular_values) 2022-12-01T10:11:40.5087382Z processing existing schema: aten::linalg_lstsq.out(Tensor self, Tensor b, float? rcond=None, *, str? driver=None, Tensor(a!) solution, Tensor(b!) residuals, Tensor(c!) rank, Tensor(d!) singular_values) -> (Tensor(a!) solution, Tensor(b!) residuals, Tensor(c!) rank, Tensor(d!) singular_values) 2022-12-01T10:11:40.5088311Z processing existing schema: aten::linalg_eig(Tensor self) -> (Tensor eigenvalues, Tensor eigenvectors) 2022-12-01T10:11:40.5090230Z processing existing schema: aten::linalg_eig.out(Tensor self, *, Tensor(a!) eigenvalues, Tensor(b!) eigenvectors) -> (Tensor(a!) eigenvalues, Tensor(b!) eigenvectors) 2022-12-01T10:11:40.5091527Z processing existing schema: aten::linalg_cholesky_ex(Tensor self, *, bool upper=False, bool check_errors=False) -> (Tensor L, Tensor info) 2022-12-01T10:11:40.5093425Z processing existing schema: aten::linalg_cholesky_ex.L(Tensor self, *, bool upper=False, bool check_errors=False, Tensor(a!) L, Tensor(b!) info) -> (Tensor(a!) L, Tensor(b!) info) 2022-12-01T10:11:40.5094603Z processing existing schema: aten::linalg_qr(Tensor A, str mode="reduced") -> (Tensor Q, Tensor R) 2022-12-01T10:11:40.5096501Z processing existing schema: aten::linalg_qr.out(Tensor A, str mode="reduced", *, Tensor(a!) Q, Tensor(b!) R) -> (Tensor(a!) Q, Tensor(b!) R) 2022-12-01T10:11:40.5097978Z processing existing schema: aten::multilabel_margin_loss_forward(Tensor self, Tensor target, int reduction) -> (Tensor output, Tensor is_target) 2022-12-01T10:11:40.5099789Z processing existing schema: aten::multilabel_margin_loss_forward.output(Tensor self, Tensor target, int reduction, *, Tensor(a!) output, Tensor(b!) is_target) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:40.5101390Z processing existing schema: aten::fractional_max_pool3d(Tensor self, int[3] kernel_size, int[3] output_size, Tensor random_samples) -> (Tensor, Tensor) 2022-12-01T10:11:40.5103606Z processing existing schema: aten::fractional_max_pool3d.output(Tensor self, int[3] kernel_size, int[3] output_size, Tensor random_samples, *, Tensor(a!) output, Tensor(b!) indices) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:40.5104943Z processing existing schema: aten::softshrink_backward(Tensor grad_output, Tensor self, Scalar lambd) -> Tensor 2022-12-01T10:11:40.5106815Z processing existing schema: aten::softshrink_backward.grad_input(Tensor grad_output, Tensor self, Scalar lambd, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.5108078Z processing existing schema: aten::has_torch_function(...) -> bool 2022-12-01T10:11:40.5109803Z processing existing schema: quantized::conv_transpose3d_output_padding(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> int[] 2022-12-01T10:11:40.5111495Z processing existing schema: aten::fractional_max_pool2d(Tensor self, int[2] kernel_size, int[2] output_size, Tensor random_samples) -> (Tensor, Tensor) 2022-12-01T10:11:40.5113676Z processing existing schema: aten::fractional_max_pool2d.output(Tensor self, int[2] kernel_size, int[2] output_size, Tensor random_samples, *, Tensor(a!) output, Tensor(b!) indices) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:40.5115110Z processing existing schema: aten::triangular_solve(Tensor self, Tensor A, bool upper=True, bool transpose=False, bool unitriangular=False) -> (Tensor solution, Tensor cloned_coefficient) 2022-12-01T10:11:40.5117262Z processing existing schema: aten::triangular_solve.X(Tensor self, Tensor A, bool upper=True, bool transpose=False, bool unitriangular=False, *, Tensor(a!) X, Tensor(b!) M) -> (Tensor(a!) solution, Tensor(b!) cloned_coefficient) 2022-12-01T10:11:40.5118454Z processing existing schema: aten::symeig(Tensor self, bool eigenvectors=False, bool upper=True) -> (Tensor eigenvalues, Tensor eigenvectors) 2022-12-01T10:11:40.5120769Z processing existing schema: aten::symeig.e(Tensor self, bool eigenvectors=False, bool upper=True, *, Tensor(a!) e, Tensor(b!) V) -> (Tensor(a!) eigenvalues, Tensor(b!) eigenvectors) 2022-12-01T10:11:40.5121893Z processing existing schema: aten::svd(Tensor self, bool some=True, bool compute_uv=True) -> (Tensor U, Tensor S, Tensor V) 2022-12-01T10:11:40.5124074Z processing existing schema: aten::svd.U(Tensor self, bool some=True, bool compute_uv=True, *, Tensor(a!) U, Tensor(b!) S, Tensor(c!) V) -> (Tensor(a!) U, Tensor(b!) S, Tensor(c!) V) 2022-12-01T10:11:40.5125193Z processing existing schema: aten::qr(Tensor self, bool some=True) -> (Tensor Q, Tensor R) 2022-12-01T10:11:40.5127082Z processing existing schema: aten::qr.Q(Tensor self, bool some=True, *, Tensor(a!) Q, Tensor(b!) R) -> (Tensor(a!) Q, Tensor(b!) R) 2022-12-01T10:11:40.5129242Z processing existing schema: quantized::quantized_lstm_cell_dynamic(Tensor input, Tensor[] hx, __torch__.torch.classes.quantized.LinearPackedParamsBase w_ih, __torch__.torch.classes.quantized.LinearPackedParamsBase w_hh, Tensor bias_ih, Tensor bias_hh) -> (Tensor, Tensor) 2022-12-01T10:11:40.5130022Z schema: prims::sqrt(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.5131681Z processing existing schema: aten::_lu_with_info(Tensor self, bool pivot=True, bool check_errors=True) -> (Tensor LU, Tensor pivots, Tensor info) 2022-12-01T10:11:40.5132749Z processing existing schema: aten::special_sinc(Tensor self) -> Tensor 2022-12-01T10:11:40.5134586Z processing existing schema: aten::special_sinc.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5135889Z processing existing schema: aten::geqrf(Tensor self) -> (Tensor a, Tensor tau) 2022-12-01T10:11:40.5137606Z processing existing schema: aten::geqrf.a(Tensor self, *, Tensor(a!) a, Tensor(b!) tau) -> (Tensor(a!) a, Tensor(b!) tau) 2022-12-01T10:11:40.5138798Z processing existing schema: aten::linalg_tensorsolve(Tensor self, Tensor other, int[]? dims=None) -> Tensor 2022-12-01T10:11:40.5140667Z processing existing schema: aten::linalg_tensorsolve.out(Tensor self, Tensor other, int[]? dims=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5141819Z processing existing schema: aten::linalg_tensorinv(Tensor self, int ind=2) -> Tensor 2022-12-01T10:11:40.5143521Z processing existing schema: aten::linalg_tensorinv.out(Tensor self, int ind=2, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5144808Z processing existing schema: aten::linalg_householder_product(Tensor input, Tensor tau) -> Tensor 2022-12-01T10:11:40.5146364Z processing existing schema: aten::linalg_householder_product.out(Tensor input, Tensor tau, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5147606Z processing existing schema: aten::linalg_eigvalsh(Tensor self, str UPLO="L") -> Tensor 2022-12-01T10:11:40.5149305Z processing existing schema: aten::linalg_eigvalsh.out(Tensor self, str UPLO="L", *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5150678Z processing existing schema: aten::linalg_eigvals(Tensor self) -> Tensor 2022-12-01T10:11:40.5152407Z processing existing schema: aten::linalg_eigvals.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5153952Z processing existing schema: aten::value_selecting_reduction_backward(Tensor grad, int dim, Tensor indices, int[] sizes, bool keepdim) -> Tensor 2022-12-01T10:11:40.5155109Z processing existing schema: aten::linalg_svdvals(Tensor A, *, str? driver=None) -> Tensor 2022-12-01T10:11:40.5156835Z processing existing schema: aten::linalg_svdvals.out(Tensor A, *, str? driver=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5158219Z processing existing schema: aten::linalg_solve(Tensor A, Tensor B, *, bool left=True) -> Tensor 2022-12-01T10:11:40.5160234Z processing existing schema: aten::linalg_solve.out(Tensor A, Tensor B, *, bool left=True, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5161652Z processing existing schema: aten::linalg_matrix_rank(Tensor self, float tol, bool hermitian=False) -> Tensor 2022-12-01T10:11:40.5163109Z processing existing schema: aten::linalg_matrix_rank.tol_tensor(Tensor input, Tensor tol, bool hermitian=False) -> Tensor 2022-12-01T10:11:40.5164688Z processing existing schema: aten::linalg_matrix_rank.atol_rtol_tensor(Tensor input, *, Tensor? atol=None, Tensor? rtol=None, bool hermitian=False) -> Tensor 2022-12-01T10:11:40.5166253Z processing existing schema: aten::linalg_matrix_rank.atol_rtol_float(Tensor self, *, float? atol=None, float? rtol=None, bool hermitian=False) -> Tensor 2022-12-01T10:11:40.5168191Z processing existing schema: aten::linalg_matrix_rank.atol_rtol_tensor_out(Tensor input, *, Tensor? atol=None, Tensor? rtol=None, bool hermitian=False, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5170025Z processing existing schema: aten::linalg_matrix_rank.atol_rtol_float_out(Tensor self, *, float? atol=None, float? rtol=None, bool hermitian=False, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5171669Z processing existing schema: aten::linalg_matrix_rank.out(Tensor self, float tol, bool hermitian=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5173430Z processing existing schema: aten::linalg_matrix_rank.out_tol_tensor(Tensor input, Tensor tol, bool hermitian=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5175245Z processing existing schema: aten::linalg_matrix_norm(Tensor self, Scalar ord, int[] dim=[-2, -1], bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:40.5177097Z processing existing schema: aten::linalg_matrix_norm.str_ord(Tensor self, str ord="fro", int[] dim=[-2, -1], bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:40.5179178Z processing existing schema: aten::linalg_matrix_norm.out(Tensor self, Scalar ord, int[] dim=[-2, -1], bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5181380Z processing existing schema: aten::linalg_matrix_norm.str_ord_out(Tensor self, str ord="fro", int[] dim=[-2, -1], bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5182746Z processing existing schema: aten::silu_backward(Tensor grad_output, Tensor self) -> Tensor 2022-12-01T10:11:40.5184465Z processing existing schema: aten::silu_backward.grad_input(Tensor grad_output, Tensor self, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.5186223Z processing existing schema: aten::_set_item.t(t[](a!) l, int idx, t(b -> *) el) -> t[](a!) 2022-12-01T10:11:40.5187986Z processing existing schema: aten::_set_item.str(Dict(str, t)(a!) l, str(b -> *) idx, t(c -> *) v) -> () 2022-12-01T10:11:40.5189681Z processing existing schema: aten::_set_item.int(Dict(int, t)(a!) l, int(b -> *) idx, t(c -> *) v) -> () 2022-12-01T10:11:40.5191487Z processing existing schema: aten::_set_item.bool(Dict(bool, t)(a!) l, bool(b -> *) idx, t(c -> *) v) -> () 2022-12-01T10:11:40.5193205Z processing existing schema: aten::_set_item.float(Dict(float, t)(a!) l, float(b -> *) idx, t(c -> *) v) -> () 2022-12-01T10:11:40.5195107Z processing existing schema: aten::_set_item.complex(Dict(complex, t)(a!) l, complex(b -> *) idx, t(c -> *) v) -> () 2022-12-01T10:11:40.5196827Z processing existing schema: aten::_set_item.Tensor(Dict(Tensor, t)(a!) l, Tensor(b -> *) idx, t(c -> *) v) -> () 2022-12-01T10:11:40.5198382Z processing existing schema: quantized::conv_unpack(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> (Tensor unpacked_weights, Tensor? B_origin) 2022-12-01T10:11:40.5200499Z processing existing schema: aten::fft_irfftn(Tensor self, int[1]? s=None, int[1]? dim=None, str? norm=None) -> Tensor 2022-12-01T10:11:40.5202977Z processing existing schema: aten::fft_irfftn.out(Tensor self, int[1]? s=None, int[1]? dim=None, str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5204462Z processing existing schema: aten::fft_rfftn(Tensor self, int[1]? s=None, int[1]? dim=None, str? norm=None) -> Tensor 2022-12-01T10:11:40.5206647Z processing existing schema: aten::fft_rfftn.out(Tensor self, int[1]? s=None, int[1]? dim=None, str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5208722Z processing existing schema: aten::fft_irfft2(Tensor self, int[1]? s=None, int[1] dim=[-2, -1], str? norm=None) -> Tensor 2022-12-01T10:11:40.5211143Z processing existing schema: aten::fft_irfft2.out(Tensor self, int[1]? s=None, int[1] dim=[-2, -1], str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5212984Z processing existing schema: aten::fft_rfft2(Tensor self, int[1]? s=None, int[1] dim=[-2, -1], str? norm=None) -> Tensor 2022-12-01T10:11:40.5215225Z processing existing schema: aten::fft_rfft2.out(Tensor self, int[1]? s=None, int[1] dim=[-2, -1], str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5216476Z processing existing schema: aten::fft_irfft(Tensor self, int? n=None, int dim=-1, str? norm=None) -> Tensor 2022-12-01T10:11:40.5218484Z processing existing schema: aten::fft_irfft.out(Tensor self, int? n=None, int dim=-1, str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5220252Z processing existing schema: aten::fft_ifftn(Tensor self, int[1]? s=None, int[1]? dim=None, str? norm=None) -> Tensor 2022-12-01T10:11:40.5222532Z processing existing schema: aten::fft_ifftn.out(Tensor self, int[1]? s=None, int[1]? dim=None, str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5224274Z processing existing schema: aten::fft_fftn(Tensor self, int[1]? s=None, int[1]? dim=None, str? norm=None) -> Tensor 2022-12-01T10:11:40.5226516Z processing existing schema: aten::fft_fftn.out(Tensor self, int[1]? s=None, int[1]? dim=None, str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5228419Z processing existing schema: aten::fft_fft2(Tensor self, int[1]? s=None, int[1] dim=[-2, -1], str? norm=None) -> Tensor 2022-12-01T10:11:40.5230741Z processing existing schema: aten::fft_fft2.out(Tensor self, int[1]? s=None, int[1] dim=[-2, -1], str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5232182Z processing existing schema: aten::fft_ifft(Tensor self, int? n=None, int dim=-1, str? norm=None) -> Tensor 2022-12-01T10:11:40.5234063Z processing existing schema: aten::fft_ifft.out(Tensor self, int? n=None, int dim=-1, str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5235320Z processing existing schema: aten::fft_fft(Tensor self, int? n=None, int dim=-1, str? norm=None) -> Tensor 2022-12-01T10:11:40.5237353Z processing existing schema: aten::fft_fft.out(Tensor self, int? n=None, int dim=-1, str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5239108Z processing existing schema: aten::cross_entropy_loss(Tensor self, Tensor target, Tensor? weight=None, int reduction=1, int ignore_index=-100, float label_smoothing=0.) -> Tensor 2022-12-01T10:11:40.5240656Z processing existing schema: aten::embedding_backward(Tensor grad, Tensor indices, SymInt num_weights, int padding_idx, bool scale_grad_by_freq, bool sparse) -> Tensor 2022-12-01T10:11:40.5241909Z processing existing schema: aten::replication_pad3d(Tensor self, int[6] padding) -> Tensor 2022-12-01T10:11:40.5243979Z processing existing schema: aten::replication_pad3d.out(Tensor self, int[6] padding, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5244684Z processing existing schema: prim::TypeCheck(...) -> ... 2022-12-01T10:11:40.5246658Z processing existing schema: quantized::conv_transpose2d_dynamic(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, bool reduce_range=False) -> Tensor 2022-12-01T10:11:40.5247852Z processing existing schema: aten::elu_backward(Tensor grad_output, Scalar alpha, Scalar scale, Scalar input_scale, bool is_result, Tensor self_or_result) -> Tensor 2022-12-01T10:11:40.5250006Z processing existing schema: aten::elu_backward.grad_input(Tensor grad_output, Scalar alpha, Scalar scale, Scalar input_scale, bool is_result, Tensor self_or_result, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.5251336Z processing existing schema: aten::replication_pad2d(Tensor self, int[4] padding) -> Tensor 2022-12-01T10:11:40.5253452Z processing existing schema: aten::replication_pad2d.out(Tensor self, int[4] padding, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5254817Z processing existing schema: prim::Guard(Tensor(a) t) -> Tensor(a) 2022-12-01T10:11:40.5256717Z processing existing schema: quantized::conv3d_dynamic(Tensor qx, __torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weight, bool reduce_range=False) -> Tensor 2022-12-01T10:11:40.5258329Z processing existing schema: aten::replication_pad1d(Tensor self, int[2] padding) -> Tensor 2022-12-01T10:11:40.5260375Z processing existing schema: aten::replication_pad1d.out(Tensor self, int[2] padding, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5261769Z processing existing schema: aten::sym_storage_offset(Tensor self) -> SymInt 2022-12-01T10:11:40.5263544Z processing existing schema: aten::_cdist_forward(Tensor x1, Tensor x2, float p, int? compute_mode) -> Tensor 2022-12-01T10:11:40.5265543Z processing existing schema: aten::_cdist_forward.out(Tensor x1, Tensor x2, float p, int? compute_mode, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5268396Z processing existing schema: aten::grad(Tensor[] outputs, Tensor[] inputs, Tensor?[]? grad_outputs=None, bool? retain_graph=None, bool create_graph=False, bool allow_unused=False) -> Tensor?[] 2022-12-01T10:11:40.5270008Z processing existing schema: quantized::conv1d_dynamic(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, bool reduce_range=False) -> Tensor 2022-12-01T10:11:40.5271339Z processing existing schema: aten::reflection_pad2d(Tensor self, int[4] padding) -> Tensor 2022-12-01T10:11:40.5273518Z processing existing schema: aten::reflection_pad2d.out(Tensor self, int[4] padding, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5274915Z processing existing schema: aten::FloatImplicit(Tensor a) -> float 2022-12-01T10:11:40.5276880Z processing existing schema: quantized::cat_out(Tensor[] qx, int dim, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5277448Z schema: static_runtime::reshape_copy(Tensor self, int[] shape) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.5278216Z processing existing schema: aten::_assert_async(Tensor self) -> () 2022-12-01T10:11:40.5280370Z processing existing schema: aten::max_unpool3d(Tensor self, Tensor indices, int[3] output_size, int[3] stride, int[3] padding) -> Tensor 2022-12-01T10:11:40.5282768Z processing existing schema: aten::max_unpool3d.out(Tensor self, Tensor indices, int[3] output_size, int[3] stride, int[3] padding, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5284324Z processing existing schema: aten::max_unpool2d(Tensor self, Tensor indices, int[2] output_size) -> Tensor 2022-12-01T10:11:40.5286449Z processing existing schema: aten::max_unpool2d.out(Tensor self, Tensor indices, int[2] output_size, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5288896Z processing existing schema: aten::max_pool3d(Tensor self, int[3] kernel_size, int[3] stride=[], int[3] padding=0, int[3] dilation=1, bool ceil_mode=False) -> Tensor 2022-12-01T10:11:40.5290794Z processing existing schema: aten::pinverse(Tensor self, float rcond=1.0000000000000001e-15) -> Tensor 2022-12-01T10:11:40.5292577Z processing existing schema: aten::ormqr(Tensor self, Tensor input2, Tensor input3, bool left=True, bool transpose=False) -> Tensor 2022-12-01T10:11:40.5294623Z processing existing schema: aten::ormqr.out(Tensor self, Tensor input2, Tensor input3, bool left=True, bool transpose=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5296294Z processing existing schema: aten::lu_solve(Tensor self, Tensor LU_data, Tensor LU_pivots) -> Tensor 2022-12-01T10:11:40.5297867Z processing existing schema: aten::lu_solve.out(Tensor self, Tensor LU_data, Tensor LU_pivots, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5298391Z schema: static_runtime::VarTupleUnpack(...) -> ... found on allowlist, skipping 2022-12-01T10:11:40.5299113Z processing existing schema: prim::oneDNNFusionGuard(...) -> ... 2022-12-01T10:11:40.5300673Z processing existing schema: aten::cholesky_inverse(Tensor self, bool upper=False) -> Tensor 2022-12-01T10:11:40.5302578Z processing existing schema: aten::cholesky_inverse.out(Tensor self, bool upper=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5304147Z processing existing schema: aten::cholesky(Tensor self, bool upper=False) -> Tensor 2022-12-01T10:11:40.5305965Z processing existing schema: aten::cholesky.out(Tensor self, bool upper=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5307750Z processing existing schema: aten::grid_sampler_3d(Tensor input, Tensor grid, int interpolation_mode, int padding_mode, bool align_corners) -> Tensor 2022-12-01T10:11:40.5309763Z processing existing schema: aten::grid_sampler_3d.out(Tensor input, Tensor grid, int interpolation_mode, int padding_mode, bool align_corners, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5310870Z schema: prims::erfc(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.5312644Z processing existing schema: aten::_grid_sampler_2d_cpu_fallback(Tensor input, Tensor grid, int interpolation_mode, int padding_mode, bool align_corners) -> Tensor 2022-12-01T10:11:40.5314758Z processing existing schema: aten::_grid_sampler_2d_cpu_fallback.out(Tensor input, Tensor grid, int interpolation_mode, int padding_mode, bool align_corners, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5315744Z processing existing schema: aten::special_gammainc(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.5317573Z processing existing schema: aten::special_gammainc.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5319162Z processing existing schema: aten::grid_sampler_2d(Tensor input, Tensor grid, int interpolation_mode, int padding_mode, bool align_corners) -> Tensor 2022-12-01T10:11:40.5321597Z processing existing schema: aten::grid_sampler_2d.out(Tensor input, Tensor grid, int interpolation_mode, int padding_mode, bool align_corners, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5323584Z processing existing schema: aten::stft(Tensor self, int n_fft, int? hop_length=None, int? win_length=None, Tensor? window=None, bool normalized=False, bool? onesided=None, bool? return_complex=None) -> Tensor 2022-12-01T10:11:40.5325956Z processing existing schema: aten::stft.center(Tensor self, int n_fft, int? hop_length=None, int? win_length=None, Tensor? window=None, bool center=True, str pad_mode="reflect", bool normalized=False, bool? onesided=None, bool? return_complex=None) -> Tensor 2022-12-01T10:11:40.5326939Z processing existing schema: prim::AutogradAllZero(...) -> bool 2022-12-01T10:11:40.5328727Z processing existing schema: sparse::qlinear_unpack(__torch__.torch.classes.sparse.LinearPackedParamsBase W_prepack) -> (Tensor W_origin, Tensor? B_origin, int[] block_pattern) 2022-12-01T10:11:40.5329927Z processing existing schema: aten::polar(Tensor abs, Tensor angle) -> Tensor 2022-12-01T10:11:40.5331642Z processing existing schema: aten::polar.out(Tensor abs, Tensor angle, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5332705Z processing existing schema: aten::polar.int(int a, int b) -> complex 2022-12-01T10:11:40.5334125Z processing existing schema: aten::polar.float(float a, float b) -> complex 2022-12-01T10:11:40.5335451Z processing existing schema: aten::polar.int_float(int a, float b) -> complex 2022-12-01T10:11:40.5336847Z processing existing schema: aten::polar.float_int(float a, int b) -> complex 2022-12-01T10:11:40.5338223Z processing existing schema: aten::polar.Scalar_Scalar(Scalar a, Scalar b) -> Scalar 2022-12-01T10:11:40.5340788Z processing existing schema: aten::avg_pool3d(Tensor self, int[3] kernel_size, int[3] stride=[], int[3] padding=0, bool ceil_mode=False, bool count_include_pad=True, int? divisor_override=None) -> Tensor 2022-12-01T10:11:40.5343528Z processing existing schema: aten::avg_pool3d.out(Tensor self, int[3] kernel_size, int[3] stride=[], int[3] padding=0, bool ceil_mode=False, bool count_include_pad=True, int? divisor_override=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5344882Z processing existing schema: aten::binary_cross_entropy(Tensor self, Tensor target, Tensor? weight=None, int reduction=1) -> Tensor 2022-12-01T10:11:40.5347042Z processing existing schema: aten::binary_cross_entropy.out(Tensor self, Tensor target, Tensor? weight=None, int reduction=1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5348737Z processing existing schema: aten::scatter_add(Tensor self, int dim, Tensor index, Tensor src) -> Tensor 2022-12-01T10:11:40.5350407Z processing existing schema: aten::scatter_add.out(Tensor self, int dim, Tensor index, Tensor src, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5352405Z processing existing schema: aten::scatter_add.dimname(Tensor self, str dim, Tensor index, Tensor src) -> Tensor 2022-12-01T10:11:40.5352842Z processing existing schema: prim::profile_ivalue(...) -> ... 2022-12-01T10:11:40.5354576Z processing existing schema: quantized::linear_prepack(Tensor W, Tensor? B=None) -> __torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack 2022-12-01T10:11:40.5355784Z processing existing schema: aten::ljust(str self, int width, str fillchar=" ") -> str 2022-12-01T10:11:40.5358226Z processing existing schema: aten::_empty_per_channel_affine_quantized(int[] size, *, Tensor scales, Tensor zero_points, int axis, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, MemoryFormat? memory_format=0) -> Tensor 2022-12-01T10:11:40.5360251Z processing existing schema: aten::_empty_per_channel_affine_quantized.out(int[] size, *, Tensor scales, Tensor zero_points, int axis, MemoryFormat? memory_format=0, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5361274Z processing existing schema: aten::tensordot(Tensor self, Tensor other, int[] dims_self, int[] dims_other) -> Tensor 2022-12-01T10:11:40.5363123Z processing existing schema: aten::tensordot.out(Tensor self, Tensor other, int[] dims_self, int[] dims_other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5364632Z processing existing schema: aten::grid_sampler(Tensor input, Tensor grid, int interpolation_mode, int padding_mode, bool align_corners) -> Tensor 2022-12-01T10:11:40.5366096Z processing existing schema: aten::cross(Tensor self, Tensor other, int? dim=None) -> Tensor 2022-12-01T10:11:40.5367875Z processing existing schema: aten::cross.out(Tensor self, Tensor other, int? dim=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5369277Z processing existing schema: aten::atan2(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.5370975Z processing existing schema: aten::atan2.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5372378Z processing existing schema: aten::atan2.int(int a, int b) -> float 2022-12-01T10:11:40.5373803Z processing existing schema: aten::atan2.float(float a, float b) -> float 2022-12-01T10:11:40.5375241Z processing existing schema: aten::atan2.int_float(int a, float b) -> float 2022-12-01T10:11:40.5376693Z processing existing schema: aten::atan2.float_int(float a, int b) -> float 2022-12-01T10:11:40.5378150Z processing existing schema: aten::atan2.Scalar_Scalar(Scalar a, Scalar b) -> float 2022-12-01T10:11:40.5379663Z processing existing schema: aten::logical_xor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.5381374Z processing existing schema: aten::logical_xor.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5382935Z processing existing schema: aten::addcmul(Tensor self, Tensor tensor1, Tensor tensor2, *, Scalar value=1) -> Tensor 2022-12-01T10:11:40.5384903Z processing existing schema: aten::addcmul.out(Tensor self, Tensor tensor1, Tensor tensor2, *, Scalar value=1, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5386278Z processing existing schema: aten::norm.Scalar(Tensor self, Scalar p=2) -> Tensor 2022-12-01T10:11:40.5388163Z processing existing schema: aten::norm.ScalarOpt_dim(Tensor self, Scalar? p, int[1] dim, bool keepdim=False) -> Tensor 2022-12-01T10:11:40.5389969Z processing existing schema: aten::norm.names_ScalarOpt_dim(Tensor self, Scalar? p, str[1] dim, bool keepdim=False) -> Tensor 2022-12-01T10:11:40.5391822Z processing existing schema: aten::norm.ScalarOpt_dim_dtype(Tensor self, Scalar? p, int[1] dim, bool keepdim, *, ScalarType dtype) -> Tensor 2022-12-01T10:11:40.5393885Z processing existing schema: aten::norm.dtype_out(Tensor self, Scalar? p, int[1] dim, bool keepdim, *, ScalarType dtype, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5395974Z processing existing schema: aten::norm.out(Tensor self, Scalar? p, int[1] dim, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5397467Z processing existing schema: aten::norm.ScalarOpt_dtype(Tensor self, Scalar? p, *, ScalarType dtype) -> Tensor 2022-12-01T10:11:40.5399469Z processing existing schema: aten::norm.ScalarOpt_dtype_out(Tensor self, Scalar? p, *, ScalarType dtype, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5401326Z processing existing schema: aten::norm.Scalar_out(Tensor self, Scalar p=2, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5403179Z processing existing schema: aten::norm.names_ScalarOpt_dim_dtype(Tensor self, Scalar? p, str[1] dim, bool keepdim, *, ScalarType dtype) -> Tensor 2022-12-01T10:11:40.5405387Z processing existing schema: aten::norm.names_dtype_out(Tensor self, Scalar? p, str[1] dim, bool keepdim, *, ScalarType dtype, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5407426Z processing existing schema: aten::norm.names_out(Tensor self, Scalar? p, str[1] dim, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5408808Z processing existing schema: aten::fmod.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.5410273Z processing existing schema: aten::fmod.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:40.5412044Z processing existing schema: aten::fmod.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5413778Z processing existing schema: aten::fmod.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5415143Z processing existing schema: aten::fmod.int(int a, int b) -> float 2022-12-01T10:11:40.5416587Z processing existing schema: aten::fmod.float(float a, float b) -> float 2022-12-01T10:11:40.5418027Z processing existing schema: aten::fmod.int_float(int a, float b) -> float 2022-12-01T10:11:40.5419470Z processing existing schema: aten::fmod.float_int(float a, int b) -> float 2022-12-01T10:11:40.5420886Z processing existing schema: aten::fmod(Scalar a, Scalar b) -> float 2022-12-01T10:11:40.5422516Z processing existing schema: aten::softmax.int(Tensor self, int dim, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:40.5424126Z processing existing schema: aten::softmax.Dimname(Tensor self, str dim, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:40.5425994Z processing existing schema: aten::softmax.int_out(Tensor self, int dim, ScalarType? dtype=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5427596Z processing existing schema: quantized::conv_transpose2d_transpose(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> int 2022-12-01T10:11:40.5429575Z processing existing schema: aten::randint_like(Tensor self, int high, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, MemoryFormat? memory_format=None) -> Tensor 2022-12-01T10:11:40.5431742Z processing existing schema: aten::randint_like.low_dtype(Tensor self, int low, int high, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, MemoryFormat? memory_format=None) -> Tensor 2022-12-01T10:11:40.5433423Z processing existing schema: aten::randint_like.out(Tensor self, int high, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5435366Z processing existing schema: aten::randint_like.low_dtype_out(Tensor self, int low, int high, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5436990Z processing existing schema: quantized::add_scalar_relu_out(Tensor qa, Scalar b, Tensor(a!) out) -> Tensor(a!) out 2022-12-01T10:11:40.5438734Z processing existing schema: quantized::add_scalar_relu_out.Tensor(Tensor qa, Tensor b, Tensor(a!) out) -> Tensor(a!) out 2022-12-01T10:11:40.5440431Z processing existing schema: aten::prod(Tensor self, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:40.5442084Z processing existing schema: aten::prod.dim_int(Tensor self, int dim, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:40.5443746Z processing existing schema: aten::prod.dim_Dimname(Tensor self, str dim, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:40.5445773Z processing existing schema: aten::prod.Dimname_out(Tensor self, str dim, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5447685Z processing existing schema: aten::prod.int_out(Tensor self, int dim, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5449451Z processing existing schema: aten::prod.out(Tensor self, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5450765Z processing existing schema: prim::CudaFusionViewGuard(...) -> bool 2022-12-01T10:11:40.5452463Z processing existing schema: aten::dropout_(Tensor(a!) self, float p, bool train) -> Tensor(a!) 2022-12-01T10:11:40.5454158Z processing existing schema: aten::renorm(Tensor self, Scalar p, int dim, Scalar maxnorm) -> Tensor 2022-12-01T10:11:40.5455873Z processing existing schema: aten::renorm.out(Tensor self, Scalar p, int dim, Scalar maxnorm, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5457186Z processing existing schema: prim::requires_grad(Tensor a) -> bool 2022-12-01T10:11:40.5459017Z processing existing schema: _quantized::conv2d(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.5460354Z processing existing schema: aten::dist(Tensor self, Tensor other, Scalar p=2) -> Tensor 2022-12-01T10:11:40.5462147Z processing existing schema: aten::dist.out(Tensor self, Tensor other, Scalar p=2, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5463712Z processing existing schema: aten::binomial(Tensor count, Tensor prob, Generator? generator=None) -> Tensor 2022-12-01T10:11:40.5465605Z processing existing schema: aten::binomial.out(Tensor count, Tensor prob, Generator? generator=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5467428Z processing existing schema: aten::multi_margin_loss(Tensor self, Tensor target, Scalar p=1, Scalar margin=1, Tensor? weight=None, int reduction=1) -> Tensor 2022-12-01T10:11:40.5469563Z processing existing schema: aten::multi_margin_loss.out(Tensor self, Tensor target, Scalar p=1, Scalar margin=1, Tensor? weight=None, int reduction=1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5472073Z processing existing schema: aten::triplet_margin_loss(Tensor anchor, Tensor positive, Tensor negative, float margin=1., float p=2., float eps=9.9999999999999995e-07, bool swap=False, int reduction=1) -> Tensor 2022-12-01T10:11:40.5473145Z schema: nvprims::abs(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.5475295Z processing existing schema: aten::_sparse_coo_tensor_unsafe(Tensor indices, Tensor values, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.5476528Z processing existing schema: aten::fmax(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.5478261Z processing existing schema: aten::fmax.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5480046Z processing existing schema: aten::soft_margin_loss(Tensor self, Tensor target, int reduction=1) -> Tensor 2022-12-01T10:11:40.5481898Z processing existing schema: aten::soft_margin_loss.out(Tensor self, Tensor target, int reduction=1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5483369Z processing existing schema: prim::BailoutTemplate() -> int 2022-12-01T10:11:40.5484903Z processing existing schema: quantized::conv_transpose2d_dilation(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> int[] 2022-12-01T10:11:40.5486307Z processing existing schema: aten::multilabel_margin_loss(Tensor self, Tensor target, int reduction=1) -> Tensor 2022-12-01T10:11:40.5488201Z processing existing schema: aten::multilabel_margin_loss.out(Tensor self, Tensor target, int reduction=1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5489946Z processing existing schema: aten::margin_ranking_loss(Tensor input1, Tensor input2, Tensor target, float margin=0., int reduction=1) -> Tensor 2022-12-01T10:11:40.5491429Z processing existing schema: prim::reshape_copy(Tensor self, int[] shape) -> Tensor 2022-12-01T10:11:40.5493014Z processing existing schema: aten::bilinear(Tensor input1, Tensor input2, Tensor weight, Tensor? bias=None) -> Tensor 2022-12-01T10:11:40.5494614Z processing existing schema: aten::mse_loss(Tensor self, Tensor target, int reduction=1) -> Tensor 2022-12-01T10:11:40.5496403Z processing existing schema: aten::mse_loss.out(Tensor self, Tensor target, int reduction=1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5498048Z processing existing schema: aten::huber_loss(Tensor self, Tensor target, int reduction=1, float delta=1.) -> Tensor 2022-12-01T10:11:40.5499994Z processing existing schema: aten::huber_loss.out(Tensor self, Tensor target, int reduction=1, float delta=1., *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5501461Z processing existing schema: aten::floor_divide(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.5502892Z processing existing schema: aten::floor_divide.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:40.5504628Z processing existing schema: aten::floor_divide.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5506320Z processing existing schema: aten::smooth_l1_loss(Tensor self, Tensor target, int reduction=1, float beta=1.) -> Tensor 2022-12-01T10:11:40.5508264Z processing existing schema: aten::smooth_l1_loss.out(Tensor self, Tensor target, int reduction=1, float beta=1., *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5509868Z processing existing schema: prim::unchecked_unwrap_optional(t(a)? optional) -> t(a) 2022-12-01T10:11:40.5511554Z processing existing schema: quantized::conv_transpose2d_padding(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> int[] 2022-12-01T10:11:40.5513855Z processing existing schema: aten::layer_norm(Tensor input, int[] normalized_shape, Tensor? weight=None, Tensor? bias=None, float eps=1.0000000000000001e-05, bool cudnn_enable=True) -> Tensor 2022-12-01T10:11:40.5515699Z processing existing schema: aten::binary_cross_entropy_with_logits(Tensor self, Tensor target, Tensor? weight=None, Tensor? pos_weight=None, int reduction=1) -> Tensor 2022-12-01T10:11:40.5517803Z processing existing schema: aten::binary_cross_entropy_with_logits.out(Tensor self, Tensor target, Tensor? weight=None, Tensor? pos_weight=None, int reduction=1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5519152Z processing existing schema: aten::mul.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.5520772Z processing existing schema: aten::mul.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:40.5522433Z processing existing schema: aten::mul.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5524232Z processing existing schema: aten::mul.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5525716Z processing existing schema: aten::mul.left_t(t[] l, int n) -> t[] 2022-12-01T10:11:40.5527204Z processing existing schema: aten::mul.right_(int n, t[] l) -> t[] 2022-12-01T10:11:40.5528605Z processing existing schema: aten::mul.int(int a, int b) -> int 2022-12-01T10:11:40.5529957Z processing existing schema: aten::mul.complex(complex a, complex b) -> complex 2022-12-01T10:11:40.5531445Z processing existing schema: aten::mul.float(float a, float b) -> float 2022-12-01T10:11:40.5532691Z processing existing schema: aten::mul.int_complex(int a, complex b) -> complex 2022-12-01T10:11:40.5534110Z processing existing schema: aten::mul.complex_int(complex a, int b) -> complex 2022-12-01T10:11:40.5535653Z processing existing schema: aten::mul.float_complex(float a, complex b) -> complex 2022-12-01T10:11:40.5537121Z processing existing schema: aten::mul.complex_float(complex a, float b) -> complex 2022-12-01T10:11:40.5538551Z processing existing schema: aten::mul.int_float(int a, float b) -> float 2022-12-01T10:11:40.5540012Z processing existing schema: aten::mul.float_int(float a, int b) -> float 2022-12-01T10:11:40.5541426Z processing existing schema: aten::mul(Scalar a, Scalar b) -> Scalar 2022-12-01T10:11:40.5543172Z processing existing schema: aten::index_select_backward(Tensor grad, int[] self_sizes, int dim, Tensor index) -> Tensor 2022-12-01T10:11:40.5544726Z processing existing schema: aten::sub.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor 2022-12-01T10:11:40.5546273Z processing existing schema: aten::sub.Scalar(Tensor self, Scalar other, Scalar alpha=1) -> Tensor 2022-12-01T10:11:40.5548113Z processing existing schema: aten::sub.out(Tensor self, Tensor other, *, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5550032Z processing existing schema: aten::sub.Scalar_out(Tensor self, Scalar other, Scalar alpha=1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5551366Z processing existing schema: aten::sub.int(int a, int b) -> int 2022-12-01T10:11:40.5552853Z processing existing schema: aten::sub.complex(complex a, complex b) -> complex 2022-12-01T10:11:40.5554291Z processing existing schema: aten::sub.float(float a, float b) -> float 2022-12-01T10:11:40.5555730Z processing existing schema: aten::sub.int_complex(int a, complex b) -> complex 2022-12-01T10:11:40.5557209Z processing existing schema: aten::sub.complex_int(complex a, int b) -> complex 2022-12-01T10:11:40.5558536Z processing existing schema: aten::sub.float_complex(float a, complex b) -> complex 2022-12-01T10:11:40.5560597Z processing existing schema: aten::sub.complex_float(complex a, float b) -> complex 2022-12-01T10:11:40.5561582Z processing existing schema: aten::sub.int_float(int a, float b) -> float 2022-12-01T10:11:40.5563041Z processing existing schema: aten::sub.float_int(float a, int b) -> float 2022-12-01T10:11:40.5564288Z processing existing schema: aten::sub(Scalar a, Scalar b) -> Scalar 2022-12-01T10:11:40.5565858Z schema: prims::minimum(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.5567007Z schema: aten::_nested_tensor_from_mask_left_aligned(Tensor t, Tensor mask) -> bool found on allowlist, skipping 2022-12-01T10:11:40.5568437Z processing existing schema: aten::erfinv(Tensor self) -> Tensor 2022-12-01T10:11:40.5570170Z processing existing schema: aten::erfinv.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5572297Z processing existing schema: aten::to.device(Tensor(a) self, Device device, ScalarType dtype, bool non_blocking=False, bool copy=False, MemoryFormat? memory_format=None) -> Tensor(a) 2022-12-01T10:11:40.5573964Z processing existing schema: aten::to.dtype(Tensor(a) self, ScalarType dtype, bool non_blocking=False, bool copy=False, MemoryFormat? memory_format=None) -> Tensor(a) 2022-12-01T10:11:40.5575583Z processing existing schema: aten::to.other(Tensor(a) self, Tensor other, bool non_blocking=False, bool copy=False, MemoryFormat? memory_format=None) -> Tensor(a) 2022-12-01T10:11:40.5577671Z processing existing schema: aten::to.dtype_layout(Tensor(a) self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, bool copy=False, MemoryFormat? memory_format=None) -> Tensor(a) 2022-12-01T10:11:40.5579527Z processing existing schema: aten::to.prim_Device(Tensor(a) self, Device? device, int? dtype=None, bool non_blocking=False, bool copy=False) -> Tensor(a|b) 2022-12-01T10:11:40.5581247Z processing existing schema: aten::to.prim_dtype(Tensor(a) self, int? dtype=None, bool non_blocking=False, bool copy=False) -> Tensor(a|b) 2022-12-01T10:11:40.5583061Z processing existing schema: aten::to.prim_other(Tensor(a) self, bool non_blocking=False, bool copy=False) -> Tensor(a|b) 2022-12-01T10:11:40.5584169Z processing existing schema: aten::xlogy.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.5585502Z processing existing schema: aten::xlogy.Scalar_Other(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:40.5587043Z processing existing schema: aten::xlogy.Scalar_Self(Scalar self, Tensor other) -> Tensor 2022-12-01T10:11:40.5588629Z processing existing schema: aten::xlogy.OutTensor(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5590276Z processing existing schema: aten::xlogy.OutScalar_Self(Scalar self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5591933Z processing existing schema: aten::xlogy.OutScalar_Other(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5593187Z processing existing schema: prim::CudaFusionGuard(...) -> bool 2022-12-01T10:11:40.5594500Z processing existing schema: aten::lt.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.5595989Z processing existing schema: aten::lt.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:40.5597798Z processing existing schema: aten::lt.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5599732Z processing existing schema: aten::lt.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5601155Z processing existing schema: aten::lt.int(int a, int b) -> bool 2022-12-01T10:11:40.5602575Z processing existing schema: aten::lt.float(float a, float b) -> bool 2022-12-01T10:11:40.5604155Z processing existing schema: aten::lt.int_float(int a, float b) -> bool 2022-12-01T10:11:40.5605278Z processing existing schema: aten::lt.float_int(float a, int b) -> bool 2022-12-01T10:11:40.5606501Z processing existing schema: aten::lt(Scalar a, Scalar b) -> bool 2022-12-01T10:11:40.5607760Z processing existing schema: aten::lt.str(str a, str b) -> bool 2022-12-01T10:11:40.5609281Z processing existing schema: aten::lift_fresh(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:40.5610940Z processing existing schema: aten::fft_ihfft(Tensor self, int? n=None, int dim=-1, str? norm=None) -> Tensor 2022-12-01T10:11:40.5612792Z processing existing schema: aten::fft_ihfft.out(Tensor self, int? n=None, int dim=-1, str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5613784Z processing existing schema: aten::sign(Tensor self) -> Tensor 2022-12-01T10:11:40.5615489Z processing existing schema: aten::sign.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5616688Z processing existing schema: aten::__not__(bool self) -> bool 2022-12-01T10:11:40.5618310Z processing existing schema: quantized::leaky_relu(Tensor qx, Scalar negative_slope, bool inplace, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.5619363Z processing existing schema: aten::isdigit(str self) -> bool 2022-12-01T10:11:40.5621276Z processing existing schema: aten::_convolution_mode(Tensor input, Tensor weight, Tensor? bias, int[] stride, str padding, int[] dilation, int groups) -> Tensor 2022-12-01T10:11:40.5622321Z processing existing schema: prim::abs.int(int a) -> int 2022-12-01T10:11:40.5623575Z processing existing schema: prim::abs.float(float a) -> float 2022-12-01T10:11:40.5624808Z processing existing schema: prim::abs.complex(complex a) -> float 2022-12-01T10:11:40.5626077Z processing existing schema: prim::abs.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:40.5627281Z processing existing schema: prim::abs(Tensor x) -> Tensor 2022-12-01T10:11:40.5629589Z processing existing schema: _quantized::conv_transpose1d_prepack(Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] output_padding, int[] dilation, int groups) -> __torch__.torch.classes.quantized.Conv2dPackedParamsBase 2022-12-01T10:11:40.5630390Z processing existing schema: aten::relu(Tensor self) -> Tensor 2022-12-01T10:11:40.5632606Z processing existing schema: aten::relu.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5633346Z schema: static_runtime::to_copy.prim_dtype(Tensor self, int? dtype=None, bool non_blocking=False, bool copy=False) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.5633889Z schema: static_runtime::to_copy.dtype(Tensor self, ScalarType dtype, bool non_blocking=False, bool copy=False, MemoryFormat? memory_format=None) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.5634409Z schema: static_runtime::to_copy.other(Tensor self, Tensor other, bool non_blocking=False, bool copy=False, MemoryFormat? memory_format=None) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.5635113Z processing existing schema: aten::_backward(Tensor self, Tensor[] inputs, Tensor? gradient=None, bool? retain_graph=None, bool create_graph=False) -> () 2022-12-01T10:11:40.5635992Z processing existing schema: aten::Float.Tensor(Tensor a) -> float 2022-12-01T10:11:40.5637266Z processing existing schema: aten::Float.Scalar(Scalar a) -> float 2022-12-01T10:11:40.5638306Z processing existing schema: aten::Float.int(int a) -> float 2022-12-01T10:11:40.5639512Z processing existing schema: aten::Float.bool(bool a) -> float 2022-12-01T10:11:40.5640782Z processing existing schema: aten::Float.str(str a) -> float 2022-12-01T10:11:40.5642754Z processing existing schema: quantized::conv1d_relu(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.5643547Z processing existing schema: aten::reciprocal(Tensor self) -> Tensor 2022-12-01T10:11:40.5645233Z processing existing schema: aten::reciprocal.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5646951Z processing existing schema: quantized::batch_norm3d(Tensor qx, Tensor? weight, Tensor? bias, Tensor mean, Tensor var, float eps, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.5648026Z processing existing schema: aten::conj_physical(Tensor self) -> Tensor 2022-12-01T10:11:40.5649679Z processing existing schema: aten::conj_physical.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5650939Z processing existing schema: aten::reshape(Tensor(a) self, SymInt[] shape) -> Tensor(a) 2022-12-01T10:11:40.5652010Z processing existing schema: prim::ConstantChunk(...) -> ... 2022-12-01T10:11:40.5654080Z processing existing schema: quantized::conv2d_prepack(Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups) -> __torch__.torch.classes.quantized.Conv2dPackedParamsBase 2022-12-01T10:11:40.5655030Z processing existing schema: aten::absolute(Tensor self) -> Tensor 2022-12-01T10:11:40.5656704Z processing existing schema: aten::absolute.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5657808Z processing existing schema: aten::log1p(Tensor self) -> Tensor 2022-12-01T10:11:40.5659350Z processing existing schema: aten::log1p.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5661058Z processing existing schema: aten::log1p.int(int a) -> float 2022-12-01T10:11:40.5661562Z processing existing schema: aten::log1p.float(float a) -> float 2022-12-01T10:11:40.5662723Z processing existing schema: aten::log1p.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:40.5664391Z processing existing schema: aten::exponential_(Tensor(a!) self, float lambd=1., *, Generator? generator=None) -> Tensor(a!) 2022-12-01T10:11:40.5665861Z processing existing schema: aten::logsumexp(Tensor self, int[1] dim, bool keepdim=False) -> Tensor 2022-12-01T10:11:40.5667432Z processing existing schema: aten::logsumexp.names(Tensor self, str[1] dim, bool keepdim=False) -> Tensor 2022-12-01T10:11:40.5669461Z processing existing schema: aten::logsumexp.names_out(Tensor self, str[1] dim, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5671341Z processing existing schema: aten::logsumexp.out(Tensor self, int[1] dim, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5672851Z processing existing schema: aten::addr(Tensor self, Tensor vec1, Tensor vec2, *, Scalar beta=1, Scalar alpha=1) -> Tensor 2022-12-01T10:11:40.5674733Z processing existing schema: aten::addr.out(Tensor self, Tensor vec1, Tensor vec2, *, Scalar beta=1, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5676077Z processing existing schema: aten::logit_backward(Tensor grad_output, Tensor self, float? eps=None) -> Tensor 2022-12-01T10:11:40.5677826Z processing existing schema: aten::logit_backward.grad_input(Tensor grad_output, Tensor self, float? eps=None, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.5679167Z processing existing schema: prim::MKLDNNClamp(Tensor self) -> Tensor 2022-12-01T10:11:40.5680853Z processing existing schema: aten::addmv(Tensor self, Tensor mat, Tensor vec, *, Scalar beta=1, Scalar alpha=1) -> Tensor 2022-12-01T10:11:40.5682618Z processing existing schema: aten::addmv.out(Tensor self, Tensor mat, Tensor vec, *, Scalar beta=1, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5683940Z processing existing schema: aten::expm1(Tensor self) -> Tensor 2022-12-01T10:11:40.5685579Z processing existing schema: aten::expm1.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5686955Z processing existing schema: aten::expm1.int(int a) -> float 2022-12-01T10:11:40.5688290Z processing existing schema: aten::expm1.float(float a) -> float 2022-12-01T10:11:40.5689703Z processing existing schema: aten::expm1.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:40.5691702Z processing existing schema: aten::addmm_(Tensor(a!) self, Tensor mat1, Tensor mat2, *, Scalar beta=1, Scalar alpha=1) -> Tensor(a!) 2022-12-01T10:11:40.5693062Z processing existing schema: aten::floor(Tensor self) -> Tensor 2022-12-01T10:11:40.5694693Z processing existing schema: aten::floor.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5696065Z processing existing schema: aten::floor.int(int a) -> int 2022-12-01T10:11:40.5697384Z processing existing schema: aten::floor.float(float a) -> int 2022-12-01T10:11:40.5698771Z processing existing schema: aten::floor.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:40.5700143Z processing existing schema: aten::exp(Tensor self) -> Tensor 2022-12-01T10:11:40.5701852Z processing existing schema: aten::exp.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5703212Z processing existing schema: aten::exp.int(int a) -> float 2022-12-01T10:11:40.5704684Z processing existing schema: aten::exp.float(float a) -> float 2022-12-01T10:11:40.5706005Z processing existing schema: aten::exp.complex(complex a) -> complex 2022-12-01T10:11:40.5707495Z processing existing schema: aten::exp.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:40.5708861Z processing existing schema: aten::ceil(Tensor self) -> Tensor 2022-12-01T10:11:40.5710510Z processing existing schema: aten::ceil.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5711889Z processing existing schema: aten::ceil.int(int a) -> int 2022-12-01T10:11:40.5713323Z processing existing schema: aten::ceil.float(float a) -> int 2022-12-01T10:11:40.5714769Z processing existing schema: aten::ceil.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:40.5716412Z processing existing schema: aten::real(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:40.5717646Z processing existing schema: prim::VarStack(...) -> Tensor 2022-12-01T10:11:40.5719950Z processing existing schema: quantized::batch_norm2d_relu(Tensor qx, Tensor? weight, Tensor? bias, Tensor mean, Tensor var, float eps, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.5721858Z processing existing schema: aten::empty_strided(SymInt[] size, SymInt[] stride, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.5723596Z processing existing schema: aten::empty_strided.out(SymInt[] size, SymInt[] stride, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5724999Z processing existing schema: aten::nextafter(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.5726838Z processing existing schema: aten::nextafter.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5728211Z processing existing schema: aten::clamp_max(Tensor self, Scalar max) -> Tensor 2022-12-01T10:11:40.5729649Z processing existing schema: aten::clamp_max.Tensor(Tensor self, Tensor max) -> Tensor 2022-12-01T10:11:40.5731381Z processing existing schema: aten::clamp_max.out(Tensor self, Scalar max, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5733156Z processing existing schema: aten::clamp_max.Tensor_out(Tensor self, Tensor max, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5734793Z processing existing schema: aten::hinge_embedding_loss(Tensor self, Tensor target, float margin=1., int reduction=1) -> Tensor 2022-12-01T10:11:40.5736129Z processing existing schema: aten::linalg_eigh(Tensor self, str UPLO="L") -> (Tensor eigenvalues, Tensor eigenvectors) 2022-12-01T10:11:40.5737984Z processing existing schema: aten::linalg_eigh.eigvals(Tensor self, str UPLO="L", *, Tensor(a!) eigvals, Tensor(b!) eigvecs) -> (Tensor(a!) eigenvalues, Tensor(b!) eigenvectors) 2022-12-01T10:11:40.5739588Z processing existing schema: aten::unfold(Tensor(a) self, int dimension, int size, int step) -> Tensor(a) 2022-12-01T10:11:40.5741143Z processing existing schema: aten::linalg_svd(Tensor A, bool full_matrices=True, *, str? driver=None) -> (Tensor U, Tensor S, Tensor Vh) 2022-12-01T10:11:40.5743327Z processing existing schema: aten::linalg_svd.U(Tensor A, bool full_matrices=True, *, str? driver=None, Tensor(a!) U, Tensor(b!) S, Tensor(c!) Vh) -> (Tensor(a!) U, Tensor(b!) S, Tensor(c!) Vh) 2022-12-01T10:11:40.5744971Z processing existing schema: aten::unbind.int(Tensor(a -> *) self, int dim=0) -> Tensor(a)[] 2022-12-01T10:11:40.5746708Z processing existing schema: aten::unbind.Dimname(Tensor(a -> *) self, str dim) -> Tensor(a)[] 2022-12-01T10:11:40.5748326Z processing existing schema: aten::clamp(Tensor self, Scalar? min=None, Scalar? max=None) -> Tensor 2022-12-01T10:11:40.5749893Z processing existing schema: aten::clamp.Tensor(Tensor self, Tensor? min=None, Tensor? max=None) -> Tensor 2022-12-01T10:11:40.5751829Z processing existing schema: aten::clamp.out(Tensor self, Scalar? min=None, Scalar? max=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5753691Z processing existing schema: aten::clamp.Tensor_out(Tensor self, Tensor? min=None, Tensor? max=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5756298Z processing existing schema: aten::convolution_backward(Tensor grad_output, Tensor input, Tensor weight, SymInt[]? bias_sizes, int[] stride, int[] padding, int[] dilation, bool transposed, int[] output_padding, int groups, bool[3] output_mask) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:40.5759188Z processing existing schema: aten::convolution_backward.out(Tensor grad_output, Tensor input, Tensor weight, SymInt[]? bias_sizes, int[] stride, int[] padding, int[] dilation, bool transposed, int[] output_padding, int groups, bool[3] output_mask, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-12-01T10:11:40.5760518Z processing existing schema: aten::permute(Tensor(a) self, int[] dims) -> Tensor(a) 2022-12-01T10:11:40.5761827Z processing existing schema: aten::is_non_overlapping_and_dense(Tensor self) -> bool 2022-12-01T10:11:40.5763309Z processing existing schema: aten::_conj(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:40.5764998Z processing existing schema: aten::requires_grad_(Tensor(a!) self, bool requires_grad=True) -> Tensor(a!) 2022-12-01T10:11:40.5766828Z processing existing schema: aten::quantile(Tensor self, Tensor q, int? dim=None, bool keepdim=False, *, str interpolation="linear") -> Tensor 2022-12-01T10:11:40.5768558Z processing existing schema: aten::quantile.scalar(Tensor self, float q, int? dim=None, bool keepdim=False, *, str interpolation="linear") -> Tensor 2022-12-01T10:11:40.5770635Z processing existing schema: aten::quantile.out(Tensor self, Tensor q, int? dim=None, bool keepdim=False, *, str interpolation="linear", Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5772656Z processing existing schema: aten::quantile.scalar_out(Tensor self, float q, int? dim=None, bool keepdim=False, *, str interpolation="linear", Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5774695Z processing existing schema: quantized::quantized_rnn_relu_cell_dynamic(Tensor input, Tensor hx, __torch__.torch.classes.quantized.LinearPackedParamsBase w_ih, __torch__.torch.classes.quantized.LinearPackedParamsBase w_hh, Tensor b_ih, Tensor b_hh) -> Tensor 2022-12-01T10:11:40.5776319Z processing existing schema: aten::cudnn_convolution(Tensor self, Tensor weight, int[] padding, int[] stride, int[] dilation, int groups, bool benchmark, bool deterministic, bool allow_tf32) -> Tensor 2022-12-01T10:11:40.5778698Z processing existing schema: aten::cudnn_convolution.out(Tensor self, Tensor weight, int[] padding, int[] stride, int[] dilation, int groups, bool benchmark, bool deterministic, bool allow_tf32, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5779719Z processing existing schema: aten::asin(Tensor self) -> Tensor 2022-12-01T10:11:40.5781479Z processing existing schema: aten::asin.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5782742Z processing existing schema: aten::asin.int(int a) -> float 2022-12-01T10:11:40.5784175Z processing existing schema: aten::asin.float(float a) -> float 2022-12-01T10:11:40.5785497Z processing existing schema: aten::asin.complex(complex a) -> complex 2022-12-01T10:11:40.5787006Z processing existing schema: aten::asin.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:40.5788624Z processing existing schema: aten::fill_.Scalar(Tensor(a!) self, Scalar value) -> Tensor(a!) 2022-12-01T10:11:40.5790339Z processing existing schema: aten::fill_.Tensor(Tensor(a!) self, Tensor value) -> Tensor(a!) 2022-12-01T10:11:40.5791845Z processing existing schema: aten::mH(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:40.5793460Z processing existing schema: aten::mH.a(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:40.5793856Z schema: static_runtime::create_owned_ref(...) -> ... found on allowlist, skipping 2022-12-01T10:11:40.5795476Z processing existing schema: prim::add_optional(Tensor(a) input, Tensor? bias) -> Tensor(a) 2022-12-01T10:11:40.5797035Z processing existing schema: aten::rsub.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor 2022-12-01T10:11:40.5798832Z processing existing schema: aten::rsub.Scalar(Tensor self, Scalar other, Scalar alpha=1) -> Tensor 2022-12-01T10:11:40.5801132Z processing existing schema: aten::rsub.Tensor_out(Tensor self, Tensor other, *, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5802439Z processing existing schema: aten::rsub.Scalar_out(Tensor self, Scalar other, Scalar alpha=1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5804291Z processing existing schema: quantized::linear_relu_dynamic(Tensor X, __torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack, bool reduce_range=False) -> Tensor Y 2022-12-01T10:11:40.5805678Z processing existing schema: aten::rindex(str self, str substr, int start=0, int end=-1) -> int 2022-12-01T10:11:40.5807958Z processing existing schema: aten::_embedding_bag_forward_only(Tensor weight, Tensor indices, Tensor offsets, bool scale_grad_by_freq=False, int mode=0, bool sparse=False, Tensor? per_sample_weights=None, bool include_last_offset=False, int padding_idx=-1) -> (Tensor, Tensor, Tensor, Tensor) 2022-12-01T10:11:40.5811442Z processing existing schema: aten::_embedding_bag_forward_only.out(Tensor weight, Tensor indices, Tensor offsets, bool scale_grad_by_freq=False, int mode=0, bool sparse=False, Tensor? per_sample_weights=None, bool include_last_offset=False, int padding_idx=-1, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2, Tensor(d!) out3) -> (Tensor(a!), Tensor(b!), Tensor(c!), Tensor(d!)) 2022-12-01T10:11:40.5811822Z processing existing schema: aten::mT(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:40.5813433Z processing existing schema: aten::mT.a(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:40.5814808Z processing existing schema: prim::view_copy(Tensor self, int[] size) -> Tensor 2022-12-01T10:11:40.5816542Z processing existing schema: aten::select.int(Tensor(a) self, int dim, int index) -> Tensor(a) 2022-12-01T10:11:40.5818441Z processing existing schema: aten::select.Dimname(Tensor(a) self, str dim, int index) -> Tensor(a) 2022-12-01T10:11:40.5819760Z processing existing schema: aten::select.t(t[](a) list, int idx) -> t(*) 2022-12-01T10:11:40.5821035Z processing existing schema: _quantized::linear_prepack_fp16_legacy(Tensor W, Tensor? B=None) -> Tensor W_prepack 2022-12-01T10:11:40.5822336Z processing existing schema: aten::arccos(Tensor self) -> Tensor 2022-12-01T10:11:40.5823661Z processing existing schema: aten::arccos.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5825048Z processing existing schema: aten::matrix_H(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:40.5826276Z processing existing schema: aten::matrix_H.a(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:40.5828961Z processing existing schema: prim::MKLDNNLayerNorm(Tensor input, int[] normalized_shape, Tensor? weight=None, Tensor? bias=None, float eps=1.0000000000000001e-05, bool cudnn_enable=True) -> Tensor 2022-12-01T10:11:40.5829260Z processing existing schema: prim::StaticSubgraph(...) -> ... 2022-12-01T10:11:40.5831048Z processing existing schema: aten::split.Tensor(Tensor(a -> *) self, int split_size, int dim=0) -> Tensor(a)[] 2022-12-01T10:11:40.5832794Z processing existing schema: aten::split.sizes(Tensor(a -> *) self, int[] split_size, int dim=0) -> Tensor(a)[] 2022-12-01T10:11:40.5834119Z processing existing schema: aten::split.str(str self, str? separator=None, int max=-1) -> str[] 2022-12-01T10:11:40.5835782Z processing existing schema: aten::split(Tensor(a -> *) self, int[] split_sizes, int dim=0) -> Tensor(a)[] 2022-12-01T10:11:40.5837342Z processing existing schema: aten::rad2deg_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.5838523Z processing existing schema: prim::TupleIndex(Any tup, int i) -> Any 2022-12-01T10:11:40.5840287Z processing existing schema: quantized::add_relu_out(Tensor qa, Tensor qb, Tensor(a!) out) -> Tensor(a!) out 2022-12-01T10:11:40.5841797Z processing existing schema: aten::pow.Tensor_Tensor(Tensor self, Tensor exponent) -> Tensor 2022-12-01T10:11:40.5843230Z processing existing schema: aten::pow.Tensor_Scalar(Tensor self, Scalar exponent) -> Tensor 2022-12-01T10:11:40.5844223Z processing existing schema: aten::pow.Scalar(Scalar self, Tensor exponent) -> Tensor 2022-12-01T10:11:40.5845975Z processing existing schema: aten::pow.Scalar_out(Scalar self, Tensor exponent, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5847664Z processing existing schema: aten::pow.Tensor_Scalar_out(Tensor self, Scalar exponent, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5849333Z processing existing schema: aten::pow.Tensor_Tensor_out(Tensor self, Tensor exponent, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5850658Z processing existing schema: aten::pow.int(int a, int b) -> float 2022-12-01T10:11:40.5851710Z processing existing schema: aten::pow.complex(complex a, complex b) -> complex 2022-12-01T10:11:40.5853157Z processing existing schema: aten::pow.float(float a, float b) -> float 2022-12-01T10:11:40.5854558Z processing existing schema: aten::pow.int_float(int a, float b) -> float 2022-12-01T10:11:40.5855815Z processing existing schema: aten::pow.float_int(float a, int b) -> float 2022-12-01T10:11:40.5856736Z processing existing schema: aten::pow.float_complex(float a, complex b) -> complex 2022-12-01T10:11:40.5858256Z processing existing schema: aten::pow.complex_float(complex a, float b) -> complex 2022-12-01T10:11:40.5859650Z processing existing schema: aten::pow.Scalar_Scalar(Scalar a, Scalar b) -> float 2022-12-01T10:11:40.5860623Z processing existing schema: aten::pow.int_to_int(int a, int b) -> int 2022-12-01T10:11:40.5862170Z processing existing schema: prim::MKLDNNScalarMul(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:40.5863494Z processing existing schema: aten::cosh(Tensor self) -> Tensor 2022-12-01T10:11:40.5864897Z processing existing schema: aten::cosh.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5866102Z processing existing schema: aten::cosh.int(int a) -> float 2022-12-01T10:11:40.5867624Z processing existing schema: aten::cosh.float(float a) -> float 2022-12-01T10:11:40.5868550Z processing existing schema: aten::cosh.complex(complex a) -> complex 2022-12-01T10:11:40.5869783Z processing existing schema: aten::cosh.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:40.5871472Z processing existing schema: aten::numpy_T(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:40.5872677Z processing existing schema: aten::numpy_T.a(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:40.5874466Z processing existing schema: aten::randint(int high, int[] size, *, ScalarType? dtype=4, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.5876373Z processing existing schema: aten::randint.generator(int high, int[] size, *, Generator? generator, ScalarType? dtype=4, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.5878160Z processing existing schema: aten::randint.low(int low, int high, int[] size, *, ScalarType? dtype=4, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.5880508Z processing existing schema: aten::randint.low_generator(int low, int high, int[] size, *, Generator? generator, ScalarType? dtype=4, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.5881847Z processing existing schema: aten::randint.out(int high, int[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5883935Z processing existing schema: aten::randint.generator_out(int high, int[] size, *, Generator? generator, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5885369Z processing existing schema: aten::randint.low_out(int low, int high, int[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5887236Z processing existing schema: aten::randint.low_generator_out(int low, int high, int[] size, *, Generator? generator, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5888895Z processing existing schema: quantized::add_scalar_out(Tensor qa, Scalar b, Tensor(a!) out) -> Tensor(a!) out 2022-12-01T10:11:40.5890534Z processing existing schema: quantized::add_scalar_out.Tensor(Tensor qa, Tensor b, Tensor(a!) out) -> Tensor(a!) out 2022-12-01T10:11:40.5891618Z processing existing schema: aten::prelu_backward(Tensor grad_output, Tensor self, Tensor weight) -> (Tensor, Tensor) 2022-12-01T10:11:40.5893599Z processing existing schema: aten::prelu_backward.out(Tensor grad_output, Tensor self, Tensor weight, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:40.5894335Z processing existing schema: prim::CudaFusionSizeEq(...) -> bool 2022-12-01T10:11:40.5896478Z processing existing schema: aten::cosine_similarity(Tensor x1, Tensor x2, int dim=1, float eps=1e-08) -> Tensor 2022-12-01T10:11:40.5897963Z processing existing schema: aten::broadcast_to(Tensor(a) self, int[] size) -> Tensor(a) 2022-12-01T10:11:40.5899587Z processing existing schema: aten::narrow(Tensor(a) self, int dim, int start, int length) -> Tensor(a) 2022-12-01T10:11:40.5901265Z processing existing schema: aten::narrow.Tensor(Tensor(a) self, int dim, Tensor start, int length) -> Tensor(a) 2022-12-01T10:11:40.5902501Z processing existing schema: aten::trace(Tensor self) -> Tensor 2022-12-01T10:11:40.5904081Z processing existing schema: aten::trace.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5905831Z processing existing schema: aten::addbmm(Tensor self, Tensor batch1, Tensor batch2, *, Scalar beta=1, Scalar alpha=1) -> Tensor 2022-12-01T10:11:40.5907850Z processing existing schema: aten::addbmm.out(Tensor self, Tensor batch1, Tensor batch2, *, Scalar beta=1, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5909638Z processing existing schema: aten::movedim.intlist(Tensor(a) self, int[] source, int[] destination) -> Tensor(a) 2022-12-01T10:11:40.5911326Z processing existing schema: aten::movedim.int(Tensor(a) self, int source, int destination) -> Tensor(a) 2022-12-01T10:11:40.5912849Z processing existing schema: aten::clone(Tensor self, *, MemoryFormat? memory_format=None) -> Tensor 2022-12-01T10:11:40.5914699Z processing existing schema: aten::clone.out(Tensor self, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5916438Z processing existing schema: aten::hsplit.int(Tensor(a -> *) self, int sections) -> Tensor(a)[] 2022-12-01T10:11:40.5918240Z processing existing schema: aten::hsplit.array(Tensor(a -> *) self, int[] indices) -> Tensor(a)[] 2022-12-01T10:11:40.5920046Z processing existing schema: aten::expand_as(Tensor(a) self, Tensor other) -> Tensor(a) 2022-12-01T10:11:40.5921663Z schema: aten::div.Tensor(Tensor self, Tensor other) -> Tensor has valid upgrader, skipping 2022-12-01T10:11:40.5922976Z schema: aten::div.Scalar(Tensor self, Scalar other) -> Tensor has valid upgrader, skipping 2022-12-01T10:11:40.5924591Z schema: aten::div.Tensor_mode(Tensor self, Tensor other, *, str? rounding_mode) -> Tensor has valid upgrader, skipping 2022-12-01T10:11:40.5926161Z schema: aten::div.Scalar_mode(Tensor self, Scalar other, *, str? rounding_mode) -> Tensor has valid upgrader, skipping 2022-12-01T10:11:40.5927913Z schema: aten::div.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) has valid upgrader, skipping 2022-12-01T10:11:40.5929930Z schema: aten::div.out_mode(Tensor self, Tensor other, *, str? rounding_mode, Tensor(a!) out) -> Tensor(a!) has valid upgrader, skipping 2022-12-01T10:11:40.5931592Z processing existing schema: aten::div.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5933513Z processing existing schema: aten::div.Scalar_mode_out(Tensor self, Scalar other, *, str? rounding_mode, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5934925Z processing existing schema: aten::div.int(int a, int b) -> float 2022-12-01T10:11:40.5936451Z processing existing schema: aten::div.complex(complex a, complex b) -> complex 2022-12-01T10:11:40.5937921Z processing existing schema: aten::div.float(float a, float b) -> float 2022-12-01T10:11:40.5939416Z processing existing schema: aten::div(Scalar a, Scalar b) -> float 2022-12-01T10:11:40.5940908Z processing existing schema: aten::logaddexp(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.5942723Z processing existing schema: aten::logaddexp.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5944348Z processing existing schema: aten::logical_or_(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.5945582Z processing existing schema: prim::BroadcastMKLDNNTensors(...) -> ... 2022-12-01T10:11:40.5947239Z processing existing schema: aten::transpose_(Tensor(a!) self, int dim0, int dim1) -> Tensor(a!) 2022-12-01T10:11:40.5949059Z schema: prims::normal(SymInt[] shape, *, Scalar mean, Scalar std, ScalarType dtype, Device device, bool requires_grad) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.5950467Z processing existing schema: aten::_softmax(Tensor self, int dim, bool half_to_float) -> Tensor 2022-12-01T10:11:40.5952226Z processing existing schema: aten::_softmax.out(Tensor self, int dim, bool half_to_float, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5953682Z processing existing schema: prim::data(Tensor(a) a) -> Tensor(a) 2022-12-01T10:11:40.5956426Z processing existing schema: aten::_convolution_double_backward(Tensor? ggI, Tensor? ggW, Tensor? ggb, Tensor gO, Tensor weight, Tensor self, int[] stride, int[] padding, int[] dilation, bool transposed, int[] output_padding, int groups, bool[3] output_mask) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:40.5957376Z processing existing schema: prim::max.int(int a, int b) -> int 2022-12-01T10:11:40.5958756Z processing existing schema: prim::max.float(float a, float b) -> float 2022-12-01T10:11:40.5960394Z processing existing schema: prim::max.int_float(int a, float b) -> float 2022-12-01T10:11:40.5961748Z processing existing schema: prim::max.float_int(float a, int b) -> float 2022-12-01T10:11:40.5963032Z processing existing schema: prim::max(Scalar a, Scalar b) -> Scalar 2022-12-01T10:11:40.5964442Z processing existing schema: prim::max.int_list(int[] l, int[] r) -> int[] 2022-12-01T10:11:40.5965930Z processing existing schema: prim::max.self_int(int[] self) -> int 2022-12-01T10:11:40.5967888Z processing existing schema: prim::max.float_list(float[] l, float[] r) -> float[] 2022-12-01T10:11:40.5969206Z processing existing schema: prim::max.self_float(float[] self) -> float 2022-12-01T10:11:40.5970495Z processing existing schema: prim::max.bool_list(bool[] l, bool[] r) -> bool[] 2022-12-01T10:11:40.5971783Z processing existing schema: prim::max.self_bool(bool[] self) -> bool 2022-12-01T10:11:40.5973845Z processing existing schema: _quantized::conv3d_prepack(Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups) -> __torch__.torch.classes.quantized.Conv3dPackedParamsBase 2022-12-01T10:11:40.5974744Z processing existing schema: aten::digamma(Tensor self) -> Tensor 2022-12-01T10:11:40.5976390Z processing existing schema: aten::digamma.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.5976846Z schema: static_runtime::layer_norm(Tensor input, int[] normalized_shape, Tensor? weight=None, Tensor? bias=None, float eps=1.0000000000000001e-05, bool cudnn_enable=True) -> (Tensor, Tensor, Tensor) found on allowlist, skipping 2022-12-01T10:11:40.5978686Z processing existing schema: aten::_batch_norm_impl_index(Tensor input, Tensor? weight, Tensor? bias, Tensor? running_mean, Tensor? running_var, bool training, float momentum, float eps, bool cudnn_enabled) -> (Tensor, Tensor, Tensor, Tensor, int) 2022-12-01T10:11:40.5979597Z processing existing schema: aten::relu6(Tensor self) -> Tensor 2022-12-01T10:11:40.5980765Z processing existing schema: aten::Complex.Scalar(Scalar a) -> complex 2022-12-01T10:11:40.5982118Z processing existing schema: aten::Complex.Tensor_Tensor(Tensor a, Tensor b) -> complex 2022-12-01T10:11:40.5983336Z processing existing schema: aten::Complex.int_bool(int x, bool y) -> complex 2022-12-01T10:11:40.5984628Z processing existing schema: aten::Complex.bool_int(bool x, int y) -> complex 2022-12-01T10:11:40.5985896Z processing existing schema: aten::Complex.float_bool(float x, bool y) -> complex 2022-12-01T10:11:40.5987327Z processing existing schema: aten::Complex.bool_float(bool x, float y) -> complex 2022-12-01T10:11:40.5988494Z processing existing schema: aten::Complex.float_int(float x, int y) -> complex 2022-12-01T10:11:40.5989753Z processing existing schema: aten::Complex.int_float(int x, float y) -> complex 2022-12-01T10:11:40.5990927Z processing existing schema: aten::Complex.int_int(int x, int y) -> complex 2022-12-01T10:11:40.5992170Z processing existing schema: aten::Complex.bool_bool(bool x, bool y) -> complex 2022-12-01T10:11:40.5993554Z processing existing schema: aten::Complex.float_float(float x, float y) -> complex 2022-12-01T10:11:40.5994803Z processing existing schema: aten::Complex.Tensor_float(Tensor x, float y) -> complex 2022-12-01T10:11:40.5996160Z processing existing schema: aten::Complex.float_Tensor(float x, Tensor y) -> complex 2022-12-01T10:11:40.5997392Z processing existing schema: aten::Complex.Tensor_int(Tensor x, int y) -> complex 2022-12-01T10:11:40.5998659Z processing existing schema: aten::Complex.int_Tensor(int x, Tensor y) -> complex 2022-12-01T10:11:40.6000376Z processing existing schema: aten::Complex.Tensor_bool(Tensor x, bool y) -> complex 2022-12-01T10:11:40.6001670Z processing existing schema: aten::Complex.bool_Tensor(bool x, Tensor y) -> complex 2022-12-01T10:11:40.6003644Z processing existing schema: quantized::conv2d.new(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.6005534Z processing existing schema: quantized::conv2d(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase weight, int[] stride, int[] padding, int[] dilation, int groups, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.6006665Z processing existing schema: aten::resolve_conj(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:40.6007951Z processing existing schema: aten::divmod.int(int x, int y) -> (int, int) 2022-12-01T10:11:40.6009201Z processing existing schema: aten::divmod.float(float x, float y) -> (float, float) 2022-12-01T10:11:40.6010476Z processing existing schema: aten::divmod.int_float(int x, float y) -> (float, float) 2022-12-01T10:11:40.6011690Z processing existing schema: aten::divmod.float_int(float x, int y) -> (float, float) 2022-12-01T10:11:40.6013996Z processing existing schema: _quantized::conv_transpose2d_prepack(Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] output_padding, int[] dilation, int groups) -> __torch__.torch.classes.quantized.Conv2dPackedParamsBase 2022-12-01T10:11:40.6015163Z processing existing schema: aten::matmul(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.6016709Z processing existing schema: aten::matmul.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6018348Z processing existing schema: aten::dsplit.int(Tensor(a -> *) self, int sections) -> Tensor(a)[] 2022-12-01T10:11:40.6020014Z processing existing schema: aten::dsplit.array(Tensor(a -> *) self, int[] indices) -> Tensor(a)[] 2022-12-01T10:11:40.6021448Z processing existing schema: aten::logical_or(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.6023305Z processing existing schema: aten::logical_or.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6023816Z processing existing schema: prim::ConstantMKLDNNTensor(...) -> ... 2022-12-01T10:11:40.6025547Z processing existing schema: aten::addcdiv(Tensor self, Tensor tensor1, Tensor tensor2, *, Scalar value=1) -> Tensor 2022-12-01T10:11:40.6027213Z processing existing schema: aten::addcdiv.out(Tensor self, Tensor tensor1, Tensor tensor2, *, Scalar value=1, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6028692Z processing existing schema: prim::MKLDNNClamp_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.6029454Z processing existing schema: prim::TensorExprDynamicGroup(...) -> ... 2022-12-01T10:11:40.6031399Z processing existing schema: aten::transpose.int(Tensor(a) self, int dim0, int dim1) -> Tensor(a) 2022-12-01T10:11:40.6033101Z processing existing schema: aten::transpose.Dimname(Tensor(a) self, str dim0, str dim1) -> Tensor(a) 2022-12-01T10:11:40.6034734Z processing existing schema: quantized::add_relu(Tensor qa, Tensor qb, float scale, int zero_point) -> Tensor qc 2022-12-01T10:11:40.6036111Z processing existing schema: quantized::add_relu.out(Tensor qa, Tensor qb, Tensor(a!) out) -> Tensor(a!) out 2022-12-01T10:11:40.6037512Z processing existing schema: quantized::add_relu.Scalar(Tensor qa, Scalar b) -> Tensor qc 2022-12-01T10:11:40.6038996Z processing existing schema: quantized::add_relu.Scalar2(Scalar b, Tensor qa) -> Tensor qc 2022-12-01T10:11:40.6040700Z processing existing schema: quantized::add_relu.Scalar_out(Tensor qa, Scalar b, Tensor(a!) out) -> Tensor(a!) out 2022-12-01T10:11:40.6041498Z processing existing schema: aten::cos(Tensor self) -> Tensor 2022-12-01T10:11:40.6042992Z processing existing schema: aten::cos.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6044424Z processing existing schema: aten::cos.int(int a) -> float 2022-12-01T10:11:40.6045424Z processing existing schema: aten::cos.float(float a) -> float 2022-12-01T10:11:40.6046599Z processing existing schema: aten::cos.complex(complex a) -> complex 2022-12-01T10:11:40.6048042Z processing existing schema: aten::cos.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:40.6049522Z processing existing schema: aten::concat(Tensor[] tensors, int dim=0) -> Tensor 2022-12-01T10:11:40.6051236Z processing existing schema: aten::concat.out(Tensor[] tensors, int dim=0, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6052707Z processing existing schema: aten::concat.names(Tensor[] tensors, str dim) -> Tensor 2022-12-01T10:11:40.6054396Z processing existing schema: aten::concat.names_out(Tensor[] tensors, str dim, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6056252Z processing existing schema: aten::normal_(Tensor(a!) self, float mean=0., float std=1., *, Generator? generator=None) -> Tensor(a!) 2022-12-01T10:11:40.6057851Z processing existing schema: aten::rjust(str self, int width, str fillchar=" ") -> str 2022-12-01T10:11:40.6059006Z processing existing schema: aten::_euclidean_dist(Tensor x1, Tensor x2) -> Tensor 2022-12-01T10:11:40.6060624Z processing existing schema: aten::_euclidean_dist.out(Tensor x1, Tensor x2, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6061940Z processing existing schema: prim::AddStatValue(str key, int val) -> () 2022-12-01T10:11:40.6063764Z processing existing schema: quantized::linear_prepack_legacy(Tensor W, Tensor? B=None) -> Tensor W_prepack 2022-12-01T10:11:40.6064611Z processing existing schema: aten::result_type.Tensor(Tensor tensor, Tensor other) -> ScalarType 2022-12-01T10:11:40.6066265Z processing existing schema: aten::result_type.Scalar(Tensor tensor, Scalar other) -> ScalarType 2022-12-01T10:11:40.6067230Z processing existing schema: aten::result_type.Scalar_Tensor(Scalar scalar, Tensor tensor) -> ScalarType 2022-12-01T10:11:40.6068589Z processing existing schema: aten::result_type.Scalar_Scalar(Scalar scalar1, Scalar scalar2) -> ScalarType 2022-12-01T10:11:40.6070577Z processing existing schema: quantized::dropout(Tensor self, float output_scale, int output_zero_point, Scalar p=0.5, bool training=False) -> Tensor 2022-12-01T10:11:40.6071844Z processing existing schema: aten::isalpha(str self) -> bool 2022-12-01T10:11:40.6073644Z processing existing schema: aten::_ctc_loss(Tensor log_probs, Tensor targets, int[] input_lengths, int[] target_lengths, int blank=0, bool zero_infinity=False) -> (Tensor, Tensor) 2022-12-01T10:11:40.6075143Z processing existing schema: aten::_ctc_loss.Tensor(Tensor log_probs, Tensor targets, Tensor input_lengths, Tensor target_lengths, int blank=0, bool zero_infinity=False) -> (Tensor, Tensor) 2022-12-01T10:11:40.6077271Z processing existing schema: aten::_ctc_loss.out(Tensor log_probs, Tensor targets, int[] input_lengths, int[] target_lengths, int blank=0, bool zero_infinity=False, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:40.6078610Z processing existing schema: aten::reshape_as(Tensor(a) self, Tensor other) -> Tensor(a) 2022-12-01T10:11:40.6080187Z processing existing schema: aten::extend.t(t[](a!) self, t[] other) -> () 2022-12-01T10:11:40.6081554Z processing existing schema: aten::_conj_physical(Tensor self) -> Tensor 2022-12-01T10:11:40.6083031Z processing existing schema: aten::_conj_physical.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6085097Z processing existing schema: aten::ctc_loss.IntList(Tensor log_probs, Tensor targets, int[] input_lengths, int[] target_lengths, int blank=0, int reduction=1, bool zero_infinity=False) -> Tensor 2022-12-01T10:11:40.6086941Z processing existing schema: aten::ctc_loss.Tensor(Tensor log_probs, Tensor targets, Tensor input_lengths, Tensor target_lengths, int blank=0, int reduction=1, bool zero_infinity=False) -> Tensor 2022-12-01T10:11:40.6087767Z processing existing schema: prim::Uninitialized() -> Any 2022-12-01T10:11:40.6089836Z processing existing schema: quantized::batch_norm1d_relu(Tensor qx, Tensor? weight, Tensor? bias, Tensor mean, Tensor var, float eps, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.6091767Z processing existing schema: aten::range.step(Scalar start, Scalar end, Scalar step=1, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.6093506Z processing existing schema: aten::range(Scalar start, Scalar end, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.6095142Z processing existing schema: aten::range.out(Scalar start, Scalar end, Scalar step=1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6096813Z processing existing schema: aten::range.out_(Scalar start, Scalar end, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6098804Z processing existing schema: aten::new_zeros(Tensor self, SymInt[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.6100495Z processing existing schema: aten::new_zeros.out(Tensor self, SymInt[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6101890Z processing existing schema: aten::var(Tensor self, bool unbiased=True) -> Tensor 2022-12-01T10:11:40.6103637Z processing existing schema: aten::var.dim(Tensor self, int[1]? dim, bool unbiased=True, bool keepdim=False) -> Tensor 2022-12-01T10:11:40.6105391Z processing existing schema: aten::var.correction(Tensor self, int[1]? dim, *, int? correction, bool keepdim=False) -> Tensor 2022-12-01T10:11:40.6107106Z processing existing schema: aten::var.names_dim(Tensor self, str[1] dim, bool unbiased=True, bool keepdim=False) -> Tensor 2022-12-01T10:11:40.6109172Z processing existing schema: aten::var.names_out(Tensor self, str[1] dim, bool unbiased=True, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6111259Z processing existing schema: aten::var.out(Tensor self, int[1]? dim, bool unbiased=True, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6113290Z processing existing schema: aten::var.correction_out(Tensor self, int[1]? dim, *, int? correction, bool keepdim=False, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6115041Z processing existing schema: aten::var.correction_names(Tensor self, str[1] dim, *, int? correction, bool keepdim=False) -> Tensor 2022-12-01T10:11:40.6117134Z processing existing schema: aten::var.correction_names_out(Tensor self, str[1] dim, *, int? correction, bool keepdim=False, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6118382Z processing existing schema: aten::atan(Tensor self) -> Tensor 2022-12-01T10:11:40.6120210Z processing existing schema: aten::atan.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6121612Z processing existing schema: aten::atan.int(int a) -> float 2022-12-01T10:11:40.6122751Z processing existing schema: aten::atan.float(float a) -> float 2022-12-01T10:11:40.6124098Z processing existing schema: aten::atan.complex(complex a) -> complex 2022-12-01T10:11:40.6125246Z processing existing schema: aten::atan.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:40.6126921Z processing existing schema: aten::split_with_sizes(Tensor(a -> *) self, int[] split_sizes, int dim=0) -> Tensor(a)[] 2022-12-01T10:11:40.6128436Z processing existing schema: aten::is_same_size(Tensor self, Tensor other) -> bool 2022-12-01T10:11:40.6129761Z processing existing schema: aten::index_copy(Tensor self, int dim, Tensor index, Tensor source) -> Tensor 2022-12-01T10:11:40.6131430Z processing existing schema: aten::index_copy.dimname(Tensor self, str dim, Tensor index, Tensor source) -> Tensor 2022-12-01T10:11:40.6133571Z processing existing schema: aten::index_copy.out(Tensor self, int dim, Tensor index, Tensor source, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6135094Z processing existing schema: aten::squeeze(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:40.6136983Z processing existing schema: aten::squeeze.dim(Tensor(a) self, int dim) -> Tensor(a) 2022-12-01T10:11:40.6138841Z processing existing schema: aten::squeeze.dimname(Tensor(a) self, str dim) -> Tensor(a) 2022-12-01T10:11:40.6140730Z processing existing schema: aten::fft_ifftshift(Tensor self, int[1]? dim=None) -> Tensor 2022-12-01T10:11:40.6142242Z processing existing schema: aten::sigmoid_backward(Tensor grad_output, Tensor output) -> Tensor 2022-12-01T10:11:40.6144410Z processing existing schema: aten::sigmoid_backward.grad_input(Tensor grad_output, Tensor output, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.6146086Z processing existing schema: aten::percentFormat(str self, ...) -> str 2022-12-01T10:11:40.6147535Z processing existing schema: quantized::relu6(Tensor qx, bool inplace=False) -> Tensor 2022-12-01T10:11:40.6149165Z processing existing schema: aten::pixel_shuffle(Tensor self, int upscale_factor) -> Tensor 2022-12-01T10:11:40.6151298Z processing existing schema: aten::pixel_shuffle.out(Tensor self, int upscale_factor, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6153178Z processing existing schema: aten::gelu_backward(Tensor grad_output, Tensor self, *, str approximate="none") -> Tensor 2022-12-01T10:11:40.6155143Z processing existing schema: aten::gelu_backward.grad_input(Tensor grad_output, Tensor self, *, str approximate="none", Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.6156394Z schema: prims::exp2(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.6157804Z processing existing schema: aten::_has_same_storage_numel(Tensor self, Tensor other) -> bool 2022-12-01T10:11:40.6160236Z processing existing schema: aten::fft_ifft2(Tensor self, int[1]? s=None, int[1] dim=[-2, -1], str? norm=None) -> Tensor 2022-12-01T10:11:40.6162504Z processing existing schema: aten::fft_ifft2.out(Tensor self, int[1]? s=None, int[1] dim=[-2, -1], str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6163779Z processing existing schema: aten::sigmoid(Tensor self) -> Tensor 2022-12-01T10:11:40.6165434Z processing existing schema: aten::sigmoid.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6166677Z processing existing schema: aten::dim(Tensor self) -> int 2022-12-01T10:11:40.6168591Z processing existing schema: quantized::group_norm(Tensor input, int num_groups, Tensor? weight, Tensor? bias, float eps, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.6170209Z processing existing schema: aten::var_mean(Tensor self, bool unbiased=True) -> (Tensor, Tensor) 2022-12-01T10:11:40.6171657Z processing existing schema: aten::var_mean.dim(Tensor self, int[1]? dim, bool unbiased=True, bool keepdim=False) -> (Tensor, Tensor) 2022-12-01T10:11:40.6173171Z processing existing schema: aten::var_mean.correction(Tensor self, int[1]? dim, *, int? correction, bool keepdim=False) -> (Tensor, Tensor) 2022-12-01T10:11:40.6174915Z processing existing schema: aten::var_mean.names_dim(Tensor self, str[1] dim, bool unbiased=True, bool keepdim=False) -> (Tensor, Tensor) 2022-12-01T10:11:40.6176460Z processing existing schema: aten::var_mean.correction_names(Tensor self, str[1] dim, *, int? correction, bool keepdim=False) -> (Tensor, Tensor) 2022-12-01T10:11:40.6178569Z processing existing schema: aten::var_mean.correction_out(Tensor self, int[1]? dim, *, int? correction, bool keepdim=False, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:40.6179395Z processing existing schema: aten::tan(Tensor self) -> Tensor 2022-12-01T10:11:40.6181252Z processing existing schema: aten::tan.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6182520Z processing existing schema: aten::tan.int(int a) -> float 2022-12-01T10:11:40.6183996Z processing existing schema: aten::tan.float(float a) -> float 2022-12-01T10:11:40.6185411Z processing existing schema: aten::tan.complex(complex a) -> complex 2022-12-01T10:11:40.6186539Z processing existing schema: aten::tan.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:40.6187898Z processing existing schema: aten::cumprod(Tensor self, int dim, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:40.6189262Z processing existing schema: aten::cumprod.dimname(Tensor self, str dim, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:40.6191045Z processing existing schema: aten::cumprod.dimname_out(Tensor self, str dim, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6192575Z processing existing schema: aten::cumprod.out(Tensor self, int dim, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6195049Z processing existing schema: prim::MKLDNNLayerNorm_(Tensor(a!) input, int[] normalized_shape, Tensor? weight=None, Tensor? bias=None, float eps=1.0000000000000001e-05, bool cudnn_enable=True) -> Tensor(a!) 2022-12-01T10:11:40.6196280Z processing existing schema: aten::polygamma_(Tensor(a!) self, int n) -> Tensor(a!) 2022-12-01T10:11:40.6197707Z processing existing schema: aten::resolve_neg(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:40.6200068Z processing existing schema: _quantized::conv_transpose3d_prepack(Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] output_padding, int[] dilation, int groups) -> __torch__.torch.classes.quantized.Conv3dPackedParamsBase 2022-12-01T10:11:40.6201913Z processing existing schema: quantized::conv1d_prepack(Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups) -> __torch__.torch.classes.quantized.Conv2dPackedParamsBase 2022-12-01T10:11:40.6202185Z processing existing schema: prim::FusedConcat(...) -> ... 2022-12-01T10:11:40.6203777Z processing existing schema: aten::nanmedian(Tensor self) -> Tensor 2022-12-01T10:11:40.6205224Z processing existing schema: aten::nanmedian.dim(Tensor self, int dim, bool keepdim=False) -> (Tensor values, Tensor indices) 2022-12-01T10:11:40.6207120Z processing existing schema: aten::nanmedian.dim_values(Tensor self, int dim, bool keepdim=False, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-12-01T10:11:40.6208431Z processing existing schema: aten::nanmedian.names_dim(Tensor self, str dim, bool keepdim=False) -> (Tensor values, Tensor indices) 2022-12-01T10:11:40.6210302Z processing existing schema: aten::nanmedian.names_dim_values(Tensor self, str dim, bool keepdim=False, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-12-01T10:11:40.6211757Z processing existing schema: aten::nanmedian.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6213179Z processing existing schema: aten::meshgrid(Tensor[] tensors) -> Tensor[] 2022-12-01T10:11:40.6214778Z processing existing schema: aten::meshgrid.indexing(Tensor[] tensors, *, str indexing) -> Tensor[] 2022-12-01T10:11:40.6216661Z processing existing schema: aten::as_strided(Tensor(a) self, SymInt[] size, SymInt[] stride, SymInt? storage_offset=None) -> Tensor(a) 2022-12-01T10:11:40.6218277Z processing existing schema: aten::fft_rfft(Tensor self, int? n=None, int dim=-1, str? norm=None) -> Tensor 2022-12-01T10:11:40.6220202Z processing existing schema: aten::fft_rfft.out(Tensor self, int? n=None, int dim=-1, str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6221395Z processing existing schema: aten::sin(Tensor self) -> Tensor 2022-12-01T10:11:40.6223074Z processing existing schema: aten::sin.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6224328Z processing existing schema: aten::sin.int(int a) -> float 2022-12-01T10:11:40.6225648Z processing existing schema: aten::sin.float(float a) -> float 2022-12-01T10:11:40.6227006Z processing existing schema: aten::sin.complex(complex a) -> complex 2022-12-01T10:11:40.6228327Z processing existing schema: aten::sin.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:40.6229453Z processing existing schema: aten::manual_seed(int seed) -> () 2022-12-01T10:11:40.6231133Z processing existing schema: quantized::conv1d_unpack(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> (Tensor unpacked_weights, Tensor? B_origin) 2022-12-01T10:11:40.6232205Z processing existing schema: aten::is_floating_point(Tensor self) -> bool 2022-12-01T10:11:40.6233647Z processing existing schema: aten::t(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:40.6235038Z processing existing schema: aten::__lshift__.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.6236451Z processing existing schema: aten::__lshift__.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:40.6238241Z processing existing schema: aten::__lshift__.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6240322Z processing existing schema: aten::__lshift__.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6241483Z processing existing schema: aten::__lshift__.int(int a, int b) -> int 2022-12-01T10:11:40.6243457Z processing existing schema: aten::rand_like(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, MemoryFormat? memory_format=None) -> Tensor 2022-12-01T10:11:40.6245373Z processing existing schema: aten::rand_like.out(Tensor self, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6246688Z processing existing schema: quantized::add_scalar_relu(Tensor qa, Scalar b) -> Tensor qc 2022-12-01T10:11:40.6247975Z processing existing schema: quantized::add_scalar_relu.Tensor(Tensor qa, Tensor b) -> Tensor qc 2022-12-01T10:11:40.6249656Z processing existing schema: aten::cosine_embedding_loss(Tensor input1, Tensor input2, Tensor target, float margin=0., int reduction=1) -> Tensor 2022-12-01T10:11:40.6250652Z processing existing schema: aten::prelu(Tensor self, Tensor weight) -> Tensor 2022-12-01T10:11:40.6252334Z processing existing schema: aten::prelu.out(Tensor self, Tensor weight, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6253514Z processing existing schema: prim::TensorExprDynamicGuard(...) -> bool 2022-12-01T10:11:40.6254730Z processing existing schema: aten::lift_fresh_copy(Tensor self) -> Tensor 2022-12-01T10:11:40.6256288Z processing existing schema: aten::lift_fresh_copy.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6258097Z processing existing schema: aten::gru_cell(Tensor input, Tensor hx, Tensor w_ih, Tensor w_hh, Tensor? b_ih=None, Tensor? b_hh=None) -> Tensor 2022-12-01T10:11:40.6259582Z processing existing schema: aten::adaptive_avg_pool2d(Tensor self, SymInt[2] output_size) -> Tensor 2022-12-01T10:11:40.6261860Z processing existing schema: aten::adaptive_avg_pool2d.out(Tensor self, SymInt[2] output_size, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6262805Z processing existing schema: aten::logaddexp2(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.6264602Z processing existing schema: aten::logaddexp2.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6266439Z processing existing schema: aten::masked_fill.Scalar(Tensor self, Tensor mask, Scalar value) -> Tensor 2022-12-01T10:11:40.6267816Z processing existing schema: aten::masked_fill.Tensor(Tensor self, Tensor mask, Tensor value) -> Tensor 2022-12-01T10:11:40.6269336Z processing existing schema: aten::masked_fill.Scalar_out(Tensor self, Tensor mask, Scalar value, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6270874Z processing existing schema: aten::masked_fill.Tensor_out(Tensor self, Tensor mask, Tensor value, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6272215Z processing existing schema: aten::size.int(Tensor self, int dim) -> int 2022-12-01T10:11:40.6273579Z processing existing schema: aten::size.Dimname(Tensor self, str dim) -> int 2022-12-01T10:11:40.6274889Z processing existing schema: aten::size(Tensor self) -> int[] 2022-12-01T10:11:40.6276597Z processing existing schema: aten::wait(Future(t) self) -> t 2022-12-01T10:11:40.6278083Z processing existing schema: quantized::conv2d_output_padding(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> int[] 2022-12-01T10:11:40.6279718Z processing existing schema: aten::reflection_pad1d(Tensor self, int[2] padding) -> Tensor 2022-12-01T10:11:40.6281866Z processing existing schema: aten::reflection_pad1d.out(Tensor self, int[2] padding, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6282701Z processing existing schema: aten::Bool.Tensor(Tensor a) -> bool 2022-12-01T10:11:40.6284417Z processing existing schema: aten::Bool.int(int a) -> bool 2022-12-01T10:11:40.6285295Z processing existing schema: aten::Bool.float(float a) -> bool 2022-12-01T10:11:40.6287201Z processing existing schema: quantized::cat(Tensor[] qx, int dim, float? scale, int? zero_point) -> Tensor 2022-12-01T10:11:40.6288800Z processing existing schema: aten::diagonal(Tensor(a) self, int offset=0, int dim1=0, int dim2=1) -> Tensor(a) 2022-12-01T10:11:40.6290582Z processing existing schema: aten::diagonal.Dimname(Tensor(a) self, *, str outdim, str dim1, str dim2, int offset=0) -> Tensor(a) 2022-12-01T10:11:40.6292055Z processing existing schema: aten::threshold_backward(Tensor grad_output, Tensor self, Scalar threshold) -> Tensor 2022-12-01T10:11:40.6293945Z processing existing schema: aten::threshold_backward.grad_input(Tensor grad_output, Tensor self, Scalar threshold, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.6295984Z processing existing schema: quantized::conv3d_prepack(Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups) -> __torch__.torch.classes.quantized.Conv3dPackedParamsBase 2022-12-01T10:11:40.6296957Z processing existing schema: prim::MMTreeReduce(...) -> Tensor 2022-12-01T10:11:40.6299005Z processing existing schema: aten::nansum(Tensor self, int[1]? dim=None, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:40.6301304Z processing existing schema: aten::nansum.out(Tensor self, int[1]? dim=None, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6302999Z processing existing schema: aten::chunk(Tensor(a -> *) self, int chunks, int dim=0) -> Tensor(a)[] 2022-12-01T10:11:40.6304835Z processing existing schema: aten::moveaxis.intlist(Tensor(a) self, int[] source, int[] destination) -> Tensor(a) 2022-12-01T10:11:40.6306485Z processing existing schema: aten::moveaxis.int(Tensor(a) self, int source, int destination) -> Tensor(a) 2022-12-01T10:11:40.6308047Z processing existing schema: aten::view_as(Tensor(a) self, Tensor other) -> Tensor(a) 2022-12-01T10:11:40.6309491Z schema: nvprims::remainder(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.6311149Z processing existing schema: aten::_unique2(Tensor self, bool sorted=True, bool return_inverse=False, bool return_counts=False) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:40.6313391Z processing existing schema: aten::_unique2.out(Tensor self, bool sorted=True, bool return_inverse=False, bool return_counts=False, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-12-01T10:11:40.6314414Z processing existing schema: prim::MKLDNNHardSigmoid(Tensor a) -> Tensor 2022-12-01T10:11:40.6315875Z processing existing schema: aten::logit(Tensor self, float? eps=None) -> Tensor 2022-12-01T10:11:40.6317758Z processing existing schema: aten::logit.out(Tensor self, float? eps=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6319161Z processing existing schema: aten::detach(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:40.6320647Z processing existing schema: prim::DifferentiableGraph(...) -> ... 2022-12-01T10:11:40.6322110Z processing existing schema: prim::MKLDNNHardSigmoid_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.6323512Z processing existing schema: aten::poisson(Tensor self, Generator? generator=None) -> Tensor 2022-12-01T10:11:40.6325476Z processing existing schema: aten::poisson.out(Tensor self, Generator? generator=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6326679Z processing existing schema: aten::lgamma(Tensor self) -> Tensor 2022-12-01T10:11:40.6328392Z processing existing schema: aten::lgamma.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6329781Z processing existing schema: aten::lgamma.int(int a) -> float 2022-12-01T10:11:40.6331231Z processing existing schema: aten::lgamma.float(float a) -> float 2022-12-01T10:11:40.6332808Z processing existing schema: aten::lgamma.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:40.6333746Z schema: profiler::_call_end_callbacks_on_jit_fut(Tensor x, Future(t) y) -> Future(t) found on allowlist, skipping 2022-12-01T10:11:40.6334127Z schema: profiler::_call_end_callbacks_on_jit_fut._RecordFunction(__torch__.torch.classes.profiler._RecordFunction x, Future(t) y) -> Future(t) found on allowlist, skipping 2022-12-01T10:11:40.6335503Z processing existing schema: prim::flatten_copy(Tensor self, int start_dim, int end_dim) -> Tensor 2022-12-01T10:11:40.6337050Z processing existing schema: aten::cumsum(Tensor self, int dim, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:40.6338622Z processing existing schema: aten::cumsum.dimname(Tensor self, str dim, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:40.6340335Z processing existing schema: aten::cumsum.dimname_out(Tensor self, str dim, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6342085Z processing existing schema: aten::cumsum.out(Tensor self, int dim, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6343554Z processing existing schema: prim::expand_as_copy(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.6345074Z processing existing schema: prim::MKLDNNHardSwish_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.6346399Z processing existing schema: aten::pixel_unshuffle(Tensor self, int downscale_factor) -> Tensor 2022-12-01T10:11:40.6348042Z processing existing schema: aten::pixel_unshuffle.out(Tensor self, int downscale_factor, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6349659Z processing existing schema: aten::adaptive_avg_pool1d(Tensor self, int[1] output_size) -> Tensor 2022-12-01T10:11:40.6349953Z schema: static_runtime::dict_unpack(...) -> ... found on allowlist, skipping 2022-12-01T10:11:40.6350970Z processing existing schema: prim::oneDNNFusionGroup(...) -> ... 2022-12-01T10:11:40.6352731Z processing existing schema: aten::log_normal_(Tensor(a!) self, float mean=1., float std=2., *, Generator? generator=None) -> Tensor(a!) 2022-12-01T10:11:40.6353776Z processing existing schema: aten::tanh(Tensor self) -> Tensor 2022-12-01T10:11:40.6355588Z processing existing schema: aten::tanh.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6357024Z processing existing schema: aten::tanh.int(int a) -> float 2022-12-01T10:11:40.6358249Z processing existing schema: aten::tanh.float(float a) -> float 2022-12-01T10:11:40.6359795Z processing existing schema: aten::tanh.complex(complex a) -> complex 2022-12-01T10:11:40.6361221Z processing existing schema: aten::tanh.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:40.6362695Z schema: prims::view_of(Tensor(a) a) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.6364098Z processing existing schema: aten::_pdist_forward(Tensor self, float p=2.) -> Tensor 2022-12-01T10:11:40.6365742Z processing existing schema: aten::_pdist_forward.out(Tensor self, float p=2., *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6367276Z processing existing schema: aten::view(Tensor(a) self, SymInt[] size) -> Tensor(a) 2022-12-01T10:11:40.6368878Z processing existing schema: aten::view.dtype(Tensor(a) self, ScalarType dtype) -> Tensor(a) 2022-12-01T10:11:40.6370896Z processing existing schema: aten::slice.Tensor(Tensor(a) self, int dim=0, SymInt? start=None, SymInt? end=None, SymInt step=1) -> Tensor(a) 2022-12-01T10:11:40.6372569Z processing existing schema: aten::slice.t(t[] l, int? start=None, int? end=None, int step=1) -> t[] 2022-12-01T10:11:40.6374194Z processing existing schema: aten::slice.str(str string, int? start=None, int? end=None, int step=1) -> str 2022-12-01T10:11:40.6375425Z processing existing schema: aten::save(t item, str filename) -> () 2022-12-01T10:11:40.6377024Z processing existing schema: quantized::conv2d_dilation(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> int[] 2022-12-01T10:11:40.6378433Z processing existing schema: aten::bernoulli(Tensor self, *, Generator? generator=None) -> Tensor 2022-12-01T10:11:40.6380172Z processing existing schema: aten::bernoulli.out(Tensor self, *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6381665Z processing existing schema: aten::bernoulli.p(Tensor self, float p, *, Generator? generator=None) -> Tensor 2022-12-01T10:11:40.6383176Z processing existing schema: aten::bernoulli.Tensor(Tensor self, Tensor p, *, Generator? generator=None) -> Tensor 2022-12-01T10:11:40.6384987Z processing existing schema: aten::bernoulli.Tensor_out(Tensor self, Tensor p, *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6387221Z processing existing schema: aten::bernoulli.float_out(Tensor self, float p=0.5, *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6388604Z processing existing schema: aten::adaptive_max_pool3d(Tensor self, int[3] output_size) -> (Tensor, Tensor) 2022-12-01T10:11:40.6390439Z processing existing schema: aten::adaptive_max_pool3d.out(Tensor self, int[3] output_size, *, Tensor(a!) out, Tensor(b!) indices) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:40.6391816Z processing existing schema: aten::ravel(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:40.6393073Z processing existing schema: prim::VarConcat(...) -> Tensor 2022-12-01T10:11:40.6395118Z processing existing schema: quantized::batch_norm2d(Tensor qx, Tensor? weight, Tensor? bias, Tensor mean, Tensor var, float eps, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.6396486Z processing existing schema: aten::detach_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.6397149Z processing existing schema: prim::TensorExprGroup(...) -> ... 2022-12-01T10:11:40.6398719Z processing existing schema: prim::MKLDNNHardTanh_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.6401397Z processing existing schema: aten::poisson_nll_loss(Tensor input, Tensor target, bool log_input, bool full, float eps, int reduction) -> Tensor 2022-12-01T10:11:40.6401638Z processing existing schema: aten::logical_and(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.6403232Z processing existing schema: aten::logical_and.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6404686Z processing existing schema: aten::add.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor 2022-12-01T10:11:40.6406050Z processing existing schema: aten::add.Scalar(Tensor self, Scalar other, Scalar alpha=1) -> Tensor 2022-12-01T10:11:40.6407673Z processing existing schema: aten::add.out(Tensor self, Tensor other, *, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6409352Z processing existing schema: aten::add.Scalar_out(Tensor self, Scalar other, Scalar alpha=1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6410578Z processing existing schema: aten::add.t(t[] a, t[] b) -> t[] 2022-12-01T10:11:40.6411711Z processing existing schema: aten::add.str(str a, str b) -> str 2022-12-01T10:11:40.6413235Z processing existing schema: aten::add.int(int a, int b) -> int 2022-12-01T10:11:40.6414533Z processing existing schema: aten::add.complex(complex a, complex b) -> complex 2022-12-01T10:11:40.6415396Z processing existing schema: aten::add.float(float a, float b) -> float 2022-12-01T10:11:40.6416828Z processing existing schema: aten::add.int_complex(int a, complex b) -> complex 2022-12-01T10:11:40.6417899Z processing existing schema: aten::add.complex_int(complex a, int b) -> complex 2022-12-01T10:11:40.6419327Z processing existing schema: aten::add.float_complex(float a, complex b) -> complex 2022-12-01T10:11:40.6420588Z processing existing schema: aten::add.complex_float(complex a, float b) -> complex 2022-12-01T10:11:40.6422053Z processing existing schema: aten::add.int_float(int a, float b) -> float 2022-12-01T10:11:40.6423330Z processing existing schema: aten::add.float_int(float a, int b) -> float 2022-12-01T10:11:40.6424671Z processing existing schema: aten::add(Scalar a, Scalar b) -> Scalar 2022-12-01T10:11:40.6426418Z processing existing schema: aten::_ncf_view(Tensor(a) self, int[] input_shape, int normalized_ndim) -> Tensor(a) 2022-12-01T10:11:40.6428029Z processing existing schema: prim::expand_copy(Tensor self, int[] size, *, bool implicit=False) -> Tensor 2022-12-01T10:11:40.6429413Z processing existing schema: aten::dot(Tensor self, Tensor tensor) -> Tensor 2022-12-01T10:11:40.6431121Z processing existing schema: aten::dot.out(Tensor self, Tensor tensor, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6432861Z processing existing schema: aten::expand(Tensor(a) self, SymInt[] size, *, bool implicit=False) -> Tensor(a) 2022-12-01T10:11:40.6434151Z processing existing schema: aten::round(Tensor self) -> Tensor 2022-12-01T10:11:40.6435605Z processing existing schema: aten::round.decimals(Tensor self, *, int decimals) -> Tensor 2022-12-01T10:11:40.6437234Z processing existing schema: aten::round.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6438955Z processing existing schema: aten::round.decimals_out(Tensor self, *, int decimals, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6440507Z processing existing schema: aten::round.int(int a) -> float 2022-12-01T10:11:40.6442024Z processing existing schema: aten::round.float(float a) -> float 2022-12-01T10:11:40.6443334Z processing existing schema: aten::round.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:40.6444553Z processing existing schema: aten::warn(str message, int stacklevel=2) -> () 2022-12-01T10:11:40.6445793Z processing existing schema: quantized::embedding_bag_byte_prepack(Tensor weight) -> Tensor 2022-12-01T10:11:40.6447153Z processing existing schema: aten::linear(Tensor input, Tensor weight, Tensor? bias=None) -> Tensor 2022-12-01T10:11:40.6448959Z processing existing schema: aten::linear.out(Tensor input, Tensor weight, Tensor? bias=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6450185Z processing existing schema: aten::vdot(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.6451780Z processing existing schema: aten::vdot.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6453790Z processing existing schema: aten::tensor_split.sections(Tensor(a -> *) self, int sections, int dim=0) -> Tensor(a)[] 2022-12-01T10:11:40.6455373Z processing existing schema: aten::tensor_split.indices(Tensor(a -> *) self, int[] indices, int dim=0) -> Tensor(a)[] 2022-12-01T10:11:40.6457130Z processing existing schema: aten::tensor_split.tensor_indices_or_sections(Tensor(a -> *) self, Tensor tensor_indices_or_sections, int dim=0) -> Tensor(a)[] 2022-12-01T10:11:40.6458565Z schema: prims::rev(Tensor a, int[] dims) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.6459967Z processing existing schema: aten::_reshape_alias(Tensor(a) self, SymInt[] size, SymInt[] stride) -> Tensor(a) 2022-12-01T10:11:40.6461781Z processing existing schema: aten::log10(Tensor self) -> Tensor 2022-12-01T10:11:40.6462837Z processing existing schema: aten::log10.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6463735Z processing existing schema: aten::log10.int(int a) -> float 2022-12-01T10:11:40.6465094Z processing existing schema: aten::log10.float(float a) -> float 2022-12-01T10:11:40.6466280Z processing existing schema: aten::log10.complex(complex a) -> complex 2022-12-01T10:11:40.6467262Z processing existing schema: aten::log10.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:40.6468411Z processing existing schema: aten::abs(Tensor self) -> Tensor 2022-12-01T10:11:40.6469935Z processing existing schema: aten::abs.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6471294Z processing existing schema: aten::unsqueeze(Tensor(a) self, int dim) -> Tensor(a) 2022-12-01T10:11:40.6472889Z schema: nvprims::squeeze(Tensor(a) a, int[] dimensions) -> Tensor(a) found on allowlist, skipping 2022-12-01T10:11:40.6474167Z processing existing schema: aten::_unsafe_view(Tensor self, SymInt[] size) -> Tensor 2022-12-01T10:11:40.6475877Z processing existing schema: aten::_unsafe_view.out(Tensor self, SymInt[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6477398Z processing existing schema: aten::logical_and_(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.6479134Z processing existing schema: aten::add_.Tensor(Tensor(a!) self, Tensor other, *, Scalar alpha=1) -> Tensor(a!) 2022-12-01T10:11:40.6481077Z processing existing schema: aten::add_.Scalar(Tensor(a!) self, Scalar other, Scalar alpha=1) -> Tensor(a!) 2022-12-01T10:11:40.6482571Z processing existing schema: aten::add_.t(t[](a!) self, t[] b) -> t[] 2022-12-01T10:11:40.6483988Z processing existing schema: aten::where.self(Tensor condition, Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.6485690Z processing existing schema: aten::where.ScalarOther(Tensor condition, Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:40.6486665Z processing existing schema: aten::where.ScalarSelf(Tensor condition, Scalar self, Tensor other) -> Tensor 2022-12-01T10:11:40.6487852Z processing existing schema: aten::where(Tensor condition) -> Tensor[] 2022-12-01T10:11:40.6489701Z processing existing schema: aten::where.self_out(Tensor condition, Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6491228Z processing existing schema: aten::where.Scalar(Tensor condition, Scalar self, Scalar other) -> Tensor 2022-12-01T10:11:40.6491781Z processing existing schema: prim::CudaFusionGroup(...) -> ... 2022-12-01T10:11:40.6528411Z schema: aten::diagonal_backward(Tensor grad_output, SymInt[] input_sizes, int offset, int dim1, int dim2) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.6529290Z schema: aten::diagonal_backward.out(Tensor grad_output, SymInt[] input_sizes, int offset, int dim1, int dim2, *, Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-12-01T10:11:40.6529638Z processing existing schema: aten::lift(Tensor self) -> Tensor 2022-12-01T10:11:40.6530032Z processing existing schema: aten::lift.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6530442Z processing existing schema: aten::special_zeta(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.6530895Z processing existing schema: aten::special_zeta.other_scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:40.6531290Z processing existing schema: aten::special_zeta.self_scalar(Scalar self, Tensor other) -> Tensor 2022-12-01T10:11:40.6531730Z processing existing schema: aten::special_zeta.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6532383Z processing existing schema: aten::special_zeta.self_scalar_out(Scalar self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6532889Z processing existing schema: aten::special_zeta.other_scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6533092Z processing existing schema: aten::igamma(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.6533518Z processing existing schema: aten::igamma.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6533933Z schema: prims::zeta(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.6534294Z processing existing schema: aten::_new_zeros_with_same_feature_meta(Tensor self, Tensor other, *, int self_num_batch_dims=0) -> Tensor 2022-12-01T10:11:40.6534675Z processing existing schema: aten::_new_zeros_with_same_feature_meta.out(Tensor self, Tensor other, *, int self_num_batch_dims=0, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6534908Z processing existing schema: aten::swapdims(Tensor(a) self, int dim0, int dim1) -> Tensor(a) 2022-12-01T10:11:40.6535109Z processing existing schema: prim::CudaFusionIvalGuard(...) -> bool 2022-12-01T10:11:40.6535418Z processing existing schema: aten::rnn_tanh_cell(Tensor input, Tensor hx, Tensor w_ih, Tensor w_hh, Tensor? b_ih=None, Tensor? b_hh=None) -> Tensor 2022-12-01T10:11:40.6535646Z processing existing schema: aten::_grad_sum_to_size(Tensor(a) self, int[]? size) -> Tensor(a) 2022-12-01T10:11:40.6536305Z processing existing schema: quantized::embedding_bag_byte_rowwise_offsets(Tensor weight, Tensor indices, Tensor? offsets=None, bool scale_grad_by_freq=False, int mode=0, bool pruned_weights=False, Tensor? per_sample_weights=None, Tensor? compressed_indices_mapping=None, bool include_last_offset=False) -> Tensor 2022-12-01T10:11:40.6536556Z processing existing schema: aten::log_sigmoid_forward(Tensor self) -> (Tensor output, Tensor buffer) 2022-12-01T10:11:40.6536898Z processing existing schema: aten::log_sigmoid_forward.output(Tensor self, *, Tensor(a!) output, Tensor(b!) buffer) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:40.6537089Z processing existing schema: aten::sinh(Tensor self) -> Tensor 2022-12-01T10:11:40.6537370Z processing existing schema: aten::sinh.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6537607Z processing existing schema: aten::sinh.int(int a) -> float 2022-12-01T10:11:40.6537792Z processing existing schema: aten::sinh.float(float a) -> float 2022-12-01T10:11:40.6537985Z processing existing schema: aten::sinh.complex(complex a) -> complex 2022-12-01T10:11:40.6538170Z processing existing schema: aten::sinh.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:40.6538402Z processing existing schema: aten::list(str t) -> str[] 2022-12-01T10:11:40.6538559Z processing existing schema: aten::list.t(t[] l) -> t[] 2022-12-01T10:11:40.6539021Z processing existing schema: quantized::conv2d_stride(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> int[] 2022-12-01T10:11:40.6539318Z processing existing schema: aten::adaptive_max_pool1d(Tensor self, int[1] output_size) -> (Tensor, Tensor) 2022-12-01T10:11:40.6539573Z processing existing schema: aten::log_softmax.int(Tensor self, int dim, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:40.6539839Z processing existing schema: aten::log_softmax.Dimname(Tensor self, str dim, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:40.6540137Z processing existing schema: aten::log_softmax.int_out(Tensor self, int dim, ScalarType? dtype=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6541301Z processing existing schema: aten::zeros_like(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, MemoryFormat? memory_format=None) -> Tensor 2022-12-01T10:11:40.6542922Z processing existing schema: aten::zeros_like.out(Tensor self, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6544666Z processing existing schema: aten::randn_like(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, MemoryFormat? memory_format=None) -> Tensor 2022-12-01T10:11:40.6546163Z processing existing schema: aten::randn_like.out(Tensor self, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6547412Z processing existing schema: prim::EnumName(AnyEnumType enum) -> str 2022-12-01T10:11:40.6548716Z processing existing schema: _quantized::add(Tensor qa, Tensor qb, float scale, int zero_point) -> Tensor qc 2022-12-01T10:11:40.6550034Z processing existing schema: prim::infer_unsqueeze_size(int[] a, int dim) -> int[] 2022-12-01T10:11:40.6551538Z processing existing schema: aten::fake_quantize_per_tensor_affine(Tensor self, float scale, int zero_point, int quant_min, int quant_max) -> Tensor 2022-12-01T10:11:40.6552999Z processing existing schema: aten::fake_quantize_per_tensor_affine.tensor_qparams(Tensor self, Tensor scale, Tensor zero_point, int quant_min, int quant_max) -> Tensor 2022-12-01T10:11:40.6554071Z processing existing schema: aten::rsqrt(Tensor self) -> Tensor 2022-12-01T10:11:40.6555749Z processing existing schema: aten::rsqrt.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6557513Z processing existing schema: _quantized::linear(Tensor X, __torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack, float Y_scale_i, int Y_zero_point_i) -> Tensor Y 2022-12-01T10:11:40.6559158Z processing existing schema: aten::alias(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:40.6560244Z processing existing schema: aten::sym_numel(Tensor self) -> SymInt 2022-12-01T10:11:40.6562055Z processing existing schema: aten::_cdist_backward(Tensor grad, Tensor x1, Tensor x2, float p, Tensor cdist) -> Tensor 2022-12-01T10:11:40.6564459Z processing existing schema: aten::_cdist_backward.out(Tensor grad, Tensor x1, Tensor x2, float p, Tensor cdist, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6565637Z processing existing schema: aten::repeat_interleave.Tensor(Tensor repeats, *, int? output_size=None) -> Tensor 2022-12-01T10:11:40.6567404Z processing existing schema: aten::repeat_interleave.self_Tensor(Tensor self, Tensor repeats, int? dim=None, *, int? output_size=None) -> Tensor 2022-12-01T10:11:40.6568939Z processing existing schema: aten::repeat_interleave.self_int(Tensor self, int repeats, int? dim=None, *, int? output_size=None) -> Tensor 2022-12-01T10:11:40.6570806Z processing existing schema: aten::repeat_interleave.Tensor_out(Tensor repeats, *, int? output_size=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6572634Z processing existing schema: _quantized::conv_transpose2d(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.6573533Z schema: prim::infer_squeeze_size.dim(int[] a, int dim) -> int[] found on allowlist, skipping 2022-12-01T10:11:40.6574803Z schema: prim::infer_squeeze_size(int[] a) -> int[] found on allowlist, skipping 2022-12-01T10:11:40.6576650Z processing existing schema: aten::softplus_backward(Tensor grad_output, Tensor self, Scalar beta, Scalar threshold) -> Tensor 2022-12-01T10:11:40.6578567Z processing existing schema: aten::softplus_backward.grad_input(Tensor grad_output, Tensor self, Scalar beta, Scalar threshold, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.6580088Z processing existing schema: quantized::conv_transpose3d_stride(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> int[] 2022-12-01T10:11:40.6581027Z processing existing schema: aten::frac(Tensor self) -> Tensor 2022-12-01T10:11:40.6582749Z processing existing schema: aten::frac.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6584081Z processing existing schema: aten::inner(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.6585871Z processing existing schema: aten::inner.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6587887Z processing existing schema: aten::sum.dim_IntList(Tensor self, int[1]? dim, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:40.6589311Z processing existing schema: aten::sum(Tensor self, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:40.6591227Z processing existing schema: aten::sum.dim_DimnameList(Tensor self, str[1] dim, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:40.6593396Z processing existing schema: aten::sum.DimnameList_out(Tensor self, str[1] dim, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6595527Z processing existing schema: aten::sum.IntList_out(Tensor self, int[1]? dim, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6597220Z processing existing schema: aten::sum.out(Tensor self, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6598327Z processing existing schema: aten::sum.int(int[] self) -> int 2022-12-01T10:11:40.6600053Z processing existing schema: aten::sum.float(float[] self) -> float 2022-12-01T10:11:40.6601488Z processing existing schema: aten::sum.complex(complex[] self) -> complex 2022-12-01T10:11:40.6602814Z processing existing schema: aten::sum.bool(bool[] self) -> int 2022-12-01T10:11:40.6604793Z processing existing schema: aten::diff(Tensor self, int n=1, int dim=-1, Tensor? prepend=None, Tensor? append=None) -> Tensor 2022-12-01T10:11:40.6606923Z processing existing schema: aten::diff.out(Tensor self, int n=1, int dim=-1, Tensor? prepend=None, Tensor? append=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6607813Z processing existing schema: prim::is_xpu(Tensor a) -> bool 2022-12-01T10:11:40.6610713Z processing existing schema: aten::_convolution.deprecated(Tensor input, Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, bool transposed, int[] output_padding, int groups, bool benchmark, bool deterministic, bool cudnn_enabled) -> Tensor 2022-12-01T10:11:40.6612896Z processing existing schema: aten::_convolution(Tensor input, Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, bool transposed, int[] output_padding, int groups, bool benchmark, bool deterministic, bool cudnn_enabled, bool allow_tf32) -> Tensor 2022-12-01T10:11:40.6615421Z processing existing schema: aten::_convolution.out(Tensor input, Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, bool transposed, int[] output_padding, int groups, bool benchmark, bool deterministic, bool cudnn_enabled, bool allow_tf32, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6616787Z processing existing schema: aten::resize_as_(Tensor(a!) self, Tensor the_template, *, MemoryFormat? memory_format=None) -> Tensor(a!) 2022-12-01T10:11:40.6617828Z processing existing schema: prim::min.int(int a, int b) -> int 2022-12-01T10:11:40.6619349Z processing existing schema: prim::min.float(float a, float b) -> float 2022-12-01T10:11:40.6620734Z processing existing schema: prim::min.int_float(int a, float b) -> float 2022-12-01T10:11:40.6622119Z processing existing schema: prim::min.float_int(float a, int b) -> float 2022-12-01T10:11:40.6623481Z processing existing schema: prim::min(Scalar a, Scalar b) -> Scalar 2022-12-01T10:11:40.6625110Z processing existing schema: prim::min.int_list(int[] l, int[] r) -> int[] 2022-12-01T10:11:40.6626540Z processing existing schema: prim::min.self_int(int[] self) -> int 2022-12-01T10:11:40.6628187Z processing existing schema: prim::min.float_list(float[] l, float[] r) -> float[] 2022-12-01T10:11:40.6629587Z processing existing schema: prim::min.self_float(float[] self) -> float 2022-12-01T10:11:40.6631232Z processing existing schema: prim::min.bool_list(bool[] l, bool[] r) -> bool[] 2022-12-01T10:11:40.6632626Z processing existing schema: prim::min.self_bool(bool[] self) -> bool 2022-12-01T10:11:40.6635030Z processing existing schema: _quantized::conv2d_prepack(Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups) -> __torch__.torch.classes.quantized.Conv2dPackedParamsBase 2022-12-01T10:11:40.6636075Z processing existing schema: aten::linalg_cholesky(Tensor self, *, bool upper=False) -> Tensor 2022-12-01T10:11:40.6637970Z processing existing schema: aten::linalg_cholesky.out(Tensor self, *, bool upper=False, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6638978Z processing existing schema: aten::trunc(Tensor self) -> Tensor 2022-12-01T10:11:40.6641162Z processing existing schema: aten::trunc.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6642062Z schema: nvprims::cosh(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.6644400Z processing existing schema: aten::_sparse_csr_tensor_unsafe(Tensor crow_indices, Tensor col_indices, Tensor values, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.6644987Z schema: nvprims::trunc(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.6646993Z processing existing schema: aten::_thnn_fused_gru_cell(Tensor input_gates, Tensor hidden_gates, Tensor hx, Tensor? input_bias=None, Tensor? hidden_bias=None) -> (Tensor, Tensor) 2022-12-01T10:11:40.6648650Z processing existing schema: aten::_thnn_fused_gru_cell.out(Tensor input_gates, Tensor hidden_gates, Tensor hx, Tensor? input_bias=None, Tensor? hidden_bias=None, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:40.6649793Z processing existing schema: aten::upsample_nearest1d.vec(Tensor input, SymInt[]? output_size, float[]? scale_factors) -> Tensor 2022-12-01T10:11:40.6651405Z processing existing schema: aten::upsample_nearest1d(Tensor self, SymInt[1] output_size, float? scales=None) -> Tensor 2022-12-01T10:11:40.6653370Z processing existing schema: aten::upsample_nearest1d.out(Tensor self, SymInt[1] output_size, float? scales=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6655148Z processing existing schema: aten::upsample_nearest1d.vec_out(Tensor input, SymInt[]? output_size, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6656530Z processing existing schema: aten::cumulative_trapezoid.x(Tensor y, Tensor x, *, int dim=-1) -> Tensor 2022-12-01T10:11:40.6657982Z processing existing schema: aten::cumulative_trapezoid.dx(Tensor y, *, Scalar dx=1, int dim=-1) -> Tensor 2022-12-01T10:11:40.6659844Z processing existing schema: aten::rnn_relu_cell(Tensor input, Tensor hx, Tensor w_ih, Tensor w_hh, Tensor? b_ih=None, Tensor? b_hh=None) -> Tensor 2022-12-01T10:11:40.6660413Z processing existing schema: prim::tolist(...) -> ... 2022-12-01T10:11:40.6662538Z processing existing schema: quantized::embedding_byte(__torch__.torch.classes.quantized.EmbeddingPackedParamsBase weight, Tensor indices, bool pruned_weights=False) -> Tensor 2022-12-01T10:11:40.6663621Z processing existing schema: aten::log_sigmoid_backward(Tensor grad_output, Tensor self, Tensor buffer) -> Tensor 2022-12-01T10:11:40.6665650Z processing existing schema: aten::log_sigmoid_backward.grad_input(Tensor grad_output, Tensor self, Tensor buffer, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.6667017Z processing existing schema: aten::adaptive_avg_pool3d(Tensor self, int[3] output_size) -> Tensor 2022-12-01T10:11:40.6668886Z processing existing schema: aten::adaptive_avg_pool3d.out(Tensor self, int[3] output_size, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6670342Z processing existing schema: aten::zero_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.6671660Z processing existing schema: aten::sqrt(Tensor self) -> Tensor 2022-12-01T10:11:40.6673226Z processing existing schema: aten::sqrt.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6674625Z processing existing schema: aten::sqrt.int(int a) -> float 2022-12-01T10:11:40.6675687Z processing existing schema: aten::sqrt.float(float a) -> float 2022-12-01T10:11:40.6677379Z processing existing schema: aten::sqrt.complex(complex a) -> complex 2022-12-01T10:11:40.6678332Z processing existing schema: aten::sqrt.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:40.6680106Z processing existing schema: aten::imag(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:40.6681828Z processing existing schema: aten::contiguous(Tensor(a) self, *, MemoryFormat memory_format=0) -> Tensor(a) 2022-12-01T10:11:40.6682807Z processing existing schema: prim::StaticRuntimeCopyOuts(...) -> ... 2022-12-01T10:11:40.6685274Z processing existing schema: aten::logspace(Scalar start, Scalar end, int steps, float base=10., *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.6686802Z processing existing schema: aten::logspace.out(Scalar start, Scalar end, int steps, float base=10., *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6687927Z processing existing schema: aten::view_as_real(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:40.6689179Z processing existing schema: aten::not_equal.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.6690360Z processing existing schema: aten::not_equal.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:40.6692114Z processing existing schema: aten::not_equal.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6693670Z processing existing schema: aten::not_equal.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6694902Z processing existing schema: aten::conj(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:40.6695996Z processing existing schema: aten::log(Tensor self) -> Tensor 2022-12-01T10:11:40.6697518Z processing existing schema: aten::log.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6698638Z processing existing schema: aten::log.int(int a) -> float 2022-12-01T10:11:40.6699744Z processing existing schema: aten::log.float(float a) -> float 2022-12-01T10:11:40.6700956Z processing existing schema: aten::log.complex(complex a) -> complex 2022-12-01T10:11:40.6702191Z processing existing schema: aten::log.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:40.6703154Z processing existing schema: aten::log.int_int(int a, int b) -> float 2022-12-01T10:11:40.6704639Z processing existing schema: aten::log.float_float(float a, float b) -> float 2022-12-01T10:11:40.6706068Z processing existing schema: aten::log.complex_complex(complex a, complex b) -> complex 2022-12-01T10:11:40.6707402Z processing existing schema: aten::log.int_float(int a, float b) -> float 2022-12-01T10:11:40.6708827Z processing existing schema: aten::log.float_int(float a, int b) -> float 2022-12-01T10:11:40.6710599Z processing existing schema: aten::log.int_complex(int a, complex b) -> complex 2022-12-01T10:11:40.6711838Z processing existing schema: aten::log.complex_int(complex a, int b) -> complex 2022-12-01T10:11:40.6713660Z processing existing schema: aten::log.float_complex(float a, complex b) -> complex 2022-12-01T10:11:40.6714591Z processing existing schema: aten::log.complex_float(complex a, float b) -> complex 2022-12-01T10:11:40.6715977Z processing existing schema: aten::log.Scalar_Scalar(Scalar a, Scalar b) -> float 2022-12-01T10:11:40.6717323Z processing existing schema: prim::MKLDNNHardTanh(Tensor self) -> Tensor 2022-12-01T10:11:40.6718934Z processing existing schema: aten::logit_(Tensor(a!) self, float? eps=None) -> Tensor(a!) 2022-12-01T10:11:40.6720611Z processing existing schema: aten::view_as_complex(Tensor(a) self) -> Tensor(a) 2022-12-01T10:11:40.6721833Z processing existing schema: aten::mv(Tensor self, Tensor vec) -> Tensor 2022-12-01T10:11:40.6723614Z processing existing schema: aten::mv.out(Tensor self, Tensor vec, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6725557Z processing existing schema: aten::nanquantile(Tensor self, Tensor q, int? dim=None, bool keepdim=False, *, str interpolation="linear") -> Tensor 2022-12-01T10:11:40.6727324Z processing existing schema: aten::nanquantile.scalar(Tensor self, float q, int? dim=None, bool keepdim=False, *, str interpolation="linear") -> Tensor 2022-12-01T10:11:40.6729447Z processing existing schema: aten::nanquantile.out(Tensor self, Tensor q, int? dim=None, bool keepdim=False, *, str interpolation="linear", Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6731387Z processing existing schema: aten::nanquantile.scalar_out(Tensor self, float q, int? dim=None, bool keepdim=False, *, str interpolation="linear", Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6732300Z processing existing schema: aten::bmm(Tensor self, Tensor mat2) -> Tensor 2022-12-01T10:11:40.6734263Z processing existing schema: aten::bmm.out(Tensor self, Tensor mat2, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6735250Z processing existing schema: aten::mm(Tensor self, Tensor mat2) -> Tensor 2022-12-01T10:11:40.6737051Z processing existing schema: aten::mm.out(Tensor self, Tensor mat2, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6738305Z processing existing schema: aten::cat(Tensor[] tensors, int dim=0) -> Tensor 2022-12-01T10:11:40.6739851Z processing existing schema: aten::cat.names(Tensor[] tensors, str dim) -> Tensor 2022-12-01T10:11:40.6741452Z processing existing schema: aten::cat.names_out(Tensor[] tensors, str dim, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6743028Z processing existing schema: aten::cat.out(Tensor[] tensors, int dim=0, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6744850Z processing existing schema: aten::index_put(Tensor self, Tensor?[] indices, Tensor values, bool accumulate=False) -> Tensor 2022-12-01T10:11:40.6746973Z processing existing schema: aten::index_put.out(Tensor self, Tensor?[] indices, Tensor values, bool accumulate=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6748510Z processing existing schema: aten::index_put.hacked_twin(Tensor self, Tensor[] indices, Tensor values, bool accumulate=False) -> Tensor 2022-12-01T10:11:40.6749782Z processing existing schema: aten::stack(Tensor[] tensors, int dim=0) -> Tensor 2022-12-01T10:11:40.6751494Z processing existing schema: aten::stack.out(Tensor[] tensors, int dim=0, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6752894Z schema: prims::igamma(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.6754317Z processing existing schema: aten::_nested_from_padded(Tensor padded, Tensor cpu_nested_shape_example, bool fuse_transform_0213=False) -> Tensor 2022-12-01T10:11:40.6756125Z processing existing schema: aten::_nested_from_padded.out(Tensor padded, Tensor cpu_nested_shape_example, bool fuse_transform_0213=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6757868Z processing existing schema: aten::feature_dropout_(Tensor(a!) self, float p, bool train) -> Tensor(a!) 2022-12-01T10:11:40.6758454Z schema: aten::select_backward(Tensor grad_output, SymInt[] input_sizes, int dim, int index) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.6758907Z schema: aten::select_backward.out(Tensor grad_output, SymInt[] input_sizes, int dim, int index, *, Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-12-01T10:11:40.6760575Z processing existing schema: aten::rpartition(str self, str separator) -> (str, str, str) 2022-12-01T10:11:40.6761367Z processing existing schema: aten::_fft_c2c(Tensor self, int[] dim, int normalization, bool forward) -> Tensor 2022-12-01T10:11:40.6763396Z processing existing schema: aten::_fft_c2c.out(Tensor self, int[] dim, int normalization, bool forward, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6764462Z processing existing schema: quantized::matmul(Tensor qa, Tensor qb, float scale, int zero_point) -> Tensor qc 2022-12-01T10:11:40.6765250Z processing existing schema: aten::fix(Tensor self) -> Tensor 2022-12-01T10:11:40.6766899Z processing existing schema: aten::fix.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6767519Z schema: aten::slice_backward(Tensor grad_output, SymInt[] input_sizes, int dim, SymInt start, SymInt end, SymInt step) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.6768538Z schema: aten::slice_backward.out(Tensor grad_output, SymInt[] input_sizes, int dim, SymInt start, SymInt end, SymInt step, *, Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-12-01T10:11:40.6770329Z processing existing schema: aten::keys.str(Dict(str, t) self) -> str[](*) 2022-12-01T10:11:40.6771868Z processing existing schema: aten::keys.int(Dict(int, t) self) -> int[](*) 2022-12-01T10:11:40.6773428Z processing existing schema: aten::keys.bool(Dict(bool, t) self) -> bool[](*) 2022-12-01T10:11:40.6774981Z processing existing schema: aten::keys.float(Dict(float, t) self) -> float[](*) 2022-12-01T10:11:40.6776673Z processing existing schema: aten::keys.complex(Dict(complex, t) self) -> complex[](*) 2022-12-01T10:11:40.6778332Z processing existing schema: aten::keys.Tensor(Dict(Tensor, t) self) -> Tensor[](*) 2022-12-01T10:11:40.6779946Z processing existing schema: quantized::conv2d_groups(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> int 2022-12-01T10:11:40.6781879Z processing existing schema: aten::full_like(Tensor self, Scalar fill_value, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, MemoryFormat? memory_format=None) -> Tensor 2022-12-01T10:11:40.6783559Z processing existing schema: aten::full_like.out(Tensor self, Scalar fill_value, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6785288Z processing existing schema: aten::bernoulli_.Tensor(Tensor(a!) self, Tensor p, *, Generator? generator=None) -> Tensor(a!) 2022-12-01T10:11:40.6787412Z processing existing schema: aten::bernoulli_.float(Tensor(a!) self, float p=0.5, *, Generator? generator=None) -> Tensor(a!) 2022-12-01T10:11:40.6788626Z processing existing schema: aten::cholesky_solve(Tensor self, Tensor input2, bool upper=False) -> Tensor 2022-12-01T10:11:40.6790309Z processing existing schema: aten::cholesky_solve.out(Tensor self, Tensor input2, bool upper=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6792144Z processing existing schema: aten::new_empty(Tensor self, SymInt[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.6793665Z processing existing schema: aten::new_empty.out(Tensor self, SymInt[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6796096Z processing existing schema: aten::conv2d(Tensor input, Tensor weight, Tensor? bias=None, int[2] stride=1, int[2] padding=0, int[2] dilation=1, int groups=1) -> Tensor 2022-12-01T10:11:40.6798439Z processing existing schema: aten::conv2d.padding(Tensor input, Tensor weight, Tensor? bias=None, int[2] stride=1, str padding="valid", int[2] dilation=1, int groups=1) -> Tensor 2022-12-01T10:11:40.6800422Z processing existing schema: aten::new_empty_strided(Tensor self, SymInt[] size, SymInt[] stride, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.6801971Z processing existing schema: aten::new_empty_strided.out(Tensor self, SymInt[] size, SymInt[] stride, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6803250Z processing existing schema: aten::orgqr(Tensor self, Tensor input2) -> Tensor 2022-12-01T10:11:40.6804906Z processing existing schema: aten::orgqr.out(Tensor self, Tensor input2, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6807343Z processing existing schema: aten::conv3d(Tensor input, Tensor weight, Tensor? bias=None, int[3] stride=1, int[3] padding=0, int[3] dilation=1, int groups=1) -> Tensor 2022-12-01T10:11:40.6809697Z processing existing schema: aten::conv3d.padding(Tensor input, Tensor weight, Tensor? bias=None, int[3] stride=1, str padding="valid", int[3] dilation=1, int groups=1) -> Tensor 2022-12-01T10:11:40.6810895Z processing existing schema: aten::eq.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.6812351Z processing existing schema: aten::eq.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:40.6814056Z processing existing schema: aten::eq.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6815609Z processing existing schema: aten::eq.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6817012Z processing existing schema: aten::eq.int_list(int[] a, int[] b) -> bool 2022-12-01T10:11:40.6818439Z processing existing schema: aten::eq.device(Device a, Device b) -> bool 2022-12-01T10:11:40.6819720Z processing existing schema: aten::eq.bool(bool a, bool b) -> bool 2022-12-01T10:11:40.6821054Z processing existing schema: aten::eq.enum(AnyEnumType a, AnyEnumType b) -> bool 2022-12-01T10:11:40.6822301Z processing existing schema: aten::eq.int(int a, int b) -> bool 2022-12-01T10:11:40.6823695Z processing existing schema: aten::eq.complex(complex a, complex b) -> bool 2022-12-01T10:11:40.6824638Z processing existing schema: aten::eq.float(float a, float b) -> bool 2022-12-01T10:11:40.6826026Z processing existing schema: aten::eq.int_float(int a, float b) -> bool 2022-12-01T10:11:40.6827378Z processing existing schema: aten::eq.float_int(float a, int b) -> bool 2022-12-01T10:11:40.6828796Z processing existing schema: aten::eq.float_complex(float a, complex b) -> bool 2022-12-01T10:11:40.6830086Z processing existing schema: aten::eq.complex_float(complex a, float b) -> bool 2022-12-01T10:11:40.6831416Z processing existing schema: aten::eq(Scalar a, Scalar b) -> bool 2022-12-01T10:11:40.6832762Z processing existing schema: aten::eq.str(str a, str b) -> bool 2022-12-01T10:11:40.6834143Z processing existing schema: aten::eq.float_list(float[] a, float[] b) -> bool 2022-12-01T10:11:40.6835601Z processing existing schema: aten::eq.Tensor_list(Tensor[] a, Tensor[] b) -> bool 2022-12-01T10:11:40.6836970Z processing existing schema: aten::eq.bool_list(bool[] a, bool[] b) -> bool 2022-12-01T10:11:40.6838336Z processing existing schema: aten::eq.str_list(str[] a, str[] b) -> bool 2022-12-01T10:11:40.6839871Z processing existing schema: aten::gt.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.6841021Z processing existing schema: aten::gt.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:40.6842628Z processing existing schema: aten::gt.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6844141Z processing existing schema: aten::gt.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6845398Z processing existing schema: aten::gt.int(int a, int b) -> bool 2022-12-01T10:11:40.6846737Z processing existing schema: aten::gt.float(float a, float b) -> bool 2022-12-01T10:11:40.6848597Z processing existing schema: aten::gt.int_float(int a, float b) -> bool 2022-12-01T10:11:40.6849406Z processing existing schema: aten::gt.float_int(float a, int b) -> bool 2022-12-01T10:11:40.6850600Z processing existing schema: aten::gt(Scalar a, Scalar b) -> bool 2022-12-01T10:11:40.6851955Z processing existing schema: aten::gt.str(str a, str b) -> bool 2022-12-01T10:11:40.6853319Z processing existing schema: aten::ge.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.6854642Z processing existing schema: aten::ge.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:40.6856323Z processing existing schema: aten::ge.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6858075Z processing existing schema: aten::ge.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6859333Z processing existing schema: aten::ge.int(int a, int b) -> bool 2022-12-01T10:11:40.6860657Z processing existing schema: aten::ge.float(float a, float b) -> bool 2022-12-01T10:11:40.6861926Z processing existing schema: aten::ge.int_float(int a, float b) -> bool 2022-12-01T10:11:40.6863309Z processing existing schema: aten::ge.float_int(float a, int b) -> bool 2022-12-01T10:11:40.6864781Z processing existing schema: aten::ge(Scalar a, Scalar b) -> bool 2022-12-01T10:11:40.6866058Z processing existing schema: aten::ge.str(str a, str b) -> bool 2022-12-01T10:11:40.6867721Z processing existing schema: aten::trace_backward(Tensor grad, int[] sizes) -> Tensor 2022-12-01T10:11:40.6868446Z processing existing schema: aten::le.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.6869857Z processing existing schema: aten::le.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:40.6871475Z processing existing schema: aten::le.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6873084Z processing existing schema: aten::le.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6874433Z processing existing schema: aten::le.int(int a, int b) -> bool 2022-12-01T10:11:40.6875766Z processing existing schema: aten::le.float(float a, float b) -> bool 2022-12-01T10:11:40.6877131Z processing existing schema: aten::le.int_float(int a, float b) -> bool 2022-12-01T10:11:40.6878497Z processing existing schema: aten::le.float_int(float a, int b) -> bool 2022-12-01T10:11:40.6880070Z processing existing schema: aten::le(Scalar a, Scalar b) -> bool 2022-12-01T10:11:40.6881443Z processing existing schema: aten::le.str(str a, str b) -> bool 2022-12-01T10:11:40.6882853Z processing existing schema: aten::ne.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.6884244Z processing existing schema: aten::ne.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:40.6885910Z processing existing schema: aten::ne.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6887576Z processing existing schema: aten::ne.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6889120Z processing existing schema: aten::ne.int_list(int[] a, int[] b) -> bool 2022-12-01T10:11:40.6890733Z processing existing schema: aten::ne.device(Device a, Device b) -> bool 2022-12-01T10:11:40.6891518Z processing existing schema: aten::ne.bool(bool a, bool b) -> bool 2022-12-01T10:11:40.6892939Z processing existing schema: aten::ne.enum(AnyEnumType a, AnyEnumType b) -> bool 2022-12-01T10:11:40.6894205Z processing existing schema: aten::ne.int(int a, int b) -> bool 2022-12-01T10:11:40.6895505Z processing existing schema: aten::ne.complex(complex a, complex b) -> bool 2022-12-01T10:11:40.6896809Z processing existing schema: aten::ne.float(float a, float b) -> bool 2022-12-01T10:11:40.6898117Z processing existing schema: aten::ne.int_float(int a, float b) -> bool 2022-12-01T10:11:40.6899310Z processing existing schema: aten::ne.float_int(float a, int b) -> bool 2022-12-01T10:11:40.6900553Z processing existing schema: aten::ne.float_complex(float a, complex b) -> bool 2022-12-01T10:11:40.6901895Z processing existing schema: aten::ne.complex_float(complex a, float b) -> bool 2022-12-01T10:11:40.6903165Z processing existing schema: aten::ne(Scalar a, Scalar b) -> bool 2022-12-01T10:11:40.6904317Z processing existing schema: aten::ne.str(str a, str b) -> bool 2022-12-01T10:11:40.6905816Z processing existing schema: aten::ne.float_list(float[] a, float[] b) -> bool 2022-12-01T10:11:40.6907544Z processing existing schema: aten::ne.Tensor_list(Tensor[] a, Tensor[] b) -> bool 2022-12-01T10:11:40.6908491Z processing existing schema: aten::ne.bool_list(bool[] a, bool[] b) -> bool 2022-12-01T10:11:40.6909943Z processing existing schema: aten::ne.str_list(str[] a, str[] b) -> bool 2022-12-01T10:11:40.6911558Z processing existing schema: aten::fft_hfft(Tensor self, int? n=None, int dim=-1, str? norm=None) -> Tensor 2022-12-01T10:11:40.6913379Z processing existing schema: aten::fft_hfft.out(Tensor self, int? n=None, int dim=-1, str? norm=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6915335Z processing existing schema: aten::set_.source_Storage_storage_offset(Tensor(a!) self, Storage source, SymInt storage_offset, SymInt[] size, SymInt[] stride=[]) -> Tensor(a!) 2022-12-01T10:11:40.6916478Z processing existing schema: aten::set_.source_Tensor(Tensor(a!) self, Tensor source) -> Tensor(a!) 2022-12-01T10:11:40.6917818Z processing existing schema: aten::set_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.6919617Z processing existing schema: aten::set_.source_Storage(Tensor(a!) self, Storage source) -> Tensor(a!) 2022-12-01T10:11:40.6921522Z processing existing schema: aten::set_.source_Tensor_storage_offset(Tensor(a!) self, Tensor source, SymInt storage_offset, SymInt[] size, SymInt[] stride=[]) -> Tensor(a!) 2022-12-01T10:11:40.6922277Z processing existing schema: prim::is_cuda(Tensor a) -> bool 2022-12-01T10:11:40.6923790Z processing existing schema: quantized::mul_scalar_relu(Tensor qa, Scalar b) -> Tensor qc 2022-12-01T10:11:40.6925474Z processing existing schema: quantized::mul_scalar_relu.Tensor(Tensor qa, Tensor b) -> Tensor qc 2022-12-01T10:11:40.6926946Z processing existing schema: aten::copy_(Tensor(a!) self, Tensor src, bool non_blocking=False) -> Tensor(a!) 2022-12-01T10:11:40.6928384Z processing existing schema: aten::copy_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.6929865Z processing existing schema: aten::copy_.int(Tensor(a!) self, int other) -> Tensor(a!) 2022-12-01T10:11:40.6931402Z processing existing schema: aten::copy_.float(Tensor(a!) self, float other) -> Tensor(a!) 2022-12-01T10:11:40.6932922Z processing existing schema: aten::nuclear_norm(Tensor self, bool keepdim=False) -> Tensor 2022-12-01T10:11:40.6934650Z processing existing schema: aten::nuclear_norm.dim(Tensor self, int[2] dim, bool keepdim=False) -> Tensor 2022-12-01T10:11:40.6936159Z processing existing schema: aten::nuclear_norm.out(Tensor self, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6938110Z processing existing schema: aten::nuclear_norm.dim_out(Tensor self, int[2] dim, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6939485Z processing existing schema: aten::conj_physical_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.6941018Z processing existing schema: aten::einsum(str equation, Tensor[] tensors, *, int[]? path=None) -> Tensor 2022-12-01T10:11:40.6942426Z processing existing schema: aten::einsum.sublist(Tensor a, ...) -> Tensor 2022-12-01T10:11:40.6944170Z processing existing schema: aten::linalg_solve_triangular(Tensor self, Tensor B, *, bool upper, bool left=True, bool unitriangular=False) -> Tensor 2022-12-01T10:11:40.6946127Z processing existing schema: aten::linalg_solve_triangular.out(Tensor self, Tensor B, *, bool upper, bool left=True, bool unitriangular=False, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6947698Z processing existing schema: aten::addmm(Tensor self, Tensor mat1, Tensor mat2, *, Scalar beta=1, Scalar alpha=1) -> Tensor 2022-12-01T10:11:40.6949472Z processing existing schema: aten::addmm.out(Tensor self, Tensor mat1, Tensor mat2, *, Scalar beta=1, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6950908Z processing existing schema: aten::baddbmm(Tensor self, Tensor batch1, Tensor batch2, *, Scalar beta=1, Scalar alpha=1) -> Tensor 2022-12-01T10:11:40.6952827Z processing existing schema: aten::baddbmm.out(Tensor self, Tensor batch1, Tensor batch2, *, Scalar beta=1, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6954664Z processing existing schema: aten::baddbmm_(Tensor(a!) self, Tensor batch1, Tensor batch2, *, Scalar beta=1, Scalar alpha=1) -> Tensor(a!) 2022-12-01T10:11:40.6955752Z processing existing schema: aten::min.other(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.6957111Z processing existing schema: aten::min(Tensor self) -> Tensor 2022-12-01T10:11:40.6958433Z processing existing schema: aten::min.dim(Tensor self, int dim, bool keepdim=False) -> (Tensor values, Tensor indices) 2022-12-01T10:11:40.6960507Z processing existing schema: aten::min.dim_min(Tensor self, int dim, bool keepdim=False, *, Tensor(a!) min, Tensor(b!) min_indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-12-01T10:11:40.6961587Z processing existing schema: aten::min.names_dim(Tensor self, str dim, bool keepdim=False) -> (Tensor values, Tensor indices) 2022-12-01T10:11:40.6963593Z processing existing schema: aten::min.names_dim_min(Tensor self, str dim, bool keepdim=False, *, Tensor(a!) min, Tensor(b!) min_indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-12-01T10:11:40.6965021Z processing existing schema: aten::min.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6966840Z processing existing schema: aten::as_strided_(Tensor(a!) self, SymInt[] size, SymInt[] stride, SymInt? storage_offset=None) -> Tensor(a!) 2022-12-01T10:11:40.6968065Z processing existing schema: aten::squeeze_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.6969601Z processing existing schema: aten::squeeze_.dim(Tensor(a!) self, int dim) -> Tensor(a!) 2022-12-01T10:11:40.6971121Z processing existing schema: aten::squeeze_.dimname(Tensor(a!) self, str dim) -> Tensor(a!) 2022-12-01T10:11:40.6972459Z processing existing schema: aten::t_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.6973954Z processing existing schema: aten::unsqueeze_(Tensor(a!) self, int dim) -> Tensor(a!) 2022-12-01T10:11:40.6975121Z processing existing schema: aten::inverse(Tensor self) -> Tensor 2022-12-01T10:11:40.6976751Z processing existing schema: aten::inverse.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6978067Z processing existing schema: aten::swapaxes(Tensor(a) self, int axis0, int axis1) -> Tensor(a) 2022-12-01T10:11:40.6979690Z schema: prims::shift_right_arithmetic(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.6981349Z processing existing schema: aten::_nested_view_from_buffer(Tensor(a) self, Tensor nested_size, Tensor nested_strides, int[] offsets) -> Tensor(a) 2022-12-01T10:11:40.6982526Z processing existing schema: aten::is_complex(Tensor self) -> bool 2022-12-01T10:11:40.6984186Z processing existing schema: aten::linalg_diagonal(Tensor(a) A, *, int offset=0, int dim1=-2, int dim2=-1) -> Tensor(a) 2022-12-01T10:11:40.6985698Z processing existing schema: aten::unflatten.int(Tensor(a) self, int dim, int[] sizes) -> Tensor(a) 2022-12-01T10:11:40.6987368Z processing existing schema: aten::unflatten.Dimname(Tensor(a) self, str dim, int[] sizes, str[] names) -> Tensor(a) 2022-12-01T10:11:40.6988897Z schema: nvprims::exp(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.6990450Z processing existing schema: aten::_sparse_softmax.Dimname(Tensor self, str dim, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:40.6991685Z processing existing schema: aten::_sparse_softmax.int(Tensor self, int dim, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:40.6993168Z processing existing schema: aten::_sparse_softmax.out(Tensor self, int dim, bool half_to_float, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.6994607Z processing existing schema: aten::_sparse_softmax(Tensor self, int dim, bool half_to_float) -> Tensor 2022-12-01T10:11:40.6996287Z schema: nvprims::bitwise_xor(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.6997759Z processing existing schema: aten::_to_copy(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, bool non_blocking=False, MemoryFormat? memory_format=None) -> Tensor 2022-12-01T10:11:40.6999589Z processing existing schema: aten::_to_copy.out(Tensor self, *, bool non_blocking=False, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7001698Z processing existing schema: aten::upsample_nearest3d_backward.vec(Tensor grad_output, SymInt[]? output_size, SymInt[] input_size, float[]? scale_factors) -> Tensor 2022-12-01T10:11:40.7003549Z processing existing schema: aten::upsample_nearest3d_backward(Tensor grad_output, SymInt[3] output_size, SymInt[5] input_size, float? scales_d=None, float? scales_h=None, float? scales_w=None) -> Tensor 2022-12-01T10:11:40.7005858Z processing existing schema: aten::upsample_nearest3d_backward.grad_input(Tensor grad_output, SymInt[3] output_size, SymInt[5] input_size, float? scales_d=None, float? scales_h=None, float? scales_w=None, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.7007540Z processing existing schema: aten::upsample_nearest3d_backward.vec_out(Tensor grad_output, SymInt[]? output_size, SymInt[] input_size, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7008518Z processing existing schema: aten::l1_loss(Tensor self, Tensor target, int reduction=1) -> Tensor 2022-12-01T10:11:40.7009576Z processing existing schema: aten::log2(Tensor self) -> Tensor 2022-12-01T10:11:40.7011095Z processing existing schema: aten::log2.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7012248Z processing existing schema: aten::acos(Tensor self) -> Tensor 2022-12-01T10:11:40.7013732Z processing existing schema: aten::acos.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7015048Z processing existing schema: aten::acos.int(int a) -> float 2022-12-01T10:11:40.7016351Z processing existing schema: aten::acos.float(float a) -> float 2022-12-01T10:11:40.7018081Z processing existing schema: aten::acos.complex(complex a) -> complex 2022-12-01T10:11:40.7019476Z processing existing schema: aten::acos.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:40.7021081Z processing existing schema: aten::vsplit.int(Tensor(a -> *) self, int sections) -> Tensor(a)[] 2022-12-01T10:11:40.7022599Z processing existing schema: aten::vsplit.array(Tensor(a -> *) self, int[] indices) -> Tensor(a)[] 2022-12-01T10:11:40.7024372Z processing existing schema: aten::resize_(Tensor(a!) self, SymInt[] size, *, MemoryFormat? memory_format=None) -> Tensor(a!) 2022-12-01T10:11:40.7026633Z processing existing schema: quantized::conv_transpose2d_prepack(Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] output_padding, int[] dilation, int groups) -> __torch__.torch.classes.quantized.Conv2dPackedParamsBase 2022-12-01T10:11:40.7028419Z processing existing schema: aten::empty_like(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, MemoryFormat? memory_format=None) -> Tensor 2022-12-01T10:11:40.7030174Z processing existing schema: aten::empty_like.out(Tensor self, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7032096Z processing existing schema: aten::empty.memory_format(SymInt[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, MemoryFormat? memory_format=None) -> Tensor 2022-12-01T10:11:40.7033688Z processing existing schema: aten::empty.out(SymInt[] size, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7035838Z processing existing schema: aten::empty.names(int[] size, *, str[]? names, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, MemoryFormat? memory_format=None) -> Tensor 2022-12-01T10:11:40.7037708Z processing existing schema: aten::empty.names_out(int[] size, *, str[]? names, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7038654Z processing existing schema: aten::stride.int(Tensor self, int dim) -> int 2022-12-01T10:11:40.7040642Z processing existing schema: aten::stride.Dimname(Tensor self, str dim) -> int 2022-12-01T10:11:40.7041620Z processing existing schema: aten::stride(Tensor self) -> int[] 2022-12-01T10:11:40.7042974Z schema: prims::maximum(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.7043795Z schema: aten::_nested_tensor_from_mask(Tensor t, Tensor mask, bool mask_check=True) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.7045456Z schema: aten::_nested_tensor_from_mask.out(Tensor t, Tensor mask, bool mask_check=True, *, Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-12-01T10:11:40.7047364Z processing existing schema: aten::cauchy_(Tensor(a!) self, float median=0., float sigma=1., *, Generator? generator=None) -> Tensor(a!) 2022-12-01T10:11:40.7049679Z processing existing schema: aten::group_norm(Tensor input, int num_groups, Tensor? weight=None, Tensor? bias=None, float eps=1.0000000000000001e-05, bool cudnn_enabled=True) -> Tensor 2022-12-01T10:11:40.7051093Z processing existing schema: aten::geometric_(Tensor(a!) self, float p, *, Generator? generator=None) -> Tensor(a!) 2022-12-01T10:11:40.7052632Z processing existing schema: aten::multinomial(Tensor self, int num_samples, bool replacement=False, *, Generator? generator=None) -> Tensor 2022-12-01T10:11:40.7054619Z processing existing schema: aten::multinomial.out(Tensor self, int num_samples, bool replacement=False, *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7056130Z processing existing schema: aten::normal.Tensor_float(Tensor mean, float std=1., *, Generator? generator=None) -> Tensor 2022-12-01T10:11:40.7057964Z processing existing schema: aten::normal.Tensor_float_out(Tensor mean, float std=1., *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7059780Z processing existing schema: aten::normal.float_Tensor_out(float mean, Tensor std, *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7060928Z processing existing schema: aten::normal.float_Tensor(float mean, Tensor std, *, Generator? generator=None) -> Tensor 2022-12-01T10:11:40.7062754Z processing existing schema: aten::normal.Tensor_Tensor(Tensor mean, Tensor std, *, Generator? generator=None) -> Tensor 2022-12-01T10:11:40.7064270Z processing existing schema: aten::normal.Tensor_Tensor_out(Tensor mean, Tensor std, *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7066119Z processing existing schema: aten::normal.float_float(float mean, float std, int[] size, *, Generator? generator=None, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.7068126Z processing existing schema: aten::normal.float_float_out(float mean, float std, int[] size, *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7070035Z processing existing schema: aten::normal.out(Tensor self, float mean=0., float std=1., *, Generator? generator=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7071649Z processing existing schema: aten::random_.from(Tensor(a!) self, int from, int? to, *, Generator? generator=None) -> Tensor(a!) 2022-12-01T10:11:40.7073227Z processing existing schema: aten::random_.to(Tensor(a!) self, int to, *, Generator? generator=None) -> Tensor(a!) 2022-12-01T10:11:40.7074713Z processing existing schema: aten::random_(Tensor(a!) self, *, Generator? generator=None) -> Tensor(a!) 2022-12-01T10:11:40.7076029Z processing existing schema: prim::StringIndex(str string, int index) -> str 2022-12-01T10:11:40.7077790Z processing existing schema: quantized::batch_norm_relu(Tensor qx, Tensor? weight, Tensor? bias, Tensor mean, Tensor var, float eps, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.7079678Z processing existing schema: aten::det(Tensor self) -> Tensor 2022-12-01T10:11:40.7080086Z schema: aten::randperm(int n, *, ScalarType? dtype=4, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.7081092Z schema: aten::randperm.generator(int n, *, Generator? generator, ScalarType? dtype=4, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.7081389Z schema: aten::randperm.out(int n, *, Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-12-01T10:11:40.7082789Z schema: aten::randperm.generator_out(int n, *, Generator? generator, Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-12-01T10:11:40.7084408Z processing existing schema: prim::NumToTensor.Scalar(Scalar a) -> Tensor 2022-12-01T10:11:40.7085199Z processing existing schema: prim::NumToTensor.bool(bool a) -> Tensor 2022-12-01T10:11:40.7087077Z processing existing schema: quantized::batch_norm1d(Tensor qx, Tensor? weight, Tensor? bias, Tensor mean, Tensor var, float eps, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.7088275Z processing existing schema: aten::linalg_inv(Tensor A) -> Tensor 2022-12-01T10:11:40.7089751Z processing existing schema: aten::linalg_inv.out(Tensor A, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7091574Z processing existing schema: aten::uniform_(Tensor(a!) self, float from=0., float to=1., *, Generator? generator=None) -> Tensor(a!) 2022-12-01T10:11:40.7092920Z schema: nvprims::log(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.7094570Z processing existing schema: aten::_stack(Tensor[] tensors, int dim=0) -> Tensor 2022-12-01T10:11:40.7096068Z processing existing schema: aten::_stack.out(Tensor[] tensors, int dim=0, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7098530Z processing existing schema: aten::conv1d(Tensor input, Tensor weight, Tensor? bias=None, int[1] stride=[1], int[1] padding=[0], int[1] dilation=[1], int groups=1) -> Tensor 2022-12-01T10:11:40.7100824Z processing existing schema: aten::conv1d.padding(Tensor input, Tensor weight, Tensor? bias=None, int[1] stride=[1], str padding="valid", int[1] dilation=[1], int groups=1) -> Tensor 2022-12-01T10:11:40.7102132Z processing existing schema: aten::outer(Tensor self, Tensor vec2) -> Tensor 2022-12-01T10:11:40.7103709Z processing existing schema: aten::outer.out(Tensor self, Tensor vec2, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7105217Z processing existing schema: aten::conv_tbc(Tensor self, Tensor weight, Tensor bias, int pad=0) -> Tensor 2022-12-01T10:11:40.7107027Z processing existing schema: aten::conv_tbc.out(Tensor self, Tensor weight, Tensor bias, int pad=0, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7108689Z processing existing schema: aten::pad(Tensor self, int[] pad, str mode="constant", float? value=None) -> Tensor 2022-12-01T10:11:40.7111529Z processing existing schema: aten::conv_transpose1d(Tensor input, Tensor weight, Tensor? bias=None, int[1] stride=[1], int[1] padding=[0], int[1] output_padding=[0], int groups=1, int[1] dilation=[1]) -> Tensor 2022-12-01T10:11:40.7114044Z processing existing schema: aten::conv_transpose2d.input(Tensor input, Tensor weight, Tensor? bias=None, int[2] stride=1, int[2] padding=0, int[2] output_padding=0, int groups=1, int[2] dilation=1) -> Tensor 2022-12-01T10:11:40.7116031Z processing existing schema: aten::pairwise_distance(Tensor x1, Tensor x2, float p=2., float eps=9.9999999999999995e-07, bool keepdim=False) -> Tensor 2022-12-01T10:11:40.7118658Z processing existing schema: aten::conv_transpose3d.input(Tensor input, Tensor weight, Tensor? bias=None, int[3] stride=1, int[3] padding=0, int[3] output_padding=0, int groups=1, int[3] dilation=1) -> Tensor 2022-12-01T10:11:40.7120002Z processing existing schema: aten::clamp_min(Tensor self, Scalar min) -> Tensor 2022-12-01T10:11:40.7121549Z processing existing schema: aten::clamp_min.Tensor(Tensor self, Tensor min) -> Tensor 2022-12-01T10:11:40.7123057Z processing existing schema: aten::clamp_min.out(Tensor self, Scalar min, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7124715Z processing existing schema: aten::clamp_min.Tensor_out(Tensor self, Tensor min, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7126381Z processing existing schema: aten::nll_loss(Tensor self, Tensor target, Tensor? weight=None, int reduction=1, int ignore_index=-100) -> Tensor 2022-12-01T10:11:40.7128536Z processing existing schema: aten::nll_loss.out(Tensor self, Tensor target, Tensor? weight=None, int reduction=1, int ignore_index=-100, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7129621Z processing existing schema: aten::pdist(Tensor self, float p=2.) -> Tensor 2022-12-01T10:11:40.7131556Z processing existing schema: aten::convolution(Tensor input, Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, bool transposed, int[] output_padding, int groups) -> Tensor 2022-12-01T10:11:40.7133880Z processing existing schema: aten::convolution.out(Tensor input, Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, bool transposed, int[] output_padding, int groups, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7134952Z processing existing schema: aten::clamp_min_(Tensor(a!) self, Scalar min) -> Tensor(a!) 2022-12-01T10:11:40.7136374Z processing existing schema: aten::clamp_min_.Tensor(Tensor(a!) self, Tensor min) -> Tensor(a!) 2022-12-01T10:11:40.7137927Z processing existing schema: aten::nll_loss2d(Tensor self, Tensor target, Tensor? weight=None, int reduction=1, int ignore_index=-100) -> Tensor 2022-12-01T10:11:40.7139774Z processing existing schema: aten::nll_loss2d.out(Tensor self, Tensor target, Tensor? weight=None, int reduction=1, int ignore_index=-100, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7141728Z processing existing schema: aten::cudnn_convolution_transpose(Tensor self, Tensor weight, int[] padding, int[] output_padding, int[] stride, int[] dilation, int groups, bool benchmark, bool deterministic, bool allow_tf32) -> Tensor 2022-12-01T10:11:40.7143941Z processing existing schema: aten::cudnn_convolution_transpose.out(Tensor self, Tensor weight, int[] padding, int[] output_padding, int[] stride, int[] dilation, int groups, bool benchmark, bool deterministic, bool allow_tf32, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7144812Z processing existing schema: aten::neg(Tensor self) -> Tensor 2022-12-01T10:11:40.7146398Z processing existing schema: aten::neg.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7147618Z processing existing schema: aten::neg.int(int a) -> int 2022-12-01T10:11:40.7148876Z processing existing schema: aten::neg.float(float a) -> float 2022-12-01T10:11:40.7150195Z processing existing schema: aten::neg.complex(complex a) -> complex 2022-12-01T10:11:40.7151654Z processing existing schema: aten::neg.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:40.7153029Z processing existing schema: aten::chain_matmul(Tensor[] matrices) -> Tensor 2022-12-01T10:11:40.7154547Z processing existing schema: aten::chain_matmul.out(Tensor[] matrices, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7155954Z processing existing schema: aten::linalg_multi_dot(Tensor[] tensors) -> Tensor 2022-12-01T10:11:40.7157587Z processing existing schema: aten::linalg_multi_dot.out(Tensor[] tensors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7159113Z processing existing schema: aten::type_as(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.7160589Z processing existing schema: aten::linalg_cond(Tensor self, Scalar? p=None) -> Tensor 2022-12-01T10:11:40.7161997Z processing existing schema: aten::linalg_cond.p_str(Tensor self, str p) -> Tensor 2022-12-01T10:11:40.7163826Z processing existing schema: aten::linalg_cond.out(Tensor self, Scalar? p=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7165345Z processing existing schema: aten::linalg_cond.p_str_out(Tensor self, str p, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7166684Z schema: nvprims::atan2(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.7168287Z processing existing schema: aten::_thnn_fused_lstm_cell(Tensor input_gates, Tensor hidden_gates, Tensor cx, Tensor? input_bias=None, Tensor? hidden_bias=None) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:40.7170478Z processing existing schema: aten::_thnn_fused_lstm_cell.out(Tensor input_gates, Tensor hidden_gates, Tensor cx, Tensor? input_bias=None, Tensor? hidden_bias=None, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-12-01T10:11:40.7171869Z processing existing schema: aten::upsample_nearest2d.vec(Tensor input, SymInt[]? output_size, float[]? scale_factors) -> Tensor 2022-12-01T10:11:40.7173646Z processing existing schema: aten::upsample_nearest2d(Tensor self, SymInt[2] output_size, float? scales_h=None, float? scales_w=None) -> Tensor 2022-12-01T10:11:40.7175796Z processing existing schema: aten::upsample_nearest2d.out(Tensor self, SymInt[2] output_size, float? scales_h=None, float? scales_w=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7177683Z processing existing schema: aten::upsample_nearest2d.vec_out(Tensor input, SymInt[]? output_size, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7179169Z processing existing schema: aten::kl_div(Tensor self, Tensor target, int reduction=1, *, bool log_target=False) -> Tensor 2022-12-01T10:11:40.7180741Z processing existing schema: aten::lstm_cell(Tensor input, Tensor[] hx, Tensor w_ih, Tensor w_hh, Tensor? b_ih=None, Tensor? b_hh=None) -> (Tensor, Tensor) 2022-12-01T10:11:40.7182159Z processing existing schema: aten::softplus(Tensor self, Scalar beta=1, Scalar threshold=20) -> Tensor 2022-12-01T10:11:40.7183964Z processing existing schema: aten::softplus.out(Tensor self, Scalar beta=1, Scalar threshold=20, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7185581Z processing existing schema: quantized::conv_transpose3d_unpack(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> (Tensor unpacked_weights, Tensor? B_origin) 2022-12-01T10:11:40.7186936Z processing existing schema: aten::cdist(Tensor x1, Tensor x2, float p=2., int? compute_mode=None) -> Tensor 2022-12-01T10:11:40.7188558Z processing existing schema: aten::native_layer_norm(Tensor input, SymInt[] normalized_shape, Tensor? weight, Tensor? bias, float eps) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:40.7190594Z processing existing schema: aten::native_layer_norm.out(Tensor input, SymInt[] normalized_shape, Tensor? weight, Tensor? bias, float eps, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-12-01T10:11:40.7192486Z processing existing schema: aten::frobenius_norm(Tensor self) -> Tensor 2022-12-01T10:11:40.7193662Z processing existing schema: aten::frobenius_norm.dim(Tensor self, int[1] dim, bool keepdim=False) -> Tensor 2022-12-01T10:11:40.7195548Z processing existing schema: aten::frobenius_norm.out(Tensor self, int[1] dim, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7197156Z processing existing schema: aten::swapdims_(Tensor(a!) self, int dim0, int dim1) -> Tensor(a!) 2022-12-01T10:11:40.7198743Z processing existing schema: aten::swapaxes_(Tensor(a!) self, int axis0, int axis1) -> Tensor(a!) 2022-12-01T10:11:40.7200339Z processing existing schema: aten::divide.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.7201770Z processing existing schema: aten::divide.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:40.7203452Z processing existing schema: aten::divide.Tensor_mode(Tensor self, Tensor other, *, str? rounding_mode) -> Tensor 2022-12-01T10:11:40.7204382Z processing existing schema: aten::divide.Scalar_mode(Tensor self, Scalar other, *, str? rounding_mode) -> Tensor 2022-12-01T10:11:40.7206581Z processing existing schema: aten::divide.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7207824Z processing existing schema: aten::divide.out_mode(Tensor self, Tensor other, *, str? rounding_mode, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7209237Z processing existing schema: aten::divide_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.7210916Z processing existing schema: aten::divide_.Tensor_mode(Tensor(a!) self, Tensor other, *, str? rounding_mode) -> Tensor(a!) 2022-12-01T10:11:40.7212508Z processing existing schema: aten::divide_.Scalar_mode(Tensor(a!) self, Scalar other, *, str? rounding_mode) -> Tensor(a!) 2022-12-01T10:11:40.7213950Z processing existing schema: aten::divide_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:40.7215444Z processing existing schema: aten::true_divide.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.7216810Z processing existing schema: aten::true_divide.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:40.7218140Z processing existing schema: aten::true_divide.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7219682Z processing existing schema: aten::true_divide_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.7221181Z processing existing schema: aten::true_divide_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:40.7222579Z processing existing schema: aten::multiply.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.7223841Z processing existing schema: aten::multiply.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:40.7225965Z processing existing schema: aten::multiply.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7227074Z processing existing schema: aten::multiply_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.7228554Z processing existing schema: aten::multiply_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:40.7229818Z processing existing schema: aten::nonzero(Tensor self) -> Tensor 2022-12-01T10:11:40.7231591Z processing existing schema: aten::nonzero.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7232688Z processing existing schema: aten::unique_dim(Tensor self, int dim, bool sorted=True, bool return_inverse=False, bool return_counts=False) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:40.7234860Z processing existing schema: aten::unique_dim.out(Tensor self, int dim, bool sorted=True, bool return_inverse=False, bool return_counts=False, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-12-01T10:11:40.7236443Z processing existing schema: aten::unique_consecutive(Tensor self, bool return_inverse=False, bool return_counts=False, int? dim=None) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:40.7238414Z processing existing schema: aten::unique_consecutive.out(Tensor self, bool return_inverse=False, bool return_counts=False, int? dim=None, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-12-01T10:11:40.7239072Z schema: nvprims::log1p(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.7240895Z processing existing schema: aten::_standard_gamma(Tensor self, Generator? generator=None) -> Tensor 2022-12-01T10:11:40.7242516Z processing existing schema: aten::_standard_gamma.out(Tensor self, Generator? generator=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7243579Z processing existing schema: aten::unique_dim_consecutive(Tensor self, int dim, bool return_inverse=False, bool return_counts=False) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:40.7245934Z processing existing schema: aten::unique_dim_consecutive.out(Tensor self, int dim, bool return_inverse=False, bool return_counts=False, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-12-01T10:11:40.7246575Z schema: prims::sign(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.7247994Z processing existing schema: aten::_local_scalar_dense(Tensor self) -> Scalar 2022-12-01T10:11:40.7249085Z processing existing schema: aten::item(Tensor self) -> Scalar 2022-12-01T10:11:40.7250284Z processing existing schema: aten::is_nonzero(Tensor self) -> bool 2022-12-01T10:11:40.7252903Z processing existing schema: aten::allclose(Tensor self, Tensor other, float rtol=1.0000000000000001e-05, float atol=1e-08, bool equal_nan=False) -> bool 2022-12-01T10:11:40.7254675Z processing existing schema: aten::ones_like(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, MemoryFormat? memory_format=None) -> Tensor 2022-12-01T10:11:40.7256291Z processing existing schema: aten::ones_like.out(Tensor self, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7258261Z processing existing schema: aten::new_ones(Tensor self, SymInt[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.7259853Z processing existing schema: aten::new_ones.out(Tensor self, SymInt[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7262037Z processing existing schema: aten::new_full(Tensor self, SymInt[] size, Scalar fill_value, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.7263667Z processing existing schema: aten::new_full.out(Tensor self, SymInt[] size, Scalar fill_value, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7265157Z processing existing schema: aten::linalg_ldl_factor_ex(Tensor self, *, bool hermitian=False, bool check_errors=False) -> (Tensor LD, Tensor pivots, Tensor info) 2022-12-01T10:11:40.7267234Z processing existing schema: aten::linalg_ldl_factor_ex.out(Tensor self, *, bool hermitian=False, bool check_errors=False, Tensor(a!) LD, Tensor(b!) pivots, Tensor(c!) info) -> (Tensor(a!) LD, Tensor(b!) pivots, Tensor(c!) info) 2022-12-01T10:11:40.7268104Z processing existing schema: aten::linalg_matrix_power(Tensor self, int n) -> Tensor 2022-12-01T10:11:40.7269856Z processing existing schema: aten::linalg_matrix_power.out(Tensor self, int n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7271142Z processing existing schema: aten::linalg_pinv(Tensor self, float rcond, bool hermitian=False) -> Tensor 2022-12-01T10:11:40.7272877Z processing existing schema: aten::linalg_pinv.atol_rtol_float(Tensor self, *, float? atol=None, float? rtol=None, bool hermitian=False) -> Tensor 2022-12-01T10:11:40.7274675Z processing existing schema: aten::linalg_pinv.atol_rtol_tensor(Tensor self, *, Tensor? atol=None, Tensor? rtol=None, bool hermitian=False) -> Tensor 2022-12-01T10:11:40.7276556Z processing existing schema: aten::linalg_pinv.atol_rtol_tensor_out(Tensor self, *, Tensor? atol=None, Tensor? rtol=None, bool hermitian=False, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7278502Z processing existing schema: aten::linalg_pinv.atol_rtol_float_out(Tensor self, *, float? atol=None, float? rtol=None, bool hermitian=False, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7280438Z processing existing schema: aten::linalg_pinv.out(Tensor self, float rcond, bool hermitian=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7281969Z processing existing schema: aten::linalg_pinv.rcond_tensor(Tensor self, Tensor rcond, bool hermitian=False) -> Tensor 2022-12-01T10:11:40.7283773Z processing existing schema: aten::linalg_pinv.out_rcond_tensor(Tensor self, Tensor rcond, bool hermitian=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7284866Z processing existing schema: aten::linalg_slogdet(Tensor A) -> (Tensor sign, Tensor logabsdet) 2022-12-01T10:11:40.7286727Z processing existing schema: aten::linalg_slogdet.out(Tensor A, *, Tensor(a!) sign, Tensor(b!) logabsdet) -> (Tensor(a!) sign, Tensor(b!) logabsdet) 2022-12-01T10:11:40.7288004Z processing existing schema: aten::logdet(Tensor self) -> Tensor 2022-12-01T10:11:40.7289609Z schema: prims::real(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.7291095Z processing existing schema: aten::_linalg_det(Tensor A) -> (Tensor result, Tensor LU, Tensor pivots) 2022-12-01T10:11:40.7293215Z processing existing schema: aten::_linalg_det.result(Tensor A, *, Tensor(a!) result, Tensor(b!) LU, Tensor(c!) pivots) -> (Tensor(a!) result, Tensor(b!) LU, Tensor(c!) pivots) 2022-12-01T10:11:40.7294098Z processing existing schema: aten::special_ndtri(Tensor self) -> Tensor 2022-12-01T10:11:40.7296145Z processing existing schema: aten::special_ndtri.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7297256Z schema: prims::neg(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.7298231Z processing existing schema: aten::_linalg_slogdet(Tensor A) -> (Tensor sign, Tensor logabsdet, Tensor LU, Tensor pivots) 2022-12-01T10:11:40.7300411Z processing existing schema: aten::_linalg_slogdet.sign(Tensor A, *, Tensor(a!) sign, Tensor(b!) logabsdet, Tensor(c!) LU, Tensor(d!) pivots) -> (Tensor(a!) sign, Tensor(b!) logabsdet, Tensor(c!) LU, Tensor(d!) pivots) 2022-12-01T10:11:40.7301204Z processing existing schema: aten::special_psi(Tensor self) -> Tensor 2022-12-01T10:11:40.7302895Z processing existing schema: aten::special_psi.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7304077Z schema: prims::rsqrt(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.7305621Z processing existing schema: aten::_linalg_svd(Tensor A, bool full_matrices=False, bool compute_uv=True, *, str? driver=None) -> (Tensor U, Tensor S, Tensor Vh) 2022-12-01T10:11:40.7308093Z processing existing schema: aten::_linalg_svd.U(Tensor A, bool full_matrices=False, bool compute_uv=True, *, str? driver=None, Tensor(a!) U, Tensor(b!) S, Tensor(c!) Vh) -> (Tensor(a!) U, Tensor(b!) S, Tensor(c!) Vh) 2022-12-01T10:11:40.7309568Z processing existing schema: aten::linalg_lu_solve(Tensor LU, Tensor pivots, Tensor B, *, bool left=True, bool adjoint=False) -> Tensor 2022-12-01T10:11:40.7311791Z processing existing schema: aten::linalg_lu_solve.out(Tensor LU, Tensor pivots, Tensor B, *, bool left=True, bool adjoint=False, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7313142Z processing existing schema: aten::linalg_lu_factor_ex(Tensor A, *, bool pivot=True, bool check_errors=False) -> (Tensor LU, Tensor pivots, Tensor info) 2022-12-01T10:11:40.7315336Z processing existing schema: aten::linalg_lu_factor_ex.out(Tensor A, *, bool pivot=True, bool check_errors=False, Tensor(a!) LU, Tensor(b!) pivots, Tensor(c!) info) -> (Tensor(a!) LU, Tensor(b!) pivots, Tensor(c!) info) 2022-12-01T10:11:40.7316564Z processing existing schema: aten::linalg_matrix_exp(Tensor self) -> Tensor 2022-12-01T10:11:40.7318106Z processing existing schema: aten::linalg_matrix_exp.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7319433Z schema: prims::round(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.7321262Z processing existing schema: aten::_linalg_solve_ex(Tensor A, Tensor B, *, bool left=True, bool check_errors=False) -> (Tensor result, Tensor LU, Tensor pivots, Tensor info) 2022-12-01T10:11:40.7323650Z processing existing schema: aten::_linalg_solve_ex.result(Tensor A, Tensor B, *, bool left=True, bool check_errors=False, Tensor(a!) result, Tensor(b!) LU, Tensor(c!) pivots, Tensor(d!) info) -> (Tensor(a!) result, Tensor(b!) LU, Tensor(c!) pivots, Tensor(d!) info) 2022-12-01T10:11:40.7324928Z processing existing schema: aten::special_round(Tensor self, *, int decimals=0) -> Tensor 2022-12-01T10:11:40.7326660Z processing existing schema: aten::special_round.out(Tensor self, *, int decimals=0, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7328119Z processing existing schema: aten::linalg_cross(Tensor self, Tensor other, *, int dim=-1) -> Tensor 2022-12-01T10:11:40.7329957Z processing existing schema: aten::linalg_cross.out(Tensor self, Tensor other, *, int dim=-1, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7331603Z schema: prims::log10(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.7332586Z processing existing schema: aten::_linalg_check_errors(Tensor info, str api_name, *, bool is_matrix) -> () 2022-12-01T10:11:40.7333988Z processing existing schema: aten::special_ndtr(Tensor self) -> Tensor 2022-12-01T10:11:40.7335772Z processing existing schema: aten::special_ndtr.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7337394Z processing existing schema: aten::nll_loss_forward(Tensor self, Tensor target, Tensor? weight, int reduction, int ignore_index) -> (Tensor output, Tensor total_weight) 2022-12-01T10:11:40.7339561Z processing existing schema: aten::nll_loss_forward.output(Tensor self, Tensor target, Tensor? weight, int reduction, int ignore_index, *, Tensor(a!) output, Tensor(b!) total_weight) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:40.7340545Z processing existing schema: aten::nll_loss2d_forward(Tensor self, Tensor target, Tensor? weight, int reduction, int ignore_index) -> (Tensor output, Tensor total_weight) 2022-12-01T10:11:40.7342659Z processing existing schema: aten::nll_loss2d_forward.output(Tensor self, Tensor target, Tensor? weight, int reduction, int ignore_index, *, Tensor(a!) output, Tensor(b!) total_weight) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:40.7344186Z processing existing schema: aten::nll_loss_backward(Tensor grad_output, Tensor self, Tensor target, Tensor? weight, int reduction, int ignore_index, Tensor total_weight) -> Tensor 2022-12-01T10:11:40.7346241Z processing existing schema: aten::nll_loss_backward.grad_input(Tensor grad_output, Tensor self, Tensor target, Tensor? weight, int reduction, int ignore_index, Tensor total_weight, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.7347911Z processing existing schema: aten::nll_loss2d_backward(Tensor grad_output, Tensor self, Tensor target, Tensor? weight, int reduction, int ignore_index, Tensor total_weight) -> Tensor 2022-12-01T10:11:40.7349881Z processing existing schema: aten::nll_loss2d_backward.grad_input(Tensor grad_output, Tensor self, Tensor target, Tensor? weight, int reduction, int ignore_index, Tensor total_weight, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.7351456Z processing existing schema: aten::binary_cross_entropy_backward(Tensor grad_output, Tensor self, Tensor target, Tensor? weight=None, int reduction=1) -> Tensor 2022-12-01T10:11:40.7353349Z processing existing schema: aten::binary_cross_entropy_backward.grad_input(Tensor grad_output, Tensor self, Tensor target, Tensor? weight=None, int reduction=1, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.7355320Z processing existing schema: aten::im2col(Tensor self, int[2] kernel_size, int[2] dilation, int[2] padding, int[2] stride) -> Tensor 2022-12-01T10:11:40.7357765Z processing existing schema: aten::im2col.out(Tensor self, int[2] kernel_size, int[2] dilation, int[2] padding, int[2] stride, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7360241Z processing existing schema: aten::col2im(Tensor self, SymInt[2] output_size, int[2] kernel_size, int[2] dilation, int[2] padding, int[2] stride) -> Tensor 2022-12-01T10:11:40.7362844Z processing existing schema: aten::col2im.out(Tensor self, SymInt[2] output_size, int[2] kernel_size, int[2] dilation, int[2] padding, int[2] stride, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7364515Z processing existing schema: aten::embedding(Tensor weight, Tensor indices, int padding_idx=-1, bool scale_grad_by_freq=False, bool sparse=False) -> Tensor 2022-12-01T10:11:40.7366469Z processing existing schema: aten::embedding.out(Tensor weight, Tensor indices, int padding_idx=-1, bool scale_grad_by_freq=False, bool sparse=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7368052Z processing existing schema: aten::embedding_dense_backward(Tensor grad_output, Tensor indices, SymInt num_weights, int padding_idx, bool scale_grad_by_freq) -> Tensor 2022-12-01T10:11:40.7369866Z processing existing schema: aten::embedding_dense_backward.out(Tensor grad_output, Tensor indices, SymInt num_weights, int padding_idx, bool scale_grad_by_freq, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7371645Z processing existing schema: aten::grid_sampler_2d_backward(Tensor grad_output, Tensor input, Tensor grid, int interpolation_mode, int padding_mode, bool align_corners, bool[2] output_mask) -> (Tensor, Tensor) 2022-12-01T10:11:40.7373810Z processing existing schema: aten::grid_sampler_2d_backward.out(Tensor grad_output, Tensor input, Tensor grid, int interpolation_mode, int padding_mode, bool align_corners, bool[2] output_mask, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:40.7375258Z schema: aten::grid_sampler_3d_backward(Tensor grad_output, Tensor input, Tensor grid, int interpolation_mode, int padding_mode, bool align_corners, bool[2] output_mask) -> (Tensor, Tensor) found on allowlist, skipping 2022-12-01T10:11:40.7377132Z schema: aten::grid_sampler_3d_backward.out(Tensor grad_output, Tensor input, Tensor grid, int interpolation_mode, int padding_mode, bool align_corners, bool[2] output_mask, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) found on allowlist, skipping 2022-12-01T10:11:40.7378244Z processing existing schema: aten::cudnn_grid_sampler_backward(Tensor self, Tensor grid, Tensor grad_output) -> (Tensor grad_self, Tensor grad_grid) 2022-12-01T10:11:40.7379822Z processing existing schema: aten::cudnn_grid_sampler_backward.out(Tensor self, Tensor grid, Tensor grad_output, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:40.7381034Z processing existing schema: aten::cudnn_grid_sampler(Tensor self, Tensor grid) -> Tensor output 2022-12-01T10:11:40.7382769Z processing existing schema: aten::cudnn_grid_sampler.out(Tensor self, Tensor grid, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7384317Z processing existing schema: aten::constant_pad_nd(Tensor self, int[] pad, Scalar value=0) -> Tensor 2022-12-01T10:11:40.7386015Z processing existing schema: aten::constant_pad_nd.out(Tensor self, int[] pad, Scalar value=0, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7387469Z processing existing schema: aten::reflection_pad3d(Tensor self, int[6] padding) -> Tensor 2022-12-01T10:11:40.7389405Z processing existing schema: aten::reflection_pad3d.out(Tensor self, int[6] padding, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7390240Z processing existing schema: aten::IntImplicit(Tensor a) -> int 2022-12-01T10:11:40.7391713Z processing existing schema: quantized::clamp(Tensor qx, Scalar? min=None, Scalar? max=None) -> Tensor qy 2022-12-01T10:11:40.7393306Z processing existing schema: aten::replication_pad1d_backward(Tensor grad_output, Tensor self, int[2] padding) -> Tensor 2022-12-01T10:11:40.7395287Z processing existing schema: aten::replication_pad1d_backward.grad_input(Tensor grad_output, Tensor self, int[2] padding, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.7396681Z processing existing schema: aten::backward(Tensor self, Tensor? gradient=None, bool? retain_graph=None, bool create_graph=False) -> () 2022-12-01T10:11:40.7398374Z processing existing schema: aten::backward.TensorList(Tensor[] tensors, Tensor?[]? grad_tensors=None, bool? retain_graph=None, bool create_graph=False) -> () 2022-12-01T10:11:40.7400103Z processing existing schema: quantized::conv2d_dynamic(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, bool reduce_range=False) -> Tensor 2022-12-01T10:11:40.7401492Z processing existing schema: aten::replication_pad2d_backward(Tensor grad_output, Tensor self, int[4] padding) -> Tensor 2022-12-01T10:11:40.7403332Z processing existing schema: aten::replication_pad2d_backward.grad_input(Tensor grad_output, Tensor self, int[4] padding, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.7404529Z processing existing schema: prim::BailOut(...) -> Tensor(a) 2022-12-01T10:11:40.7406308Z processing existing schema: quantized::conv_transpose1d_dynamic(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, bool reduce_range=False) -> Tensor 2022-12-01T10:11:40.7407823Z processing existing schema: aten::replication_pad3d_backward(Tensor grad_output, Tensor self, int[6] padding) -> Tensor 2022-12-01T10:11:40.7409941Z processing existing schema: aten::replication_pad3d_backward.grad_input(Tensor grad_output, Tensor self, int[6] padding, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.7410759Z processing existing schema: prim::RequiresGradCheck(...) -> ... 2022-12-01T10:11:40.7412864Z processing existing schema: quantized::conv_transpose3d_dynamic(Tensor qx, __torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weight, bool reduce_range=False) -> Tensor 2022-12-01T10:11:40.7414105Z processing existing schema: aten::reflection_pad1d_backward(Tensor grad_output, Tensor self, int[2] padding) -> Tensor 2022-12-01T10:11:40.7416070Z processing existing schema: aten::reflection_pad1d_backward.grad_input(Tensor grad_output, Tensor self, int[2] padding, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.7417016Z processing existing schema: aten::Int.Tensor(Tensor a) -> int 2022-12-01T10:11:40.7419023Z processing existing schema: aten::Int.bool(bool a) -> int 2022-12-01T10:11:40.7419517Z processing existing schema: aten::Int.float(float a) -> int 2022-12-01T10:11:40.7420717Z processing existing schema: aten::Int.Scalar(Scalar a) -> int 2022-12-01T10:11:40.7421722Z processing existing schema: aten::Int.str(str a) -> int 2022-12-01T10:11:40.7423304Z processing existing schema: quantized::cat_relu(Tensor[] qx, int dim, float? scale, int? zero_point) -> Tensor 2022-12-01T10:11:40.7425154Z processing existing schema: aten::reflection_pad2d_backward(Tensor grad_output, Tensor self, int[4] padding) -> Tensor 2022-12-01T10:11:40.7426777Z processing existing schema: aten::reflection_pad2d_backward.grad_input(Tensor grad_output, Tensor self, int[4] padding, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.7427653Z processing existing schema: aten::ComplexImplicit(Tensor a) -> complex 2022-12-01T10:11:40.7429531Z processing existing schema: quantized::cat_relu_out(Tensor[] qx, int dim, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7430805Z processing existing schema: aten::reflection_pad3d_backward(Tensor grad_output, Tensor self, int[6] padding) -> Tensor 2022-12-01T10:11:40.7432750Z processing existing schema: aten::reflection_pad3d_backward.grad_input(Tensor grad_output, Tensor self, int[6] padding, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.7433436Z processing existing schema: aten::ScalarImplicit(Tensor a) -> Scalar 2022-12-01T10:11:40.7435349Z processing existing schema: quantized::conv1d(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.7436639Z processing existing schema: aten::upsample_bicubic2d.vec(Tensor input, SymInt[]? output_size, bool align_corners, float[]? scale_factors) -> Tensor 2022-12-01T10:11:40.7438535Z processing existing schema: aten::upsample_bicubic2d(Tensor self, SymInt[2] output_size, bool align_corners, float? scales_h=None, float? scales_w=None) -> Tensor 2022-12-01T10:11:40.7440556Z processing existing schema: aten::upsample_bicubic2d.out(Tensor self, SymInt[2] output_size, bool align_corners, float? scales_h=None, float? scales_w=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7442237Z processing existing schema: aten::upsample_bicubic2d.vec_out(Tensor input, SymInt[]? output_size, bool align_corners, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7443674Z processing existing schema: aten::upsample_bilinear2d.vec(Tensor input, SymInt[]? output_size, bool align_corners, float[]? scale_factors) -> Tensor 2022-12-01T10:11:40.7445523Z processing existing schema: aten::upsample_bilinear2d(Tensor self, SymInt[2] output_size, bool align_corners, float? scales_h=None, float? scales_w=None) -> Tensor 2022-12-01T10:11:40.7447489Z processing existing schema: aten::upsample_bilinear2d.out(Tensor self, SymInt[2] output_size, bool align_corners, float? scales_h=None, float? scales_w=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7449447Z processing existing schema: aten::upsample_bilinear2d.vec_out(Tensor input, SymInt[]? output_size, bool align_corners, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7450702Z processing existing schema: aten::upsample_linear1d.vec(Tensor input, SymInt[]? output_size, bool align_corners, float[]? scale_factors) -> Tensor 2022-12-01T10:11:40.7452380Z processing existing schema: aten::upsample_linear1d(Tensor self, SymInt[1] output_size, bool align_corners, float? scales=None) -> Tensor 2022-12-01T10:11:40.7454291Z processing existing schema: aten::upsample_linear1d.out(Tensor self, SymInt[1] output_size, bool align_corners, float? scales=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7456120Z processing existing schema: aten::upsample_linear1d.vec_out(Tensor input, SymInt[]? output_size, bool align_corners, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7457663Z processing existing schema: aten::upsample_nearest3d.vec(Tensor input, SymInt[]? output_size, float[]? scale_factors) -> Tensor 2022-12-01T10:11:40.7459382Z processing existing schema: aten::upsample_nearest3d(Tensor self, SymInt[3] output_size, float? scales_d=None, float? scales_h=None, float? scales_w=None) -> Tensor 2022-12-01T10:11:40.7461455Z processing existing schema: aten::upsample_nearest3d.out(Tensor self, SymInt[3] output_size, float? scales_d=None, float? scales_h=None, float? scales_w=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7463166Z processing existing schema: aten::upsample_nearest3d.vec_out(Tensor input, SymInt[]? output_size, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7464708Z processing existing schema: aten::upsample_trilinear3d.vec(Tensor input, SymInt[]? output_size, bool align_corners, float[]? scale_factors) -> Tensor 2022-12-01T10:11:40.7466514Z processing existing schema: aten::upsample_trilinear3d(Tensor self, SymInt[3] output_size, bool align_corners, float? scales_d=None, float? scales_h=None, float? scales_w=None) -> Tensor 2022-12-01T10:11:40.7468690Z processing existing schema: aten::upsample_trilinear3d.out(Tensor self, SymInt[3] output_size, bool align_corners, float? scales_d=None, float? scales_h=None, float? scales_w=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7470439Z processing existing schema: aten::upsample_trilinear3d.vec_out(Tensor input, SymInt[]? output_size, bool align_corners, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7471996Z processing existing schema: aten::upsample_bicubic2d_backward.vec(Tensor grad_output, SymInt[]? output_size, SymInt[] input_size, bool align_corners, float[]? scale_factors) -> Tensor 2022-12-01T10:11:40.7473941Z processing existing schema: aten::upsample_bicubic2d_backward(Tensor grad_output, SymInt[2] output_size, SymInt[4] input_size, bool align_corners, float? scales_h=None, float? scales_w=None) -> Tensor 2022-12-01T10:11:40.7476309Z processing existing schema: aten::upsample_bicubic2d_backward.grad_input(Tensor grad_output, SymInt[2] output_size, SymInt[4] input_size, bool align_corners, float? scales_h=None, float? scales_w=None, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.7478210Z processing existing schema: aten::upsample_bicubic2d_backward.vec_out(Tensor grad_output, SymInt[]? output_size, SymInt[] input_size, bool align_corners, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7480199Z processing existing schema: aten::upsample_bilinear2d_backward.vec(Tensor grad_output, SymInt[]? output_size, SymInt[] input_size, bool align_corners, float[]? scale_factors) -> Tensor 2022-12-01T10:11:40.7482025Z processing existing schema: aten::upsample_bilinear2d_backward(Tensor grad_output, SymInt[2] output_size, SymInt[4] input_size, bool align_corners, float? scales_h=None, float? scales_w=None) -> Tensor 2022-12-01T10:11:40.7484233Z processing existing schema: aten::upsample_bilinear2d_backward.grad_input(Tensor grad_output, SymInt[2] output_size, SymInt[4] input_size, bool align_corners, float? scales_h=None, float? scales_w=None, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.7486132Z processing existing schema: aten::upsample_bilinear2d_backward.vec_out(Tensor grad_output, SymInt[]? output_size, SymInt[] input_size, bool align_corners, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7487793Z processing existing schema: aten::upsample_linear1d_backward.vec(Tensor grad_output, SymInt[]? output_size, SymInt[] input_size, bool align_corners, float[]? scale_factors) -> Tensor 2022-12-01T10:11:40.7489546Z processing existing schema: aten::upsample_linear1d_backward(Tensor grad_output, SymInt[1] output_size, SymInt[3] input_size, bool align_corners, float? scales=None) -> Tensor 2022-12-01T10:11:40.7491704Z processing existing schema: aten::upsample_linear1d_backward.grad_input(Tensor grad_output, SymInt[1] output_size, SymInt[3] input_size, bool align_corners, float? scales=None, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.7493664Z processing existing schema: aten::upsample_linear1d_backward.vec_out(Tensor grad_output, SymInt[]? output_size, SymInt[] input_size, bool align_corners, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7495203Z processing existing schema: aten::upsample_nearest1d_backward.vec(Tensor grad_output, SymInt[]? output_size, SymInt[] input_size, float[]? scale_factors) -> Tensor 2022-12-01T10:11:40.7496909Z processing existing schema: aten::upsample_nearest1d_backward(Tensor grad_output, SymInt[1] output_size, SymInt[3] input_size, float? scales=None) -> Tensor 2022-12-01T10:11:40.7498988Z processing existing schema: aten::upsample_nearest1d_backward.grad_input(Tensor grad_output, SymInt[1] output_size, SymInt[3] input_size, float? scales=None, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.7500831Z processing existing schema: aten::upsample_nearest1d_backward.vec_out(Tensor grad_output, SymInt[]? output_size, SymInt[] input_size, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7502526Z processing existing schema: aten::upsample_nearest2d_backward.vec(Tensor grad_output, SymInt[]? output_size, SymInt[] input_size, float[]? scale_factors) -> Tensor 2022-12-01T10:11:40.7504334Z processing existing schema: aten::upsample_nearest2d_backward(Tensor grad_output, SymInt[2] output_size, SymInt[4] input_size, float? scales_h=None, float? scales_w=None) -> Tensor 2022-12-01T10:11:40.7506562Z processing existing schema: aten::upsample_nearest2d_backward.grad_input(Tensor grad_output, SymInt[2] output_size, SymInt[4] input_size, float? scales_h=None, float? scales_w=None, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.7508411Z processing existing schema: aten::upsample_nearest2d_backward.vec_out(Tensor grad_output, SymInt[]? output_size, SymInt[] input_size, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7510113Z processing existing schema: aten::upsample_trilinear3d_backward.vec(Tensor grad_output, SymInt[]? output_size, SymInt[] input_size, bool align_corners, float[]? scale_factors) -> Tensor 2022-12-01T10:11:40.7512131Z processing existing schema: aten::upsample_trilinear3d_backward(Tensor grad_output, SymInt[3] output_size, SymInt[5] input_size, bool align_corners, float? scales_d=None, float? scales_h=None, float? scales_w=None) -> Tensor 2022-12-01T10:11:40.7514510Z processing existing schema: aten::upsample_trilinear3d_backward.grad_input(Tensor grad_output, SymInt[3] output_size, SymInt[5] input_size, bool align_corners, float? scales_d=None, float? scales_h=None, float? scales_w=None, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.7516373Z processing existing schema: aten::upsample_trilinear3d_backward.vec_out(Tensor grad_output, SymInt[]? output_size, SymInt[] input_size, bool align_corners, float[]? scale_factors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7517604Z processing existing schema: aten::one_hot(Tensor self, int num_classes=-1) -> Tensor 2022-12-01T10:11:40.7519546Z processing existing schema: aten::native_batch_norm(Tensor input, Tensor? weight, Tensor? bias, Tensor? running_mean, Tensor? running_var, bool training, float momentum, float eps) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:40.7521870Z processing existing schema: aten::native_batch_norm.out(Tensor input, Tensor? weight, Tensor? bias, Tensor? running_mean, Tensor? running_var, bool training, float momentum, float eps, *, Tensor(a!) out, Tensor(b!) save_mean, Tensor(c!) save_invstd) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-12-01T10:11:40.7523456Z processing existing schema: aten::cudnn_batch_norm(Tensor input, Tensor weight, Tensor? bias, Tensor? running_mean, Tensor? running_var, bool training, float exponential_average_factor, float epsilon) -> (Tensor, Tensor, Tensor, Tensor) 2022-12-01T10:11:40.7526473Z processing existing schema: aten::cudnn_batch_norm.out(Tensor input, Tensor weight, Tensor? bias, Tensor? running_mean, Tensor? running_var, bool training, float exponential_average_factor, float epsilon, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2, Tensor(d!) out3) -> (Tensor(a!), Tensor(b!), Tensor(c!), Tensor(d!)) 2022-12-01T10:11:40.7527535Z processing existing schema: aten::miopen_batch_norm(Tensor input, Tensor weight, Tensor? bias, Tensor? running_mean, Tensor? running_var, bool training, float exponential_average_factor, float epsilon) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:40.7529645Z processing existing schema: aten::miopen_batch_norm.out(Tensor input, Tensor weight, Tensor? bias, Tensor? running_mean, Tensor? running_var, bool training, float exponential_average_factor, float epsilon, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-12-01T10:11:40.7531417Z processing existing schema: aten::native_batch_norm_backward(Tensor grad_out, Tensor input, Tensor? weight, Tensor? running_mean, Tensor? running_var, Tensor? save_mean, Tensor? save_invstd, bool train, float eps, bool[3] output_mask) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:40.7534067Z processing existing schema: aten::native_batch_norm_backward.out(Tensor grad_out, Tensor input, Tensor? weight, Tensor? running_mean, Tensor? running_var, Tensor? save_mean, Tensor? save_invstd, bool train, float eps, bool[3] output_mask, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-12-01T10:11:40.7535728Z processing existing schema: aten::cudnn_batch_norm_backward(Tensor input, Tensor grad_output, Tensor weight, Tensor? running_mean, Tensor? running_var, Tensor? save_mean, Tensor? save_var, float epsilon, Tensor reserveSpace) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:40.7538064Z processing existing schema: aten::cudnn_batch_norm_backward.out(Tensor input, Tensor grad_output, Tensor weight, Tensor? running_mean, Tensor? running_var, Tensor? save_mean, Tensor? save_var, float epsilon, Tensor reserveSpace, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-12-01T10:11:40.7539452Z processing existing schema: aten::miopen_batch_norm_backward(Tensor input, Tensor grad_output, Tensor weight, Tensor? running_mean, Tensor? running_var, Tensor? save_mean, Tensor? save_var, float epsilon) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:40.7541620Z processing existing schema: aten::miopen_batch_norm_backward.out(Tensor input, Tensor grad_output, Tensor weight, Tensor? running_mean, Tensor? running_var, Tensor? save_mean, Tensor? save_var, float epsilon, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-12-01T10:11:40.7543013Z processing existing schema: aten::native_group_norm(Tensor input, Tensor? weight, Tensor? bias, SymInt N, SymInt C, SymInt HxW, int group, float eps) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:40.7545214Z processing existing schema: aten::native_group_norm.out(Tensor input, Tensor? weight, Tensor? bias, SymInt N, SymInt C, SymInt HxW, int group, float eps, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-12-01T10:11:40.7547026Z processing existing schema: aten::native_group_norm_backward(Tensor grad_out, Tensor input, Tensor mean, Tensor rstd, Tensor? weight, SymInt N, SymInt C, SymInt HxW, int group, bool[3] output_mask) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:40.7549408Z processing existing schema: aten::native_group_norm_backward.out(Tensor grad_out, Tensor input, Tensor mean, Tensor rstd, Tensor? weight, SymInt N, SymInt C, SymInt HxW, int group, bool[3] output_mask, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-12-01T10:11:40.7551110Z processing existing schema: aten::native_layer_norm_backward(Tensor grad_out, Tensor input, SymInt[] normalized_shape, Tensor mean, Tensor rstd, Tensor? weight, Tensor? bias, bool[3] output_mask) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:40.7553808Z processing existing schema: aten::native_layer_norm_backward.out(Tensor grad_out, Tensor input, SymInt[] normalized_shape, Tensor mean, Tensor rstd, Tensor? weight, Tensor? bias, bool[3] output_mask, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) 2022-12-01T10:11:40.7554547Z processing existing schema: prim::EnumValue.int(AnyEnumType enum) -> int 2022-12-01T10:11:40.7555878Z processing existing schema: prim::EnumValue.float(AnyEnumType enum) -> float 2022-12-01T10:11:40.7557076Z processing existing schema: prim::EnumValue.str(AnyEnumType enum) -> str 2022-12-01T10:11:40.7559002Z processing existing schema: quantized::batch_norm(Tensor qx, Tensor? weight, Tensor? bias, Tensor mean, Tensor var, float eps, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.7561267Z processing existing schema: aten::avg_pool2d(Tensor self, int[2] kernel_size, int[2] stride=[], int[2] padding=0, bool ceil_mode=False, bool count_include_pad=True, int? divisor_override=None) -> Tensor 2022-12-01T10:11:40.7563772Z processing existing schema: aten::avg_pool2d.out(Tensor self, int[2] kernel_size, int[2] stride=[], int[2] padding=0, bool ceil_mode=False, bool count_include_pad=True, int? divisor_override=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7566076Z processing existing schema: aten::avg_pool2d_backward(Tensor grad_output, Tensor self, int[2] kernel_size, int[2] stride, int[2] padding, bool ceil_mode, bool count_include_pad, int? divisor_override) -> Tensor 2022-12-01T10:11:40.7568340Z processing existing schema: aten::avg_pool2d_backward.grad_input(Tensor grad_output, Tensor self, int[2] kernel_size, int[2] stride, int[2] padding, bool ceil_mode, bool count_include_pad, int? divisor_override, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.7570272Z processing existing schema: aten::avg_pool3d_backward(Tensor grad_output, Tensor self, int[3] kernel_size, int[3] stride, int[3] padding, bool ceil_mode, bool count_include_pad, int? divisor_override) -> Tensor 2022-12-01T10:11:40.7573040Z processing existing schema: aten::avg_pool3d_backward.grad_input(Tensor grad_output, Tensor self, int[3] kernel_size, int[3] stride, int[3] padding, bool ceil_mode, bool count_include_pad, int? divisor_override, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.7573498Z processing existing schema: aten::adaptive_max_pool2d(Tensor self, int[2] output_size) -> (Tensor, Tensor) 2022-12-01T10:11:40.7575484Z processing existing schema: aten::adaptive_max_pool2d.out(Tensor self, int[2] output_size, *, Tensor(a!) out, Tensor(b!) indices) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:40.7576592Z processing existing schema: aten::adaptive_max_pool2d_backward(Tensor grad_output, Tensor self, Tensor indices) -> Tensor 2022-12-01T10:11:40.7578234Z processing existing schema: aten::adaptive_max_pool2d_backward.grad_input(Tensor grad_output, Tensor self, Tensor indices, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.7579529Z processing existing schema: aten::adaptive_max_pool3d_backward(Tensor grad_output, Tensor self, Tensor indices) -> Tensor 2022-12-01T10:11:40.7581285Z processing existing schema: aten::adaptive_max_pool3d_backward.grad_input(Tensor grad_output, Tensor self, Tensor indices, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.7583471Z processing existing schema: aten::max_pool2d_with_indices(Tensor self, int[2] kernel_size, int[2] stride=[], int[2] padding=0, int[2] dilation=1, bool ceil_mode=False) -> (Tensor, Tensor) 2022-12-01T10:11:40.7586116Z processing existing schema: aten::max_pool2d_with_indices.out(Tensor self, int[2] kernel_size, int[2] stride=[], int[2] padding=0, int[2] dilation=1, bool ceil_mode=False, *, Tensor(a!) out, Tensor(b!) indices) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:40.7588283Z processing existing schema: aten::max_pool2d_with_indices_backward(Tensor grad_output, Tensor self, int[2] kernel_size, int[2] stride, int[2] padding, int[2] dilation, bool ceil_mode, Tensor indices) -> Tensor 2022-12-01T10:11:40.7591070Z processing existing schema: aten::max_pool2d_with_indices_backward.grad_input(Tensor grad_output, Tensor self, int[2] kernel_size, int[2] stride, int[2] padding, int[2] dilation, bool ceil_mode, Tensor indices, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.7591881Z processing existing schema: aten::native_dropout(Tensor input, float p, bool? train) -> (Tensor, Tensor) 2022-12-01T10:11:40.7593599Z processing existing schema: aten::native_dropout.out(Tensor input, float p, bool? train, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:40.7595360Z processing existing schema: aten::searchsorted.Tensor(Tensor sorted_sequence, Tensor self, *, bool out_int32=False, bool right=False, str? side=None, Tensor? sorter=None) -> Tensor 2022-12-01T10:11:40.7597405Z processing existing schema: aten::searchsorted.Tensor_out(Tensor sorted_sequence, Tensor self, *, bool out_int32=False, bool right=False, str? side=None, Tensor? sorter=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7599140Z processing existing schema: aten::searchsorted.Scalar(Tensor sorted_sequence, Scalar self, *, bool out_int32=False, bool right=False, str? side=None, Tensor? sorter=None) -> Tensor 2022-12-01T10:11:40.7601324Z processing existing schema: aten::searchsorted.Scalar_out(Tensor sorted_sequence, Scalar self, *, bool out_int32=False, bool right=False, str? side=None, Tensor? sorter=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7602813Z processing existing schema: _quantized::linear_prepack(Tensor W, Tensor? B=None) -> __torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack 2022-12-01T10:11:40.7604704Z processing existing schema: aten::join(str self, str[] values) -> str 2022-12-01T10:11:40.7605322Z processing existing schema: aten::_fft_r2c(Tensor self, int[] dim, int normalization, bool onesided) -> Tensor 2022-12-01T10:11:40.7607190Z processing existing schema: aten::_fft_r2c.out(Tensor self, int[] dim, int normalization, bool onesided, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7608609Z processing existing schema: aten::select_scatter(Tensor self, Tensor src, int dim, int index) -> Tensor 2022-12-01T10:11:40.7610327Z processing existing schema: aten::select_scatter.out(Tensor self, Tensor src, int dim, int index, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7611809Z processing existing schema: quantized::mul_relu(Tensor qa, Tensor qb, float scale, int zero_point) -> Tensor qc 2022-12-01T10:11:40.7613420Z processing existing schema: quantized::mul_relu.out(Tensor qa, Tensor qb, Tensor(a!) out) -> Tensor(a!) out 2022-12-01T10:11:40.7614800Z processing existing schema: quantized::mul_relu.Scalar(Tensor qa, Scalar b) -> Tensor qc 2022-12-01T10:11:40.7616180Z processing existing schema: quantized::mul_relu.Scalar2(Scalar b, Tensor qa) -> Tensor qc 2022-12-01T10:11:40.7617919Z processing existing schema: quantized::mul_relu.Scalar_out(Tensor qa, Scalar b, Tensor(a!) out) -> Tensor(a!) out 2022-12-01T10:11:40.7619405Z processing existing schema: aten::rsplit(str self, str separator=" ", int max=-1) -> str[] 2022-12-01T10:11:40.7620928Z processing existing schema: aten::_fft_c2r(Tensor self, int[] dim, int normalization, int last_dim_size) -> Tensor 2022-12-01T10:11:40.7622701Z processing existing schema: aten::_fft_c2r.out(Tensor self, int[] dim, int normalization, int last_dim_size, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7624185Z processing existing schema: quantized::mul(Tensor qa, Tensor qb, float scale, int zero_point) -> Tensor qc 2022-12-01T10:11:40.7625784Z processing existing schema: quantized::mul.out(Tensor qa, Tensor qb, Tensor(a!) out) -> Tensor(a!) out 2022-12-01T10:11:40.7627170Z processing existing schema: quantized::mul.Scalar(Tensor qa, Scalar b) -> Tensor qc 2022-12-01T10:11:40.7628593Z processing existing schema: quantized::mul.Scalar2(Scalar b, Tensor qa) -> Tensor qc 2022-12-01T10:11:40.7630321Z processing existing schema: quantized::mul.Scalar_out(Tensor qa, Scalar b, Tensor(a!) out) -> Tensor(a!) out 2022-12-01T10:11:40.7632008Z processing existing schema: aten::amax(Tensor self, int[1] dim=[], bool keepdim=False) -> Tensor 2022-12-01T10:11:40.7634033Z processing existing schema: aten::amax.out(Tensor self, int[1] dim=[], bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7635676Z processing existing schema: aten::amin(Tensor self, int[1] dim=[], bool keepdim=False) -> Tensor 2022-12-01T10:11:40.7637745Z processing existing schema: aten::amin.out(Tensor self, int[1] dim=[], bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7639137Z processing existing schema: aten::any.dim(Tensor self, int dim, bool keepdim=False) -> Tensor 2022-12-01T10:11:40.7640581Z processing existing schema: aten::any(Tensor self) -> Tensor 2022-12-01T10:11:40.7642345Z processing existing schema: aten::any.out(Tensor self, int dim, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7643904Z processing existing schema: aten::any.all_out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7645318Z processing existing schema: aten::any.dimname(Tensor self, str dim, bool keepdim=False) -> Tensor 2022-12-01T10:11:40.7647216Z processing existing schema: aten::any.dimname_out(Tensor self, str dim, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7648433Z processing existing schema: aten::any.str(str[] self) -> bool 2022-12-01T10:11:40.7649804Z processing existing schema: aten::any.int(int[] self) -> bool 2022-12-01T10:11:40.7651122Z processing existing schema: aten::any.float(float[] self) -> bool 2022-12-01T10:11:40.7652436Z processing existing schema: aten::any.bool(bool[] self) -> bool 2022-12-01T10:11:40.7654030Z processing existing schema: aten::argmax(Tensor self, int? dim=None, bool keepdim=False) -> Tensor 2022-12-01T10:11:40.7655949Z processing existing schema: aten::argmax.out(Tensor self, int? dim=None, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7657478Z processing existing schema: aten::argmin(Tensor self, int? dim=None, bool keepdim=False) -> Tensor 2022-12-01T10:11:40.7659402Z processing existing schema: aten::argmin.out(Tensor self, int? dim=None, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7660850Z processing existing schema: aten::count_nonzero.dim_IntList(Tensor self, int[] dim) -> Tensor 2022-12-01T10:11:40.7662684Z processing existing schema: aten::count_nonzero.dim_IntList_out(Tensor self, int[] dim, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7664111Z processing existing schema: aten::count_nonzero(Tensor self, int? dim=None) -> Tensor 2022-12-01T10:11:40.7665971Z processing existing schema: aten::count_nonzero.out(Tensor self, int? dim=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7667271Z processing existing schema: aten::cummax(Tensor self, int dim) -> (Tensor values, Tensor indices) 2022-12-01T10:11:40.7668591Z processing existing schema: aten::cummax.dimname(Tensor self, str dim) -> (Tensor values, Tensor indices) 2022-12-01T10:11:40.7670449Z processing existing schema: aten::cummax.dimname_out(Tensor self, str dim, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-12-01T10:11:40.7672127Z processing existing schema: aten::cummax.out(Tensor self, int dim, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-12-01T10:11:40.7673568Z processing existing schema: aten::cummin(Tensor self, int dim) -> (Tensor values, Tensor indices) 2022-12-01T10:11:40.7674115Z processing existing schema: aten::cummin.dimname(Tensor self, str dim) -> (Tensor values, Tensor indices) 2022-12-01T10:11:40.7676549Z processing existing schema: aten::cummin.dimname_out(Tensor self, str dim, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-12-01T10:11:40.7678294Z processing existing schema: aten::cummin.out(Tensor self, int dim, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-12-01T10:11:40.7679874Z processing existing schema: aten::kthvalue(Tensor self, int k, int dim=-1, bool keepdim=False) -> (Tensor values, Tensor indices) 2022-12-01T10:11:40.7681360Z processing existing schema: aten::kthvalue.dimname(Tensor self, int k, str dim, bool keepdim=False) -> (Tensor values, Tensor indices) 2022-12-01T10:11:40.7683540Z processing existing schema: aten::kthvalue.dimname_out(Tensor self, int k, str dim, bool keepdim=False, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-12-01T10:11:40.7685499Z processing existing schema: aten::kthvalue.values(Tensor self, int k, int dim=-1, bool keepdim=False, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-12-01T10:11:40.7687527Z processing existing schema: aten::linalg_vector_norm(Tensor self, Scalar ord=2, int[1]? dim=None, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:40.7689911Z processing existing schema: aten::linalg_vector_norm.out(Tensor self, Scalar ord=2, int[1]? dim=None, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7691058Z processing existing schema: aten::logcumsumexp(Tensor self, int dim) -> Tensor 2022-12-01T10:11:40.7693111Z processing existing schema: aten::logcumsumexp.dimname(Tensor self, str dim) -> Tensor 2022-12-01T10:11:40.7695072Z processing existing schema: aten::logcumsumexp.dimname_out(Tensor self, str dim, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7696944Z processing existing schema: aten::logcumsumexp.out(Tensor self, int dim, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7698408Z processing existing schema: aten::mean(Tensor self, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:40.7700681Z processing existing schema: aten::mean.dim(Tensor self, int[1]? dim, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:40.7702705Z processing existing schema: aten::mean.names_dim(Tensor self, str[1] dim, bool keepdim=False, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:40.7705059Z processing existing schema: aten::mean.names_out(Tensor self, str[1] dim, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7707358Z processing existing schema: aten::mean.out(Tensor self, int[1]? dim, bool keepdim=False, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7708529Z processing existing schema: aten::median(Tensor self) -> Tensor 2022-12-01T10:11:40.7710345Z processing existing schema: aten::median.dim(Tensor self, int dim, bool keepdim=False) -> (Tensor values, Tensor indices) 2022-12-01T10:11:40.7712449Z processing existing schema: aten::median.dim_values(Tensor self, int dim, bool keepdim=False, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-12-01T10:11:40.7713751Z processing existing schema: aten::median.names_dim(Tensor self, str dim, bool keepdim=False) -> (Tensor values, Tensor indices) 2022-12-01T10:11:40.7716136Z processing existing schema: aten::median.names_dim_values(Tensor self, str dim, bool keepdim=False, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-12-01T10:11:40.7718013Z processing existing schema: aten::median.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7719654Z processing existing schema: aten::mode(Tensor self, int dim=-1, bool keepdim=False) -> (Tensor values, Tensor indices) 2022-12-01T10:11:40.7721000Z processing existing schema: aten::mode.dimname(Tensor self, str dim, bool keepdim=False) -> (Tensor values, Tensor indices) 2022-12-01T10:11:40.7723224Z processing existing schema: aten::mode.dimname_out(Tensor self, str dim, bool keepdim=False, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-12-01T10:11:40.7725441Z processing existing schema: aten::mode.values(Tensor self, int dim=-1, bool keepdim=False, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-12-01T10:11:40.7726249Z processing existing schema: aten::sort(Tensor self, int dim=-1, bool descending=False) -> (Tensor values, Tensor indices) 2022-12-01T10:11:40.7728611Z processing existing schema: aten::sort.stable(Tensor self, *, bool? stable, int dim=-1, bool descending=False) -> (Tensor values, Tensor indices) 2022-12-01T10:11:40.7730432Z processing existing schema: aten::sort.values_stable(Tensor self, *, bool? stable, int dim=-1, bool descending=False, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-12-01T10:11:40.7732307Z processing existing schema: aten::sort.values(Tensor self, int dim=-1, bool descending=False, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-12-01T10:11:40.7733524Z processing existing schema: aten::sort.dimname(Tensor self, str dim, bool descending=False) -> (Tensor values, Tensor indices) 2022-12-01T10:11:40.7735640Z processing existing schema: aten::sort.dimname_values(Tensor self, str dim, bool descending=False, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-12-01T10:11:40.7737225Z processing existing schema: aten::sort.dimname_stable(Tensor self, *, bool? stable, str dim, bool descending=False) -> (Tensor values, Tensor indices) 2022-12-01T10:11:40.7739092Z processing existing schema: aten::sort.dimname_values_stable(Tensor self, *, bool? stable, str dim, bool descending=False, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-12-01T10:11:40.7740301Z processing existing schema: aten::sort.int(int[](a!) self, bool reverse=False) -> () 2022-12-01T10:11:40.7741698Z processing existing schema: aten::sort.float(float[](a!) self, bool reverse=False) -> () 2022-12-01T10:11:40.7742969Z processing existing schema: aten::sort.Tensor(Tensor[](a!) self, bool reverse=False) -> () 2022-12-01T10:11:40.7745480Z processing existing schema: aten::sort.bool(bool[](a!) self, bool reverse=False) -> () 2022-12-01T10:11:40.7745739Z processing existing schema: aten::sort.str(str[](a!) self, bool reverse=False) -> () 2022-12-01T10:11:40.7746832Z processing existing schema: aten::sort.any(t[](a!) self, bool reverse=False) -> () 2022-12-01T10:11:40.7747932Z processing existing schema: aten::is_autocast_enabled() -> bool 2022-12-01T10:11:40.7749701Z processing existing schema: quantized::conv_transpose3d_dilation(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> int[] 2022-12-01T10:11:40.7751168Z processing existing schema: aten::argsort(Tensor self, int dim=-1, bool descending=False) -> Tensor 2022-12-01T10:11:40.7752683Z processing existing schema: aten::argsort.stable(Tensor self, *, bool stable, int dim=-1, bool descending=False) -> Tensor 2022-12-01T10:11:40.7754518Z processing existing schema: aten::argsort.stable_out(Tensor self, *, bool stable, int dim=-1, bool descending=False, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7755946Z processing existing schema: aten::argsort.dimname(Tensor self, str dim, bool descending=False) -> Tensor 2022-12-01T10:11:40.7757519Z processing existing schema: aten::topk(Tensor self, int k, int dim=-1, bool largest=True, bool sorted=True) -> (Tensor values, Tensor indices) 2022-12-01T10:11:40.7759652Z processing existing schema: aten::topk.values(Tensor self, int k, int dim=-1, bool largest=True, bool sorted=True, *, Tensor(a!) values, Tensor(b!) indices) -> (Tensor(a!) values, Tensor(b!) indices) 2022-12-01T10:11:40.7761183Z schema: prims::signbit(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.7762406Z processing existing schema: aten::_log_softmax(Tensor self, int dim, bool half_to_float) -> Tensor 2022-12-01T10:11:40.7764548Z processing existing schema: aten::_log_softmax.out(Tensor self, int dim, bool half_to_float, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7765617Z processing existing schema: aten::rot90(Tensor self, int k=1, int[] dims=[0, 1]) -> Tensor 2022-12-01T10:11:40.7767694Z processing existing schema: aten::rot90.out(Tensor self, int k=1, int[] dims=[0, 1], *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7769152Z processing existing schema: aten::_ncf_unsqueeze(Tensor(a) self, int ndim) -> Tensor(a) 2022-12-01T10:11:40.7771249Z processing existing schema: quantized::embedding_bag_2bit_rowwise_offsets(Tensor weight, Tensor indices, Tensor? offsets=None, bool scale_grad_by_freq=False, int mode=0, bool pruned_weights=False, Tensor? per_sample_weights=None, Tensor? compressed_indices_mapping=None, bool include_last_offset=False) -> Tensor 2022-12-01T10:11:40.7772191Z processing existing schema: aten::aminmax(Tensor self, *, int? dim=None, bool keepdim=False) -> (Tensor min, Tensor max) 2022-12-01T10:11:40.7774269Z processing existing schema: aten::aminmax.out(Tensor self, *, int? dim=None, bool keepdim=False, Tensor(a!) min, Tensor(b!) max) -> (Tensor(a!) min, Tensor(b!) max) 2022-12-01T10:11:40.7775138Z schema: prims::sin(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.7776936Z processing existing schema: aten::_log_softmax_backward_data(Tensor grad_output, Tensor output, int dim, ScalarType input_dtype) -> Tensor 2022-12-01T10:11:40.7778533Z processing existing schema: aten::_log_softmax_backward_data.out(Tensor grad_output, Tensor output, int dim, ScalarType input_dtype, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7780369Z schema: prims::uniform(SymInt[] shape, *, Scalar low, Scalar high, ScalarType dtype, Device device) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.7781214Z processing existing schema: aten::_softmax_backward_data(Tensor grad_output, Tensor output, int dim, ScalarType input_dtype) -> Tensor 2022-12-01T10:11:40.7783110Z processing existing schema: aten::_softmax_backward_data.out(Tensor grad_output, Tensor output, int dim, ScalarType input_dtype, *, Tensor(a!) grad_input) -> Tensor(a!) 2022-12-01T10:11:40.7784315Z processing existing schema: aten::index.Tensor(Tensor self, Tensor?[] indices) -> Tensor 2022-12-01T10:11:40.7786199Z processing existing schema: aten::index.Tensor_out(Tensor self, Tensor?[] indices, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7787478Z processing existing schema: aten::index.Tensor_hacked_twin(Tensor self, Tensor[] indices) -> Tensor 2022-12-01T10:11:40.7788843Z processing existing schema: aten::index.str(str self, str substr, int start=0, int end=-1) -> int 2022-12-01T10:11:40.7790046Z processing existing schema: aten::index.list_int(int[] self, int el) -> int 2022-12-01T10:11:40.7791329Z processing existing schema: aten::index.list_float(float[] self, float el) -> int 2022-12-01T10:11:40.7792565Z processing existing schema: aten::index.list_bool(bool[] self, bool el) -> int 2022-12-01T10:11:40.7793962Z processing existing schema: aten::index.list_Tensor(Tensor[] self, Tensor el) -> int 2022-12-01T10:11:40.7795188Z processing existing schema: aten::index.list_str(str[] self, str el) -> int 2022-12-01T10:11:40.7797671Z processing existing schema: aten::index_put_(Tensor(a!) self, Tensor?[] indices, Tensor values, bool accumulate=False) -> Tensor(a!) 2022-12-01T10:11:40.7798994Z processing existing schema: aten::index_put_.hacked_twin(Tensor(a!) self, Tensor[] indices, Tensor values, bool accumulate=False) -> Tensor(a!) 2022-12-01T10:11:40.7800298Z schema: prims::lgamma(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.7802842Z processing existing schema: aten::_index_put_impl_(Tensor(a!) self, Tensor?[] indices, Tensor values, bool accumulate=False, bool unsafe=False) -> Tensor(a!) 2022-12-01T10:11:40.7804520Z processing existing schema: aten::_index_put_impl_.hacked_twin(Tensor(a!) self, Tensor[] indices, Tensor values, bool accumulate=False, bool unsafe=False) -> Tensor(a!) 2022-12-01T10:11:40.7806160Z processing existing schema: aten::slice_scatter(Tensor self, Tensor src, int dim=0, SymInt? start=None, SymInt? end=None, SymInt step=1) -> Tensor 2022-12-01T10:11:40.7808120Z processing existing schema: aten::slice_scatter.out(Tensor self, Tensor src, int dim=0, SymInt? start=None, SymInt? end=None, SymInt step=1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7808899Z processing existing schema: aten::chr(int i) -> str 2022-12-01T10:11:40.7810797Z processing existing schema: quantized::conv3d_stride(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> int[] 2022-12-01T10:11:40.7811771Z processing existing schema: aten::index_select(Tensor self, int dim, Tensor index) -> Tensor 2022-12-01T10:11:40.7813720Z processing existing schema: aten::index_select.out(Tensor self, int dim, Tensor index, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7815067Z processing existing schema: aten::index_select.dimname(Tensor self, str dim, Tensor index) -> Tensor 2022-12-01T10:11:40.7817023Z processing existing schema: aten::index_select.dimname_out(Tensor self, str dim, Tensor index, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7818582Z processing existing schema: aten::index_add(Tensor self, int dim, Tensor index, Tensor source, *, Scalar alpha=1) -> Tensor 2022-12-01T10:11:40.7820670Z processing existing schema: aten::index_add.out(Tensor self, int dim, Tensor index, Tensor source, *, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7821893Z processing existing schema: aten::index_add.dimname(Tensor self, str dim, Tensor index, Tensor source, *, Scalar alpha=1) -> Tensor 2022-12-01T10:11:40.7823541Z processing existing schema: aten::diagonal_scatter(Tensor self, Tensor src, int offset=0, int dim1=0, int dim2=1) -> Tensor 2022-12-01T10:11:40.7825520Z processing existing schema: aten::diagonal_scatter.out(Tensor self, Tensor src, int offset=0, int dim1=0, int dim2=1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7826946Z processing existing schema: aten::gather(Tensor self, int dim, Tensor index, *, bool sparse_grad=False) -> Tensor 2022-12-01T10:11:40.7828866Z processing existing schema: aten::gather.out(Tensor self, int dim, Tensor index, *, bool sparse_grad=False, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7830399Z processing existing schema: aten::gather.dimname(Tensor self, str dim, Tensor index, *, bool sparse_grad=False) -> Tensor 2022-12-01T10:11:40.7832290Z processing existing schema: aten::gather.dimname_out(Tensor self, str dim, Tensor index, *, bool sparse_grad=False, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7833784Z processing existing schema: aten::gather_backward(Tensor grad, Tensor self, int dim, Tensor index, bool sparse_grad) -> Tensor 2022-12-01T10:11:40.7835326Z processing existing schema: aten::scatter.value(Tensor self, int dim, Tensor index, Scalar value) -> Tensor 2022-12-01T10:11:40.7836715Z processing existing schema: aten::scatter.src(Tensor self, int dim, Tensor index, Tensor src) -> Tensor 2022-12-01T10:11:40.7838359Z processing existing schema: aten::scatter.reduce(Tensor self, int dim, Tensor index, Tensor src, *, str reduce) -> Tensor 2022-12-01T10:11:40.7840256Z processing existing schema: aten::scatter.value_reduce(Tensor self, int dim, Tensor index, Scalar value, *, str reduce) -> Tensor 2022-12-01T10:11:40.7842044Z processing existing schema: aten::scatter.src_out(Tensor self, int dim, Tensor index, Tensor src, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7843707Z processing existing schema: aten::scatter.value_out(Tensor self, int dim, Tensor index, Scalar value, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7845513Z processing existing schema: aten::scatter.reduce_out(Tensor self, int dim, Tensor index, Tensor src, *, str reduce, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7847381Z processing existing schema: aten::scatter.value_reduce_out(Tensor self, int dim, Tensor index, Scalar value, *, str reduce, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7848780Z processing existing schema: aten::scatter.dimname_src(Tensor self, str dim, Tensor index, Tensor src) -> Tensor 2022-12-01T10:11:40.7850286Z processing existing schema: aten::scatter.dimname_value(Tensor self, str dim, Tensor index, Scalar value) -> Tensor 2022-12-01T10:11:40.7851907Z processing existing schema: quantized::linear_relu_dynamic_fp16(Tensor X, __torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack) -> Tensor Y 2022-12-01T10:11:40.7853105Z processing existing schema: aten::abs_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.7854568Z processing existing schema: aten::acos_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.7856024Z processing existing schema: aten::acosh_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.7857344Z processing existing schema: aten::acosh(Tensor self) -> Tensor 2022-12-01T10:11:40.7858853Z processing existing schema: aten::acosh.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7860163Z processing existing schema: aten::acosh.int(int a) -> float 2022-12-01T10:11:40.7861464Z processing existing schema: aten::acosh.float(float a) -> float 2022-12-01T10:11:40.7862674Z processing existing schema: aten::acosh.complex(complex a) -> complex 2022-12-01T10:11:40.7864005Z processing existing schema: aten::acosh.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:40.7865211Z processing existing schema: aten::angle(Tensor self) -> Tensor 2022-12-01T10:11:40.7866869Z processing existing schema: aten::angle.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7868317Z processing existing schema: aten::angle.int(int a) -> float 2022-12-01T10:11:40.7869480Z processing existing schema: aten::angle.float(float a) -> float 2022-12-01T10:11:40.7870850Z processing existing schema: aten::angle.complex(complex a) -> float 2022-12-01T10:11:40.7871823Z processing existing schema: aten::angle.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:40.7873255Z processing existing schema: aten::asin_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.7874720Z processing existing schema: aten::asinh_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.7875980Z processing existing schema: aten::asinh(Tensor self) -> Tensor 2022-12-01T10:11:40.7877683Z processing existing schema: aten::asinh.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7878665Z processing existing schema: aten::asinh.int(int a) -> float 2022-12-01T10:11:40.7880288Z processing existing schema: aten::asinh.float(float a) -> float 2022-12-01T10:11:40.7881512Z processing existing schema: aten::asinh.complex(complex a) -> complex 2022-12-01T10:11:40.7882746Z processing existing schema: aten::asinh.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:40.7884251Z processing existing schema: aten::atan_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.7885805Z processing existing schema: aten::atanh_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.7887066Z processing existing schema: aten::atanh(Tensor self) -> Tensor 2022-12-01T10:11:40.7888754Z processing existing schema: aten::atanh.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7889603Z processing existing schema: aten::atanh.int(int a) -> float 2022-12-01T10:11:40.7890846Z processing existing schema: aten::atanh.float(float a) -> float 2022-12-01T10:11:40.7892144Z processing existing schema: aten::atanh.complex(complex a) -> complex 2022-12-01T10:11:40.7893198Z processing existing schema: aten::atanh.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:40.7894726Z processing existing schema: aten::bitwise_not_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.7896762Z processing existing schema: aten::bitwise_not(Tensor self) -> Tensor 2022-12-01T10:11:40.7897605Z processing existing schema: aten::bitwise_not.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7899067Z processing existing schema: aten::ceil_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.7900534Z processing existing schema: aten::cos_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.7901859Z processing existing schema: aten::cosh_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.7903325Z processing existing schema: aten::deg2rad_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.7904557Z processing existing schema: aten::deg2rad(Tensor self) -> Tensor 2022-12-01T10:11:40.7905911Z processing existing schema: aten::deg2rad.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7907307Z processing existing schema: aten::digamma_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.7908503Z processing existing schema: aten::erf_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.7909786Z processing existing schema: aten::erf(Tensor self) -> Tensor 2022-12-01T10:11:40.7911349Z processing existing schema: aten::erf.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7912581Z processing existing schema: aten::erf.int(int a) -> float 2022-12-01T10:11:40.7913909Z processing existing schema: aten::erf.float(float a) -> float 2022-12-01T10:11:40.7915229Z processing existing schema: aten::erf.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:40.7916739Z processing existing schema: aten::exp_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.7918338Z processing existing schema: aten::expm1_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.7919820Z processing existing schema: aten::floor_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.7921430Z processing existing schema: aten::frac_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.7922645Z processing existing schema: aten::isfinite(Tensor self) -> Tensor 2022-12-01T10:11:40.7924037Z processing existing schema: aten::isfinite.float(float a) -> bool 2022-12-01T10:11:40.7925382Z processing existing schema: aten::isfinite.complex(complex a) -> bool 2022-12-01T10:11:40.7926690Z processing existing schema: aten::isnan(Tensor self) -> Tensor 2022-12-01T10:11:40.7928348Z processing existing schema: aten::isnan.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7929631Z processing existing schema: aten::isnan.float(float a) -> bool 2022-12-01T10:11:40.7930983Z processing existing schema: aten::isnan.complex(complex a) -> bool 2022-12-01T10:11:40.7932325Z processing existing schema: aten::isinf(Tensor self) -> Tensor 2022-12-01T10:11:40.7933932Z processing existing schema: aten::isinf.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7935237Z processing existing schema: aten::isinf.float(float a) -> bool 2022-12-01T10:11:40.7936573Z processing existing schema: aten::isinf.complex(complex a) -> bool 2022-12-01T10:11:40.7937929Z processing existing schema: aten::isposinf(Tensor self) -> Tensor 2022-12-01T10:11:40.7939551Z processing existing schema: aten::isposinf.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7940868Z processing existing schema: aten::isneginf(Tensor self) -> Tensor 2022-12-01T10:11:40.7942478Z processing existing schema: aten::isneginf.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7943800Z processing existing schema: aten::isreal(Tensor self) -> Tensor 2022-12-01T10:11:40.7945304Z processing existing schema: aten::lgamma_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.7946832Z processing existing schema: aten::log_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.7948393Z processing existing schema: aten::log10_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.7949932Z processing existing schema: aten::log1p_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.7951459Z processing existing schema: aten::log2_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.7953032Z processing existing schema: aten::logical_not_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.7954355Z processing existing schema: aten::logical_not(Tensor self) -> Tensor 2022-12-01T10:11:40.7956015Z processing existing schema: aten::logical_not.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7957496Z processing existing schema: aten::mish_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.7958816Z processing existing schema: aten::mish(Tensor self) -> Tensor 2022-12-01T10:11:40.7960637Z processing existing schema: aten::mish.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7962201Z processing existing schema: aten::mvlgamma_(Tensor(a!) self, int p) -> Tensor(a!) 2022-12-01T10:11:40.7963579Z processing existing schema: aten::mvlgamma(Tensor self, int p) -> Tensor 2022-12-01T10:11:40.7965390Z processing existing schema: aten::mvlgamma.out(Tensor self, int p, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7967235Z processing existing schema: aten::nan_to_num_(Tensor(a!) self, float? nan=None, float? posinf=None, float? neginf=None) -> Tensor(a!) 2022-12-01T10:11:40.7968854Z processing existing schema: aten::nan_to_num(Tensor self, float? nan=None, float? posinf=None, float? neginf=None) -> Tensor 2022-12-01T10:11:40.7970847Z processing existing schema: aten::nan_to_num.out(Tensor self, float? nan=None, float? posinf=None, float? neginf=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.7972246Z processing existing schema: aten::neg_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.7973815Z processing existing schema: aten::reciprocal_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.7975753Z processing existing schema: quantized::batch_norm3d_relu(Tensor qx, Tensor? weight, Tensor? bias, Tensor mean, Tensor var, float eps, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.7977551Z processing existing schema: aten::get_gradients(int context_id) -> Dict(Tensor, Tensor) 2022-12-01T10:11:40.7978739Z processing existing schema: aten::_aminmax(Tensor self) -> (Tensor, Tensor) 2022-12-01T10:11:40.7980133Z processing existing schema: aten::_aminmax.dim(Tensor self, int dim, bool keepdim=False) -> (Tensor, Tensor) 2022-12-01T10:11:40.7981717Z processing existing schema: aten::_aminmax.out(Tensor self, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:40.7983551Z processing existing schema: aten::_aminmax.dim_out(Tensor self, int dim, bool keepdim=False, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:40.7984944Z processing existing schema: aten::round_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.7986638Z processing existing schema: aten::round_.decimals(Tensor(a!) self, *, int decimals) -> Tensor(a!) 2022-12-01T10:11:40.7988160Z processing existing schema: aten::sorted.int(int[](a) input) -> int[] 2022-12-01T10:11:40.7989759Z processing existing schema: aten::sorted.float(float[](a) input) -> float[] 2022-12-01T10:11:40.7991320Z processing existing schema: aten::sorted.Tensor(Tensor[](a) input) -> Tensor[] 2022-12-01T10:11:40.7992877Z processing existing schema: aten::sorted.bool(bool[](a) input) -> bool[] 2022-12-01T10:11:40.7994443Z processing existing schema: aten::sorted.str(str[](a) input) -> str[] 2022-12-01T10:11:40.7995976Z processing existing schema: aten::sorted.any(t[](a) self) -> t[] 2022-12-01T10:11:40.7998191Z processing existing schema: quantized::embedding_bag_4bit_prepack(Tensor weight, bool optimized_qparams=False, int nbins=200, float ratio=0.16) -> Tensor 2022-12-01T10:11:40.7999777Z processing existing schema: aten::rsqrt_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.8001615Z processing existing schema: quantized::linear_dynamic(Tensor X, __torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack, bool reduce_range=False) -> Tensor Y 2022-12-01T10:11:40.8002954Z processing existing schema: aten::rfind(str self, str substr, int start=0, int end=-1) -> int 2022-12-01T10:11:40.8005025Z schema: aten::_embedding_bag_dense_backward(Tensor grad, Tensor indices, Tensor offset2bag, Tensor bag_size, Tensor maximum_indices, int num_weights, bool scale_grad_by_freq, int mode, Tensor? per_sample_weights, int padding_idx=-1) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.8005953Z schema: aten::_embedding_bag_dense_backward.out(Tensor grad, Tensor indices, Tensor offset2bag, Tensor bag_size, Tensor maximum_indices, int num_weights, bool scale_grad_by_freq, int mode, Tensor? per_sample_weights, int padding_idx=-1, *, Tensor(a!) out) -> Tensor(a!) found on allowlist, skipping 2022-12-01T10:11:40.8006937Z processing existing schema: aten::sgn_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.8008960Z processing existing schema: quantized::layer_norm(Tensor input, int[] normalized_shape, Tensor? weight, Tensor? bias, float eps, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.8009776Z processing existing schema: aten::sgn(Tensor self) -> Tensor 2022-12-01T10:11:40.8011289Z processing existing schema: aten::sgn.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8012776Z processing existing schema: aten::as_tensor.float(float t, *, ScalarType? dtype=None, Device? device=None) -> Tensor 2022-12-01T10:11:40.8014149Z processing existing schema: aten::as_tensor.int(int t, *, ScalarType? dtype=None, Device? device=None) -> Tensor 2022-12-01T10:11:40.8015555Z processing existing schema: aten::as_tensor.bool(bool t, *, ScalarType? dtype=None, Device? device=None) -> Tensor 2022-12-01T10:11:40.8016977Z processing existing schema: aten::as_tensor.complex(complex t, *, ScalarType? dtype=None, Device? device=None) -> Tensor 2022-12-01T10:11:40.8018582Z processing existing schema: aten::as_tensor(Tensor(a) data, *, ScalarType? dtype=None, Device? device=None) -> Tensor(a|b) 2022-12-01T10:11:40.8020177Z processing existing schema: aten::as_tensor.list(t[] data, *, ScalarType? dtype=None, Device? device=None) -> Tensor 2022-12-01T10:11:40.8021846Z processing existing schema: quantized::mul_scalar_relu_out(Tensor qa, Scalar b, Tensor(a!) out) -> Tensor(a!) out 2022-12-01T10:11:40.8023626Z processing existing schema: quantized::mul_scalar_relu_out.Tensor(Tensor qa, Tensor b, Tensor(a!) out) -> Tensor(a!) out 2022-12-01T10:11:40.8025114Z processing existing schema: aten::sign_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.8026549Z processing existing schema: aten::__is__(t1 self, t2 obj) -> bool 2022-12-01T10:11:40.8028216Z processing existing schema: quantized::prelu(Tensor qx, Tensor weight, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.8029586Z processing existing schema: aten::signbit(Tensor self) -> Tensor 2022-12-01T10:11:40.8031095Z processing existing schema: aten::signbit.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8032217Z processing existing schema: aten::__isnot__(t1 self, t2 obj) -> bool 2022-12-01T10:11:40.8033707Z processing existing schema: quantized::sigmoid(Tensor qx, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.8035148Z processing existing schema: aten::sin_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.8036587Z processing existing schema: aten::device(str a) -> Device 2022-12-01T10:11:40.8038162Z processing existing schema: quantized::conv2d_unpack(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> (Tensor unpacked_weights, Tensor? B_origin) 2022-12-01T10:11:40.8039593Z processing existing schema: aten::sinc_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.8041936Z processing existing schema: aten::len.t(t[] a) -> int 2022-12-01T10:11:40.8042455Z processing existing schema: aten::len.Tensor(Tensor t) -> int 2022-12-01T10:11:40.8043736Z processing existing schema: aten::len.str(str s) -> int 2022-12-01T10:11:40.8045289Z processing existing schema: aten::len.Dict_str(Dict(str, t) self) -> int 2022-12-01T10:11:40.8046881Z processing existing schema: aten::len.Dict_int(Dict(int, t) self) -> int 2022-12-01T10:11:40.8048481Z processing existing schema: aten::len.Dict_bool(Dict(bool, t) self) -> int 2022-12-01T10:11:40.8050088Z processing existing schema: aten::len.Dict_float(Dict(float, t) self) -> int 2022-12-01T10:11:40.8052060Z processing existing schema: aten::len.Dict_complex(Dict(complex, t) self) -> int 2022-12-01T10:11:40.8053959Z processing existing schema: aten::len.Dict_Tensor(Dict(Tensor, t) self) -> int 2022-12-01T10:11:40.8055394Z processing existing schema: aten::len.any(Any[] a) -> int 2022-12-01T10:11:40.8057627Z processing existing schema: quantized::conv3d_unpack(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> (Tensor unpacked_weights, Tensor? B_origin) 2022-12-01T10:11:40.8058545Z processing existing schema: aten::sinc(Tensor self) -> Tensor 2022-12-01T10:11:40.8061238Z processing existing schema: aten::sinc.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8062225Z processing existing schema: aten::hash.generic(t value) -> int 2022-12-01T10:11:40.8064273Z processing existing schema: quantized::conv2d_unpack_sizes(Any packed_weights) -> Any 2022-12-01T10:11:40.8066080Z processing existing schema: aten::sinh_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.8068782Z processing existing schema: aten::dict() -> Dict(str, Tensor) 2022-12-01T10:11:40.8071550Z processing existing schema: aten::dict.str((str, tVal)[] inputs) -> Dict(str, tVal) 2022-12-01T10:11:40.8074307Z processing existing schema: aten::dict.Dict_str(Dict(str, t)(a) self) -> Dict(str, t) 2022-12-01T10:11:40.8077056Z processing existing schema: aten::dict.int((int, tVal)[] inputs) -> Dict(int, tVal) 2022-12-01T10:11:40.8080065Z processing existing schema: aten::dict.Dict_int(Dict(int, t)(a) self) -> Dict(int, t) 2022-12-01T10:11:40.8082907Z processing existing schema: aten::dict.bool((bool, tVal)[] inputs) -> Dict(bool, tVal) 2022-12-01T10:11:40.8085716Z processing existing schema: aten::dict.Dict_bool(Dict(bool, t)(a) self) -> Dict(bool, t) 2022-12-01T10:11:40.8088612Z processing existing schema: aten::dict.float((float, tVal)[] inputs) -> Dict(float, tVal) 2022-12-01T10:11:40.8091411Z processing existing schema: aten::dict.Dict_float(Dict(float, t)(a) self) -> Dict(float, t) 2022-12-01T10:11:40.8094327Z processing existing schema: aten::dict.complex((complex, tVal)[] inputs) -> Dict(complex, tVal) 2022-12-01T10:11:40.8097225Z processing existing schema: aten::dict.Dict_complex(Dict(complex, t)(a) self) -> Dict(complex, t) 2022-12-01T10:11:40.8100104Z processing existing schema: aten::dict.Tensor((Tensor, tVal)[] inputs) -> Dict(Tensor, tVal) 2022-12-01T10:11:40.8102905Z processing existing schema: aten::dict.Dict_Tensor(Dict(Tensor, t)(a) self) -> Dict(Tensor, t) 2022-12-01T10:11:40.8105035Z processing existing schema: quantized::conv2d_padding(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> int[] 2022-12-01T10:11:40.8107008Z processing existing schema: aten::sqrt_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.8109053Z processing existing schema: aten::tan_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.8111348Z schema: prims::transpose(Tensor(a) a, int[] permutation) -> Tensor(a) found on allowlist, skipping 2022-12-01T10:11:40.8113157Z processing existing schema: aten::_pdist_backward(Tensor grad, Tensor self, float p, Tensor pdist) -> Tensor 2022-12-01T10:11:40.8115864Z processing existing schema: aten::_pdist_backward.out(Tensor grad, Tensor self, float p, Tensor pdist, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8118019Z processing existing schema: aten::threshold_(Tensor(a!) self, Scalar threshold, Scalar value) -> Tensor(a!) 2022-12-01T10:11:40.8119883Z processing existing schema: aten::threshold(Tensor self, Scalar threshold, Scalar value) -> Tensor 2022-12-01T10:11:40.8122594Z processing existing schema: aten::threshold.out(Tensor self, Scalar threshold, Scalar value, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8124262Z processing existing schema: aten::trunc_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.8126346Z schema: nvprims::bitwise_not(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.8128482Z processing existing schema: aten::_sparse_log_softmax.Dimname(Tensor self, str dim, *, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:40.8130502Z processing existing schema: aten::_sparse_log_softmax.int(Tensor self, int dim, ScalarType? dtype=None) -> Tensor 2022-12-01T10:11:40.8133038Z processing existing schema: aten::_sparse_log_softmax.out(Tensor self, int dim, bool half_to_float, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8134664Z processing existing schema: aten::_sparse_log_softmax(Tensor self, int dim, bool half_to_float) -> Tensor 2022-12-01T10:11:40.8136796Z processing existing schema: aten::i0_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.8138181Z processing existing schema: aten::i0(Tensor self) -> Tensor 2022-12-01T10:11:40.8140584Z processing existing schema: aten::i0.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8142244Z processing existing schema: aten::erfc_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.8143832Z processing existing schema: aten::erfc(Tensor self) -> Tensor 2022-12-01T10:11:40.8146118Z processing existing schema: aten::erfc.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8147202Z processing existing schema: aten::erfc.int(int a) -> float 2022-12-01T10:11:40.8149357Z processing existing schema: aten::erfc.float(float a) -> float 2022-12-01T10:11:40.8150779Z processing existing schema: aten::erfc.Scalar(Scalar a) -> Scalar 2022-12-01T10:11:40.8153108Z processing existing schema: aten::erfinv_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.8154546Z processing existing schema: aten::exp2_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.8156432Z processing existing schema: aten::exp2(Tensor self) -> Tensor 2022-12-01T10:11:40.8158519Z processing existing schema: aten::exp2.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8159845Z processing existing schema: aten::special_entr(Tensor self) -> Tensor 2022-12-01T10:11:40.8162385Z processing existing schema: aten::special_entr.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8163496Z processing existing schema: aten::special_erf(Tensor self) -> Tensor 2022-12-01T10:11:40.8165969Z processing existing schema: aten::special_erf.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8167083Z processing existing schema: aten::special_erfc(Tensor self) -> Tensor 2022-12-01T10:11:40.8169609Z processing existing schema: aten::special_erfc.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8170696Z processing existing schema: aten::special_erfcx(Tensor self) -> Tensor 2022-12-01T10:11:40.8173231Z processing existing schema: aten::special_erfcx.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8174353Z processing existing schema: aten::special_erfinv(Tensor self) -> Tensor 2022-12-01T10:11:40.8176850Z processing existing schema: aten::special_erfinv.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8177934Z processing existing schema: aten::special_expit(Tensor self) -> Tensor 2022-12-01T10:11:40.8180428Z processing existing schema: aten::special_expit.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8181509Z processing existing schema: aten::special_expm1(Tensor self) -> Tensor 2022-12-01T10:11:40.8183996Z processing existing schema: aten::special_expm1.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8185100Z processing existing schema: aten::special_digamma(Tensor self) -> Tensor 2022-12-01T10:11:40.8187598Z processing existing schema: aten::special_digamma.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8188675Z processing existing schema: aten::special_exp2(Tensor self) -> Tensor 2022-12-01T10:11:40.8191195Z processing existing schema: aten::special_exp2.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8192268Z processing existing schema: aten::special_gammaln(Tensor self) -> Tensor 2022-12-01T10:11:40.8194749Z processing existing schema: aten::special_gammaln.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8195825Z processing existing schema: aten::special_i0(Tensor self) -> Tensor 2022-12-01T10:11:40.8198316Z processing existing schema: aten::special_i0.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8199542Z processing existing schema: aten::special_i0e(Tensor self) -> Tensor 2022-12-01T10:11:40.8202122Z processing existing schema: aten::special_i0e.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8203255Z schema: prims::digamma(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.8205788Z processing existing schema: aten::_fw_primal(Tensor(a) self, int level) -> Tensor(a) 2022-12-01T10:11:40.8206665Z processing existing schema: aten::special_i1(Tensor self) -> Tensor 2022-12-01T10:11:40.8209227Z processing existing schema: aten::special_i1.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8210248Z processing existing schema: aten::special_i1e(Tensor self) -> Tensor 2022-12-01T10:11:40.8212843Z processing existing schema: aten::special_i1e.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8213681Z processing existing schema: aten::special_log1p(Tensor self) -> Tensor 2022-12-01T10:11:40.8215743Z processing existing schema: aten::special_log1p.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8217712Z processing existing schema: aten::elu_(Tensor(a!) self, Scalar alpha=1, Scalar scale=1, Scalar input_scale=1) -> Tensor(a!) 2022-12-01T10:11:40.8219412Z processing existing schema: aten::elu(Tensor self, Scalar alpha=1, Scalar scale=1, Scalar input_scale=1) -> Tensor 2022-12-01T10:11:40.8221503Z processing existing schema: aten::elu.out(Tensor self, Scalar alpha=1, Scalar scale=1, Scalar input_scale=1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8223385Z processing existing schema: aten::hardshrink(Tensor self, Scalar lambd=0.5) -> Tensor 2022-12-01T10:11:40.8225715Z processing existing schema: aten::hardshrink.out(Tensor self, Scalar lambd=0.5, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8227603Z processing existing schema: aten::hardsigmoid_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.8228448Z processing existing schema: aten::hardsigmoid(Tensor self) -> Tensor 2022-12-01T10:11:40.8230853Z processing existing schema: aten::hardsigmoid.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8232526Z processing existing schema: aten::hardtanh_(Tensor(a!) self, Scalar min_val=-1, Scalar max_val=1) -> Tensor(a!) 2022-12-01T10:11:40.8233895Z processing existing schema: aten::hardtanh(Tensor self, Scalar min_val=-1, Scalar max_val=1) -> Tensor 2022-12-01T10:11:40.8236121Z processing existing schema: aten::hardtanh.out(Tensor self, Scalar min_val=-1, Scalar max_val=1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8237803Z processing existing schema: aten::hardswish_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.8238632Z processing existing schema: aten::hardswish(Tensor self) -> Tensor 2022-12-01T10:11:40.8241190Z processing existing schema: aten::hardswish.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8243259Z processing existing schema: aten::leaky_relu_(Tensor(a!) self, Scalar negative_slope=0.01) -> Tensor(a!) 2022-12-01T10:11:40.8245167Z processing existing schema: aten::leaky_relu(Tensor self, Scalar negative_slope=0.01) -> Tensor 2022-12-01T10:11:40.8247466Z processing existing schema: aten::leaky_relu.out(Tensor self, Scalar negative_slope=0.01, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8248282Z processing existing schema: aten::log_sigmoid(Tensor self) -> Tensor 2022-12-01T10:11:40.8250543Z processing existing schema: aten::log_sigmoid.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8251881Z processing existing schema: aten::relu_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.8253369Z processing existing schema: aten::Delete.t(t[](a!) self, int idx) -> () 2022-12-01T10:11:40.8255379Z processing existing schema: aten::Delete.Dict_str(Dict(str, t)(a!) self, str key) -> () 2022-12-01T10:11:40.8257130Z processing existing schema: aten::Delete.Dict_int(Dict(int, t)(a!) self, int key) -> () 2022-12-01T10:11:40.8258904Z processing existing schema: aten::Delete.Dict_bool(Dict(bool, t)(a!) self, bool key) -> () 2022-12-01T10:11:40.8260687Z processing existing schema: aten::Delete.Dict_float(Dict(float, t)(a!) self, float key) -> () 2022-12-01T10:11:40.8262564Z processing existing schema: aten::Delete.Dict_complex(Dict(complex, t)(a!) self, complex key) -> () 2022-12-01T10:11:40.8264364Z processing existing schema: aten::Delete.Dict_Tensor(Dict(Tensor, t)(a!) self, Tensor key) -> () 2022-12-01T10:11:40.8266468Z processing existing schema: quantized::conv3d.new(Tensor qx, __torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.8268687Z processing existing schema: quantized::conv3d(Tensor qx, __torch__.torch.classes.quantized.Conv3dPackedParamsBase weight, int[] stride, int[] padding, int[] dilation, int groups, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.8270135Z processing existing schema: aten::relu6_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.8271581Z processing existing schema: aten::str(t elem) -> str 2022-12-01T10:11:40.8273840Z processing existing schema: quantized::conv2d_relu.new(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.8276055Z processing existing schema: quantized::conv2d_relu(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase weight, int[] stride, int[] padding, int[] dilation, int groups, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.8277492Z processing existing schema: aten::selu_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.8278458Z processing existing schema: prim::rpc_sync(...) -> ... 2022-12-01T10:11:40.8281246Z processing existing schema: quantized::mul_relu_out(Tensor qa, Tensor qb, Tensor(a!) out) -> Tensor(a!) out 2022-12-01T10:11:40.8282287Z processing existing schema: aten::selu(Tensor self) -> Tensor 2022-12-01T10:11:40.8283607Z processing existing schema: prim::rpc_async(...) -> ... 2022-12-01T10:11:40.8286175Z processing existing schema: quantized::mul_out(Tensor qa, Tensor qb, Tensor(a!) out) -> Tensor(a!) out 2022-12-01T10:11:40.8287955Z processing existing schema: aten::celu_(Tensor(a!) self, Scalar alpha=1.) -> Tensor(a!) 2022-12-01T10:11:40.8289811Z processing existing schema: aten::celu(Tensor self, Scalar alpha=1.) -> Tensor 2022-12-01T10:11:40.8292244Z processing existing schema: aten::celu.out(Tensor self, Scalar alpha=1., *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8293675Z processing existing schema: aten::gelu(Tensor self, *, str approximate="none") -> Tensor 2022-12-01T10:11:40.8296374Z processing existing schema: aten::gelu.out(Tensor self, *, str approximate="none", Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8297790Z processing existing schema: aten::sigmoid_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.8299759Z processing existing schema: aten::format(str self, ...) -> str 2022-12-01T10:11:40.8302012Z processing existing schema: quantized::instance_norm(Tensor input, Tensor? weight, Tensor? bias, float eps, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.8303452Z processing existing schema: aten::silu_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.8305789Z processing existing schema: aten::__getitem__.t(t[](a) list, int idx) -> t(*) 2022-12-01T10:11:40.8307269Z processing existing schema: aten::__getitem__.str(str s, int index) -> str 2022-12-01T10:11:40.8309812Z processing existing schema: aten::__getitem__.Dict_str(Dict(str, t) self, str key) -> t(*) 2022-12-01T10:11:40.8311951Z processing existing schema: aten::__getitem__.Dict_int(Dict(int, t) self, int key) -> t(*) 2022-12-01T10:11:40.8314141Z processing existing schema: aten::__getitem__.Dict_bool(Dict(bool, t) self, bool key) -> t(*) 2022-12-01T10:11:40.8316424Z processing existing schema: aten::__getitem__.Dict_float(Dict(float, t) self, float key) -> t(*) 2022-12-01T10:11:40.8318765Z processing existing schema: aten::__getitem__.Dict_complex(Dict(complex, t) self, complex key) -> t(*) 2022-12-01T10:11:40.8321121Z processing existing schema: aten::__getitem__.Dict_Tensor(Dict(Tensor, t) self, Tensor key) -> t(*) 2022-12-01T10:11:40.8322802Z processing existing schema: quantized::threshold(Tensor qx, Scalar threshold, Scalar value) -> Tensor qy 2022-12-01T10:11:40.8324551Z processing existing schema: aten::silu(Tensor self) -> Tensor 2022-12-01T10:11:40.8326868Z processing existing schema: aten::silu.out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8328439Z processing existing schema: quantized::softmax(Tensor qx, int dim, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.8330936Z processing existing schema: aten::softshrink(Tensor self, Scalar lambd=0.5) -> Tensor 2022-12-01T10:11:40.8333577Z processing existing schema: aten::softshrink.out(Tensor self, Scalar lambd=0.5, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8335266Z processing existing schema: quantized::conv_transpose3d_padding(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> int[] 2022-12-01T10:11:40.8337388Z processing existing schema: aten::tanh_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.8339038Z schema: prims::cat(Tensor[] tensors, int dim) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.8340640Z processing existing schema: aten::_pin_memory(Tensor self, Device? device=None) -> Tensor 2022-12-01T10:11:40.8342316Z processing existing schema: aten::_pin_memory.out(Tensor self, Device? device=None, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8343696Z processing existing schema: aten::diag(Tensor self, int diagonal=0) -> Tensor 2022-12-01T10:11:40.8345375Z processing existing schema: aten::diag.out(Tensor self, int diagonal=0, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8347069Z processing existing schema: aten::flatten.using_ints(Tensor(a) self, int start_dim=0, int end_dim=-1) -> Tensor(a) 2022-12-01T10:11:40.8348767Z processing existing schema: aten::flatten.DimnameList(Tensor(a) self, str[] dims, str out_dim) -> Tensor(a) 2022-12-01T10:11:40.8350621Z processing existing schema: aten::flatten.named_out_dim(Tensor(a) self, int start_dim, int end_dim, str out_dim) -> Tensor(a) 2022-12-01T10:11:40.8352162Z processing existing schema: aten::flatten.using_names(Tensor(a) self, str start_dim, str end_dim, str out_dim) -> Tensor(a) 2022-12-01T10:11:40.8353349Z processing existing schema: aten::flip(Tensor self, int[] dims) -> Tensor 2022-12-01T10:11:40.8354970Z processing existing schema: aten::flip.out(Tensor self, int[] dims, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8356860Z processing existing schema: aten::tril(Tensor self, int diagonal=0) -> Tensor 2022-12-01T10:11:40.8358061Z processing existing schema: aten::tril.out(Tensor self, int diagonal=0, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8358979Z schema: nvprims::var_mean(Tensor inp, bool unbiased) -> (Tensor, Tensor) found on allowlist, skipping 2022-12-01T10:11:40.8361005Z schema: nvprims::var_mean.main(Tensor inp, int[1]? dim=None, bool? unbiased=None, bool keepdim=False, *, int? correction=None) -> (Tensor, Tensor) found on allowlist, skipping 2022-12-01T10:11:40.8363031Z processing existing schema: aten::_sparse_bsc_tensor_unsafe(Tensor ccol_indices, Tensor row_indices, Tensor values, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.8364106Z processing existing schema: aten::triu(Tensor self, int diagonal=0) -> Tensor 2022-12-01T10:11:40.8365832Z processing existing schema: aten::triu.out(Tensor self, int diagonal=0, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8367148Z schema: nvprims::acos(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.8369073Z processing existing schema: aten::_sparse_coo_tensor_with_dims(int sparse_dim, int dense_dim, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-12-01T10:11:40.8370630Z processing existing schema: aten::_sparse_coo_tensor_with_dims.out(int sparse_dim, int dense_dim, int[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8371908Z processing existing schema: aten::repeat(Tensor self, SymInt[] repeats) -> Tensor 2022-12-01T10:11:40.8373585Z processing existing schema: aten::repeat.out(Tensor self, SymInt[] repeats, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8374753Z processing existing schema: prim::AutogradAdd(Any a, Any b) -> Any 2022-12-01T10:11:40.8376424Z processing existing schema: _quantized::conv_transpose1d(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.8377939Z processing existing schema: aten::roll(Tensor self, int[1] shifts, int[1] dims=[]) -> Tensor 2022-12-01T10:11:40.8380001Z processing existing schema: aten::roll.out(Tensor self, int[1] shifts, int[1] dims=[], *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8381471Z processing existing schema: aten::_size_if_not_equal(int[] self_size, int[] other_size) -> int[]? 2022-12-01T10:11:40.8383925Z processing existing schema: quantized::embedding_bag_4bit_rowwise_offsets(Tensor weight, Tensor indices, Tensor? offsets=None, bool scale_grad_by_freq=False, int mode=0, bool pruned_weights=False, Tensor? per_sample_weights=None, Tensor? compressed_indices_mapping=None, bool include_last_offset=False) -> Tensor 2022-12-01T10:11:40.8384815Z processing existing schema: aten::expand_copy(Tensor self, SymInt[] size, *, bool implicit=False) -> Tensor 2022-12-01T10:11:40.8386696Z processing existing schema: aten::expand_copy.out(Tensor self, SymInt[] size, *, bool implicit=False, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8388195Z processing existing schema: aten::diag_embed(Tensor self, int offset=0, int dim1=-2, int dim2=-1) -> Tensor 2022-12-01T10:11:40.8389963Z processing existing schema: aten::diag_embed.out(Tensor self, int offset=0, int dim1=-2, int dim2=-1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8391179Z processing existing schema: aten::block_diag(Tensor[] tensors) -> Tensor 2022-12-01T10:11:40.8392711Z processing existing schema: aten::block_diag.out(Tensor[] tensors, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8394065Z processing existing schema: aten::dropout(Tensor input, float p, bool train) -> Tensor 2022-12-01T10:11:40.8395395Z processing existing schema: aten::feature_dropout(Tensor input, float p, bool train) -> Tensor 2022-12-01T10:11:40.8396973Z processing existing schema: aten::alpha_dropout(Tensor input, float p, bool train) -> Tensor 2022-12-01T10:11:40.8398339Z processing existing schema: aten::feature_alpha_dropout(Tensor input, float p, bool train) -> Tensor 2022-12-01T10:11:40.8400982Z processing existing schema: aten::rrelu_with_noise_(Tensor(a!) self, Tensor noise, Scalar lower=0.125, Scalar upper=0.33333333333333331, bool training=False, Generator? generator=None) -> Tensor(a!) 2022-12-01T10:11:40.8402448Z processing existing schema: quantized::hardswish(Tensor input, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.8405051Z processing existing schema: aten::rrelu_(Tensor(a!) self, Scalar lower=0.125, Scalar upper=0.33333333333333331, bool training=False, Generator? generator=None) -> Tensor(a!) 2022-12-01T10:11:40.8405797Z processing existing schema: aten::is_scripting() -> bool 2022-12-01T10:11:40.8407189Z processing existing schema: quantized::embedding_bag_2bit_unpack(Tensor weight) -> Tensor 2022-12-01T10:11:40.8408083Z schema: prims::cbrt(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.8409436Z processing existing schema: aten::_fused_dropout(Tensor self, float p, Generator? generator=None) -> (Tensor, Tensor) 2022-12-01T10:11:40.8411164Z processing existing schema: aten::_fused_dropout.out(Tensor self, float p, Generator? generator=None, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:40.8412379Z processing existing schema: aten::absolute_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.8414103Z processing existing schema: aten::addcdiv_(Tensor(a!) self, Tensor tensor1, Tensor tensor2, *, Scalar value=1) -> Tensor(a!) 2022-12-01T10:11:40.8416007Z processing existing schema: aten::addcmul_(Tensor(a!) self, Tensor tensor1, Tensor tensor2, *, Scalar value=1) -> Tensor(a!) 2022-12-01T10:11:40.8417579Z processing existing schema: aten::addmv_(Tensor(a!) self, Tensor mat, Tensor vec, *, Scalar beta=1, Scalar alpha=1) -> Tensor(a!) 2022-12-01T10:11:40.8418775Z processing existing schema: aten::align_as(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.8419982Z processing existing schema: aten::align_tensors(Tensor[] tensors) -> Tensor[] 2022-12-01T10:11:40.8421489Z processing existing schema: aten::align_to(Tensor(a) self, str[] names) -> Tensor(a) 2022-12-01T10:11:40.8423190Z processing existing schema: aten::align_to.ellipsis_idx(Tensor(a) self, str[] order, int ellipsis_idx) -> Tensor(a) 2022-12-01T10:11:40.8424429Z processing existing schema: aten::all(Tensor self) -> Tensor 2022-12-01T10:11:40.8425858Z processing existing schema: aten::all.dim(Tensor self, int dim, bool keepdim=False) -> Tensor 2022-12-01T10:11:40.8427647Z processing existing schema: aten::all.out(Tensor self, int dim, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8429276Z processing existing schema: aten::all.all_out(Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8430803Z processing existing schema: aten::all.dimname(Tensor self, str dim, bool keepdim=False) -> Tensor 2022-12-01T10:11:40.8432624Z processing existing schema: aten::all.dimname_out(Tensor self, str dim, bool keepdim=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8433945Z processing existing schema: aten::all.int(int[] self) -> bool 2022-12-01T10:11:40.8435316Z processing existing schema: aten::all.float(float[] self) -> bool 2022-12-01T10:11:40.8436694Z processing existing schema: aten::all.bool(bool[] self) -> bool 2022-12-01T10:11:40.8438441Z processing existing schema: aten::arccosh_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.8440209Z processing existing schema: aten::atan2_(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.8441854Z processing existing schema: aten::clamp_(Tensor(a!) self, Scalar? min=None, Scalar? max=None) -> Tensor(a!) 2022-12-01T10:11:40.8443460Z processing existing schema: aten::clamp_.Tensor(Tensor(a!) self, Tensor? min=None, Tensor? max=None) -> Tensor(a!) 2022-12-01T10:11:40.8444868Z processing existing schema: aten::equal(Tensor self, Tensor other) -> bool 2022-12-01T10:11:40.8446258Z processing existing schema: aten::floor_divide_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:40.8447852Z processing existing schema: aten::floor_divide_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.8449383Z processing existing schema: aten::hypot_(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.8450737Z processing existing schema: aten::igamma_(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.8452034Z processing existing schema: aten::igammac_(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.8453526Z processing existing schema: aten::index_fill.Dimname_Scalar(Tensor self, str dim, Tensor index, Scalar value) -> Tensor 2022-12-01T10:11:40.8454767Z processing existing schema: aten::index_fill.Dimname_Tensor(Tensor self, str dim, Tensor index, Tensor value) -> Tensor 2022-12-01T10:11:40.8455863Z processing existing schema: aten::index_fill.int_Scalar(Tensor self, int dim, Tensor index, Scalar value) -> Tensor 2022-12-01T10:11:40.8457172Z processing existing schema: aten::index_fill.int_Tensor(Tensor self, int dim, Tensor index, Tensor value) -> Tensor 2022-12-01T10:11:40.8458933Z processing existing schema: aten::index_fill.int_Scalar_out(Tensor self, int dim, Tensor index, Scalar value, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8460784Z processing existing schema: aten::index_fill.int_Tensor_out(Tensor self, int dim, Tensor index, Tensor value, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8462477Z processing existing schema: aten::index_fill_.Dimname_Scalar(Tensor(a!) self, str dim, Tensor index, Scalar value) -> Tensor(a!) 2022-12-01T10:11:40.8464220Z processing existing schema: aten::index_fill_.Dimname_Tensor(Tensor(a!) self, str dim, Tensor index, Tensor value) -> Tensor(a!) 2022-12-01T10:11:40.8465828Z processing existing schema: aten::index_fill_.int_Scalar(Tensor(a!) self, int dim, Tensor index, Scalar value) -> Tensor(a!) 2022-12-01T10:11:40.8467493Z processing existing schema: aten::index_fill_.int_Tensor(Tensor(a!) self, int dim, Tensor index, Tensor value) -> Tensor(a!) 2022-12-01T10:11:40.8468451Z processing existing schema: aten::is_coalesced(Tensor self) -> bool 2022-12-01T10:11:40.8469771Z processing existing schema: aten::is_inference(Tensor self) -> bool 2022-12-01T10:11:40.8471438Z processing existing schema: aten::is_pinned(Tensor self, Device? device=None) -> bool 2022-12-01T10:11:40.8472497Z processing existing schema: aten::is_signed(Tensor self) -> bool 2022-12-01T10:11:40.8475267Z processing existing schema: aten::max_pool1d(Tensor self, int[1] kernel_size, int[1] stride=[], int[1] padding=[0], int[1] dilation=[1], bool ceil_mode=False) -> Tensor 2022-12-01T10:11:40.8477602Z processing existing schema: aten::max_pool3d_with_indices(Tensor self, int[3] kernel_size, int[3] stride=[], int[3] padding=0, int[3] dilation=1, bool ceil_mode=False) -> (Tensor, Tensor) 2022-12-01T10:11:40.8480523Z processing existing schema: aten::max_pool3d_with_indices.out(Tensor self, int[3] kernel_size, int[3] stride=[], int[3] padding=0, int[3] dilation=1, bool ceil_mode=False, *, Tensor(a!) out, Tensor(b!) indices) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:40.8481921Z processing existing schema: aten::nextafter_(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.8483223Z processing existing schema: aten::output_nr(Tensor self) -> int 2022-12-01T10:11:40.8484704Z processing existing schema: aten::refine_names(Tensor(a) self, str[] names) -> Tensor(a) 2022-12-01T10:11:40.8486502Z processing existing schema: prim::IfThenElse(bool cond, Any(a) x, Any(b) y) -> Any(a|b) 2022-12-01T10:11:40.8488464Z processing existing schema: quantized::max_pool2d(Tensor qx, int[] kernel_size, int[] stride, int[] padding, int[] dilation, bool ceil_mode) -> Tensor 2022-12-01T10:11:40.8489901Z processing existing schema: aten::rename(Tensor(a) self, str[]? names) -> Tensor(a) 2022-12-01T10:11:40.8491272Z processing existing schema: prim::layout(Tensor a) -> Layout 2022-12-01T10:11:40.8493131Z processing existing schema: quantized::conv_transpose2d(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.8494508Z processing existing schema: aten::rename_(Tensor(a!) self, str[]? names) -> Tensor(a!) 2022-12-01T10:11:40.8495870Z processing existing schema: prim::id(AnyClassType? x) -> int 2022-12-01T10:11:40.8497710Z processing existing schema: quantized::conv_transpose3d(Tensor qx, __torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.8498908Z processing existing schema: aten::square_(Tensor(a!) self) -> Tensor(a!) 2022-12-01T10:11:40.8500572Z processing existing schema: aten::unsafe_chunk(Tensor self, int chunks, int dim=0) -> Tensor[] 2022-12-01T10:11:40.8502133Z processing existing schema: aten::unsafe_split.Tensor(Tensor self, int split_size, int dim=0) -> Tensor[] 2022-12-01T10:11:40.8503619Z processing existing schema: aten::unsafe_split.Tensor_out(Tensor self, int split_size, int dim=0, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.8505184Z processing existing schema: aten::unsafe_split_with_sizes(Tensor self, int[] split_sizes, int dim=0) -> Tensor[] 2022-12-01T10:11:40.8506707Z processing existing schema: aten::unsafe_split_with_sizes.out(Tensor self, int[] split_sizes, int dim=0, *, Tensor(a!)[] out) -> () 2022-12-01T10:11:40.8508191Z processing existing schema: aten::vander(Tensor x, int? N=None, bool increasing=False) -> Tensor 2022-12-01T10:11:40.8509686Z processing existing schema: aten::set_data(Tensor(a!) self, Tensor new_data) -> () 2022-12-01T10:11:40.8511236Z processing existing schema: aten::append.t(t[](a!) self, t(c -> *) el) -> t[](a!) 2022-12-01T10:11:40.8513229Z processing existing schema: quantized::mul_scalar_out(Tensor qa, Scalar b, Tensor(a!) out) -> Tensor(a!) out 2022-12-01T10:11:40.8514874Z processing existing schema: quantized::mul_scalar_out.Tensor(Tensor qa, Tensor b, Tensor(a!) out) -> Tensor(a!) out 2022-12-01T10:11:40.8516242Z processing existing schema: aten::data(Tensor self) -> Tensor 2022-12-01T10:11:40.8517461Z processing existing schema: aten::is_leaf(Tensor self) -> bool 2022-12-01T10:11:40.8518736Z processing existing schema: aten::_version(Tensor self) -> int 2022-12-01T10:11:40.8520270Z processing existing schema: aten::retain_grad(Tensor(a!) self) -> () 2022-12-01T10:11:40.8521920Z processing existing schema: quantized::celu(Tensor self, float output_scale, int output_zero_point, Scalar alpha=1) -> Tensor 2022-12-01T10:11:40.8522713Z processing existing schema: aten::isdecimal(str self) -> bool 2022-12-01T10:11:40.8524851Z processing existing schema: aten::_ctc_loss_backward(Tensor grad, Tensor log_probs, Tensor targets, int[] input_lengths, int[] target_lengths, Tensor neg_log_likelihood, Tensor log_alpha, int blank, bool zero_infinity=False) -> Tensor 2022-12-01T10:11:40.8526820Z processing existing schema: aten::_ctc_loss_backward.Tensor(Tensor grad, Tensor log_probs, Tensor targets, Tensor input_lengths, Tensor target_lengths, Tensor neg_log_likelihood, Tensor log_alpha, int blank, bool zero_infinity=False) -> Tensor 2022-12-01T10:11:40.8528787Z processing existing schema: aten::_ctc_loss_backward.out(Tensor grad, Tensor log_probs, Tensor targets, int[] input_lengths, int[] target_lengths, Tensor neg_log_likelihood, Tensor log_alpha, int blank, bool zero_infinity=False, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8529119Z processing existing schema: prim::Print(...) -> () 2022-12-01T10:11:40.8531652Z processing existing schema: aten::quantized_lstm.input(Tensor input, Tensor[] hx, __torch__.torch.classes.rnn.CellParamsBase[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, bool batch_first, *, ScalarType? dtype=None, bool use_dynamic=False) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:40.8533589Z processing existing schema: aten::quantized_lstm.data(Tensor data, Tensor batch_sizes, Tensor[] hx, __torch__.torch.classes.rnn.CellParamsBase[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, *, ScalarType? dtype=None, bool use_dynamic=False) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:40.8535476Z processing existing schema: aten::quantized_lstm.input_legacy(Tensor input, Tensor[] hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, bool batch_first, *, ScalarType? dtype=None, bool use_dynamic=False) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:40.8537383Z processing existing schema: aten::quantized_lstm.data_legacy(Tensor data, Tensor batch_sizes, Tensor[] hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, *, ScalarType? dtype=None, bool use_dynamic=False) -> (Tensor, Tensor, Tensor) 2022-12-01T10:11:40.8539016Z processing existing schema: aten::quantized_gru.input(Tensor input, Tensor hx, __torch__.torch.classes.rnn.CellParamsBase[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, bool batch_first) -> (Tensor, Tensor) 2022-12-01T10:11:40.8540672Z processing existing schema: aten::quantized_gru.data(Tensor data, Tensor batch_sizes, Tensor hx, __torch__.torch.classes.rnn.CellParamsBase[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional) -> (Tensor, Tensor) 2022-12-01T10:11:40.8542194Z processing existing schema: aten::quantized_gru.input_legacy(Tensor input, Tensor hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional, bool batch_first) -> (Tensor, Tensor) 2022-12-01T10:11:40.8543885Z processing existing schema: aten::quantized_gru.data_legacy(Tensor data, Tensor batch_sizes, Tensor hx, Tensor[] params, bool has_biases, int num_layers, float dropout, bool train, bool bidirectional) -> (Tensor, Tensor) 2022-12-01T10:11:40.8545832Z processing existing schema: quantized::make_quantized_cell_params_dynamic(__torch__.torch.classes.quantized.LinearPackedParamsBase w_ih, __torch__.torch.classes.quantized.LinearPackedParamsBase w_hh, Tensor bias_ih, Tensor bias_hh, bool reduce_range=False) -> __torch__.torch.classes.rnn.CellParamsBase 2022-12-01T10:11:40.8546352Z processing existing schema: prim::PythonOp(...) -> ... 2022-12-01T10:11:40.8548352Z processing existing schema: quantized::make_quantized_cell_params_fp16(__torch__.torch.classes.quantized.LinearPackedParamsBase w_ih, __torch__.torch.classes.quantized.LinearPackedParamsBase w_hh) -> __torch__.torch.classes.rnn.CellParamsBase 2022-12-01T10:11:40.8548947Z processing existing schema: prim::IgnoredPythonOp(...) -> NoneType 2022-12-01T10:11:40.8551179Z processing existing schema: quantized::make_quantized_cell_params(Tensor w_ih, Tensor w_hh, Tensor b_ih, Tensor b_hh) -> __torch__.torch.classes.rnn.CellParamsBase 2022-12-01T10:11:40.8553101Z processing existing schema: quantized::quantized_gru_cell_dynamic(Tensor input, Tensor hx, __torch__.torch.classes.quantized.LinearPackedParamsBase w_ih, __torch__.torch.classes.quantized.LinearPackedParamsBase w_hh, Tensor b_ih, Tensor b_hh) -> Tensor 2022-12-01T10:11:40.8554752Z processing existing schema: quantized::quantized_rnn_tanh_cell_dynamic(Tensor input, Tensor hx, __torch__.torch.classes.quantized.LinearPackedParamsBase w_ih, __torch__.torch.classes.quantized.LinearPackedParamsBase w_hh, Tensor b_ih, Tensor b_hh) -> Tensor 2022-12-01T10:11:40.8556150Z processing existing schema: sparse::qlinear(Tensor X, __torch__.torch.classes.sparse.LinearPackedParamsBase W_prepack, float Y_scale_i, int Y_zero_point_i) -> Tensor Y 2022-12-01T10:11:40.8557721Z processing existing schema: sparse::qlinear_relu(Tensor X, __torch__.torch.classes.sparse.LinearPackedParamsBase W_prepack, float Y_scale_i, int Y_zero_point_i) -> Tensor Y 2022-12-01T10:11:40.8558989Z processing existing schema: prim::AutogradZero() -> Tensor 2022-12-01T10:11:40.8560766Z processing existing schema: sparse::qlinear_dynamic(Tensor X, __torch__.torch.classes.sparse.LinearPackedParamsBase W_prepack) -> Tensor Y 2022-12-01T10:11:40.8561929Z processing existing schema: prim::AutogradAnyNonZero(...) -> bool 2022-12-01T10:11:40.8563427Z processing existing schema: sparse::qlinear_relu_dynamic(Tensor X, __torch__.torch.classes.sparse.LinearPackedParamsBase W_prepack) -> Tensor Y 2022-12-01T10:11:40.8564384Z processing existing schema: prim::AutogradAllNonZero(...) -> bool 2022-12-01T10:11:40.8566404Z processing existing schema: sparse::qlinear_prepack(Tensor W, Tensor? B, int out_features_block_size, int in_features_block_size) -> __torch__.torch.classes.sparse.LinearPackedParamsBase W_prepack 2022-12-01T10:11:40.8568210Z processing existing schema: quantized::max_pool1d(Tensor qx, int[] kernel_size, int[] stride, int[] padding, int[] dilation, bool ceil_mode) -> Tensor 2022-12-01T10:11:40.8568910Z processing existing schema: prim::dtype(Tensor a) -> int 2022-12-01T10:11:40.8570878Z processing existing schema: quantized::conv_transpose1d(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.8572347Z processing existing schema: _quantized::conv2d_relu(Tensor qx, __torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.8572735Z processing existing schema: prim::FallbackGraph(...) -> ... 2022-12-01T10:11:40.8574981Z processing existing schema: quantized::conv_prepack(Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] dilation, int groups) -> __torch__.torch.classes.quantized.Conv2dPackedParamsBase 2022-12-01T10:11:40.8575872Z processing existing schema: aten::is_strides_like_format(Tensor self, MemoryFormat memory_format) -> bool 2022-12-01T10:11:40.8576983Z processing existing schema: aten::_compute_linear_combination(Tensor input, Tensor coefficients) -> Tensor 2022-12-01T10:11:40.8578597Z processing existing schema: aten::_compute_linear_combination.out(Tensor input, Tensor coefficients, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8579331Z processing existing schema: prim::MMBatchSide(...) -> ... 2022-12-01T10:11:40.8581792Z processing existing schema: quantized::conv_transpose1d_prepack(Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] output_padding, int[] dilation, int groups) -> __torch__.torch.classes.quantized.Conv2dPackedParamsBase 2022-12-01T10:11:40.8583477Z processing existing schema: quantized::conv_transpose3d_prepack(Tensor weight, Tensor? bias, int[] stride, int[] padding, int[] output_padding, int[] dilation, int groups) -> __torch__.torch.classes.quantized.Conv3dPackedParamsBase 2022-12-01T10:11:40.8584290Z processing existing schema: prim::squeeze_copy(Tensor self) -> Tensor 2022-12-01T10:11:40.8585684Z processing existing schema: prim::squeeze_copy.dim(Tensor self, int dim) -> Tensor 2022-12-01T10:11:40.8587735Z processing existing schema: quantized::elu(Tensor self, float output_scale, int output_zero_point, Scalar alpha=1, Scalar scale=1, Scalar input_scale=1) -> Tensor 2022-12-01T10:11:40.8589163Z processing existing schema: prim::rangelist(int n) -> int[] 2022-12-01T10:11:40.8591520Z processing existing schema: quantized::embedding_bag_byte(__torch__.torch.classes.quantized.EmbeddingPackedParamsBase weight, Tensor indices, Tensor? offsets=None, bool scale_grad_by_freq=False, int mode=0, bool pruned_weights=False, Tensor? per_sample_weights=None, Tensor? compressed_indices_mapping=None, bool include_last_offset=False) -> Tensor 2022-12-01T10:11:40.8594003Z processing existing schema: quantized::embedding_bag_4bit(__torch__.torch.classes.quantized.EmbeddingPackedParamsBase weight, Tensor indices, Tensor? offsets=None, bool scale_grad_by_freq=False, int mode=0, bool pruned_weights=False, Tensor? per_sample_weights=None, Tensor? compressed_indices_mapping=None, bool include_last_offset=False) -> Tensor 2022-12-01T10:11:40.8594253Z processing existing schema: aten::upper(str self) -> str 2022-12-01T10:11:40.8596319Z processing existing schema: aten::_cudnn_init_dropout_state(float dropout, bool train, int dropout_seed, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-12-01T10:11:40.8598124Z processing existing schema: aten::_cudnn_init_dropout_state.out(float dropout, bool train, int dropout_seed, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8598885Z processing existing schema: prim::unchecked_cast(t x) -> t 2022-12-01T10:11:40.8600764Z processing existing schema: quantized::embedding_4bit(__torch__.torch.classes.quantized.EmbeddingPackedParamsBase weight, Tensor indices, bool pruned_weights=False) -> Tensor 2022-12-01T10:11:40.8601851Z processing existing schema: aten::floordiv.int(int a, int b) -> int 2022-12-01T10:11:40.8603211Z processing existing schema: aten::floordiv.float(float a, float b) -> float 2022-12-01T10:11:40.8604458Z processing existing schema: aten::floordiv.int_float(int a, float b) -> float 2022-12-01T10:11:40.8605708Z processing existing schema: aten::floordiv.float_int(float a, int b) -> float 2022-12-01T10:11:40.8606841Z processing existing schema: aten::floordiv(Scalar a, Scalar b) -> Scalar 2022-12-01T10:11:40.8609002Z processing existing schema: quantized::embedding_bag_2bit_prepack(Tensor weight, bool optimized_qparams=False, int nbins=200, float ratio=0.16) -> Tensor 2022-12-01T10:11:40.8609813Z processing existing schema: aten::isupper(str self) -> bool 2022-12-01T10:11:40.8611405Z processing existing schema: aten::_cummax_helper(Tensor self, Tensor(a!) values, Tensor(b!) indices, int dim) -> () 2022-12-01T10:11:40.8612772Z processing existing schema: aten::__range_length(int lo, int hi, int step) -> int 2022-12-01T10:11:40.8614177Z processing existing schema: quantized::embedding_bag_prepack(Tensor weight) -> __torch__.torch.classes.quantized.EmbeddingPackedParamsBase W_prepack 2022-12-01T10:11:40.8615087Z processing existing schema: aten::islower(str self) -> bool 2022-12-01T10:11:40.8616626Z processing existing schema: aten::_cummin_helper(Tensor self, Tensor(a!) values, Tensor(b!) indices, int dim) -> () 2022-12-01T10:11:40.8618293Z processing existing schema: quantized::linear(Tensor X, __torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack, float Y_scale_i, int Y_zero_point_i) -> Tensor Y 2022-12-01T10:11:40.8619608Z processing existing schema: aten::startswith(str self, str substr, int start=0, int end=-1) -> bool 2022-12-01T10:11:40.8621593Z processing existing schema: aten::_efficientzerotensor(int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.8623095Z processing existing schema: aten::_efficientzerotensor.out(int[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8624354Z processing existing schema: prim::RaiseException(str msg, str? cls=None) -> () 2022-12-01T10:11:40.8626384Z processing existing schema: quantized::linear_relu(Tensor X, __torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack, float Y_scale_i, int Y_zero_point_i) -> Tensor Y 2022-12-01T10:11:40.8626954Z processing existing schema: aten::expandtabs(str self, int tabsize=8) -> str 2022-12-01T10:11:40.8629807Z processing existing schema: aten::_embedding_bag(Tensor weight, Tensor indices, Tensor offsets, bool scale_grad_by_freq=False, int mode=0, bool sparse=False, Tensor? per_sample_weights=None, bool include_last_offset=False, int padding_idx=-1) -> (Tensor, Tensor, Tensor, Tensor) 2022-12-01T10:11:40.8632138Z processing existing schema: aten::_embedding_bag.out(Tensor weight, Tensor indices, Tensor offsets, bool scale_grad_by_freq=False, int mode=0, bool sparse=False, Tensor? per_sample_weights=None, bool include_last_offset=False, int padding_idx=-1, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2, Tensor(d!) out3) -> (Tensor(a!), Tensor(b!), Tensor(c!), Tensor(d!)) 2022-12-01T10:11:40.8633139Z processing existing schema: quantized::linear_dynamic_fp16(Tensor X, __torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack) -> Tensor Y 2022-12-01T10:11:40.8634884Z processing existing schema: aten::scalar_tensor(Scalar s, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.8636363Z processing existing schema: aten::scalar_tensor.out(Scalar s, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8637768Z processing existing schema: aten::isidentifier(str self) -> bool 2022-12-01T10:11:40.8639756Z processing existing schema: aten::_embedding_bag_per_sample_weights_backward(Tensor grad, Tensor weight, Tensor indices, Tensor offsets, Tensor offset2bag, int mode, int padding_idx=-1) -> Tensor 2022-12-01T10:11:40.8641688Z processing existing schema: aten::_embedding_bag_per_sample_weights_backward.out(Tensor grad, Tensor weight, Tensor indices, Tensor offsets, Tensor offset2bag, int mode, int padding_idx=-1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8642307Z processing existing schema: prim::profile(...) -> ... 2022-12-01T10:11:40.8644088Z processing existing schema: _quantized::linear_dynamic(Tensor X, __torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack, bool reduce_range=False) -> Tensor Y 2022-12-01T10:11:40.8645058Z processing existing schema: aten::isprintable(str self) -> bool 2022-12-01T10:11:40.8647444Z processing existing schema: aten::_empty_affine_quantized(int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, float scale=1., int zero_point=0, MemoryFormat? memory_format=0) -> Tensor 2022-12-01T10:11:40.8649274Z processing existing schema: aten::_empty_affine_quantized.out(int[] size, *, float scale=1., int zero_point=0, MemoryFormat? memory_format=0, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8650108Z processing existing schema: prim::TimePoint() -> int 2022-12-01T10:11:40.8652093Z processing existing schema: quantized::linear_prepack_fp16(Tensor W, Tensor? B=None) -> __torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack 2022-12-01T10:11:40.8653385Z processing existing schema: quantized::linear_prepack_fp16_legacy(Tensor W, Tensor? B=None) -> Tensor W_prepack 2022-12-01T10:11:40.8655605Z processing existing schema: _quantized::linear_prepack_fp16(Tensor W, Tensor? B=None) -> __torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack 2022-12-01T10:11:40.8655925Z processing existing schema: prim::rpc_remote(...) -> ... 2022-12-01T10:11:40.8656855Z processing existing schema: quantized::mul_scalar(Tensor qa, Scalar b) -> Tensor qc 2022-12-01T10:11:40.8658198Z processing existing schema: quantized::mul_scalar.Tensor(Tensor qa, Tensor b) -> Tensor qc 2022-12-01T10:11:40.8659442Z processing existing schema: aten::ord(str string) -> int 2022-12-01T10:11:40.8660808Z processing existing schema: quantized::conv2d_transpose(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> int 2022-12-01T10:11:40.8661775Z processing existing schema: aten::oct(int i) -> str 2022-12-01T10:11:40.8663565Z processing existing schema: quantized::conv3d_output_padding(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> int[] 2022-12-01T10:11:40.8664532Z processing existing schema: aten::clear.t(t[](a!) self) -> () 2022-12-01T10:11:40.8666084Z processing existing schema: aten::clear.str(Dict(str, t)(a!) self) -> () 2022-12-01T10:11:40.8667606Z processing existing schema: aten::clear.int(Dict(int, t)(a!) self) -> () 2022-12-01T10:11:40.8669307Z processing existing schema: aten::clear.bool(Dict(bool, t)(a!) self) -> () 2022-12-01T10:11:40.8669977Z processing existing schema: aten::clear.float(Dict(float, t)(a!) self) -> () 2022-12-01T10:11:40.8671638Z processing existing schema: aten::clear.complex(Dict(complex, t)(a!) self) -> () 2022-12-01T10:11:40.8673171Z processing existing schema: aten::clear.Tensor(Dict(Tensor, t)(a!) self) -> () 2022-12-01T10:11:40.8674589Z processing existing schema: quantized::conv3d_dilation(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> int[] 2022-12-01T10:11:40.8676616Z processing existing schema: aten::setdefault.str(Dict(str, t)(a!) self, str(b -> *) key, t(c -> *) default_value) -> t(*) 2022-12-01T10:11:40.8678516Z processing existing schema: aten::setdefault.int(Dict(int, t)(a!) self, int(b -> *) key, t(c -> *) default_value) -> t(*) 2022-12-01T10:11:40.8680597Z processing existing schema: aten::setdefault.bool(Dict(bool, t)(a!) self, bool(b -> *) key, t(c -> *) default_value) -> t(*) 2022-12-01T10:11:40.8682543Z processing existing schema: aten::setdefault.float(Dict(float, t)(a!) self, float(b -> *) key, t(c -> *) default_value) -> t(*) 2022-12-01T10:11:40.8684547Z processing existing schema: aten::setdefault.complex(Dict(complex, t)(a!) self, complex(b -> *) key, t(c -> *) default_value) -> t(*) 2022-12-01T10:11:40.8686507Z processing existing schema: aten::setdefault.Tensor(Dict(Tensor, t)(a!) self, Tensor(b -> *) key, t(c -> *) default_value) -> t(*) 2022-12-01T10:11:40.8688019Z processing existing schema: quantized::conv3d_groups(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> int 2022-12-01T10:11:40.8689460Z processing existing schema: aten::bin(int i) -> str 2022-12-01T10:11:40.8690168Z processing existing schema: quantized::conv3d_transpose(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> int 2022-12-01T10:11:40.8691741Z processing existing schema: aten::pop.t(t[](a!) self, int idx=-1) -> t(*) 2022-12-01T10:11:40.8693516Z processing existing schema: aten::pop.Dict_str(Dict(str, t)(a!) self, str key) -> t(*) 2022-12-01T10:11:40.8695483Z processing existing schema: aten::pop.Dict_default_str(Dict(str, t)(a!) self, str key, t default_value) -> t(*) 2022-12-01T10:11:40.8697257Z processing existing schema: aten::pop.Dict_int(Dict(int, t)(a!) self, int key) -> t(*) 2022-12-01T10:11:40.8699022Z processing existing schema: aten::pop.Dict_default_int(Dict(int, t)(a!) self, int key, t default_value) -> t(*) 2022-12-01T10:11:40.8700681Z processing existing schema: aten::pop.Dict_bool(Dict(bool, t)(a!) self, bool key) -> t(*) 2022-12-01T10:11:40.8702480Z processing existing schema: aten::pop.Dict_default_bool(Dict(bool, t)(a!) self, bool key, t default_value) -> t(*) 2022-12-01T10:11:40.8704227Z processing existing schema: aten::pop.Dict_float(Dict(float, t)(a!) self, float key) -> t(*) 2022-12-01T10:11:40.8706154Z processing existing schema: aten::pop.Dict_default_float(Dict(float, t)(a!) self, float key, t default_value) -> t(*) 2022-12-01T10:11:40.8707874Z processing existing schema: aten::pop.Dict_complex(Dict(complex, t)(a!) self, complex key) -> t(*) 2022-12-01T10:11:40.8709805Z processing existing schema: aten::pop.Dict_default_complex(Dict(complex, t)(a!) self, complex key, t default_value) -> t(*) 2022-12-01T10:11:40.8711495Z processing existing schema: aten::pop.Dict_Tensor(Dict(Tensor, t)(a!) self, Tensor key) -> t(*) 2022-12-01T10:11:40.8713487Z processing existing schema: aten::pop.Dict_default_Tensor(Dict(Tensor, t)(a!) self, Tensor key, t default_value) -> t(*) 2022-12-01T10:11:40.8715121Z processing existing schema: quantized::conv_transpose1d_unpack(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> (Tensor unpacked_weights, Tensor? B_origin) 2022-12-01T10:11:40.8715878Z processing existing schema: aten::insert.t(t[](a!) self, int idx, t(b -> *) el) -> () 2022-12-01T10:11:40.8717308Z processing existing schema: quantized::conv_transpose2d_unpack(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> (Tensor unpacked_weights, Tensor? B_origin) 2022-12-01T10:11:40.8718734Z processing existing schema: aten::tensor.float(float t, *, ScalarType? dtype=None, Device? device=None, bool requires_grad=False) -> Tensor 2022-12-01T10:11:40.8720987Z processing existing schema: aten::tensor.int(int t, *, ScalarType? dtype=None, Device? device=None, bool requires_grad=False) -> Tensor 2022-12-01T10:11:40.8722231Z processing existing schema: aten::tensor.bool(bool t, *, ScalarType? dtype=None, Device? device=None, bool requires_grad=False) -> Tensor 2022-12-01T10:11:40.8723902Z processing existing schema: aten::tensor.complex(complex t, *, ScalarType? dtype=None, Device? device=None, bool requires_grad=False) -> Tensor 2022-12-01T10:11:40.8725363Z processing existing schema: aten::tensor(t[] data, *, ScalarType? dtype=None, Device? device=None, bool requires_grad=False) -> Tensor 2022-12-01T10:11:40.8726611Z processing existing schema: quantized::conv_transpose2d_stride(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> int[] 2022-12-01T10:11:40.8727631Z processing existing schema: aten::__contains__.int_list(int[] l, int item) -> bool 2022-12-01T10:11:40.8728960Z processing existing schema: aten::__contains__.str_list(str[] l, str item) -> bool 2022-12-01T10:11:40.8730589Z processing existing schema: aten::__contains__.str(Dict(str, t) dict, str key) -> bool 2022-12-01T10:11:40.8732132Z processing existing schema: aten::__contains__.int(Dict(int, t) dict, int key) -> bool 2022-12-01T10:11:40.8733534Z processing existing schema: aten::__contains__.bool(Dict(bool, t) dict, bool key) -> bool 2022-12-01T10:11:40.8734952Z processing existing schema: aten::__contains__.float(Dict(float, t) dict, float key) -> bool 2022-12-01T10:11:40.8736384Z processing existing schema: aten::__contains__.complex(Dict(complex, t) dict, complex key) -> bool 2022-12-01T10:11:40.8738063Z processing existing schema: aten::__contains__.Tensor(Dict(Tensor, t) dict, Tensor key) -> bool 2022-12-01T10:11:40.8739459Z processing existing schema: aten::__contains__.float_list(float[] l, float item) -> bool 2022-12-01T10:11:40.8741080Z processing existing schema: quantized::conv_transpose2d_output_padding(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> int[] 2022-12-01T10:11:40.8742359Z processing existing schema: prim::grad(Tensor a) -> Tensor(*) 2022-12-01T10:11:40.8744086Z processing existing schema: quantized::conv_transpose2d_groups(__torch__.torch.classes.quantized.Conv2dPackedParamsBase packed_weights) -> int 2022-12-01T10:11:40.8744622Z processing existing schema: aten::is_autocast_cpu_enabled() -> bool 2022-12-01T10:11:40.8746174Z processing existing schema: quantized::conv_transpose3d_groups(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> int 2022-12-01T10:11:40.8748352Z processing existing schema: aten::sparse_bsc_tensor.ccol_row_value_size(Tensor ccol_indices, Tensor row_indices, Tensor values, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-12-01T10:11:40.8750314Z processing existing schema: aten::sparse_bsc_tensor.ccol_row_value(Tensor ccol_indices, Tensor row_indices, Tensor values, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-12-01T10:11:40.8751074Z processing existing schema: aten::__and__.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:40.8752596Z processing existing schema: aten::__and__.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.8753948Z processing existing schema: aten::__and__.bool(bool a, bool b) -> bool 2022-12-01T10:11:40.8755407Z processing existing schema: aten::__and__.int(int a, int b) -> int 2022-12-01T10:11:40.8757074Z processing existing schema: quantized::conv_transpose3d_transpose(__torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weights) -> int 2022-12-01T10:11:40.8758915Z processing existing schema: aten::sparse_bsr_tensor.crow_col_value_size(Tensor crow_indices, Tensor col_indices, Tensor values, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-12-01T10:11:40.8760885Z processing existing schema: aten::sparse_bsr_tensor.crow_col_value(Tensor crow_indices, Tensor col_indices, Tensor values, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-12-01T10:11:40.8762059Z processing existing schema: aten::__iand__.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.8763548Z processing existing schema: aten::__iand__.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:40.8765064Z processing existing schema: quantized::linear_unpack(__torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack) -> (Tensor W_origin, Tensor? B_origin) 2022-12-01T10:11:40.8766126Z processing existing schema: quantized::linear_unpack.legacy(Tensor W_prepack) -> (Tensor W_origin, Tensor? B_origin) 2022-12-01T10:11:40.8769479Z processing existing schema: aten::sparse_compressed_tensor.comp_plain_value_size(Tensor compressed_indices, Tensor plain_indices, Tensor values, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-12-01T10:11:40.8771656Z processing existing schema: aten::sparse_compressed_tensor.comp_plain_value(Tensor compressed_indices, Tensor plain_indices, Tensor values, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-12-01T10:11:40.8773460Z processing existing schema: aten::__ilshift__.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.8775846Z processing existing schema: aten::__ilshift__.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:40.8776975Z processing existing schema: quantized::linear_unpack_fp16(__torch__.torch.classes.quantized.LinearPackedParamsBase W_prepack) -> (Tensor W_origin, Tensor? B_origin) 2022-12-01T10:11:40.8778588Z processing existing schema: quantized::linear_unpack_fp16.legacy(Tensor W_prepack) -> (Tensor W_origin, Tensor? B_origin) 2022-12-01T10:11:40.8781499Z processing existing schema: aten::sparse_coo_tensor.size(int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-12-01T10:11:40.8783902Z processing existing schema: aten::sparse_coo_tensor.indices(Tensor indices, Tensor values, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.8786522Z processing existing schema: aten::sparse_coo_tensor.indices_size(Tensor indices, Tensor values, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.8788161Z processing existing schema: aten::sparse_coo_tensor.size_out(int[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8790522Z processing existing schema: aten::__ior__.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.8792451Z processing existing schema: aten::__ior__.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:40.8795075Z processing existing schema: _quantized::conv3d(Tensor qx, __torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.8797674Z processing existing schema: aten::sparse_csc_tensor.ccol_row_value_size(Tensor ccol_indices, Tensor row_indices, Tensor values, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-12-01T10:11:40.8800447Z processing existing schema: aten::sparse_csc_tensor.ccol_row_value(Tensor ccol_indices, Tensor row_indices, Tensor values, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-12-01T10:11:40.8801851Z processing existing schema: aten::__irshift__.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.8804341Z processing existing schema: aten::__irshift__.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:40.8806579Z processing existing schema: _quantized::conv3d_relu(Tensor qx, __torch__.torch.classes.quantized.Conv3dPackedParamsBase packed_weight, float output_scale, int output_zero_point) -> Tensor 2022-12-01T10:11:40.8809523Z processing existing schema: aten::sparse_csr_tensor.crow_col_value_size(Tensor crow_indices, Tensor col_indices, Tensor values, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-12-01T10:11:40.8812017Z processing existing schema: aten::sparse_csr_tensor.crow_col_value(Tensor crow_indices, Tensor col_indices, Tensor values, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-12-01T10:11:40.8813731Z processing existing schema: aten::__ixor__.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.8816143Z processing existing schema: aten::__ixor__.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:40.8817936Z processing existing schema: _quantized::linear_prepack_legacy(Tensor W, Tensor? B=None) -> Tensor W_prepack 2022-12-01T10:11:40.8819984Z processing existing schema: aten::__or__.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.8821662Z processing existing schema: aten::__or__.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:40.8823684Z processing existing schema: aten::__or__.bool(bool a, bool b) -> bool 2022-12-01T10:11:40.8825231Z processing existing schema: aten::__or__.int(int a, int b) -> int 2022-12-01T10:11:40.8828803Z processing existing schema: mkldnn_prepacked::conv2d_prepack(Tensor W, Tensor? B, int[2] stride, int[2] padding, int[2] dilation, int groups, int[4] input_size, str attr) -> __torch__.torch.classes.mkldnn.ConvOpContext 2022-12-01T10:11:40.8829645Z processing existing schema: aten::__rshift__.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.8831921Z processing existing schema: aten::__rshift__.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:40.8833962Z processing existing schema: aten::__rshift__.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8836333Z processing existing schema: aten::__rshift__.Tensor_out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8837377Z processing existing schema: aten::__rshift__.int(int a, int b) -> int 2022-12-01T10:11:40.8840238Z processing existing schema: mkldnn_prepacked::conv2d_run(Tensor X, __torch__.torch.classes.mkldnn.ConvOpContext W_prepack) -> Tensor Y 2022-12-01T10:11:40.8841485Z processing existing schema: aten::_adaptive_avg_pool2d(Tensor self, SymInt[2] output_size) -> Tensor 2022-12-01T10:11:40.8844365Z processing existing schema: aten::_adaptive_avg_pool2d.out(Tensor self, SymInt[2] output_size, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8844918Z schema: prepacked::unpack_prepacked_sizes_conv2d(Any W_prepack) -> Any found on allowlist, skipping 2022-12-01T10:11:40.8847018Z processing existing schema: aten::_adaptive_avg_pool2d_backward(Tensor grad_output, Tensor self) -> Tensor 2022-12-01T10:11:40.8849105Z processing existing schema: aten::_adaptive_avg_pool2d_backward.out(Tensor grad_output, Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8849829Z schema: prepacked::unpack_prepacked_sizes_linear(Any W_prepack) -> Any found on allowlist, skipping 2022-12-01T10:11:40.8852008Z processing existing schema: aten::_adaptive_avg_pool3d(Tensor self, int[3] output_size) -> Tensor 2022-12-01T10:11:40.8854161Z processing existing schema: aten::_adaptive_avg_pool3d.out(Tensor self, int[3] output_size, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8856270Z processing existing schema: prepacked::linear_clamp_prepack(Tensor W, Tensor? B=None, Scalar? output_min=None, Scalar? output_max=None) -> __torch__.torch.classes.xnnpack.LinearOpContext 2022-12-01T10:11:40.8857718Z processing existing schema: aten::_adaptive_avg_pool3d_backward(Tensor grad_output, Tensor self) -> Tensor 2022-12-01T10:11:40.8859824Z processing existing schema: aten::_adaptive_avg_pool3d_backward.out(Tensor grad_output, Tensor self, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8861630Z processing existing schema: prepacked::linear_clamp_run(Tensor X, __torch__.torch.classes.xnnpack.LinearOpContext W_prepack) -> Tensor Y 2022-12-01T10:11:40.8863141Z processing existing schema: aten::_add_batch_dim(Tensor self, int batch_dim, int level) -> Tensor 2022-12-01T10:11:40.8866164Z processing existing schema: prepacked::conv2d_clamp_prepack(Tensor W, Tensor? B, int[2] stride, int[2] padding, int[2] dilation, int groups, Scalar? output_min=None, Scalar? output_max=None) -> __torch__.torch.classes.xnnpack.Conv2dOpContext 2022-12-01T10:11:40.8867733Z processing existing schema: aten::_add_relu.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor 2022-12-01T10:11:40.8869834Z processing existing schema: aten::_add_relu.out(Tensor self, Tensor other, *, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8871491Z processing existing schema: aten::_add_relu.Scalar(Tensor self, Scalar other, Scalar alpha=1) -> Tensor 2022-12-01T10:11:40.8873598Z processing existing schema: aten::_add_relu.Scalar_out(Tensor self, Scalar other, Scalar alpha=1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8876838Z processing existing schema: prepacked::conv2d_transpose_clamp_prepack(Tensor W, Tensor? B, int[2] stride, int[2] padding, int[2] output_padding, int[2] dilation, int groups, Scalar? output_min=None, Scalar? output_max=None) -> __torch__.torch.classes.xnnpack.TransposeConv2dOpContext 2022-12-01T10:11:40.8878536Z processing existing schema: aten::_add_relu_.Tensor(Tensor(a!) self, Tensor other, *, Scalar alpha=1) -> Tensor(a!) 2022-12-01T10:11:40.8880596Z processing existing schema: aten::_add_relu_.Scalar(Tensor(a!) self, Scalar other, Scalar alpha=1) -> Tensor(a!) 2022-12-01T10:11:40.8882308Z processing existing schema: prepacked::conv2d_clamp_run(Tensor X, __torch__.torch.classes.xnnpack.Conv2dOpContext W_prepack) -> Tensor Y 2022-12-01T10:11:40.8884237Z processing existing schema: aten::_addmm_activation(Tensor self, Tensor mat1, Tensor mat2, *, Scalar beta=1, Scalar alpha=1, bool use_gelu=False) -> Tensor 2022-12-01T10:11:40.8886056Z processing existing schema: aten::_addmm_activation.out(Tensor self, Tensor mat1, Tensor mat2, *, Scalar beta=1, Scalar alpha=1, bool use_gelu=False, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8887455Z processing existing schema: prepacked::conv2d_transpose_clamp_run(Tensor X, __torch__.torch.classes.xnnpack.TransposeConv2dOpContext W_prepack) -> Tensor Y 2022-12-01T10:11:40.8888917Z processing existing schema: aten::arange(Scalar end, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.8890575Z processing existing schema: aten::arange.start(Scalar start, Scalar end, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.8892372Z processing existing schema: aten::arange.start_step(Scalar start, Scalar end, Scalar step=1, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.8894178Z processing existing schema: aten::arange.start_out(Scalar start, Scalar end, Scalar step=1, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8895742Z processing existing schema: aten::arange.out(Scalar end, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8897474Z processing existing schema: aten::bartlett_window(int window_length, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.8899145Z processing existing schema: aten::bartlett_window.periodic(int window_length, bool periodic, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.8900590Z processing existing schema: aten::bartlett_window.out(int window_length, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8902172Z processing existing schema: aten::bartlett_window.periodic_out(int window_length, bool periodic, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8903872Z processing existing schema: aten::blackman_window(int window_length, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.8905595Z processing existing schema: aten::blackman_window.periodic(int window_length, bool periodic, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.8906959Z processing existing schema: aten::blackman_window.out(int window_length, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8908604Z processing existing schema: aten::blackman_window.periodic_out(int window_length, bool periodic, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8910652Z processing existing schema: aten::empty_quantized(int[] size, Tensor qtensor, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, MemoryFormat? memory_format=None) -> Tensor 2022-12-01T10:11:40.8912211Z processing existing schema: aten::empty_quantized.out(int[] size, Tensor qtensor, *, MemoryFormat? memory_format=None, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8913932Z processing existing schema: aten::eye(int n, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.8915657Z processing existing schema: aten::eye.m(int n, int m, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.8916892Z processing existing schema: aten::eye.out(int n, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8918442Z processing existing schema: aten::eye.m_out(int n, int m, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8920662Z schema: aten::full.names(int[] size, Scalar fill_value, *, str[]? names, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor has valid upgrader, skipping 2022-12-01T10:11:40.8922291Z schema: aten::full(SymInt[] size, Scalar fill_value, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor has valid upgrader, skipping 2022-12-01T10:11:40.8923819Z processing existing schema: aten::full.names_out(int[] size, Scalar fill_value, *, str[]? names, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8925360Z schema: aten::full.out(SymInt[] size, Scalar fill_value, *, Tensor(a!) out) -> Tensor(a!) has valid upgrader, skipping 2022-12-01T10:11:40.8927187Z processing existing schema: aten::from_file(str filename, bool? shared=None, int? size=0, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.8928722Z processing existing schema: aten::from_file.out(str filename, bool? shared=None, int? size=0, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8930309Z processing existing schema: aten::hann_window(int window_length, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.8931973Z processing existing schema: aten::hann_window.periodic(int window_length, bool periodic, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.8933255Z processing existing schema: aten::hann_window.out(int window_length, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8934778Z processing existing schema: aten::hann_window.periodic_out(int window_length, bool periodic, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8936381Z processing existing schema: aten::hamming_window(int window_length, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.8938012Z processing existing schema: aten::hamming_window.periodic(int window_length, bool periodic, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.8939734Z processing existing schema: aten::hamming_window.periodic_alpha(int window_length, bool periodic, float alpha, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.8941497Z processing existing schema: aten::hamming_window.periodic_alpha_beta(int window_length, bool periodic, float alpha, float beta, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.8942727Z processing existing schema: aten::hamming_window.out(int window_length, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8944289Z processing existing schema: aten::hamming_window.periodic_out(int window_length, bool periodic, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8945885Z processing existing schema: aten::hamming_window.periodic_alpha_out(int window_length, bool periodic, float alpha, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8947530Z processing existing schema: aten::hamming_window.periodic_alpha_beta_out(int window_length, bool periodic, float alpha, float beta, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8949079Z processing existing schema: aten::kaiser_window(int window_length, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.8950764Z processing existing schema: aten::kaiser_window.periodic(int window_length, bool periodic, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.8952445Z processing existing schema: aten::kaiser_window.beta(int window_length, bool periodic, float beta, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.8953746Z processing existing schema: aten::kaiser_window.out(int window_length, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8955271Z processing existing schema: aten::kaiser_window.periodic_out(int window_length, bool periodic, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8956877Z processing existing schema: aten::kaiser_window.beta_out(int window_length, bool periodic, float beta, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8958602Z processing existing schema: aten::linspace(Scalar start, Scalar end, int steps, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.8960199Z processing existing schema: aten::linspace.out(Scalar start, Scalar end, int steps, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8962026Z processing existing schema: aten::ones.names(int[] size, *, str[]? names, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.8963579Z processing existing schema: aten::ones(SymInt[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.8965095Z processing existing schema: aten::ones.names_out(int[] size, *, str[]? names, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8966538Z processing existing schema: aten::ones.out(SymInt[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8968403Z processing existing schema: aten::zeros.names(int[] size, *, str[]? names, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.8969978Z processing existing schema: aten::zeros(SymInt[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.8971500Z processing existing schema: aten::zeros.names_out(int[] size, *, str[]? names, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8972944Z processing existing schema: aten::zeros.out(SymInt[] size, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8974824Z schema: nvprims::rand_like(Tensor self, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None, MemoryFormat? memory_format=None) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.8976708Z processing existing schema: aten::_sparse_compressed_tensor_unsafe(Tensor compressed_indices, Tensor plain_indices, Tensor values, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.8978263Z processing existing schema: aten::tril_indices(int row, int col, int offset=0, *, ScalarType? dtype=4, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.8979738Z processing existing schema: aten::tril_indices.out(int row, int col, int offset=0, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8981075Z schema: nvprims::atan(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.8983189Z processing existing schema: aten::_sparse_csc_tensor_unsafe(Tensor ccol_indices, Tensor row_indices, Tensor values, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.8984856Z processing existing schema: aten::triu_indices(int row, int col, int offset=0, *, ScalarType? dtype=4, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.8986375Z processing existing schema: aten::triu_indices.out(int row, int col, int offset=0, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8987977Z schema: nvprims::native_batch_norm(Tensor input, Tensor? weight, Tensor? bias, Tensor? running_mean, Tensor? running_var, bool training, float momentum, float eps) -> (Tensor, Tensor, Tensor) found on allowlist, skipping 2022-12-01T10:11:40.8989848Z processing existing schema: aten::_sparse_bsr_tensor_unsafe(Tensor crow_indices, Tensor col_indices, Tensor values, int[] size, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.8990627Z schema: nvprims::asin(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.8993112Z processing existing schema: aten::_sparse_coo_tensor_with_dims_and_tensors(int sparse_dim, int dense_dim, int[] size, Tensor indices, Tensor values, *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=False) -> Tensor 2022-12-01T10:11:40.8994649Z processing existing schema: aten::_sparse_coo_tensor_with_dims_and_tensors.out(int sparse_dim, int dense_dim, int[] size, Tensor indices, Tensor values, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8996276Z processing existing schema: aten::fft_fftfreq(int n, float d=1., *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.8997825Z processing existing schema: aten::fft_fftfreq.out(int n, float d=1., *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.8999796Z processing existing schema: aten::fft_rfftfreq(int n, float d=1., *, ScalarType? dtype=None, Layout? layout=None, Device? device=None, bool? pin_memory=None) -> Tensor 2022-12-01T10:11:40.9001488Z processing existing schema: aten::fft_rfftfreq.out(int n, float d=1., *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.9002878Z processing existing schema: aten::native_dropout_backward(Tensor grad_output, Tensor mask, float scale) -> Tensor 2022-12-01T10:11:40.9004420Z processing existing schema: aten::native_dropout_backward.out(Tensor grad_output, Tensor mask, float scale, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.9005618Z processing existing schema: aten::bincount(Tensor self, Tensor? weights=None, int minlength=0) -> Tensor 2022-12-01T10:11:40.9007412Z processing existing schema: aten::bincount.out(Tensor self, Tensor? weights=None, int minlength=0, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.9008402Z processing existing schema: aten::copysign.Tensor(Tensor self, Tensor other) -> Tensor 2022-12-01T10:11:40.9010127Z processing existing schema: aten::copysign.out(Tensor self, Tensor other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.9011568Z processing existing schema: aten::copysign.Scalar(Tensor self, Scalar other) -> Tensor 2022-12-01T10:11:40.9013265Z processing existing schema: aten::copysign.Scalar_out(Tensor self, Scalar other, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.9014670Z processing existing schema: aten::copysign.int(int a, int b) -> float 2022-12-01T10:11:40.9016109Z processing existing schema: aten::copysign.float(float a, float b) -> float 2022-12-01T10:11:40.9017545Z processing existing schema: aten::copysign.int_float(int a, float b) -> float 2022-12-01T10:11:40.9018940Z processing existing schema: aten::copysign.float_int(float a, int b) -> float 2022-12-01T10:11:40.9020349Z processing existing schema: aten::copysign(Scalar a, Scalar b) -> float 2022-12-01T10:11:40.9022018Z processing existing schema: aten::copysign_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.9023698Z processing existing schema: aten::copysign_.Scalar(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:40.9025433Z processing existing schema: aten::complex.out(Tensor real, Tensor imag, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.9026758Z processing existing schema: aten::complex(Tensor real, Tensor imag) -> Tensor 2022-12-01T10:11:40.9028540Z processing existing schema: aten::cumprod_(Tensor(a!) self, int dim, *, ScalarType? dtype=None) -> Tensor(a!) 2022-12-01T10:11:40.9030461Z processing existing schema: aten::cumprod_.dimname(Tensor(a!) self, str dim, *, ScalarType? dtype=None) -> Tensor(a!) 2022-12-01T10:11:40.9032179Z processing existing schema: aten::cumsum_(Tensor(a!) self, int dim, *, ScalarType? dtype=None) -> Tensor(a!) 2022-12-01T10:11:40.9033898Z processing existing schema: aten::cumsum_.dimname(Tensor(a!) self, str dim, *, ScalarType? dtype=None) -> Tensor(a!) 2022-12-01T10:11:40.9035601Z processing existing schema: aten::embedding_renorm_(Tensor(a!) self, Tensor indices, float max_norm, float norm_type) -> Tensor(a!) 2022-12-01T10:11:40.9037021Z processing existing schema: aten::gcd_(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.9038584Z processing existing schema: aten::lcm_(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.9040373Z processing existing schema: aten::_validate_compressed_sparse_indices(bool is_crow, Tensor compressed_idx, Tensor plain_idx, int cdim, int dim, int nnz) -> () 2022-12-01T10:11:40.9041744Z processing existing schema: aten::index_copy_(Tensor(a!) self, int dim, Tensor index, Tensor source) -> Tensor(a!) 2022-12-01T10:11:40.9043643Z processing existing schema: aten::index_copy_.dimname(Tensor(a!) self, str dim, Tensor index, Tensor source) -> Tensor(a!) 2022-12-01T10:11:40.9045186Z processing existing schema: aten::isin.Tensor_Tensor(Tensor elements, Tensor test_elements, *, bool assume_unique=False, bool invert=False) -> Tensor 2022-12-01T10:11:40.9047249Z processing existing schema: aten::isin.Tensor_Tensor_out(Tensor elements, Tensor test_elements, *, bool assume_unique=False, bool invert=False, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.9048768Z processing existing schema: aten::isin.Tensor_Scalar(Tensor elements, Scalar test_element, *, bool assume_unique=False, bool invert=False) -> Tensor 2022-12-01T10:11:40.9050618Z processing existing schema: aten::isin.Tensor_Scalar_out(Tensor elements, Scalar test_element, *, bool assume_unique=False, bool invert=False, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.9052159Z processing existing schema: aten::isin.Scalar_Tensor(Scalar element, Tensor test_elements, *, bool assume_unique=False, bool invert=False) -> Tensor 2022-12-01T10:11:40.9054245Z processing existing schema: aten::isin.Scalar_Tensor_out(Scalar element, Tensor test_elements, *, bool assume_unique=False, bool invert=False, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.9055766Z processing existing schema: aten::xlogy_.Tensor(Tensor(a!) self, Tensor other) -> Tensor(a!) 2022-12-01T10:11:40.9057338Z processing existing schema: aten::xlogy_.Scalar_Other(Tensor(a!) self, Scalar other) -> Tensor(a!) 2022-12-01T10:11:40.9059076Z schema: prims::sinh(Tensor self) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.9059870Z processing existing schema: aten::_logcumsumexp(Tensor self, int dim) -> Tensor 2022-12-01T10:11:40.9061505Z processing existing schema: aten::_logcumsumexp.out(Tensor self, int dim, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.9062868Z processing existing schema: aten::narrow_copy(Tensor self, int dim, SymInt start, SymInt length) -> Tensor 2022-12-01T10:11:40.9064741Z processing existing schema: aten::narrow_copy.out(Tensor self, int dim, SymInt start, SymInt length, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.9066139Z processing existing schema: aten::batch_norm_update_stats(Tensor input, Tensor? running_mean, Tensor? running_var, float momentum) -> (Tensor, Tensor) 2022-12-01T10:11:40.9067809Z processing existing schema: aten::batch_norm_update_stats.out(Tensor input, Tensor? running_mean, Tensor? running_var, float momentum, *, Tensor(a!) out0, Tensor(b!) out1) -> (Tensor(a!), Tensor(b!)) 2022-12-01T10:11:40.9069058Z processing existing schema: aten::channel_shuffle(Tensor self, int groups) -> Tensor 2022-12-01T10:11:40.9070756Z processing existing schema: aten::channel_shuffle.out(Tensor self, int groups, *, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.9071756Z processing existing schema: aten::native_channel_shuffle(Tensor self, int groups) -> Tensor 2022-12-01T10:11:40.9073438Z processing existing schema: aten::gelu_(Tensor(a!) self, *, str approximate="none") -> Tensor(a!) 2022-12-01T10:11:40.9074708Z processing existing schema: aten::mish_backward(Tensor grad_output, Tensor self) -> Tensor 2022-12-01T10:11:40.9076847Z processing existing schema: aten::sspaddmm.out(Tensor self, Tensor mat1, Tensor mat2, *, Scalar beta=1, Scalar alpha=1, Tensor(a!) out) -> Tensor(a!) 2022-12-01T10:11:40.9078308Z processing existing schema: aten::sspaddmm(Tensor self, Tensor mat1, Tensor mat2, *, Scalar beta=1, Scalar alpha=1) -> Tensor 2022-12-01T10:11:40.9079859Z schema: nvprims::ge(Tensor self, Tensor other) -> Tensor found on allowlist, skipping 2022-12-01T10:11:40.9080834Z schema: aten::_transform_bias_rescale_qkv(Tensor qkv, Tensor qkv_bias, int num_heads) -> (Tensor, Tensor, Tensor) found on allowlist, skipping 2022-12-01T10:11:40.9082511Z schema: aten::_transform_bias_rescale_qkv.out(Tensor qkv, Tensor qkv_bias, int num_heads, *, Tensor(a!) out0, Tensor(b!) out1, Tensor(c!) out2) -> (Tensor(a!), Tensor(b!), Tensor(c!)) found on allowlist, skipping 2022-12-01T10:11:40.9085014Z processing existing schema: __getstate__(__torch__.torch.classes.quantized.LinearPackedParamsBase _0) -> ((Tensor, Tensor?) _0) 2022-12-01T10:11:40.9087199Z processing existing schema: __setstate__(__torch__.torch.classes.quantized.LinearPackedParamsBase _0, (Tensor, Tensor?) _1) -> NoneType _0 2022-12-01T10:11:40.9088296Z processing existing schema: bias(__torch__.torch.classes.quantized.LinearPackedParamsBase _0) -> Tensor? _0 2022-12-01T10:11:40.9090923Z processing existing schema: unpack(__torch__.torch.classes.quantized.LinearPackedParamsBase _0) -> ((Tensor, Tensor?) _0) 2022-12-01T10:11:40.9095179Z processing existing schema: __getstate__(__torch__.torch.classes.rnn.CellParamsBase _0) -> ((str, Tensor[], float[], int[], __torch__.torch.classes.quantized.LinearPackedParamsBase[]) _0) 2022-12-01T10:11:40.9098027Z processing existing schema: __setstate__(__torch__.torch.classes.rnn.CellParamsBase _0, (str, Tensor[], float[], int[], __torch__.torch.classes.quantized.LinearPackedParamsBase[]) _1) -> NoneType _0 2022-12-01T10:11:40.9100994Z processing existing schema: __getstate__(__torch__.torch.classes.sparse.LinearPackedParamsBase _0) -> ((int, Tensor?, int, int, Tensor, Tensor, bool, Tensor, Tensor, Tensor, int, int) _0) 2022-12-01T10:11:40.9103359Z processing existing schema: __setstate__(__torch__.torch.classes.sparse.LinearPackedParamsBase _0, (int, Tensor?, int, int, Tensor, Tensor, bool, Tensor, Tensor, Tensor, int, int) _1) -> NoneType _0 2022-12-01T10:11:40.9106725Z processing existing schema: __getstate__(__torch__.torch.classes.quantized.Conv2dPackedParamsBase _0) -> ((str, Tensor[], Tensor?[]) _0) 2022-12-01T10:11:40.9108103Z processing existing schema: __setstate__(__torch__.torch.classes.quantized.Conv2dPackedParamsBase _0, Any _1) -> NoneType _0 2022-12-01T10:11:40.9109492Z processing existing schema: weight(__torch__.torch.classes.quantized.Conv2dPackedParamsBase _0) -> Tensor _0 2022-12-01T10:11:40.9110951Z processing existing schema: bias(__torch__.torch.classes.quantized.Conv2dPackedParamsBase _0) -> Tensor? _0 2022-12-01T10:11:40.9113489Z processing existing schema: unpack(__torch__.torch.classes.quantized.Conv2dPackedParamsBase _0) -> ((Tensor, Tensor?) _0) 2022-12-01T10:11:40.9114878Z processing existing schema: stride(__torch__.torch.classes.quantized.Conv2dPackedParamsBase _0) -> int[] _0 2022-12-01T10:11:40.9116361Z processing existing schema: padding(__torch__.torch.classes.quantized.Conv2dPackedParamsBase _0) -> int[] _0 2022-12-01T10:11:40.9117875Z processing existing schema: output_padding(__torch__.torch.classes.quantized.Conv2dPackedParamsBase _0) -> int[] _0 2022-12-01T10:11:40.9119429Z processing existing schema: dilation(__torch__.torch.classes.quantized.Conv2dPackedParamsBase _0) -> int[] _0 2022-12-01T10:11:40.9120901Z processing existing schema: groups(__torch__.torch.classes.quantized.Conv2dPackedParamsBase _0) -> int _0 2022-12-01T10:11:40.9122206Z processing existing schema: transpose(__torch__.torch.classes.quantized.Conv2dPackedParamsBase _0) -> bool _0 2022-12-01T10:11:40.9125743Z processing existing schema: __getstate__(__torch__.torch.classes.quantized.Conv3dPackedParamsBase _0) -> ((str, Tensor[], Tensor?[]) _0) 2022-12-01T10:11:40.9127138Z processing existing schema: __setstate__(__torch__.torch.classes.quantized.Conv3dPackedParamsBase _0, Any _1) -> NoneType _0 2022-12-01T10:11:40.9128516Z processing existing schema: weight(__torch__.torch.classes.quantized.Conv3dPackedParamsBase _0) -> Tensor _0 2022-12-01T10:11:40.9130003Z processing existing schema: bias(__torch__.torch.classes.quantized.Conv3dPackedParamsBase _0) -> Tensor? _0 2022-12-01T10:11:40.9132509Z processing existing schema: unpack(__torch__.torch.classes.quantized.Conv3dPackedParamsBase _0) -> ((Tensor, Tensor?) _0) 2022-12-01T10:11:40.9133908Z processing existing schema: stride(__torch__.torch.classes.quantized.Conv3dPackedParamsBase _0) -> int[] _0 2022-12-01T10:11:40.9135403Z processing existing schema: padding(__torch__.torch.classes.quantized.Conv3dPackedParamsBase _0) -> int[] _0 2022-12-01T10:11:40.9136896Z processing existing schema: output_padding(__torch__.torch.classes.quantized.Conv3dPackedParamsBase _0) -> int[] _0 2022-12-01T10:11:40.9138371Z processing existing schema: dilation(__torch__.torch.classes.quantized.Conv3dPackedParamsBase _0) -> int[] _0 2022-12-01T10:11:40.9139701Z processing existing schema: groups(__torch__.torch.classes.quantized.Conv3dPackedParamsBase _0) -> int _0 2022-12-01T10:11:40.9141121Z processing existing schema: transpose(__torch__.torch.classes.quantized.Conv3dPackedParamsBase _0) -> bool _0 2022-12-01T10:11:40.9144703Z processing existing schema: __getstate__(__torch__.torch.classes.quantized.EmbeddingPackedParamsBase _0) -> ((int, Tensor[], float[], int[]) _0) 2022-12-01T10:11:40.9147265Z processing existing schema: __setstate__(__torch__.torch.classes.quantized.EmbeddingPackedParamsBase _0, (int, Tensor[], float[], int[]) _1) -> NoneType _0 2022-12-01T10:11:40.9148670Z processing existing schema: bit_rate(__torch__.torch.classes.quantized.EmbeddingPackedParamsBase _0) -> int _0 2022-12-01T10:11:40.9149973Z processing existing schema: version(__torch__.torch.classes.quantized.EmbeddingPackedParamsBase _0) -> int _0 2022-12-01T10:11:40.9154402Z processing existing schema: __getstate__(__torch__.torch.classes.mkldnn.ConvOpContext _0) -> ((Tensor, Tensor?, int[], int[], int[], int, int[], str) _0) 2022-12-01T10:11:40.9157420Z processing existing schema: __setstate__(__torch__.torch.classes.mkldnn.ConvOpContext _0, (Tensor, Tensor?, int[], int[], int[], int, int[], str) _1) -> NoneType _0 2022-12-01T10:11:40.9161011Z processing existing schema: __getstate__(__torch__.torch.classes.xnnpack.LinearOpContext _0) -> ((Tensor, Tensor?, Scalar?, Scalar?) _0) 2022-12-01T10:11:40.9163560Z processing existing schema: __setstate__(__torch__.torch.classes.xnnpack.LinearOpContext _0, (Tensor, Tensor?, Scalar?, Scalar?) _1) -> NoneType _0 2022-12-01T10:11:40.9168477Z processing existing schema: __getstate__(__torch__.torch.classes.xnnpack.Conv2dOpContext _0) -> ((Tensor, Tensor?, int[], int[], int[], int, Scalar?, Scalar?) _0) 2022-12-01T10:11:40.9172065Z processing existing schema: __setstate__(__torch__.torch.classes.xnnpack.Conv2dOpContext _0, (Tensor, Tensor?, int[], int[], int[], int, Scalar?, Scalar?) _1) -> NoneType _0 2022-12-01T10:11:40.9177870Z processing existing schema: __getstate__(__torch__.torch.classes.xnnpack.TransposeConv2dOpContext _0) -> ((Tensor, Tensor?, int[], int[], int[], int[], int, Scalar?, Scalar?) _0) 2022-12-01T10:11:40.9181721Z processing existing schema: __setstate__(__torch__.torch.classes.xnnpack.TransposeConv2dOpContext _0, (Tensor, Tensor?, int[], int[], int[], int[], int, Scalar?, Scalar?) _1) -> NoneType _0 2022-12-01T10:11:40.9182644Z processing existing schema: __init__(__torch__.torch.classes._nnapi.Compilation _0) -> NoneType _0 2022-12-01T10:11:40.9184812Z processing existing schema: init(__torch__.torch.classes._nnapi.Compilation _0, Tensor _1, Tensor[] _2) -> NoneType _0 2022-12-01T10:11:40.9186472Z processing existing schema: init2(__torch__.torch.classes._nnapi.Compilation _0, Tensor _1, Tensor[] _2, int _3, bool _4) -> NoneType _0 2022-12-01T10:11:40.9188236Z processing existing schema: run(__torch__.torch.classes._nnapi.Compilation _0, Tensor[] _1, Tensor[] _2) -> NoneType _0 2022-12-01T10:11:40.9189555Z processing existing schema: __init__(__torch__.torch.classes.backendutils.BackendDebugInfo _0) -> NoneType _0 2022-12-01T10:11:40.9191313Z processing existing schema: starting_lineno(__torch__.torch.classes.profiling.SourceRef _0) -> int _0 2022-12-01T10:11:40.9192692Z processing existing schema: text(__torch__.torch.classes.profiling.SourceRef _0) -> str _0 2022-12-01T10:11:40.9194525Z processing existing schema: count(__torch__.torch.classes.profiling.InstructionStats _0) -> int _0 2022-12-01T10:11:40.9195975Z processing existing schema: duration_ns(__torch__.torch.classes.profiling.InstructionStats _0) -> int _0 2022-12-01T10:11:40.9197973Z processing existing schema: source(__torch__.torch.classes.profiling.SourceStats _0) -> __torch__.torch.classes.profiling.SourceRef _0 2022-12-01T10:11:40.9200587Z processing existing schema: line_map(__torch__.torch.classes.profiling.SourceStats _0) -> Dict(int, __torch__.torch.classes.profiling.InstructionStats) _0 2022-12-01T10:11:40.9201854Z processing existing schema: __init__(__torch__.torch.classes.profiling._ScriptProfile _0) -> NoneType _0 2022-12-01T10:11:40.9203640Z processing existing schema: enable(__torch__.torch.classes.profiling._ScriptProfile _0) -> NoneType _0 2022-12-01T10:11:40.9205165Z processing existing schema: disable(__torch__.torch.classes.profiling._ScriptProfile _0) -> NoneType _0 2022-12-01T10:11:40.9207308Z processing existing schema: _dump_stats(__torch__.torch.classes.profiling._ScriptProfile _0) -> __torch__.torch.classes.profiling.SourceStats[] _0 2022-12-01T10:11:40.9208716Z processing existing schema: __init__(__torch__.torch.classes.c10d.ProcessGroup _0, int _1, int _2) -> NoneType _0 2022-12-01T10:11:40.9210358Z processing existing schema: __init__(__torch__.torch.classes.c10d.Work _0) -> NoneType _0 2022-12-01T10:11:40.9212038Z processing existing schema: wait(__torch__.torch.classes.c10d.Work _0) -> NoneType _0 2022-12-01T10:11:40.9213455Z processing existing schema: __init__(__torch__.torch.classes.c10d.ReduceOp _0) -> NoneType _0 2022-12-01T10:11:40.9215433Z processing existing schema: __init__(__torch__.torch.classes.dist_rpc.WorkerInfo _0, str _1, int _2) -> NoneType _0 2022-12-01T10:11:40.9215564Z Found backward compatible schemas for all existing schemas 2022-12-01T10:11:41.0718279Z + python ../load_torchscript_model.py /tmp/model_old.pt 2022-12-01T10:11:41.8482838Z RecursiveScriptModule( 2022-12-01T10:11:41.8483245Z original_name=NeuralNetwork 2022-12-01T10:11:41.8483722Z (flatten): RecursiveScriptModule(original_name=Flatten) 2022-12-01T10:11:41.8484234Z (linear_relu_stack): RecursiveScriptModule( 2022-12-01T10:11:41.8484658Z original_name=Sequential 2022-12-01T10:11:41.8485103Z (0): RecursiveScriptModule(original_name=Linear) 2022-12-01T10:11:41.8485599Z (1): RecursiveScriptModule(original_name=ReLU) 2022-12-01T10:11:41.8486063Z (2): RecursiveScriptModule(original_name=Linear) 2022-12-01T10:11:41.8486552Z (3): RecursiveScriptModule(original_name=ReLU) 2022-12-01T10:11:41.8487045Z (4): RecursiveScriptModule(original_name=Linear) 2022-12-01T10:11:41.8487438Z ) 2022-12-01T10:11:41.8487727Z ) 2022-12-01T10:11:41.9801439Z + popd 2022-12-01T10:11:41.9801654Z ~/workspace 2022-12-01T10:11:41.9801868Z + set +x 2022-12-01T10:11:43.6010140Z ##[group]Sccache Compilation Log 2022-12-01T10:11:43.6010406Z =================== sccache compilation log =================== 2022-12-01T10:11:43.6170725Z =========== If your build fails, please take a look at the log above for possible reasons =========== 2022-12-01T10:11:43.6193229Z Compile requests 6530 2022-12-01T10:11:43.6193667Z Compile requests executed 6265 2022-12-01T10:11:43.6193999Z Cache hits 6240 2022-12-01T10:11:43.6194324Z Cache hits (C/C++) 6240 2022-12-01T10:11:43.6194628Z Cache misses 2 2022-12-01T10:11:43.6194918Z Cache misses (C/C++) 2 2022-12-01T10:11:43.6195118Z Cache timeouts 0 2022-12-01T10:11:43.6195305Z Cache read errors 0 2022-12-01T10:11:43.6195657Z Forced recaches 0 2022-12-01T10:11:43.6195862Z Cache write errors 0 2022-12-01T10:11:43.6196056Z Compilation failures 9 2022-12-01T10:11:43.6196312Z Cache errors 14 2022-12-01T10:11:43.6196505Z Cache errors (C/C++) 14 2022-12-01T10:11:43.6196845Z Non-cacheable compilations 0 2022-12-01T10:11:43.6197105Z Non-cacheable calls 16 2022-12-01T10:11:43.6197360Z Non-compilation calls 249 2022-12-01T10:11:43.6197564Z Unsupported compiler calls 0 2022-12-01T10:11:43.6197780Z Average cache write 0.075 s 2022-12-01T10:11:43.6197996Z Average cache read miss 18.212 s 2022-12-01T10:11:43.6198194Z Average cache read hit 0.039 s 2022-12-01T10:11:43.6198415Z Failed distributed compilations 0 2022-12-01T10:11:43.6198550Z 2022-12-01T10:11:43.6198659Z Non-cacheable reasons: 2022-12-01T10:11:43.6198865Z multiple input files 15 2022-12-01T10:11:43.6199063Z unknown source language 1 2022-12-01T10:11:43.6199188Z 2022-12-01T10:11:43.6200005Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2022-12-01T10:11:43.6214395Z Stopping sccache server... 2022-12-01T10:11:43.6216968Z Compile requests 6530 2022-12-01T10:11:43.6217276Z Compile requests executed 6265 2022-12-01T10:11:43.6217499Z Cache hits 6240 2022-12-01T10:11:43.6217699Z Cache hits (C/C++) 6240 2022-12-01T10:11:43.6217882Z Cache misses 2 2022-12-01T10:11:43.6218075Z Cache misses (C/C++) 2 2022-12-01T10:11:43.6218271Z Cache timeouts 0 2022-12-01T10:11:43.6218495Z Cache read errors 0 2022-12-01T10:11:43.6218760Z Forced recaches 0 2022-12-01T10:11:43.6219037Z Cache write errors 0 2022-12-01T10:11:43.6219333Z Compilation failures 9 2022-12-01T10:11:43.6219531Z Cache errors 14 2022-12-01T10:11:43.6219756Z Cache errors (C/C++) 14 2022-12-01T10:11:43.6220072Z Non-cacheable compilations 0 2022-12-01T10:11:43.6221581Z Non-cacheable calls 16 2022-12-01T10:11:43.6221859Z Non-compilation calls 249 2022-12-01T10:11:43.6222094Z Unsupported compiler calls 0 2022-12-01T10:11:43.6222381Z Average cache write 0.075 s 2022-12-01T10:11:43.6222595Z Average cache read miss 18.212 s 2022-12-01T10:11:43.6222803Z Average cache read hit 0.039 s 2022-12-01T10:11:43.6223008Z Failed distributed compilations 0 2022-12-01T10:11:43.6223168Z 2022-12-01T10:11:43.6223317Z Non-cacheable reasons: 2022-12-01T10:11:43.6223521Z multiple input files 15 2022-12-01T10:11:43.6223738Z unknown source language 1 2022-12-01T10:11:43.6223930Z 2022-12-01T10:11:43.6224486Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2022-12-01T10:11:43.6225231Z ##[endgroup] 2022-12-01T10:11:43.6300457Z Prepare all required actions 2022-12-01T10:11:43.6300779Z Getting action download info 2022-12-01T10:11:43.7871230Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-12-01T10:11:43.7871431Z with: 2022-12-01T10:11:43.7871753Z github-token: *** 2022-12-01T10:11:43.7871920Z env: 2022-12-01T10:11:43.7872077Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:11:43.7872259Z ##[endgroup] 2022-12-01T10:11:43.7910775Z ##[group]Run nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767 2022-12-01T10:11:43.7910998Z with: 2022-12-01T10:11:43.7911161Z shell: bash 2022-12-01T10:11:43.7911338Z timeout_minutes: 10 2022-12-01T10:11:43.7911505Z max_attempts: 5 2022-12-01T10:11:43.7911788Z retry_wait_seconds: 30 2022-12-01T10:11:43.7912178Z command: set -eux python3 -m pip install requests==2.26.0 GHA_WORKFLOW_JOB_ID=$(python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}") echo "::set-output name=job-id::${GHA_WORKFLOW_JOB_ID}" 2022-12-01T10:11:43.7912609Z polling_interval_seconds: 1 2022-12-01T10:11:43.7912792Z warning_on_retry: true 2022-12-01T10:11:43.7912980Z continue_on_error: false 2022-12-01T10:11:43.7913152Z env: 2022-12-01T10:11:43.7913314Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:11:43.7913631Z GITHUB_TOKEN: *** 2022-12-01T10:11:43.7913806Z ##[endgroup] 2022-12-01T10:11:44.0981931Z 2022-12-01T10:11:44.0987653Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:11:44.1023819Z + python3 -m pip install requests==2.26.0 2022-12-01T10:11:44.5703978Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:11:44.5926046Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-12-01T10:11:44.6055470Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2022.9.24) 2022-12-01T10:11:44.6070186Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.13) 2022-12-01T10:11:44.6230085Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.4) 2022-12-01T10:11:44.6251988Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12) 2022-12-01T10:11:44.9287594Z ++ python3 .github/scripts/get_workflow_job_id.py 3591403534 i-0621aec5e2f963f72 2022-12-01T10:11:47.5600740Z + GHA_WORKFLOW_JOB_ID=9818326845 2022-12-01T10:11:47.5601496Z + echo '::set-output name=job-id::9818326845' 2022-12-01T10:11:47.5603663Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:11:48.1052698Z Command completed after 1 attempt(s). 2022-12-01T10:11:48.1052904Z 2022-12-01T10:11:48.1054561Z ##[warning]The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 2022-12-01T10:11:48.1157219Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-12-01T10:11:48.1157453Z kill "$MONITOR_SCRIPT_PID" 2022-12-01T10:11:48.1329066Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:11:48.1329304Z env: 2022-12-01T10:11:48.1329479Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:11:48.1329667Z MONITOR_SCRIPT_PID: 29556 2022-12-01T10:11:48.1329851Z ##[endgroup] 2022-12-01T10:11:48.1403961Z Prepare all required actions 2022-12-01T10:11:48.1404217Z Getting action download info 2022-12-01T10:11:48.3552069Z Download action repository 'actions/upload-artifact@v2' (SHA:82c141cc518b40d92cc801eee768e7aafc9c2fa2) 2022-12-01T10:11:48.5062059Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-12-01T10:11:48.5062281Z with: 2022-12-01T10:11:48.5062515Z file-suffix: test-backwards_compat-1-1-linux.2xlarge_9818326845 2022-12-01T10:11:48.5062732Z env: 2022-12-01T10:11:48.5062907Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:11:48.5063093Z ##[endgroup] 2022-12-01T10:11:48.5086321Z ##[group]Run # Remove any previous test jsons if they exist 2022-12-01T10:11:48.5086598Z # Remove any previous test jsons if they exist 2022-12-01T10:11:48.5086905Z rm -f test-jsons-*.zip 2022-12-01T10:11:48.5087146Z zip -r "test-jsons-${FILE_SUFFIX}.zip" test -i '*.json' 2022-12-01T10:11:48.5098041Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:11:48.5098293Z env: 2022-12-01T10:11:48.5098467Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:11:48.5098707Z FILE_SUFFIX: test-backwards_compat-1-1-linux.2xlarge_9818326845 2022-12-01T10:11:48.5098939Z ##[endgroup] 2022-12-01T10:11:48.5200655Z adding: test/allowlist_for_publicAPI.json (deflated 80%) 2022-12-01T10:11:48.5227227Z adding: test/benchmark_utils/callgrind_artifacts.json (deflated 92%) 2022-12-01T10:11:48.5233041Z adding: test/profiler/profiler_utils_mock_events.json (deflated 87%) 2022-12-01T10:11:48.5252266Z ##[group]Run # Remove any previous test reports if they exist 2022-12-01T10:11:48.5252558Z # Remove any previous test reports if they exist 2022-12-01T10:11:48.5252800Z rm -f test-reports-*.zip 2022-12-01T10:11:48.5253054Z zip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml' 2022-12-01T10:11:48.5263200Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:11:48.5263419Z env: 2022-12-01T10:11:48.5263602Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:11:48.5263846Z FILE_SUFFIX: test-backwards_compat-1-1-linux.2xlarge_9818326845 2022-12-01T10:11:48.5264084Z ##[endgroup] 2022-12-01T10:11:48.5329825Z zip warning: zip file empty 2022-12-01T10:11:48.5347952Z ##[group]Run # Remove any previous test reports if they exist 2022-12-01T10:11:48.5348249Z # Remove any previous test reports if they exist 2022-12-01T10:11:48.5348482Z rm -f usage-log-*.zip 2022-12-01T10:11:48.5348757Z # this workflow is also run in bazel build test, but we dont generate usage reports for it 2022-12-01T10:11:48.5349046Z # so check to see if the file exists first 2022-12-01T10:11:48.5349258Z if [ -f 'usage_log.txt' ]; then 2022-12-01T10:11:48.5349502Z  zip "usage-log-${FILE_SUFFIX}.zip" 'usage_log.txt' 2022-12-01T10:11:48.5349720Z fi 2022-12-01T10:11:48.5359946Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:11:48.5360166Z env: 2022-12-01T10:11:48.5360349Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:11:48.5360593Z FILE_SUFFIX: test-backwards_compat-1-1-linux.2xlarge_9818326845 2022-12-01T10:11:48.5360824Z ##[endgroup] 2022-12-01T10:11:48.5409518Z adding: usage_log.txt (deflated 95%) 2022-12-01T10:11:48.5443690Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T10:11:48.5443901Z with: 2022-12-01T10:11:48.5444089Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:11:48.5444306Z retention-days: 14 2022-12-01T10:11:48.5444497Z if-no-files-found: warn 2022-12-01T10:11:48.5444680Z path: test-jsons-*.zip 2022-12-01T10:11:48.5444860Z name: artifact 2022-12-01T10:11:48.5445041Z s3-bucket: gha-artifacts 2022-12-01T10:11:48.5445216Z region: us-east-1 2022-12-01T10:11:48.5445380Z env: 2022-12-01T10:11:48.5445552Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:11:48.5445726Z ##[endgroup] 2022-12-01T10:11:49.1897501Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T10:11:49.1898496Z With the provided path, there will be 1 file uploaded 2022-12-01T10:11:49.1898791Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:11:49.1954518Z Starting upload of test-jsons-test-backwards_compat-1-1-linux.2xlarge_9818326845.zip 2022-12-01T10:11:49.3441079Z Finished upload of test-jsons-test-backwards_compat-1-1-linux.2xlarge_9818326845.zip 2022-12-01T10:11:49.3574991Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T10:11:49.3575212Z with: 2022-12-01T10:11:49.3575403Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:11:49.3575621Z retention-days: 14 2022-12-01T10:11:49.3575815Z if-no-files-found: error 2022-12-01T10:11:49.3576005Z path: test-reports-*.zip 2022-12-01T10:11:49.3576189Z name: artifact 2022-12-01T10:11:49.3576365Z s3-bucket: gha-artifacts 2022-12-01T10:11:49.3576617Z region: us-east-1 2022-12-01T10:11:49.3576781Z env: 2022-12-01T10:11:49.3576949Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:11:49.3577120Z ##[endgroup] 2022-12-01T10:11:49.6910677Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T10:11:49.6911383Z With the provided path, there will be 1 file uploaded 2022-12-01T10:11:49.6911757Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:11:49.6918087Z Starting upload of test-reports-test-backwards_compat-1-1-linux.2xlarge_9818326845.zip 2022-12-01T10:11:49.7991882Z Finished upload of test-reports-test-backwards_compat-1-1-linux.2xlarge_9818326845.zip 2022-12-01T10:11:49.8151760Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T10:11:49.8151976Z with: 2022-12-01T10:11:49.8152167Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:11:49.8152380Z retention-days: 14 2022-12-01T10:11:49.8152566Z if-no-files-found: ignore 2022-12-01T10:11:49.8152753Z path: usage-log-*.zip 2022-12-01T10:11:49.8152936Z name: artifact 2022-12-01T10:11:49.8153113Z s3-bucket: gha-artifacts 2022-12-01T10:11:49.8153301Z region: us-east-1 2022-12-01T10:11:49.8153450Z env: 2022-12-01T10:11:49.8153620Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:11:49.8153805Z ##[endgroup] 2022-12-01T10:11:50.1487861Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T10:11:50.1488338Z With the provided path, there will be 1 file uploaded 2022-12-01T10:11:50.1488616Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:11:50.1495770Z Starting upload of usage-log-test-backwards_compat-1-1-linux.2xlarge_9818326845.zip 2022-12-01T10:11:50.2486489Z Finished upload of usage-log-test-backwards_compat-1-1-linux.2xlarge_9818326845.zip 2022-12-01T10:11:50.2628487Z ##[group]Run set -x 2022-12-01T10:11:50.2628689Z set -x 2022-12-01T10:11:50.2628897Z python3 -m pip install -r requirements.txt 2022-12-01T10:11:50.2629144Z python3 -m pip install boto3==1.19.12 2022-12-01T10:11:50.2629446Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-12-01T10:11:50.2640754Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:11:50.2640960Z env: 2022-12-01T10:11:50.2641139Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:11:50.2641341Z AWS_DEFAULT_REGION: us-east-1 2022-12-01T10:11:50.2641520Z BRANCH: pull/89997 2022-12-01T10:11:50.2641713Z TEST_CONFIG: backwards_compat 2022-12-01T10:11:50.2641902Z SHARD_NUMBER: 1 2022-12-01T10:11:50.2642102Z BUILD_ENVIRONMENT: linux-focal-py3.7-gcc7 2022-12-01T10:11:50.2642320Z PR_NUMBER: 89997 2022-12-01T10:11:50.2642506Z PYTORCH_RETRY_TEST_CASES: 1 2022-12-01T10:11:50.2642701Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-12-01T10:11:50.2642963Z SHA1: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:11:50.2643168Z TAG: 2022-12-01T10:11:50.2643319Z WORKFLOW_ID: 3591403534 2022-12-01T10:11:50.2643628Z GITHUB_TOKEN: *** 2022-12-01T10:11:50.2643815Z GHA_WORKFLOW_JOB_ID: 9818326845 2022-12-01T10:11:50.2643993Z ##[endgroup] 2022-12-01T10:11:50.2668259Z + python3 -m pip install -r requirements.txt 2022-12-01T10:11:50.4740192Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:11:50.5005305Z Requirement already satisfied: astunparse in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 2)) (1.6.3) 2022-12-01T10:11:50.5032397Z Requirement already satisfied: expecttest in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 3)) (0.1.4) 2022-12-01T10:11:50.5040822Z Requirement already satisfied: future in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 4)) (0.18.2) 2022-12-01T10:11:50.5049058Z Requirement already satisfied: hypothesis in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 5)) (6.58.2) 2022-12-01T10:11:50.5413023Z Requirement already satisfied: numpy in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 6)) (1.21.6) 2022-12-01T10:11:50.5421532Z Requirement already satisfied: psutil in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 7)) (5.9.1) 2022-12-01T10:11:50.5498257Z Requirement already satisfied: pyyaml in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 8)) (6.0) 2022-12-01T10:11:50.5506023Z Requirement already satisfied: requests in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 9)) (2.26.0) 2022-12-01T10:11:50.5714091Z Requirement already satisfied: setuptools in /usr/lib/python3.7/site-packages (from -r requirements.txt (line 10)) (49.1.3) 2022-12-01T10:11:50.5878450Z Requirement already satisfied: six in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 11)) (1.16.0) 2022-12-01T10:11:50.5887011Z Requirement already satisfied: types-dataclasses in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 12)) (0.6.6) 2022-12-01T10:11:50.5892655Z Requirement already satisfied: typing_extensions in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 13)) (4.4.0) 2022-12-01T10:11:50.5902086Z Requirement already satisfied: sympy in /home/ec2-user/.local/lib/python3.7/site-packages (from -r requirements.txt (line 14)) (1.10.1) 2022-12-01T10:11:50.5922568Z Requirement already satisfied: wheel<1.0,>=0.23.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from astunparse->-r requirements.txt (line 2)) (0.38.4) 2022-12-01T10:11:50.5938308Z Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from hypothesis->-r requirements.txt (line 5)) (2.4.0) 2022-12-01T10:11:50.5948423Z Requirement already satisfied: exceptiongroup>=1.0.0; python_version < "3.11" in /home/ec2-user/.local/lib/python3.7/site-packages (from hypothesis->-r requirements.txt (line 5)) (1.0.4) 2022-12-01T10:11:50.5968101Z Requirement already satisfied: attrs>=19.2.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from hypothesis->-r requirements.txt (line 5)) (22.1.0) 2022-12-01T10:11:50.6212584Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (2.0.12) 2022-12-01T10:11:50.6231007Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (1.26.13) 2022-12-01T10:11:50.6381170Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (3.4) 2022-12-01T10:11:50.6391952Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests->-r requirements.txt (line 9)) (2022.9.24) 2022-12-01T10:11:50.6400098Z Requirement already satisfied: mpmath>=0.19 in /home/ec2-user/.local/lib/python3.7/site-packages (from sympy->-r requirements.txt (line 14)) (1.2.1) 2022-12-01T10:11:50.8245608Z + python3 -m pip install boto3==1.19.12 2022-12-01T10:11:51.0336649Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:11:51.0525900Z Requirement already satisfied: boto3==1.19.12 in /home/ec2-user/.local/lib/python3.7/site-packages (1.19.12) 2022-12-01T10:11:51.0576362Z Requirement already satisfied: botocore<1.23.0,>=1.22.12 in /home/ec2-user/.local/lib/python3.7/site-packages (from boto3==1.19.12) (1.22.12) 2022-12-01T10:11:51.0628214Z Requirement already satisfied: s3transfer<0.6.0,>=0.5.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from boto3==1.19.12) (0.5.2) 2022-12-01T10:11:51.0654547Z Requirement already satisfied: jmespath<1.0.0,>=0.7.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from boto3==1.19.12) (0.10.0) 2022-12-01T10:11:51.0668289Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in /home/ec2-user/.local/lib/python3.7/site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.26.13) 2022-12-01T10:11:51.0822974Z Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (2.8.2) 2022-12-01T10:11:51.0842629Z Requirement already satisfied: six>=1.5 in /home/ec2-user/.local/lib/python3.7/site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.16.0) 2022-12-01T10:11:51.3709367Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-12-01T10:11:51.6843753Z No tests in reports found in test 2022-12-01T10:11:51.7243299Z ##[group]Run pytorch/test-infra/.github/actions/teardown-linux@main 2022-12-01T10:11:51.7243534Z with: 2022-12-01T10:11:51.7243687Z env: 2022-12-01T10:11:51.7243862Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:11:51.7244034Z ##[endgroup] 2022-12-01T10:11:51.7262041Z ##[group]Run set -eou pipefail 2022-12-01T10:11:51.7262268Z set -eou pipefail 2022-12-01T10:11:51.7262463Z  2022-12-01T10:11:51.7262699Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2022-12-01T10:11:51.7262938Z for _ in $(seq 1440); do 2022-12-01T10:11:51.7263157Z  # Break if no ssh session exists anymore 2022-12-01T10:11:51.7263373Z  if [ "$(who)" = "" ]; then 2022-12-01T10:11:51.7263541Z  break 2022-12-01T10:11:51.7263706Z  fi 2022-12-01T10:11:51.7263872Z  echo "." 2022-12-01T10:11:51.7264031Z  sleep 5 2022-12-01T10:11:51.7264197Z done 2022-12-01T10:11:51.7275204Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:11:51.7275408Z env: 2022-12-01T10:11:51.7275586Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:11:51.7275780Z ##[endgroup] 2022-12-01T10:11:51.7300336Z Holding runner for 2 hours until all ssh sessions have logged out 2022-12-01T10:11:51.7363009Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-12-01T10:11:51.7363330Z # ignore expansion of "docker ps -q" since it could be empty 2022-12-01T10:11:51.7363582Z # shellcheck disable=SC2046 2022-12-01T10:11:51.7363809Z docker stop $(docker ps -q) || true 2022-12-01T10:11:51.7364024Z # Prune all of the docker images 2022-12-01T10:11:51.7364241Z docker system prune -af 2022-12-01T10:11:51.7374228Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:11:51.7374435Z env: 2022-12-01T10:11:51.7374612Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:11:51.7374797Z ##[endgroup] 2022-12-01T10:11:52.0900921Z 0c372740cbe8 2022-12-01T10:11:52.9480755Z Deleted Containers: 2022-12-01T10:11:52.9481086Z 0c372740cbe8487e7df9c27e1f8bea81c823e1b1e966d5a006f6234a57b844e6 2022-12-01T10:11:52.9481339Z 2022-12-01T10:11:57.5570266Z Deleted Images: 2022-12-01T10:11:57.5571177Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:11:57.5572374Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3.7-gcc7@sha256:7d4daa1530ad815417dd92428a12643a4a8b0e93e820e2eb2d4e8818a4e57ba2 2022-12-01T10:11:57.5573219Z deleted: sha256:e8be7981a8238969daaef272b84b69737c5858187c9b10870da76dec899f6864 2022-12-01T10:11:57.5573773Z deleted: sha256:dd542825775450ac98a8f341e744c9b998cf9f91f0b678b696bdfdcc8197900b 2022-12-01T10:11:57.5574313Z deleted: sha256:c2f995bd392fa39048aba9ecdbe2ce96fb0da354f391973cab978f1fdc1bafe9 2022-12-01T10:11:57.5574675Z deleted: sha256:0ba22d6d32aea10bff37a734be2eabf0ca45365a8c84009c11c72697bbeb57ac 2022-12-01T10:11:57.5575021Z deleted: sha256:1641ef8553a9d06a751fe1c9fa58edae658b58be5e4452cf0e6c22fe7e9e9f7a 2022-12-01T10:11:57.5575363Z deleted: sha256:6fe08b57b8677fadf24df12c30c6b075caa4e95cff1e8121398e7712e7cc816b 2022-12-01T10:11:57.5575732Z deleted: sha256:b535a07f21c50706835dc1c6a9f6134e10f492c0a72ef3edd3d61eb8b057318a 2022-12-01T10:11:57.5576109Z deleted: sha256:ad51a4c1d9f796ae822ae9448a0439daec4dc5352ab73405d5170d8320d6569b 2022-12-01T10:11:57.5576622Z deleted: sha256:cc3572e58e1eadfed379b3421fc485a2fec838dbe2f03f9482a844387875539b 2022-12-01T10:11:57.5576928Z deleted: sha256:f31159505662112f25c640d83a5486c60dcea9996cfac1468ae7b74838077420 2022-12-01T10:11:57.5577240Z deleted: sha256:5d54ecd58fecab272c8614e2c443272f47c9245eaf4b5be502820db913ddd776 2022-12-01T10:11:57.5577584Z deleted: sha256:e8fcb42d7c24a5f6cd663f59d8fd82a2ad892e66046dc0d36ee4bdadf1282b52 2022-12-01T10:11:57.5577908Z deleted: sha256:934da62f4ce129178b2355504cdb61701bffc48d1bcf3b1ce0ca6e4c89bdfa31 2022-12-01T10:11:57.5578304Z deleted: sha256:8dccdf71b42bc4d3717c42c3d96812509d1a909bebd7848d0ddae3cc40170990 2022-12-01T10:11:57.5578644Z deleted: sha256:d7cb3c132d871b52eaf2533cfbc7ebca30405eff1b313986ce565b057fca56d8 2022-12-01T10:11:57.5578986Z deleted: sha256:a5fa381fecd94b52ee79c5c4ce30770402b16f7ee3dc77f7f1dccb386626b1ae 2022-12-01T10:11:57.5579392Z deleted: sha256:de8b14689d2a8b030e41a969f6faf30e9dee1048aac1c5d9a38a911b6af1ccca 2022-12-01T10:11:57.5579849Z deleted: sha256:ddcc5d19eb58848e898aedcc3a221bc40ebba2752ba3b7bd50babd76c1e225ae 2022-12-01T10:11:57.5580188Z deleted: sha256:a67b9c1632db819366358a5052f33ed59ff1e1cd03e0cc15e82d8c89a9417b97 2022-12-01T10:11:57.5580509Z deleted: sha256:a5fc4c6c0aaad2d5fcd0d4cc4cf194a8892115d9e7faf6c578e4826937a72d34 2022-12-01T10:11:57.5580829Z deleted: sha256:f33cf9181261127561bc276f483d4f9927a63395c4343028c589ac8905dd0cd7 2022-12-01T10:11:57.5581129Z deleted: sha256:4364081b1a5daf042c41fa0b07d65e0488c3a988dcea07cec40851d8bb481c01 2022-12-01T10:11:57.5581465Z deleted: sha256:2c4beb5d46c3bdc6af376c4a784f3ea2032feda5143dc9b56be143568b8d71cd 2022-12-01T10:11:57.5581769Z deleted: sha256:3e002fe51ea8377736f778797676c87d37546763f35bc5f14a32121200c634ae 2022-12-01T10:11:57.5582069Z deleted: sha256:d1e577d22ad4a397fc4186062a6a2fbb898c4fb7c325794f0760c084ac4e6831 2022-12-01T10:11:57.5582371Z deleted: sha256:0781305ea794027575e6910f20b6c90cc225056d0112fa7f36ac8008431f5791 2022-12-01T10:11:57.5582661Z deleted: sha256:79f50ef439b6855c9ca6d4be55467b692799f788388447976d8aab0a26d805f4 2022-12-01T10:11:57.5582980Z deleted: sha256:fcfdd0674d63c370d31701118409d5e8b4d9b5eaa36b410f032f5fccf29e4f11 2022-12-01T10:11:57.5583305Z deleted: sha256:c868e869e0efb64e8a908cf5a276657da1190183a5aa433a72e1fda6313e8841 2022-12-01T10:11:57.5583629Z deleted: sha256:0ac36be062e7b703a8ffa26b178cc9dd7c19c377bd781f6a369d50516bdca8cb 2022-12-01T10:11:57.5583944Z deleted: sha256:6c9628b9c75a72926209bea0ff44fb2efe306ecb21d57908bb514b1d81b5de8e 2022-12-01T10:11:57.5584275Z deleted: sha256:07c5d0507acce428b3637d5f713aed3fc6dd2dfad749e1961ec04f85d2a3e395 2022-12-01T10:11:57.5584602Z deleted: sha256:278ae5d4c6743b99236e1f2e5df4c346df5f068fa1bce0ba227861042971d612 2022-12-01T10:11:57.5584932Z deleted: sha256:d53c6cc3bfa4330c26ff3a73093bf35a7f28e7fc824782cfc1e00fcbc0390574 2022-12-01T10:11:57.5585370Z deleted: sha256:0a926d106d3065ecc114c8690aee4bab27d4f64ee81c96f90c4daf7a3c03fe7f 2022-12-01T10:11:57.5585695Z deleted: sha256:ab29088e02867cf532a2e8cfa0e1b0a1d13b428459232c7b1a4bfe961fd5a511 2022-12-01T10:11:57.5586010Z deleted: sha256:985cef3ba9e1ea2ed2249284a7478858f8463282738122494ab18c65fbbb7c7d 2022-12-01T10:11:57.5586313Z deleted: sha256:67ca28cabbfd7a80760061b52dbcfe8f5401b867526206d76c710a11cf9ab38e 2022-12-01T10:11:57.5586631Z deleted: sha256:2c9d0b64a3450004672e73e7ace7bc49da29654fd1d603ecf96e9161708726a3 2022-12-01T10:11:57.5586959Z deleted: sha256:efb1cb2fb03e227ccaa27426fae8f80bf1c082d14632685fff079b0c20111d3b 2022-12-01T10:11:57.5587270Z deleted: sha256:2bc3f10f3904b8fff87213a8a2325ab12e4048c0a19247b3d82886066b37a60d 2022-12-01T10:11:57.5587589Z deleted: sha256:adf0c04002f67cf46889421aed44a0e23618d009f3bbfb6aa94e3fced3cdb131 2022-12-01T10:11:57.5587901Z deleted: sha256:5b43511c57d66e58ff42011707835b8cc6971ed316454cfd950e0a5a12138631 2022-12-01T10:11:57.5588212Z deleted: sha256:ad9d96076f7f0bce4820b7828780dbf5328c1c45b9b6c93cfc21fa6c78e66765 2022-12-01T10:11:57.5588515Z deleted: sha256:545999a778d60ca8c6f4e76973a1c707cc626147f1e4d83eebbad6a57101cce0 2022-12-01T10:11:57.5588893Z deleted: sha256:cfcad11f69b44005150106d3108821c82a41765afbeb809208c1e0f49d5b6135 2022-12-01T10:11:57.5589228Z deleted: sha256:f7c8d5bcafe4ebe33f704b703a618803e7ade038c4cef7b4c3b520e9a100cd53 2022-12-01T10:11:57.5589557Z deleted: sha256:4bad106558a8cdd7564af2e1486b545ff1018677d73a8dcb029ecea2ad5afa9a 2022-12-01T10:11:57.5589879Z deleted: sha256:b01943462df81aa35c0f222112f8a7a13b09ec19be40907c2a81fded5e894e14 2022-12-01T10:11:57.5590330Z deleted: sha256:74a161fbdc63f2caa195797d69cca089d2f2ec781d7e7dc78fac88f57c610741 2022-12-01T10:11:57.5590907Z deleted: sha256:d94fdd2bb4227aed66703d740136d3bba2d45ac1c65930624fc2e7ab50021822 2022-12-01T10:11:57.5591236Z deleted: sha256:b348cd6909427063b9b36464ac9e6edb7d42ade2f164c5a98ee3ec37b1074e72 2022-12-01T10:11:57.5591557Z deleted: sha256:0fba67987a5ab74fca03bb2b1d623325a4c40e0e42a74379322b082612b8b445 2022-12-01T10:11:57.5591912Z deleted: sha256:030e74143974068ec1ab10e03d50f82455d36264aa70c98bd0fad278e4425d28 2022-12-01T10:11:57.5592376Z deleted: sha256:b7fcb4ae2181c6c159bcc2f4c7b624150a8245dbdeee9d8601d008b5cd8be8fd 2022-12-01T10:11:57.5592976Z deleted: sha256:4472f94e146cc542a9111182b122e9a9c93a8f7022a48ce3c94b600be8fcdfaa 2022-12-01T10:11:57.5593350Z deleted: sha256:33bc8c1ba43ca724221fd1a8c992a420b1d8de4c85372defdc409e5c88c005b9 2022-12-01T10:11:57.5593676Z deleted: sha256:7070a4ad8ac000d6910f8bab3e00671f9ea4e7094064da08eb1892332166b92d 2022-12-01T10:11:57.5593975Z deleted: sha256:b40ed86654e59e1012e1716d5384910f8c3bb58274b7b00fca564a53e9897ba3 2022-12-01T10:11:57.5594146Z 2022-12-01T10:11:57.5594258Z Total reclaimed space: 6.72GB 2022-12-01T10:11:57.5734322Z Post job cleanup. 2022-12-01T10:11:57.5764364Z Post job cleanup. 2022-12-01T10:11:57.6747092Z [command]/usr/bin/git version 2022-12-01T10:11:57.7106086Z git version 2.37.1 2022-12-01T10:11:57.7143394Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/55a1f27f-a240-42a7-8bfa-3fc125d9d7bb' before making global git config changes 2022-12-01T10:11:57.7144043Z Adding repository directory to the temporary git global config as a safe directory 2022-12-01T10:11:57.7147775Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:11:57.7192052Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-12-01T10:11:57.7220460Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || : 2022-12-01T10:11:57.7558689Z Entering 'android/libs/fbjni' 2022-12-01T10:11:57.7593038Z Entering 'third_party/FP16' 2022-12-01T10:11:57.7628033Z Entering 'third_party/FXdiv' 2022-12-01T10:11:57.7661622Z Entering 'third_party/NNPACK' 2022-12-01T10:11:57.7697739Z Entering 'third_party/QNNPACK' 2022-12-01T10:11:57.7731266Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:11:57.7764889Z Entering 'third_party/XNNPACK' 2022-12-01T10:11:57.7808567Z Entering 'third_party/benchmark' 2022-12-01T10:11:57.7841333Z Entering 'third_party/cpuinfo' 2022-12-01T10:11:57.7875495Z Entering 'third_party/cub' 2022-12-01T10:11:57.7910197Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:11:57.7948521Z Entering 'third_party/cutlass' 2022-12-01T10:11:57.7989342Z Entering 'third_party/eigen' 2022-12-01T10:11:57.8025229Z Entering 'third_party/fbgemm' 2022-12-01T10:11:57.8058909Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:11:57.8091422Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:11:57.8126264Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:11:57.8158689Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:11:57.8192118Z Entering 'third_party/flatbuffers' 2022-12-01T10:11:57.8227889Z Entering 'third_party/fmt' 2022-12-01T10:11:57.8261562Z Entering 'third_party/foxi' 2022-12-01T10:11:57.8297006Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:11:57.8330612Z Entering 'third_party/gloo' 2022-12-01T10:11:57.8364372Z Entering 'third_party/googletest' 2022-12-01T10:11:57.8397624Z Entering 'third_party/ideep' 2022-12-01T10:11:57.8430837Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:11:57.8466782Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:11:57.8505520Z Entering 'third_party/ios-cmake' 2022-12-01T10:11:57.8539473Z Entering 'third_party/ittapi' 2022-12-01T10:11:57.8572899Z Entering 'third_party/kineto' 2022-12-01T10:11:57.8608490Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:11:57.8640915Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:11:57.8675173Z Entering 'third_party/nccl/nccl' 2022-12-01T10:11:57.8709214Z Entering 'third_party/neon2sse' 2022-12-01T10:11:57.8743221Z Entering 'third_party/nlohmann' 2022-12-01T10:11:57.8777560Z Entering 'third_party/onnx' 2022-12-01T10:11:57.8822463Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:11:57.8855452Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:11:57.8891768Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:11:57.8924483Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:11:57.8961565Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:11:57.8994419Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:11:57.9027492Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:11:57.9064463Z Entering 'third_party/pocketfft' 2022-12-01T10:11:57.9097560Z Entering 'third_party/protobuf' 2022-12-01T10:11:57.9134079Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:11:57.9166051Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:11:57.9200682Z Entering 'third_party/psimd' 2022-12-01T10:11:57.9233358Z Entering 'third_party/pthreadpool' 2022-12-01T10:11:57.9266146Z Entering 'third_party/pybind11' 2022-12-01T10:11:57.9300615Z Entering 'third_party/python-enum' 2022-12-01T10:11:57.9333393Z Entering 'third_party/python-peachpy' 2022-12-01T10:11:57.9366580Z Entering 'third_party/python-six' 2022-12-01T10:11:57.9400292Z Entering 'third_party/sleef' 2022-12-01T10:11:57.9433031Z Entering 'third_party/tbb' 2022-12-01T10:11:57.9468174Z Entering 'third_party/tensorpipe' 2022-12-01T10:11:57.9502497Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:11:57.9535791Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:11:57.9569544Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:11:57.9602127Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:11:57.9633879Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:11:57.9669474Z Entering 'third_party/zstd' 2022-12-01T10:11:57.9715629Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-12-01T10:11:57.9741509Z http.https://github.com/.extraheader 2022-12-01T10:11:57.9748496Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-12-01T10:11:57.9777857Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || : 2022-12-01T10:11:58.0028425Z Entering 'android/libs/fbjni' 2022-12-01T10:11:58.0047976Z http.https://github.com/.extraheader 2022-12-01T10:11:58.0074202Z Entering 'third_party/FP16' 2022-12-01T10:11:58.0094225Z http.https://github.com/.extraheader 2022-12-01T10:11:58.0120301Z Entering 'third_party/FXdiv' 2022-12-01T10:11:58.0140168Z http.https://github.com/.extraheader 2022-12-01T10:11:58.0167750Z Entering 'third_party/NNPACK' 2022-12-01T10:11:58.0188040Z http.https://github.com/.extraheader 2022-12-01T10:11:58.0215747Z Entering 'third_party/QNNPACK' 2022-12-01T10:11:58.0235876Z http.https://github.com/.extraheader 2022-12-01T10:11:58.0277358Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:11:58.0299861Z http.https://github.com/.extraheader 2022-12-01T10:11:58.0326750Z Entering 'third_party/XNNPACK' 2022-12-01T10:11:58.0346060Z http.https://github.com/.extraheader 2022-12-01T10:11:58.0381420Z Entering 'third_party/benchmark' 2022-12-01T10:11:58.0402476Z http.https://github.com/.extraheader 2022-12-01T10:11:58.0433244Z Entering 'third_party/cpuinfo' 2022-12-01T10:11:58.0452984Z http.https://github.com/.extraheader 2022-12-01T10:11:58.0479589Z Entering 'third_party/cub' 2022-12-01T10:11:58.0499875Z http.https://github.com/.extraheader 2022-12-01T10:11:58.0530561Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:11:58.0549990Z http.https://github.com/.extraheader 2022-12-01T10:11:58.0592124Z Entering 'third_party/cutlass' 2022-12-01T10:11:58.0614959Z http.https://github.com/.extraheader 2022-12-01T10:11:58.0647646Z Entering 'third_party/eigen' 2022-12-01T10:11:58.0667473Z http.https://github.com/.extraheader 2022-12-01T10:11:58.0699957Z Entering 'third_party/fbgemm' 2022-12-01T10:11:58.0727093Z http.https://github.com/.extraheader 2022-12-01T10:11:58.0754391Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:11:58.0773368Z http.https://github.com/.extraheader 2022-12-01T10:11:58.0813621Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:11:58.0833739Z http.https://github.com/.extraheader 2022-12-01T10:11:58.0860060Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:11:58.0879502Z http.https://github.com/.extraheader 2022-12-01T10:11:58.0906786Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:11:58.0926627Z http.https://github.com/.extraheader 2022-12-01T10:11:58.0952953Z Entering 'third_party/flatbuffers' 2022-12-01T10:11:58.0972147Z http.https://github.com/.extraheader 2022-12-01T10:11:58.0999524Z Entering 'third_party/fmt' 2022-12-01T10:11:58.1018493Z http.https://github.com/.extraheader 2022-12-01T10:11:58.1044715Z Entering 'third_party/foxi' 2022-12-01T10:11:58.1064029Z http.https://github.com/.extraheader 2022-12-01T10:11:58.1089482Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:11:58.1108654Z http.https://github.com/.extraheader 2022-12-01T10:11:58.1134760Z Entering 'third_party/gloo' 2022-12-01T10:11:58.1154308Z http.https://github.com/.extraheader 2022-12-01T10:11:58.1181090Z Entering 'third_party/googletest' 2022-12-01T10:11:58.1201698Z http.https://github.com/.extraheader 2022-12-01T10:11:58.1233660Z Entering 'third_party/ideep' 2022-12-01T10:11:58.1252883Z http.https://github.com/.extraheader 2022-12-01T10:11:58.1278053Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:11:58.1297519Z http.https://github.com/.extraheader 2022-12-01T10:11:58.1331603Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:11:58.1350862Z http.https://github.com/.extraheader 2022-12-01T10:11:58.1383248Z Entering 'third_party/ios-cmake' 2022-12-01T10:11:58.1403277Z http.https://github.com/.extraheader 2022-12-01T10:11:58.1428621Z Entering 'third_party/ittapi' 2022-12-01T10:11:58.1448121Z http.https://github.com/.extraheader 2022-12-01T10:11:58.1473401Z Entering 'third_party/kineto' 2022-12-01T10:11:58.1492854Z http.https://github.com/.extraheader 2022-12-01T10:11:58.1517995Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:11:58.1538297Z http.https://github.com/.extraheader 2022-12-01T10:11:58.1564642Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:11:58.1584224Z http.https://github.com/.extraheader 2022-12-01T10:11:58.1612192Z Entering 'third_party/nccl/nccl' 2022-12-01T10:11:58.1632170Z http.https://github.com/.extraheader 2022-12-01T10:11:58.1659073Z Entering 'third_party/neon2sse' 2022-12-01T10:11:58.1678365Z http.https://github.com/.extraheader 2022-12-01T10:11:58.1704424Z Entering 'third_party/nlohmann' 2022-12-01T10:11:58.1724114Z http.https://github.com/.extraheader 2022-12-01T10:11:58.1751447Z Entering 'third_party/onnx' 2022-12-01T10:11:58.1771207Z http.https://github.com/.extraheader 2022-12-01T10:11:58.1809623Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:11:58.1828247Z http.https://github.com/.extraheader 2022-12-01T10:11:58.1861628Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:11:58.1880595Z http.https://github.com/.extraheader 2022-12-01T10:11:58.1909017Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:11:58.1929927Z http.https://github.com/.extraheader 2022-12-01T10:11:58.1958437Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:11:58.1977671Z http.https://github.com/.extraheader 2022-12-01T10:11:58.2014245Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:11:58.2033085Z http.https://github.com/.extraheader 2022-12-01T10:11:58.2069764Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:11:58.2090146Z http.https://github.com/.extraheader 2022-12-01T10:11:58.2128358Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:11:58.2147682Z http.https://github.com/.extraheader 2022-12-01T10:11:58.2182179Z Entering 'third_party/pocketfft' 2022-12-01T10:11:58.2202204Z http.https://github.com/.extraheader 2022-12-01T10:11:58.2227848Z Entering 'third_party/protobuf' 2022-12-01T10:11:58.2248174Z http.https://github.com/.extraheader 2022-12-01T10:11:58.2277183Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:11:58.2295944Z http.https://github.com/.extraheader 2022-12-01T10:11:58.2328722Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:11:58.2346932Z http.https://github.com/.extraheader 2022-12-01T10:11:58.2381258Z Entering 'third_party/psimd' 2022-12-01T10:11:58.2401455Z http.https://github.com/.extraheader 2022-12-01T10:11:58.2426762Z Entering 'third_party/pthreadpool' 2022-12-01T10:11:58.2446607Z http.https://github.com/.extraheader 2022-12-01T10:11:58.2472394Z Entering 'third_party/pybind11' 2022-12-01T10:11:58.2491422Z http.https://github.com/.extraheader 2022-12-01T10:11:58.2516901Z Entering 'third_party/python-enum' 2022-12-01T10:11:58.2538330Z http.https://github.com/.extraheader 2022-12-01T10:11:58.2568348Z Entering 'third_party/python-peachpy' 2022-12-01T10:11:58.2587770Z http.https://github.com/.extraheader 2022-12-01T10:11:58.2613667Z Entering 'third_party/python-six' 2022-12-01T10:11:58.2633479Z http.https://github.com/.extraheader 2022-12-01T10:11:58.2660077Z Entering 'third_party/sleef' 2022-12-01T10:11:58.2680039Z http.https://github.com/.extraheader 2022-12-01T10:11:58.2713460Z Entering 'third_party/tbb' 2022-12-01T10:11:58.2733510Z http.https://github.com/.extraheader 2022-12-01T10:11:58.2762563Z Entering 'third_party/tensorpipe' 2022-12-01T10:11:58.2782484Z http.https://github.com/.extraheader 2022-12-01T10:11:58.2814691Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:11:58.2833419Z http.https://github.com/.extraheader 2022-12-01T10:11:58.2866198Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:11:58.2884809Z http.https://github.com/.extraheader 2022-12-01T10:11:58.2911056Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:11:58.2929993Z http.https://github.com/.extraheader 2022-12-01T10:11:58.2956128Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:11:58.2975819Z http.https://github.com/.extraheader 2022-12-01T10:11:58.3000826Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:11:58.3019568Z http.https://github.com/.extraheader 2022-12-01T10:11:58.3060321Z Entering 'third_party/zstd' 2022-12-01T10:11:58.3080709Z http.https://github.com/.extraheader 2022-12-01T10:11:58.3298794Z Cleaning up orphan processes